Started by user Scott M Stark Rebuilds build #6 Running as Scott M Stark Agent basic-qwbms is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-qwbms" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.cdi.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-qwbms" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\ \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-qwbms" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.cdi.svc.cluster.local/cdi/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-cdi" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-qwbms in workspace /home/jenkins/agent/workspace/DI-Weld-TCK-Run using credential github-bot Cloning the remote Git repository Cloning repository https://github.com/eclipse-ee4j/injection-tck/ > git init /home/jenkins/agent/workspace/DI-Weld-TCK-Run # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/injection-tck/ > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub bot > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/injection-tck/ +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/injection-tck/ # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/injection-tck/ # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/injection-tck/ using GIT_ASKPASS to set credentials GitHub bot > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/injection-tck/ +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 4b49b49114ba5a0891192e9afac12c0adce7a9d9 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4b49b49114ba5a0891192e9afac12c0adce7a9d9 # timeout=10 Commit message: "Allow for dual license files in final release and set release version to 2.0.1" > git rev-list --no-walk 4b49b49114ba5a0891192e9afac12c0adce7a9d9 # timeout=10 [DI-Weld-TCK-Run] $ /bin/bash -ex /tmp/jenkins3276290762205166019.sh + TOOLS_PREFIX=/opt/tools + JAVA_PREFIX=/opt/tools/java/oracle + MVN_HOME=/opt/tools/apache-maven/latest + JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest + PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + java -version java version "1.8.0_202" Java(TM) SE Runtime Environment (build 1.8.0_202-b08) Java HotSpot(TM) 64-Bit Server VM (build 25.202-b08, mixed mode) + cd example + mvn test Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] -------------< jakarta.inject:jakarta.inject-tck-example >-------------- [INFO] Building Jakarta Dependency Injection API TCK Example 2.0.1 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jakarta.inject-tck-example --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/DI-Weld-TCK-Run/example/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jakarta.inject-tck-example --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jakarta.inject-tck-example --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jakarta.inject-tck-example --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/DI-Weld-TCK-Run/example/target/test-classes [INFO] [INFO] --- maven-dependency-plugin:3.1.1:unpack (unpack) @ jakarta.inject-tck-example --- [INFO] Configured Artifact: jakarta.inject:jakarta.inject-api:2.0.0:jar [INFO] Configured Artifact: jakarta.inject:jakarta.inject-tck:2.0.1:jar [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.jar to /home/jenkins/agent/workspace/DI-Weld-TCK-Run/example/target/test-classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-tck/2.0.1/jakarta.inject-tck-2.0.1.jar to /home/jenkins/agent/workspace/DI-Weld-TCK-Run/example/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jakarta.inject-tck-example --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running SampleBootstrapTCK Jul 24, 2020 4:36:28 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.0 (Alpha2) Jul 24, 2020 4:36:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Jul 24, 2020 4:36:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 15dddfe6-eaad-48c9-a43d-3f3629592fa7 initialized [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.608 s - in SampleBootstrapTCK Weld SE container 15dddfe6-eaad-48c9-a43d-3f3629592fa7 shut down by shutdown hook [INFO] [INFO] Results: [INFO] [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14.361 s [INFO] Finished at: 2020-07-24T04:36:28Z [INFO] ------------------------------------------------------------------------ + ls target dependency-maven-plugin-markers generated-test-sources maven-status surefire-reports test-classes Archiving artifacts Finished: SUCCESS