bdoyle0182 commented on PR #5383: URL: https://github.com/apache/openwhisk/pull/5383#issuecomment-1442811700
> No good deed goes unpunished... > > The downstream runtime builds are now all failing with: > > ``` > Execution failed for task ':tests:compileTestScala'. > [36](https://github.com/apache/openwhisk-runtime-rust/actions/runs/4258622845/jobs/7410050426#step:9:37) > > Could not resolve all files for configuration ':tests:testCompileClasspath'. > [37](https://github.com/apache/openwhisk-runtime-rust/actions/runs/4258622845/jobs/7410050426#step:9:38) > > Could not find com.microsoft.azure:azure-cosmosdb:. > [38](https://github.com/apache/openwhisk-runtime-rust/actions/runs/4258622845/jobs/7410050426#step:9:39) > Required by: > [39](https://github.com/apache/openwhisk-runtime-rust/actions/runs/4258622845/jobs/7410050426#step:9:40) > project :tests > org.apache.openwhisk:openwhisk-common:1.0.1-SNAPSHOT > [40](https://github.com/apache/openwhisk-runtime-rust/actions/runs/4258622845/jobs/7410050426#step:9:41) > > Could not find com.sksamuel.elastic4s:elastic4s-http_2.12:. > [41](https://github.com/apache/openwhisk-runtime-rust/actions/runs/4258622845/jobs/7410050426#step:9:42) > Required by: > [42](https://github.com/apache/openwhisk-runtime-rust/actions/runs/4258622845/jobs/7410050426#step:9:43) > project :tests > org.apache.openwhisk:openwhisk-common:1.0.1-SNAPSHOT > [43](https://github.com/apache/openwhisk-runtime-rust/actions/runs/4258622845/jobs/7410050426#step:9:44) > > Could not find org.mongodb.scala:mongo-scala-driver_2.12:. > [44](https://github.com/apache/openwhisk-runtime-rust/actions/runs/4258622845/jobs/7410050426#step:9:45) > Required by: > [45](https://github.com/apache/openwhisk-runtime-rust/actions/runs/4258622845/jobs/7410050426#step:9:46) > project :tests > org.apache.openwhisk:openwhisk-common:1.0.1-SNAPSHOT > [46](https://github.com/apache/openwhisk-runtime-rust/actions/runs/4258622845/jobs/7410050426#step:9:47) > ``` not sure what's going on there since it seems like it's able to compile the core project in the previous task before this step. It seems like it's looking to load the dependency without any version? we can try this and if it doesn't work then we can just revert for now https://github.com/apache/openwhisk/pull/5384 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
