Started by user Nikhil Nanivadekar Running as Nikhil Nanivadekar Agent basic-frgq6 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-frgq6" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.collections.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-frgq6" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\ \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-frgq6" - 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.2.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-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-frgq6 in workspace /home/jenkins/agent/workspace/new-version 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 using GIT_SSH to set credentials GitHub bot SSH > 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 > git config remote.origin.url git@github.com:eclipse/eclipse-collections.git # timeout=10 Fetching upstream changes from git@github.com:eclipse/eclipse-collections.git using GIT_SSH to set credentials GitHub bot SSH > git fetch --tags --force --progress -- git@github.com:eclipse/eclipse-collections.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/10.4.x^{commit} # timeout=10 Checking out Revision 7c1d83eaed0627176fabfc927238c8feb6924d66 (origin/10.4.x) > git config core.sparsecheckout # timeout=10 > git checkout -f 7c1d83eaed0627176fabfc927238c8feb6924d66 # timeout=10 Commit message: "Merge pull request #980 from nikhilnanivadekar/10.4.x" > git rev-list --no-walk 7c1d83eaed0627176fabfc927238c8feb6924d66 # timeout=10 [new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DNEXT_VERSION=10.4.0 -DRELEASE_BRANCH=10.4.x -Dmaven.repo.local=/home/jenkins/agent/workspace/new-version/.repository versions:set -DgenerateBackupPoms=false -DnewVersion=10.4.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: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" 20:36:15:115 [INFO] Error stacktraces are turned on. 20:36:15:452 [INFO] Scanning for projects... 20:36:47:854 [INFO] ------------------------------------------------------------------------ 20:36:47:855 [INFO] Reactor Build Order: 20:36:47:855 [INFO] 20:36:47:856 [INFO] Eclipse Collections Parent Project [pom] 20:36:47:856 [INFO] Eclipse Collections Code Generator [jar] 20:36:47:856 [INFO] Eclipse Collections Code Generator Maven Plugin [maven-plugin] 20:36:47:856 [INFO] Eclipse Collections API [jar] 20:36:47:857 [INFO] Eclipse Collections Main Library [jar] 20:36:47:857 [INFO] Eclipse Collections Test Utilities [jar] 20:36:47:857 [INFO] Eclipse Collections Fork Join Utilities [jar] 20:36:47:857 [INFO] Eclipse Collections Unit Test Suite [jar] 20:36:47:857 [INFO] Eclipse Collections Serialization Test Suite [jar] 20:36:47:858 [INFO] Eclipse Collections JCStress Test Suite [jar] 20:36:47:858 [INFO] Eclipse Collections Test Trait JUnit Runner [jar] 20:36:47:858 [INFO] Eclipse Collections Java 8 Unit Test Suite [jar] 20:36:47:858 [INFO] Eclipse Collections Test Coverage Aggregation [pom] 20:36:47:859 [INFO] Eclipse Collections p2 Repository Build [pom] 20:36:47:859 [INFO] Eclipse Collections OSGi Bundle [eclipse-bundle-recipe] 20:36:48:231 [INFO] 20:36:48:231 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >--------- 20:36:48:231 [INFO] Building Eclipse Collections Parent Project 10.4.0 [1/15] 20:36:48:231 [INFO] --------------------------------[ pom ]--------------------------------- 20:36:48:234 [INFO] 20:36:48:234 [INFO] --- versions-maven-plugin:2.7:set (default-cli) @ eclipse-collections-parent --- 20:36:50:264 [INFO] Searching for local aggregator root... 20:36:50:264 [INFO] Local aggregation root: /home/jenkins/agent/workspace/new-version 20:36:50:267 [INFO] Processing change of org.eclipse.collections:eclipse-collections-parent:10.4.0 -> 10.4.0-SNAPSHOT 20:36:50:348 [INFO] Processing org.eclipse.collections:eclipse-collections-parent 20:36:50:348 [INFO] Updating project org.eclipse.collections:eclipse-collections-parent 20:36:50:348 [INFO] from version 10.4.0 to 10.4.0-SNAPSHOT 20:36:50:492 [INFO] 20:36:50:495 [INFO] Processing org.eclipse.collections:acceptance-tests 20:36:50:495 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:36:50:495 [INFO] from version 10.4.0 to 10.4.0-SNAPSHOT 20:36:50:510 [INFO] 20:36:50:511 [INFO] Processing org.eclipse.collections:eclipse-collections-api 20:36:50:511 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:36:50:511 [INFO] from version 10.4.0 to 10.4.0-SNAPSHOT 20:36:50:524 [INFO] 20:36:50:525 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator-maven-plugin 20:36:50:525 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:36:50:525 [INFO] from version 10.4.0 to 10.4.0-SNAPSHOT 20:36:50:540 [INFO] 20:36:50:541 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator 20:36:50:541 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:36:50:541 [INFO] from version 10.4.0 to 10.4.0-SNAPSHOT 20:36:50:550 [INFO] 20:36:50:590 [INFO] Processing org.eclipse.collections:eclipse-collections-forkjoin 20:36:50:590 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:36:50:590 [INFO] from version 10.4.0 to 10.4.0-SNAPSHOT 20:36:50:606 [INFO] 20:36:50:607 [INFO] Processing org.eclipse.collections:eclipse-collections-testutils 20:36:50:607 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:36:50:607 [INFO] from version 10.4.0 to 10.4.0-SNAPSHOT 20:36:50:619 [INFO] 20:36:50:621 [INFO] Processing org.eclipse.collections:eclipse-collections 20:36:50:621 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:36:50:621 [INFO] from version 10.4.0 to 10.4.0-SNAPSHOT 20:36:50:634 [INFO] 20:36:50:636 [INFO] Processing org.eclipse.collections:jcstress-tests 20:36:50:636 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:36:50:636 [INFO] from version 10.4.0 to 10.4.0-SNAPSHOT 20:36:50:646 [INFO] 20:36:50:647 [INFO] Processing org.eclipse.collections:jmh-scala-tests 20:36:50:647 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:36:50:647 [INFO] from version 10.4.0 to 10.4.0-SNAPSHOT 20:36:50:655 [INFO] 20:36:50:657 [INFO] Processing org.eclipse.collections:jmh-tests 20:36:50:657 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:36:50:657 [INFO] from version 10.4.0 to 10.4.0-SNAPSHOT 20:36:50:698 [INFO] 20:36:50:700 [INFO] Processing org.eclipse.collections:junit-trait-runner 20:36:50:700 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:36:50:700 [INFO] from version 10.4.0 to 10.4.0-SNAPSHOT 20:36:50:705 [INFO] 20:36:50:707 [INFO] Processing org.eclipse.collections:p2-repository 20:36:50:707 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:36:50:707 [INFO] from version 10.4.0 to 10.4.0-SNAPSHOT 20:36:50:730 [INFO] 20:36:50:731 [INFO] Processing org.eclipse.collections:performance-tests 20:36:50:731 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:36:50:731 [INFO] from version 10.4.0 to 10.4.0-SNAPSHOT 20:36:50:741 [INFO] 20:36:50:742 [INFO] Processing org.eclipse.collections:scala-unit-tests 20:36:50:742 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:36:50:742 [INFO] from version 10.4.0 to 10.4.0-SNAPSHOT 20:36:50:753 [INFO] 20:36:50:754 [INFO] Processing org.eclipse.collections:serialization-tests 20:36:50:754 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:36:50:754 [INFO] from version 10.4.0 to 10.4.0-SNAPSHOT 20:36:50:761 [INFO] 20:36:50:764 [INFO] Processing org.eclipse.collections:test-coverage 20:36:50:764 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:36:50:764 [INFO] from version 10.4.0 to 10.4.0-SNAPSHOT 20:36:50:792 [INFO] 20:36:50:794 [INFO] Processing org.eclipse.collections:unit-tests-java8 20:36:50:794 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:36:50:794 [INFO] from version 10.4.0 to 10.4.0-SNAPSHOT 20:36:50:801 [INFO] 20:36:50:802 [INFO] Processing org.eclipse.collections:unit-tests 20:36:50:802 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:36:50:802 [INFO] from version 10.4.0 to 10.4.0-SNAPSHOT 20:36:50:810 [INFO] 20:36:50:813 [INFO] Processing org.eclipse.collections:org.eclipse.collections 20:36:50:813 [INFO] Updating parent org.eclipse.collections:p2-repository 20:36:50:813 [INFO] from version 10.4.0 to 10.4.0-SNAPSHOT 20:36:50:815 [INFO] 20:36:50:816 [INFO] ------------------------------------------------------------------------ 20:36:50:816 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.4.0: 20:36:50:816 [INFO] 20:36:50:816 [INFO] Eclipse Collections Parent Project ................. SUCCESS [ 2.584 s] 20:36:50:816 [INFO] Eclipse Collections Code Generator ................. SKIPPED 20:36:50:817 [INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED 20:36:50:817 [INFO] Eclipse Collections API ............................ SKIPPED 20:36:50:817 [INFO] Eclipse Collections Main Library ................... SKIPPED 20:36:50:817 [INFO] Eclipse Collections Test Utilities ................. SKIPPED 20:36:50:817 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED 20:36:50:817 [INFO] Eclipse Collections Unit Test Suite ................ SKIPPED 20:36:50:817 [INFO] Eclipse Collections Serialization Test Suite ....... SKIPPED 20:36:50:818 [INFO] Eclipse Collections JCStress Test Suite ............ SKIPPED 20:36:50:818 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SKIPPED 20:36:50:818 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SKIPPED 20:36:50:818 [INFO] Eclipse Collections Test Coverage Aggregation ...... SKIPPED 20:36:50:818 [INFO] Eclipse Collections p2 Repository Build ............ SKIPPED 20:36:50:818 [INFO] Eclipse Collections OSGi Bundle .................... SKIPPED 20:36:50:819 [INFO] ------------------------------------------------------------------------ 20:36:50:819 [INFO] BUILD SUCCESS 20:36:50:819 [INFO] ------------------------------------------------------------------------ 20:36:50:819 [INFO] Total time: 35.684 s 20:36:50:819 [INFO] Finished at: 2020-08-20T20:36:50Z 20:36:50:819 [INFO] ------------------------------------------------------------------------ [new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DNEXT_VERSION=10.4.0 -DRELEASE_BRANCH=10.4.x -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: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" 20:36:51:735 [INFO] Error stacktraces are turned on. 20:36:51:816 [INFO] Scanning for projects... 20:36:53:116 [INFO] ------------------------------------------------------------------------ 20:36:53:117 [INFO] Reactor Build Order: 20:36:53:117 [INFO] 20:36:53:118 [INFO] Eclipse Collections Parent Project [pom] 20:36:53:119 [INFO] Eclipse Collections Code Generator [jar] 20:36:53:119 [INFO] Eclipse Collections Code Generator Maven Plugin [maven-plugin] 20:36:53:120 [INFO] Eclipse Collections API [jar] 20:36:53:120 [INFO] Eclipse Collections Main Library [jar] 20:36:53:121 [INFO] Eclipse Collections Test Utilities [jar] 20:36:53:121 [INFO] Eclipse Collections Fork Join Utilities [jar] 20:36:53:122 [INFO] Eclipse Collections Unit Test Suite [jar] 20:36:53:122 [INFO] Eclipse Collections Serialization Test Suite [jar] 20:36:53:123 [INFO] Eclipse Collections JCStress Test Suite [jar] 20:36:53:123 [INFO] Eclipse Collections Test Trait JUnit Runner [jar] 20:36:53:124 [INFO] Eclipse Collections Java 8 Unit Test Suite [jar] 20:36:53:124 [INFO] Eclipse Collections Test Coverage Aggregation [pom] 20:36:53:124 [INFO] Eclipse Collections p2 Repository Build [pom] 20:36:53:125 [INFO] Eclipse Collections OSGi Bundle [eclipse-bundle-recipe] 20:36:53:129 [INFO] 20:36:53:130 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >--------- 20:36:53:130 [INFO] Building Eclipse Collections Parent Project 10.4.0-SNAPSHOT [1/15] 20:36:53:130 [INFO] --------------------------------[ pom ]--------------------------------- 20:36:53:906 [INFO] 20:36:53:906 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent --- 20:36:53:976 [INFO] 20:36:53:976 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent --- 20:36:54:544 [INFO] 20:36:54:544 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent --- 20:36:55:753 [INFO] Skipping pom project 20:36:55:753 [INFO] 20:36:55:753 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent --- 20:36:55:858 [INFO] Installing /home/jenkins/agent/workspace/new-version/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-parent/10.4.0-SNAPSHOT/eclipse-collections-parent-10.4.0-SNAPSHOT.pom 20:36:55:863 [INFO] 20:36:55:863 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >----- 20:36:55:863 [INFO] Building Eclipse Collections Code Generator 10.4.0-SNAPSHOT [2/15] 20:36:55:863 [INFO] --------------------------------[ jar ]--------------------------------- 20:36:56:218 [INFO] 20:36:56:219 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator --- 20:36:56:220 [INFO] 20:36:56:220 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator --- 20:36:56:230 [INFO] 20:36:56:230 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator --- 20:36:56:408 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:36:56:419 [INFO] Copying 355 resources 20:36:56:521 [INFO] 20:36:56:521 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator --- 20:36:56:752 [INFO] Changes detected - recompiling the module! 20:36:56:759 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/classes 20:36:57:452 [INFO] 20:36:57:452 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator --- 20:36:57:454 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:36:57:454 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/src/test/resources 20:36:57:454 [INFO] 20:36:57:454 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator --- 20:36:57:460 [INFO] Changes detected - recompiling the module! 20:36:57:461 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/test-classes 20:36:58:047 [INFO] 20:36:58:047 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator --- 20:36:58:275 [INFO] Tests are skipped. 20:36:58:275 [INFO] 20:36:58:275 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator --- 20:36:58:502 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.4.0-SNAPSHOT.jar 20:36:58:615 [INFO] 20:36:58:616 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator --- 20:36:58:711 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.4.0-SNAPSHOT-sources.jar 20:36:58:823 [INFO] 20:36:58:823 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator --- 20:36:58:844 [INFO] No dependency problems found 20:36:58:845 [INFO] 20:36:58:845 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator --- 20:36:58:847 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.4.0-SNAPSHOT/eclipse-collections-code-generator-10.4.0-SNAPSHOT.jar 20:36:58:891 [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/10.4.0-SNAPSHOT/eclipse-collections-code-generator-10.4.0-SNAPSHOT.pom 20:36:58:893 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.4.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.4.0-SNAPSHOT/eclipse-collections-code-generator-10.4.0-SNAPSHOT-sources.jar 20:36:58:903 [INFO] 20:36:58:904 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >-- 20:36:58:904 [INFO] Building Eclipse Collections Code Generator Maven Plugin 10.4.0-SNAPSHOT [3/15] 20:36:58:904 [INFO] ----------------------------[ maven-plugin ]---------------------------- 20:36:59:682 [INFO] 20:36:59:682 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin --- 20:36:59:683 [INFO] 20:36:59:683 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin --- 20:36:59:709 [INFO] 20:36:59:709 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin --- 20:36:59:710 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:36:59:710 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/main/resources 20:36:59:711 [INFO] 20:36:59:711 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin --- 20:36:59:713 [INFO] Changes detected - recompiling the module! 20:36:59:714 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/classes 20:37:00:321 [INFO] 20:37:00:321 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin --- 20:37:01:400 [INFO] Using 'UTF-8' encoding to read mojo source files. 20:37:01:452 [INFO] java-javadoc mojo extractor found 1 mojo descriptor. 20:37:01:538 [INFO] java-annotations mojo extractor found 0 mojo descriptor. 20:37:01:723 [INFO] 20:37:01:723 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin --- 20:37:01:724 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:37:01:725 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/test/resources 20:37:01:725 [INFO] 20:37:01:725 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin --- 20:37:01:726 [INFO] No sources to compile 20:37:01:726 [INFO] 20:37:01:726 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin --- 20:37:01:728 [INFO] Tests are skipped. 20:37:01:728 [INFO] 20:37:01:728 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin --- 20:37:01:732 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.4.0-SNAPSHOT.jar 20:37:01:735 [INFO] 20:37:01:735 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin --- 20:37:01:737 [INFO] 20:37:01:737 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin --- 20:37:01:740 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.4.0-SNAPSHOT-sources.jar 20:37:01:750 [INFO] 20:37:01:751 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin --- 20:37:01:755 [INFO] No dependency problems found 20:37:01:755 [INFO] 20:37:01:755 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin --- 20:37:01:757 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.4.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-10.4.0-SNAPSHOT.jar 20:37:01:863 [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/10.4.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-10.4.0-SNAPSHOT.pom 20:37:01:896 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.4.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.4.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-10.4.0-SNAPSHOT-sources.jar 20:37:01:898 [INFO] 20:37:01:898 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >----------- 20:37:01:898 [INFO] Building Eclipse Collections API 10.4.0-SNAPSHOT [4/15] 20:37:01:898 [INFO] --------------------------------[ jar ]--------------------------------- 20:37:01:970 [INFO] 20:37:01:970 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api --- 20:37:01:971 [INFO] 20:37:01:971 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api --- 20:37:01:973 [INFO] 20:37:01:973 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.4.0-SNAPSHOT:generate (default) @ eclipse-collections-api --- 20:37:01:981 [INFO] Generating sources to eclipse-collections-api 20:37:02:930 [INFO] Generated 1171 files 20:37:02:931 [INFO] 20:37:02:931 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api --- 20:37:02:932 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:37:02:932 [INFO] Copying 3 resources 20:37:02:933 [INFO] 20:37:02:933 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api --- 20:37:03:079 [INFO] Changes detected - recompiling the module! 20:37:03:080 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/classes 20:37:08:406 [INFO] 20:37:08:406 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api --- 20:37:09:215 [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. 20:37:09:216 [WARNING] Cannot consider developer in line '81' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 20:37:09:216 [WARNING] Cannot consider developer in line '86' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 20:37:09:216 [WARNING] Cannot consider developer in line '91' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 20:37:09:217 [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. 20:37:09:937 [INFO] 20:37:09:937 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api --- 20:37:09:938 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:37:09:938 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-api/src/test/resources 20:37:09:939 [INFO] 20:37:09:939 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api --- 20:37:09:940 [INFO] No sources to compile 20:37:09:940 [INFO] 20:37:09:940 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api --- 20:37:09:942 [INFO] Tests are skipped. 20:37:09:943 [INFO] 20:37:09:943 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api --- 20:37:10:052 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.4.0-SNAPSHOT.jar 20:37:10:241 [INFO] 20:37:10:241 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api --- 20:37:10:317 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.4.0-SNAPSHOT-sources.jar 20:37:10:618 [INFO] 20:37:10:618 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api --- 20:37:10:924 [INFO] No dependency problems found 20:37:10:925 [INFO] 20:37:10:925 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api --- 20:37:10:926 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-api/10.4.0-SNAPSHOT/eclipse-collections-api-10.4.0-SNAPSHOT.jar 20:37:10:928 [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/10.4.0-SNAPSHOT/eclipse-collections-api-10.4.0-SNAPSHOT.pom 20:37:10:930 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.4.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-api/10.4.0-SNAPSHOT/eclipse-collections-api-10.4.0-SNAPSHOT-sources.jar 20:37:10:933 [INFO] 20:37:10:933 [INFO] ------------< org.eclipse.collections:eclipse-collections >------------- 20:37:10:933 [INFO] Building Eclipse Collections Main Library 10.4.0-SNAPSHOT [5/15] 20:37:10:933 [INFO] --------------------------------[ jar ]--------------------------------- 20:37:10:935 [INFO] 20:37:10:935 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections --- 20:37:10:936 [INFO] 20:37:10:936 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections --- 20:37:10:938 [INFO] 20:37:10:938 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.4.0-SNAPSHOT:generate (default) @ eclipse-collections --- 20:37:10:939 [INFO] Generating sources to eclipse-collections 20:37:14:295 [INFO] Generated 1438 files 20:37:14:295 [INFO] 20:37:14:295 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections --- 20:37:14:296 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:37:14:297 [INFO] Copying 24 resources 20:37:14:301 [INFO] 20:37:14:302 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections --- 20:37:14:469 [INFO] Changes detected - recompiling the module! 20:37:14:471 [INFO] Compiling 2093 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/classes 20:37:42:028 [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 20:37:42:028 [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 20:37:42:029 [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 20:37:42:029 [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 20:37:42:029 [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 20:37:42:030 [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 20:37:42:030 [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 20:37:42:031 [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 20:37:42:031 [INFO] 20:37:42:032 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections --- 20:37:42:106 [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. 20:37:42:106 [WARNING] Cannot consider developer in line '81' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 20:37:42:106 [WARNING] Cannot consider developer in line '86' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 20:37:42:106 [WARNING] Cannot consider developer in line '91' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 20:37:42:107 [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. 20:37:45:013 [INFO] 20:37:45:013 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections --- 20:37:45:015 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:37:45:015 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections/src/test/resources 20:37:45:015 [INFO] 20:37:45:015 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections --- 20:37:45:016 [INFO] No sources to compile 20:37:45:016 [INFO] 20:37:45:016 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections --- 20:37:45:029 [INFO] Tests are skipped. 20:37:45:029 [INFO] 20:37:45:029 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections --- 20:37:45:265 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.4.0-SNAPSHOT.jar 20:37:46:024 [INFO] 20:37:46:024 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections --- 20:37:46:092 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.4.0-SNAPSHOT-sources.jar 20:37:46:611 [INFO] 20:37:46:611 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections --- 20:37:47:257 [INFO] No dependency problems found 20:37:47:258 [INFO] 20:37:47:258 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections --- 20:37:47:259 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections/10.4.0-SNAPSHOT/eclipse-collections-10.4.0-SNAPSHOT.jar 20:37:47:264 [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/10.4.0-SNAPSHOT/eclipse-collections-10.4.0-SNAPSHOT.pom 20:37:47:266 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.4.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections/10.4.0-SNAPSHOT/eclipse-collections-10.4.0-SNAPSHOT-sources.jar 20:37:47:269 [INFO] 20:37:47:269 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >-------- 20:37:47:269 [INFO] Building Eclipse Collections Test Utilities 10.4.0-SNAPSHOT [6/15] 20:37:47:269 [INFO] --------------------------------[ jar ]--------------------------------- 20:37:48:094 [INFO] 20:37:48:094 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils --- 20:37:48:095 [INFO] 20:37:48:095 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils --- 20:37:48:100 [INFO] 20:37:48:100 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-testutils --- 20:37:49:906 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/jacoco.exec 20:37:49:906 [INFO] 20:37:49:906 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils --- 20:37:49:907 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:37:49:907 [INFO] Copying 3 resources 20:37:49:908 [INFO] 20:37:49:908 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils --- 20:37:49:910 [INFO] Changes detected - recompiling the module! 20:37:49:910 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/classes 20:37:51:127 [INFO] 20:37:51:127 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils --- 20:37:51:128 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:37:51:128 [INFO] Copying 1 resource 20:37:51:128 [INFO] 20:37:51:129 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils --- 20:37:51:130 [INFO] Changes detected - recompiling the module! 20:37:51:130 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/test-classes 20:37:52:728 [INFO] 20:37:52:728 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils --- 20:37:52:730 [INFO] Tests are skipped. 20:37:52:730 [INFO] 20:37:52:730 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils --- 20:37:52:733 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.4.0-SNAPSHOT.jar 20:37:52:739 [INFO] 20:37:52:739 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils --- 20:37:52:741 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.4.0-SNAPSHOT-sources.jar 20:37:52:746 [INFO] 20:37:52:746 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils --- 20:37:52:754 [INFO] No dependency problems found 20:37:52:755 [INFO] 20:37:52:755 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils --- 20:37:52:756 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-testutils/10.4.0-SNAPSHOT/eclipse-collections-testutils-10.4.0-SNAPSHOT.jar 20:37:52:757 [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/10.4.0-SNAPSHOT/eclipse-collections-testutils-10.4.0-SNAPSHOT.pom 20:37:52:759 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.4.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-testutils/10.4.0-SNAPSHOT/eclipse-collections-testutils-10.4.0-SNAPSHOT-sources.jar 20:37:52:762 [INFO] 20:37:52:763 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >-------- 20:37:52:763 [INFO] Building Eclipse Collections Fork Join Utilities 10.4.0-SNAPSHOT [7/15] 20:37:52:763 [INFO] --------------------------------[ jar ]--------------------------------- 20:37:52:767 [INFO] 20:37:52:767 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin --- 20:37:52:767 [INFO] 20:37:52:767 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin --- 20:37:52:795 [INFO] 20:37:52:795 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-forkjoin --- 20:37:52:795 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/jacoco.exec 20:37:52:796 [INFO] 20:37:52:796 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin --- 20:37:52:797 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:37:52:797 [INFO] Copying 3 resources 20:37:52:798 [INFO] 20:37:52:798 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin --- 20:37:52:800 [INFO] Changes detected - recompiling the module! 20:37:52:801 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/classes 20:37:54:401 [INFO] 20:37:54:401 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin --- 20:37:54:401 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:37:54:402 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/src/test/resources 20:37:54:402 [INFO] 20:37:54:402 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin --- 20:37:54:403 [INFO] Changes detected - recompiling the module! 20:37:54:404 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/test-classes 20:37:55:926 [INFO] 20:37:55:927 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin --- 20:37:55:928 [INFO] Tests are skipped. 20:37:55:928 [INFO] 20:37:55:928 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin --- 20:37:55:931 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.4.0-SNAPSHOT.jar 20:37:55:935 [INFO] 20:37:55:935 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin --- 20:37:55:938 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.4.0-SNAPSHOT-sources.jar 20:37:55:941 [INFO] 20:37:55:942 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin --- 20:37:55:949 [INFO] No dependency problems found 20:37:55:949 [INFO] 20:37:55:949 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin --- 20:37:55:950 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.4.0-SNAPSHOT/eclipse-collections-forkjoin-10.4.0-SNAPSHOT.jar 20:37:55:951 [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/10.4.0-SNAPSHOT/eclipse-collections-forkjoin-10.4.0-SNAPSHOT.pom 20:37:55:953 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.4.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.4.0-SNAPSHOT/eclipse-collections-forkjoin-10.4.0-SNAPSHOT-sources.jar 20:37:55:954 [INFO] 20:37:55:954 [INFO] -----------------< org.eclipse.collections:unit-tests >----------------- 20:37:55:954 [INFO] Building Eclipse Collections Unit Test Suite 10.4.0-SNAPSHOT [8/15] 20:37:55:954 [INFO] --------------------------------[ jar ]--------------------------------- 20:37:56:001 [INFO] 20:37:56:001 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests --- 20:37:56:002 [INFO] 20:37:56:002 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests --- 20:37:56:008 [INFO] 20:37:56:008 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ unit-tests --- 20:37:56:008 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/unit-tests/target/jacoco.exec 20:37:56:009 [INFO] 20:37:56:009 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests --- 20:37:56:009 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:37:56:009 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests/src/main/resources 20:37:56:009 [INFO] 20:37:56:009 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests --- 20:37:56:010 [INFO] No sources to compile 20:37:56:010 [INFO] 20:37:56:010 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.4.0-SNAPSHOT:generate (list) @ unit-tests --- 20:37:56:010 [INFO] Generating sources to unit-tests 20:38:00:845 [INFO] Generated 2196 files 20:38:00:845 [INFO] 20:38:00:845 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests --- 20:38:00:846 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:38:00:846 [INFO] Copying 1 resource 20:38:00:847 [INFO] 20:38:00:847 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests --- 20:38:01:064 [INFO] Changes detected - recompiling the module! 20:38:01:065 [INFO] Compiling 2720 source files to /home/jenkins/agent/workspace/new-version/unit-tests/target/test-classes 20:38:56:288 [INFO] 20:38:56:288 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests --- 20:38:56:292 [INFO] Tests are skipped. 20:38:56:292 [INFO] 20:38:56:292 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests --- 20:38:56:293 [WARNING] JAR will be empty - no content was marked for inclusion! 20:38:56:294 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-10.4.0-SNAPSHOT.jar 20:38:56:297 [INFO] 20:38:56:297 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests --- 20:38:56:297 [INFO] No sources in project. Archive not created. 20:38:56:298 [INFO] 20:38:56:298 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests --- 20:38:57:177 [INFO] No dependency problems found 20:38:57:178 [INFO] 20:38:57:178 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests --- 20:38:57:179 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-10.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests/10.4.0-SNAPSHOT/unit-tests-10.4.0-SNAPSHOT.jar 20:38:57:180 [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/10.4.0-SNAPSHOT/unit-tests-10.4.0-SNAPSHOT.pom 20:38:57:182 [INFO] 20:38:57:182 [INFO] ------------< org.eclipse.collections:serialization-tests >------------- 20:38:57:182 [INFO] Building Eclipse Collections Serialization Test Suite 10.4.0-SNAPSHOT [9/15] 20:38:57:182 [INFO] --------------------------------[ jar ]--------------------------------- 20:38:57:184 [INFO] 20:38:57:184 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serialization-tests --- 20:38:57:185 [INFO] 20:38:57:185 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ serialization-tests --- 20:38:57:190 [INFO] 20:38:57:190 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ serialization-tests --- 20:38:57:191 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/serialization-tests/target/jacoco.exec 20:38:57:191 [INFO] 20:38:57:191 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ serialization-tests --- 20:38:57:192 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:38:57:192 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/main/resources 20:38:57:193 [INFO] 20:38:57:193 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ serialization-tests --- 20:38:57:194 [INFO] No sources to compile 20:38:57:194 [INFO] 20:38:57:194 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ serialization-tests --- 20:38:57:195 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:38:57:195 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/test/resources 20:38:57:196 [INFO] 20:38:57:196 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ serialization-tests --- 20:38:57:260 [INFO] Changes detected - recompiling the module! 20:38:57:261 [INFO] Compiling 882 source files to /home/jenkins/agent/workspace/new-version/serialization-tests/target/test-classes 20:39:00:729 [INFO] 20:39:00:729 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ serialization-tests --- 20:39:00:730 [INFO] Tests are skipped. 20:39:00:730 [INFO] 20:39:00:731 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ serialization-tests --- 20:39:00:731 [WARNING] JAR will be empty - no content was marked for inclusion! 20:39:00:732 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-10.4.0-SNAPSHOT.jar 20:39:00:735 [INFO] 20:39:00:735 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ serialization-tests --- 20:39:00:736 [INFO] No sources in project. Archive not created. 20:39:00:736 [INFO] 20:39:00:736 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ serialization-tests --- 20:39:00:777 [INFO] No dependency problems found 20:39:00:777 [INFO] 20:39:00:777 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serialization-tests --- 20:39:00:778 [INFO] Installing /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-10.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/serialization-tests/10.4.0-SNAPSHOT/serialization-tests-10.4.0-SNAPSHOT.jar 20:39:00:779 [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/10.4.0-SNAPSHOT/serialization-tests-10.4.0-SNAPSHOT.pom 20:39:00:780 [INFO] 20:39:00:780 [INFO] ---------------< org.eclipse.collections:jcstress-tests >--------------- 20:39:00:781 [INFO] Building Eclipse Collections JCStress Test Suite 10.4.0-SNAPSHOT [10/15] 20:39:00:781 [INFO] --------------------------------[ jar ]--------------------------------- 20:39:00:905 [INFO] 20:39:00:905 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests --- 20:39:00:906 [INFO] 20:39:00:906 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests --- 20:39:00:911 [INFO] 20:39:00:911 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests --- 20:39:00:912 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:39:00:912 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/main/resources 20:39:00:912 [INFO] 20:39:00:912 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests --- 20:39:00:914 [INFO] Changes detected - recompiling the module! 20:39:00:915 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/jcstress-tests/target/classes 20:39:02:162 [INFO] 20:39:02:162 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests --- 20:39:02:163 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:39:02:163 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/test/resources 20:39:02:163 [INFO] 20:39:02:163 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests --- 20:39:02:164 [INFO] No sources to compile 20:39:02:164 [INFO] 20:39:02:164 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests --- 20:39:02:165 [INFO] Tests are skipped. 20:39:02:165 [INFO] 20:39:02:165 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests --- 20:39:02:168 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.4.0-SNAPSHOT.jar 20:39:02:172 [INFO] 20:39:02:173 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests --- 20:39:02:465 [INFO] Including org.eclipse.collections:eclipse-collections:jar:10.4.0-SNAPSHOT in the shaded jar. 20:39:02:466 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.4.0-SNAPSHOT in the shaded jar. 20:39:02:466 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar. 20:39:02:466 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar. 20:39:03:434 [WARNING] eclipse-collections-10.4.0-SNAPSHOT.jar, eclipse-collections-api-10.4.0-SNAPSHOT.jar, jcstress-core-0.4.jar, jcstress-tests-10.4.0-SNAPSHOT.jar, jopt-simple-4.6.jar define 1 overlapping resources: 20:39:03:434 [WARNING] - META-INF/MANIFEST.MF 20:39:03:434 [WARNING] eclipse-collections-10.4.0-SNAPSHOT.jar, eclipse-collections-api-10.4.0-SNAPSHOT.jar define 3 overlapping resources: 20:39:03:434 [WARNING] - LICENSE-EDL-1.0.txt 20:39:03:434 [WARNING] - LICENSE-EPL-1.0.txt 20:39:03:434 [WARNING] - about.html 20:39:03:434 [WARNING] maven-shade-plugin has detected that some class files are 20:39:03:434 [WARNING] present in two or more JARs. When this happens, only one 20:39:03:434 [WARNING] single version of the class is copied to the uber jar. 20:39:03:435 [WARNING] Usually this is not harmful and you can skip these warnings, 20:39:03:435 [WARNING] otherwise try to manually exclude artifacts based on 20:39:03:435 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 20:39:03:435 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ 20:39:03:441 [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-10.4.0-SNAPSHOT-shaded.jar 20:39:03:441 [INFO] 20:39:03:441 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests --- 20:39:03:444 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.4.0-SNAPSHOT-sources.jar 20:39:03:448 [INFO] 20:39:03:448 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests --- 20:39:03:454 [INFO] No dependency problems found 20:39:03:455 [INFO] 20:39:03:455 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests --- 20:39:03:455 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/10.4.0-SNAPSHOT/jcstress-tests-10.4.0-SNAPSHOT.jar 20:39:03:457 [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/10.4.0-SNAPSHOT/jcstress-tests-10.4.0-SNAPSHOT.pom 20:39:03:458 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.4.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/10.4.0-SNAPSHOT/jcstress-tests-10.4.0-SNAPSHOT-sources.jar 20:39:03:460 [INFO] 20:39:03:460 [INFO] -------------< org.eclipse.collections:junit-trait-runner >------------- 20:39:03:460 [INFO] Building Eclipse Collections Test Trait JUnit Runner 10.4.0-SNAPSHOT [11/15] 20:39:03:460 [INFO] --------------------------------[ jar ]--------------------------------- 20:39:03:461 [INFO] 20:39:03:462 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ junit-trait-runner --- 20:39:03:462 [INFO] 20:39:03:462 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ junit-trait-runner --- 20:39:03:464 [INFO] 20:39:03:464 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ junit-trait-runner --- 20:39:03:465 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:39:03:465 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/main/resources 20:39:03:465 [INFO] 20:39:03:465 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-trait-runner --- 20:39:03:467 [INFO] Changes detected - recompiling the module! 20:39:03:467 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/classes 20:39:04:035 [INFO] 20:39:04:035 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ junit-trait-runner --- 20:39:04:036 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:39:04:036 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/test/resources 20:39:04:036 [INFO] 20:39:04:036 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-trait-runner --- 20:39:04:037 [INFO] No sources to compile 20:39:04:037 [INFO] 20:39:04:037 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ junit-trait-runner --- 20:39:04:040 [INFO] Tests are skipped. 20:39:04:040 [INFO] 20:39:04:040 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ junit-trait-runner --- 20:39:04:042 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.4.0-SNAPSHOT.jar 20:39:04:046 [INFO] 20:39:04:046 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ junit-trait-runner --- 20:39:04:048 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.4.0-SNAPSHOT-sources.jar 20:39:04:051 [INFO] 20:39:04:051 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ junit-trait-runner --- 20:39:04:053 [INFO] No dependency problems found 20:39:04:053 [INFO] 20:39:04:053 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ junit-trait-runner --- 20:39:04:053 [INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/10.4.0-SNAPSHOT/junit-trait-runner-10.4.0-SNAPSHOT.jar 20:39:04:056 [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/10.4.0-SNAPSHOT/junit-trait-runner-10.4.0-SNAPSHOT.pom 20:39:04:058 [INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.4.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/10.4.0-SNAPSHOT/junit-trait-runner-10.4.0-SNAPSHOT-sources.jar 20:39:04:059 [INFO] 20:39:04:059 [INFO] --------------< org.eclipse.collections:unit-tests-java8 >-------------- 20:39:04:059 [INFO] Building Eclipse Collections Java 8 Unit Test Suite 10.4.0-SNAPSHOT [12/15] 20:39:04:059 [INFO] --------------------------------[ jar ]--------------------------------- 20:39:04:117 [INFO] 20:39:04:117 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests-java8 --- 20:39:04:118 [INFO] 20:39:04:118 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests-java8 --- 20:39:04:121 [INFO] 20:39:04:121 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ unit-tests-java8 --- 20:39:04:122 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/unit-tests-java8/target/jacoco.exec 20:39:04:123 [INFO] 20:39:04:123 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests-java8 --- 20:39:04:123 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:39:04:124 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/main/resources 20:39:04:124 [INFO] 20:39:04:124 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests-java8 --- 20:39:04:125 [INFO] No sources to compile 20:39:04:125 [INFO] 20:39:04:125 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests-java8 --- 20:39:04:125 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:39:04:126 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/test/resources 20:39:04:126 [INFO] 20:39:04:126 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests-java8 --- 20:39:04:138 [INFO] Changes detected - recompiling the module! 20:39:04:139 [INFO] Compiling 169 source files to /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/test-classes 20:39:09:679 [INFO] 20:39:09:679 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests-java8 --- 20:39:09:681 [INFO] Tests are skipped. 20:39:09:681 [INFO] 20:39:09:682 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests-java8 --- 20:39:09:682 [WARNING] JAR will be empty - no content was marked for inclusion! 20:39:09:683 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-10.4.0-SNAPSHOT.jar 20:39:09:686 [INFO] 20:39:09:686 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests-java8 --- 20:39:09:686 [INFO] No sources in project. Archive not created. 20:39:09:686 [INFO] 20:39:09:687 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests-java8 --- 20:39:09:708 [INFO] No dependency problems found 20:39:09:708 [INFO] 20:39:09:708 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests-java8 --- 20:39:09:709 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-10.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests-java8/10.4.0-SNAPSHOT/unit-tests-java8-10.4.0-SNAPSHOT.jar 20:39:09:718 [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/10.4.0-SNAPSHOT/unit-tests-java8-10.4.0-SNAPSHOT.pom 20:39:09:723 [INFO] 20:39:09:723 [INFO] ---------------< org.eclipse.collections:test-coverage >---------------- 20:39:09:723 [INFO] Building Eclipse Collections Test Coverage Aggregation 10.4.0-SNAPSHOT [13/15] 20:39:09:724 [INFO] --------------------------------[ pom ]--------------------------------- 20:39:09:725 [INFO] 20:39:09:725 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ test-coverage --- 20:39:09:726 [INFO] 20:39:09:726 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ test-coverage --- 20:39:09:728 [INFO] 20:39:09:728 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ test-coverage --- 20:39:09:728 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/test-coverage/target/jacoco.exec 20:39:09:729 [INFO] 20:39:09:729 [INFO] --- jacoco-maven-plugin:0.8.5:report-aggregate (default-report) @ test-coverage --- 20:39:10:323 [INFO] Analyzed bundle 'eclipse-collections-api' with 356 classes 20:39:12:453 [INFO] Analyzed bundle 'eclipse-collections' with 3658 classes 20:39:16:689 [INFO] Analyzed bundle 'eclipse-collections-testutils' with 2 classes 20:39:16:704 [INFO] 20:39:16:704 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ test-coverage --- 20:39:16:705 [INFO] Skipping pom project 20:39:16:705 [INFO] 20:39:16:706 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ test-coverage --- 20:39:16:706 [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/10.4.0-SNAPSHOT/test-coverage-10.4.0-SNAPSHOT.pom 20:39:16:708 [INFO] 20:39:16:708 [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- 20:39:16:708 [INFO] Building Eclipse Collections p2 Repository Build 10.4.0-SNAPSHOT [14/15] 20:39:16:708 [INFO] --------------------------------[ pom ]--------------------------------- 20:39:16:718 [INFO] 20:39:16:718 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository --- 20:39:16:727 [INFO] 20:39:16:727 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository --- 20:39:16:762 [INFO] 20:39:16:762 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository --- 20:39:16:903 [INFO] Skipping pom project 20:39:16:903 [INFO] 20:39:16:903 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository --- 20:39:16:916 [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/10.4.0-SNAPSHOT/p2-repository-10.4.0-SNAPSHOT.pom 20:39:16:918 [INFO] 20:39:16:918 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >----------- 20:39:16:918 [INFO] Building Eclipse Collections OSGi Bundle 10.4.0-SNAPSHOT [15/15] 20:39:16:918 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 20:39:17:587 [INFO] 20:39:17:587 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections --- 20:39:17:587 [INFO] 20:39:17:587 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections --- 20:39:23:491 [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 20:39:23:491 [WARNING] Fallback to default timestamp provider 20:39:23:495 [INFO] The project's OSGi version is 10.4.0.v20200820-2036 20:39:23:495 [INFO] 20:39:23:495 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections --- 20:39:23:496 [INFO] 20:39:23:496 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections --- 20:39:23:500 [INFO] 20:39:23:500 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections --- 20:39:23:524 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:39:23:526 [INFO] Copying 2 resources 20:39:23:530 [INFO] 20:39:23:530 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections --- 20:39:23:553 [INFO] No sources to compile 20:39:23:553 [INFO] 20:39:23:553 [INFO] --- ebr-maven-plugin:1.2.0:bundle (default-bundle) @ org.eclipse.collections --- 20:39:23:560 [INFO] Gathering dependencies 20:39:23:565 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:10.4.0-SNAPSHOT:jar 20:39:23:591 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:10.4.0-SNAPSHOT:jar 20:39:23:591 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.4.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/**/*.*" 20:39:24:465 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.4.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/**/*.*" 20:39:24:694 [INFO] Merging collected dependencies 20:39:24:697 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:39:24:756 [INFO] Copying 5283 resources 20:39:25:779 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.4.0-SNAPSHOT.jar 20:39:30:421 [INFO] Gathering sources 20:39:30:424 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:10.4.0-SNAPSHOT:jar 20:39:30:425 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:10.4.0-SNAPSHOT:jar 20:39:30:426 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.4.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/**/*.*" 20:39:31:051 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.4.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/**/*.*" 20:39:31:449 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:39:31:449 [INFO] Copying 2 resources 20:39:31:450 [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-10.4.0-SNAPSHOT-sources.jar 20:39:36:394 [INFO] Assembling p2 repository 20:39:37:149 [INFO] 20:39:37:149 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections --- 20:39:37:150 [INFO] 20:39:37:150 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections --- 20:39:38:069 [INFO] No dependency problems found 20:39:38:069 [INFO] 20:39:38:069 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections --- 20:39:38:070 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/10.4.0-SNAPSHOT/org.eclipse.collections-10.4.0-SNAPSHOT.jar 20:39:38:076 [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/10.4.0-SNAPSHOT/org.eclipse.collections-10.4.0-SNAPSHOT.pom 20:39:38:078 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.4.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/10.4.0-SNAPSHOT/org.eclipse.collections-10.4.0-SNAPSHOT-sources.jar 20:39:38:082 [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/10.4.0-SNAPSHOT/org.eclipse.collections-10.4.0-SNAPSHOT-p2metadata.xml 20:39:38:090 [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/10.4.0-SNAPSHOT/org.eclipse.collections-10.4.0-SNAPSHOT-p2artifacts.xml 20:39:38:092 [INFO] 20:39:38:092 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections --- 20:39:38:093 [INFO] ------------------------------------------------------------------------ 20:39:38:093 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.4.0-SNAPSHOT: 20:39:38:094 [INFO] 20:39:38:094 [INFO] Eclipse Collections Parent Project ................. SUCCESS [ 2.734 s] 20:39:38:094 [INFO] Eclipse Collections Code Generator ................. SUCCESS [ 3.040 s] 20:39:38:094 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [ 2.995 s] 20:39:38:094 [INFO] Eclipse Collections API ............................ SUCCESS [ 9.035 s] 20:39:38:094 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 36.336 s] 20:39:38:094 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [ 5.493 s] 20:39:38:094 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [ 3.192 s] 20:39:38:095 [INFO] Eclipse Collections Unit Test Suite ................ SUCCESS [01:01 min] 20:39:38:095 [INFO] Eclipse Collections Serialization Test Suite ....... SUCCESS [ 3.598 s] 20:39:38:095 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [ 2.679 s] 20:39:38:095 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SUCCESS [ 0.600 s] 20:39:38:095 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SUCCESS [ 5.664 s] 20:39:38:095 [INFO] Eclipse Collections Test Coverage Aggregation ...... SUCCESS [ 6.985 s] 20:39:38:095 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [ 0.210 s] 20:39:38:095 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 21.175 s] 20:39:38:095 [INFO] ------------------------------------------------------------------------ 20:39:38:096 [INFO] BUILD SUCCESS 20:39:38:096 [INFO] ------------------------------------------------------------------------ 20:39:38:096 [INFO] Total time: 02:46 min 20:39:38:096 [INFO] Finished at: 2020-08-20T20:39:38Z 20:39:38:096 [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=10.4.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: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" 20:39:40:259 [INFO] Error stacktraces are turned on. 20:39:40:352 [INFO] Scanning for projects... 20:39:50:959 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml 20:39:51:100 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ 20:39:51:205 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 20:39:51:232 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) 20:39:51:349 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) 20:39:51:478 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) 20:39:51:584 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ 20:39:51:720 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ 20:39:51:835 [INFO] Adding repository file:/home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/repository 20:39:51:851 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml 20:39:52:876 [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) 20:39:52:995 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml 20:39:53:010 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:10.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml 20:39:53:015 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:10.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml 20:39:53:034 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:10.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml 20:39:53:034 [INFO] ------------------------------------------------------------------------ 20:39:53:034 [INFO] Reactor Build Order: 20:39:53:034 [INFO] 20:39:53:035 [INFO] Eclipse Collections p2 Repository with Feature Build [pom] 20:39:53:036 [INFO] org.eclipse.collections.feature [eclipse-feature] 20:39:53:036 [INFO] p2-repository [eclipse-repository] 20:39:53:382 [INFO] 20:39:53:382 [INFO] -----------------< org.eclipse.collections:p2-feature >----------------- 20:39:53:383 [INFO] Building Eclipse Collections p2 Repository with Feature Build 10.4.0-SNAPSHOT [1/3] 20:39:53:383 [INFO] --------------------------------[ pom ]--------------------------------- 20:39:53:386 [INFO] 20:39:53:386 [INFO] --- tycho-versions-plugin:2.0.0:set-version (default-cli) @ p2-feature --- 20:39:57:879 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature 20:39:57:880 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature 20:39:57:880 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository 20:39:57:892 [INFO] ------------------------------------------------------------------------ 20:39:57:892 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.4.0-SNAPSHOT: 20:39:57:892 [INFO] 20:39:57:892 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [ 4.509 s] 20:39:57:893 [INFO] org.eclipse.collections.feature .................... SKIPPED 20:39:57:893 [INFO] p2-repository ...................................... SKIPPED 20:39:57:893 [INFO] ------------------------------------------------------------------------ 20:39:57:893 [INFO] BUILD SUCCESS 20:39:57:893 [INFO] ------------------------------------------------------------------------ 20:39:57:893 [INFO] Total time: 17.585 s 20:39:57:893 [INFO] Finished at: 2020-08-20T20:39:57Z 20:39:57:894 [INFO] ------------------------------------------------------------------------ [new-version] $ /bin/sh -xe /tmp/jenkins1556021065122093895.sh + git checkout origin/10.4.x M acceptance-tests/pom.xml HEAD is now at 7c1d83ea Merge pull request #980 from nikhilnanivadekar/10.4.x 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 10.4.0-SNAPSHOT.' [detached HEAD d2c1b2b4] Update version number to 10.4.0-SNAPSHOT. 20 files changed, 20 insertions(+), 20 deletions(-) using credential github-bot-ssh Pushing HEAD to branch 10.4.x at repo origin > git --version # timeout=10 using GIT_SSH to set credentials GitHub bot SSH > git push git@github.com:eclipse/eclipse-collections.git HEAD:10.4.x # timeout=10 Sending e-mails to: hiroshi.ito@gs.com donald.raab@gs.com craig.motlin@gs.com mohammad.rezaei@gs.com Finished: SUCCESS