Started by user Nikhil Nanivadekar Running as Nikhil Nanivadekar Agent basic-bm9xt is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-bm9xt" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.collections.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-bm9xt" - 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-bm9xt" - 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-bm9xt 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 fff14f615a4e22a22963382a7b548362349e4356 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f fff14f615a4e22a22963382a7b548362349e4356 # timeout=10 Commit message: "Release version 10.3.0.M2." > git rev-list --no-walk a00b2c50d247808549f372933bcb428abf04df68 # 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" 13:34:25:780 [INFO] Error stacktraces are turned on. 13:34:26:000 [INFO] Scanning for projects... 13:35:10:044 [INFO] ------------------------------------------------------------------------ 13:35:10:044 [INFO] Reactor Build Order: 13:35:10:044 [INFO] 13:35:10:045 [INFO] Eclipse Collections Parent Project [pom] 13:35:10:046 [INFO] Eclipse Collections Code Generator [jar] 13:35:10:046 [INFO] Eclipse Collections Code Generator Maven Plugin [maven-plugin] 13:35:10:047 [INFO] Eclipse Collections API [jar] 13:35:10:047 [INFO] Eclipse Collections Main Library [jar] 13:35:10:047 [INFO] Eclipse Collections Test Utilities [jar] 13:35:10:048 [INFO] Eclipse Collections Fork Join Utilities [jar] 13:35:10:048 [INFO] Eclipse Collections Unit Test Suite [jar] 13:35:10:049 [INFO] Eclipse Collections Serialization Test Suite [jar] 13:35:10:049 [INFO] Eclipse Collections JCStress Test Suite [jar] 13:35:10:049 [INFO] Eclipse Collections Test Trait JUnit Runner [jar] 13:35:10:050 [INFO] Eclipse Collections Java 8 Unit Test Suite [jar] 13:35:10:050 [INFO] Eclipse Collections Test Coverage Aggregation [pom] 13:35:10:050 [INFO] Eclipse Collections p2 Repository Build [pom] 13:35:10:050 [INFO] Eclipse Collections OSGi Bundle [eclipse-bundle-recipe] 13:35:10:050 [INFO] Eclipse Collections Scala Unit Test Suite [jar] 13:35:10:050 [INFO] Eclipse Collections JMH Scala Test Suite [jar] 13:35:10:050 [INFO] Eclipse Collections JMH Test Suite [jar] 13:35:10:818 [INFO] 13:35:10:818 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >--------- 13:35:10:818 [INFO] Building Eclipse Collections Parent Project 10.3.0.M2 [1/18] 13:35:10:818 [INFO] --------------------------------[ pom ]--------------------------------- 13:35:10:821 [INFO] 13:35:10:821 [INFO] --- versions-maven-plugin:2.7:set (default-cli) @ eclipse-collections-parent --- 13:35:13:235 [INFO] Searching for local aggregator root... 13:35:13:236 [INFO] Local aggregation root: /home/jenkins/agent/workspace/new-version 13:35:13:239 [INFO] Processing change of org.eclipse.collections:eclipse-collections-parent:10.3.0.M2 -> 10.3.0-SNAPSHOT 13:35:13:298 [INFO] Processing org.eclipse.collections:eclipse-collections-parent 13:35:13:298 [INFO] Updating project org.eclipse.collections:eclipse-collections-parent 13:35:13:298 [INFO] from version 10.3.0.M2 to 10.3.0-SNAPSHOT 13:35:13:422 [INFO] 13:35:13:424 [INFO] Processing org.eclipse.collections:acceptance-tests 13:35:13:424 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:35:13:424 [INFO] from version 10.3.0.M2 to 10.3.0-SNAPSHOT 13:35:13:436 [INFO] 13:35:13:437 [INFO] Processing org.eclipse.collections:eclipse-collections-api 13:35:13:437 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:35:13:437 [INFO] from version 10.3.0.M2 to 10.3.0-SNAPSHOT 13:35:13:447 [INFO] 13:35:13:448 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator-maven-plugin 13:35:13:448 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:35:13:448 [INFO] from version 10.3.0.M2 to 10.3.0-SNAPSHOT 13:35:13:459 [INFO] 13:35:13:460 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator 13:35:13:460 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:35:13:460 [INFO] from version 10.3.0.M2 to 10.3.0-SNAPSHOT 13:35:13:467 [INFO] 13:35:13:468 [INFO] Processing org.eclipse.collections:eclipse-collections-forkjoin 13:35:13:468 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:35:13:494 [INFO] from version 10.3.0.M2 to 10.3.0-SNAPSHOT 13:35:13:502 [INFO] 13:35:13:503 [INFO] Processing org.eclipse.collections:eclipse-collections-testutils 13:35:13:503 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:35:13:503 [INFO] from version 10.3.0.M2 to 10.3.0-SNAPSHOT 13:35:13:511 [INFO] 13:35:13:512 [INFO] Processing org.eclipse.collections:eclipse-collections 13:35:13:512 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:35:13:512 [INFO] from version 10.3.0.M2 to 10.3.0-SNAPSHOT 13:35:13:521 [INFO] 13:35:13:522 [INFO] Processing org.eclipse.collections:jcstress-tests 13:35:13:522 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:35:13:522 [INFO] from version 10.3.0.M2 to 10.3.0-SNAPSHOT 13:35:13:528 [INFO] 13:35:13:529 [INFO] Processing org.eclipse.collections:jmh-scala-tests 13:35:13:529 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:35:13:529 [INFO] from version 10.3.0.M2 to 10.3.0-SNAPSHOT 13:35:13:535 [INFO] 13:35:13:536 [INFO] Processing org.eclipse.collections:jmh-tests 13:35:13:537 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:35:13:537 [INFO] from version 10.3.0.M2 to 10.3.0-SNAPSHOT 13:35:13:548 [INFO] 13:35:13:549 [INFO] Processing org.eclipse.collections:junit-trait-runner 13:35:13:549 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:35:13:549 [INFO] from version 10.3.0.M2 to 10.3.0-SNAPSHOT 13:35:13:552 [INFO] 13:35:13:554 [INFO] Processing org.eclipse.collections:p2-repository 13:35:13:554 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:35:13:554 [INFO] from version 10.3.0.M2 to 10.3.0-SNAPSHOT 13:35:13:598 [INFO] 13:35:13:599 [INFO] Processing org.eclipse.collections:performance-tests 13:35:13:599 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:35:13:599 [INFO] from version 10.3.0.M2 to 10.3.0-SNAPSHOT 13:35:13:606 [INFO] 13:35:13:607 [INFO] Processing org.eclipse.collections:scala-unit-tests 13:35:13:607 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:35:13:607 [INFO] from version 10.3.0.M2 to 10.3.0-SNAPSHOT 13:35:13:616 [INFO] 13:35:13:617 [INFO] Processing org.eclipse.collections:serialization-tests 13:35:13:617 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:35:13:617 [INFO] from version 10.3.0.M2 to 10.3.0-SNAPSHOT 13:35:13:622 [INFO] 13:35:13:623 [INFO] Processing org.eclipse.collections:test-coverage 13:35:13:623 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:35:13:623 [INFO] from version 10.3.0.M2 to 10.3.0-SNAPSHOT 13:35:13:642 [INFO] 13:35:13:643 [INFO] Processing org.eclipse.collections:unit-tests-java8 13:35:13:643 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:35:13:643 [INFO] from version 10.3.0.M2 to 10.3.0-SNAPSHOT 13:35:13:649 [INFO] 13:35:13:650 [INFO] Processing org.eclipse.collections:unit-tests 13:35:13:650 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 13:35:13:650 [INFO] from version 10.3.0.M2 to 10.3.0-SNAPSHOT 13:35:13:657 [INFO] 13:35:13:659 [INFO] Processing org.eclipse.collections:org.eclipse.collections 13:35:13:659 [INFO] Updating parent org.eclipse.collections:p2-repository 13:35:13:660 [INFO] from version 10.3.0.M2 to 10.3.0-SNAPSHOT 13:35:13:661 [INFO] 13:35:13:661 [INFO] ------------------------------------------------------------------------ 13:35:13:661 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.3.0.M2: 13:35:13:661 [INFO] 13:35:13:662 [INFO] Eclipse Collections Parent Project ................. SUCCESS [ 2.844 s] 13:35:13:662 [INFO] Eclipse Collections Code Generator ................. SKIPPED 13:35:13:662 [INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED 13:35:13:662 [INFO] Eclipse Collections API ............................ SKIPPED 13:35:13:662 [INFO] Eclipse Collections Main Library ................... SKIPPED 13:35:13:662 [INFO] Eclipse Collections Test Utilities ................. SKIPPED 13:35:13:663 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED 13:35:13:663 [INFO] Eclipse Collections Unit Test Suite ................ SKIPPED 13:35:13:663 [INFO] Eclipse Collections Serialization Test Suite ....... SKIPPED 13:35:13:663 [INFO] Eclipse Collections JCStress Test Suite ............ SKIPPED 13:35:13:663 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SKIPPED 13:35:13:663 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SKIPPED 13:35:13:663 [INFO] Eclipse Collections Test Coverage Aggregation ...... SKIPPED 13:35:13:663 [INFO] Eclipse Collections p2 Repository Build ............ SKIPPED 13:35:13:664 [INFO] Eclipse Collections OSGi Bundle .................... SKIPPED 13:35:13:664 [INFO] Eclipse Collections Scala Unit Test Suite .......... SKIPPED 13:35:13:664 [INFO] Eclipse Collections JMH Scala Test Suite ........... SKIPPED 13:35:13:664 [INFO] Eclipse Collections JMH Test Suite ................. SKIPPED 13:35:13:664 [INFO] ------------------------------------------------------------------------ 13:35:13:664 [INFO] BUILD SUCCESS 13:35:13:664 [INFO] ------------------------------------------------------------------------ 13:35:13:665 [INFO] Total time: 47.864 s 13:35:13:665 [INFO] Finished at: 2020-07-15T13:35:13Z 13:35:13:665 [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" 13:35:14:377 [INFO] Error stacktraces are turned on. 13:35:14:566 [INFO] Scanning for projects... 13:35:15:567 [INFO] ------------------------------------------------------------------------ 13:35:15:568 [INFO] Reactor Build Order: 13:35:15:568 [INFO] 13:35:15:569 [INFO] Eclipse Collections Parent Project [pom] 13:35:15:569 [INFO] Eclipse Collections Code Generator [jar] 13:35:15:569 [INFO] Eclipse Collections Code Generator Maven Plugin [maven-plugin] 13:35:15:570 [INFO] Eclipse Collections API [jar] 13:35:15:570 [INFO] Eclipse Collections Main Library [jar] 13:35:15:570 [INFO] Eclipse Collections Test Utilities [jar] 13:35:15:570 [INFO] Eclipse Collections Fork Join Utilities [jar] 13:35:15:571 [INFO] Eclipse Collections Unit Test Suite [jar] 13:35:15:571 [INFO] Eclipse Collections Serialization Test Suite [jar] 13:35:15:571 [INFO] Eclipse Collections JCStress Test Suite [jar] 13:35:15:571 [INFO] Eclipse Collections Test Trait JUnit Runner [jar] 13:35:15:572 [INFO] Eclipse Collections Java 8 Unit Test Suite [jar] 13:35:15:572 [INFO] Eclipse Collections Test Coverage Aggregation [pom] 13:35:15:572 [INFO] Eclipse Collections p2 Repository Build [pom] 13:35:15:572 [INFO] Eclipse Collections OSGi Bundle [eclipse-bundle-recipe] 13:35:15:573 [INFO] Eclipse Collections Scala Unit Test Suite [jar] 13:35:15:573 [INFO] Eclipse Collections JMH Scala Test Suite [jar] 13:35:15:573 [INFO] Eclipse Collections JMH Test Suite [jar] 13:35:15:596 [INFO] 13:35:15:596 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >--------- 13:35:15:596 [INFO] Building Eclipse Collections Parent Project 10.3.0-SNAPSHOT [1/18] 13:35:15:596 [INFO] --------------------------------[ pom ]--------------------------------- 13:35:16:329 [INFO] 13:35:16:329 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent --- 13:35:16:366 [INFO] 13:35:16:366 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent --- 13:35:16:646 [INFO] 13:35:16:646 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent --- 13:35:18:316 [INFO] Skipping pom project 13:35:18:316 [INFO] 13:35:18:316 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent --- 13:35:18:406 [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 13:35:18:410 [INFO] 13:35:18:410 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >----- 13:35:18:410 [INFO] Building Eclipse Collections Code Generator 10.3.0-SNAPSHOT [2/18] 13:35:18:411 [INFO] --------------------------------[ jar ]--------------------------------- 13:35:18:921 [INFO] 13:35:18:921 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator --- 13:35:18:922 [INFO] 13:35:18:922 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator --- 13:35:18:932 [INFO] 13:35:18:932 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator --- 13:35:19:047 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:19:058 [INFO] Copying 355 resources 13:35:19:163 [INFO] 13:35:19:163 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator --- 13:35:19:618 [INFO] Changes detected - recompiling the module! 13:35:19:625 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/classes 13:35:20:361 [INFO] 13:35:20:361 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator --- 13:35:20:362 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:20:362 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/src/test/resources 13:35:20:363 [INFO] 13:35:20:363 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator --- 13:35:20:370 [INFO] Changes detected - recompiling the module! 13:35:20:371 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/test-classes 13:35:20:760 [INFO] 13:35:20:760 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator --- 13:35:21:063 [INFO] Tests are skipped. 13:35:21:063 [INFO] 13:35:21:063 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator --- 13:35:21:366 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0-SNAPSHOT.jar 13:35:21:432 [INFO] 13:35:21:432 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator --- 13:35:21:530 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0-SNAPSHOT-sources.jar 13:35:21:623 [INFO] 13:35:21:623 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator --- 13:35:21:643 [INFO] No dependency problems found 13:35:21:644 [INFO] 13:35:21:644 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator --- 13:35:21:646 [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 13:35:21:648 [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 13:35:21:650 [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 13:35:21:653 [INFO] 13:35:21:654 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >-- 13:35:21:654 [INFO] Building Eclipse Collections Code Generator Maven Plugin 10.3.0-SNAPSHOT [3/18] 13:35:21:654 [INFO] ----------------------------[ maven-plugin ]---------------------------- 13:35:22:004 [INFO] 13:35:22:004 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin --- 13:35:22:005 [INFO] 13:35:22:005 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin --- 13:35:22:028 [INFO] 13:35:22:028 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin --- 13:35:22:029 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:22:029 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/main/resources 13:35:22:029 [INFO] 13:35:22:029 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin --- 13:35:22:031 [INFO] Changes detected - recompiling the module! 13:35:22:032 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/classes 13:35:22:361 [INFO] 13:35:22:361 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin --- 13:35:23:793 [INFO] Using 'UTF-8' encoding to read mojo source files. 13:35:23:851 [INFO] java-javadoc mojo extractor found 1 mojo descriptor. 13:35:23:938 [INFO] java-annotations mojo extractor found 0 mojo descriptor. 13:35:24:020 [INFO] 13:35:24:021 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin --- 13:35:24:022 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:24:022 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/test/resources 13:35:24:022 [INFO] 13:35:24:022 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin --- 13:35:24:023 [INFO] No sources to compile 13:35:24:024 [INFO] 13:35:24:024 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin --- 13:35:24:027 [INFO] Tests are skipped. 13:35:24:027 [INFO] 13:35:24:027 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin --- 13:35:24:031 [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 13:35:24:040 [INFO] 13:35:24:040 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin --- 13:35:24:042 [INFO] 13:35:24:042 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin --- 13:35:24:045 [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 13:35:24:060 [INFO] 13:35:24:060 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin --- 13:35:24:063 [INFO] No dependency problems found 13:35:24:063 [INFO] 13:35:24:064 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin --- 13:35:24:065 [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 13:35:24:069 [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 13:35:24:107 [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 13:35:24:133 [INFO] 13:35:24:134 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >----------- 13:35:24:134 [INFO] Building Eclipse Collections API 10.3.0-SNAPSHOT [4/18] 13:35:24:134 [INFO] --------------------------------[ jar ]--------------------------------- 13:35:24:203 [INFO] 13:35:24:203 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api --- 13:35:24:203 [INFO] 13:35:24:203 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api --- 13:35:24:206 [INFO] 13:35:24:206 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0-SNAPSHOT:generate (default) @ eclipse-collections-api --- 13:35:24:212 [INFO] Generating sources to eclipse-collections-api 13:35:24:964 [INFO] Generated 1171 files 13:35:24:964 [INFO] 13:35:24:964 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api --- 13:35:24:966 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:24:966 [INFO] Copying 3 resources 13:35:24:967 [INFO] 13:35:24:967 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api --- 13:35:25:104 [INFO] Changes detected - recompiling the module! 13:35:25:105 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/classes 13:35:28:541 [INFO] 13:35:28:541 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api --- 13:35:29:519 [WARNING] Cannot consider developer in line '76' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 13:35:29:519 [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. 13:35:29:519 [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. 13:35:29:520 [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. 13:35:29:520 [WARNING] Cannot consider developer in line '96' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 13:35:30:101 [INFO] 13:35:30:101 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api --- 13:35:30:102 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:30:102 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-api/src/test/resources 13:35:30:102 [INFO] 13:35:30:102 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api --- 13:35:30:103 [INFO] No sources to compile 13:35:30:103 [INFO] 13:35:30:104 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api --- 13:35:30:105 [INFO] Tests are skipped. 13:35:30:105 [INFO] 13:35:30:105 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api --- 13:35:30:203 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.3.0-SNAPSHOT.jar 13:35:30:330 [INFO] 13:35:30:330 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api --- 13:35:30:356 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.3.0-SNAPSHOT-sources.jar 13:35:30:643 [INFO] 13:35:30:643 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api --- 13:35:30:809 [INFO] No dependency problems found 13:35:30:810 [INFO] 13:35:30:810 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api --- 13:35:30:811 [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 13:35:30:813 [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 13:35:30:814 [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 13:35:30:817 [INFO] 13:35:30:817 [INFO] ------------< org.eclipse.collections:eclipse-collections >------------- 13:35:30:817 [INFO] Building Eclipse Collections Main Library 10.3.0-SNAPSHOT [5/18] 13:35:30:817 [INFO] --------------------------------[ jar ]--------------------------------- 13:35:30:819 [INFO] 13:35:30:819 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections --- 13:35:30:820 [INFO] 13:35:30:820 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections --- 13:35:30:822 [INFO] 13:35:30:822 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0-SNAPSHOT:generate (default) @ eclipse-collections --- 13:35:30:822 [INFO] Generating sources to eclipse-collections 13:35:33:681 [INFO] Generated 1438 files 13:35:33:681 [INFO] 13:35:33:681 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections --- 13:35:33:682 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:33:682 [INFO] Copying 24 resources 13:35:33:687 [INFO] 13:35:33:687 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections --- 13:35:33:845 [INFO] Changes detected - recompiling the module! 13:35:33:846 [INFO] Compiling 2093 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/classes 13:35:58:305 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[54,15] Unsafe is internal proprietary API and may be removed in a future release 13:35:58:305 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[79,25] Unsafe is internal proprietary API and may be removed in a future release 13:35:58:305 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2281,19] Unsafe is internal proprietary API and may be removed in a future release 13:35:58:306 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2285,19] Unsafe is internal proprietary API and may be removed in a future release 13:35:58:306 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2291,83] Unsafe is internal proprietary API and may be removed in a future release 13:35:58:306 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2293,27] Unsafe is internal proprietary API and may be removed in a future release 13:35:58:306 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2295,34] Unsafe is internal proprietary API and may be removed in a future release 13:35:58:307 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2297,32] Unsafe is internal proprietary API and may be removed in a future release 13:35:58:307 [INFO] 13:35:58:307 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections --- 13:35:58:372 [WARNING] Cannot consider developer in line '76' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 13:35:58:372 [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. 13:35:58:372 [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. 13:35:58:372 [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. 13:35:58:373 [WARNING] Cannot consider developer in line '96' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 13:36:00:551 [INFO] 13:36:00:551 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections --- 13:36:00:553 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:00:553 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections/src/test/resources 13:36:00:553 [INFO] 13:36:00:553 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections --- 13:36:00:554 [INFO] No sources to compile 13:36:00:554 [INFO] 13:36:00:554 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections --- 13:36:00:556 [INFO] Tests are skipped. 13:36:00:556 [INFO] 13:36:00:556 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections --- 13:36:00:779 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.3.0-SNAPSHOT.jar 13:36:01:333 [INFO] 13:36:01:333 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections --- 13:36:01:403 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.3.0-SNAPSHOT-sources.jar 13:36:01:858 [INFO] 13:36:01:858 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections --- 13:36:02:561 [INFO] No dependency problems found 13:36:02:561 [INFO] 13:36:02:561 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections --- 13:36:02:562 [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 13:36:02:571 [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 13:36:02:573 [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 13:36:02:577 [INFO] 13:36:02:581 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >-------- 13:36:02:581 [INFO] Building Eclipse Collections Test Utilities 10.3.0-SNAPSHOT [6/18] 13:36:02:581 [INFO] --------------------------------[ jar ]--------------------------------- 13:36:02:713 [INFO] 13:36:02:713 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils --- 13:36:02:714 [INFO] 13:36:02:714 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils --- 13:36:02:720 [INFO] 13:36:02:720 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-testutils --- 13:36:03:655 [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 13:36:03:656 [INFO] 13:36:03:656 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils --- 13:36:03:656 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:03:657 [INFO] Copying 3 resources 13:36:03:658 [INFO] 13:36:03:658 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils --- 13:36:03:660 [INFO] Changes detected - recompiling the module! 13:36:03:660 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/classes 13:36:04:566 [INFO] 13:36:04:566 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils --- 13:36:04:567 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:04:567 [INFO] Copying 1 resource 13:36:04:568 [INFO] 13:36:04:568 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils --- 13:36:04:569 [INFO] Changes detected - recompiling the module! 13:36:04:570 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/test-classes 13:36:06:100 [INFO] 13:36:06:100 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils --- 13:36:06:102 [INFO] Tests are skipped. 13:36:06:102 [INFO] 13:36:06:102 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils --- 13:36:06:105 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0-SNAPSHOT.jar 13:36:06:110 [INFO] 13:36:06:110 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils --- 13:36:06:113 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0-SNAPSHOT-sources.jar 13:36:06:117 [INFO] 13:36:06:117 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils --- 13:36:06:126 [INFO] No dependency problems found 13:36:06:127 [INFO] 13:36:06:127 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils --- 13:36:06:127 [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 13:36:06:130 [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 13:36:06:131 [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 13:36:06:133 [INFO] 13:36:06:133 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >-------- 13:36:06:133 [INFO] Building Eclipse Collections Fork Join Utilities 10.3.0-SNAPSHOT [7/18] 13:36:06:133 [INFO] --------------------------------[ jar ]--------------------------------- 13:36:06:136 [INFO] 13:36:06:136 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin --- 13:36:06:136 [INFO] 13:36:06:136 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin --- 13:36:06:141 [INFO] 13:36:06:141 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-forkjoin --- 13:36:06:141 [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 13:36:06:142 [INFO] 13:36:06:142 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin --- 13:36:06:142 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:06:143 [INFO] Copying 3 resources 13:36:06:144 [INFO] 13:36:06:144 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin --- 13:36:06:145 [INFO] Changes detected - recompiling the module! 13:36:06:146 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/classes 13:36:06:877 [INFO] 13:36:06:878 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin --- 13:36:06:878 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:06:878 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/src/test/resources 13:36:06:878 [INFO] 13:36:06:878 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin --- 13:36:06:880 [INFO] Changes detected - recompiling the module! 13:36:06:880 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/test-classes 13:36:07:738 [INFO] 13:36:07:738 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin --- 13:36:07:739 [INFO] Tests are skipped. 13:36:07:739 [INFO] 13:36:07:739 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin --- 13:36:07:742 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0-SNAPSHOT.jar 13:36:07:754 [INFO] 13:36:07:754 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin --- 13:36:07:757 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0-SNAPSHOT-sources.jar 13:36:07:760 [INFO] 13:36:07:760 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin --- 13:36:07:768 [INFO] No dependency problems found 13:36:07:768 [INFO] 13:36:07:768 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin --- 13:36:07:769 [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 13:36:07:770 [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 13:36:07:771 [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 13:36:07:774 [INFO] 13:36:07:774 [INFO] -----------------< org.eclipse.collections:unit-tests >----------------- 13:36:07:774 [INFO] Building Eclipse Collections Unit Test Suite 10.3.0-SNAPSHOT [8/18] 13:36:07:774 [INFO] --------------------------------[ jar ]--------------------------------- 13:36:07:877 [INFO] 13:36:07:877 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests --- 13:36:07:877 [INFO] 13:36:07:877 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests --- 13:36:07:883 [INFO] 13:36:07:883 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ unit-tests --- 13:36:07:884 [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 13:36:07:884 [INFO] 13:36:07:884 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests --- 13:36:07:885 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:07:885 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests/src/main/resources 13:36:07:885 [INFO] 13:36:07:885 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests --- 13:36:07:886 [INFO] No sources to compile 13:36:07:886 [INFO] 13:36:07:886 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0-SNAPSHOT:generate (list) @ unit-tests --- 13:36:07:886 [INFO] Generating sources to unit-tests 13:36:12:101 [INFO] Generated 2196 files 13:36:12:102 [INFO] 13:36:12:102 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests --- 13:36:12:103 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:12:103 [INFO] Copying 1 resource 13:36:12:104 [INFO] 13:36:12:104 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests --- 13:36:12:316 [INFO] Changes detected - recompiling the module! 13:36:12:317 [INFO] Compiling 2720 source files to /home/jenkins/agent/workspace/new-version/unit-tests/target/test-classes 13:39:05:449 [INFO] 13:39:05:449 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests --- 13:39:05:452 [INFO] Tests are skipped. 13:39:05:452 [INFO] 13:39:05:452 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests --- 13:39:05:453 [WARNING] JAR will be empty - no content was marked for inclusion! 13:39:05:454 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-10.3.0-SNAPSHOT.jar 13:39:05:457 [INFO] 13:39:05:457 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests --- 13:39:05:457 [INFO] No sources in project. Archive not created. 13:39:05:458 [INFO] 13:39:05:458 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests --- 13:39:05:995 [INFO] No dependency problems found 13:39:05:995 [INFO] 13:39:05:995 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests --- 13:39:05:996 [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 13:39:05:998 [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 13:39:05:999 [INFO] 13:39:05:999 [INFO] ------------< org.eclipse.collections:serialization-tests >------------- 13:39:05:999 [INFO] Building Eclipse Collections Serialization Test Suite 10.3.0-SNAPSHOT [9/18] 13:39:05:999 [INFO] --------------------------------[ jar ]--------------------------------- 13:39:06:001 [INFO] 13:39:06:001 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serialization-tests --- 13:39:06:002 [INFO] 13:39:06:002 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ serialization-tests --- 13:39:06:004 [INFO] 13:39:06:004 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ serialization-tests --- 13:39:06:004 [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 13:39:06:005 [INFO] 13:39:06:005 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ serialization-tests --- 13:39:06:005 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:06:005 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/main/resources 13:39:06:005 [INFO] 13:39:06:006 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ serialization-tests --- 13:39:06:006 [INFO] No sources to compile 13:39:06:006 [INFO] 13:39:06:006 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ serialization-tests --- 13:39:06:007 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:06:008 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/test/resources 13:39:06:008 [INFO] 13:39:06:008 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ serialization-tests --- 13:39:06:067 [INFO] Changes detected - recompiling the module! 13:39:06:068 [INFO] Compiling 882 source files to /home/jenkins/agent/workspace/new-version/serialization-tests/target/test-classes 13:39:09:378 [INFO] 13:39:09:378 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ serialization-tests --- 13:39:09:380 [INFO] Tests are skipped. 13:39:09:380 [INFO] 13:39:09:380 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ serialization-tests --- 13:39:09:381 [WARNING] JAR will be empty - no content was marked for inclusion! 13:39:09:382 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-10.3.0-SNAPSHOT.jar 13:39:09:384 [INFO] 13:39:09:384 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ serialization-tests --- 13:39:09:385 [INFO] No sources in project. Archive not created. 13:39:09:385 [INFO] 13:39:09:385 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ serialization-tests --- 13:39:09:421 [INFO] No dependency problems found 13:39:09:421 [INFO] 13:39:09:421 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serialization-tests --- 13:39:09:422 [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 13:39:09:427 [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 13:39:09:428 [INFO] 13:39:09:428 [INFO] ---------------< org.eclipse.collections:jcstress-tests >--------------- 13:39:09:428 [INFO] Building Eclipse Collections JCStress Test Suite 10.3.0-SNAPSHOT [10/18] 13:39:09:428 [INFO] --------------------------------[ jar ]--------------------------------- 13:39:09:785 [INFO] 13:39:09:785 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests --- 13:39:09:786 [INFO] 13:39:09:786 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests --- 13:39:09:791 [INFO] 13:39:09:791 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests --- 13:39:09:791 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:09:791 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/main/resources 13:39:09:792 [INFO] 13:39:09:792 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests --- 13:39:09:793 [INFO] Changes detected - recompiling the module! 13:39:09:794 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/jcstress-tests/target/classes 13:39:10:644 [INFO] 13:39:10:644 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests --- 13:39:10:645 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:10:645 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/test/resources 13:39:10:645 [INFO] 13:39:10:645 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests --- 13:39:10:645 [INFO] No sources to compile 13:39:10:645 [INFO] 13:39:10:646 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests --- 13:39:10:647 [INFO] Tests are skipped. 13:39:10:647 [INFO] 13:39:10:647 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests --- 13:39:10:650 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.3.0-SNAPSHOT.jar 13:39:10:654 [INFO] 13:39:10:654 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests --- 13:39:11:866 [INFO] Including org.eclipse.collections:eclipse-collections:jar:10.3.0-SNAPSHOT in the shaded jar. 13:39:11:866 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.3.0-SNAPSHOT in the shaded jar. 13:39:11:866 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar. 13:39:11:866 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar. 13:39:12:828 [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: 13:39:12:828 [WARNING] - META-INF/MANIFEST.MF 13:39:12:828 [WARNING] eclipse-collections-10.3.0-SNAPSHOT.jar, eclipse-collections-api-10.3.0-SNAPSHOT.jar define 3 overlapping resources: 13:39:12:828 [WARNING] - LICENSE-EDL-1.0.txt 13:39:12:828 [WARNING] - LICENSE-EPL-1.0.txt 13:39:12:828 [WARNING] - about.html 13:39:12:828 [WARNING] maven-shade-plugin has detected that some class files are 13:39:12:828 [WARNING] present in two or more JARs. When this happens, only one 13:39:12:829 [WARNING] single version of the class is copied to the uber jar. 13:39:12:829 [WARNING] Usually this is not harmful and you can skip these warnings, 13:39:12:829 [WARNING] otherwise try to manually exclude artifacts based on 13:39:12:829 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 13:39:12:829 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ 13:39:12:835 [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 13:39:12:835 [INFO] 13:39:12:835 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests --- 13:39:12:838 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.3.0-SNAPSHOT-sources.jar 13:39:12:842 [INFO] 13:39:12:842 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests --- 13:39:12:850 [INFO] No dependency problems found 13:39:12:850 [INFO] 13:39:12:850 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests --- 13:39:12:851 [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 13:39:12:853 [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 13:39:12:854 [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 13:39:12:860 [INFO] 13:39:12:860 [INFO] -------------< org.eclipse.collections:junit-trait-runner >------------- 13:39:12:860 [INFO] Building Eclipse Collections Test Trait JUnit Runner 10.3.0-SNAPSHOT [11/18] 13:39:12:860 [INFO] --------------------------------[ jar ]--------------------------------- 13:39:12:862 [INFO] 13:39:12:862 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ junit-trait-runner --- 13:39:12:863 [INFO] 13:39:12:863 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ junit-trait-runner --- 13:39:12:865 [INFO] 13:39:12:865 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ junit-trait-runner --- 13:39:12:866 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:12:866 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/main/resources 13:39:12:866 [INFO] 13:39:12:866 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-trait-runner --- 13:39:12:868 [INFO] Changes detected - recompiling the module! 13:39:12:868 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/classes 13:39:13:237 [INFO] 13:39:13:237 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ junit-trait-runner --- 13:39:13:238 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:13:238 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/test/resources 13:39:13:238 [INFO] 13:39:13:238 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-trait-runner --- 13:39:13:239 [INFO] No sources to compile 13:39:13:239 [INFO] 13:39:13:239 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ junit-trait-runner --- 13:39:13:240 [INFO] Tests are skipped. 13:39:13:240 [INFO] 13:39:13:240 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ junit-trait-runner --- 13:39:13:242 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.3.0-SNAPSHOT.jar 13:39:13:245 [INFO] 13:39:13:245 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ junit-trait-runner --- 13:39:13:247 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.3.0-SNAPSHOT-sources.jar 13:39:13:250 [INFO] 13:39:13:250 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ junit-trait-runner --- 13:39:13:251 [INFO] No dependency problems found 13:39:13:251 [INFO] 13:39:13:251 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ junit-trait-runner --- 13:39:13:252 [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 13:39:13:254 [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 13:39:13:255 [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 13:39:13:256 [INFO] 13:39:13:257 [INFO] --------------< org.eclipse.collections:unit-tests-java8 >-------------- 13:39:13:257 [INFO] Building Eclipse Collections Java 8 Unit Test Suite 10.3.0-SNAPSHOT [12/18] 13:39:13:257 [INFO] --------------------------------[ jar ]--------------------------------- 13:39:13:331 [INFO] 13:39:13:331 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests-java8 --- 13:39:13:332 [INFO] 13:39:13:332 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests-java8 --- 13:39:13:335 [INFO] 13:39:13:335 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ unit-tests-java8 --- 13:39:13:335 [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 13:39:13:336 [INFO] 13:39:13:336 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests-java8 --- 13:39:13:336 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:13:336 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/main/resources 13:39:13:336 [INFO] 13:39:13:336 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests-java8 --- 13:39:13:337 [INFO] No sources to compile 13:39:13:337 [INFO] 13:39:13:337 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests-java8 --- 13:39:13:337 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:13:338 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/test/resources 13:39:13:338 [INFO] 13:39:13:338 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests-java8 --- 13:39:13:449 [INFO] Changes detected - recompiling the module! 13:39:13:450 [INFO] Compiling 169 source files to /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/test-classes 13:39:20:237 [INFO] 13:39:20:238 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests-java8 --- 13:39:20:240 [INFO] Tests are skipped. 13:39:20:240 [INFO] 13:39:20:240 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests-java8 --- 13:39:20:240 [WARNING] JAR will be empty - no content was marked for inclusion! 13:39:20:241 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-10.3.0-SNAPSHOT.jar 13:39:20:244 [INFO] 13:39:20:244 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests-java8 --- 13:39:20:244 [INFO] No sources in project. Archive not created. 13:39:20:245 [INFO] 13:39:20:245 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests-java8 --- 13:39:20:265 [INFO] No dependency problems found 13:39:20:265 [INFO] 13:39:20:265 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests-java8 --- 13:39:20:266 [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 13:39:20:270 [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 13:39:20:271 [INFO] 13:39:20:271 [INFO] ---------------< org.eclipse.collections:test-coverage >---------------- 13:39:20:272 [INFO] Building Eclipse Collections Test Coverage Aggregation 10.3.0-SNAPSHOT [13/18] 13:39:20:272 [INFO] --------------------------------[ pom ]--------------------------------- 13:39:20:273 [INFO] 13:39:20:273 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ test-coverage --- 13:39:20:274 [INFO] 13:39:20:274 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ test-coverage --- 13:39:20:276 [INFO] 13:39:20:276 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ test-coverage --- 13:39:20:276 [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 13:39:20:277 [INFO] 13:39:20:277 [INFO] --- jacoco-maven-plugin:0.8.5:report-aggregate (default-report) @ test-coverage --- 13:39:20:738 [INFO] Analyzed bundle 'eclipse-collections-api' with 356 classes 13:39:22:539 [INFO] Analyzed bundle 'eclipse-collections' with 3658 classes 13:39:26:141 [INFO] Analyzed bundle 'eclipse-collections-testutils' with 2 classes 13:39:26:154 [INFO] 13:39:26:154 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ test-coverage --- 13:39:26:155 [INFO] Skipping pom project 13:39:26:155 [INFO] 13:39:26:155 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ test-coverage --- 13:39:26:156 [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 13:39:26:158 [INFO] 13:39:26:158 [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- 13:39:26:158 [INFO] Building Eclipse Collections p2 Repository Build 10.3.0-SNAPSHOT [14/18] 13:39:26:158 [INFO] --------------------------------[ pom ]--------------------------------- 13:39:26:167 [INFO] 13:39:26:167 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository --- 13:39:26:176 [INFO] 13:39:26:176 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository --- 13:39:26:210 [INFO] 13:39:26:210 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository --- 13:39:26:337 [INFO] Skipping pom project 13:39:26:337 [INFO] 13:39:26:337 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository --- 13:39:26:355 [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 13:39:26:356 [INFO] 13:39:26:357 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >----------- 13:39:26:357 [INFO] Building Eclipse Collections OSGi Bundle 10.3.0-SNAPSHOT [15/18] 13:39:26:357 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:39:27:069 [INFO] 13:39:27:069 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections --- 13:39:27:069 [INFO] 13:39:27:069 [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections --- 13:39:29:476 [WARNING] Working tree is dirty. git status p2-repository/org.eclipse.collections: Changes not staged for commit: modified: p2-repository/org.eclipse.collections/pom.xml 13:39:29:476 [WARNING] Fallback to default timestamp provider 13:39:29:479 [INFO] The project's OSGi version is 10.3.0.v20200715-1335 13:39:29:480 [INFO] 13:39:29:480 [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.collections --- 13:39:29:481 [INFO] 13:39:29:481 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections --- 13:39:29:484 [INFO] 13:39:29:484 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections --- 13:39:29:513 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:29:516 [INFO] Copying 2 resources 13:39:29:520 [INFO] 13:39:29:520 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections --- 13:39:29:542 [INFO] No sources to compile 13:39:29:542 [INFO] 13:39:29:542 [INFO] --- ebr-maven-plugin:1.0.0:bundle (default-bundle) @ org.eclipse.collections --- 13:39:29:549 [INFO] Gathering dependencies 13:39:29:553 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:10.3.0-SNAPSHOT:jar 13:39:29:558 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:10.3.0-SNAPSHOT:jar 13:39:29:558 [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/**/*.*" 13:39:30:405 [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/**/*.*" 13:39:30:626 [INFO] Merging collected dependencies 13:39:30:629 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:30:687 [INFO] Copying 5283 resources 13:39:31:678 [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 13:39:36:262 [INFO] Gathering sources 13:39:36:263 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:10.3.0-SNAPSHOT:jar 13:39:36:264 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:10.3.0-SNAPSHOT:jar 13:39:36:265 [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/**/*.*" 13:39:36:891 [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/**/*.*" 13:39:37:290 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:37:290 [INFO] Copying 2 resources 13:39:37:290 [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 13:39:41:728 [INFO] Assembling p2 repository 13:39:42:500 [INFO] 13:39:42:501 [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections --- 13:39:42:502 [INFO] 13:39:42:502 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections --- 13:39:43:303 [INFO] No dependency problems found 13:39:43:303 [INFO] 13:39:43:303 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections --- 13:39:43:304 [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 13:39:43:311 [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 13:39:43:313 [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 13:39:43:317 [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 13:39:43:319 [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 13:39:43:320 [INFO] 13:39:43:320 [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.collections --- 13:39:43:321 [INFO] 13:39:43:321 [INFO] --------------< org.eclipse.collections:scala-unit-tests >-------------- 13:39:43:322 [INFO] Building Eclipse Collections Scala Unit Test Suite 10.3.0-SNAPSHOT [16/18] 13:39:43:322 [INFO] --------------------------------[ jar ]--------------------------------- 13:39:43:812 [INFO] 13:39:43:812 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scala-unit-tests --- 13:39:43:813 [INFO] 13:39:43:813 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ scala-unit-tests --- 13:39:43:817 [INFO] 13:39:43:817 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scala-unit-tests --- 13:39:43:818 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:43:818 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/scala-unit-tests/src/main/resources 13:39:43:818 [INFO] 13:39:43:819 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ scala-unit-tests --- 13:39:43:819 [INFO] No sources to compile 13:39:43:820 [INFO] 13:39:43:820 [INFO] --- scala-maven-plugin:4.3.1:compile (default) @ scala-unit-tests --- 13:39:48:044 [INFO] compile in 0.0 s 13:39:48:044 [INFO] No sources to compile 13:39:48:044 [INFO] 13:39:48:045 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scala-unit-tests --- 13:39:48:045 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:48:045 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/scala-unit-tests/src/test/resources 13:39:48:046 [INFO] 13:39:48:046 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ scala-unit-tests --- 13:39:48:047 [INFO] No sources to compile 13:39:48:047 [INFO] 13:39:48:047 [INFO] --- scala-maven-plugin:4.3.1:testCompile (default) @ scala-unit-tests --- 13:39:49:196 [INFO] Using incremental compilation using Mixed compile order 13:39:49:337 [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 13:39:49:337 [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 13:39:56:405 [INFO] Compiler bridge installed 13:39:56:680 [INFO] Compiling 42 Scala sources to /home/jenkins/agent/workspace/new-version/scala-unit-tests/target/test-classes ... 13:40:00:152 [WARNING] [Warn] : there were 11 deprecation warnings; re-run with -deprecation for details 13:40:00:152 [WARNING] [Warn] : there were 15 feature warnings; re-run with -feature for details 13:40:00:155 [WARNING] two warnings found 13:40:00:204 [INFO] Done compiling. 13:40:00:470 [INFO] compile in 12.4 s 13:40:00:470 [INFO] 13:40:00:470 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ scala-unit-tests --- 13:40:00:473 [INFO] Tests are skipped. 13:40:00:473 [INFO] 13:40:00:473 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ scala-unit-tests --- 13:40:00:474 [WARNING] JAR will be empty - no content was marked for inclusion! 13:40:00:475 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/scala-unit-tests/target/scala-unit-tests-10.3.0-SNAPSHOT.jar 13:40:00:497 [INFO] 13:40:00:497 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ scala-unit-tests --- 13:40:00:498 [INFO] No sources in project. Archive not created. 13:40:00:498 [INFO] 13:40:00:498 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ scala-unit-tests --- 13:40:00:514 [INFO] No dependency problems found 13:40:00:514 [INFO] 13:40:00:514 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scala-unit-tests --- 13:40:00:515 [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 13:40:00:517 [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 13:40:00:518 [INFO] 13:40:00:518 [INFO] --------------< org.eclipse.collections:jmh-scala-tests >--------------- 13:40:00:518 [INFO] Building Eclipse Collections JMH Scala Test Suite 10.3.0-SNAPSHOT [17/18] 13:40:00:518 [INFO] --------------------------------[ jar ]--------------------------------- 13:40:00:520 [INFO] 13:40:00:520 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jmh-scala-tests --- 13:40:00:520 [INFO] 13:40:00:520 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jmh-scala-tests --- 13:40:00:527 [INFO] 13:40:00:527 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jmh-scala-tests --- 13:40:00:527 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:40:00:528 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-scala-tests/src/main/resources 13:40:00:528 [INFO] 13:40:00:528 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jmh-scala-tests --- 13:40:00:529 [INFO] No sources to compile 13:40:00:529 [INFO] 13:40:00:529 [INFO] --- scala-maven-plugin:4.3.1:compile (default) @ jmh-scala-tests --- 13:40:00:533 [INFO] Using incremental compilation using Mixed compile order 13:40:00:533 [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 13:40:00:540 [INFO] Compiling 12 Scala sources to /home/jenkins/agent/workspace/new-version/jmh-scala-tests/target/classes ... 13:40:05:551 [INFO] Done compiling. 13:40:05:609 [INFO] compile in 5.1 s 13:40:05:609 [INFO] 13:40:05:609 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jmh-scala-tests --- 13:40:05:610 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:40:05:610 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-scala-tests/src/test/resources 13:40:05:611 [INFO] 13:40:05:611 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jmh-scala-tests --- 13:40:05:611 [INFO] No sources to compile 13:40:05:611 [INFO] 13:40:05:611 [INFO] --- scala-maven-plugin:4.3.1:testCompile (default) @ jmh-scala-tests --- 13:40:05:613 [INFO] compile in 0.0 s 13:40:05:613 [INFO] No sources to compile 13:40:05:613 [INFO] 13:40:05:613 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jmh-scala-tests --- 13:40:05:615 [INFO] Tests are skipped. 13:40:05:615 [INFO] 13:40:05:615 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jmh-scala-tests --- 13:40:05:618 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-scala-tests/target/jmh-scala-tests-10.3.0-SNAPSHOT.jar 13:40:05:623 [INFO] 13:40:05:623 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jmh-scala-tests --- 13:40:05:627 [INFO] No dependency problems found 13:40:05:627 [INFO] 13:40:05:627 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jmh-scala-tests --- 13:40:05:628 [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 13:40:05:629 [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 13:40:05:631 [INFO] 13:40:05:631 [INFO] -----------------< org.eclipse.collections:jmh-tests >------------------ 13:40:05:631 [INFO] Building Eclipse Collections JMH Test Suite 10.3.0-SNAPSHOT [18/18] 13:40:05:631 [INFO] --------------------------------[ jar ]--------------------------------- 13:40:08:080 [INFO] 13:40:08:080 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jmh-tests --- 13:40:08:081 [INFO] 13:40:08:081 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jmh-tests --- 13:40:08:107 [INFO] 13:40:08:107 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jmh-tests --- 13:40:08:108 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:40:08:108 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-tests/src/main/resources 13:40:08:108 [INFO] 13:40:08:108 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jmh-tests --- 13:40:08:307 [INFO] Changes detected - recompiling the module! 13:40:08:308 [INFO] Compiling 65 source files to /home/jenkins/agent/workspace/new-version/jmh-tests/target/classes 13:40:15:096 [INFO] 13:40:15:096 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jmh-tests --- 13:40:15:096 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:40:15:096 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-tests/src/test/resources 13:40:15:097 [INFO] 13:40:15:097 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jmh-tests --- 13:40:15:098 [INFO] No sources to compile 13:40:15:098 [INFO] 13:40:15:098 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jmh-tests --- 13:40:15:100 [INFO] Tests are skipped. 13:40:15:100 [INFO] 13:40:15:100 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jmh-tests --- 13:40:15:148 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.3.0-SNAPSHOT.jar 13:40:15:340 [INFO] 13:40:15:340 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jmh-tests --- 13:40:15:341 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.3.0-SNAPSHOT in the shaded jar. 13:40:15:341 [INFO] Including org.eclipse.collections:eclipse-collections:jar:10.3.0-SNAPSHOT in the shaded jar. 13:40:15:341 [INFO] Including org.eclipse.collections:eclipse-collections-forkjoin:jar:10.3.0-SNAPSHOT in the shaded jar. 13:40:15:341 [INFO] Including org.eclipse.collections:eclipse-collections-testutils:jar:10.3.0-SNAPSHOT in the shaded jar. 13:40:15:341 [INFO] Including org.eclipse.collections:jmh-scala-tests:jar:10.3.0-SNAPSHOT in the shaded jar. 13:40:15:341 [INFO] Including org.scala-lang:scala-library:jar:2.12.6 in the shaded jar. 13:40:15:342 [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar. 13:40:15:342 [INFO] Including com.google.guava:guava:jar:28.2-jre in the shaded jar. 13:40:15:342 [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar. 13:40:15:342 [INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar. 13:40:15:342 [INFO] Including com.google.code.findbugs:jsr305:jar:3.0.2 in the shaded jar. 13:40:15:342 [INFO] Including org.checkerframework:checker-qual:jar:2.10.0 in the shaded jar. 13:40:15:342 [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.3.4 in the shaded jar. 13:40:15:342 [INFO] Including com.google.j2objc:j2objc-annotations:jar:1.3 in the shaded jar. 13:40:15:343 [INFO] Including junit:junit:jar:4.12 in the shaded jar. 13:40:15:343 [INFO] Including org.hamcrest:hamcrest-core:jar:1.3 in the shaded jar. 13:40:15:343 [INFO] Including org.openjdk.jmh:jmh-core:jar:1.23 in the shaded jar. 13:40:15:343 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar. 13:40:15:343 [INFO] Including org.apache.commons:commons-math3:jar:3.2 in the shaded jar. 13:40:15:343 [INFO] Including com.carrotsearch:hppc:jar:0.8.1 in the shaded jar. 13:40:15:343 [INFO] Including net.openhft:koloboke-api-jdk8:jar:0.6.8 in the shaded jar. 13:40:15:343 [INFO] Including net.openhft:koloboke-impl-jdk8:jar:0.6.8 in the shaded jar. 13:40:15:344 [INFO] Including net.sf.trove4j:trove4j:jar:3.0.3 in the shaded jar. 13:40:18:885 [WARNING] commons-lang-2.6.jar, commons-math3-3.2.jar define 2 overlapping resources: 13:40:18:885 [WARNING] - META-INF/LICENSE.txt 13:40:18:886 [WARNING] - META-INF/NOTICE.txt 13:40:18:886 [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: 13:40:18:886 [WARNING] - META-INF/MANIFEST.MF 13:40:18:886 [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: 13:40:18:887 [WARNING] - LICENSE-EDL-1.0.txt 13:40:18:887 [WARNING] - LICENSE-EPL-1.0.txt 13:40:18:887 [WARNING] - about.html 13:40:18:887 [WARNING] maven-shade-plugin has detected that some class files are 13:40:18:887 [WARNING] present in two or more JARs. When this happens, only one 13:40:18:887 [WARNING] single version of the class is copied to the uber jar. 13:40:18:887 [WARNING] Usually this is not harmful and you can skip these warnings, 13:40:18:887 [WARNING] otherwise try to manually exclude artifacts based on 13:40:18:887 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 13:40:18:887 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ 13:40:18:899 [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 13:40:18:900 [INFO] 13:40:18:900 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jmh-tests --- 13:40:18:908 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.3.0-SNAPSHOT-sources.jar 13:40:19:078 [INFO] 13:40:19:078 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jmh-tests --- 13:40:19:224 [INFO] No dependency problems found 13:40:19:224 [INFO] 13:40:19:224 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jmh-tests --- 13:40:19:226 [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 13:40:19:240 [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 13:40:19:261 [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 13:40:19:295 [INFO] ------------------------------------------------------------------------ 13:40:19:295 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.3.0-SNAPSHOT: 13:40:19:295 [INFO] 13:40:19:296 [INFO] Eclipse Collections Parent Project ................. SUCCESS [ 2.815 s] 13:40:19:296 [INFO] Eclipse Collections Code Generator ................. SUCCESS [ 3.243 s] 13:40:19:296 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [ 2.480 s] 13:40:19:296 [INFO] Eclipse Collections API ............................ SUCCESS [ 6.684 s] 13:40:19:296 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 31.760 s] 13:40:19:296 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [ 3.556 s] 13:40:19:296 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [ 1.641 s] 13:40:19:297 [INFO] Eclipse Collections Unit Test Suite ................ SUCCESS [02:58 min] 13:40:19:297 [INFO] Eclipse Collections Serialization Test Suite ....... SUCCESS [ 3.429 s] 13:40:19:297 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [ 3.432 s] 13:40:19:297 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SUCCESS [ 0.396 s] 13:40:19:297 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SUCCESS [ 7.015 s] 13:40:19:297 [INFO] Eclipse Collections Test Coverage Aggregation ...... SUCCESS [ 5.887 s] 13:40:19:297 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [ 0.198 s] 13:40:19:297 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 16.965 s] 13:40:19:297 [INFO] Eclipse Collections Scala Unit Test Suite .......... SUCCESS [ 17.197 s] 13:40:19:297 [INFO] Eclipse Collections JMH Scala Test Suite ........... SUCCESS [ 5.113 s] 13:40:19:298 [INFO] Eclipse Collections JMH Test Suite ................. SUCCESS [ 13.664 s] 13:40:19:298 [INFO] ------------------------------------------------------------------------ 13:40:19:298 [INFO] BUILD SUCCESS 13:40:19:298 [INFO] ------------------------------------------------------------------------ 13:40:19:298 [INFO] Total time: 05:04 min 13:40:19:298 [INFO] Finished at: 2020-07-15T13:40:19Z 13:40:19:298 [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.1.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" 13:40:21:316 [INFO] Error stacktraces are turned on. 13:40:21:515 [INFO] Scanning for projects... 13:40:35:137 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml 13:40:35:285 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ 13:40:35:289 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ 13:40:35:389 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 13:40:35:479 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) 13:40:35:482 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) 13:40:35:680 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) 13:40:35:680 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) 13:40:35:917 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) 13:40:35:918 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) 13:40:36:044 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ 13:40:36:044 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ 13:40:36:226 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ 13:40:36:227 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ 13:40:36:340 [INFO] Adding repository file:/home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/repository 13:40:36:355 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml 13:40:37:811 [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB) 13:40:37:813 [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB) 13:40:37:922 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml 13:40:37:935 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml 13:40:37:940 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml 13:40:37:946 [INFO] {osgi.os=*, osgi.ws=*, org.eclipse.update.install.features=true, osgi.arch=*} 13:40:37:946 [ERROR] Cannot resolve project dependencies: 13:40:37:946 [ERROR] Software being installed: p2-repository raw:10.1.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):10.1.0-SNAPSHOT 13:40:37:946 [ERROR] Missing requirement: p2-repository raw:10.1.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):10.1.0-SNAPSHOT requires 'org.eclipse.equinox.p2.iu; org.eclipse.collections.feature.feature.group [10.3.0,10.3.1)' but it could not be found 13:40:37:947 [ERROR] 13:40:37:947 [ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help. 13:40:37:947 [ERROR] Cannot resolve dependencies of MavenProject: org.eclipse.collections:p2-repository:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml: See log for details -> [Help 1] org.apache.maven.MavenExecutionException: Cannot resolve dependencies of MavenProject: org.eclipse.collections:p2-repository:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:100) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:264) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) Caused by: org.eclipse.tycho.artifacts.DependencyResolutionException: Cannot resolve dependencies of MavenProject: org.eclipse.collections:p2-repository:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml at org.eclipse.tycho.p2.resolver.P2ResolverImpl.resolveDependencies (P2ResolverImpl.java:201) at org.eclipse.tycho.p2.resolver.P2ResolverImpl.resolveDependencies (P2ResolverImpl.java:115) at org.eclipse.tycho.p2.resolver.P2DependencyResolver.doResolveDependencies (P2DependencyResolver.java:367) at org.eclipse.tycho.p2.resolver.P2DependencyResolver.resolveDependencies (P2DependencyResolver.java:335) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:117) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:95) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:264) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) Caused by: org.eclipse.tycho.p2.util.resolution.ResolverException: See log for details at org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategy.resolve (ProjectorResolutionStrategy.java:88) at org.eclipse.tycho.p2.util.resolution.AbstractResolutionStrategy.resolve (AbstractResolutionStrategy.java:42) at org.eclipse.tycho.p2.resolver.P2ResolverImpl.resolveDependencies (P2ResolverImpl.java:194) at org.eclipse.tycho.p2.resolver.P2ResolverImpl.resolveDependencies (P2ResolverImpl.java:115) at org.eclipse.tycho.p2.resolver.P2DependencyResolver.doResolveDependencies (P2DependencyResolver.java:367) at org.eclipse.tycho.p2.resolver.P2DependencyResolver.resolveDependencies (P2DependencyResolver.java:335) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:117) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:95) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:264) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) 13:40:37:955 [ERROR] 13:40:37:956 [ERROR] Re-run Maven using the -X switch to enable full debug logging. 13:40:37:956 [ERROR] 13:40:37:956 [ERROR] For more information about the errors and possible solutions, please read the following articles: 13:40:37:957 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException Build step 'Invoke top-level Maven targets' marked build as failure Build did not succeed and the project is configured to only push after a successful build, so no pushing will occur. Sending e-mails to: hiroshi.ito@gs.com donald.raab@gs.com craig.motlin@gs.com mohammad.rezaei@gs.com Finished: FAILURE