You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/10/23 03:59:31 UTC

[GitHub] [dubbo-spi-extensions] Gibaldiqqq opened a new issue #79: dubbo-remoting-etcd3 BUILD FAILURE

Gibaldiqqq opened a new issue #79:
URL: https://github.com/apache/dubbo-spi-extensions/issues/79


   - [√] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
   - [√] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 2.7.5
   * Operating System version: CentOS 7.6
   * Java version: 1.8.0
   
   ### Steps to reproduce this issue
   
   1.dockerd &
   2.wget https://github.com/apache/dubbo/archive/dubbo-2.7.5.tar.gz
   3.tar xvf dubbo-2.7.5.tar.gz
   4.cd dubbo-dubbo-2.7.5/dubbo-remoting/dubbo-remoting-etcd3
   5.mvn install
   
   Pls. provide [GitHub address] to reproduce this issue.
   
   ### Expected Result
   
   BUILD SUCCESS
   
   ### Actual Result
   
   [INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientTest
   [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 s - in org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientTest
   [INFO] Running org.apache.dubbo.remoting.etcd.jetcd.LeaseTest
   SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
   SLF4J: Defaulting to no-operation (NOP) logger implementation
   SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
           ℹ︎ Checking the system...
           ✔ Docker version should be at least 1.6.0
   [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.528 s <<< FAILURE! - in org.apache.dubbo.remoting.etcd.jetcd.LeaseTest
   [ERROR] org.apache.dubbo.remoting.etcd.jetcd.LeaseTest  Time elapsed: 4.528 s  <<< ERROR!
   com.github.dockerjava.api.exception.DockerClientException: Could not pull image: no matching manifest for linux/arm64/v8 in the manifest list entries
           at org.apache.dubbo.remoting.etcd.jetcd.LeaseTest.beforeClass(LeaseTest.java:78)
   
   [INFO] Running org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapperTest
   [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.apache.dubbo.remoting.etcd.jetcd.JEtcdClientWrapperTest
   [INFO]
   [INFO] Results:
   [INFO]
   [ERROR] Errors:
   [ERROR]   LeaseTest.beforeClass:78 » DockerClient Could not pull image: no matching mani...
   [INFO]
   [ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 2
   [INFO]
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  11.971 s
   [INFO] Finished at: 2020-05-08T07:14:38+08:00
   [INFO] ------------------------------------------------------------------------
   [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project dubbo-remoting-etcd3: There are test failures.
   [ERROR]
   [ERROR] Please refer to /home/Dubbo/dubbo-dubbo-2.7.5/dubbo-remoting/dubbo-remoting-etcd3/target/surefire-reports for the individual test results.
   [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
   [ERROR] -> [Help 1]
   [ERROR]
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR]
   [ERROR] For more information about the errors and possible solutions, please read the following articles:
   [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org