weizhouapache commented on PR #12758: URL: https://github.com/apache/cloudstack/pull/12758#issuecomment-4354650712
BO uses containers to build the project and create packages, which could cause it ``` 15:46:57 + java -version 15:46:57 openjdk version "11.0.7" 2020-04-14 LTS 15:46:57 OpenJDK Runtime Environment 18.9 (build 11.0.7+10-LTS) 15:46:57 OpenJDK 64-Bit Server VM 18.9 (build 11.0.7+10-LTS, mixed mode, sharing) 15:46:57 + javac -version 15:46:58 javac 11.0.7 15:46:58 + mvn -version 15:46:58 Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) 15:46:58 Maven home: /usr/local/bin/maven 15:46:58 Java version: 11.0.7, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-11-openjdk-11.0.7.10-1.el8_1.x86_64 15:46:58 Default locale: en_US, platform encoding: UTF-8 15:46:58 OS name: "linux", version: "5.15.0-88-generic", arch: "amd64", family: "unix" ``` test failure ``` 16:10:55 [ERROR] Tests run: 269, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 8.418 s <<< FAILURE! - in com.cloud.hypervisor.kvm.resource.LibvirtComputingResourceTest 16:10:55 [ERROR] mergeSnapshotIntoBaseFileTestMergeFailsThrowException(com.cloud.hypervisor.kvm.resource.LibvirtComputingResourceTest) Time elapsed: 0.069 s <<< FAILURE! 16:10:55 java.lang.AssertionError: Expected exception: com.cloud.utils.exception.CloudRuntimeException ``` -- 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]
