2022-05-30 01:13:43 UTC - Ning yougang: Have any idea for this when build rust image? it seems other relative runtime, also has this problem ```[root@nccddev130026 openwhisk-runtime-rust]# ./gradlew test Starting a Gradle Daemon, 3 busy and 2 incompatible Daemons could not be reused, use --status for details > Task :tests:compileTestScala FAILED
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':tests:compileTestScala'. > Could not resolve all files for configuration ':tests:testCompileClasspath'. > Could not find org.apache.openwhisk:openwhisk-tests:1.0.0-SNAPSHOT. Searched in the following locations: - <https://repo.maven.apache.org/maven2/org/apache/openwhisk/openwhisk-tests/1.0.0-SNAPSHOT/maven-metadata.xml> - <https://repo.maven.apache.org/maven2/org/apache/openwhisk/openwhisk-tests/1.0.0-SNAPSHOT/openwhisk-tests-1.0.0-SNAPSHOT.pom> - <https://repo.maven.apache.org/maven2/org/apache/openwhisk/openwhisk-tests/1.0.0-SNAPSHOT/openwhisk-tests-1.0.0-SNAPSHOT-tests.jar> - file:/root/.m2/repository/org/apache/openwhisk/openwhisk-tests/1.0.0-SNAPSHOT/maven-metadata.xml - file:/root/.m2/repository/org/apache/openwhisk/openwhisk-tests/1.0.0-SNAPSHOT/openwhisk-tests-1.0.0-SNAPSHOT.pom - file:/root/.m2/repository/org/apache/openwhisk/openwhisk-tests/1.0.0-SNAPSHOT/openwhisk-tests-1.0.0-SNAPSHOT-tests.jar Required by: project :tests``` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1653873223500919 ---- 2022-05-30 01:21:02 UTC - Ning yougang: It seems the openwhisk is removed from below location https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1653873662186099 ---- 2022-05-30 01:23:52 UTC - Ning yougang: I confirmed my old machine's local repo has the `openwhisk` , ```[root@n3r-dev apache]# pwd /root/.m2/repository/org/apache [root@n3r-dev apache]# ls -al|grep openwhisk drwxr-xr-x. 11 root root 263 Nov 26 2020 openwhisk``` But if i build in new machine, it would search from <https://repo.maven.apache.org> and would build failed due to the openwhisk is already removed +1 : Dominic Kim https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1653873832888099?thread_ts=1653873832.888099&cid=C3TPCAQG1 ---- 2022-05-30 01:24:56 UTC - Dominic Kim: I have no idea how had that been built so far. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1653873896725109 ---- 2022-05-30 01:25:10 UTC - Dominic Kim: @Dave Grove @Rodric Rabbah Do you guys have any idea? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1653873910611209?thread_ts=1653873910.611209&cid=C3TPCAQG1 ----