Started by user Nikhil Nanivadekar Running as Nikhil Nanivadekar Agent basic-86lr6 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-86lr6" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.collections.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-86lr6" - 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-86lr6" - 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.5" 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 - 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-86lr6 (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-ssh7584144061169599776.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 d38d93fad9eb43cf98600fccb8f673e48615d041 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f d38d93fad9eb43cf98600fccb8f673e48615d041 # timeout=10 Commit message: "Release version 11.0.0.M3." > git rev-list --no-walk 9a59f2704a8c8ea7ec848e2c875176db1104f486 # 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.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) 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" 02:40:20:665 [INFO] Error stacktraces are turned on. 02:40:20:797 [INFO] Scanning for projects... 02:41:01:667 [INFO] ------------------------------------------------------------------------ 02:41:01:667 [INFO] Reactor Build Order: 02:41:01:667 [INFO] 02:41:01:668 [INFO] Eclipse Collections Parent Project [pom] 02:41:01:668 [INFO] Eclipse Collections Code Generator [jar] 02:41:01:669 [INFO] Eclipse Collections Code Generator Maven Plugin [maven-plugin] 02:41:01:669 [INFO] Eclipse Collections API [jar] 02:41:01:669 [INFO] Eclipse Collections Main Library [jar] 02:41:01:669 [INFO] Eclipse Collections Test Utilities [jar] 02:41:01:670 [INFO] Eclipse Collections Fork Join Utilities [jar] 02:41:01:670 [INFO] Eclipse Collections Unit Test Suite [jar] 02:41:01:670 [INFO] Eclipse Collections Serialization Test Suite [jar] 02:41:01:670 [INFO] Eclipse Collections JCStress Test Suite [jar] 02:41:01:671 [INFO] Eclipse Collections Test Trait JUnit Runner [jar] 02:41:01:671 [INFO] Eclipse Collections Java 8 Unit Test Suite [jar] 02:41:01:671 [INFO] Eclipse Collections Test Coverage Aggregation [pom] 02:41:01:671 [INFO] Eclipse Collections p2 Repository Build [pom] 02:41:01:671 [INFO] Eclipse Collections OSGi Bundle [eclipse-bundle-recipe] 02:41:01:953 [INFO] 02:41:01:953 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >--------- 02:41:01:953 [INFO] Building Eclipse Collections Parent Project 11.0.0.M3 [1/15] 02:41:01:953 [INFO] --------------------------------[ pom ]--------------------------------- 02:41:01:957 [INFO] 02:41:01:957 [INFO] --- versions-maven-plugin:2.7:set (default-cli) @ eclipse-collections-parent --- 02:41:04:979 [INFO] Searching for local aggregator root... 02:41:04:979 [INFO] Local aggregation root: /home/jenkins/agent/workspace/new-version 02:41:04:983 [INFO] Processing change of org.eclipse.collections:eclipse-collections-parent:11.0.0.M3 -> 11.0.0-SNAPSHOT 02:41:05:066 [INFO] Processing org.eclipse.collections:eclipse-collections-parent 02:41:05:067 [INFO] Updating project org.eclipse.collections:eclipse-collections-parent 02:41:05:067 [INFO] from version 11.0.0.M3 to 11.0.0-SNAPSHOT 02:41:05:238 [INFO] 02:41:05:240 [INFO] Processing org.eclipse.collections:acceptance-tests 02:41:05:240 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 02:41:05:241 [INFO] from version 11.0.0.M3 to 11.0.0-SNAPSHOT 02:41:05:257 [INFO] 02:41:05:259 [INFO] Processing org.eclipse.collections:eclipse-collections-api 02:41:05:259 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 02:41:05:259 [INFO] from version 11.0.0.M3 to 11.0.0-SNAPSHOT 02:41:05:272 [INFO] 02:41:05:273 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator-maven-plugin 02:41:05:273 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 02:41:05:274 [INFO] from version 11.0.0.M3 to 11.0.0-SNAPSHOT 02:41:05:308 [INFO] 02:41:05:309 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator 02:41:05:309 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 02:41:05:310 [INFO] from version 11.0.0.M3 to 11.0.0-SNAPSHOT 02:41:05:319 [INFO] 02:41:05:320 [INFO] Processing org.eclipse.collections:eclipse-collections-forkjoin 02:41:05:321 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 02:41:05:321 [INFO] from version 11.0.0.M3 to 11.0.0-SNAPSHOT 02:41:05:332 [INFO] 02:41:05:333 [INFO] Processing org.eclipse.collections:eclipse-collections-testutils 02:41:05:334 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 02:41:05:334 [INFO] from version 11.0.0.M3 to 11.0.0-SNAPSHOT 02:41:05:347 [INFO] 02:41:05:348 [INFO] Processing org.eclipse.collections:eclipse-collections 02:41:05:348 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 02:41:05:348 [INFO] from version 11.0.0.M3 to 11.0.0-SNAPSHOT 02:41:05:359 [INFO] 02:41:05:361 [INFO] Processing org.eclipse.collections:jcstress-tests 02:41:05:361 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 02:41:05:361 [INFO] from version 11.0.0.M3 to 11.0.0-SNAPSHOT 02:41:05:400 [INFO] 02:41:05:401 [INFO] Processing org.eclipse.collections:jmh-scala-tests 02:41:05:401 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 02:41:05:402 [INFO] from version 11.0.0.M3 to 11.0.0-SNAPSHOT 02:41:05:410 [INFO] 02:41:05:412 [INFO] Processing org.eclipse.collections:jmh-tests 02:41:05:412 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 02:41:05:412 [INFO] from version 11.0.0.M3 to 11.0.0-SNAPSHOT 02:41:05:429 [INFO] 02:41:05:430 [INFO] Processing org.eclipse.collections:junit-trait-runner 02:41:05:431 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 02:41:05:431 [INFO] from version 11.0.0.M3 to 11.0.0-SNAPSHOT 02:41:05:436 [INFO] 02:41:05:438 [INFO] Processing org.eclipse.collections:p2-repository 02:41:05:438 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 02:41:05:438 [INFO] from version 11.0.0.M3 to 11.0.0-SNAPSHOT 02:41:05:467 [INFO] 02:41:05:468 [INFO] Processing org.eclipse.collections:performance-tests 02:41:05:469 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 02:41:05:469 [INFO] from version 11.0.0.M3 to 11.0.0-SNAPSHOT 02:41:05:478 [INFO] 02:41:05:479 [INFO] Processing org.eclipse.collections:scala-unit-tests 02:41:05:479 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 02:41:05:479 [INFO] from version 11.0.0.M3 to 11.0.0-SNAPSHOT 02:41:05:506 [INFO] 02:41:05:507 [INFO] Processing org.eclipse.collections:serialization-tests 02:41:05:507 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 02:41:05:507 [INFO] from version 11.0.0.M3 to 11.0.0-SNAPSHOT 02:41:05:514 [INFO] 02:41:05:515 [INFO] Processing org.eclipse.collections:test-coverage 02:41:05:515 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 02:41:05:516 [INFO] from version 11.0.0.M3 to 11.0.0-SNAPSHOT 02:41:05:525 [INFO] 02:41:05:526 [INFO] Processing org.eclipse.collections:unit-tests-java8 02:41:05:526 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 02:41:05:526 [INFO] from version 11.0.0.M3 to 11.0.0-SNAPSHOT 02:41:05:534 [INFO] 02:41:05:535 [INFO] Processing org.eclipse.collections:unit-tests 02:41:05:535 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 02:41:05:535 [INFO] from version 11.0.0.M3 to 11.0.0-SNAPSHOT 02:41:05:544 [INFO] 02:41:05:546 [INFO] Processing org.eclipse.collections:org.eclipse.collections 02:41:05:547 [INFO] Updating parent org.eclipse.collections:p2-repository 02:41:05:547 [INFO] from version 11.0.0.M3 to 11.0.0-SNAPSHOT 02:41:05:548 [INFO] 02:41:05:549 [INFO] ------------------------------------------------------------------------ 02:41:05:549 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.0.0.M3: 02:41:05:549 [INFO] 02:41:05:549 [INFO] Eclipse Collections Parent Project ................. SUCCESS [ 3.595 s] 02:41:05:550 [INFO] Eclipse Collections Code Generator ................. SKIPPED 02:41:05:550 [INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED 02:41:05:550 [INFO] Eclipse Collections API ............................ SKIPPED 02:41:05:550 [INFO] Eclipse Collections Main Library ................... SKIPPED 02:41:05:550 [INFO] Eclipse Collections Test Utilities ................. SKIPPED 02:41:05:550 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED 02:41:05:551 [INFO] Eclipse Collections Unit Test Suite ................ SKIPPED 02:41:05:551 [INFO] Eclipse Collections Serialization Test Suite ....... SKIPPED 02:41:05:551 [INFO] Eclipse Collections JCStress Test Suite ............ SKIPPED 02:41:05:551 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SKIPPED 02:41:05:551 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SKIPPED 02:41:05:551 [INFO] Eclipse Collections Test Coverage Aggregation ...... SKIPPED 02:41:05:552 [INFO] Eclipse Collections p2 Repository Build ............ SKIPPED 02:41:05:552 [INFO] Eclipse Collections OSGi Bundle .................... SKIPPED 02:41:05:552 [INFO] ------------------------------------------------------------------------ 02:41:05:552 [INFO] BUILD SUCCESS 02:41:05:552 [INFO] ------------------------------------------------------------------------ 02:41:05:553 [INFO] Total time: 44.852 s 02:41:05:553 [INFO] Finished at: 2021-07-14T02:41:05Z 02:41:05:553 [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.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) 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" 02:41:06:520 [INFO] Error stacktraces are turned on. 02:41:06:603 [INFO] Scanning for projects... 02:41:07:858 [INFO] ------------------------------------------------------------------------ 02:41:07:859 [INFO] Reactor Build Order: 02:41:07:859 [INFO] 02:41:07:860 [INFO] Eclipse Collections Parent Project [pom] 02:41:07:861 [INFO] Eclipse Collections Code Generator [jar] 02:41:07:861 [INFO] Eclipse Collections Code Generator Maven Plugin [maven-plugin] 02:41:07:862 [INFO] Eclipse Collections API [jar] 02:41:07:862 [INFO] Eclipse Collections Main Library [jar] 02:41:07:863 [INFO] Eclipse Collections Test Utilities [jar] 02:41:07:863 [INFO] Eclipse Collections Fork Join Utilities [jar] 02:41:07:864 [INFO] Eclipse Collections Unit Test Suite [jar] 02:41:07:864 [INFO] Eclipse Collections Serialization Test Suite [jar] 02:41:07:865 [INFO] Eclipse Collections JCStress Test Suite [jar] 02:41:07:865 [INFO] Eclipse Collections Test Trait JUnit Runner [jar] 02:41:07:865 [INFO] Eclipse Collections Java 8 Unit Test Suite [jar] 02:41:07:866 [INFO] Eclipse Collections Test Coverage Aggregation [pom] 02:41:07:866 [INFO] Eclipse Collections p2 Repository Build [pom] 02:41:07:866 [INFO] Eclipse Collections OSGi Bundle [eclipse-bundle-recipe] 02:41:07:900 [INFO] 02:41:07:900 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >--------- 02:41:07:900 [INFO] Building Eclipse Collections Parent Project 11.0.0-SNAPSHOT [1/15] 02:41:07:900 [INFO] --------------------------------[ pom ]--------------------------------- 02:41:08:463 [INFO] 02:41:08:464 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent --- 02:41:08:607 [INFO] 02:41:08:607 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent --- 02:41:09:198 [INFO] 02:41:09:198 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent --- 02:41:11:048 [INFO] Skipping pom project 02:41:11:048 [INFO] 02:41:11:048 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent --- 02:41:11:194 [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 02:41:11:200 [INFO] 02:41:11:200 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >----- 02:41:11:200 [INFO] Building Eclipse Collections Code Generator 11.0.0-SNAPSHOT [2/15] 02:41:11:201 [INFO] --------------------------------[ jar ]--------------------------------- 02:41:11:645 [INFO] 02:41:11:645 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator --- 02:41:11:646 [INFO] 02:41:11:646 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator --- 02:41:11:656 [INFO] 02:41:11:656 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator --- 02:41:11:871 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:41:11:884 [INFO] Copying 356 resources 02:41:11:959 [INFO] 02:41:11:959 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator --- 02:41:13:678 [INFO] Changes detected - recompiling the module! 02:41:13:689 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/classes 02:41:14:553 [INFO] 02:41:14:553 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator --- 02:41:14:554 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:41:14:554 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/src/test/resources 02:41:14:555 [INFO] 02:41:14:555 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator --- 02:41:14:564 [INFO] Changes detected - recompiling the module! 02:41:14:565 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/test-classes 02:41:15:174 [INFO] 02:41:15:174 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator --- 02:41:15:500 [INFO] Tests are skipped. 02:41:15:501 [INFO] 02:41:15:501 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator --- 02:41:15:806 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0-SNAPSHOT.jar 02:41:15:930 [INFO] 02:41:15:930 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator --- 02:41:16:043 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0-SNAPSHOT-sources.jar 02:41:16:144 [INFO] 02:41:16:144 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator --- 02:41:16:220 [INFO] No dependency problems found 02:41:16:220 [INFO] 02:41:16:220 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator --- 02:41:16:223 [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 02:41:16:228 [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 02:41:16:230 [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 02:41:16:232 [INFO] 02:41:16:232 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >-- 02:41:16:232 [INFO] Building Eclipse Collections Code Generator Maven Plugin 11.0.0-SNAPSHOT [3/15] 02:41:16:232 [INFO] ----------------------------[ maven-plugin ]---------------------------- 02:41:16:716 [INFO] 02:41:16:717 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin --- 02:41:16:718 [INFO] 02:41:16:718 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin --- 02:41:16:750 [INFO] 02:41:16:750 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin --- 02:41:16:752 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:41:16:752 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/main/resources 02:41:16:752 [INFO] 02:41:16:752 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin --- 02:41:16:755 [INFO] Changes detected - recompiling the module! 02:41:16:756 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/classes 02:41:17:365 [INFO] 02:41:17:365 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin --- 02:41:22:459 [INFO] Using 'UTF-8' encoding to read mojo source files. 02:41:22:516 [INFO] java-javadoc mojo extractor found 1 mojo descriptor. 02:41:22:603 [INFO] java-annotations mojo extractor found 0 mojo descriptor. 02:41:22:729 [INFO] 02:41:22:729 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin --- 02:41:22:730 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:41:22:731 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/test/resources 02:41:22:731 [INFO] 02:41:22:731 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin --- 02:41:22:733 [INFO] No sources to compile 02:41:22:733 [INFO] 02:41:22:733 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin --- 02:41:22:735 [INFO] Tests are skipped. 02:41:22:735 [INFO] 02:41:22:735 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin --- 02:41:22:739 [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 02:41:22:743 [INFO] 02:41:22:743 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin --- 02:41:22:745 [INFO] 02:41:22:745 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin --- 02:41:22:748 [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 02:41:22:752 [INFO] 02:41:22:752 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin --- 02:41:22:755 [INFO] No dependency problems found 02:41:22:755 [INFO] 02:41:22:756 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin --- 02:41:22:757 [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 02:41:22:762 [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 02:41:22:809 [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 02:41:22:811 [INFO] 02:41:22:811 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >----------- 02:41:22:811 [INFO] Building Eclipse Collections API 11.0.0-SNAPSHOT [4/15] 02:41:22:812 [INFO] --------------------------------[ jar ]--------------------------------- 02:41:22:867 [INFO] 02:41:22:867 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api --- 02:41:22:867 [INFO] 02:41:22:867 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api --- 02:41:22:870 [INFO] 02:41:22:870 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0-SNAPSHOT:generate (default) @ eclipse-collections-api --- 02:41:22:878 [INFO] Generating sources to eclipse-collections-api 02:41:23:881 [INFO] Generated 1171 files 02:41:23:881 [INFO] 02:41:23:881 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api --- 02:41:23:883 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:41:23:883 [INFO] Copying 3 resources 02:41:23:884 [INFO] 02:41:23:884 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api --- 02:41:24:054 [INFO] Changes detected - recompiling the module! 02:41:24:055 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/classes 02:41:29:727 [INFO] 02:41:29:727 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api --- 02:41:31:164 [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. 02:41:31:164 [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. 02:41:31:164 [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. 02:41:31:165 [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. 02:41:31:165 [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. 02:41:31:165 [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. 02:41:31:953 [INFO] 02:41:31:953 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api --- 02:41:31:954 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:41:31:955 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-api/src/test/resources 02:41:31:955 [INFO] 02:41:31:955 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api --- 02:41:31:956 [INFO] No sources to compile 02:41:31:957 [INFO] 02:41:31:957 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api --- 02:41:31:959 [INFO] Tests are skipped. 02:41:31:959 [INFO] 02:41:31:959 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api --- 02:41:32:125 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.0.0-SNAPSHOT.jar 02:41:32:247 [INFO] 02:41:32:247 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api --- 02:41:32:319 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.0.0-SNAPSHOT-sources.jar 02:41:32:609 [INFO] 02:41:32:609 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api --- 02:41:32:769 [INFO] No dependency problems found 02:41:32:769 [INFO] 02:41:32:769 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api --- 02:41:32:770 [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 02:41:32:772 [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 02:41:32:774 [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 02:41:32:777 [INFO] 02:41:32:777 [INFO] ------------< org.eclipse.collections:eclipse-collections >------------- 02:41:32:777 [INFO] Building Eclipse Collections Main Library 11.0.0-SNAPSHOT [5/15] 02:41:32:777 [INFO] --------------------------------[ jar ]--------------------------------- 02:41:32:779 [INFO] 02:41:32:779 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections --- 02:41:32:779 [INFO] 02:41:32:779 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections --- 02:41:32:799 [INFO] 02:41:32:799 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0-SNAPSHOT:generate (default) @ eclipse-collections --- 02:41:32:799 [INFO] Generating sources to eclipse-collections 02:41:36:257 [INFO] Generated 1446 files 02:41:36:257 [INFO] 02:41:36:257 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections --- 02:41:36:258 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:41:36:259 [INFO] Copying 24 resources 02:41:36:263 [INFO] 02:41:36:263 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections --- 02:41:36:431 [INFO] Changes detected - recompiling the module! 02:41:36:433 [INFO] Compiling 2101 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/classes 02:42:07:343 [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 02:42:07:343 [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 02:42:07:343 [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 02:42:07:344 [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 02:42:07:344 [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 02:42:07:344 [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 02:42:07:344 [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 02:42:07:345 [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 02:42:07:345 [INFO] 02:42:07:345 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections --- 02:42:07:408 [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. 02:42:07:409 [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. 02:42:07:409 [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. 02:42:07:409 [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. 02:42:07:409 [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. 02:42:07:410 [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. 02:42:10:338 [INFO] 02:42:10:338 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections --- 02:42:10:340 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:42:10:340 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections/src/test/resources 02:42:10:340 [INFO] 02:42:10:340 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections --- 02:42:10:341 [INFO] No sources to compile 02:42:10:342 [INFO] 02:42:10:342 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections --- 02:42:10:343 [INFO] Tests are skipped. 02:42:10:343 [INFO] 02:42:10:343 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections --- 02:42:10:698 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.0.0-SNAPSHOT.jar 02:42:11:443 [INFO] 02:42:11:443 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections --- 02:42:11:512 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.0.0-SNAPSHOT-sources.jar 02:42:12:105 [INFO] 02:42:12:105 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections --- 02:42:13:062 [INFO] No dependency problems found 02:42:13:063 [INFO] 02:42:13:063 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections --- 02:42:13:064 [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 02:42:13:069 [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 02:42:13:070 [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 02:42:13:074 [INFO] 02:42:13:074 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >-------- 02:42:13:074 [INFO] Building Eclipse Collections Test Utilities 11.0.0-SNAPSHOT [6/15] 02:42:13:074 [INFO] --------------------------------[ jar ]--------------------------------- 02:42:13:339 [INFO] 02:42:13:339 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils --- 02:42:13:339 [INFO] 02:42:13:339 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils --- 02:42:13:344 [INFO] 02:42:13:344 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-testutils --- 02:42:13:544 [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 02:42:13:545 [INFO] 02:42:13:545 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils --- 02:42:13:546 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:42:13:546 [INFO] Copying 3 resources 02:42:13:547 [INFO] 02:42:13:547 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils --- 02:42:13:548 [INFO] Changes detected - recompiling the module! 02:42:13:549 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/classes 02:42:15:617 [INFO] 02:42:15:617 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils --- 02:42:15:618 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:42:15:618 [INFO] Copying 1 resource 02:42:15:619 [INFO] 02:42:15:619 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils --- 02:42:15:620 [INFO] Changes detected - recompiling the module! 02:42:15:620 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/test-classes 02:42:17:327 [INFO] 02:42:17:327 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils --- 02:42:17:330 [INFO] Tests are skipped. 02:42:17:330 [INFO] 02:42:17:330 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-testutils --- 02:42:17:332 [INFO] Skipping JaCoCo execution due to missing execution data file. 02:42:17:333 [INFO] 02:42:17:333 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils --- 02:42:17:336 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0-SNAPSHOT.jar 02:42:17:342 [INFO] 02:42:17:342 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils --- 02:42:17:346 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0-SNAPSHOT-sources.jar 02:42:17:353 [INFO] 02:42:17:353 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils --- 02:42:17:366 [INFO] No dependency problems found 02:42:17:366 [INFO] 02:42:17:366 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils --- 02:42:17:367 [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 02:42:17:373 [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 02:42:17:384 [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 02:42:17:425 [INFO] 02:42:17:425 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >-------- 02:42:17:425 [INFO] Building Eclipse Collections Fork Join Utilities 11.0.0-SNAPSHOT [7/15] 02:42:17:425 [INFO] --------------------------------[ jar ]--------------------------------- 02:42:17:430 [INFO] 02:42:17:430 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin --- 02:42:17:430 [INFO] 02:42:17:431 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin --- 02:42:17:438 [INFO] 02:42:17:438 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-forkjoin --- 02:42:17: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 02:42:17:439 [INFO] 02:42:17:439 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin --- 02:42:17:441 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:42:17:441 [INFO] Copying 3 resources 02:42:17:442 [INFO] 02:42:17:442 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin --- 02:42:17:444 [INFO] Changes detected - recompiling the module! 02:42:17:445 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/classes 02:42:18:924 [INFO] 02:42:18:924 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin --- 02:42:18:925 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:42:18:925 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/src/test/resources 02:42:18:925 [INFO] 02:42:18:925 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin --- 02:42:18:927 [INFO] Changes detected - recompiling the module! 02:42:18:927 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/test-classes 02:42:20:283 [INFO] 02:42:20:283 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin --- 02:42:20:285 [INFO] Tests are skipped. 02:42:20:285 [INFO] 02:42:20:285 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-forkjoin --- 02:42:20:286 [INFO] Skipping JaCoCo execution due to missing execution data file. 02:42:20:287 [INFO] 02:42:20:287 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin --- 02:42:20:290 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0-SNAPSHOT.jar 02:42:20:301 [INFO] 02:42:20:301 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin --- 02:42:20:305 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0-SNAPSHOT-sources.jar 02:42:20:309 [INFO] 02:42:20:310 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin --- 02:42:20:321 [INFO] No dependency problems found 02:42:20:321 [INFO] 02:42:20:321 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin --- 02:42:20:322 [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 02:42:20:333 [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 02:42:20:335 [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 02:42:20:336 [INFO] 02:42:20:336 [INFO] -----------------< org.eclipse.collections:unit-tests >----------------- 02:42:20:337 [INFO] Building Eclipse Collections Unit Test Suite 11.0.0-SNAPSHOT [8/15] 02:42:20:337 [INFO] --------------------------------[ jar ]--------------------------------- 02:42:20:418 [INFO] 02:42:20:418 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests --- 02:42:20:418 [INFO] 02:42:20:418 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests --- 02:42:20:429 [INFO] 02:42:20:429 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ unit-tests --- 02:42:20:429 [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 02:42:20:430 [INFO] 02:42:20:430 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests --- 02:42:20:431 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:42:20:431 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests/src/main/resources 02:42:20:431 [INFO] 02:42:20:431 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests --- 02:42:20:432 [INFO] No sources to compile 02:42:20:432 [INFO] 02:42:20:433 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0-SNAPSHOT:generate (list) @ unit-tests --- 02:42:20:433 [INFO] Generating sources to unit-tests 02:42:26:355 [INFO] Generated 2196 files 02:42:26:355 [INFO] 02:42:26:355 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests --- 02:42:26:356 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:42:26:357 [INFO] Copying 1 resource 02:42:26:357 [INFO] 02:42:26:357 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests --- 02:42:26:560 [INFO] Changes detected - recompiling the module! 02:42:26:562 [INFO] Compiling 2723 source files to /home/jenkins/agent/workspace/new-version/unit-tests/target/test-classes 02:43:27:546 [INFO] 02:43:27:546 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests --- 02:43:27:549 [INFO] Tests are skipped. 02:43:27:549 [INFO] 02:43:27:549 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ unit-tests --- 02:43:27:550 [INFO] Skipping JaCoCo execution due to missing execution data file. 02:43:27:550 [INFO] 02:43:27:550 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests --- 02:43:27:551 [WARNING] JAR will be empty - no content was marked for inclusion! 02:43:27:551 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-11.0.0-SNAPSHOT.jar 02:43:27:554 [INFO] 02:43:27:554 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests --- 02:43:27:555 [INFO] No sources in project. Archive not created. 02:43:27:555 [INFO] 02:43:27:555 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests --- 02:43:28:201 [INFO] No dependency problems found 02:43:28:201 [INFO] 02:43:28:201 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests --- 02:43:28:203 [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 02:43:28:204 [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 02:43:28:205 [INFO] 02:43:28:205 [INFO] ------------< org.eclipse.collections:serialization-tests >------------- 02:43:28:205 [INFO] Building Eclipse Collections Serialization Test Suite 11.0.0-SNAPSHOT [9/15] 02:43:28:205 [INFO] --------------------------------[ jar ]--------------------------------- 02:43:28:207 [INFO] 02:43:28:207 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serialization-tests --- 02:43:28:208 [INFO] 02:43:28:208 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ serialization-tests --- 02:43:28:212 [INFO] 02:43:28:212 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ serialization-tests --- 02:43:28:212 [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 02:43:28:213 [INFO] 02:43:28:213 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ serialization-tests --- 02:43:28:214 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:43:28:214 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/main/resources 02:43:28:214 [INFO] 02:43:28:214 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ serialization-tests --- 02:43:28:215 [INFO] No sources to compile 02:43:28:215 [INFO] 02:43:28:215 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ serialization-tests --- 02:43:28:217 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:43:28:217 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/test/resources 02:43:28:217 [INFO] 02:43:28:217 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ serialization-tests --- 02:43:28:274 [INFO] Changes detected - recompiling the module! 02:43:28:275 [INFO] Compiling 882 source files to /home/jenkins/agent/workspace/new-version/serialization-tests/target/test-classes 02:43:31:488 [INFO] 02:43:31:488 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ serialization-tests --- 02:43:31:490 [INFO] Tests are skipped. 02:43:31:490 [INFO] 02:43:31:491 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ serialization-tests --- 02:43:31:492 [INFO] Skipping JaCoCo execution due to missing execution data file. 02:43:31:492 [INFO] 02:43:31:492 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ serialization-tests --- 02:43:31:493 [WARNING] JAR will be empty - no content was marked for inclusion! 02:43:31:494 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-11.0.0-SNAPSHOT.jar 02:43:31:497 [INFO] 02:43:31:497 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ serialization-tests --- 02:43:31:498 [INFO] No sources in project. Archive not created. 02:43:31:499 [INFO] 02:43:31:499 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ serialization-tests --- 02:43:31:553 [INFO] No dependency problems found 02:43:31:554 [INFO] 02:43:31:554 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serialization-tests --- 02:43:31:554 [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 02:43:31:559 [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 02:43:31:560 [INFO] 02:43:31:560 [INFO] ---------------< org.eclipse.collections:jcstress-tests >--------------- 02:43:31:560 [INFO] Building Eclipse Collections JCStress Test Suite 11.0.0-SNAPSHOT [10/15] 02:43:31:560 [INFO] --------------------------------[ jar ]--------------------------------- 02:43:31:820 [INFO] 02:43:31:820 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests --- 02:43:31:822 [INFO] 02:43:31:822 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests --- 02:43:31:830 [INFO] 02:43:31:830 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests --- 02:43:31:831 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:43:31:831 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/main/resources 02:43:31:831 [INFO] 02:43:31:831 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests --- 02:43:31:834 [INFO] Changes detected - recompiling the module! 02:43:31:835 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/jcstress-tests/target/classes 02:43:33:042 [INFO] 02:43:33:042 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests --- 02:43:33:043 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:43:33:043 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/test/resources 02:43:33:043 [INFO] 02:43:33:043 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests --- 02:43:33:044 [INFO] No sources to compile 02:43:33:044 [INFO] 02:43:33:044 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests --- 02:43:33:046 [INFO] Tests are skipped. 02:43:33:047 [INFO] 02:43:33:047 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests --- 02:43:33:050 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.0.0-SNAPSHOT.jar 02:43:33:054 [INFO] 02:43:33:054 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests --- 02:43:33:632 [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.0.0-SNAPSHOT in the shaded jar. 02:43:33:632 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.0.0-SNAPSHOT in the shaded jar. 02:43:33:633 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar. 02:43:33:633 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar. 02:43:34:609 [WARNING] eclipse-collections-11.0.0-SNAPSHOT.jar, eclipse-collections-api-11.0.0-SNAPSHOT.jar define 3 overlapping resources: 02:43:34:609 [WARNING] - LICENSE-EDL-1.0.txt 02:43:34:609 [WARNING] - LICENSE-EPL-1.0.txt 02:43:34:609 [WARNING] - about.html 02:43:34:609 [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: 02:43:34:610 [WARNING] - META-INF/MANIFEST.MF 02:43:34:610 [WARNING] maven-shade-plugin has detected that some class files are 02:43:34:610 [WARNING] present in two or more JARs. When this happens, only one 02:43:34:610 [WARNING] single version of the class is copied to the uber jar. 02:43:34:610 [WARNING] Usually this is not harmful and you can skip these warnings, 02:43:34:610 [WARNING] otherwise try to manually exclude artifacts based on 02:43:34:610 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 02:43:34:610 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ 02:43:34:617 [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 02:43:34:618 [INFO] 02:43:34:618 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests --- 02:43:34:622 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.0.0-SNAPSHOT-sources.jar 02:43:34:628 [INFO] 02:43:34:628 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests --- 02:43:34:635 [INFO] No dependency problems found 02:43:34:635 [INFO] 02:43:34:635 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests --- 02:43:34:636 [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 02:43:34:641 [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 02:43:34:642 [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 02:43:34:643 [INFO] 02:43:34:643 [INFO] -------------< org.eclipse.collections:junit-trait-runner >------------- 02:43:34:644 [INFO] Building Eclipse Collections Test Trait JUnit Runner 11.0.0-SNAPSHOT [11/15] 02:43:34:644 [INFO] --------------------------------[ jar ]--------------------------------- 02:43:34:645 [INFO] 02:43:34:645 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ junit-trait-runner --- 02:43:34:646 [INFO] 02:43:34:646 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ junit-trait-runner --- 02:43:34:648 [INFO] 02:43:34:648 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ junit-trait-runner --- 02:43:34:648 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:43:34:648 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/main/resources 02:43:34:649 [INFO] 02:43:34:649 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-trait-runner --- 02:43:34:650 [INFO] Changes detected - recompiling the module! 02:43:34:651 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/classes 02:43:35:453 [INFO] 02:43:35:453 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ junit-trait-runner --- 02:43:35:454 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:43:35:454 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/test/resources 02:43:35:454 [INFO] 02:43:35:454 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-trait-runner --- 02:43:35:455 [INFO] No sources to compile 02:43:35:455 [INFO] 02:43:35:455 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ junit-trait-runner --- 02:43:35:457 [INFO] Tests are skipped. 02:43:35:457 [INFO] 02:43:35:457 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ junit-trait-runner --- 02:43:35:460 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.0.0-SNAPSHOT.jar 02:43:35:465 [INFO] 02:43:35:465 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ junit-trait-runner --- 02:43:35:468 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.0.0-SNAPSHOT-sources.jar 02:43:35:471 [INFO] 02:43:35:471 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ junit-trait-runner --- 02:43:35:473 [INFO] No dependency problems found 02:43:35:473 [INFO] 02:43:35:473 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ junit-trait-runner --- 02:43:35:474 [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 02:43:35:479 [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 02:43:35:481 [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 02:43:35:482 [INFO] 02:43:35:483 [INFO] --------------< org.eclipse.collections:unit-tests-java8 >-------------- 02:43:35:483 [INFO] Building Eclipse Collections Java 8 Unit Test Suite 11.0.0-SNAPSHOT [12/15] 02:43:35:483 [INFO] --------------------------------[ jar ]--------------------------------- 02:43:35:568 [INFO] 02:43:35:568 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests-java8 --- 02:43:35:568 [INFO] 02:43:35:568 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests-java8 --- 02:43:35:573 [INFO] 02:43:35:573 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ unit-tests-java8 --- 02:43:35:574 [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 02:43:35:574 [INFO] 02:43:35:574 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests-java8 --- 02:43:35:575 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:43:35:576 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/main/resources 02:43:35:576 [INFO] 02:43:35:576 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests-java8 --- 02:43:35:577 [INFO] No sources to compile 02:43:35:577 [INFO] 02:43:35:577 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests-java8 --- 02:43:35:578 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:43:35:578 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/test/resources 02:43:35:578 [INFO] 02:43:35:578 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests-java8 --- 02:43:35:613 [INFO] Changes detected - recompiling the module! 02:43:35:614 [INFO] Compiling 169 source files to /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/test-classes 02:43:41:997 [INFO] 02:43:41:998 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests-java8 --- 02:43:42:000 [INFO] Tests are skipped. 02:43:42:000 [INFO] 02:43:42:000 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ unit-tests-java8 --- 02:43:42:001 [INFO] Skipping JaCoCo execution due to missing execution data file. 02:43:42:001 [INFO] 02:43:42:001 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests-java8 --- 02:43:42:002 [WARNING] JAR will be empty - no content was marked for inclusion! 02:43:42:003 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-11.0.0-SNAPSHOT.jar 02:43:42:009 [INFO] 02:43:42:010 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests-java8 --- 02:43:42:011 [INFO] No sources in project. Archive not created. 02:43:42:011 [INFO] 02:43:42:011 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests-java8 --- 02:43:42:046 [INFO] No dependency problems found 02:43:42:047 [INFO] 02:43:42:047 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests-java8 --- 02:43:42:048 [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 02:43:42:058 [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 02:43:42:064 [INFO] 02:43:42:064 [INFO] ---------------< org.eclipse.collections:test-coverage >---------------- 02:43:42:064 [INFO] Building Eclipse Collections Test Coverage Aggregation 11.0.0-SNAPSHOT [13/15] 02:43:42:064 [INFO] --------------------------------[ pom ]--------------------------------- 02:43:42:106 [INFO] 02:43:42:106 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ test-coverage --- 02:43:42:106 [INFO] 02:43:42:106 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ test-coverage --- 02:43:42:110 [INFO] 02:43:42:110 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ test-coverage --- 02:43:42:110 [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 02:43:42:111 [INFO] 02:43:42:111 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ test-coverage --- 02:43:42:112 [INFO] Skipping JaCoCo execution due to missing execution data file. 02:43:42:112 [INFO] 02:43:42:112 [INFO] --- jacoco-maven-plugin:0.8.7:report-aggregate (default-report) @ test-coverage --- 02:43:42:736 [INFO] Analyzed bundle 'eclipse-collections-api' with 360 classes 02:43:44:646 [INFO] Analyzed bundle 'eclipse-collections' with 3667 classes 02:43:48:780 [INFO] Analyzed bundle 'eclipse-collections-testutils' with 2 classes 02:43:48:792 [INFO] 02:43:48:792 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ test-coverage --- 02:43:48:793 [INFO] Skipping pom project 02:43:48:793 [INFO] 02:43:48:793 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ test-coverage --- 02:43:48:794 [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 02:43:48:800 [INFO] 02:43:48:800 [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- 02:43:48:801 [INFO] Building Eclipse Collections p2 Repository Build 11.0.0-SNAPSHOT [14/15] 02:43:48:801 [INFO] --------------------------------[ pom ]--------------------------------- 02:43:48:812 [INFO] 02:43:48:812 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository --- 02:43:48:823 [INFO] 02:43:48:823 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository --- 02:43:48:861 [INFO] 02:43:48:861 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository --- 02:43:48:997 [INFO] Skipping pom project 02:43:48:997 [INFO] 02:43:48:997 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository --- 02:43:49:010 [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 02:43:49:013 [INFO] 02:43:49:013 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >----------- 02:43:49:013 [INFO] Building Eclipse Collections OSGi Bundle 11.0.0-SNAPSHOT [15/15] 02:43:49:013 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 02:43:49:416 [INFO] 02:43:49:416 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections --- 02:43:49:416 [INFO] 02:43:49:416 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections --- 02:43:55:086 [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 02:43:55:087 [WARNING] Fallback to default timestamp provider 02:43:55:091 [INFO] The project's OSGi version is 11.0.0.v20210714-0241 02:43:55:091 [INFO] 02:43:55:091 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections --- 02:43:55:092 [INFO] 02:43:55:092 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections --- 02:43:55:096 [INFO] 02:43:55:096 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections --- 02:43:55:128 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:43:55:130 [INFO] Copying 2 resources 02:43:55:134 [INFO] 02:43:55:134 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections --- 02:43:55:158 [INFO] No sources to compile 02:43:55:158 [INFO] 02:43:55:158 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.eclipse.collections --- 02:43:55:164 [INFO] Gathering dependencies 02:43:55:169 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:11.0.0-SNAPSHOT:jar 02:43:55:174 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:11.0.0-SNAPSHOT:jar 02:43:55:175 [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/**/*.*" 02:43:55:997 [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/**/*.*" 02:43:56:252 [INFO] Merging collected dependencies 02:43:56:255 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:43:56:325 [INFO] Copying 5293 resources 02:43:57:266 [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 02:44:02:318 [INFO] Gathering sources 02:44:02:321 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:11.0.0-SNAPSHOT:jar 02:44:02:322 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:11.0.0-SNAPSHOT:jar 02:44:02:322 [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/**/*.*" 02:44:02:925 [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/**/*.*" 02:44:03:283 [INFO] Using 'UTF-8' encoding to copy filtered resources. 02:44:03:283 [INFO] Copying 2 resources 02:44:03:283 [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 02:44:08:565 [INFO] Assembling p2 repository 02:44:09:414 [INFO] 02:44:09:414 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections --- 02:44:09:415 [INFO] 02:44:09:416 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections --- 02:44:10:467 [INFO] No dependency problems found 02:44:10:467 [INFO] 02:44:10:467 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections --- 02:44:10:468 [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 02:44:10:477 [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 02:44:10:478 [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 02:44:10:482 [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 02:44:10:484 [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 02:44:10:488 [INFO] 02:44:10:488 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections --- 02:44:10:490 [INFO] ------------------------------------------------------------------------ 02:44:10:490 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.0.0-SNAPSHOT: 02:44:10:490 [INFO] 02:44:10:490 [INFO] Eclipse Collections Parent Project ................. SUCCESS [ 3.301 s] 02:44:10:490 [INFO] Eclipse Collections Code Generator ................. SUCCESS [ 5.032 s] 02:44:10:490 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [ 6.579 s] 02:44:10:491 [INFO] Eclipse Collections API ............................ SUCCESS [ 9.966 s] 02:44:10:491 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 40.297 s] 02:44:10:491 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [ 4.351 s] 02:44:10:491 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [ 2.911 s] 02:44:10:491 [INFO] Eclipse Collections Unit Test Suite ................ SUCCESS [01:07 min] 02:44:10:491 [INFO] Eclipse Collections Serialization Test Suite ....... SUCCESS [ 3.355 s] 02:44:10:491 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [ 3.083 s] 02:44:10:491 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SUCCESS [ 0.839 s] 02:44:10:492 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SUCCESS [ 6.581 s] 02:44:10:492 [INFO] Eclipse Collections Test Coverage Aggregation ...... SUCCESS [ 6.737 s] 02:44:10:492 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [ 0.213 s] 02:44:10:492 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 21.477 s] 02:44:10:492 [INFO] ------------------------------------------------------------------------ 02:44:10:492 [INFO] BUILD SUCCESS 02:44:10:492 [INFO] ------------------------------------------------------------------------ 02:44:10:492 [INFO] Total time: 03:03 min 02:44:10:492 [INFO] Finished at: 2021-07-14T02:44:10Z 02:44:10:492 [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.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) 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" 02:44:12:262 [INFO] Error stacktraces are turned on. 02:44:12:357 [INFO] Scanning for projects... 02:44:22:790 [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 02:44:22:964 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B) 02:44:23:068 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 02:44:23:084 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) 02:44:23:200 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) 02:44:23:320 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) 02:44:23:426 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) 02:44:23:540 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) 02:44:23:656 [INFO] Adding repository file:/home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/repository 02:44:23:687 [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 02:44:24:713 [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) 02:44:24:832 [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 02:44:24:848 [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 02:44:24:853 [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 02:44:24:869 [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 02:44:24:869 [INFO] ------------------------------------------------------------------------ 02:44:24:869 [INFO] Reactor Build Order: 02:44:24:869 [INFO] 02:44:24:870 [INFO] Eclipse Collections p2 Repository with Feature Build [pom] 02:44:24:870 [INFO] org.eclipse.collections.feature [eclipse-feature] 02:44:24:871 [INFO] p2-repository [eclipse-repository] 02:44:25:230 [INFO] 02:44:25:230 [INFO] -----------------< org.eclipse.collections:p2-feature >----------------- 02:44:25:230 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT [1/3] 02:44:25:230 [INFO] --------------------------------[ pom ]--------------------------------- 02:44:25:233 [INFO] 02:44:25:234 [INFO] --- tycho-versions-plugin:2.3.0:set-version (default-cli) @ p2-feature --- 02:44:29:598 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature 02:44:29:598 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature 02:44:29:598 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository 02:44:29:602 [INFO] ------------------------------------------------------------------------ 02:44:29:603 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT: 02:44:29:603 [INFO] 02:44:29:603 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [ 4.373 s] 02:44:29:604 [INFO] org.eclipse.collections.feature .................... SKIPPED 02:44:29:604 [INFO] p2-repository ...................................... SKIPPED 02:44:29:604 [INFO] ------------------------------------------------------------------------ 02:44:29:604 [INFO] BUILD SUCCESS 02:44:29:604 [INFO] ------------------------------------------------------------------------ 02:44:29:605 [INFO] Total time: 17.294 s 02:44:29:605 [INFO] Finished at: 2021-07-14T02:44:29Z 02:44:29:605 [INFO] ------------------------------------------------------------------------ [new-version] $ /bin/sh -xe /tmp/jenkins11294533332640765556.sh + git checkout origin/master HEAD is now at d38d93fa Release version 11.0.0.M3. 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 378b02b1] 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-ssh6703788422316120297.key > git push git@github.com:eclipse/eclipse-collections.git HEAD:master # timeout=10 Finished: SUCCESS