Started by user Nikhil Nanivadekar Running as Nikhil Nanivadekar Agent basic-6vwxx is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-6vwxx" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.collections.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-6vwxx" - 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-6vwxx" - 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-6vwxx 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/master^{commit} # timeout=10 Checking out Revision 30fbfcdc978e62053ad186f4f14f59876cc3aa5f (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 30fbfcdc978e62053ad186f4f14f59876cc3aa5f # timeout=10 Commit message: "Release version 10.3.0.M3." > git rev-list --no-walk 36af723ebff09f52f6793b38c624fc5753516a41 # timeout=10 [new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DNEXT_VERSION=10.3.0 -DRELEASE_BRANCH=master -Dmaven.repo.local=/home/jenkins/agent/workspace/new-version/.repository versions:set -DgenerateBackupPoms=false -DnewVersion=10.3.0-SNAPSHOT Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" 20:43:41:368 [INFO] Error stacktraces are turned on. 20:43:41:581 [INFO] Scanning for projects... 20:44:22:150 [INFO] ------------------------------------------------------------------------ 20:44:22:151 [INFO] Reactor Build Order: 20:44:22:151 [INFO] 20:44:22:152 [INFO] Eclipse Collections Parent Project [pom] 20:44:22:152 [INFO] Eclipse Collections Code Generator [jar] 20:44:22:152 [INFO] Eclipse Collections Code Generator Maven Plugin [maven-plugin] 20:44:22:153 [INFO] Eclipse Collections API [jar] 20:44:22:153 [INFO] Eclipse Collections Main Library [jar] 20:44:22:153 [INFO] Eclipse Collections Test Utilities [jar] 20:44:22:154 [INFO] Eclipse Collections Fork Join Utilities [jar] 20:44:22:154 [INFO] Eclipse Collections Unit Test Suite [jar] 20:44:22:154 [INFO] Eclipse Collections Serialization Test Suite [jar] 20:44:22:154 [INFO] Eclipse Collections JCStress Test Suite [jar] 20:44:22:155 [INFO] Eclipse Collections Test Trait JUnit Runner [jar] 20:44:22:155 [INFO] Eclipse Collections Java 8 Unit Test Suite [jar] 20:44:22:155 [INFO] Eclipse Collections Test Coverage Aggregation [pom] 20:44:22:155 [INFO] Eclipse Collections p2 Repository Build [pom] 20:44:22:155 [INFO] Eclipse Collections OSGi Bundle [eclipse-bundle-recipe] 20:44:22:156 [INFO] Eclipse Collections Scala Unit Test Suite [jar] 20:44:22:156 [INFO] Eclipse Collections JMH Scala Test Suite [jar] 20:44:22:156 [INFO] Eclipse Collections JMH Test Suite [jar] 20:44:23:114 [INFO] 20:44:23:114 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >--------- 20:44:23:114 [INFO] Building Eclipse Collections Parent Project 10.3.0.M3 [1/18] 20:44:23:115 [INFO] --------------------------------[ pom ]--------------------------------- 20:44:23:118 [INFO] 20:44:23:118 [INFO] --- versions-maven-plugin:2.7:set (default-cli) @ eclipse-collections-parent --- 20:44:28:507 [INFO] Searching for local aggregator root... 20:44:28:507 [INFO] Local aggregation root: /home/jenkins/agent/workspace/new-version 20:44:28:510 [INFO] Processing change of org.eclipse.collections:eclipse-collections-parent:10.3.0.M3 -> 10.3.0-SNAPSHOT 20:44:28:559 [INFO] Processing org.eclipse.collections:eclipse-collections-parent 20:44:28:559 [INFO] Updating project org.eclipse.collections:eclipse-collections-parent 20:44:28:559 [INFO] from version 10.3.0.M3 to 10.3.0-SNAPSHOT 20:44:28:725 [INFO] 20:44:28:727 [INFO] Processing org.eclipse.collections:acceptance-tests 20:44:28:727 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:44:28:727 [INFO] from version 10.3.0.M3 to 10.3.0-SNAPSHOT 20:44:28:745 [INFO] 20:44:28:746 [INFO] Processing org.eclipse.collections:eclipse-collections-api 20:44:28:747 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:44:28:747 [INFO] from version 10.3.0.M3 to 10.3.0-SNAPSHOT 20:44:28:763 [INFO] 20:44:28:764 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator-maven-plugin 20:44:28:764 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:44:28:764 [INFO] from version 10.3.0.M3 to 10.3.0-SNAPSHOT 20:44:28:803 [INFO] 20:44:28:804 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator 20:44:28:804 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:44:28:804 [INFO] from version 10.3.0.M3 to 10.3.0-SNAPSHOT 20:44:28:815 [INFO] 20:44:28:816 [INFO] Processing org.eclipse.collections:eclipse-collections-forkjoin 20:44:28:816 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:44:28:816 [INFO] from version 10.3.0.M3 to 10.3.0-SNAPSHOT 20:44:28:830 [INFO] 20:44:28:832 [INFO] Processing org.eclipse.collections:eclipse-collections-testutils 20:44:28:832 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:44:28:832 [INFO] from version 10.3.0.M3 to 10.3.0-SNAPSHOT 20:44:28:845 [INFO] 20:44:28:846 [INFO] Processing org.eclipse.collections:eclipse-collections 20:44:28:846 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:44:28:847 [INFO] from version 10.3.0.M3 to 10.3.0-SNAPSHOT 20:44:28:861 [INFO] 20:44:28:862 [INFO] Processing org.eclipse.collections:jcstress-tests 20:44:28:863 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:44:28:863 [INFO] from version 10.3.0.M3 to 10.3.0-SNAPSHOT 20:44:28:874 [INFO] 20:44:28:875 [INFO] Processing org.eclipse.collections:jmh-scala-tests 20:44:28:875 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:44:28:895 [INFO] from version 10.3.0.M3 to 10.3.0-SNAPSHOT 20:44:28:906 [INFO] 20:44:28:907 [INFO] Processing org.eclipse.collections:jmh-tests 20:44:28:908 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:44:28:908 [INFO] from version 10.3.0.M3 to 10.3.0-SNAPSHOT 20:44:28:930 [INFO] 20:44:28:931 [INFO] Processing org.eclipse.collections:junit-trait-runner 20:44:28:931 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:44:28:931 [INFO] from version 10.3.0.M3 to 10.3.0-SNAPSHOT 20:44:28:937 [INFO] 20:44:28:939 [INFO] Processing org.eclipse.collections:p2-repository 20:44:28:939 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:44:28:939 [INFO] from version 10.3.0.M3 to 10.3.0-SNAPSHOT 20:44:28:979 [INFO] 20:44:28:980 [INFO] Processing org.eclipse.collections:performance-tests 20:44:28:980 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:44:28:980 [INFO] from version 10.3.0.M3 to 10.3.0-SNAPSHOT 20:44:29:002 [INFO] 20:44:29:003 [INFO] Processing org.eclipse.collections:scala-unit-tests 20:44:29:004 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:44:29:004 [INFO] from version 10.3.0.M3 to 10.3.0-SNAPSHOT 20:44:29:017 [INFO] 20:44:29:018 [INFO] Processing org.eclipse.collections:serialization-tests 20:44:29:018 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:44:29:018 [INFO] from version 10.3.0.M3 to 10.3.0-SNAPSHOT 20:44:29:026 [INFO] 20:44:29:027 [INFO] Processing org.eclipse.collections:test-coverage 20:44:29:027 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:44:29:027 [INFO] from version 10.3.0.M3 to 10.3.0-SNAPSHOT 20:44:29:038 [INFO] 20:44:29:039 [INFO] Processing org.eclipse.collections:unit-tests-java8 20:44:29:039 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:44:29:040 [INFO] from version 10.3.0.M3 to 10.3.0-SNAPSHOT 20:44:29:048 [INFO] 20:44:29:049 [INFO] Processing org.eclipse.collections:unit-tests 20:44:29:049 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 20:44:29:050 [INFO] from version 10.3.0.M3 to 10.3.0-SNAPSHOT 20:44:29:060 [INFO] 20:44:29:063 [INFO] Processing org.eclipse.collections:org.eclipse.collections 20:44:29:063 [INFO] Updating parent org.eclipse.collections:p2-repository 20:44:29:063 [INFO] from version 10.3.0.M3 to 10.3.0-SNAPSHOT 20:44:29:064 [INFO] 20:44:29:065 [INFO] ------------------------------------------------------------------------ 20:44:29:065 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.3.0.M3: 20:44:29:065 [INFO] 20:44:29:066 [INFO] Eclipse Collections Parent Project ................. SUCCESS [ 5.951 s] 20:44:29:066 [INFO] Eclipse Collections Code Generator ................. SKIPPED 20:44:29:066 [INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED 20:44:29:066 [INFO] Eclipse Collections API ............................ SKIPPED 20:44:29:066 [INFO] Eclipse Collections Main Library ................... SKIPPED 20:44:29:067 [INFO] Eclipse Collections Test Utilities ................. SKIPPED 20:44:29:067 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED 20:44:29:067 [INFO] Eclipse Collections Unit Test Suite ................ SKIPPED 20:44:29:067 [INFO] Eclipse Collections Serialization Test Suite ....... SKIPPED 20:44:29:067 [INFO] Eclipse Collections JCStress Test Suite ............ SKIPPED 20:44:29:067 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SKIPPED 20:44:29:067 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SKIPPED 20:44:29:067 [INFO] Eclipse Collections Test Coverage Aggregation ...... SKIPPED 20:44:29:068 [INFO] Eclipse Collections p2 Repository Build ............ SKIPPED 20:44:29:068 [INFO] Eclipse Collections OSGi Bundle .................... SKIPPED 20:44:29:068 [INFO] Eclipse Collections Scala Unit Test Suite .......... SKIPPED 20:44:29:068 [INFO] Eclipse Collections JMH Scala Test Suite ........... SKIPPED 20:44:29:068 [INFO] Eclipse Collections JMH Test Suite ................. SKIPPED 20:44:29:068 [INFO] ------------------------------------------------------------------------ 20:44:29:069 [INFO] BUILD SUCCESS 20:44:29:069 [INFO] ------------------------------------------------------------------------ 20:44:29:095 [INFO] Total time: 47.680 s 20:44:29:095 [INFO] Finished at: 2020-07-15T20:44:29Z 20:44:29:095 [INFO] ------------------------------------------------------------------------ [new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DNEXT_VERSION=10.3.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: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" 20:44:29:800 [INFO] Error stacktraces are turned on. 20:44:30:008 [INFO] Scanning for projects... 20:44:31:040 [INFO] ------------------------------------------------------------------------ 20:44:31:041 [INFO] Reactor Build Order: 20:44:31:041 [INFO] 20:44:31:042 [INFO] Eclipse Collections Parent Project [pom] 20:44:31:042 [INFO] Eclipse Collections Code Generator [jar] 20:44:31:043 [INFO] Eclipse Collections Code Generator Maven Plugin [maven-plugin] 20:44:31:043 [INFO] Eclipse Collections API [jar] 20:44:31:043 [INFO] Eclipse Collections Main Library [jar] 20:44:31:044 [INFO] Eclipse Collections Test Utilities [jar] 20:44:31:044 [INFO] Eclipse Collections Fork Join Utilities [jar] 20:44:31:044 [INFO] Eclipse Collections Unit Test Suite [jar] 20:44:31:045 [INFO] Eclipse Collections Serialization Test Suite [jar] 20:44:31:045 [INFO] Eclipse Collections JCStress Test Suite [jar] 20:44:31:045 [INFO] Eclipse Collections Test Trait JUnit Runner [jar] 20:44:31:046 [INFO] Eclipse Collections Java 8 Unit Test Suite [jar] 20:44:31:046 [INFO] Eclipse Collections Test Coverage Aggregation [pom] 20:44:31:046 [INFO] Eclipse Collections p2 Repository Build [pom] 20:44:31:046 [INFO] Eclipse Collections OSGi Bundle [eclipse-bundle-recipe] 20:44:31:047 [INFO] Eclipse Collections Scala Unit Test Suite [jar] 20:44:31:047 [INFO] Eclipse Collections JMH Scala Test Suite [jar] 20:44:31:047 [INFO] Eclipse Collections JMH Test Suite [jar] 20:44:31:051 [INFO] 20:44:31:051 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >--------- 20:44:31:051 [INFO] Building Eclipse Collections Parent Project 10.3.0-SNAPSHOT [1/18] 20:44:31:051 [INFO] --------------------------------[ pom ]--------------------------------- 20:44:31:717 [INFO] 20:44:31:717 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent --- 20:44:31:804 [INFO] 20:44:31:804 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent --- 20:44:32:686 [INFO] 20:44:32:686 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent --- 20:44:35:730 [INFO] Skipping pom project 20:44:35:731 [INFO] 20:44:35:731 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent --- 20:44:36:832 [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.3.0-SNAPSHOT/eclipse-collections-parent-10.3.0-SNAPSHOT.pom 20:44:36:838 [INFO] 20:44:36:838 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >----- 20:44:36:839 [INFO] Building Eclipse Collections Code Generator 10.3.0-SNAPSHOT [2/18] 20:44:36:839 [INFO] --------------------------------[ jar ]--------------------------------- 20:44:37:337 [INFO] 20:44:37:337 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator --- 20:44:37:339 [INFO] 20:44:37:339 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator --- 20:44:37:347 [INFO] 20:44:37:347 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator --- 20:44:37:539 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:44:37:555 [INFO] Copying 355 resources 20:44:37:660 [INFO] 20:44:37:660 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator --- 20:44:38:142 [INFO] Changes detected - recompiling the module! 20:44:38:149 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/classes 20:44:38:874 [INFO] 20:44:38:875 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator --- 20:44:38:876 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:44:38:876 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/src/test/resources 20:44:38:877 [INFO] 20:44:38:877 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator --- 20:44:38:884 [INFO] Changes detected - recompiling the module! 20:44:38:885 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/test-classes 20:44:39:272 [INFO] 20:44:39:272 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator --- 20:44:40:529 [INFO] Tests are skipped. 20:44:40:529 [INFO] 20:44:40:530 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator --- 20:44:40:890 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0-SNAPSHOT.jar 20:44:40:956 [INFO] 20:44:40:956 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator --- 20:44:41:055 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0-SNAPSHOT-sources.jar 20:44:41:142 [INFO] 20:44:41:143 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator --- 20:44:41:202 [INFO] No dependency problems found 20:44:41:202 [INFO] 20:44:41:202 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator --- 20:44:41:204 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.3.0-SNAPSHOT/eclipse-collections-code-generator-10.3.0-SNAPSHOT.jar 20:44:41:206 [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.3.0-SNAPSHOT/eclipse-collections-code-generator-10.3.0-SNAPSHOT.pom 20:44:41:208 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.3.0-SNAPSHOT/eclipse-collections-code-generator-10.3.0-SNAPSHOT-sources.jar 20:44:41:212 [INFO] 20:44:41:212 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >-- 20:44:41:212 [INFO] Building Eclipse Collections Code Generator Maven Plugin 10.3.0-SNAPSHOT [3/18] 20:44:41:212 [INFO] ----------------------------[ maven-plugin ]---------------------------- 20:44:41:956 [INFO] 20:44:41:956 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin --- 20:44:41:957 [INFO] 20:44:41:957 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin --- 20:44:41:986 [INFO] 20:44:41:986 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin --- 20:44:41:987 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:44:41:987 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/main/resources 20:44:41:987 [INFO] 20:44:41:987 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin --- 20:44:41:990 [INFO] Changes detected - recompiling the module! 20:44:41:990 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/classes 20:44:42:343 [INFO] 20:44:42:343 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin --- 20:44:45:469 [INFO] Using 'UTF-8' encoding to read mojo source files. 20:44:45:524 [INFO] java-javadoc mojo extractor found 1 mojo descriptor. 20:44:45:606 [INFO] java-annotations mojo extractor found 0 mojo descriptor. 20:44:45:664 [INFO] 20:44:45:664 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin --- 20:44:45:665 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:44:45:665 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/test/resources 20:44:45:666 [INFO] 20:44:45:666 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin --- 20:44:45:667 [INFO] No sources to compile 20:44:45:667 [INFO] 20:44:45:667 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin --- 20:44:45:669 [INFO] Tests are skipped. 20:44:45:669 [INFO] 20:44:45:669 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin --- 20:44:45:672 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.3.0-SNAPSHOT.jar 20:44:45:676 [INFO] 20:44:45:676 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin --- 20:44:45:677 [INFO] 20:44:45:677 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin --- 20:44:45:680 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.3.0-SNAPSHOT-sources.jar 20:44:45:683 [INFO] 20:44:45:683 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin --- 20:44:45:687 [INFO] No dependency problems found 20:44:45:687 [INFO] 20:44:45:687 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin --- 20:44:45:688 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.3.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-10.3.0-SNAPSHOT.jar 20:44:45:690 [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.3.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-10.3.0-SNAPSHOT.pom 20:44:45:703 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.3.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-10.3.0-SNAPSHOT-sources.jar 20:44:45:705 [INFO] 20:44:45:705 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >----------- 20:44:45:705 [INFO] Building Eclipse Collections API 10.3.0-SNAPSHOT [4/18] 20:44:45:705 [INFO] --------------------------------[ jar ]--------------------------------- 20:44:45:761 [INFO] 20:44:45:761 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api --- 20:44:45:762 [INFO] 20:44:45:762 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api --- 20:44:45:764 [INFO] 20:44:45:764 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0-SNAPSHOT:generate (default) @ eclipse-collections-api --- 20:44:45:771 [INFO] Generating sources to eclipse-collections-api 20:44:46:533 [INFO] Generated 1171 files 20:44:46:533 [INFO] 20:44:46:533 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api --- 20:44:46:534 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:44:46:535 [INFO] Copying 3 resources 20:44:46:536 [INFO] 20:44:46:536 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api --- 20:44:46:691 [INFO] Changes detected - recompiling the module! 20:44:46:695 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/classes 20:44:50:306 [INFO] 20:44:50:306 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api --- 20:44:52:945 [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:44:52:945 [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:44:52:945 [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:44:52:946 [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:44:52:946 [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:44:53:548 [INFO] 20:44:53:548 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api --- 20:44:53:549 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:44:53:549 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-api/src/test/resources 20:44:53:549 [INFO] 20:44:53:549 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api --- 20:44:53:550 [INFO] No sources to compile 20:44:53:550 [INFO] 20:44:53:550 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api --- 20:44:53:552 [INFO] Tests are skipped. 20:44:53:552 [INFO] 20:44:53:552 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api --- 20:44:53:658 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.3.0-SNAPSHOT.jar 20:44:53:800 [INFO] 20:44:53:800 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api --- 20:44:53:840 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.3.0-SNAPSHOT-sources.jar 20:44:54:111 [INFO] 20:44:54:111 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api --- 20:44:54:273 [INFO] No dependency problems found 20:44:54:273 [INFO] 20:44:54:273 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api --- 20:44:54:274 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-api/10.3.0-SNAPSHOT/eclipse-collections-api-10.3.0-SNAPSHOT.jar 20:44:54:276 [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.3.0-SNAPSHOT/eclipse-collections-api-10.3.0-SNAPSHOT.pom 20:44:54:278 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-api/10.3.0-SNAPSHOT/eclipse-collections-api-10.3.0-SNAPSHOT-sources.jar 20:44:54:297 [INFO] 20:44:54:298 [INFO] ------------< org.eclipse.collections:eclipse-collections >------------- 20:44:54:298 [INFO] Building Eclipse Collections Main Library 10.3.0-SNAPSHOT [5/18] 20:44:54:298 [INFO] --------------------------------[ jar ]--------------------------------- 20:44:54:299 [INFO] 20:44:54:299 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections --- 20:44:54:300 [INFO] 20:44:54:300 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections --- 20:44:54:302 [INFO] 20:44:54:302 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0-SNAPSHOT:generate (default) @ eclipse-collections --- 20:44:54:302 [INFO] Generating sources to eclipse-collections 20:44:57:070 [INFO] Generated 1438 files 20:44:57:070 [INFO] 20:44:57:070 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections --- 20:44:57:072 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:44:57:072 [INFO] Copying 24 resources 20:44:57:077 [INFO] 20:44:57:077 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections --- 20:44:57:247 [INFO] Changes detected - recompiling the module! 20:44:57:248 [INFO] Compiling 2093 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/classes 20:45:22:055 [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:45:22:055 [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:45:22:056 [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:45:22:056 [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:45:22:056 [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:45:22:057 [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:45:22:057 [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:45:22:057 [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:45:22:058 [INFO] 20:45:22:058 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections --- 20:45:22:134 [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:45:22:134 [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:45:22:135 [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:45:22:135 [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:45:22:135 [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:45:24:479 [INFO] 20:45:24:479 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections --- 20:45:24:480 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:45:24:480 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections/src/test/resources 20:45:24:480 [INFO] 20:45:24:480 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections --- 20:45:24:481 [INFO] No sources to compile 20:45:24:481 [INFO] 20:45:24:481 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections --- 20:45:24:485 [INFO] Tests are skipped. 20:45:24:485 [INFO] 20:45:24:485 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections --- 20:45:24:725 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.3.0-SNAPSHOT.jar 20:45:25:345 [INFO] 20:45:25:345 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections --- 20:45:25:407 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.3.0-SNAPSHOT-sources.jar 20:45:25:870 [INFO] 20:45:25:870 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections --- 20:45:26:442 [INFO] No dependency problems found 20:45:26:442 [INFO] 20:45:26:442 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections --- 20:45:26:443 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections/10.3.0-SNAPSHOT/eclipse-collections-10.3.0-SNAPSHOT.jar 20:45:26:449 [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.3.0-SNAPSHOT/eclipse-collections-10.3.0-SNAPSHOT.pom 20:45:26:451 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections/10.3.0-SNAPSHOT/eclipse-collections-10.3.0-SNAPSHOT-sources.jar 20:45:26:455 [INFO] 20:45:26:455 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >-------- 20:45:26:455 [INFO] Building Eclipse Collections Test Utilities 10.3.0-SNAPSHOT [6/18] 20:45:26:455 [INFO] --------------------------------[ jar ]--------------------------------- 20:45:26:689 [INFO] 20:45:26:689 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils --- 20:45:26:690 [INFO] 20:45:26:690 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils --- 20:45:26:694 [INFO] 20:45:26:694 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-testutils --- 20:45:28:832 [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:45:28:832 [INFO] 20:45:28:832 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils --- 20:45:28:833 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:45:28:834 [INFO] Copying 3 resources 20:45:28:835 [INFO] 20:45:28:835 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils --- 20:45:28:836 [INFO] Changes detected - recompiling the module! 20:45:28:837 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/classes 20:45:29:675 [INFO] 20:45:29:675 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils --- 20:45:29:676 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:45:29:676 [INFO] Copying 1 resource 20:45:29:676 [INFO] 20:45:29:676 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils --- 20:45:29:696 [INFO] Changes detected - recompiling the module! 20:45:29:697 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/test-classes 20:45:31:144 [INFO] 20:45:31:144 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils --- 20:45:31:145 [INFO] Tests are skipped. 20:45:31:145 [INFO] 20:45:31:145 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils --- 20:45:31:148 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0-SNAPSHOT.jar 20:45:31:153 [INFO] 20:45:31:153 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils --- 20:45:31:156 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0-SNAPSHOT-sources.jar 20:45:31:160 [INFO] 20:45:31:160 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils --- 20:45:31:169 [INFO] No dependency problems found 20:45:31:170 [INFO] 20:45:31:170 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils --- 20:45:31:170 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-testutils/10.3.0-SNAPSHOT/eclipse-collections-testutils-10.3.0-SNAPSHOT.jar 20:45:31:172 [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.3.0-SNAPSHOT/eclipse-collections-testutils-10.3.0-SNAPSHOT.pom 20:45:31:173 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-testutils/10.3.0-SNAPSHOT/eclipse-collections-testutils-10.3.0-SNAPSHOT-sources.jar 20:45:31:175 [INFO] 20:45:31:175 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >-------- 20:45:31:175 [INFO] Building Eclipse Collections Fork Join Utilities 10.3.0-SNAPSHOT [7/18] 20:45:31:175 [INFO] --------------------------------[ jar ]--------------------------------- 20:45:31:177 [INFO] 20:45:31:177 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin --- 20:45:31:178 [INFO] 20:45:31:178 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin --- 20:45:31:182 [INFO] 20:45:31:182 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-forkjoin --- 20:45:31:182 [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:45:31:183 [INFO] 20:45:31:183 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin --- 20:45:31:183 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:45:31:184 [INFO] Copying 3 resources 20:45:31:184 [INFO] 20:45:31:184 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin --- 20:45:31:186 [INFO] Changes detected - recompiling the module! 20:45:31:187 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/classes 20:45:32:071 [INFO] 20:45:32:071 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin --- 20:45:32:072 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:45:32:072 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/src/test/resources 20:45:32:072 [INFO] 20:45:32:072 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin --- 20:45:32:073 [INFO] Changes detected - recompiling the module! 20:45:32:074 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/test-classes 20:45:32:913 [INFO] 20:45:32:914 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin --- 20:45:32:915 [INFO] Tests are skipped. 20:45:32:915 [INFO] 20:45:32:915 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin --- 20:45:32:917 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0-SNAPSHOT.jar 20:45:32:940 [INFO] 20:45:32:940 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin --- 20:45:32:943 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0-SNAPSHOT-sources.jar 20:45:32:947 [INFO] 20:45:32:947 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin --- 20:45:32:955 [INFO] No dependency problems found 20:45:32:955 [INFO] 20:45:32:955 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin --- 20:45:32:956 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.3.0-SNAPSHOT/eclipse-collections-forkjoin-10.3.0-SNAPSHOT.jar 20:45:32:957 [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.3.0-SNAPSHOT/eclipse-collections-forkjoin-10.3.0-SNAPSHOT.pom 20:45:32:959 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.3.0-SNAPSHOT/eclipse-collections-forkjoin-10.3.0-SNAPSHOT-sources.jar 20:45:32:960 [INFO] 20:45:32:960 [INFO] -----------------< org.eclipse.collections:unit-tests >----------------- 20:45:32:960 [INFO] Building Eclipse Collections Unit Test Suite 10.3.0-SNAPSHOT [8/18] 20:45:32:960 [INFO] --------------------------------[ jar ]--------------------------------- 20:45:33:695 [INFO] 20:45:33:695 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests --- 20:45:33:696 [INFO] 20:45:33:696 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests --- 20:45:33:702 [INFO] 20:45:33:702 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ unit-tests --- 20:45:33:702 [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:45:33:703 [INFO] 20:45:33:703 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests --- 20:45:33:703 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:45:33:703 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests/src/main/resources 20:45:33:704 [INFO] 20:45:33:704 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests --- 20:45:33:704 [INFO] No sources to compile 20:45:33:704 [INFO] 20:45:33:704 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0-SNAPSHOT:generate (list) @ unit-tests --- 20:45:33:705 [INFO] Generating sources to unit-tests 20:45:37:937 [INFO] Generated 2196 files 20:45:37:937 [INFO] 20:45:37:937 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests --- 20:45:37:938 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:45:37:938 [INFO] Copying 1 resource 20:45:37:939 [INFO] 20:45:37:939 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests --- 20:45:38:160 [INFO] Changes detected - recompiling the module! 20:45:38:161 [INFO] Compiling 2720 source files to /home/jenkins/agent/workspace/new-version/unit-tests/target/test-classes 20:48:26:026 [INFO] 20:48:26:026 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests --- 20:48:26:029 [INFO] Tests are skipped. 20:48:26:029 [INFO] 20:48:26:030 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests --- 20:48:26:030 [WARNING] JAR will be empty - no content was marked for inclusion! 20:48:26:031 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-10.3.0-SNAPSHOT.jar 20:48:26:034 [INFO] 20:48:26:034 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests --- 20:48:26:035 [INFO] No sources in project. Archive not created. 20:48:26:035 [INFO] 20:48:26:035 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests --- 20:48:26:643 [INFO] No dependency problems found 20:48:26:643 [INFO] 20:48:26:643 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests --- 20:48:26:644 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests/10.3.0-SNAPSHOT/unit-tests-10.3.0-SNAPSHOT.jar 20:48:26:646 [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.3.0-SNAPSHOT/unit-tests-10.3.0-SNAPSHOT.pom 20:48:26:651 [INFO] 20:48:26:651 [INFO] ------------< org.eclipse.collections:serialization-tests >------------- 20:48:26:651 [INFO] Building Eclipse Collections Serialization Test Suite 10.3.0-SNAPSHOT [9/18] 20:48:26:651 [INFO] --------------------------------[ jar ]--------------------------------- 20:48:26:653 [INFO] 20:48:26:653 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serialization-tests --- 20:48:26:654 [INFO] 20:48:26:654 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ serialization-tests --- 20:48:26:656 [INFO] 20:48:26:656 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ serialization-tests --- 20:48:26:657 [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:48:26:657 [INFO] 20:48:26:657 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ serialization-tests --- 20:48:26:658 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:48:26:658 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/main/resources 20:48:26:659 [INFO] 20:48:26:659 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ serialization-tests --- 20:48:26:660 [INFO] No sources to compile 20:48:26:660 [INFO] 20:48:26:660 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ serialization-tests --- 20:48:26:661 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:48:26:661 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/test/resources 20:48:26:662 [INFO] 20:48:26:662 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ serialization-tests --- 20:48:26:720 [INFO] Changes detected - recompiling the module! 20:48:26:721 [INFO] Compiling 882 source files to /home/jenkins/agent/workspace/new-version/serialization-tests/target/test-classes 20:48:29:899 [INFO] 20:48:29:899 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ serialization-tests --- 20:48:29:901 [INFO] Tests are skipped. 20:48:29:901 [INFO] 20:48:29:901 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ serialization-tests --- 20:48:29:902 [WARNING] JAR will be empty - no content was marked for inclusion! 20:48:29:902 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-10.3.0-SNAPSHOT.jar 20:48:29:905 [INFO] 20:48:29:905 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ serialization-tests --- 20:48:29:905 [INFO] No sources in project. Archive not created. 20:48:29:906 [INFO] 20:48:29:906 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ serialization-tests --- 20:48:29:942 [INFO] No dependency problems found 20:48:29:943 [INFO] 20:48:29:943 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serialization-tests --- 20:48:29:943 [INFO] Installing /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/serialization-tests/10.3.0-SNAPSHOT/serialization-tests-10.3.0-SNAPSHOT.jar 20:48:29:945 [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.3.0-SNAPSHOT/serialization-tests-10.3.0-SNAPSHOT.pom 20:48:29:946 [INFO] 20:48:29:946 [INFO] ---------------< org.eclipse.collections:jcstress-tests >--------------- 20:48:29:947 [INFO] Building Eclipse Collections JCStress Test Suite 10.3.0-SNAPSHOT [10/18] 20:48:29:947 [INFO] --------------------------------[ jar ]--------------------------------- 20:48:30:272 [INFO] 20:48:30:272 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests --- 20:48:30:273 [INFO] 20:48:30:273 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests --- 20:48:30:278 [INFO] 20:48:30:278 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests --- 20:48:30:278 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:48:30:278 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/main/resources 20:48:30:279 [INFO] 20:48:30:279 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests --- 20:48:30:281 [INFO] Changes detected - recompiling the module! 20:48:30:282 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/jcstress-tests/target/classes 20:48:31:154 [INFO] 20:48:31:154 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests --- 20:48:31:154 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:48:31:154 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/test/resources 20:48:31:155 [INFO] 20:48:31:155 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests --- 20:48:31:156 [INFO] No sources to compile 20:48:31:156 [INFO] 20:48:31:156 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests --- 20:48:31:157 [INFO] Tests are skipped. 20:48:31:157 [INFO] 20:48:31:157 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests --- 20:48:31:160 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.3.0-SNAPSHOT.jar 20:48:31:172 [INFO] 20:48:31:172 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests --- 20:48:31:618 [INFO] Including org.eclipse.collections:eclipse-collections:jar:10.3.0-SNAPSHOT in the shaded jar. 20:48:31:618 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.3.0-SNAPSHOT in the shaded jar. 20:48:31:619 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar. 20:48:31:619 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar. 20:48:32:583 [WARNING] eclipse-collections-10.3.0-SNAPSHOT.jar, eclipse-collections-api-10.3.0-SNAPSHOT.jar, jcstress-core-0.4.jar, jcstress-tests-10.3.0-SNAPSHOT.jar, jopt-simple-4.6.jar define 1 overlapping resources: 20:48:32:584 [WARNING] - META-INF/MANIFEST.MF 20:48:32:584 [WARNING] eclipse-collections-10.3.0-SNAPSHOT.jar, eclipse-collections-api-10.3.0-SNAPSHOT.jar define 3 overlapping resources: 20:48:32:584 [WARNING] - LICENSE-EDL-1.0.txt 20:48:32:584 [WARNING] - LICENSE-EPL-1.0.txt 20:48:32:584 [WARNING] - about.html 20:48:32:584 [WARNING] maven-shade-plugin has detected that some class files are 20:48:32:584 [WARNING] present in two or more JARs. When this happens, only one 20:48:32:584 [WARNING] single version of the class is copied to the uber jar. 20:48:32:584 [WARNING] Usually this is not harmful and you can skip these warnings, 20:48:32:584 [WARNING] otherwise try to manually exclude artifacts based on 20:48:32:585 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 20:48:32:585 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ 20:48:32:590 [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.3.0-SNAPSHOT-shaded.jar 20:48:32:590 [INFO] 20:48:32:590 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests --- 20:48:32:593 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.3.0-SNAPSHOT-sources.jar 20:48:32:597 [INFO] 20:48:32:597 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests --- 20:48:32:604 [INFO] No dependency problems found 20:48:32:604 [INFO] 20:48:32:604 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests --- 20:48:32:605 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/10.3.0-SNAPSHOT/jcstress-tests-10.3.0-SNAPSHOT.jar 20:48:32:606 [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.3.0-SNAPSHOT/jcstress-tests-10.3.0-SNAPSHOT.pom 20:48:32:608 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/10.3.0-SNAPSHOT/jcstress-tests-10.3.0-SNAPSHOT-sources.jar 20:48:32:609 [INFO] 20:48:32:609 [INFO] -------------< org.eclipse.collections:junit-trait-runner >------------- 20:48:32:609 [INFO] Building Eclipse Collections Test Trait JUnit Runner 10.3.0-SNAPSHOT [11/18] 20:48:32:609 [INFO] --------------------------------[ jar ]--------------------------------- 20:48:32:611 [INFO] 20:48:32:611 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ junit-trait-runner --- 20:48:32:611 [INFO] 20:48:32:611 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ junit-trait-runner --- 20:48:32:613 [INFO] 20:48:32:613 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ junit-trait-runner --- 20:48:32:614 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:48:32:614 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/main/resources 20:48:32:614 [INFO] 20:48:32:614 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-trait-runner --- 20:48:32:615 [INFO] Changes detected - recompiling the module! 20:48:32:616 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/classes 20:48:33:071 [INFO] 20:48:33:071 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ junit-trait-runner --- 20:48:33:072 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:48:33:072 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/test/resources 20:48:33:073 [INFO] 20:48:33:073 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-trait-runner --- 20:48:33:074 [INFO] No sources to compile 20:48:33:074 [INFO] 20:48:33:074 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ junit-trait-runner --- 20:48:33:077 [INFO] Tests are skipped. 20:48:33:077 [INFO] 20:48:33:077 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ junit-trait-runner --- 20:48:33:079 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.3.0-SNAPSHOT.jar 20:48:33:082 [INFO] 20:48:33:082 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ junit-trait-runner --- 20:48:33:084 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.3.0-SNAPSHOT-sources.jar 20:48:33:087 [INFO] 20:48:33:087 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ junit-trait-runner --- 20:48:33:090 [INFO] No dependency problems found 20:48:33:090 [INFO] 20:48:33:090 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ junit-trait-runner --- 20:48:33:091 [INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/10.3.0-SNAPSHOT/junit-trait-runner-10.3.0-SNAPSHOT.jar 20:48:33:092 [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.3.0-SNAPSHOT/junit-trait-runner-10.3.0-SNAPSHOT.pom 20:48:33:095 [INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/10.3.0-SNAPSHOT/junit-trait-runner-10.3.0-SNAPSHOT-sources.jar 20:48:33:097 [INFO] 20:48:33:097 [INFO] --------------< org.eclipse.collections:unit-tests-java8 >-------------- 20:48:33:097 [INFO] Building Eclipse Collections Java 8 Unit Test Suite 10.3.0-SNAPSHOT [12/18] 20:48:33:097 [INFO] --------------------------------[ jar ]--------------------------------- 20:48:33:181 [INFO] 20:48:33:181 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests-java8 --- 20:48:33:181 [INFO] 20:48:33:181 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests-java8 --- 20:48:33:185 [INFO] 20:48:33:185 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ unit-tests-java8 --- 20:48:33:185 [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:48:33:186 [INFO] 20:48:33:186 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests-java8 --- 20:48:33:186 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:48:33:186 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/main/resources 20:48:33:187 [INFO] 20:48:33:187 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests-java8 --- 20:48:33:187 [INFO] No sources to compile 20:48:33:188 [INFO] 20:48:33:188 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests-java8 --- 20:48:33:188 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:48:33:188 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/test/resources 20:48:33:189 [INFO] 20:48:33:189 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests-java8 --- 20:48:33:202 [INFO] Changes detected - recompiling the module! 20:48:33:203 [INFO] Compiling 169 source files to /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/test-classes 20:48:40:151 [INFO] 20:48:40:151 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests-java8 --- 20:48:40:153 [INFO] Tests are skipped. 20:48:40:153 [INFO] 20:48:40:153 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests-java8 --- 20:48:40:154 [WARNING] JAR will be empty - no content was marked for inclusion! 20:48:40:155 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-10.3.0-SNAPSHOT.jar 20:48:40:158 [INFO] 20:48:40:158 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests-java8 --- 20:48:40:158 [INFO] No sources in project. Archive not created. 20:48:40:158 [INFO] 20:48:40:158 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests-java8 --- 20:48:40:179 [INFO] No dependency problems found 20:48:40:179 [INFO] 20:48:40:179 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests-java8 --- 20:48:40:180 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests-java8/10.3.0-SNAPSHOT/unit-tests-java8-10.3.0-SNAPSHOT.jar 20:48:40:184 [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.3.0-SNAPSHOT/unit-tests-java8-10.3.0-SNAPSHOT.pom 20:48:40:185 [INFO] 20:48:40:185 [INFO] ---------------< org.eclipse.collections:test-coverage >---------------- 20:48:40:185 [INFO] Building Eclipse Collections Test Coverage Aggregation 10.3.0-SNAPSHOT [13/18] 20:48:40:185 [INFO] --------------------------------[ pom ]--------------------------------- 20:48:40:187 [INFO] 20:48:40:187 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ test-coverage --- 20:48:40:188 [INFO] 20:48:40:188 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ test-coverage --- 20:48:40:190 [INFO] 20:48:40:191 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ test-coverage --- 20:48:40: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/test-coverage/target/jacoco.exec 20:48:40:192 [INFO] 20:48:40:192 [INFO] --- jacoco-maven-plugin:0.8.5:report-aggregate (default-report) @ test-coverage --- 20:48:40:760 [INFO] Analyzed bundle 'eclipse-collections-api' with 356 classes 20:48:42:653 [INFO] Analyzed bundle 'eclipse-collections' with 3658 classes 20:48:46:169 [INFO] Analyzed bundle 'eclipse-collections-testutils' with 2 classes 20:48:46:182 [INFO] 20:48:46:182 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ test-coverage --- 20:48:46:183 [INFO] Skipping pom project 20:48:46:183 [INFO] 20:48:46:184 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ test-coverage --- 20:48:46:184 [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.3.0-SNAPSHOT/test-coverage-10.3.0-SNAPSHOT.pom 20:48:46:186 [INFO] 20:48:46:186 [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- 20:48:46:186 [INFO] Building Eclipse Collections p2 Repository Build 10.3.0-SNAPSHOT [14/18] 20:48:46:186 [INFO] --------------------------------[ pom ]--------------------------------- 20:48:46:195 [INFO] 20:48:46:195 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository --- 20:48:46:204 [INFO] 20:48:46:204 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository --- 20:48:46:238 [INFO] 20:48:46:238 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository --- 20:48:46:363 [INFO] Skipping pom project 20:48:46:363 [INFO] 20:48:46:363 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository --- 20:48:46:379 [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.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT.pom 20:48:46:381 [INFO] 20:48:46:381 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >----------- 20:48:46:381 [INFO] Building Eclipse Collections OSGi Bundle 10.3.0-SNAPSHOT [15/18] 20:48:46:382 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 20:48:47:004 [INFO] 20:48:47:004 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections --- 20:48:47:004 [INFO] 20:48:47:004 [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections --- 20:48:49:565 [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:48:49:566 [WARNING] Fallback to default timestamp provider 20:48:49:569 [INFO] The project's OSGi version is 10.3.0.v20200715-2044 20:48:49:569 [INFO] 20:48:49:569 [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.collections --- 20:48:49:570 [INFO] 20:48:49:570 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections --- 20:48:49:573 [INFO] 20:48:49:573 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections --- 20:48:49:605 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:48:49:607 [INFO] Copying 2 resources 20:48:49:611 [INFO] 20:48:49:611 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections --- 20:48:49:634 [INFO] No sources to compile 20:48:49:634 [INFO] 20:48:49:634 [INFO] --- ebr-maven-plugin:1.0.0:bundle (default-bundle) @ org.eclipse.collections --- 20:48:49:641 [INFO] Gathering dependencies 20:48:49:645 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:10.3.0-SNAPSHOT:jar 20:48:49:650 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:10.3.0-SNAPSHOT:jar 20:48:49:650 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.3.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:48:50:670 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.3.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:48:50:906 [INFO] Merging collected dependencies 20:48:50:909 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:48:50:985 [INFO] Copying 5283 resources 20:48:52:050 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0-SNAPSHOT.jar 20:48:56:056 [INFO] Gathering sources 20:48:56:057 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:10.3.0-SNAPSHOT:jar 20:48:56:058 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:10.3.0-SNAPSHOT:jar 20:48:56:058 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.3.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:48:56:695 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.3.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:48:57:120 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:48:57:121 [INFO] Copying 2 resources 20:48:57:121 [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.3.0-SNAPSHOT-sources.jar 20:49:00:977 [INFO] Assembling p2 repository 20:49:01:720 [INFO] 20:49:01:720 [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections --- 20:49:01:722 [INFO] 20:49:01:722 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections --- 20:49:02:574 [INFO] No dependency problems found 20:49:02:574 [INFO] 20:49:02:575 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections --- 20:49:02:576 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0-SNAPSHOT/org.eclipse.collections-10.3.0-SNAPSHOT.jar 20:49:02:585 [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.3.0-SNAPSHOT/org.eclipse.collections-10.3.0-SNAPSHOT.pom 20:49:02:586 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0-SNAPSHOT/org.eclipse.collections-10.3.0-SNAPSHOT-sources.jar 20:49:02:596 [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.3.0-SNAPSHOT/org.eclipse.collections-10.3.0-SNAPSHOT-p2metadata.xml 20:49:02:598 [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.3.0-SNAPSHOT/org.eclipse.collections-10.3.0-SNAPSHOT-p2artifacts.xml 20:49:02:599 [INFO] 20:49:02:599 [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.collections --- 20:49:02:601 [INFO] 20:49:02:601 [INFO] --------------< org.eclipse.collections:scala-unit-tests >-------------- 20:49:02:601 [INFO] Building Eclipse Collections Scala Unit Test Suite 10.3.0-SNAPSHOT [16/18] 20:49:02:601 [INFO] --------------------------------[ jar ]--------------------------------- 20:49:03:035 [INFO] 20:49:03:035 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scala-unit-tests --- 20:49:03:036 [INFO] 20:49:03:036 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ scala-unit-tests --- 20:49:03:039 [INFO] 20:49:03:039 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scala-unit-tests --- 20:49:03:039 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:49:03:039 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/scala-unit-tests/src/main/resources 20:49:03:040 [INFO] 20:49:03:040 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ scala-unit-tests --- 20:49:03:040 [INFO] No sources to compile 20:49:03:040 [INFO] 20:49:03:040 [INFO] --- scala-maven-plugin:4.3.1:compile (default) @ scala-unit-tests --- 20:49:07:138 [INFO] compile in 0.0 s 20:49:07:138 [INFO] No sources to compile 20:49:07:138 [INFO] 20:49:07:138 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scala-unit-tests --- 20:49:07:139 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:49:07:139 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/scala-unit-tests/src/test/resources 20:49:07:139 [INFO] 20:49:07:139 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ scala-unit-tests --- 20:49:07:140 [INFO] No sources to compile 20:49:07:140 [INFO] 20:49:07:140 [INFO] --- scala-maven-plugin:4.3.1:testCompile (default) @ scala-unit-tests --- 20:49:08:670 [INFO] Using incremental compilation using Mixed compile order 20:49:08:806 [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.12-1.3.2-bin_2.12.6__52.0-1.3.2_20200115T025827.jar 20:49:08:806 [INFO] Compiler bridge file is not installed yet warning: there were three deprecation warnings (since 2.12.0); re-run with -deprecation for details warning: there were three feature warnings; re-run with -feature for details two warnings found 20:49:16:012 [INFO] Compiler bridge installed 20:49:16:326 [INFO] Compiling 42 Scala sources to /home/jenkins/agent/workspace/new-version/scala-unit-tests/target/test-classes ... 20:49:19:956 [WARNING] [Warn] : there were 11 deprecation warnings; re-run with -deprecation for details 20:49:19:956 [WARNING] [Warn] : there were 15 feature warnings; re-run with -feature for details 20:49:19:959 [WARNING] two warnings found 20:49:19:997 [INFO] Done compiling. 20:49:20:357 [INFO] compile in 13.2 s 20:49:20:357 [INFO] 20:49:20:357 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ scala-unit-tests --- 20:49:20:359 [INFO] Tests are skipped. 20:49:20:359 [INFO] 20:49:20:359 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ scala-unit-tests --- 20:49:20:360 [WARNING] JAR will be empty - no content was marked for inclusion! 20:49:20:361 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/scala-unit-tests/target/scala-unit-tests-10.3.0-SNAPSHOT.jar 20:49:20:364 [INFO] 20:49:20:364 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ scala-unit-tests --- 20:49:20:365 [INFO] No sources in project. Archive not created. 20:49:20:365 [INFO] 20:49:20:365 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ scala-unit-tests --- 20:49:20:380 [INFO] No dependency problems found 20:49:20:381 [INFO] 20:49:20:381 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scala-unit-tests --- 20:49:20:382 [INFO] Installing /home/jenkins/agent/workspace/new-version/scala-unit-tests/target/scala-unit-tests-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/scala-unit-tests/10.3.0-SNAPSHOT/scala-unit-tests-10.3.0-SNAPSHOT.jar 20:49:20:387 [INFO] Installing /home/jenkins/agent/workspace/new-version/scala-unit-tests/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/scala-unit-tests/10.3.0-SNAPSHOT/scala-unit-tests-10.3.0-SNAPSHOT.pom 20:49:20:388 [INFO] 20:49:20:389 [INFO] --------------< org.eclipse.collections:jmh-scala-tests >--------------- 20:49:20:389 [INFO] Building Eclipse Collections JMH Scala Test Suite 10.3.0-SNAPSHOT [17/18] 20:49:20:389 [INFO] --------------------------------[ jar ]--------------------------------- 20:49:20:391 [INFO] 20:49:20:391 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jmh-scala-tests --- 20:49:20:391 [INFO] 20:49:20:391 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jmh-scala-tests --- 20:49:20:397 [INFO] 20:49:20:398 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jmh-scala-tests --- 20:49:20:398 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:49:20:398 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-scala-tests/src/main/resources 20:49:20:398 [INFO] 20:49:20:399 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jmh-scala-tests --- 20:49:20:399 [INFO] No sources to compile 20:49:20:400 [INFO] 20:49:20:400 [INFO] --- scala-maven-plugin:4.3.1:compile (default) @ jmh-scala-tests --- 20:49:20:404 [INFO] Using incremental compilation using Mixed compile order 20:49:20:404 [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.12-1.3.2-bin_2.12.6__52.0-1.3.2_20200115T025827.jar 20:49:20:411 [INFO] Compiling 12 Scala sources to /home/jenkins/agent/workspace/new-version/jmh-scala-tests/target/classes ... 20:49:25:097 [INFO] Done compiling. 20:49:25:119 [INFO] compile in 4.7 s 20:49:25:120 [INFO] 20:49:25:120 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jmh-scala-tests --- 20:49:25:121 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:49:25:121 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-scala-tests/src/test/resources 20:49:25:121 [INFO] 20:49:25:121 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jmh-scala-tests --- 20:49:25:122 [INFO] No sources to compile 20:49:25:122 [INFO] 20:49:25:122 [INFO] --- scala-maven-plugin:4.3.1:testCompile (default) @ jmh-scala-tests --- 20:49:25:124 [INFO] compile in 0.0 s 20:49:25:124 [INFO] No sources to compile 20:49:25:124 [INFO] 20:49:25:124 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jmh-scala-tests --- 20:49:25:125 [INFO] Tests are skipped. 20:49:25:126 [INFO] 20:49:25:126 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jmh-scala-tests --- 20:49:25:130 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-scala-tests/target/jmh-scala-tests-10.3.0-SNAPSHOT.jar 20:49:25:135 [INFO] 20:49:25:135 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jmh-scala-tests --- 20:49:25:139 [INFO] No dependency problems found 20:49:25:140 [INFO] 20:49:25:140 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jmh-scala-tests --- 20:49:25:141 [INFO] Installing /home/jenkins/agent/workspace/new-version/jmh-scala-tests/target/jmh-scala-tests-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jmh-scala-tests/10.3.0-SNAPSHOT/jmh-scala-tests-10.3.0-SNAPSHOT.jar 20:49:25:146 [INFO] Installing /home/jenkins/agent/workspace/new-version/jmh-scala-tests/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jmh-scala-tests/10.3.0-SNAPSHOT/jmh-scala-tests-10.3.0-SNAPSHOT.pom 20:49:25:165 [INFO] 20:49:25:165 [INFO] -----------------< org.eclipse.collections:jmh-tests >------------------ 20:49:25:165 [INFO] Building Eclipse Collections JMH Test Suite 10.3.0-SNAPSHOT [18/18] 20:49:25:166 [INFO] --------------------------------[ jar ]--------------------------------- 20:49:26:451 [INFO] 20:49:26:451 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jmh-tests --- 20:49:26:453 [INFO] 20:49:26:453 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jmh-tests --- 20:49:26:479 [INFO] 20:49:26:479 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jmh-tests --- 20:49:26:480 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:49:26:480 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-tests/src/main/resources 20:49:26:480 [INFO] 20:49:26:480 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jmh-tests --- 20:49:26:569 [INFO] Changes detected - recompiling the module! 20:49:26:570 [INFO] Compiling 65 source files to /home/jenkins/agent/workspace/new-version/jmh-tests/target/classes 20:49:33:542 [INFO] 20:49:33:542 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jmh-tests --- 20:49:33:543 [INFO] Using 'UTF-8' encoding to copy filtered resources. 20:49:33:543 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-tests/src/test/resources 20:49:33:543 [INFO] 20:49:33:543 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jmh-tests --- 20:49:33:545 [INFO] No sources to compile 20:49:33:545 [INFO] 20:49:33:545 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jmh-tests --- 20:49:33:546 [INFO] Tests are skipped. 20:49:33:546 [INFO] 20:49:33:546 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jmh-tests --- 20:49:33:593 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.3.0-SNAPSHOT.jar 20:49:33:809 [INFO] 20:49:33:809 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jmh-tests --- 20:49:33:810 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.3.0-SNAPSHOT in the shaded jar. 20:49:33:810 [INFO] Including org.eclipse.collections:eclipse-collections:jar:10.3.0-SNAPSHOT in the shaded jar. 20:49:33:811 [INFO] Including org.eclipse.collections:eclipse-collections-forkjoin:jar:10.3.0-SNAPSHOT in the shaded jar. 20:49:33:811 [INFO] Including org.eclipse.collections:eclipse-collections-testutils:jar:10.3.0-SNAPSHOT in the shaded jar. 20:49:33:811 [INFO] Including org.eclipse.collections:jmh-scala-tests:jar:10.3.0-SNAPSHOT in the shaded jar. 20:49:33:811 [INFO] Including org.scala-lang:scala-library:jar:2.12.6 in the shaded jar. 20:49:33:811 [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar. 20:49:33:812 [INFO] Including com.google.guava:guava:jar:28.2-jre in the shaded jar. 20:49:33:812 [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar. 20:49:33:812 [INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar. 20:49:33:812 [INFO] Including com.google.code.findbugs:jsr305:jar:3.0.2 in the shaded jar. 20:49:33:812 [INFO] Including org.checkerframework:checker-qual:jar:2.10.0 in the shaded jar. 20:49:33:812 [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.3.4 in the shaded jar. 20:49:33:812 [INFO] Including com.google.j2objc:j2objc-annotations:jar:1.3 in the shaded jar. 20:49:33:813 [INFO] Including junit:junit:jar:4.12 in the shaded jar. 20:49:33:813 [INFO] Including org.hamcrest:hamcrest-core:jar:1.3 in the shaded jar. 20:49:33:813 [INFO] Including org.openjdk.jmh:jmh-core:jar:1.23 in the shaded jar. 20:49:33:813 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar. 20:49:33:813 [INFO] Including org.apache.commons:commons-math3:jar:3.2 in the shaded jar. 20:49:33:813 [INFO] Including com.carrotsearch:hppc:jar:0.8.1 in the shaded jar. 20:49:33:813 [INFO] Including net.openhft:koloboke-api-jdk8:jar:0.6.8 in the shaded jar. 20:49:33:813 [INFO] Including net.openhft:koloboke-impl-jdk8:jar:0.6.8 in the shaded jar. 20:49:33:814 [INFO] Including net.sf.trove4j:trove4j:jar:3.0.3 in the shaded jar. 20:49:37:394 [WARNING] commons-lang-2.6.jar, commons-math3-3.2.jar define 2 overlapping resources: 20:49:37:394 [WARNING] - META-INF/LICENSE.txt 20:49:37:394 [WARNING] - META-INF/NOTICE.txt 20:49:37:395 [WARNING] checker-qual-2.10.0.jar, commons-lang-2.6.jar, commons-math3-3.2.jar, eclipse-collections-10.3.0-SNAPSHOT.jar, eclipse-collections-api-10.3.0-SNAPSHOT.jar, eclipse-collections-forkjoin-10.3.0-SNAPSHOT.jar, eclipse-collections-testutils-10.3.0-SNAPSHOT.jar, error_prone_annotations-2.3.4.jar, failureaccess-1.0.1.jar, guava-28.2-jre.jar, hamcrest-core-1.3.jar, hppc-0.8.1.jar, j2objc-annotations-1.3.jar, jmh-core-1.23.jar, jmh-scala-tests-10.3.0-SNAPSHOT.jar, jmh-tests-10.3.0-SNAPSHOT.jar, jopt-simple-4.6.jar, jsr305-3.0.2.jar, junit-4.12.jar, koloboke-api-jdk8-0.6.8.jar, koloboke-impl-jdk8-0.6.8.jar, listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, scala-library-2.12.6.jar, trove4j-3.0.3.jar define 1 overlapping resources: 20:49:37:395 [WARNING] - META-INF/MANIFEST.MF 20:49:37:395 [WARNING] eclipse-collections-10.3.0-SNAPSHOT.jar, eclipse-collections-api-10.3.0-SNAPSHOT.jar, eclipse-collections-forkjoin-10.3.0-SNAPSHOT.jar, eclipse-collections-testutils-10.3.0-SNAPSHOT.jar define 3 overlapping resources: 20:49:37:396 [WARNING] - LICENSE-EDL-1.0.txt 20:49:37:396 [WARNING] - LICENSE-EPL-1.0.txt 20:49:37:396 [WARNING] - about.html 20:49:37:396 [WARNING] maven-shade-plugin has detected that some class files are 20:49:37:396 [WARNING] present in two or more JARs. When this happens, only one 20:49:37:396 [WARNING] single version of the class is copied to the uber jar. 20:49:37:396 [WARNING] Usually this is not harmful and you can skip these warnings, 20:49:37:396 [WARNING] otherwise try to manually exclude artifacts based on 20:49:37:396 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 20:49:37:396 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ 20:49:37:408 [INFO] Replacing /home/jenkins/agent/workspace/new-version/jmh-tests/target/microbenchmarks.jar with /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.3.0-SNAPSHOT-shaded.jar 20:49:37:409 [INFO] 20:49:37:409 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jmh-tests --- 20:49:37:417 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.3.0-SNAPSHOT-sources.jar 20:49:37:601 [INFO] 20:49:37:601 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jmh-tests --- 20:49:37:743 [INFO] No dependency problems found 20:49:37:743 [INFO] 20:49:37:743 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jmh-tests --- 20:49:37:745 [INFO] Installing /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jmh-tests/10.3.0-SNAPSHOT/jmh-tests-10.3.0-SNAPSHOT.jar 20:49:37:748 [INFO] Installing /home/jenkins/agent/workspace/new-version/jmh-tests/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jmh-tests/10.3.0-SNAPSHOT/jmh-tests-10.3.0-SNAPSHOT.pom 20:49:37:749 [INFO] Installing /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jmh-tests/10.3.0-SNAPSHOT/jmh-tests-10.3.0-SNAPSHOT-sources.jar 20:49:37:751 [INFO] ------------------------------------------------------------------------ 20:49:37:751 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.3.0-SNAPSHOT: 20:49:37:751 [INFO] 20:49:37:752 [INFO] Eclipse Collections Parent Project ................. SUCCESS [ 5.787 s] 20:49:37:752 [INFO] Eclipse Collections Code Generator ................. SUCCESS [ 4.373 s] 20:49:37:752 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [ 4.492 s] 20:49:37:752 [INFO] Eclipse Collections API ............................ SUCCESS [ 8.593 s] 20:49:37:752 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 32.157 s] 20:49:37:752 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [ 4.721 s] 20:49:37:752 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [ 1.785 s] 20:49:37:753 [INFO] Eclipse Collections Unit Test Suite ................ SUCCESS [02:53 min] 20:49:37:753 [INFO] Eclipse Collections Serialization Test Suite ....... SUCCESS [ 3.295 s] 20:49:37:753 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [ 2.663 s] 20:49:37:753 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SUCCESS [ 0.488 s] 20:49:37:753 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SUCCESS [ 7.088 s] 20:49:37:753 [INFO] Eclipse Collections Test Coverage Aggregation ...... SUCCESS [ 6.001 s] 20:49:37:753 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [ 0.195 s] 20:49:37:754 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 16.220 s] 20:49:37:754 [INFO] Eclipse Collections Scala Unit Test Suite .......... SUCCESS [ 17.787 s] 20:49:37:754 [INFO] Eclipse Collections JMH Scala Test Suite ........... SUCCESS [ 4.777 s] 20:49:37:754 [INFO] Eclipse Collections JMH Test Suite ................. SUCCESS [ 12.586 s] 20:49:37:754 [INFO] ------------------------------------------------------------------------ 20:49:37:754 [INFO] BUILD SUCCESS 20:49:37:754 [INFO] ------------------------------------------------------------------------ 20:49:37:754 [INFO] Total time: 05:07 min 20:49:37:754 [INFO] Finished at: 2020-07-15T20:49:37Z 20:49:37:754 [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.3.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: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" 20:49:40:127 [INFO] Error stacktraces are turned on. 20:49:40:321 [INFO] Scanning for projects... 20:49:55:542 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml 20:49:55:673 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ 20:49:55:675 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ 20:49:55:776 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 20:49:55:863 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) 20:49:55:863 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) 20:49:56:075 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) 20:49:56:076 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) 20:49:56:295 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) 20:49:56:296 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) 20:49:56:411 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ 20:49:56:412 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ 20:49:56:581 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ 20:49:56:695 [INFO] Adding repository file:/home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/repository 20:49:56:712 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml 20:49:58:110 [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:49:58:111 [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:49:58:220 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml 20:49:58:234 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml 20:49:58:239 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml 20:49:58:251 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml 20:49:58:251 [INFO] ------------------------------------------------------------------------ 20:49:58:251 [INFO] Reactor Build Order: 20:49:58:251 [INFO] 20:49:58:252 [INFO] Eclipse Collections p2 Repository with Feature Build [pom] 20:49:58:253 [INFO] org.eclipse.collections.feature [eclipse-feature] 20:49:58:253 [INFO] p2-repository [eclipse-repository] 20:49:59:207 [INFO] 20:49:59:208 [INFO] -----------------< org.eclipse.collections:p2-feature >----------------- 20:49:59:208 [INFO] Building Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT [1/3] 20:49:59:208 [INFO] --------------------------------[ pom ]--------------------------------- 20:49:59:211 [INFO] 20:49:59:211 [INFO] --- tycho-versions-plugin:1.7.0:set-version (default-cli) @ p2-feature --- 20:50:01:911 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature 20:50:01:911 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature 20:50:01:911 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository 20:50:01:914 [INFO] ------------------------------------------------------------------------ 20:50:01:915 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT: 20:50:01:915 [INFO] 20:50:01:915 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [ 2.707 s] 20:50:01:916 [INFO] org.eclipse.collections.feature .................... SKIPPED 20:50:01:916 [INFO] p2-repository ...................................... SKIPPED 20:50:01:916 [INFO] ------------------------------------------------------------------------ 20:50:01:916 [INFO] BUILD SUCCESS 20:50:01:917 [INFO] ------------------------------------------------------------------------ 20:50:01:917 [INFO] Total time: 21.771 s 20:50:01:917 [INFO] Finished at: 2020-07-15T20:50:01Z 20:50:01:917 [INFO] ------------------------------------------------------------------------ [new-version] $ /bin/sh -xe /tmp/jenkins1684093558727777404.sh + git checkout origin/master M acceptance-tests/pom.xml HEAD is now at 30fbfcdc Release version 10.3.0.M3. 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.3.0-SNAPSHOT.' [detached HEAD e3e09f9c] Update version number to 10.3.0-SNAPSHOT. 20 files changed, 20 insertions(+), 20 deletions(-) using credential github-bot-ssh Pushing HEAD to branch master 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:master # timeout=10 Finished: SUCCESS