Started by user Sirisha Pratha Running as Sirisha Pratha Agent basic-38n5j is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-38n5j" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.collections.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-38n5j" - 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-38n5j" - 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-38n5j (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-ssh7546522742069338470.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 82dd090e85e596bc54a1c7fdb67f4c86048ad808 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 82dd090e85e596bc54a1c7fdb67f4c86048ad808 # timeout=10 Commit message: "Release version 11.0.0.M6." > git rev-list --no-walk 82dd090e85e596bc54a1c7fdb67f4c86048ad808 # 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" 13:26:55:802 [INFO] Error stacktraces are turned on. 13:26:55:908 [INFO] Scanning for projects... 13:27:53:986 [INFO] ------------------------------------------------------------------------ 13:27:53:986 [INFO] Reactor Build Order: 13:27:53:986 [INFO] 13:27:53:987 [INFO] Eclipse Collections Parent Project [pom] 13:27:53:987 [INFO] Eclipse Collections Code Generator [jar] 13:27:53:987 [INFO] Eclipse Collections Code Generator Maven Plugin [maven-plugin] 13:27:53:988 [INFO] Eclipse Collections API [jar] 13:27:53:988 [INFO] Eclipse Collections Main Library [jar] 13:27:53:988 [INFO] Eclipse Collections Test Utilities [jar] 13:27:53:988 [INFO] Eclipse Collections Fork Join Utilities [jar] 13:27:53:988 [INFO] Eclipse Collections Unit Test Suite [jar] 13:27:53:988 [INFO] Eclipse Collections Serialization Test Suite [jar] 13:27:53:988 [INFO] Eclipse Collections JCStress Test Suite [jar] 13:27:53:988 [INFO] Eclipse Collections Test Trait JUnit Runner [jar] 13:27:53:988 [INFO] Eclipse Collections Java 8 Unit Test Suite [jar] 13:27:53:988 [INFO] Eclipse Collections Test Coverage Aggregation [pom] 13:27:53:988 [INFO] Eclipse Collections p2 Repository Build [pom] 13:27:53:988 [INFO] Eclipse Collections OSGi Bundle [eclipse-bundle-recipe] 13:27:55:611 [INFO] 13:27:55:611 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >--------- 13:27:55:611 [INFO] Building Eclipse Collections Parent Project 11.0.0.M6 [1/15] 13:27:55:611 [INFO] --------------------------------[ pom ]--------------------------------- 13:27:55:613 [INFO] 13:27:55:614 [INFO] --- versions-maven-plugin:2.8.1:set (default-cli) @ eclipse-collections-parent --- 13:28:05:839 [INFO] Local aggregation root: /home/jenkins/agent/workspace/new-version 13:28:05:843 [INFO] Processing change of org.eclipse.collections:eclipse-collections-parent:11.0.0.M6 -> 11.0.0-SNAPSHOT 13:28:05:914 [INFO] Processing org.eclipse.collections:eclipse-collections-parent 13:28:05:914 [INFO] Updating project org.eclipse.collections:eclipse-collections-parent 13:28:05:914 [INFO] from version 11.0.0.M6 to 11.0.0-SNAPSHOT 13:28:06:068 [INFO] 13:28:06:070 [INFO] Processing org.eclipse.collections:acceptance-tests 13:28:06:071 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:28:06:071 [INFO] from version 11.0.0.M6 to 11.0.0-SNAPSHOT 13:28:06:087 [INFO] 13:28:06:088 [INFO] Processing org.eclipse.collections:eclipse-collections-api 13:28:06:088 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:28:06:088 [INFO] from version 11.0.0.M6 to 11.0.0-SNAPSHOT 13:28:06:102 [INFO] 13:28:06:103 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator-maven-plugin 13:28:06:104 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:28:06:104 [INFO] from version 11.0.0.M6 to 11.0.0-SNAPSHOT 13:28:06:143 [INFO] 13:28:06:144 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator 13:28:06:144 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:28:06:144 [INFO] from version 11.0.0.M6 to 11.0.0-SNAPSHOT 13:28:06:154 [INFO] 13:28:06:156 [INFO] Processing org.eclipse.collections:eclipse-collections-forkjoin 13:28:06:156 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:28:06:156 [INFO] from version 11.0.0.M6 to 11.0.0-SNAPSHOT 13:28:06:178 [INFO] 13:28:06:179 [INFO] Processing org.eclipse.collections:eclipse-collections-testutils 13:28:06:179 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:28:06:180 [INFO] from version 11.0.0.M6 to 11.0.0-SNAPSHOT 13:28:06:190 [INFO] 13:28:06:191 [INFO] Processing org.eclipse.collections:eclipse-collections 13:28:06:191 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:28:06:192 [INFO] from version 11.0.0.M6 to 11.0.0-SNAPSHOT 13:28:06:232 [INFO] 13:28:06:233 [INFO] Processing org.eclipse.collections:jcstress-tests 13:28:06:233 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:28:06:233 [INFO] from version 11.0.0.M6 to 11.0.0-SNAPSHOT 13:28:06:242 [INFO] 13:28:06:243 [INFO] Processing org.eclipse.collections:jmh-scala-tests 13:28:06:243 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:28:06:243 [INFO] from version 11.0.0.M6 to 11.0.0-SNAPSHOT 13:28:06:252 [INFO] 13:28:06:254 [INFO] Processing org.eclipse.collections:jmh-tests 13:28:06:254 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:28:06:254 [INFO] from version 11.0.0.M6 to 11.0.0-SNAPSHOT 13:28:06:273 [INFO] 13:28:06:274 [INFO] Processing org.eclipse.collections:junit-trait-runner 13:28:06:274 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:28:06:274 [INFO] from version 11.0.0.M6 to 11.0.0-SNAPSHOT 13:28:06:279 [INFO] 13:28:06:281 [INFO] Processing org.eclipse.collections:p2-repository 13:28:06:281 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:28:06:281 [INFO] from version 11.0.0.M6 to 11.0.0-SNAPSHOT 13:28:06:306 [INFO] 13:28:06:307 [INFO] Processing org.eclipse.collections:performance-tests 13:28:06:307 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:28:06:307 [INFO] from version 11.0.0.M6 to 11.0.0-SNAPSHOT 13:28:06:334 [INFO] 13:28:06:335 [INFO] Processing org.eclipse.collections:scala-unit-tests 13:28:06:335 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:28:06:335 [INFO] from version 11.0.0.M6 to 11.0.0-SNAPSHOT 13:28:06:347 [INFO] 13:28:06:348 [INFO] Processing org.eclipse.collections:serialization-tests 13:28:06:348 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:28:06:349 [INFO] from version 11.0.0.M6 to 11.0.0-SNAPSHOT 13:28:06:356 [INFO] 13:28:06:359 [INFO] Processing org.eclipse.collections:test-coverage 13:28:06:359 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:28:06:359 [INFO] from version 11.0.0.M6 to 11.0.0-SNAPSHOT 13:28:06:370 [INFO] 13:28:06:371 [INFO] Processing org.eclipse.collections:unit-tests-java8 13:28:06:371 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:28:06:371 [INFO] from version 11.0.0.M6 to 11.0.0-SNAPSHOT 13:28:06:379 [INFO] 13:28:06:380 [INFO] Processing org.eclipse.collections:unit-tests 13:28:06:380 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:28:06:380 [INFO] from version 11.0.0.M6 to 11.0.0-SNAPSHOT 13:28:06:390 [INFO] 13:28:06:393 [INFO] Processing org.eclipse.collections:org.eclipse.collections 13:28:06:393 [INFO] Updating parent org.eclipse.collections:p2-repository 13:28:06:393 [INFO] from version 11.0.0.M6 to 11.0.0-SNAPSHOT 13:28:06:394 [INFO] 13:28:06:395 [INFO] ------------------------------------------------------------------------ 13:28:06:395 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.0.0.M6: 13:28:06:395 [INFO] 13:28:06:395 [INFO] Eclipse Collections Parent Project ................. SUCCESS [ 10.785 s] 13:28:06:395 [INFO] Eclipse Collections Code Generator ................. SKIPPED 13:28:06:395 [INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED 13:28:06:395 [INFO] Eclipse Collections API ............................ SKIPPED 13:28:06:395 [INFO] Eclipse Collections Main Library ................... SKIPPED 13:28:06:395 [INFO] Eclipse Collections Test Utilities ................. SKIPPED 13:28:06:395 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED 13:28:06:395 [INFO] Eclipse Collections Unit Test Suite ................ SKIPPED 13:28:06:395 [INFO] Eclipse Collections Serialization Test Suite ....... SKIPPED 13:28:06:395 [INFO] Eclipse Collections JCStress Test Suite ............ SKIPPED 13:28:06:395 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SKIPPED 13:28:06:395 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SKIPPED 13:28:06:395 [INFO] Eclipse Collections Test Coverage Aggregation ...... SKIPPED 13:28:06:395 [INFO] Eclipse Collections p2 Repository Build ............ SKIPPED 13:28:06:395 [INFO] Eclipse Collections OSGi Bundle .................... SKIPPED 13:28:06:395 [INFO] ------------------------------------------------------------------------ 13:28:06:396 [INFO] BUILD SUCCESS 13:28:06:396 [INFO] ------------------------------------------------------------------------ 13:28:06:396 [INFO] Total time: 01:10 min 13:28:06:396 [INFO] Finished at: 2021-11-05T13:28:06Z 13:28:06:396 [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" 13:28:07:287 [INFO] Error stacktraces are turned on. 13:28:07:368 [INFO] Scanning for projects... 13:28:08:657 [INFO] ------------------------------------------------------------------------ 13:28:08:658 [INFO] Reactor Build Order: 13:28:08:658 [INFO] 13:28:08:658 [INFO] Eclipse Collections Parent Project [pom] 13:28:08:658 [INFO] Eclipse Collections Code Generator [jar] 13:28:08:659 [INFO] Eclipse Collections Code Generator Maven Plugin [maven-plugin] 13:28:08:659 [INFO] Eclipse Collections API [jar] 13:28:08:659 [INFO] Eclipse Collections Main Library [jar] 13:28:08:659 [INFO] Eclipse Collections Test Utilities [jar] 13:28:08:659 [INFO] Eclipse Collections Fork Join Utilities [jar] 13:28:08:659 [INFO] Eclipse Collections Unit Test Suite [jar] 13:28:08:659 [INFO] Eclipse Collections Serialization Test Suite [jar] 13:28:08:659 [INFO] Eclipse Collections JCStress Test Suite [jar] 13:28:08:659 [INFO] Eclipse Collections Test Trait JUnit Runner [jar] 13:28:08:659 [INFO] Eclipse Collections Java 8 Unit Test Suite [jar] 13:28:08:659 [INFO] Eclipse Collections Test Coverage Aggregation [pom] 13:28:08:659 [INFO] Eclipse Collections p2 Repository Build [pom] 13:28:08:659 [INFO] Eclipse Collections OSGi Bundle [eclipse-bundle-recipe] 13:28:08:664 [INFO] 13:28:08:664 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >--------- 13:28:08:664 [INFO] Building Eclipse Collections Parent Project 11.0.0-SNAPSHOT [1/15] 13:28:08:664 [INFO] --------------------------------[ pom ]--------------------------------- 13:28:09:666 [INFO] 13:28:09:667 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent --- 13:28:09:738 [INFO] 13:28:09:738 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent --- 13:28:10:662 [INFO] 13:28:10:662 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent --- 13:28:14:677 [INFO] Skipping pom project 13:28:14:677 [INFO] 13:28:14:677 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent --- 13:28:14:793 [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 13:28:14:796 [INFO] 13:28:14:797 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >----- 13:28:14:797 [INFO] Building Eclipse Collections Code Generator 11.0.0-SNAPSHOT [2/15] 13:28:14:797 [INFO] --------------------------------[ jar ]--------------------------------- 13:28:16:246 [INFO] 13:28:16:247 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator --- 13:28:16:248 [INFO] 13:28:16:248 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator --- 13:28:16:262 [INFO] 13:28:16:262 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator --- 13:28:17:348 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:17:348 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:28:17:359 [INFO] Copying 356 resources 13:28:17:458 [INFO] 13:28:17:458 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator --- 13:28:18:917 [INFO] Changes detected - recompiling the module! 13:28:18:923 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/classes 13:28:19:732 [INFO] 13:28:19:732 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator --- 13:28:19:734 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:19:734 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:28:19:734 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/src/test/resources 13:28:19:735 [INFO] 13:28:19:735 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator --- 13:28:19:743 [INFO] Changes detected - recompiling the module! 13:28:19:743 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/test-classes 13:28:20:368 [INFO] 13:28:20:368 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator --- 13:28:21:660 [INFO] Tests are skipped. 13:28:21:660 [INFO] 13:28:21:660 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator --- 13:28:22:886 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0-SNAPSHOT.jar 13:28:23:060 [INFO] 13:28:23:060 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator --- 13:28:23:167 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0-SNAPSHOT-sources.jar 13:28:23:349 [INFO] 13:28:23:349 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator --- 13:28:23:371 [INFO] No dependency problems found 13:28:23:371 [INFO] 13:28:23:371 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator --- 13:28:23:373 [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 13:28:23:378 [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 13:28:23:379 [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 13:28:23:382 [INFO] 13:28:23:382 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >-- 13:28:23:382 [INFO] Building Eclipse Collections Code Generator Maven Plugin 11.0.0-SNAPSHOT [3/15] 13:28:23:382 [INFO] ----------------------------[ maven-plugin ]---------------------------- 13:28:24:233 [INFO] 13:28:24:233 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin --- 13:28:24:233 [INFO] 13:28:24:233 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin --- 13:28:24:268 [INFO] 13:28:24:268 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin --- 13:28:24:269 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:24:269 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:28:24:269 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/main/resources 13:28:24:269 [INFO] 13:28:24:269 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin --- 13:28:24:271 [INFO] Changes detected - recompiling the module! 13:28:24:271 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/classes 13:28:24:883 [INFO] 13:28:24:883 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin --- 13:28:28:309 [INFO] Using 'UTF-8' encoding to read mojo source files. 13:28:28:362 [INFO] java-javadoc mojo extractor found 1 mojo descriptor. 13:28:28:449 [INFO] java-annotations mojo extractor found 0 mojo descriptor. 13:28:28:589 [INFO] 13:28:28:589 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin --- 13:28:28:590 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:28:590 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:28:28:590 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/test/resources 13:28:28:590 [INFO] 13:28:28:591 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin --- 13:28:28:592 [INFO] No sources to compile 13:28:28:592 [INFO] 13:28:28:592 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin --- 13:28:28:593 [INFO] Tests are skipped. 13:28:28:594 [INFO] 13:28:28:594 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin --- 13:28:28:597 [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 13:28:28:633 [INFO] 13:28:28:633 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin --- 13:28:28:635 [INFO] 13:28:28:635 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin --- 13:28:28:638 [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 13:28:28:643 [INFO] 13:28:28:643 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin --- 13:28:28:646 [INFO] No dependency problems found 13:28:28:646 [INFO] 13:28:28:646 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin --- 13:28:28:647 [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 13:28:28:652 [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 13:28:28:665 [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 13:28:28:666 [INFO] 13:28:28:666 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >----------- 13:28:28:666 [INFO] Building Eclipse Collections API 11.0.0-SNAPSHOT [4/15] 13:28:28:666 [INFO] --------------------------------[ jar ]--------------------------------- 13:28:28:792 [INFO] 13:28:28:792 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api --- 13:28:28:792 [INFO] 13:28:28:792 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api --- 13:28:28:794 [INFO] 13:28:28:794 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0-SNAPSHOT:generate (default) @ eclipse-collections-api --- 13:28:28:802 [INFO] Generating sources to eclipse-collections-api 13:28:29:672 [INFO] Generated 1171 files 13:28:29:672 [INFO] 13:28:29:672 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-api --- 13:28:29:673 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:29:673 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:28:29:673 [INFO] Copying 3 resources 13:28:29:674 [INFO] 13:28:29:674 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api --- 13:28:29:817 [INFO] Changes detected - recompiling the module! 13:28:29:818 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/classes 13:28:35:224 [INFO] 13:28:35:225 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api --- 13:28:40:687 [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. 13:28:40:687 [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. 13:28:40:687 [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. 13:28:40:687 [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. 13:28:40:687 [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. 13:28:40:687 [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. 13:28:41:472 [INFO] 13:28:41:472 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-api --- 13:28:41:473 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:41:473 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:28:41:473 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-api/src/test/resources 13:28:41:473 [INFO] 13:28:41:473 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api --- 13:28:41:475 [INFO] No sources to compile 13:28:41:475 [INFO] 13:28:41:475 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api --- 13:28:41:477 [INFO] Tests are skipped. 13:28:41:477 [INFO] 13:28:41:477 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api --- 13:28:41:602 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.0.0-SNAPSHOT.jar 13:28:41:839 [INFO] 13:28:41:839 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api --- 13:28:41:865 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.0.0-SNAPSHOT-sources.jar 13:28:42:249 [INFO] 13:28:42:249 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api --- 13:28:42:385 [INFO] No dependency problems found 13:28:42:385 [INFO] 13:28:42:385 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api --- 13:28:42:386 [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 13:28:42:387 [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 13:28:42:388 [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 13:28:42:390 [INFO] 13:28:42:390 [INFO] ------------< org.eclipse.collections:eclipse-collections >------------- 13:28:42:390 [INFO] Building Eclipse Collections Main Library 11.0.0-SNAPSHOT [5/15] 13:28:42:390 [INFO] --------------------------------[ jar ]--------------------------------- 13:28:42:392 [INFO] 13:28:42:392 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections --- 13:28:42:393 [INFO] 13:28:42:393 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections --- 13:28:42:395 [INFO] 13:28:42:395 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0-SNAPSHOT:generate (default) @ eclipse-collections --- 13:28:42:395 [INFO] Generating sources to eclipse-collections 13:28:45:723 [INFO] Generated 1446 files 13:28:45:723 [INFO] 13:28:45:723 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections --- 13:28:45:724 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:45:724 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:28:45:725 [INFO] Copying 24 resources 13:28:45:729 [INFO] 13:28:45:730 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections --- 13:28:45:895 [INFO] Changes detected - recompiling the module! 13:28:45:896 [INFO] Compiling 2101 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/classes 13:29:14:013 [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 13:29:14:013 [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 13:29:14:013 [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 13:29:14:013 [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 13:29:14:013 [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 13:29:14:013 [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 13:29:14:013 [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 13:29:14:013 [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 13:29:14:013 [INFO] 13:29:14:013 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections --- 13:29:14:075 [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. 13:29:14:075 [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. 13:29:14:075 [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. 13:29:14:075 [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. 13:29:14:075 [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. 13:29:14:075 [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. 13:29:16:885 [INFO] 13:29:16:885 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections --- 13:29:16:886 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:16:886 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:29:16:886 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections/src/test/resources 13:29:16:886 [INFO] 13:29:16:886 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections --- 13:29:16:887 [INFO] No sources to compile 13:29:16:888 [INFO] 13:29:16:888 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections --- 13:29:16:890 [INFO] Tests are skipped. 13:29:16:890 [INFO] 13:29:16:890 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections --- 13:29:17:191 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.0.0-SNAPSHOT.jar 13:29:17:839 [INFO] 13:29:17:840 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections --- 13:29:17:899 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.0.0-SNAPSHOT-sources.jar 13:29:18:452 [INFO] 13:29:18:452 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections --- 13:29:19:024 [INFO] No dependency problems found 13:29:19:025 [INFO] 13:29:19:025 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections --- 13:29:19:026 [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 13:29:19:034 [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 13:29:19:035 [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 13:29:19:038 [INFO] 13:29:19:039 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >-------- 13:29:19:039 [INFO] Building Eclipse Collections Test Utilities 11.0.0-SNAPSHOT [6/15] 13:29:19:039 [INFO] --------------------------------[ jar ]--------------------------------- 13:29:19:193 [INFO] 13:29:19:193 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils --- 13:29:19:193 [INFO] 13:29:19:193 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils --- 13:29:19:198 [INFO] 13:29:19:199 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-testutils --- 13:29:23:627 [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 13:29:23:627 [INFO] 13:29:23:627 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-testutils --- 13:29:23:628 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:23:628 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:29:23:628 [INFO] Copying 3 resources 13:29:23:630 [INFO] 13:29:23:630 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils --- 13:29:23:632 [INFO] Changes detected - recompiling the module! 13:29:23:632 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/classes 13:29:24:786 [INFO] 13:29:24:786 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-testutils --- 13:29:24:787 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:24:787 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:29:24:787 [INFO] Copying 1 resource 13:29:24:788 [INFO] 13:29:24:788 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils --- 13:29:24:789 [INFO] Changes detected - recompiling the module! 13:29:24:790 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/test-classes 13:29:26:252 [INFO] 13:29:26:252 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils --- 13:29:26:254 [INFO] Tests are skipped. 13:29:26:254 [INFO] 13:29:26:254 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-testutils --- 13:29:26:256 [INFO] Skipping JaCoCo execution due to missing execution data file. 13:29:26:256 [INFO] 13:29:26:256 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils --- 13:29:26:259 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0-SNAPSHOT.jar 13:29:26:264 [INFO] 13:29:26:264 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils --- 13:29:26:266 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0-SNAPSHOT-sources.jar 13:29:26:271 [INFO] 13:29:26:271 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils --- 13:29:26:279 [INFO] No dependency problems found 13:29:26:279 [INFO] 13:29:26:279 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils --- 13:29:26:280 [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 13:29:26:284 [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 13:29:26:285 [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 13:29:26:286 [INFO] 13:29:26:286 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >-------- 13:29:26:286 [INFO] Building Eclipse Collections Fork Join Utilities 11.0.0-SNAPSHOT [7/15] 13:29:26:286 [INFO] --------------------------------[ jar ]--------------------------------- 13:29:26:288 [INFO] 13:29:26:288 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin --- 13:29:26:289 [INFO] 13:29:26:289 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin --- 13:29:26:293 [INFO] 13:29:26:293 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-forkjoin --- 13:29:26:294 [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 13:29:26:294 [INFO] 13:29:26:294 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-forkjoin --- 13:29:26:295 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:26:295 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:29:26:295 [INFO] Copying 3 resources 13:29:26:295 [INFO] 13:29:26:295 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin --- 13:29:26:297 [INFO] Changes detected - recompiling the module! 13:29:26:297 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/classes 13:29:27:564 [INFO] 13:29:27:564 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-forkjoin --- 13:29:27:565 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:27:565 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:29:27:565 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/src/test/resources 13:29:27:565 [INFO] 13:29:27:565 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin --- 13:29:27:566 [INFO] Changes detected - recompiling the module! 13:29:27:566 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/test-classes 13:29:28:778 [INFO] 13:29:28:778 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin --- 13:29:28:779 [INFO] Tests are skipped. 13:29:28:779 [INFO] 13:29:28:779 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-forkjoin --- 13:29:28:780 [INFO] Skipping JaCoCo execution due to missing execution data file. 13:29:28:780 [INFO] 13:29:28:780 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin --- 13:29:28:783 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0-SNAPSHOT.jar 13:29:28:787 [INFO] 13:29:28:787 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin --- 13:29:28:789 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0-SNAPSHOT-sources.jar 13:29:28:795 [INFO] 13:29:28:796 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin --- 13:29:28:803 [INFO] No dependency problems found 13:29:28:803 [INFO] 13:29:28:803 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin --- 13:29:28:804 [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 13:29:28:808 [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 13:29:28:809 [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 13:29:28:810 [INFO] 13:29:28:810 [INFO] -----------------< org.eclipse.collections:unit-tests >----------------- 13:29:28:810 [INFO] Building Eclipse Collections Unit Test Suite 11.0.0-SNAPSHOT [8/15] 13:29:28:810 [INFO] --------------------------------[ jar ]--------------------------------- 13:29:29:189 [INFO] 13:29:29:189 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests --- 13:29:29:190 [INFO] 13:29:29:190 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests --- 13:29:29:197 [INFO] 13:29:29:197 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ unit-tests --- 13:29:29:197 [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 13:29:29:198 [INFO] 13:29:29:198 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ unit-tests --- 13:29:29:198 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:29:198 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:29:29:198 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests/src/main/resources 13:29:29:198 [INFO] 13:29:29:198 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests --- 13:29:29:199 [INFO] No sources to compile 13:29:29:199 [INFO] 13:29:29:199 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0-SNAPSHOT:generate (list) @ unit-tests --- 13:29:29:200 [INFO] Generating sources to unit-tests 13:29:33:950 [INFO] Generated 2196 files 13:29:33:950 [INFO] 13:29:33:950 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ unit-tests --- 13:29:33:951 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:33:951 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:29:33:951 [INFO] Copying 1 resource 13:29:33:951 [INFO] 13:29:33:951 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests --- 13:29:34:168 [INFO] Changes detected - recompiling the module! 13:29:34:169 [INFO] Compiling 2740 source files to /home/jenkins/agent/workspace/new-version/unit-tests/target/test-classes 13:30:30:373 [INFO] 13:30:30:373 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests --- 13:30:30:376 [INFO] Tests are skipped. 13:30:30:376 [INFO] 13:30:30:376 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ unit-tests --- 13:30:30:376 [INFO] Skipping JaCoCo execution due to missing execution data file. 13:30:30:377 [INFO] 13:30:30:377 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests --- 13:30:30:377 [WARNING] JAR will be empty - no content was marked for inclusion! 13:30:30:378 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-11.0.0-SNAPSHOT.jar 13:30:30:381 [INFO] 13:30:30:381 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests --- 13:30:30:381 [INFO] No sources in project. Archive not created. 13:30:30:382 [INFO] 13:30:30:382 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests --- 13:30:31:456 [INFO] No dependency problems found 13:30:31:456 [INFO] 13:30:31:457 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests --- 13:30:31:458 [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 13:30:31:458 [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 13:30:31:459 [INFO] 13:30:31:459 [INFO] ------------< org.eclipse.collections:serialization-tests >------------- 13:30:31:459 [INFO] Building Eclipse Collections Serialization Test Suite 11.0.0-SNAPSHOT [9/15] 13:30:31:459 [INFO] --------------------------------[ jar ]--------------------------------- 13:30:31:461 [INFO] 13:30:31:461 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serialization-tests --- 13:30:31:462 [INFO] 13:30:31:462 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ serialization-tests --- 13:30:31:464 [INFO] 13:30:31:464 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ serialization-tests --- 13:30:31:465 [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 13:30:31:465 [INFO] 13:30:31:465 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ serialization-tests --- 13:30:31:465 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:31:465 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:30:31:466 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/main/resources 13:30:31:466 [INFO] 13:30:31:466 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ serialization-tests --- 13:30:31:466 [INFO] No sources to compile 13:30:31:466 [INFO] 13:30:31:466 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ serialization-tests --- 13:30:31:467 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:31:467 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:30:31:467 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/test/resources 13:30:31:468 [INFO] 13:30:31:468 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ serialization-tests --- 13:30:31:538 [INFO] Changes detected - recompiling the module! 13:30:31:539 [INFO] Compiling 882 source files to /home/jenkins/agent/workspace/new-version/serialization-tests/target/test-classes 13:30:34:915 [INFO] 13:30:34:915 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ serialization-tests --- 13:30:34:916 [INFO] Tests are skipped. 13:30:34:916 [INFO] 13:30:34:916 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ serialization-tests --- 13:30:34:917 [INFO] Skipping JaCoCo execution due to missing execution data file. 13:30:34:917 [INFO] 13:30:34:917 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ serialization-tests --- 13:30:34:918 [WARNING] JAR will be empty - no content was marked for inclusion! 13:30:34:918 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-11.0.0-SNAPSHOT.jar 13:30:34:922 [INFO] 13:30:34:922 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ serialization-tests --- 13:30:34:923 [INFO] No sources in project. Archive not created. 13:30:34:923 [INFO] 13:30:34:923 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ serialization-tests --- 13:30:34:968 [INFO] No dependency problems found 13:30:34:968 [INFO] 13:30:34:968 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serialization-tests --- 13:30:34:969 [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 13:30:34:974 [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 13:30:34:975 [INFO] 13:30:34:975 [INFO] ---------------< org.eclipse.collections:jcstress-tests >--------------- 13:30:34:975 [INFO] Building Eclipse Collections JCStress Test Suite 11.0.0-SNAPSHOT [10/15] 13:30:34:975 [INFO] --------------------------------[ jar ]--------------------------------- 13:30:35:434 [INFO] 13:30:35:434 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests --- 13:30:35:435 [INFO] 13:30:35:435 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests --- 13:30:35:441 [INFO] 13:30:35:441 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jcstress-tests --- 13:30:35:441 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:35:441 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:30:35:441 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/main/resources 13:30:35:441 [INFO] 13:30:35:441 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests --- 13:30:35:443 [INFO] Changes detected - recompiling the module! 13:30:35:443 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/jcstress-tests/target/classes 13:30:36:699 [INFO] 13:30:36:699 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jcstress-tests --- 13:30:36:700 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:36:700 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:30:36:700 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/test/resources 13:30:36:700 [INFO] 13:30:36:700 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests --- 13:30:36:701 [INFO] No sources to compile 13:30:36:701 [INFO] 13:30:36:701 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests --- 13:30:36:702 [INFO] Tests are skipped. 13:30:36:702 [INFO] 13:30:36:702 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests --- 13:30:36:705 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.0.0-SNAPSHOT.jar 13:30:36:734 [INFO] 13:30:36:734 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests --- 13:30:38:133 [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.0.0-SNAPSHOT in the shaded jar. 13:30:38:133 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.0.0-SNAPSHOT in the shaded jar. 13:30:38:133 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar. 13:30:38:133 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar. 13:30:39:068 [WARNING] eclipse-collections-11.0.0-SNAPSHOT.jar, eclipse-collections-api-11.0.0-SNAPSHOT.jar define 3 overlapping resources: 13:30:39:068 [WARNING] - LICENSE-EDL-1.0.txt 13:30:39:068 [WARNING] - LICENSE-EPL-1.0.txt 13:30:39:068 [WARNING] - about.html 13:30:39:068 [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: 13:30:39:068 [WARNING] - META-INF/MANIFEST.MF 13:30:39:068 [WARNING] maven-shade-plugin has detected that some class files are 13:30:39:068 [WARNING] present in two or more JARs. When this happens, only one 13:30:39:068 [WARNING] single version of the class is copied to the uber jar. 13:30:39:068 [WARNING] Usually this is not harmful and you can skip these warnings, 13:30:39:068 [WARNING] otherwise try to manually exclude artifacts based on 13:30:39:068 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 13:30:39:068 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ 13:30:39:073 [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 13:30:39:073 [INFO] 13:30:39:073 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests --- 13:30:39:075 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.0.0-SNAPSHOT-sources.jar 13:30:39:081 [INFO] 13:30:39:081 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests --- 13:30:39:092 [INFO] No dependency problems found 13:30:39:092 [INFO] 13:30:39:092 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests --- 13:30:39:093 [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 13:30:39:097 [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 13:30:39:099 [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 13:30:39:100 [INFO] 13:30:39:100 [INFO] -------------< org.eclipse.collections:junit-trait-runner >------------- 13:30:39:100 [INFO] Building Eclipse Collections Test Trait JUnit Runner 11.0.0-SNAPSHOT [11/15] 13:30:39:100 [INFO] --------------------------------[ jar ]--------------------------------- 13:30:39:102 [INFO] 13:30:39:102 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ junit-trait-runner --- 13:30:39:103 [INFO] 13:30:39:103 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ junit-trait-runner --- 13:30:39:105 [INFO] 13:30:39:105 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ junit-trait-runner --- 13:30:39:105 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:39:105 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:30:39:105 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/main/resources 13:30:39:106 [INFO] 13:30:39:106 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-trait-runner --- 13:30:39:107 [INFO] Changes detected - recompiling the module! 13:30:39:108 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/classes 13:30:39:965 [INFO] 13:30:39:965 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ junit-trait-runner --- 13:30:39:966 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:39:966 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:30:39:966 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/test/resources 13:30:39:966 [INFO] 13:30:39:966 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-trait-runner --- 13:30:39:967 [INFO] No sources to compile 13:30:39:967 [INFO] 13:30:39:967 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ junit-trait-runner --- 13:30:39:968 [INFO] Tests are skipped. 13:30:39:969 [INFO] 13:30:39:969 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ junit-trait-runner --- 13:30:39:971 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.0.0-SNAPSHOT.jar 13:30:39:977 [INFO] 13:30:39:977 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ junit-trait-runner --- 13:30:39:981 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.0.0-SNAPSHOT-sources.jar 13:30:39:984 [INFO] 13:30:39:984 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ junit-trait-runner --- 13:30:39:986 [INFO] No dependency problems found 13:30:39:986 [INFO] 13:30:39:986 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ junit-trait-runner --- 13:30:39:987 [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 13:30:39:992 [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 13:30:39:993 [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 13:30:39:994 [INFO] 13:30:39:994 [INFO] --------------< org.eclipse.collections:unit-tests-java8 >-------------- 13:30:39:994 [INFO] Building Eclipse Collections Java 8 Unit Test Suite 11.0.0-SNAPSHOT [12/15] 13:30:39:994 [INFO] --------------------------------[ jar ]--------------------------------- 13:30:40:075 [INFO] 13:30:40:075 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests-java8 --- 13:30:40:076 [INFO] 13:30:40:076 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests-java8 --- 13:30:40:081 [INFO] 13:30:40:081 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ unit-tests-java8 --- 13:30:40:081 [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 13:30:40:081 [INFO] 13:30:40:082 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ unit-tests-java8 --- 13:30:40:082 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:40:082 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:30:40:082 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/main/resources 13:30:40:082 [INFO] 13:30:40:082 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests-java8 --- 13:30:40:083 [INFO] No sources to compile 13:30:40:083 [INFO] 13:30:40:083 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ unit-tests-java8 --- 13:30:40:084 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:40:084 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:30:40:084 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/test/resources 13:30:40:084 [INFO] 13:30:40:084 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests-java8 --- 13:30:40:100 [INFO] Changes detected - recompiling the module! 13:30:40:100 [INFO] Compiling 169 source files to /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/test-classes 13:30:45:849 [INFO] 13:30:45:849 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests-java8 --- 13:30:45:850 [INFO] Tests are skipped. 13:30:45:850 [INFO] 13:30:45:850 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ unit-tests-java8 --- 13:30:45:851 [INFO] Skipping JaCoCo execution due to missing execution data file. 13:30:45:851 [INFO] 13:30:45:851 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests-java8 --- 13:30:45:851 [WARNING] JAR will be empty - no content was marked for inclusion! 13:30:45:852 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-11.0.0-SNAPSHOT.jar 13:30:45:855 [INFO] 13:30:45:855 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests-java8 --- 13:30:45:855 [INFO] No sources in project. Archive not created. 13:30:45:856 [INFO] 13:30:45:856 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests-java8 --- 13:30:45:878 [INFO] No dependency problems found 13:30:45:878 [INFO] 13:30:45:878 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests-java8 --- 13:30:45:878 [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 13:30:45:883 [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 13:30:45:883 [INFO] 13:30:45:883 [INFO] ---------------< org.eclipse.collections:test-coverage >---------------- 13:30:45:883 [INFO] Building Eclipse Collections Test Coverage Aggregation 11.0.0-SNAPSHOT [13/15] 13:30:45:883 [INFO] --------------------------------[ pom ]--------------------------------- 13:30:45:885 [INFO] 13:30:45:885 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ test-coverage --- 13:30:45:885 [INFO] 13:30:45:885 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ test-coverage --- 13:30:45:887 [INFO] 13:30:45:887 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ test-coverage --- 13:30:45:888 [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 13:30:45:888 [INFO] 13:30:45:888 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ test-coverage --- 13:30:45:888 [INFO] Skipping JaCoCo execution due to missing execution data file. 13:30:45:888 [INFO] 13:30:45:888 [INFO] --- jacoco-maven-plugin:0.8.7:report-aggregate (default-report) @ test-coverage --- 13:30:46:406 [INFO] Analyzed bundle 'eclipse-collections-api' with 360 classes 13:30:48:044 [INFO] Analyzed bundle 'eclipse-collections' with 3667 classes 13:30:52:067 [INFO] Analyzed bundle 'eclipse-collections-testutils' with 2 classes 13:30:52:081 [INFO] 13:30:52:081 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ test-coverage --- 13:30:52:082 [INFO] Skipping pom project 13:30:52:082 [INFO] 13:30:52:082 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ test-coverage --- 13:30:52:082 [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 13:30:52:087 [INFO] 13:30:52:087 [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- 13:30:52:087 [INFO] Building Eclipse Collections p2 Repository Build 11.0.0-SNAPSHOT [14/15] 13:30:52:087 [INFO] --------------------------------[ pom ]--------------------------------- 13:30:52:101 [INFO] 13:30:52:101 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository --- 13:30:52:110 [INFO] 13:30:52:110 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository --- 13:30:52:151 [INFO] 13:30:52:151 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository --- 13:30:52:274 [INFO] Skipping pom project 13:30:52:274 [INFO] 13:30:52:274 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository --- 13:30:52:287 [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 13:30:52:288 [INFO] 13:30:52:288 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >----------- 13:30:52:288 [INFO] Building Eclipse Collections OSGi Bundle 11.0.0-SNAPSHOT [15/15] 13:30:52:288 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:30:52:604 [INFO] 13:30:52:604 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections --- 13:30:52:604 [INFO] 13:30:52:604 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections --- 13:30:58:550 [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 13:30:58:550 [WARNING] Fallback to default timestamp provider 13:30:58:554 [INFO] The project's OSGi version is 11.0.0.v20211105-1328 13:30:58:554 [INFO] 13:30:58:554 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections --- 13:30:58:555 [INFO] 13:30:58:555 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections --- 13:30:58:559 [INFO] 13:30:58:559 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.collections --- 13:30:58:599 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:58:599 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:30:58:601 [INFO] Copying 2 resources 13:30:58:605 [INFO] 13:30:58:605 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections --- 13:30:58:641 [INFO] No sources to compile 13:30:58:641 [INFO] 13:30:58:641 [INFO] --- ebr-maven-plugin:1.3.0:bundle (default-bundle) @ org.eclipse.collections --- 13:30:58:648 [INFO] Gathering dependencies 13:30:58:653 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:11.0.0-SNAPSHOT:jar 13:30:58:658 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:11.0.0-SNAPSHOT:jar 13:30:58:658 [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/**/*.*" 13:30:59:451 [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/**/*.*" 13:30:59:662 [INFO] Merging collected dependencies 13:30:59:665 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:59:665 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:30:59:751 [INFO] Copying 5293 resources 13:31:00:767 [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 13:31:04:748 [INFO] Gathering sources 13:31:04:751 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:11.0.0-SNAPSHOT:jar 13:31:04:752 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:11.0.0-SNAPSHOT:jar 13:31:04:752 [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/**/*.*" 13:31:05:318 [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/**/*.*" 13:31:05:677 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:05:677 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 13:31:05:677 [INFO] Copying 2 resources 13:31:05:677 [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 13:31:12:088 [INFO] Assembling p2 repository 13:31:12:870 [INFO] 13:31:12:870 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections --- 13:31:12:871 [INFO] 13:31:12:871 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections --- 13:31:13:813 [INFO] No dependency problems found 13:31:13:814 [INFO] 13:31:13:814 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections --- 13:31:13:815 [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 13:31:13:825 [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 13:31:13:826 [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 13:31:13:834 [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 13:31:13:835 [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 13:31:13:835 [INFO] 13:31:13:835 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections --- 13:31:13:837 [INFO] ------------------------------------------------------------------------ 13:31:13:837 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.0.0-SNAPSHOT: 13:31:13:837 [INFO] 13:31:13:837 [INFO] Eclipse Collections Parent Project ................. SUCCESS [ 6.133 s] 13:31:13:837 [INFO] Eclipse Collections Code Generator ................. SUCCESS [ 8.586 s] 13:31:13:837 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [ 5.284 s] 13:31:13:837 [INFO] Eclipse Collections API ............................ SUCCESS [ 13.724 s] 13:31:13:837 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 36.648 s] 13:31:13:837 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [ 7.248 s] 13:31:13:837 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [ 2.524 s] 13:31:13:837 [INFO] Eclipse Collections Unit Test Suite ................ SUCCESS [01:02 min] 13:31:13:837 [INFO] Eclipse Collections Serialization Test Suite ....... SUCCESS [ 3.516 s] 13:31:13:837 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [ 4.125 s] 13:31:13:837 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SUCCESS [ 0.894 s] 13:31:13:837 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SUCCESS [ 5.889 s] 13:31:13:837 [INFO] Eclipse Collections Test Coverage Aggregation ...... SUCCESS [ 6.204 s] 13:31:13:837 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [ 0.201 s] 13:31:13:837 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 21.548 s] 13:31:13:837 [INFO] ------------------------------------------------------------------------ 13:31:13:837 [INFO] BUILD SUCCESS 13:31:13:837 [INFO] ------------------------------------------------------------------------ 13:31:13:837 [INFO] Total time: 03:06 min 13:31:13:837 [INFO] Finished at: 2021-11-05T13:31:13Z 13:31:13:837 [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" 13:31:15:458 [INFO] Error stacktraces are turned on. 13:31:15:531 [INFO] Scanning for projects... 13:31:28:698 [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 13:31:28:882 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B) 13:31:28:986 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 13:31:29:038 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) 13:31:29:175 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) 13:31:29:299 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) 13:31:29:405 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) 13:31:29:515 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) 13:31:29:630 [INFO] Adding repository file:/home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/repository 13:31:29:653 [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 13:31:30:814 [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) 13:31:30:933 [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 13:31:30:948 [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 13:31:30:953 [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 13:31:30:966 [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 13:31:30:966 [INFO] ------------------------------------------------------------------------ 13:31:30:966 [INFO] Reactor Build Order: 13:31:30:966 [INFO] 13:31:30:968 [INFO] Eclipse Collections p2 Repository with Feature Build [pom] 13:31:30:968 [INFO] org.eclipse.collections.feature [eclipse-feature] 13:31:30:968 [INFO] p2-repository [eclipse-repository] 13:31:33:502 [INFO] 13:31:33:502 [INFO] -----------------< org.eclipse.collections:p2-feature >----------------- 13:31:33:502 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT [1/3] 13:31:33:502 [INFO] --------------------------------[ pom ]--------------------------------- 13:31:33:504 [INFO] 13:31:33:505 [INFO] --- tycho-versions-plugin:2.5.0:set-version (default-cli) @ p2-feature --- 13:31:41:450 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature 13:31:41:451 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature 13:31:41:451 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository 13:31:41:453 [INFO] ------------------------------------------------------------------------ 13:31:41:453 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT: 13:31:41:453 [INFO] 13:31:41:453 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [ 7.952 s] 13:31:41:454 [INFO] org.eclipse.collections.feature .................... SKIPPED 13:31:41:454 [INFO] p2-repository ...................................... SKIPPED 13:31:41:454 [INFO] ------------------------------------------------------------------------ 13:31:41:454 [INFO] BUILD SUCCESS 13:31:41:454 [INFO] ------------------------------------------------------------------------ 13:31:41:454 [INFO] Total time: 25.977 s 13:31:41:454 [INFO] Finished at: 2021-11-05T13:31:41Z 13:31:41:454 [INFO] ------------------------------------------------------------------------ [new-version] $ /bin/sh -xe /tmp/jenkins17399210461086044096.sh + git checkout origin/master HEAD is now at 82dd090e Release version 11.0.0.M6. 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 2eae2ad1] 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-ssh9470748298827587266.key > git push git@github.com:eclipse/eclipse-collections.git HEAD:master # timeout=10 Sending e-mails to: hiroshi.ito@gs.com donald.raab@gs.com craig.motlin@gs.com mohammad.rezaei@gs.com Finished: SUCCESS