Started by user Sirisha Pratha Running as Sirisha Pratha Agent basic-d9v0f is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-d9v0f" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.collections.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-d9v0f" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -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-d9v0f" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.collections.svc.cluster.local/collections/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" 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 subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-collections" 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-d9v0f (basic) in workspace /home/jenkins/agent/workspace/new-version The recommended git tool is: NONE using credential github-bot-ssh Cloning the remote Git repository Cloning repository git@github.com:eclipse/eclipse-collections.git > git init /home/jenkins/agent/workspace/new-version # timeout=10 Fetching upstream changes from git@github.com:eclipse/eclipse-collections.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials GitHub bot (SSH) [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/new-version@tmp/jenkins-gitclient-ssh16674631592761823748.key > git fetch --tags --force --progress -- git@github.com:eclipse/eclipse-collections.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:eclipse/eclipse-collections.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 9c5f0a9c677c121543da8770845194bc8a30b9dc (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9c5f0a9c677c121543da8770845194bc8a30b9dc # timeout=10 Commit message: "Release version 11.0.0.M4." > git rev-list --no-walk d38d93fad9eb43cf98600fccb8f673e48615d041 # timeout=10 [new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DNEXT_VERSION=11.0.0 -DRELEASE_BRANCH=master -Dmaven.repo.local=/home/jenkins/agent/workspace/new-version/.repository versions:set -DgenerateBackupPoms=false -DnewVersion=11.0.0-SNAPSHOT Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" 22:24:02:404 [INFO] Error stacktraces are turned on. 22:24:02:516 [INFO] Scanning for projects... 22:24:15:313 [INFO] ------------------------------------------------------------------------ 22:24:15:313 [INFO] Reactor Build Order: 22:24:15:313 [INFO] 22:24:15:314 [INFO] Eclipse Collections Parent Project [pom] 22:24:15:314 [INFO] Eclipse Collections Code Generator [jar] 22:24:15:315 [INFO] Eclipse Collections Code Generator Maven Plugin [maven-plugin] 22:24:15:315 [INFO] Eclipse Collections API [jar] 22:24:15:315 [INFO] Eclipse Collections Main Library [jar] 22:24:15:315 [INFO] Eclipse Collections Test Utilities [jar] 22:24:15:315 [INFO] Eclipse Collections Fork Join Utilities [jar] 22:24:15:315 [INFO] Eclipse Collections Unit Test Suite [jar] 22:24:15:315 [INFO] Eclipse Collections Serialization Test Suite [jar] 22:24:15:315 [INFO] Eclipse Collections JCStress Test Suite [jar] 22:24:15:315 [INFO] Eclipse Collections Test Trait JUnit Runner [jar] 22:24:15:315 [INFO] Eclipse Collections Java 8 Unit Test Suite [jar] 22:24:15:315 [INFO] Eclipse Collections Test Coverage Aggregation [pom] 22:24:15:315 [INFO] Eclipse Collections p2 Repository Build [pom] 22:24:15:315 [INFO] Eclipse Collections OSGi Bundle [eclipse-bundle-recipe] 22:24:15:661 [INFO] 22:24:15:662 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >--------- 22:24:15:662 [INFO] Building Eclipse Collections Parent Project 11.0.0.M4 [1/15] 22:24:15:662 [INFO] --------------------------------[ pom ]--------------------------------- 22:24:15:665 [INFO] 22:24:15:666 [INFO] --- versions-maven-plugin:2.8.1:set (default-cli) @ eclipse-collections-parent --- 22:24:17:257 [INFO] Local aggregation root: /home/jenkins/agent/workspace/new-version 22:24:17:263 [INFO] Processing change of org.eclipse.collections:eclipse-collections-parent:11.0.0.M4 -> 11.0.0-SNAPSHOT 22:24:17:350 [INFO] Processing org.eclipse.collections:eclipse-collections-parent 22:24:17:350 [INFO] Updating project org.eclipse.collections:eclipse-collections-parent 22:24:17:350 [INFO] from version 11.0.0.M4 to 11.0.0-SNAPSHOT 22:24:17:494 [INFO] 22:24:17:496 [INFO] Processing org.eclipse.collections:acceptance-tests 22:24:17:496 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 22:24:17:496 [INFO] from version 11.0.0.M4 to 11.0.0-SNAPSHOT 22:24:17:513 [INFO] 22:24:17:514 [INFO] Processing org.eclipse.collections:eclipse-collections-api 22:24:17:514 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 22:24:17:514 [INFO] from version 11.0.0.M4 to 11.0.0-SNAPSHOT 22:24:17:550 [INFO] 22:24:17:552 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator-maven-plugin 22:24:17:552 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 22:24:17:552 [INFO] from version 11.0.0.M4 to 11.0.0-SNAPSHOT 22:24:17:568 [INFO] 22:24:17:569 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator 22:24:17:569 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 22:24:17:569 [INFO] from version 11.0.0.M4 to 11.0.0-SNAPSHOT 22:24:17:579 [INFO] 22:24:17:581 [INFO] Processing org.eclipse.collections:eclipse-collections-forkjoin 22:24:17:581 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 22:24:17:581 [INFO] from version 11.0.0.M4 to 11.0.0-SNAPSHOT 22:24:17:597 [INFO] 22:24:17:598 [INFO] Processing org.eclipse.collections:eclipse-collections-testutils 22:24:17:599 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 22:24:17:599 [INFO] from version 11.0.0.M4 to 11.0.0-SNAPSHOT 22:24:17:642 [INFO] 22:24:17:643 [INFO] Processing org.eclipse.collections:eclipse-collections 22:24:17:643 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 22:24:17:643 [INFO] from version 11.0.0.M4 to 11.0.0-SNAPSHOT 22:24:17:657 [INFO] 22:24:17:658 [INFO] Processing org.eclipse.collections:jcstress-tests 22:24:17:658 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 22:24:17:658 [INFO] from version 11.0.0.M4 to 11.0.0-SNAPSHOT 22:24:17:668 [INFO] 22:24:17:669 [INFO] Processing org.eclipse.collections:jmh-scala-tests 22:24:17:669 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 22:24:17:669 [INFO] from version 11.0.0.M4 to 11.0.0-SNAPSHOT 22:24:17:678 [INFO] 22:24:17:680 [INFO] Processing org.eclipse.collections:jmh-tests 22:24:17:680 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 22:24:17:680 [INFO] from version 11.0.0.M4 to 11.0.0-SNAPSHOT 22:24:17:697 [INFO] 22:24:17:698 [INFO] Processing org.eclipse.collections:junit-trait-runner 22:24:17:698 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 22:24:17:698 [INFO] from version 11.0.0.M4 to 11.0.0-SNAPSHOT 22:24:17:703 [INFO] 22:24:17:707 [INFO] Processing org.eclipse.collections:p2-repository 22:24:17:707 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 22:24:17:707 [INFO] from version 11.0.0.M4 to 11.0.0-SNAPSHOT 22:24:17:748 [INFO] 22:24:17:749 [INFO] Processing org.eclipse.collections:performance-tests 22:24:17:749 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 22:24:17:749 [INFO] from version 11.0.0.M4 to 11.0.0-SNAPSHOT 22:24:17:759 [INFO] 22:24:17:761 [INFO] Processing org.eclipse.collections:scala-unit-tests 22:24:17:761 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 22:24:17:761 [INFO] from version 11.0.0.M4 to 11.0.0-SNAPSHOT 22:24:17:773 [INFO] 22:24:17:775 [INFO] Processing org.eclipse.collections:serialization-tests 22:24:17:775 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 22:24:17:775 [INFO] from version 11.0.0.M4 to 11.0.0-SNAPSHOT 22:24:17:782 [INFO] 22:24:17:783 [INFO] Processing org.eclipse.collections:test-coverage 22:24:17:783 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 22:24:17:783 [INFO] from version 11.0.0.M4 to 11.0.0-SNAPSHOT 22:24:17:794 [INFO] 22:24:17:795 [INFO] Processing org.eclipse.collections:unit-tests-java8 22:24:17:795 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 22:24:17:795 [INFO] from version 11.0.0.M4 to 11.0.0-SNAPSHOT 22:24:17:806 [INFO] 22:24:17:807 [INFO] Processing org.eclipse.collections:unit-tests 22:24:17:807 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 22:24:17:807 [INFO] from version 11.0.0.M4 to 11.0.0-SNAPSHOT 22:24:17:817 [INFO] 22:24:17:821 [INFO] Processing org.eclipse.collections:org.eclipse.collections 22:24:17:821 [INFO] Updating parent org.eclipse.collections:p2-repository 22:24:17:821 [INFO] from version 11.0.0.M4 to 11.0.0-SNAPSHOT 22:24:17:823 [INFO] 22:24:17:824 [INFO] ------------------------------------------------------------------------ 22:24:17:824 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.0.0.M4: 22:24:17:824 [INFO] 22:24:17:824 [INFO] Eclipse Collections Parent Project ................. SUCCESS [ 2.163 s] 22:24:17:824 [INFO] Eclipse Collections Code Generator ................. SKIPPED 22:24:17:824 [INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED 22:24:17:824 [INFO] Eclipse Collections API ............................ SKIPPED 22:24:17:824 [INFO] Eclipse Collections Main Library ................... SKIPPED 22:24:17:824 [INFO] Eclipse Collections Test Utilities ................. SKIPPED 22:24:17:824 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED 22:24:17:824 [INFO] Eclipse Collections Unit Test Suite ................ SKIPPED 22:24:17:824 [INFO] Eclipse Collections Serialization Test Suite ....... SKIPPED 22:24:17:824 [INFO] Eclipse Collections JCStress Test Suite ............ SKIPPED 22:24:17:824 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SKIPPED 22:24:17:824 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SKIPPED 22:24:17:825 [INFO] Eclipse Collections Test Coverage Aggregation ...... SKIPPED 22:24:17:825 [INFO] Eclipse Collections p2 Repository Build ............ SKIPPED 22:24:17:825 [INFO] Eclipse Collections OSGi Bundle .................... SKIPPED 22:24:17:825 [INFO] ------------------------------------------------------------------------ 22:24:17:825 [INFO] BUILD SUCCESS 22:24:17:825 [INFO] ------------------------------------------------------------------------ 22:24:17:839 [INFO] Total time: 15.396 s 22:24:17:840 [INFO] Finished at: 2021-10-28T22:24:17Z 22:24:17:840 [INFO] ------------------------------------------------------------------------ [new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DNEXT_VERSION=11.0.0 -DRELEASE_BRANCH=master -Dmaven.repo.local=/home/jenkins/agent/workspace/new-version/.repository -DskipTests=true clean install Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" 22:24:18:767 [INFO] Error stacktraces are turned on. 22:24:18:852 [INFO] Scanning for projects... 22:24:20:171 [INFO] ------------------------------------------------------------------------ 22:24:20:171 [INFO] Reactor Build Order: 22:24:20:171 [INFO] 22:24:20:172 [INFO] Eclipse Collections Parent Project [pom] 22:24:20:172 [INFO] Eclipse Collections Code Generator [jar] 22:24:20:172 [INFO] Eclipse Collections Code Generator Maven Plugin [maven-plugin] 22:24:20:173 [INFO] Eclipse Collections API [jar] 22:24:20:173 [INFO] Eclipse Collections Main Library [jar] 22:24:20:173 [INFO] Eclipse Collections Test Utilities [jar] 22:24:20:173 [INFO] Eclipse Collections Fork Join Utilities [jar] 22:24:20:173 [INFO] Eclipse Collections Unit Test Suite [jar] 22:24:20:173 [INFO] Eclipse Collections Serialization Test Suite [jar] 22:24:20:173 [INFO] Eclipse Collections JCStress Test Suite [jar] 22:24:20:173 [INFO] Eclipse Collections Test Trait JUnit Runner [jar] 22:24:20:173 [INFO] Eclipse Collections Java 8 Unit Test Suite [jar] 22:24:20:173 [INFO] Eclipse Collections Test Coverage Aggregation [pom] 22:24:20:173 [INFO] Eclipse Collections p2 Repository Build [pom] 22:24:20:173 [INFO] Eclipse Collections OSGi Bundle [eclipse-bundle-recipe] 22:24:20:179 [INFO] 22:24:20:180 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >--------- 22:24:20:180 [INFO] Building Eclipse Collections Parent Project 11.0.0-SNAPSHOT [1/15] 22:24:20:180 [INFO] --------------------------------[ pom ]--------------------------------- 22:24:20:768 [INFO] 22:24:20:768 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent --- 22:24:20:823 [INFO] 22:24:20:823 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent --- 22:24:21:373 [INFO] 22:24:21:373 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent --- 22:24:22:365 [INFO] Skipping pom project 22:24:22:366 [INFO] 22:24:22:366 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent --- 22:24:22:451 [INFO] Installing /home/jenkins/agent/workspace/new-version/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-parent/11.0.0-SNAPSHOT/eclipse-collections-parent-11.0.0-SNAPSHOT.pom 22:24:22:455 [INFO] 22:24:22:455 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >----- 22:24:22:455 [INFO] Building Eclipse Collections Code Generator 11.0.0-SNAPSHOT [2/15] 22:24:22:455 [INFO] --------------------------------[ jar ]--------------------------------- 22:24:24:316 [INFO] 22:24:24:316 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator --- 22:24:24:317 [INFO] 22:24:24:317 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator --- 22:24:24:331 [INFO] 22:24:24:331 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator --- 22:24:24:707 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:24:24:707 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:24:24:740 [INFO] Copying 356 resources 22:24:24:839 [INFO] 22:24:24:840 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator --- 22:24:25:079 [INFO] Changes detected - recompiling the module! 22:24:25:086 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/classes 22:24:25:876 [INFO] 22:24:25:876 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator --- 22:24:25:878 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:24:25:878 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:24:25:878 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/src/test/resources 22:24:25:878 [INFO] 22:24:25:878 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator --- 22:24:25:885 [INFO] Changes detected - recompiling the module! 22:24:25:885 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/test-classes 22:24:26:571 [INFO] 22:24:26:571 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator --- 22:24:26:754 [INFO] Tests are skipped. 22:24:26:754 [INFO] 22:24:26:754 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator --- 22:24:26:941 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0-SNAPSHOT.jar 22:24:27:078 [INFO] 22:24:27:078 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator --- 22:24:27:195 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0-SNAPSHOT-sources.jar 22:24:27:363 [INFO] 22:24:27:364 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator --- 22:24:27:385 [INFO] No dependency problems found 22:24:27:385 [INFO] 22:24:27:385 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator --- 22:24:27:387 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.0.0-SNAPSHOT/eclipse-collections-code-generator-11.0.0-SNAPSHOT.jar 22:24:27:392 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.0.0-SNAPSHOT/eclipse-collections-code-generator-11.0.0-SNAPSHOT.pom 22:24:27:393 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.0.0-SNAPSHOT/eclipse-collections-code-generator-11.0.0-SNAPSHOT-sources.jar 22:24:27:396 [INFO] 22:24:27:396 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >-- 22:24:27:396 [INFO] Building Eclipse Collections Code Generator Maven Plugin 11.0.0-SNAPSHOT [3/15] 22:24:27:396 [INFO] ----------------------------[ maven-plugin ]---------------------------- 22:24:28:831 [INFO] 22:24:28:831 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin --- 22:24:28:832 [INFO] 22:24:28:832 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin --- 22:24:28:859 [INFO] 22:24:28:859 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin --- 22:24:28:860 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:24:28:860 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:24:28:860 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/main/resources 22:24:28:860 [INFO] 22:24:28:860 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin --- 22:24:28:862 [INFO] Changes detected - recompiling the module! 22:24:28:863 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/classes 22:24:29:423 [INFO] 22:24:29:423 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin --- 22:24:30:748 [INFO] Using 'UTF-8' encoding to read mojo source files. 22:24:30:800 [INFO] java-javadoc mojo extractor found 1 mojo descriptor. 22:24:30:881 [INFO] java-annotations mojo extractor found 0 mojo descriptor. 22:24:31:014 [INFO] 22:24:31:014 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin --- 22:24:31:016 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:24:31:016 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:24:31:016 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/test/resources 22:24:31:016 [INFO] 22:24:31:016 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin --- 22:24:31:017 [INFO] No sources to compile 22:24:31:017 [INFO] 22:24:31:017 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin --- 22:24:31:019 [INFO] Tests are skipped. 22:24:31:019 [INFO] 22:24:31:019 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin --- 22:24:31:022 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.0.0-SNAPSHOT.jar 22:24:31:045 [INFO] 22:24:31:045 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin --- 22:24:31:047 [INFO] 22:24:31:047 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin --- 22:24:31:051 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.0.0-SNAPSHOT-sources.jar 22:24:31:055 [INFO] 22:24:31:055 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin --- 22:24:31:059 [INFO] No dependency problems found 22:24:31:059 [INFO] 22:24:31:059 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin --- 22:24:31:061 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.0.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-11.0.0-SNAPSHOT.jar 22:24:31:066 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.0.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-11.0.0-SNAPSHOT.pom 22:24:31:092 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.0.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-11.0.0-SNAPSHOT-sources.jar 22:24:31:112 [INFO] 22:24:31:112 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >----------- 22:24:31:112 [INFO] Building Eclipse Collections API 11.0.0-SNAPSHOT [4/15] 22:24:31:112 [INFO] --------------------------------[ jar ]--------------------------------- 22:24:31:182 [INFO] 22:24:31:182 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api --- 22:24:31:182 [INFO] 22:24:31:182 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api --- 22:24:31:184 [INFO] 22:24:31:184 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0-SNAPSHOT:generate (default) @ eclipse-collections-api --- 22:24:31:191 [INFO] Generating sources to eclipse-collections-api 22:24:32:123 [INFO] Generated 1171 files 22:24:32:123 [INFO] 22:24:32:123 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-api --- 22:24:32:125 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:24:32:125 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:24:32:125 [INFO] Copying 3 resources 22:24:32:126 [INFO] 22:24:32:126 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api --- 22:24:32:302 [INFO] Changes detected - recompiling the module! 22:24:32:303 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/classes 22:24:37:659 [INFO] 22:24:37:659 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api --- 22:24:40:207 [WARNING] Cannot consider developer in line '76' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 22:24:40:207 [WARNING] Cannot consider developer in line '80' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 22:24:40:207 [WARNING] Cannot consider developer in line '84' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 22:24:40:207 [WARNING] Cannot consider developer in line '88' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 22:24:40:207 [WARNING] Cannot consider developer in line '92' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 22:24:40:207 [WARNING] Cannot consider developer in line '96' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 22:24:40:961 [INFO] 22:24:40:962 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-api --- 22:24:40:963 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:24:40:963 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:24:40:963 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-api/src/test/resources 22:24:40:963 [INFO] 22:24:40:963 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api --- 22:24:40:964 [INFO] No sources to compile 22:24:40:965 [INFO] 22:24:40:965 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api --- 22:24:40:968 [INFO] Tests are skipped. 22:24:40:968 [INFO] 22:24:40:968 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api --- 22:24:41:069 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.0.0-SNAPSHOT.jar 22:24:41:277 [INFO] 22:24:41:277 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api --- 22:24:41:354 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.0.0-SNAPSHOT-sources.jar 22:24:41:648 [INFO] 22:24:41:648 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api --- 22:24:41:891 [INFO] No dependency problems found 22:24:41:891 [INFO] 22:24:41:891 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api --- 22:24:41:892 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-api/11.0.0-SNAPSHOT/eclipse-collections-api-11.0.0-SNAPSHOT.jar 22:24:41:897 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-api/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-api/11.0.0-SNAPSHOT/eclipse-collections-api-11.0.0-SNAPSHOT.pom 22:24:41:898 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-api/11.0.0-SNAPSHOT/eclipse-collections-api-11.0.0-SNAPSHOT-sources.jar 22:24:41:900 [INFO] 22:24:41:900 [INFO] ------------< org.eclipse.collections:eclipse-collections >------------- 22:24:41:901 [INFO] Building Eclipse Collections Main Library 11.0.0-SNAPSHOT [5/15] 22:24:41:901 [INFO] --------------------------------[ jar ]--------------------------------- 22:24:41:902 [INFO] 22:24:41:902 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections --- 22:24:41:903 [INFO] 22:24:41:903 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections --- 22:24:41:940 [INFO] 22:24:41:940 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0-SNAPSHOT:generate (default) @ eclipse-collections --- 22:24:41:940 [INFO] Generating sources to eclipse-collections 22:24:45:159 [INFO] Generated 1446 files 22:24:45:159 [INFO] 22:24:45:159 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections --- 22:24:45:160 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:24:45:160 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:24:45:161 [INFO] Copying 24 resources 22:24:45:166 [INFO] 22:24:45:166 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections --- 22:24:45:326 [INFO] Changes detected - recompiling the module! 22:24:45:327 [INFO] Compiling 2101 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/classes 22:25:13:932 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[54,15] Unsafe is internal proprietary API and may be removed in a future release 22:25:13:932 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[79,25] Unsafe is internal proprietary API and may be removed in a future release 22:25:13:932 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2281,19] Unsafe is internal proprietary API and may be removed in a future release 22:25:13:932 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2285,19] Unsafe is internal proprietary API and may be removed in a future release 22:25:13:932 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2291,83] Unsafe is internal proprietary API and may be removed in a future release 22:25:13:932 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2293,27] Unsafe is internal proprietary API and may be removed in a future release 22:25:13:932 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2295,34] Unsafe is internal proprietary API and may be removed in a future release 22:25:13:932 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2297,32] Unsafe is internal proprietary API and may be removed in a future release 22:25:13:932 [INFO] 22:25:13:932 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections --- 22:25:14:006 [WARNING] Cannot consider developer in line '76' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 22:25:14:006 [WARNING] Cannot consider developer in line '80' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 22:25:14:006 [WARNING] Cannot consider developer in line '84' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 22:25:14:006 [WARNING] Cannot consider developer in line '88' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 22:25:14:006 [WARNING] Cannot consider developer in line '92' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 22:25:14:006 [WARNING] Cannot consider developer in line '96' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 22:25:16:589 [INFO] 22:25:16:589 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections --- 22:25:16:590 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:25:16:591 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:25:16:591 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections/src/test/resources 22:25:16:591 [INFO] 22:25:16:591 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections --- 22:25:16:591 [INFO] No sources to compile 22:25:16:592 [INFO] 22:25:16:592 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections --- 22:25:16:593 [INFO] Tests are skipped. 22:25:16:594 [INFO] 22:25:16:594 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections --- 22:25:16:898 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.0.0-SNAPSHOT.jar 22:25:17:687 [INFO] 22:25:17:688 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections --- 22:25:17:767 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.0.0-SNAPSHOT-sources.jar 22:25:18:273 [INFO] 22:25:18:274 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections --- 22:25:18:910 [INFO] No dependency problems found 22:25:18:910 [INFO] 22:25:18:910 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections --- 22:25:18:911 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections/11.0.0-SNAPSHOT/eclipse-collections-11.0.0-SNAPSHOT.jar 22:25:18:919 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections/11.0.0-SNAPSHOT/eclipse-collections-11.0.0-SNAPSHOT.pom 22:25:18:921 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections/11.0.0-SNAPSHOT/eclipse-collections-11.0.0-SNAPSHOT-sources.jar 22:25:18:924 [INFO] 22:25:18:924 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >-------- 22:25:18:924 [INFO] Building Eclipse Collections Test Utilities 11.0.0-SNAPSHOT [6/15] 22:25:18:924 [INFO] --------------------------------[ jar ]--------------------------------- 22:25:18:994 [INFO] 22:25:18:994 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils --- 22:25:18:995 [INFO] 22:25:18:995 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils --- 22:25:19:000 [INFO] 22:25:19:000 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-testutils --- 22:25:19:304 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/jacoco.exec 22:25:19:304 [INFO] 22:25:19:304 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-testutils --- 22:25:19:305 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:25:19:305 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:25:19:305 [INFO] Copying 3 resources 22:25:19:306 [INFO] 22:25:19:306 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils --- 22:25:19:308 [INFO] Changes detected - recompiling the module! 22:25:19:308 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/classes 22:25:20:608 [INFO] 22:25:20:609 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-testutils --- 22:25:20:609 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:25:20:609 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:25:20:609 [INFO] Copying 1 resource 22:25:20:610 [INFO] 22:25:20:610 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils --- 22:25:20:611 [INFO] Changes detected - recompiling the module! 22:25:20:611 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/test-classes 22:25:22:369 [INFO] 22:25:22:369 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils --- 22:25:22:372 [INFO] Tests are skipped. 22:25:22:372 [INFO] 22:25:22:372 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-testutils --- 22:25:22:373 [INFO] Skipping JaCoCo execution due to missing execution data file. 22:25:22:373 [INFO] 22:25:22:373 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils --- 22:25:22:376 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0-SNAPSHOT.jar 22:25:22:381 [INFO] 22:25:22:381 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils --- 22:25:22:384 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0-SNAPSHOT-sources.jar 22:25:22:388 [INFO] 22:25:22:388 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils --- 22:25:22:399 [INFO] No dependency problems found 22:25:22:399 [INFO] 22:25:22:399 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils --- 22:25:22:400 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-testutils/11.0.0-SNAPSHOT/eclipse-collections-testutils-11.0.0-SNAPSHOT.jar 22:25:22:413 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-testutils/11.0.0-SNAPSHOT/eclipse-collections-testutils-11.0.0-SNAPSHOT.pom 22:25:22:421 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-testutils/11.0.0-SNAPSHOT/eclipse-collections-testutils-11.0.0-SNAPSHOT-sources.jar 22:25:22:422 [INFO] 22:25:22:422 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >-------- 22:25:22:422 [INFO] Building Eclipse Collections Fork Join Utilities 11.0.0-SNAPSHOT [7/15] 22:25:22:423 [INFO] --------------------------------[ jar ]--------------------------------- 22:25:22:424 [INFO] 22:25:22:424 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin --- 22:25:22:425 [INFO] 22:25:22:425 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin --- 22:25:22:429 [INFO] 22:25:22:429 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-forkjoin --- 22:25:22:439 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/jacoco.exec 22:25:22:439 [INFO] 22:25:22:440 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-forkjoin --- 22:25:22:440 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:25:22:440 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:25:22:440 [INFO] Copying 3 resources 22:25:22:441 [INFO] 22:25:22:441 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin --- 22:25:22:443 [INFO] Changes detected - recompiling the module! 22:25:22:443 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/classes 22:25:23:602 [INFO] 22:25:23:602 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-forkjoin --- 22:25:23:603 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:25:23:603 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:25:23:603 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/src/test/resources 22:25:23:603 [INFO] 22:25:23:603 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin --- 22:25:23:604 [INFO] Changes detected - recompiling the module! 22:25:23:605 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/test-classes 22:25:24:798 [INFO] 22:25:24:798 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin --- 22:25:24:799 [INFO] Tests are skipped. 22:25:24:800 [INFO] 22:25:24:800 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-forkjoin --- 22:25:24:800 [INFO] Skipping JaCoCo execution due to missing execution data file. 22:25:24:800 [INFO] 22:25:24:800 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin --- 22:25:24:804 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0-SNAPSHOT.jar 22:25:24:808 [INFO] 22:25:24:808 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin --- 22:25:24:811 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0-SNAPSHOT-sources.jar 22:25:24:814 [INFO] 22:25:24:814 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin --- 22:25:24:848 [INFO] No dependency problems found 22:25:24:848 [INFO] 22:25:24:848 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin --- 22:25:24:849 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.0.0-SNAPSHOT/eclipse-collections-forkjoin-11.0.0-SNAPSHOT.jar 22:25:24:853 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.0.0-SNAPSHOT/eclipse-collections-forkjoin-11.0.0-SNAPSHOT.pom 22:25:24:854 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.0.0-SNAPSHOT/eclipse-collections-forkjoin-11.0.0-SNAPSHOT-sources.jar 22:25:24:856 [INFO] 22:25:24:856 [INFO] -----------------< org.eclipse.collections:unit-tests >----------------- 22:25:24:856 [INFO] Building Eclipse Collections Unit Test Suite 11.0.0-SNAPSHOT [8/15] 22:25:24:856 [INFO] --------------------------------[ jar ]--------------------------------- 22:25:24:929 [INFO] 22:25:24:929 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests --- 22:25:24:930 [INFO] 22:25:24:930 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests --- 22:25:24:938 [INFO] 22:25:24:938 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ unit-tests --- 22:25:24:938 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/unit-tests/target/jacoco.exec 22:25:24:938 [INFO] 22:25:24:938 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ unit-tests --- 22:25:24:939 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:25:24:939 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:25:24:939 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests/src/main/resources 22:25:24:939 [INFO] 22:25:24:939 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests --- 22:25:24:940 [INFO] No sources to compile 22:25:24:940 [INFO] 22:25:24:940 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0-SNAPSHOT:generate (list) @ unit-tests --- 22:25:24:940 [INFO] Generating sources to unit-tests 22:25:29:993 [INFO] Generated 2196 files 22:25:29:993 [INFO] 22:25:29:993 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ unit-tests --- 22:25:29:994 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:25:29:994 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:25:29:994 [INFO] Copying 1 resource 22:25:29:995 [INFO] 22:25:29:995 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests --- 22:25:30:203 [INFO] Changes detected - recompiling the module! 22:25:30:204 [INFO] Compiling 2740 source files to /home/jenkins/agent/workspace/new-version/unit-tests/target/test-classes 22:26:26:833 [INFO] 22:26:26:833 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests --- 22:26:26:836 [INFO] Tests are skipped. 22:26:26:836 [INFO] 22:26:26:836 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ unit-tests --- 22:26:26:837 [INFO] Skipping JaCoCo execution due to missing execution data file. 22:26:26:837 [INFO] 22:26:26:837 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests --- 22:26:26:837 [WARNING] JAR will be empty - no content was marked for inclusion! 22:26:26:838 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-11.0.0-SNAPSHOT.jar 22:26:26:840 [INFO] 22:26:26:841 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests --- 22:26:26:841 [INFO] No sources in project. Archive not created. 22:26:26:841 [INFO] 22:26:26:842 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests --- 22:26:27:675 [INFO] No dependency problems found 22:26:27:675 [INFO] 22:26:27:675 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests --- 22:26:27:676 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests/11.0.0-SNAPSHOT/unit-tests-11.0.0-SNAPSHOT.jar 22:26:27:681 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests/11.0.0-SNAPSHOT/unit-tests-11.0.0-SNAPSHOT.pom 22:26:27:682 [INFO] 22:26:27:682 [INFO] ------------< org.eclipse.collections:serialization-tests >------------- 22:26:27:682 [INFO] Building Eclipse Collections Serialization Test Suite 11.0.0-SNAPSHOT [9/15] 22:26:27:682 [INFO] --------------------------------[ jar ]--------------------------------- 22:26:27:685 [INFO] 22:26:27:685 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serialization-tests --- 22:26:27:686 [INFO] 22:26:27:686 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ serialization-tests --- 22:26:27:688 [INFO] 22:26:27:688 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ serialization-tests --- 22:26:27:688 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/serialization-tests/target/jacoco.exec 22:26:27:688 [INFO] 22:26:27:688 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ serialization-tests --- 22:26:27:689 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:26:27:689 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:26:27:689 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/main/resources 22:26:27:689 [INFO] 22:26:27:689 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ serialization-tests --- 22:26:27:690 [INFO] No sources to compile 22:26:27:690 [INFO] 22:26:27:690 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ serialization-tests --- 22:26:27:691 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:26:27:691 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:26:27:691 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/test/resources 22:26:27:691 [INFO] 22:26:27:691 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ serialization-tests --- 22:26:27:750 [INFO] Changes detected - recompiling the module! 22:26:27:750 [INFO] Compiling 882 source files to /home/jenkins/agent/workspace/new-version/serialization-tests/target/test-classes 22:26:30:811 [INFO] 22:26:30:811 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ serialization-tests --- 22:26:30:813 [INFO] Tests are skipped. 22:26:30:813 [INFO] 22:26:30:813 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ serialization-tests --- 22:26:30:813 [INFO] Skipping JaCoCo execution due to missing execution data file. 22:26:30:814 [INFO] 22:26:30:814 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ serialization-tests --- 22:26:30:814 [WARNING] JAR will be empty - no content was marked for inclusion! 22:26:30:815 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-11.0.0-SNAPSHOT.jar 22:26:30:818 [INFO] 22:26:30:818 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ serialization-tests --- 22:26:30:819 [INFO] No sources in project. Archive not created. 22:26:30:819 [INFO] 22:26:30:819 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ serialization-tests --- 22:26:30:855 [INFO] No dependency problems found 22:26:30:855 [INFO] 22:26:30:856 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serialization-tests --- 22:26:30:856 [INFO] Installing /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/serialization-tests/11.0.0-SNAPSHOT/serialization-tests-11.0.0-SNAPSHOT.jar 22:26:30:861 [INFO] Installing /home/jenkins/agent/workspace/new-version/serialization-tests/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/serialization-tests/11.0.0-SNAPSHOT/serialization-tests-11.0.0-SNAPSHOT.pom 22:26:30:862 [INFO] 22:26:30:862 [INFO] ---------------< org.eclipse.collections:jcstress-tests >--------------- 22:26:30:862 [INFO] Building Eclipse Collections JCStress Test Suite 11.0.0-SNAPSHOT [10/15] 22:26:30:862 [INFO] --------------------------------[ jar ]--------------------------------- 22:26:31:073 [INFO] 22:26:31:073 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests --- 22:26:31:074 [INFO] 22:26:31:074 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests --- 22:26:31:080 [INFO] 22:26:31:080 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jcstress-tests --- 22:26:31:081 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:26:31:081 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:26:31:081 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/main/resources 22:26:31:081 [INFO] 22:26:31:081 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests --- 22:26:31:082 [INFO] Changes detected - recompiling the module! 22:26:31:083 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/jcstress-tests/target/classes 22:26:32:268 [INFO] 22:26:32:268 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jcstress-tests --- 22:26:32:268 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:26:32:269 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:26:32:269 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/test/resources 22:26:32:269 [INFO] 22:26:32:269 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests --- 22:26:32:269 [INFO] No sources to compile 22:26:32:269 [INFO] 22:26:32:269 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests --- 22:26:32:270 [INFO] Tests are skipped. 22:26:32:271 [INFO] 22:26:32:271 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests --- 22:26:32:273 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.0.0-SNAPSHOT.jar 22:26:32:277 [INFO] 22:26:32:277 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests --- 22:26:32:706 [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.0.0-SNAPSHOT in the shaded jar. 22:26:32:707 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.0.0-SNAPSHOT in the shaded jar. 22:26:32:707 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar. 22:26:32:707 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar. 22:26:33:649 [WARNING] eclipse-collections-11.0.0-SNAPSHOT.jar, eclipse-collections-api-11.0.0-SNAPSHOT.jar define 3 overlapping resources: 22:26:33:649 [WARNING] - LICENSE-EDL-1.0.txt 22:26:33:649 [WARNING] - LICENSE-EPL-1.0.txt 22:26:33:649 [WARNING] - about.html 22:26:33:649 [WARNING] eclipse-collections-11.0.0-SNAPSHOT.jar, eclipse-collections-api-11.0.0-SNAPSHOT.jar, jcstress-core-0.4.jar, jcstress-tests-11.0.0-SNAPSHOT.jar, jopt-simple-4.6.jar define 1 overlapping resources: 22:26:33:649 [WARNING] - META-INF/MANIFEST.MF 22:26:33:649 [WARNING] maven-shade-plugin has detected that some class files are 22:26:33:649 [WARNING] present in two or more JARs. When this happens, only one 22:26:33:649 [WARNING] single version of the class is copied to the uber jar. 22:26:33:649 [WARNING] Usually this is not harmful and you can skip these warnings, 22:26:33:649 [WARNING] otherwise try to manually exclude artifacts based on 22:26:33:649 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 22:26:33:649 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ 22:26:33:653 [INFO] Replacing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress.jar with /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.0.0-SNAPSHOT-shaded.jar 22:26:33:654 [INFO] 22:26:33:654 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests --- 22:26:33:657 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.0.0-SNAPSHOT-sources.jar 22:26:33:662 [INFO] 22:26:33:662 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests --- 22:26:33:668 [INFO] No dependency problems found 22:26:33:668 [INFO] 22:26:33:668 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests --- 22:26:33:669 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/11.0.0-SNAPSHOT/jcstress-tests-11.0.0-SNAPSHOT.jar 22:26:33:673 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/11.0.0-SNAPSHOT/jcstress-tests-11.0.0-SNAPSHOT.pom 22:26:33:675 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/11.0.0-SNAPSHOT/jcstress-tests-11.0.0-SNAPSHOT-sources.jar 22:26:33:676 [INFO] 22:26:33:676 [INFO] -------------< org.eclipse.collections:junit-trait-runner >------------- 22:26:33:676 [INFO] Building Eclipse Collections Test Trait JUnit Runner 11.0.0-SNAPSHOT [11/15] 22:26:33:676 [INFO] --------------------------------[ jar ]--------------------------------- 22:26:33:678 [INFO] 22:26:33:678 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ junit-trait-runner --- 22:26:33:678 [INFO] 22:26:33:678 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ junit-trait-runner --- 22:26:33:680 [INFO] 22:26:33:680 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ junit-trait-runner --- 22:26:33:681 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:26:33:681 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:26:33:681 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/main/resources 22:26:33:681 [INFO] 22:26:33:681 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-trait-runner --- 22:26:33:682 [INFO] Changes detected - recompiling the module! 22:26:33:682 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/classes 22:26:34:308 [INFO] 22:26:34:308 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ junit-trait-runner --- 22:26:34:309 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:26:34:309 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:26:34:309 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/test/resources 22:26:34:309 [INFO] 22:26:34:309 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-trait-runner --- 22:26:34:309 [INFO] No sources to compile 22:26:34:310 [INFO] 22:26:34:310 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ junit-trait-runner --- 22:26:34:311 [INFO] Tests are skipped. 22:26:34:312 [INFO] 22:26:34:312 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ junit-trait-runner --- 22:26:34:314 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.0.0-SNAPSHOT.jar 22:26:34:317 [INFO] 22:26:34:317 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ junit-trait-runner --- 22:26:34:320 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.0.0-SNAPSHOT-sources.jar 22:26:34:323 [INFO] 22:26:34:323 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ junit-trait-runner --- 22:26:34:324 [INFO] No dependency problems found 22:26:34:324 [INFO] 22:26:34:324 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ junit-trait-runner --- 22:26:34:325 [INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/11.0.0-SNAPSHOT/junit-trait-runner-11.0.0-SNAPSHOT.jar 22:26:34:329 [INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/11.0.0-SNAPSHOT/junit-trait-runner-11.0.0-SNAPSHOT.pom 22:26:34:330 [INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/11.0.0-SNAPSHOT/junit-trait-runner-11.0.0-SNAPSHOT-sources.jar 22:26:34:340 [INFO] 22:26:34:340 [INFO] --------------< org.eclipse.collections:unit-tests-java8 >-------------- 22:26:34:340 [INFO] Building Eclipse Collections Java 8 Unit Test Suite 11.0.0-SNAPSHOT [12/15] 22:26:34:340 [INFO] --------------------------------[ jar ]--------------------------------- 22:26:34:400 [INFO] 22:26:34:400 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests-java8 --- 22:26:34:400 [INFO] 22:26:34:400 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests-java8 --- 22:26:34:404 [INFO] 22:26:34:404 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ unit-tests-java8 --- 22:26:34:405 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/unit-tests-java8/target/jacoco.exec 22:26:34:405 [INFO] 22:26:34:405 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ unit-tests-java8 --- 22:26:34:406 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:26:34:406 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:26:34:406 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/main/resources 22:26:34:406 [INFO] 22:26:34:406 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests-java8 --- 22:26:34:406 [INFO] No sources to compile 22:26:34:406 [INFO] 22:26:34:406 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ unit-tests-java8 --- 22:26:34:407 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:26:34:407 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:26:34:407 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/test/resources 22:26:34:407 [INFO] 22:26:34:407 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests-java8 --- 22:26:34:419 [INFO] Changes detected - recompiling the module! 22:26:34:419 [INFO] Compiling 169 source files to /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/test-classes 22:26:40:124 [INFO] 22:26:40:124 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests-java8 --- 22:26:40:126 [INFO] Tests are skipped. 22:26:40:126 [INFO] 22:26:40:126 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ unit-tests-java8 --- 22:26:40:126 [INFO] Skipping JaCoCo execution due to missing execution data file. 22:26:40:127 [INFO] 22:26:40:127 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests-java8 --- 22:26:40:127 [WARNING] JAR will be empty - no content was marked for inclusion! 22:26:40:128 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-11.0.0-SNAPSHOT.jar 22:26:40:131 [INFO] 22:26:40:131 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests-java8 --- 22:26:40:131 [INFO] No sources in project. Archive not created. 22:26:40:131 [INFO] 22:26:40:132 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests-java8 --- 22:26:40:153 [INFO] No dependency problems found 22:26:40:153 [INFO] 22:26:40:153 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests-java8 --- 22:26:40:154 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests-java8/11.0.0-SNAPSHOT/unit-tests-java8-11.0.0-SNAPSHOT.jar 22:26:40:158 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests-java8/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests-java8/11.0.0-SNAPSHOT/unit-tests-java8-11.0.0-SNAPSHOT.pom 22:26:40:159 [INFO] 22:26:40:159 [INFO] ---------------< org.eclipse.collections:test-coverage >---------------- 22:26:40:159 [INFO] Building Eclipse Collections Test Coverage Aggregation 11.0.0-SNAPSHOT [13/15] 22:26:40:159 [INFO] --------------------------------[ pom ]--------------------------------- 22:26:40:160 [INFO] 22:26:40:160 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ test-coverage --- 22:26:40:161 [INFO] 22:26:40:161 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ test-coverage --- 22:26:40:164 [INFO] 22:26:40:164 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ test-coverage --- 22:26:40:164 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/test-coverage/target/jacoco.exec 22:26:40:164 [INFO] 22:26:40:165 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ test-coverage --- 22:26:40:165 [INFO] Skipping JaCoCo execution due to missing execution data file. 22:26:40:165 [INFO] 22:26:40:165 [INFO] --- jacoco-maven-plugin:0.8.7:report-aggregate (default-report) @ test-coverage --- 22:26:40:659 [INFO] Analyzed bundle 'eclipse-collections-api' with 360 classes 22:26:42:474 [INFO] Analyzed bundle 'eclipse-collections' with 3667 classes 22:26:46:461 [INFO] Analyzed bundle 'eclipse-collections-testutils' with 2 classes 22:26:46:473 [INFO] 22:26:46:473 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ test-coverage --- 22:26:46:474 [INFO] Skipping pom project 22:26:46:474 [INFO] 22:26:46:474 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ test-coverage --- 22:26:46:475 [INFO] Installing /home/jenkins/agent/workspace/new-version/test-coverage/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/test-coverage/11.0.0-SNAPSHOT/test-coverage-11.0.0-SNAPSHOT.pom 22:26:46:476 [INFO] 22:26:46:476 [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- 22:26:46:476 [INFO] Building Eclipse Collections p2 Repository Build 11.0.0-SNAPSHOT [14/15] 22:26:46:476 [INFO] --------------------------------[ pom ]--------------------------------- 22:26:46:490 [INFO] 22:26:46:490 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository --- 22:26:46:500 [INFO] 22:26:46:500 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository --- 22:26:46:553 [INFO] 22:26:46:553 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository --- 22:26:46:686 [INFO] Skipping pom project 22:26:46:686 [INFO] 22:26:46:686 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository --- 22:26:46:698 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/p2-repository/11.0.0-SNAPSHOT/p2-repository-11.0.0-SNAPSHOT.pom 22:26:46:699 [INFO] 22:26:46:699 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >----------- 22:26:46:699 [INFO] Building Eclipse Collections OSGi Bundle 11.0.0-SNAPSHOT [15/15] 22:26:46:699 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 22:26:46:864 [INFO] 22:26:46:864 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections --- 22:26:46:864 [INFO] 22:26:46:864 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections --- 22:26:52:073 [WARNING] Working tree is dirty. git status p2-repository/org.eclipse.collections: Changes not staged for commit: modified: p2-repository/org.eclipse.collections/pom.xml 22:26:52:073 [WARNING] Fallback to default timestamp provider 22:26:52:077 [INFO] The project's OSGi version is 11.0.0.v20211028-2224 22:26:52:077 [INFO] 22:26:52:077 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections --- 22:26:52:078 [INFO] 22:26:52:078 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections --- 22:26:52:082 [INFO] 22:26:52:082 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.collections --- 22:26:52:141 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:26:52:141 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:26:52:143 [INFO] Copying 2 resources 22:26:52:147 [INFO] 22:26:52:147 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections --- 22:26:52:170 [INFO] No sources to compile 22:26:52:170 [INFO] 22:26:52:170 [INFO] --- ebr-maven-plugin:1.3.0:bundle (default-bundle) @ org.eclipse.collections --- 22:26:52:177 [INFO] Gathering dependencies 22:26:52:182 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:11.0.0-SNAPSHOT:jar 22:26:52:186 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:11.0.0-SNAPSHOT:jar 22:26:52:187 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 22:26:52:985 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 22:26:53:195 [INFO] Merging collected dependencies 22:26:53:198 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:26:53:198 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:26:53:271 [INFO] Copying 5293 resources 22:26:54:281 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0-SNAPSHOT.jar 22:26:58:890 [INFO] Gathering sources 22:26:58:892 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:11.0.0-SNAPSHOT:jar 22:26:58:892 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:11.0.0-SNAPSHOT:jar 22:26:58:893 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 22:26:59:484 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 22:26:59:850 [INFO] Using 'UTF-8' encoding to copy filtered resources. 22:26:59:850 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 22:26:59:851 [INFO] Copying 2 resources 22:26:59:851 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0-SNAPSHOT-sources.jar 22:27:04:052 [INFO] Assembling p2 repository 22:27:04:826 [INFO] 22:27:04:826 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections --- 22:27:04:827 [INFO] 22:27:04:827 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections --- 22:27:05:968 [INFO] No dependency problems found 22:27:05:968 [INFO] 22:27:05:968 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections --- 22:27:05:969 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0-SNAPSHOT/org.eclipse.collections-11.0.0-SNAPSHOT.jar 22:27:05:978 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0-SNAPSHOT/org.eclipse.collections-11.0.0-SNAPSHOT.pom 22:27:05:979 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0-SNAPSHOT/org.eclipse.collections-11.0.0-SNAPSHOT-sources.jar 22:27:05:983 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/p2content.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0-SNAPSHOT/org.eclipse.collections-11.0.0-SNAPSHOT-p2metadata.xml 22:27:05:984 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/p2artifacts.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0-SNAPSHOT/org.eclipse.collections-11.0.0-SNAPSHOT-p2artifacts.xml 22:27:05:985 [INFO] 22:27:05:985 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections --- 22:27:05:986 [INFO] ------------------------------------------------------------------------ 22:27:05:986 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.0.0-SNAPSHOT: 22:27:05:986 [INFO] 22:27:05:987 [INFO] Eclipse Collections Parent Project ................. SUCCESS [ 2.276 s] 22:27:05:987 [INFO] Eclipse Collections Code Generator ................. SUCCESS [ 4.941 s] 22:27:05:987 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [ 3.716 s] 22:27:05:987 [INFO] Eclipse Collections API ............................ SUCCESS [ 10.788 s] 22:27:05:987 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 37.024 s] 22:27:05:987 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [ 3.498 s] 22:27:05:987 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [ 2.434 s] 22:27:05:987 [INFO] Eclipse Collections Unit Test Suite ................ SUCCESS [01:02 min] 22:27:05:987 [INFO] Eclipse Collections Serialization Test Suite ....... SUCCESS [ 3.179 s] 22:27:05:987 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [ 2.815 s] 22:27:05:987 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SUCCESS [ 0.664 s] 22:27:05:987 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SUCCESS [ 5.819 s] 22:27:05:987 [INFO] Eclipse Collections Test Coverage Aggregation ...... SUCCESS [ 6.317 s] 22:27:05:987 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [ 0.223 s] 22:27:05:987 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 19.287 s] 22:27:05:987 [INFO] ------------------------------------------------------------------------ 22:27:05:987 [INFO] BUILD SUCCESS 22:27:05:987 [INFO] ------------------------------------------------------------------------ 22:27:05:987 [INFO] Total time: 02:47 min 22:27:05:987 [INFO] Finished at: 2021-10-28T22:27:05Z 22:27:05:987 [INFO] ------------------------------------------------------------------------ [new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f /home/jenkins/agent/workspace/new-version/p2-feature/pom.xml org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=11.0.0-SNAPSHOT -Dcollections.repository.url=file:/home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/repository Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" 22:27:07:651 [INFO] Error stacktraces are turned on. 22:27:07:748 [INFO] Scanning for projects... 22:27:14:265 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml 22:27:14:417 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B) 22:27:14:521 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 22:27:14:539 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) 22:27:14:664 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) 22:27:14:784 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) 22:27:14:890 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) 22:27:14:996 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) 22:27:15:111 [INFO] Adding repository file:/home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/repository 22:27:15:142 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml 22:27:16:237 [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB) 22:27:16:357 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml 22:27:16:372 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml 22:27:16:378 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml 22:27:16:392 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml 22:27:16:392 [INFO] ------------------------------------------------------------------------ 22:27:16:392 [INFO] Reactor Build Order: 22:27:16:392 [INFO] 22:27:16:393 [INFO] Eclipse Collections p2 Repository with Feature Build [pom] 22:27:16:393 [INFO] org.eclipse.collections.feature [eclipse-feature] 22:27:16:393 [INFO] p2-repository [eclipse-repository] 22:27:16:605 [INFO] 22:27:16:606 [INFO] -----------------< org.eclipse.collections:p2-feature >----------------- 22:27:16:606 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT [1/3] 22:27:16:606 [INFO] --------------------------------[ pom ]--------------------------------- 22:27:16:608 [INFO] 22:27:16:609 [INFO] --- tycho-versions-plugin:2.5.0:set-version (default-cli) @ p2-feature --- 22:27:18:806 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature 22:27:18:806 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature 22:27:18:806 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository 22:27:18:809 [INFO] ------------------------------------------------------------------------ 22:27:18:809 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT: 22:27:18:809 [INFO] 22:27:18:809 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [ 2.204 s] 22:27:18:810 [INFO] org.eclipse.collections.feature .................... SKIPPED 22:27:18:810 [INFO] p2-repository ...................................... SKIPPED 22:27:18:810 [INFO] ------------------------------------------------------------------------ 22:27:18:810 [INFO] BUILD SUCCESS 22:27:18:810 [INFO] ------------------------------------------------------------------------ 22:27:18:810 [INFO] Total time: 11.135 s 22:27:18:810 [INFO] Finished at: 2021-10-28T22:27:18Z 22:27:18:810 [INFO] ------------------------------------------------------------------------ [new-version] $ /bin/sh -xe /tmp/jenkins10719410467446615028.sh + git checkout origin/master HEAD is now at 9c5f0a9c Release version 11.0.0.M4. M acceptance-tests/pom.xml M eclipse-collections-api/pom.xml M eclipse-collections-code-generator-maven-plugin/pom.xml M eclipse-collections-code-generator/pom.xml M eclipse-collections-forkjoin/pom.xml M eclipse-collections-testutils/pom.xml M eclipse-collections/pom.xml M jcstress-tests/pom.xml M jmh-scala-tests/pom.xml M jmh-tests/pom.xml M junit-trait-runner/pom.xml M p2-repository/org.eclipse.collections/pom.xml M p2-repository/pom.xml M performance-tests/pom.xml M pom.xml M scala-unit-tests/pom.xml M serialization-tests/pom.xml M test-coverage/pom.xml M unit-tests-java8/pom.xml M unit-tests/pom.xml + git config --global user.email collections-bot@eclipse.org + git config --global user.name 'Eclipse Collections Bot' + git add -u '*.xml' + git commit -m 'Update version number to 11.0.0-SNAPSHOT.' [detached HEAD d09eb66e] Update version number to 11.0.0-SNAPSHOT. 20 files changed, 20 insertions(+), 20 deletions(-) The recommended git tool is: NONE using credential github-bot-ssh Pushing HEAD to branch master at repo origin > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials GitHub bot (SSH) [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/new-version@tmp/jenkins-gitclient-ssh5696191070074769676.key > git push git@github.com:eclipse/eclipse-collections.git HEAD:master # timeout=10 Finished: SUCCESS