Started by user Nikhil Nanivadekar Running as Nikhil Nanivadekar Agent basic-nkfpt is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-nkfpt" namespace: "collections" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.collections.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-nkfpt" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-nkfpt" - 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-3107.v665000b_51092" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-collections" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-nkfpt (basic) in workspace /home/jenkins/agent/workspace/new-version The recommended git tool is: NONE using credential github-bot-ssh Cloning the remote Git repository Cloning repository git@github.com:eclipse/eclipse-collections.git > git init /home/jenkins/agent/workspace/new-version # timeout=10 Fetching upstream changes from git@github.com:eclipse/eclipse-collections.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials GitHub bot (SSH) [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/new-version@tmp/jenkins-gitclient-ssh14599092535663879089.key Verifying host key using known hosts file > git fetch --tags --force --progress -- git@github.com:eclipse/eclipse-collections.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:eclipse/eclipse-collections.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 6b13cca9d0e388674f56cc7ad701be26131b104d (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6b13cca9d0e388674f56cc7ad701be26131b104d # timeout=10 Commit message: "Release version 12.0.0.M3." > git rev-list --no-walk 6b13cca9d0e388674f56cc7ad701be26131b104d # timeout=10 [new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DNEXT_VERSION=12.0.0 -DRELEASE_BRANCH=master -Dmaven.repo.local=/home/jenkins/agent/workspace/new-version/.repository versions:set -DgenerateBackupPoms=false -DnewVersion=12.0.0-SNAPSHOT Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" 12:20:59:832 [INFO] Error stacktraces are turned on. 12:20:59:938 [INFO] Scanning for projects... 12:21:50:869 [INFO] ------------------------------------------------------------------------ 12:21:50:869 [INFO] Reactor Build Order: 12:21:50:869 [INFO] 12:21:50:871 [INFO] Eclipse Collections Parent Project [pom] 12:21:50:871 [INFO] Eclipse Collections Code Generator [jar] 12:21:50:871 [INFO] Eclipse Collections Code Generator Maven Plugin [maven-plugin] 12:21:50:871 [INFO] Eclipse Collections API [jar] 12:21:50:871 [INFO] Eclipse Collections Main Library [jar] 12:21:50:871 [INFO] Eclipse Collections Test Utilities [jar] 12:21:50:871 [INFO] Eclipse Collections Fork Join Utilities [jar] 12:21:50:871 [INFO] Eclipse Collections Unit Test Suite [jar] 12:21:50:871 [INFO] Eclipse Collections Serialization Test Suite [jar] 12:21:50:871 [INFO] Eclipse Collections JCStress Test Suite [jar] 12:21:50:871 [INFO] Eclipse Collections Test Trait JUnit Runner [jar] 12:21:50:871 [INFO] Eclipse Collections Java 8 Unit Test Suite [jar] 12:21:50:871 [INFO] Eclipse Collections Test Coverage Aggregation [pom] 12:21:50:871 [INFO] Eclipse Collections p2 Repository Build [pom] 12:21:50:871 [INFO] Eclipse Collections OSGi Bundle [eclipse-bundle-recipe] 12:21:51:679 [INFO] 12:21:51:679 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >--------- 12:21:51:679 [INFO] Building Eclipse Collections Parent Project 12.0.0.M3 [1/15] 12:21:51:679 [INFO] from pom.xml 12:21:51:679 [INFO] --------------------------------[ pom ]--------------------------------- 12:21:51:685 [INFO] 12:21:51:685 [INFO] --- versions:2.14.2:set (default-cli) @ eclipse-collections-parent --- 12:21:55:635 [INFO] Searching for local aggregator root... 12:21:55:635 [INFO] Local aggregation root: /home/jenkins/agent/workspace/new-version 12:21:55:643 [INFO] Processing change of org.eclipse.collections:eclipse-collections-parent:12.0.0.M3 -> 12.0.0-SNAPSHOT 12:21:55:727 [INFO] Processing org.eclipse.collections:eclipse-collections-parent 12:21:55:727 [INFO] Updating project org.eclipse.collections:eclipse-collections-parent 12:21:55:728 [INFO] from version 12.0.0.M3 to 12.0.0-SNAPSHOT 12:21:55:961 [INFO] 12:21:55:966 [INFO] Processing org.eclipse.collections:acceptance-tests 12:21:55:966 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 12:21:55:966 [INFO] from version 12.0.0.M3 to 12.0.0-SNAPSHOT 12:21:56:008 [INFO] 12:21:56:010 [INFO] Processing org.eclipse.collections:eclipse-collections-api 12:21:56:010 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 12:21:56:010 [INFO] from version 12.0.0.M3 to 12.0.0-SNAPSHOT 12:21:56:027 [INFO] 12:21:56:029 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator-maven-plugin 12:21:56:029 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 12:21:56:029 [INFO] from version 12.0.0.M3 to 12.0.0-SNAPSHOT 12:21:56:057 [INFO] 12:21:56:059 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator 12:21:56:059 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 12:21:56:059 [INFO] from version 12.0.0.M3 to 12.0.0-SNAPSHOT 12:21:56:072 [INFO] 12:21:56:074 [INFO] Processing org.eclipse.collections:eclipse-collections-forkjoin 12:21:56:074 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 12:21:56:074 [INFO] from version 12.0.0.M3 to 12.0.0-SNAPSHOT 12:21:56:114 [INFO] 12:21:56:116 [INFO] Processing org.eclipse.collections:eclipse-collections-testutils 12:21:56:116 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 12:21:56:116 [INFO] from version 12.0.0.M3 to 12.0.0-SNAPSHOT 12:21:56:131 [INFO] 12:21:56:133 [INFO] Processing org.eclipse.collections:eclipse-collections 12:21:56:133 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 12:21:56:133 [INFO] from version 12.0.0.M3 to 12.0.0-SNAPSHOT 12:21:56:148 [INFO] 12:21:56:150 [INFO] Processing org.eclipse.collections:jcstress-tests 12:21:56:150 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 12:21:56:150 [INFO] from version 12.0.0.M3 to 12.0.0-SNAPSHOT 12:21:56:160 [INFO] 12:21:56:162 [INFO] Processing org.eclipse.collections:jmh-scala-tests 12:21:56:162 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 12:21:56:162 [INFO] from version 12.0.0.M3 to 12.0.0-SNAPSHOT 12:21:56:234 [INFO] 12:21:56:237 [INFO] Processing org.eclipse.collections:jmh-tests 12:21:56:237 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 12:21:56:237 [INFO] from version 12.0.0.M3 to 12.0.0-SNAPSHOT 12:21:56:258 [INFO] 12:21:56:259 [INFO] Processing org.eclipse.collections:junit-trait-runner 12:21:56:260 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 12:21:56:260 [INFO] from version 12.0.0.M3 to 12.0.0-SNAPSHOT 12:21:56:265 [INFO] 12:21:56:268 [INFO] Processing org.eclipse.collections:p2-repository 12:21:56:268 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 12:21:56:268 [INFO] from version 12.0.0.M3 to 12.0.0-SNAPSHOT 12:21:56:338 [INFO] 12:21:56:340 [INFO] Processing org.eclipse.collections:performance-tests 12:21:56:340 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 12:21:56:340 [INFO] from version 12.0.0.M3 to 12.0.0-SNAPSHOT 12:21:56:353 [INFO] 12:21:56:355 [INFO] Processing org.eclipse.collections:scala-unit-tests 12:21:56:355 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 12:21:56:355 [INFO] from version 12.0.0.M3 to 12.0.0-SNAPSHOT 12:21:56:379 [INFO] 12:21:56:382 [INFO] Processing org.eclipse.collections:serialization-tests 12:21:56:382 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 12:21:56:382 [INFO] from version 12.0.0.M3 to 12.0.0-SNAPSHOT 12:21:56:414 [INFO] 12:21:56:416 [INFO] Processing org.eclipse.collections:test-coverage 12:21:56:416 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 12:21:56:416 [INFO] from version 12.0.0.M3 to 12.0.0-SNAPSHOT 12:21:56:429 [INFO] 12:21:56:430 [INFO] Processing org.eclipse.collections:unit-tests-java8 12:21:56:430 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 12:21:56:431 [INFO] from version 12.0.0.M3 to 12.0.0-SNAPSHOT 12:21:56:439 [INFO] 12:21:56:440 [INFO] Processing org.eclipse.collections:unit-tests 12:21:56:440 [INFO] Updating parent org.eclipse.collections:eclipse-collections-parent 12:21:56:440 [INFO] from version 12.0.0.M3 to 12.0.0-SNAPSHOT 12:21:56:448 [INFO] 12:21:56:451 [INFO] Processing org.eclipse.collections:org.eclipse.collections 12:21:56:451 [INFO] Updating parent org.eclipse.collections:p2-repository 12:21:56:451 [INFO] from version 12.0.0.M3 to 12.0.0-SNAPSHOT 12:21:56:452 [INFO] 12:21:56:453 [INFO] ------------------------------------------------------------------------ 12:21:56:453 [INFO] Reactor Summary for Eclipse Collections Parent Project 12.0.0.M3: 12:21:56:453 [INFO] 12:21:56:453 [INFO] Eclipse Collections Parent Project ................. SUCCESS [ 4.775 s] 12:21:56:453 [INFO] Eclipse Collections Code Generator ................. SKIPPED 12:21:56:454 [INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED 12:21:56:454 [INFO] Eclipse Collections API ............................ SKIPPED 12:21:56:454 [INFO] Eclipse Collections Main Library ................... SKIPPED 12:21:56:454 [INFO] Eclipse Collections Test Utilities ................. SKIPPED 12:21:56:454 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED 12:21:56:454 [INFO] Eclipse Collections Unit Test Suite ................ SKIPPED 12:21:56:454 [INFO] Eclipse Collections Serialization Test Suite ....... SKIPPED 12:21:56:454 [INFO] Eclipse Collections JCStress Test Suite ............ SKIPPED 12:21:56:454 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SKIPPED 12:21:56:454 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SKIPPED 12:21:56:454 [INFO] Eclipse Collections Test Coverage Aggregation ...... SKIPPED 12:21:56:454 [INFO] Eclipse Collections p2 Repository Build ............ SKIPPED 12:21:56:454 [INFO] Eclipse Collections OSGi Bundle .................... SKIPPED 12:21:56:454 [INFO] ------------------------------------------------------------------------ 12:21:56:454 [INFO] BUILD SUCCESS 12:21:56:454 [INFO] ------------------------------------------------------------------------ 12:21:56:454 [INFO] Total time: 56.592 s 12:21:56:454 [INFO] Finished at: 2023-08-28T12:21:56Z 12:21:56:454 [INFO] ------------------------------------------------------------------------ 12:21:56:455 [WARNING] 12:21:56:455 [WARNING] Plugin validation issues were detected in 1 plugin(s) 12:21:56:455 [WARNING] 12:21:56:455 [WARNING] * org.codehaus.mojo:versions-maven-plugin:2.14.2 12:21:56:455 [WARNING] 12:21:56:455 [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] 12:21:56:455 [WARNING] [new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DNEXT_VERSION=12.0.0 -DRELEASE_BRANCH=master -Dmaven.repo.local=/home/jenkins/agent/workspace/new-version/.repository -DskipTests=true clean install Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" 12:21:57:966 [INFO] Error stacktraces are turned on. 12:21:58:077 [INFO] Scanning for projects... 12:21:59:736 [INFO] ------------------------------------------------------------------------ 12:21:59:737 [INFO] Reactor Build Order: 12:21:59:737 [INFO] 12:21:59:738 [INFO] Eclipse Collections Parent Project [pom] 12:21:59:738 [INFO] Eclipse Collections Code Generator [jar] 12:21:59:738 [INFO] Eclipse Collections Code Generator Maven Plugin [maven-plugin] 12:21:59:738 [INFO] Eclipse Collections API [jar] 12:21:59:738 [INFO] Eclipse Collections Main Library [jar] 12:21:59:738 [INFO] Eclipse Collections Test Utilities [jar] 12:21:59:738 [INFO] Eclipse Collections Fork Join Utilities [jar] 12:21:59:738 [INFO] Eclipse Collections Unit Test Suite [jar] 12:21:59:738 [INFO] Eclipse Collections Serialization Test Suite [jar] 12:21:59:738 [INFO] Eclipse Collections JCStress Test Suite [jar] 12:21:59:738 [INFO] Eclipse Collections Test Trait JUnit Runner [jar] 12:21:59:738 [INFO] Eclipse Collections Java 8 Unit Test Suite [jar] 12:21:59:738 [INFO] Eclipse Collections Test Coverage Aggregation [pom] 12:21:59:738 [INFO] Eclipse Collections p2 Repository Build [pom] 12:21:59:738 [INFO] Eclipse Collections OSGi Bundle [eclipse-bundle-recipe] 12:21:59:746 [INFO] 12:21:59:746 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >--------- 12:21:59:746 [INFO] Building Eclipse Collections Parent Project 12.0.0-SNAPSHOT [1/15] 12:21:59:746 [INFO] from pom.xml 12:21:59:746 [INFO] --------------------------------[ pom ]--------------------------------- 12:22:00:691 [INFO] 12:22:00:691 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections-parent --- 12:22:00:751 [INFO] 12:22:00:752 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections-parent --- 12:22:01:239 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 12:22:01:244 [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed 12:22:01:245 [INFO] Rule 2: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed 12:22:01:254 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 12:22:01:254 [INFO] 12:22:01:254 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections-parent --- 12:22:06:487 [INFO] Skipping pom project 12:22:06:488 [INFO] 12:22:06:488 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections-parent --- 12:22:06:534 [INFO] Installing /home/jenkins/agent/workspace/new-version/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-parent/12.0.0-SNAPSHOT/eclipse-collections-parent-12.0.0-SNAPSHOT.pom 12:22:06:539 [INFO] 12:22:06:539 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >----- 12:22:06:539 [INFO] Building Eclipse Collections Code Generator 12.0.0-SNAPSHOT [2/15] 12:22:06:539 [INFO] from eclipse-collections-code-generator/pom.xml 12:22:06:539 [INFO] --------------------------------[ jar ]--------------------------------- 12:22:07:091 [INFO] 12:22:07:091 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections-code-generator --- 12:22:07:092 [INFO] 12:22:07:092 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections-code-generator --- 12:22:07:096 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 12:22:07:097 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 12:22:07:097 [INFO] 12:22:07:097 [INFO] --- resources:3.3.0:resources (default-resources) @ eclipse-collections-code-generator --- 12:22:07:207 [INFO] Copying 398 resources 12:22:07:256 [INFO] 12:22:07:256 [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-collections-code-generator --- 12:22:07:559 [INFO] Changes detected - recompiling the module! :dependency 12:22:07:580 [INFO] Compiling 9 source files with javac [forked debug target 11] to target/classes 12:22:08:635 [INFO] 12:22:08:635 [INFO] --- resources:3.3.0:testResources (default-testResources) @ eclipse-collections-code-generator --- 12:22:08:644 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/src/test/resources 12:22:08:644 [INFO] 12:22:08:644 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-collections-code-generator --- 12:22:08:661 [INFO] Changes detected - recompiling the module! :dependency 12:22:08:661 [INFO] Compiling 1 source file with javac [forked debug target 11] to target/test-classes 12:22:09:531 [INFO] 12:22:09:531 [INFO] --- surefire:2.22.2:test (default-test) @ eclipse-collections-code-generator --- 12:22:10:323 [INFO] Tests are skipped. 12:22:10:323 [INFO] 12:22:10:323 [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-collections-code-generator --- 12:22:10:780 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0-SNAPSHOT.jar 12:22:10:948 [INFO] 12:22:10:948 [INFO] --- source:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator --- 12:22:11:190 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0-SNAPSHOT-sources.jar 12:22:11:433 [INFO] 12:22:11:433 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator --- 12:22:11:467 [INFO] No dependency problems found 12:22:11:468 [INFO] 12:22:11:468 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections-code-generator --- 12:22:11:469 [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/12.0.0-SNAPSHOT/eclipse-collections-code-generator-12.0.0-SNAPSHOT.pom 12:22:11:470 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0-SNAPSHOT/eclipse-collections-code-generator-12.0.0-SNAPSHOT.jar 12:22:11:471 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0-SNAPSHOT/eclipse-collections-code-generator-12.0.0-SNAPSHOT-sources.jar 12:22:11:474 [INFO] 12:22:11:475 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >-- 12:22:11:475 [INFO] Building Eclipse Collections Code Generator Maven Plugin 12.0.0-SNAPSHOT [3/15] 12:22:11:475 [INFO] from eclipse-collections-code-generator-maven-plugin/pom.xml 12:22:11:475 [INFO] ----------------------------[ maven-plugin ]---------------------------- 12:22:12:100 [INFO] 12:22:12:107 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin --- 12:22:12:109 [INFO] 12:22:12:109 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin --- 12:22:12:110 [INFO] Skipping Rule Enforcement. 12:22:12:110 [INFO] 12:22:12:110 [INFO] --- plugin:3.7.1:helpmojo (help-goal) @ eclipse-collections-code-generator-maven-plugin --- 12:22:13:329 [INFO] 12:22:13:329 [INFO] --- resources:3.3.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin --- 12:22:13:330 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/main/resources 12:22:13:330 [INFO] 12:22:13:331 [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin --- 12:22:13:334 [INFO] Changes detected - recompiling the module! :dependency 12:22:13:334 [INFO] Compiling 6 source files with javac [forked debug target 11] to target/classes 12:22:14:643 [INFO] 12:22:14:643 [INFO] --- plugin:3.7.1:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin --- 12:22:14:647 [INFO] Using 'UTF-8' encoding to read mojo source files. 12:22:15:260 [INFO] java-annotations mojo extractor found 4 mojo descriptors. 12:22:15:269 [INFO] java-javadoc mojo extractor found 0 mojo descriptor. 12:22:15:270 [INFO] ant mojo extractor found 0 mojo descriptor. 12:22:15:270 [INFO] bsh mojo extractor found 0 mojo descriptor. 12:22:15:308 [INFO] 12:22:15:308 [INFO] --- plugin:3.7.1:descriptor (mojo-descriptor) @ eclipse-collections-code-generator-maven-plugin --- 12:22:15:312 [INFO] Using 'UTF-8' encoding to read mojo source files. 12:22:15:648 [INFO] java-annotations mojo extractor found 4 mojo descriptors. 12:22:15:656 [INFO] java-javadoc mojo extractor found 0 mojo descriptor. 12:22:15:656 [INFO] ant mojo extractor found 0 mojo descriptor. 12:22:15:656 [INFO] bsh mojo extractor found 0 mojo descriptor. 12:22:15:663 [INFO] 12:22:15:663 [INFO] --- resources:3.3.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin --- 12:22:15:666 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/test/resources 12:22:15:666 [INFO] 12:22:15:666 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin --- 12:22:15:668 [INFO] No sources to compile 12:22:15:668 [INFO] 12:22:15:668 [INFO] --- surefire:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin --- 12:22:15:672 [INFO] Tests are skipped. 12:22:15:673 [INFO] 12:22:15:673 [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin --- 12:22:15:679 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0-SNAPSHOT.jar 12:22:15:723 [INFO] 12:22:15:723 [INFO] --- plugin:3.7.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin --- 12:22:15:730 [INFO] 12:22:15:730 [INFO] --- source:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin --- 12:22:15:735 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0-SNAPSHOT-sources.jar 12:22:15:808 [INFO] 12:22:15:808 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin --- 12:22:15:820 [INFO] No dependency problems found 12:22:15:820 [INFO] 12:22:15:820 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections-code-generator-maven-plugin --- 12:22:15:822 [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/12.0.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-12.0.0-SNAPSHOT.pom 12:22:15:823 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-12.0.0-SNAPSHOT.jar 12:22:15:824 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-12.0.0-SNAPSHOT-sources.jar 12:22:15:845 [INFO] 12:22:15:845 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >----------- 12:22:15:846 [INFO] Building Eclipse Collections API 12.0.0-SNAPSHOT [4/15] 12:22:15:846 [INFO] from eclipse-collections-api/pom.xml 12:22:15:846 [INFO] --------------------------------[ jar ]--------------------------------- 12:22:16:155 [INFO] 12:22:16:156 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections-api --- 12:22:16:156 [INFO] 12:22:16:156 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections-api --- 12:22:16:159 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 12:22:16:161 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 12:22:16:161 [INFO] 12:22:16:161 [INFO] --- eclipse-collections-code-generator:12.0.0-SNAPSHOT:generate-sources (default) @ eclipse-collections-api --- 12:22:16:185 [INFO] Generating sources in eclipse-collections-api to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/generated-sources/java 12:22:17:926 [INFO] Generated 1370 files 12:22:17:926 [INFO] 12:22:17:926 [INFO] --- resources:3.3.0:resources (default-resources) @ eclipse-collections-api --- 12:22:17:929 [INFO] Copying 3 resources 12:22:17:930 [INFO] 12:22:17:930 [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-collections-api --- 12:22:18:029 [INFO] Changes detected - recompiling the module! :source 12:22:18:030 [INFO] Compiling 1592 source files with javac [forked debug target 11] to target/classes 12:22:27:022 [INFO] 12:22:27:022 [INFO] --- bnd:5.1.1:bnd-process (default) @ eclipse-collections-api --- 12:22:46:464 [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. 12:22:46:464 [WARNING] Cannot consider developer in line '80' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 12:22:46:464 [WARNING] Cannot consider developer in line '84' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 12:22:46:465 [WARNING] Cannot consider developer in line '88' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 12:22:46:465 [WARNING] Cannot consider developer in line '92' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 12:22:46:465 [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. 12:22:47:413 [INFO] 12:22:47:413 [INFO] --- resources:3.3.0:testResources (default-testResources) @ eclipse-collections-api --- 12:22:47:416 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-api/src/test/resources 12:22:47:416 [INFO] 12:22:47:416 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-collections-api --- 12:22:47:417 [INFO] No sources to compile 12:22:47:417 [INFO] 12:22:47:417 [INFO] --- surefire:2.22.2:test (default-test) @ eclipse-collections-api --- 12:22:47:420 [INFO] Tests are skipped. 12:22:47:420 [INFO] 12:22:47:420 [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-collections-api --- 12:22:47:577 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-12.0.0-SNAPSHOT.jar 12:22:47:850 [INFO] 12:22:47:850 [INFO] --- source:3.2.1:jar-no-fork (default) @ eclipse-collections-api --- 12:22:47:920 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-12.0.0-SNAPSHOT-sources.jar 12:22:48:327 [INFO] 12:22:48:327 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections-api --- 12:22:48:679 [INFO] No dependency problems found 12:22:48:679 [INFO] 12:22:48:679 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections-api --- 12:22:48:681 [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/12.0.0-SNAPSHOT/eclipse-collections-api-12.0.0-SNAPSHOT.pom 12:22:48:682 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-api/12.0.0-SNAPSHOT/eclipse-collections-api-12.0.0-SNAPSHOT.jar 12:22:48:708 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-api/12.0.0-SNAPSHOT/eclipse-collections-api-12.0.0-SNAPSHOT-sources.jar 12:22:48:713 [INFO] 12:22:48:713 [INFO] ------------< org.eclipse.collections:eclipse-collections >------------- 12:22:48:713 [INFO] Building Eclipse Collections Main Library 12.0.0-SNAPSHOT [5/15] 12:22:48:713 [INFO] from eclipse-collections/pom.xml 12:22:48:713 [INFO] --------------------------------[ jar ]--------------------------------- 12:22:48:716 [INFO] 12:22:48:716 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections --- 12:22:48:716 [INFO] 12:22:48:716 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections --- 12:22:48:719 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 12:22:48:719 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 12:22:48:720 [INFO] 12:22:48:720 [INFO] --- eclipse-collections-code-generator:12.0.0-SNAPSHOT:generate-sources (generate-sources) @ eclipse-collections --- 12:22:48:720 [INFO] Generating sources in eclipse-collections to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/generated-sources/java 12:22:53:646 [INFO] Generated 1478 files 12:22:53:646 [INFO] 12:22:53:646 [INFO] --- eclipse-collections-code-generator:12.0.0-SNAPSHOT:generate-services (generate-services) @ eclipse-collections --- 12:22:53:650 [INFO] Generating sources in eclipse-collections to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/generated-resources/META-INF/services 12:22:53:717 [INFO] Generated 230 files 12:22:53:717 [INFO] 12:22:53:717 [INFO] --- resources:3.3.0:resources (default-resources) @ eclipse-collections --- 12:22:53:719 [INFO] Copying 27 resources 12:22:53:727 [INFO] Copying 230 resources to META-INF/services 12:22:53:749 [INFO] 12:22:53:749 [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-collections --- 12:22:53:848 [INFO] Changes detected - recompiling the module! :dependency 12:22:53:851 [INFO] Compiling 2133 source files with javac [forked debug target 11] to target/classes 12:23:36:303 [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 12:23:36:303 [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 12:23:36:303 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2275,19] Unsafe is internal proprietary API and may be removed in a future release 12:23:36:303 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2279,19] Unsafe is internal proprietary API and may be removed in a future release 12:23:36:304 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2285,83] Unsafe is internal proprietary API and may be removed in a future release 12:23:36:304 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2287,27] Unsafe is internal proprietary API and may be removed in a future release 12:23:36:304 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2289,34] Unsafe is internal proprietary API and may be removed in a future release 12:23:36:304 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2291,32] Unsafe is internal proprietary API and may be removed in a future release 12:23:36:304 [INFO] 12:23:36:304 [INFO] --- bnd:5.1.1:bnd-process (default) @ eclipse-collections --- 12:23:36:394 [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. 12:23:36:394 [WARNING] Cannot consider developer in line '80' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 12:23:36:394 [WARNING] Cannot consider developer in line '84' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 12:23:36:394 [WARNING] Cannot consider developer in line '88' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 12:23:36:394 [WARNING] Cannot consider developer in line '92' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 12:23:36:394 [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. 12:23:40:108 [INFO] 12:23:40:108 [INFO] --- resources:3.3.0:testResources (default-testResources) @ eclipse-collections --- 12:23:40:110 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections/src/test/resources 12:23:40:110 [INFO] 12:23:40:110 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-collections --- 12:23:40:111 [INFO] No sources to compile 12:23:40:111 [INFO] 12:23:40:112 [INFO] --- surefire:2.22.2:test (default-test) @ eclipse-collections --- 12:23:40:114 [INFO] Tests are skipped. 12:23:40:114 [INFO] 12:23:40:114 [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-collections --- 12:23:40:486 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-12.0.0-SNAPSHOT.jar 12:23:41:293 [INFO] 12:23:41:293 [INFO] --- source:3.2.1:jar-no-fork (default) @ eclipse-collections --- 12:23:41:360 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-12.0.0-SNAPSHOT-sources.jar 12:23:42:048 [INFO] 12:23:42:048 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections --- 12:23:43:387 [INFO] No dependency problems found 12:23:43:387 [INFO] 12:23:43:387 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections --- 12:23:43:388 [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/12.0.0-SNAPSHOT/eclipse-collections-12.0.0-SNAPSHOT.pom 12:23:43:389 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections/12.0.0-SNAPSHOT/eclipse-collections-12.0.0-SNAPSHOT.jar 12:23:43:398 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections/12.0.0-SNAPSHOT/eclipse-collections-12.0.0-SNAPSHOT-sources.jar 12:23:43:407 [INFO] 12:23:43:408 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >-------- 12:23:43:408 [INFO] Building Eclipse Collections Test Utilities 12.0.0-SNAPSHOT [6/15] 12:23:43:408 [INFO] from eclipse-collections-testutils/pom.xml 12:23:43:408 [INFO] --------------------------------[ jar ]--------------------------------- 12:23:43:545 [INFO] 12:23:43:545 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections-testutils --- 12:23:43:546 [INFO] 12:23:43:546 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections-testutils --- 12:23:43:549 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 12:23:43:550 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 12:23:43:550 [INFO] 12:23:43:550 [INFO] --- jacoco:0.8.8:prepare-agent (default) @ eclipse-collections-testutils --- 12:23:43:914 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/jacoco.exec 12:23:43:914 [INFO] 12:23:43:914 [INFO] --- resources:3.3.0:resources (default-resources) @ eclipse-collections-testutils --- 12:23:43:916 [INFO] Copying 3 resources 12:23:43:917 [INFO] 12:23:43:917 [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-collections-testutils --- 12:23:43:919 [INFO] Changes detected - recompiling the module! :dependency 12:23:43:919 [INFO] Compiling 4 source files with javac [forked debug target 11] to target/classes 12:23:45:984 [INFO] 12:23:45:984 [INFO] --- resources:3.3.0:testResources (default-testResources) @ eclipse-collections-testutils --- 12:23:45:986 [INFO] Copying 1 resource 12:23:45:986 [INFO] 12:23:45:986 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-collections-testutils --- 12:23:45:988 [INFO] Changes detected - recompiling the module! :dependency 12:23:45:988 [INFO] Compiling 5 source files with javac [forked debug target 11] to target/test-classes 12:23:48:180 [INFO] 12:23:48:180 [INFO] --- surefire:2.22.2:test (default-test) @ eclipse-collections-testutils --- 12:23:48:183 [INFO] Tests are skipped. 12:23:48:184 [INFO] 12:23:48:184 [INFO] --- jacoco:0.8.8:report (report) @ eclipse-collections-testutils --- 12:23:48:187 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:23:48:187 [INFO] 12:23:48:187 [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-collections-testutils --- 12:23:48:191 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-12.0.0-SNAPSHOT.jar 12:23:48:203 [INFO] 12:23:48:204 [INFO] --- source:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils --- 12:23:48:207 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-12.0.0-SNAPSHOT-sources.jar 12:23:48:219 [INFO] 12:23:48:219 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils --- 12:23:48:241 [INFO] No dependency problems found 12:23:48:242 [INFO] 12:23:48:242 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections-testutils --- 12:23:48:243 [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/12.0.0-SNAPSHOT/eclipse-collections-testutils-12.0.0-SNAPSHOT.pom 12:23:48:244 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-testutils/12.0.0-SNAPSHOT/eclipse-collections-testutils-12.0.0-SNAPSHOT.jar 12:23:48:245 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-testutils/12.0.0-SNAPSHOT/eclipse-collections-testutils-12.0.0-SNAPSHOT-sources.jar 12:23:48:247 [INFO] 12:23:48:247 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >-------- 12:23:48:247 [INFO] Building Eclipse Collections Fork Join Utilities 12.0.0-SNAPSHOT [7/15] 12:23:48:247 [INFO] from eclipse-collections-forkjoin/pom.xml 12:23:48:247 [INFO] --------------------------------[ jar ]--------------------------------- 12:23:48:251 [INFO] 12:23:48:251 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections-forkjoin --- 12:23:48:251 [INFO] 12:23:48:252 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections-forkjoin --- 12:23:48:254 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 12:23:48:254 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 12:23:48:254 [INFO] 12:23:48:254 [INFO] --- jacoco:0.8.8:prepare-agent (default) @ eclipse-collections-forkjoin --- 12:23:48:255 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/jacoco.exec 12:23:48:255 [INFO] 12:23:48:255 [INFO] --- resources:3.3.0:resources (default-resources) @ eclipse-collections-forkjoin --- 12:23:48:257 [INFO] Copying 3 resources 12:23:48:257 [INFO] 12:23:48:257 [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-collections-forkjoin --- 12:23:48:259 [INFO] Changes detected - recompiling the module! :dependency 12:23:48:260 [INFO] Compiling 8 source files with javac [forked debug target 11] to target/classes 12:23:49:996 [INFO] 12:23:49:996 [INFO] --- resources:3.3.0:testResources (default-testResources) @ eclipse-collections-forkjoin --- 12:23:49:998 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/src/test/resources 12:23:49:998 [INFO] 12:23:49:998 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-collections-forkjoin --- 12:23:50:000 [INFO] Changes detected - recompiling the module! :dependency 12:23:50:000 [INFO] Compiling 1 source file with javac [forked debug target 11] to target/test-classes 12:23:51:766 [INFO] 12:23:51:766 [INFO] --- surefire:2.22.2:test (default-test) @ eclipse-collections-forkjoin --- 12:23:51:769 [INFO] Tests are skipped. 12:23:51:769 [INFO] 12:23:51:769 [INFO] --- jacoco:0.8.8:report (report) @ eclipse-collections-forkjoin --- 12:23:51:771 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:23:51:771 [INFO] 12:23:51:771 [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-collections-forkjoin --- 12:23:51:774 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-12.0.0-SNAPSHOT.jar 12:23:51:798 [INFO] 12:23:51:798 [INFO] --- source:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin --- 12:23:51:803 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-12.0.0-SNAPSHOT-sources.jar 12:23:51:823 [INFO] 12:23:51:824 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin --- 12:23:51:837 [INFO] No dependency problems found 12:23:51:837 [INFO] 12:23:51:837 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections-forkjoin --- 12:23:51:838 [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/12.0.0-SNAPSHOT/eclipse-collections-forkjoin-12.0.0-SNAPSHOT.pom 12:23:51:839 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-forkjoin/12.0.0-SNAPSHOT/eclipse-collections-forkjoin-12.0.0-SNAPSHOT.jar 12:23:51:840 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-forkjoin/12.0.0-SNAPSHOT/eclipse-collections-forkjoin-12.0.0-SNAPSHOT-sources.jar 12:23:51:842 [INFO] 12:23:51:842 [INFO] -----------------< org.eclipse.collections:unit-tests >----------------- 12:23:51:842 [INFO] Building Eclipse Collections Unit Test Suite 12.0.0-SNAPSHOT [8/15] 12:23:51:842 [INFO] from unit-tests/pom.xml 12:23:51:842 [INFO] --------------------------------[ jar ]--------------------------------- 12:23:58:880 [INFO] 12:23:58:880 [INFO] --- clean:3.2.0:clean (default-clean) @ unit-tests --- 12:23:58:882 [INFO] 12:23:58:882 [INFO] --- enforcer:3.2.1:enforce (enforce) @ unit-tests --- 12:23:58:885 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 12:23:58:886 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 12:23:58:886 [INFO] 12:23:58:886 [INFO] --- jacoco:0.8.8:prepare-agent (default) @ unit-tests --- 12:23:58:887 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/unit-tests/target/jacoco.exec 12:23:58:887 [INFO] 12:23:58:887 [INFO] --- resources:3.3.0:resources (default-resources) @ unit-tests --- 12:23:58:889 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests/src/main/resources 12:23:58:889 [INFO] 12:23:58:889 [INFO] --- compiler:3.11.0:compile (default-compile) @ unit-tests --- 12:23:58:890 [INFO] No sources to compile 12:23:58:890 [INFO] 12:23:58:890 [INFO] --- eclipse-collections-code-generator:12.0.0-SNAPSHOT:generate-test-sources (default) @ unit-tests --- 12:23:58:892 [INFO] Generating sources in unit-tests to /home/jenkins/agent/workspace/new-version/unit-tests/target/generated-test-sources/java 12:24:07:115 [INFO] Generated 2346 files 12:24:07:115 [INFO] 12:24:07:115 [INFO] --- resources:3.3.0:testResources (default-testResources) @ unit-tests --- 12:24:07:118 [INFO] Copying 1 resource 12:24:07:118 [INFO] 12:24:07:118 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ unit-tests --- 12:24:07:242 [INFO] Changes detected - recompiling the module! :dependency 12:24:07:245 [INFO] Compiling 2922 source files with javac [forked debug target 11] to target/test-classes 12:25:31:053 [WARNING] /home/jenkins/agent/workspace/new-version/unit-tests/src/test/java/org/eclipse/collections/impl/multimap/AbstractMutableMultimapTestCase.java:[153,49] non-varargs call of varargs method with inexact argument type for last parameter; cast to Object for a varargs call cast to Object[] for a non-varargs call and to suppress this warning 12:25:31:053 [WARNING] /home/jenkins/agent/workspace/new-version/unit-tests/src/test/java/org/eclipse/collections/impl/map/mutable/MutableMapIterableTestCase.java:[300,59] non-varargs call of varargs method with inexact argument type for last parameter; cast to Integer for a varargs call cast to Integer[] for a non-varargs call and to suppress this warning 12:25:31:053 [WARNING] /home/jenkins/agent/workspace/new-version/unit-tests/src/test/java/org/eclipse/collections/impl/map/mutable/MutableMapIterableTestCase.java:[301,59] non-varargs call of varargs method with inexact argument type for last parameter; cast to Integer for a varargs call cast to Integer[] for a non-varargs call and to suppress this warning 12:25:31:053 [WARNING] /home/jenkins/agent/workspace/new-version/unit-tests/src/test/java/org/eclipse/collections/impl/factory/HashingStrategySetsTest.java:[42,101] non-varargs call of varargs method with inexact argument type for last parameter; cast to Object for a varargs call cast to Object[] for a non-varargs call and to suppress this warning 12:25:31:053 [WARNING] /home/jenkins/agent/workspace/new-version/unit-tests/src/test/java/org/eclipse/collections/impl/factory/HashingStrategySetsTest.java:[43,100] non-varargs call of varargs method with inexact argument type for last parameter; cast to Object for a varargs call cast to Object[] for a non-varargs call and to suppress this warning 12:25:31:053 [INFO] 12:25:31:053 [INFO] --- surefire:2.22.2:test (default-test) @ unit-tests --- 12:25:31:263 [INFO] Tests are skipped. 12:25:31:263 [INFO] 12:25:31:263 [INFO] --- jacoco:0.8.8:report (report) @ unit-tests --- 12:25:31:264 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:25:31:264 [INFO] 12:25:31:264 [INFO] --- jar:3.3.0:jar (default-jar) @ unit-tests --- 12:25:31:266 [WARNING] JAR will be empty - no content was marked for inclusion! 12:25:31:267 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-12.0.0-SNAPSHOT.jar 12:25:31:276 [INFO] 12:25:31:277 [INFO] --- source:3.2.1:jar-no-fork (default) @ unit-tests --- 12:25:31:279 [INFO] No sources in project. Archive not created. 12:25:31:279 [INFO] 12:25:31:279 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ unit-tests --- 12:25:32:571 [INFO] No dependency problems found 12:25:32:572 [INFO] 12:25:32:572 [INFO] --- install:3.1.0:install (default-install) @ unit-tests --- 12:25:32:576 [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/12.0.0-SNAPSHOT/unit-tests-12.0.0-SNAPSHOT.pom 12:25:32:577 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests/12.0.0-SNAPSHOT/unit-tests-12.0.0-SNAPSHOT.jar 12:25:32:579 [INFO] 12:25:32:579 [INFO] ------------< org.eclipse.collections:serialization-tests >------------- 12:25:32:579 [INFO] Building Eclipse Collections Serialization Test Suite 12.0.0-SNAPSHOT [9/15] 12:25:32:579 [INFO] from serialization-tests/pom.xml 12:25:32:579 [INFO] --------------------------------[ jar ]--------------------------------- 12:25:32:584 [INFO] 12:25:32:584 [INFO] --- clean:3.2.0:clean (default-clean) @ serialization-tests --- 12:25:32:585 [INFO] 12:25:32:585 [INFO] --- enforcer:3.2.1:enforce (enforce) @ serialization-tests --- 12:25:32:588 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 12:25:32:589 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 12:25:32:589 [INFO] 12:25:32:589 [INFO] --- jacoco:0.8.8:prepare-agent (default) @ serialization-tests --- 12:25:32:590 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/serialization-tests/target/jacoco.exec 12:25:32:590 [INFO] 12:25:32:590 [INFO] --- resources:3.3.0:resources (default-resources) @ serialization-tests --- 12:25:32:591 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/main/resources 12:25:32:591 [INFO] 12:25:32:591 [INFO] --- compiler:3.11.0:compile (default-compile) @ serialization-tests --- 12:25:32:592 [INFO] No sources to compile 12:25:32:592 [INFO] 12:25:32:592 [INFO] --- resources:3.3.0:testResources (default-testResources) @ serialization-tests --- 12:25:32:594 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/test/resources 12:25:32:594 [INFO] 12:25:32:595 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ serialization-tests --- 12:25:32:629 [INFO] Changes detected - recompiling the module! :dependency 12:25:32:630 [INFO] Compiling 882 source files with javac [forked debug target 11] to target/test-classes 12:25:36:907 [INFO] 12:25:36:907 [INFO] --- surefire:2.22.2:test (default-test) @ serialization-tests --- 12:25:36:911 [INFO] Tests are skipped. 12:25:36:911 [INFO] 12:25:36:911 [INFO] --- jacoco:0.8.8:report (report) @ serialization-tests --- 12:25:36:912 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:25:36:912 [INFO] 12:25:36:912 [INFO] --- jar:3.3.0:jar (default-jar) @ serialization-tests --- 12:25:36:913 [WARNING] JAR will be empty - no content was marked for inclusion! 12:25:36:914 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-12.0.0-SNAPSHOT.jar 12:25:36:928 [INFO] 12:25:36:928 [INFO] --- source:3.2.1:jar-no-fork (default) @ serialization-tests --- 12:25:36:930 [INFO] No sources in project. Archive not created. 12:25:36:930 [INFO] 12:25:36:930 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ serialization-tests --- 12:25:36:996 [INFO] No dependency problems found 12:25:36:997 [INFO] 12:25:36:997 [INFO] --- install:3.1.0:install (default-install) @ serialization-tests --- 12:25:36:998 [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/12.0.0-SNAPSHOT/serialization-tests-12.0.0-SNAPSHOT.pom 12:25:36:999 [INFO] Installing /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/serialization-tests/12.0.0-SNAPSHOT/serialization-tests-12.0.0-SNAPSHOT.jar 12:25:37:010 [INFO] 12:25:37:010 [INFO] ---------------< org.eclipse.collections:jcstress-tests >--------------- 12:25:37:010 [INFO] Building Eclipse Collections JCStress Test Suite 12.0.0-SNAPSHOT [10/15] 12:25:37:010 [INFO] from jcstress-tests/pom.xml 12:25:37:010 [INFO] --------------------------------[ jar ]--------------------------------- 12:25:39:803 [INFO] 12:25:39:803 [INFO] --- clean:3.2.0:clean (default-clean) @ jcstress-tests --- 12:25:39:804 [INFO] 12:25:39:804 [INFO] --- enforcer:3.2.1:enforce (enforce) @ jcstress-tests --- 12:25:39:807 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 12:25:39:807 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 12:25:39:807 [INFO] 12:25:39:807 [INFO] --- resources:3.3.0:resources (default-resources) @ jcstress-tests --- 12:25:39:809 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/main/resources 12:25:39:809 [INFO] 12:25:39:809 [INFO] --- compiler:3.11.0:compile (default-compile) @ jcstress-tests --- 12:25:39:811 [INFO] Changes detected - recompiling the module! :dependency 12:25:39:811 [INFO] Compiling 6 source files with javac [forked debug target 11] to target/classes 12:25:41:572 [INFO] 12:25:41:572 [INFO] --- resources:3.3.0:testResources (default-testResources) @ jcstress-tests --- 12:25:41:573 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/test/resources 12:25:41:574 [INFO] 12:25:41:574 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jcstress-tests --- 12:25:41:574 [INFO] No sources to compile 12:25:41:575 [INFO] 12:25:41:575 [INFO] --- surefire:2.22.2:test (default-test) @ jcstress-tests --- 12:25:41:577 [INFO] Tests are skipped. 12:25:41:577 [INFO] 12:25:41:577 [INFO] --- jar:3.3.0:jar (default-jar) @ jcstress-tests --- 12:25:41:585 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-12.0.0-SNAPSHOT.jar 12:25:41:595 [INFO] 12:25:41:595 [INFO] --- shade:3.4.1:shade (default) @ jcstress-tests --- 12:25:41:827 [INFO] Including org.eclipse.collections:eclipse-collections:jar:12.0.0-SNAPSHOT in the shaded jar. 12:25:41:827 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:12.0.0-SNAPSHOT in the shaded jar. 12:25:41:827 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.15 in the shaded jar. 12:25:41:827 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar. 12:25:41:827 [INFO] Including net.java.dev.jna:jna:jar:5.8.0 in the shaded jar. 12:25:41:827 [INFO] Including net.java.dev.jna:jna-platform:jar:5.8.0 in the shaded jar. 12:25:41:827 [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/new-version/jcstress-tests/dependency-reduced-pom.xml 12:25:43:723 [WARNING] jna-5.8.0.jar, jna-platform-5.8.0.jar define 3 overlapping resources: 12:25:43:724 [WARNING] - META-INF/AL2.0 12:25:43:724 [WARNING] - META-INF/LGPL2.1 12:25:43:724 [WARNING] - META-INF/LICENSE 12:25:43:724 [WARNING] eclipse-collections-12.0.0-SNAPSHOT.jar, eclipse-collections-api-12.0.0-SNAPSHOT.jar define 3 overlapping resources: 12:25:43:724 [WARNING] - LICENSE-EDL-1.0.txt 12:25:43:724 [WARNING] - LICENSE-EPL-1.0.txt 12:25:43:724 [WARNING] - about.html 12:25:43:724 [WARNING] eclipse-collections-12.0.0-SNAPSHOT.jar, eclipse-collections-api-12.0.0-SNAPSHOT.jar, jcstress-core-0.15.jar, jcstress-tests-12.0.0-SNAPSHOT.jar, jna-5.8.0.jar, jna-platform-5.8.0.jar, jopt-simple-4.6.jar define 1 overlapping resource: 12:25:43:724 [WARNING] - META-INF/MANIFEST.MF 12:25:43:724 [WARNING] maven-shade-plugin has detected that some class files are 12:25:43:724 [WARNING] present in two or more JARs. When this happens, only one 12:25:43:724 [WARNING] single version of the class is copied to the uber jar. 12:25:43:724 [WARNING] Usually this is not harmful and you can skip these warnings, 12:25:43:724 [WARNING] otherwise try to manually exclude artifacts based on 12:25:43:724 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 12:25:43:724 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ 12:25:43:735 [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-12.0.0-SNAPSHOT-shaded.jar 12:25:43:736 [INFO] 12:25:43:736 [INFO] --- source:3.2.1:jar-no-fork (default) @ jcstress-tests --- 12:25:43:742 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-12.0.0-SNAPSHOT-sources.jar 12:25:43:765 [INFO] 12:25:43:765 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ jcstress-tests --- 12:25:43:782 [INFO] No dependency problems found 12:25:43:782 [INFO] 12:25:43:782 [INFO] --- install:3.1.0:install (default-install) @ jcstress-tests --- 12:25:43:783 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/dependency-reduced-pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/12.0.0-SNAPSHOT/jcstress-tests-12.0.0-SNAPSHOT.pom 12:25:43:784 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/12.0.0-SNAPSHOT/jcstress-tests-12.0.0-SNAPSHOT.jar 12:25:43:785 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/12.0.0-SNAPSHOT/jcstress-tests-12.0.0-SNAPSHOT-sources.jar 12:25:43:808 [INFO] 12:25:43:808 [INFO] -------------< org.eclipse.collections:junit-trait-runner >------------- 12:25:43:808 [INFO] Building Eclipse Collections Test Trait JUnit Runner 12.0.0-SNAPSHOT [11/15] 12:25:43:808 [INFO] from junit-trait-runner/pom.xml 12:25:43:808 [INFO] --------------------------------[ jar ]--------------------------------- 12:25:43:812 [INFO] 12:25:43:812 [INFO] --- clean:3.2.0:clean (default-clean) @ junit-trait-runner --- 12:25:43:812 [INFO] 12:25:43:812 [INFO] --- enforcer:3.2.1:enforce (enforce) @ junit-trait-runner --- 12:25:43:815 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 12:25:43:815 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 12:25:43:815 [INFO] 12:25:43:815 [INFO] --- resources:3.3.0:resources (default-resources) @ junit-trait-runner --- 12:25:43:816 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/main/resources 12:25:43:816 [INFO] 12:25:43:816 [INFO] --- compiler:3.11.0:compile (default-compile) @ junit-trait-runner --- 12:25:43:819 [INFO] Changes detected - recompiling the module! :dependency 12:25:43:819 [INFO] Compiling 2 source files with javac [forked debug target 11] to target/classes 12:25:44:662 [INFO] 12:25:44:662 [INFO] --- resources:3.3.0:testResources (default-testResources) @ junit-trait-runner --- 12:25:44:663 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/test/resources 12:25:44:663 [INFO] 12:25:44:663 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ junit-trait-runner --- 12:25:44:664 [INFO] No sources to compile 12:25:44:664 [INFO] 12:25:44:664 [INFO] --- surefire:2.22.2:test (default-test) @ junit-trait-runner --- 12:25:44:667 [INFO] Tests are skipped. 12:25:44:667 [INFO] 12:25:44:667 [INFO] --- jar:3.3.0:jar (default-jar) @ junit-trait-runner --- 12:25:44:670 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-12.0.0-SNAPSHOT.jar 12:25:44:684 [INFO] 12:25:44:684 [INFO] --- source:3.2.1:jar-no-fork (default) @ junit-trait-runner --- 12:25:44:687 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-12.0.0-SNAPSHOT-sources.jar 12:25:44:701 [INFO] 12:25:44:701 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ junit-trait-runner --- 12:25:44:703 [INFO] No dependency problems found 12:25:44:703 [INFO] 12:25:44:703 [INFO] --- install:3.1.0:install (default-install) @ junit-trait-runner --- 12:25:44:704 [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/12.0.0-SNAPSHOT/junit-trait-runner-12.0.0-SNAPSHOT.pom 12:25:44:705 [INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/12.0.0-SNAPSHOT/junit-trait-runner-12.0.0-SNAPSHOT.jar 12:25:44:705 [INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/12.0.0-SNAPSHOT/junit-trait-runner-12.0.0-SNAPSHOT-sources.jar 12:25:44:707 [INFO] 12:25:44:707 [INFO] --------------< org.eclipse.collections:unit-tests-java8 >-------------- 12:25:44:707 [INFO] Building Eclipse Collections Java 8 Unit Test Suite 12.0.0-SNAPSHOT [12/15] 12:25:44:707 [INFO] from unit-tests-java8/pom.xml 12:25:44:707 [INFO] --------------------------------[ jar ]--------------------------------- 12:25:44:791 [INFO] 12:25:44:791 [INFO] --- clean:3.2.0:clean (default-clean) @ unit-tests-java8 --- 12:25:44:792 [INFO] 12:25:44:792 [INFO] --- enforcer:3.2.1:enforce (enforce) @ unit-tests-java8 --- 12:25:44:793 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 12:25:44:794 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 12:25:44:794 [INFO] 12:25:44:794 [INFO] --- jacoco:0.8.8:prepare-agent (default) @ unit-tests-java8 --- 12:25:44:795 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/unit-tests-java8/target/jacoco.exec 12:25:44:795 [INFO] 12:25:44:795 [INFO] --- resources:3.3.0:resources (default-resources) @ unit-tests-java8 --- 12:25:44:796 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/main/resources 12:25:44:796 [INFO] 12:25:44:796 [INFO] --- compiler:3.11.0:compile (default-compile) @ unit-tests-java8 --- 12:25:44:797 [INFO] No sources to compile 12:25:44:797 [INFO] 12:25:44:797 [INFO] --- resources:3.3.0:testResources (default-testResources) @ unit-tests-java8 --- 12:25:44:798 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/test/resources 12:25:44:798 [INFO] 12:25:44:798 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ unit-tests-java8 --- 12:25:44:805 [INFO] Changes detected - recompiling the module! :dependency 12:25:44:805 [INFO] Compiling 178 source files with javac [forked debug target 11] to target/test-classes 12:25:52:350 [INFO] 12:25:52:350 [INFO] --- surefire:2.22.2:test (default-test) @ unit-tests-java8 --- 12:25:52:354 [INFO] Tests are skipped. 12:25:52:354 [INFO] 12:25:52:354 [INFO] --- jacoco:0.8.8:report (report) @ unit-tests-java8 --- 12:25:52:355 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:25:52:355 [INFO] 12:25:52:356 [INFO] --- jar:3.3.0:jar (default-jar) @ unit-tests-java8 --- 12:25:52:356 [WARNING] JAR will be empty - no content was marked for inclusion! 12:25:52:357 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-12.0.0-SNAPSHOT.jar 12:25:52:371 [INFO] 12:25:52:371 [INFO] --- source:3.2.1:jar-no-fork (default) @ unit-tests-java8 --- 12:25:52:372 [INFO] No sources in project. Archive not created. 12:25:52:372 [INFO] 12:25:52:372 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ unit-tests-java8 --- 12:25:52:411 [INFO] No dependency problems found 12:25:52:411 [INFO] 12:25:52:411 [INFO] --- install:3.1.0:install (default-install) @ unit-tests-java8 --- 12:25:52:411 [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/12.0.0-SNAPSHOT/unit-tests-java8-12.0.0-SNAPSHOT.pom 12:25:52:412 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests-java8/12.0.0-SNAPSHOT/unit-tests-java8-12.0.0-SNAPSHOT.jar 12:25:52:414 [INFO] 12:25:52:414 [INFO] ---------------< org.eclipse.collections:test-coverage >---------------- 12:25:52:414 [INFO] Building Eclipse Collections Test Coverage Aggregation 12.0.0-SNAPSHOT [13/15] 12:25:52:414 [INFO] from test-coverage/pom.xml 12:25:52:414 [INFO] --------------------------------[ pom ]--------------------------------- 12:25:52:416 [INFO] 12:25:52:416 [INFO] --- clean:3.2.0:clean (default-clean) @ test-coverage --- 12:25:52:416 [INFO] 12:25:52:417 [INFO] --- enforcer:3.2.1:enforce (enforce) @ test-coverage --- 12:25:52:418 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 12:25:52:419 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 12:25:52:419 [INFO] 12:25:52:419 [INFO] --- jacoco:0.8.8:prepare-agent (default) @ test-coverage --- 12:25:52:419 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/test-coverage/target/jacoco.exec 12:25:52:419 [INFO] 12:25:52:419 [INFO] --- jacoco:0.8.8:report (report) @ test-coverage --- 12:25:52:420 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:25:52:420 [INFO] 12:25:52:420 [INFO] --- jacoco:0.8.8:report-aggregate (default-report) @ test-coverage --- 12:25:53:268 [INFO] Analyzed bundle 'eclipse-collections-api' with 621 classes 12:25:56:352 [INFO] Analyzed bundle 'eclipse-collections' with 3708 classes 12:26:02:329 [INFO] Analyzed bundle 'eclipse-collections-testutils' with 3 classes 12:26:02:352 [INFO] 12:26:02:352 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ test-coverage --- 12:26:02:353 [INFO] Skipping pom project 12:26:02:354 [INFO] 12:26:02:354 [INFO] --- install:3.1.0:install (default-install) @ test-coverage --- 12:26:02:354 [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/12.0.0-SNAPSHOT/test-coverage-12.0.0-SNAPSHOT.pom 12:26:02:356 [INFO] 12:26:02:356 [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- 12:26:02:356 [INFO] Building Eclipse Collections p2 Repository Build 12.0.0-SNAPSHOT [14/15] 12:26:02:356 [INFO] from p2-repository/pom.xml 12:26:02:356 [INFO] --------------------------------[ pom ]--------------------------------- 12:26:02:371 [INFO] 12:26:02:371 [INFO] --- clean:3.2.0:clean (default-clean) @ p2-repository --- 12:26:02:386 [INFO] 12:26:02:386 [INFO] --- enforcer:3.2.1:enforce (enforce) @ p2-repository --- 12:26:02:464 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 12:26:02:467 [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed 12:26:02:467 [INFO] Rule 2: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed 12:26:02:472 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 12:26:02:472 [INFO] 12:26:02:472 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ p2-repository --- 12:26:02:670 [INFO] Skipping pom project 12:26:02:670 [INFO] 12:26:02:670 [INFO] --- install:3.1.0:install (default-install) @ p2-repository --- 12:26:02:684 [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/12.0.0-SNAPSHOT/p2-repository-12.0.0-SNAPSHOT.pom 12:26:02:685 [INFO] 12:26:02:685 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >----------- 12:26:02:685 [INFO] Building Eclipse Collections OSGi Bundle 12.0.0-SNAPSHOT [15/15] 12:26:02:685 [INFO] from p2-repository/org.eclipse.collections/pom.xml 12:26:02:685 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 12:26:02:917 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier)' 12:26:02:917 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:1.7.0:validate-version (default-validate-version)' 12:26:03:153 [INFO] 12:26:03:153 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.collections --- 12:26:03:154 [INFO] 12:26:03:154 [INFO] --- tycho-packaging:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections --- 12:26:08:880 [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 12:26:08:880 [WARNING] Fallback to default timestamp provider 12:26:08:885 [INFO] The project's OSGi version is 12.0.0.v20230828-1221 12:26:08:885 [INFO] 12:26:08:886 [INFO] --- tycho-packaging:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections --- 12:26:08:888 [INFO] 12:26:08:888 [INFO] --- enforcer:3.2.1:enforce (enforce) @ org.eclipse.collections --- 12:26:08:890 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 12:26:08:892 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 12:26:08:892 [INFO] 12:26:08:892 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.collections --- 12:26:08:928 [INFO] Copying 2 resources 12:26:08:931 [INFO] 12:26:08:931 [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.collections --- 12:26:08:966 [INFO] No sources to compile 12:26:08:966 [INFO] 12:26:08:966 [INFO] --- ebr:1.3.0:bundle (default-bundle) @ org.eclipse.collections --- 12:26:08:978 [INFO] Gathering dependencies 12:26:08:987 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:12.0.0-SNAPSHOT:jar 12:26:08:997 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:12.0.0-SNAPSHOT:jar 12:26:08:999 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 12:26:09:981 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 12:26:10:245 [INFO] Merging collected dependencies 12:26:10:338 [INFO] Copying 5681 resources 12:26:10:803 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-12.0.0-SNAPSHOT.jar 12:26:16:631 [INFO] Gathering sources 12:26:16:634 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:12.0.0-SNAPSHOT:jar 12:26:16:635 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:12.0.0-SNAPSHOT:jar 12:26:16:636 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 12:26:17:389 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 12:26:17:832 [INFO] Copying 2 resources 12:26:17:833 [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-12.0.0-SNAPSHOT-sources.jar 12:26:49:069 [INFO] Assembling p2 repository 12:26:50:672 [INFO] 12:26:50:672 [INFO] --- tycho-p2:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections --- 12:26:50:675 [INFO] 12:26:50:675 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ org.eclipse.collections --- 12:26:52:438 [INFO] No dependency problems found 12:26:52:439 [INFO] 12:26:52:439 [INFO] --- install:3.1.0:install (default-install) @ org.eclipse.collections --- 12:26:52:443 [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/12.0.0-SNAPSHOT/org.eclipse.collections-12.0.0-SNAPSHOT.pom 12:26:52:444 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/12.0.0-SNAPSHOT/org.eclipse.collections-12.0.0-SNAPSHOT.jar 12:26:52:454 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/12.0.0-SNAPSHOT/org.eclipse.collections-12.0.0-SNAPSHOT-sources.jar 12:26:52:459 [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/12.0.0-SNAPSHOT/org.eclipse.collections-12.0.0-SNAPSHOT-p2metadata.xml 12:26:52:460 [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/12.0.0-SNAPSHOT/org.eclipse.collections-12.0.0-SNAPSHOT-p2artifacts.xml 12:26:52:464 [INFO] 12:26:52:464 [INFO] --- tycho-p2:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections --- 12:26:52:493 [INFO] ------------------------------------------------------------------------ 12:26:52:493 [INFO] Reactor Summary for Eclipse Collections Parent Project 12.0.0-SNAPSHOT: 12:26:52:493 [INFO] 12:26:52:494 [INFO] Eclipse Collections Parent Project ................. SUCCESS [ 6.794 s] 12:26:52:494 [INFO] Eclipse Collections Code Generator ................. SUCCESS [ 4.935 s] 12:26:52:494 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [ 4.371 s] 12:26:52:494 [INFO] Eclipse Collections API ............................ SUCCESS [ 32.867 s] 12:26:52:494 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 54.695 s] 12:26:52:494 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [ 4.840 s] 12:26:52:494 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [ 3.595 s] 12:26:52:494 [INFO] Eclipse Collections Unit Test Suite ................ SUCCESS [01:40 min] 12:26:52:494 [INFO] Eclipse Collections Serialization Test Suite ....... SUCCESS [ 4.431 s] 12:26:52:494 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [ 6.798 s] 12:26:52:494 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SUCCESS [ 0.899 s] 12:26:52:494 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SUCCESS [ 7.706 s] 12:26:52:494 [INFO] Eclipse Collections Test Coverage Aggregation ...... SUCCESS [ 9.943 s] 12:26:52:494 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [ 0.329 s] 12:26:52:494 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 49.808 s] 12:26:52:494 [INFO] ------------------------------------------------------------------------ 12:26:52:494 [INFO] BUILD SUCCESS 12:26:52:494 [INFO] ------------------------------------------------------------------------ 12:26:52:494 [INFO] Total time: 04:54 min 12:26:52:494 [INFO] Finished at: 2023-08-28T12:26:52Z 12:26:52:495 [INFO] ------------------------------------------------------------------------ 12:26:52:495 [WARNING] 12:26:52:495 [WARNING] Plugin validation issues were detected in 11 plugin(s) 12:26:52:495 [WARNING] 12:26:52:495 [WARNING] * org.apache.maven.plugins:maven-source-plugin:3.2.1 12:26:52:495 [WARNING] * org.apache.maven.plugins:maven-dependency-plugin:3.1.2 12:26:52:495 [WARNING] * org.eclipse.tycho:tycho-packaging-plugin:1.7.0 12:26:52:495 [WARNING] * org.eclipse.ebr:ebr-maven-plugin:1.3.0 12:26:52:495 [WARNING] * org.apache.maven.plugins:maven-plugin-plugin:3.7.1 12:26:52:495 [WARNING] * biz.aQute.bnd:bnd-maven-plugin:5.1.1 12:26:52:495 [WARNING] * org.jacoco:jacoco-maven-plugin:0.8.8 12:26:52:495 [WARNING] * org.apache.maven.plugins:maven-surefire-plugin:2.22.2 12:26:52:495 [WARNING] * org.apache.maven.plugins:maven-shade-plugin:3.4.1 12:26:52:495 [WARNING] * org.apache.maven.plugins:maven-resources-plugin:3.3.0 12:26:52:495 [WARNING] * org.eclipse.tycho:tycho-p2-plugin:1.7.0 12:26:52:495 [WARNING] 12:26:52:495 [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] 12:26:52:495 [WARNING] [new-version] $ /bin/sh -xe /tmp/jenkins8340354753032551404.sh + git checkout origin/master HEAD is now at 6b13cca9 Release version 12.0.0.M3. M acceptance-tests/pom.xml M eclipse-collections-api/pom.xml M eclipse-collections-code-generator-maven-plugin/pom.xml M eclipse-collections-code-generator/pom.xml M eclipse-collections-forkjoin/pom.xml M eclipse-collections-testutils/pom.xml M eclipse-collections/pom.xml M jcstress-tests/pom.xml M jmh-scala-tests/pom.xml M jmh-tests/pom.xml M junit-trait-runner/pom.xml M p2-repository/org.eclipse.collections/pom.xml M p2-repository/pom.xml M performance-tests/pom.xml M pom.xml M scala-unit-tests/pom.xml M serialization-tests/pom.xml M test-coverage/pom.xml M unit-tests-java8/pom.xml M unit-tests/pom.xml + git config --global user.email collections-bot@eclipse.org + git config --global user.name 'Eclipse Collections Bot' + git add -u '*.xml' + git commit -m 'Update version number to 12.0.0-SNAPSHOT.' [detached HEAD a8ffc7bc] Update version number to 12.0.0-SNAPSHOT. 20 files changed, 20 insertions(+), 20 deletions(-) The recommended git tool is: NONE using credential github-bot-ssh Pushing HEAD to branch master at repo origin > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials GitHub bot (SSH) [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/new-version@tmp/jenkins-gitclient-ssh16122851975365026299.key Verifying host key using known hosts file > git push git@github.com:eclipse/eclipse-collections.git HEAD:master # timeout=10 An attempt to send an e-mail to empty list of recipients, ignored. Finished: SUCCESS