Skip to content

Console Output

Started by user Nikhil Nanivadekar
Running as Nikhil Nanivadekar
Agent basic-9kd1m is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-9kd1m"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-9kd1m"
    - 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-9kd1m"
    - 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-9kd1m 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 a00b2c50d247808549f372933bcb428abf04df68 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a00b2c50d247808549f372933bcb428abf04df68 # timeout=10
Commit message: "Release version 10.3.0.M1."
 > git rev-list --no-walk c99f1d8c22f59370f778ea23c563272e6715aa0d # 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"
14:53:28:308 [INFO] Error stacktraces are turned on.
14:53:28:529 [INFO] Scanning for projects...
14:54:04:011 [INFO] ------------------------------------------------------------------------
14:54:04:011 [INFO] Reactor Build Order:
14:54:04:011 [INFO] 
14:54:04:012 [INFO] Eclipse Collections Parent Project                                 [pom]
14:54:04:013 [INFO] Eclipse Collections Code Generator                                 [jar]
14:54:04:013 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
14:54:04:013 [INFO] Eclipse Collections API                                            [jar]
14:54:04:014 [INFO] Eclipse Collections Main Library                                   [jar]
14:54:04:014 [INFO] Eclipse Collections Test Utilities                                 [jar]
14:54:04:014 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
14:54:04:015 [INFO] Eclipse Collections Unit Test Suite                                [jar]
14:54:04:015 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
14:54:04:015 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
14:54:04:016 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
14:54:04:016 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
14:54:04:016 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
14:54:04:016 [INFO] Eclipse Collections p2 Repository Build                            [pom]
14:54:04:017 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
14:54:04:017 [INFO] Eclipse Collections Scala Unit Test Suite                          [jar]
14:54:04:017 [INFO] Eclipse Collections JMH Scala Test Suite                           [jar]
14:54:04:017 [INFO] Eclipse Collections JMH Test Suite                                 [jar]
14:54:04:561 [INFO] 
14:54:04:561 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
14:54:04:561 [INFO] Building Eclipse Collections Parent Project 10.3.0.M1             [1/18]
14:54:04:562 [INFO] --------------------------------[ pom ]---------------------------------
14:54:04:564 [INFO] 
14:54:04:564 [INFO] --- versions-maven-plugin:2.7:set (default-cli) @ eclipse-collections-parent ---
14:54:07:979 [INFO] Searching for local aggregator root...
14:54:07:980 [INFO] Local aggregation root: /home/jenkins/agent/workspace/new-version
14:54:07:983 [INFO] Processing change of org.eclipse.collections:eclipse-collections-parent:10.3.0.M1 -> 10.3.0-SNAPSHOT
14:54:08:029 [INFO] Processing org.eclipse.collections:eclipse-collections-parent
14:54:08:029 [INFO]     Updating project org.eclipse.collections:eclipse-collections-parent
14:54:08:029 [INFO]         from version 10.3.0.M1 to 10.3.0-SNAPSHOT
14:54:08:143 [INFO] 
14:54:08:145 [INFO] Processing org.eclipse.collections:acceptance-tests
14:54:08:145 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:54:08:145 [INFO]         from version 10.3.0.M1 to 10.3.0-SNAPSHOT
14:54:08:181 [INFO] 
14:54:08:182 [INFO] Processing org.eclipse.collections:eclipse-collections-api
14:54:08:182 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:54:08:182 [INFO]         from version 10.3.0.M1 to 10.3.0-SNAPSHOT
14:54:08:193 [INFO] 
14:54:08:194 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator-maven-plugin
14:54:08:194 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:54:08:195 [INFO]         from version 10.3.0.M1 to 10.3.0-SNAPSHOT
14:54:08:206 [INFO] 
14:54:08:207 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator
14:54:08:207 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:54:08:207 [INFO]         from version 10.3.0.M1 to 10.3.0-SNAPSHOT
14:54:08:215 [INFO] 
14:54:08:216 [INFO] Processing org.eclipse.collections:eclipse-collections-forkjoin
14:54:08:216 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:54:08:216 [INFO]         from version 10.3.0.M1 to 10.3.0-SNAPSHOT
14:54:08:226 [INFO] 
14:54:08:227 [INFO] Processing org.eclipse.collections:eclipse-collections-testutils
14:54:08:227 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:54:08:227 [INFO]         from version 10.3.0.M1 to 10.3.0-SNAPSHOT
14:54:08:237 [INFO] 
14:54:08:238 [INFO] Processing org.eclipse.collections:eclipse-collections
14:54:08:238 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:54:08:238 [INFO]         from version 10.3.0.M1 to 10.3.0-SNAPSHOT
14:54:08:248 [INFO] 
14:54:08:249 [INFO] Processing org.eclipse.collections:jcstress-tests
14:54:08:249 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:54:08:249 [INFO]         from version 10.3.0.M1 to 10.3.0-SNAPSHOT
14:54:08:283 [INFO] 
14:54:08:283 [INFO] Processing org.eclipse.collections:jmh-scala-tests
14:54:08:283 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:54:08:284 [INFO]         from version 10.3.0.M1 to 10.3.0-SNAPSHOT
14:54:08:291 [INFO] 
14:54:08:292 [INFO] Processing org.eclipse.collections:jmh-tests
14:54:08:292 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:54:08:292 [INFO]         from version 10.3.0.M1 to 10.3.0-SNAPSHOT
14:54:08:304 [INFO] 
14:54:08:305 [INFO] Processing org.eclipse.collections:junit-trait-runner
14:54:08:305 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:54:08:305 [INFO]         from version 10.3.0.M1 to 10.3.0-SNAPSHOT
14:54:08:309 [INFO] 
14:54:08:310 [INFO] Processing org.eclipse.collections:p2-repository
14:54:08:310 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:54:08:310 [INFO]         from version 10.3.0.M1 to 10.3.0-SNAPSHOT
14:54:08:327 [INFO] 
14:54:08:327 [INFO] Processing org.eclipse.collections:performance-tests
14:54:08:328 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:54:08:328 [INFO]         from version 10.3.0.M1 to 10.3.0-SNAPSHOT
14:54:08:334 [INFO] 
14:54:08:335 [INFO] Processing org.eclipse.collections:scala-unit-tests
14:54:08:335 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:54:08:336 [INFO]         from version 10.3.0.M1 to 10.3.0-SNAPSHOT
14:54:08:344 [INFO] 
14:54:08:345 [INFO] Processing org.eclipse.collections:serialization-tests
14:54:08:345 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:54:08:345 [INFO]         from version 10.3.0.M1 to 10.3.0-SNAPSHOT
14:54:08:351 [INFO] 
14:54:08:352 [INFO] Processing org.eclipse.collections:test-coverage
14:54:08:352 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:54:08:352 [INFO]         from version 10.3.0.M1 to 10.3.0-SNAPSHOT
14:54:08:359 [INFO] 
14:54:08:380 [INFO] Processing org.eclipse.collections:unit-tests-java8
14:54:08:381 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:54:08:381 [INFO]         from version 10.3.0.M1 to 10.3.0-SNAPSHOT
14:54:08:387 [INFO] 
14:54:08:388 [INFO] Processing org.eclipse.collections:unit-tests
14:54:08:388 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:54:08:388 [INFO]         from version 10.3.0.M1 to 10.3.0-SNAPSHOT
14:54:08:395 [INFO] 
14:54:08:397 [INFO] Processing org.eclipse.collections:org.eclipse.collections
14:54:08:397 [INFO]     Updating parent org.eclipse.collections:p2-repository
14:54:08:397 [INFO]         from version 10.3.0.M1 to 10.3.0-SNAPSHOT
14:54:08:399 [INFO] 
14:54:08:400 [INFO] ------------------------------------------------------------------------
14:54:08:400 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.3.0.M1:
14:54:08:400 [INFO] 
14:54:08:400 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  3.838 s]
14:54:08:401 [INFO] Eclipse Collections Code Generator ................. SKIPPED
14:54:08:401 [INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED
14:54:08:401 [INFO] Eclipse Collections API ............................ SKIPPED
14:54:08:401 [INFO] Eclipse Collections Main Library ................... SKIPPED
14:54:08:401 [INFO] Eclipse Collections Test Utilities ................. SKIPPED
14:54:08:401 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED
14:54:08:401 [INFO] Eclipse Collections Unit Test Suite ................ SKIPPED
14:54:08:402 [INFO] Eclipse Collections Serialization Test Suite ....... SKIPPED
14:54:08:402 [INFO] Eclipse Collections JCStress Test Suite ............ SKIPPED
14:54:08:402 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SKIPPED
14:54:08:402 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SKIPPED
14:54:08:402 [INFO] Eclipse Collections Test Coverage Aggregation ...... SKIPPED
14:54:08:402 [INFO] Eclipse Collections p2 Repository Build ............ SKIPPED
14:54:08:402 [INFO] Eclipse Collections OSGi Bundle .................... SKIPPED
14:54:08:402 [INFO] Eclipse Collections Scala Unit Test Suite .......... SKIPPED
14:54:08:403 [INFO] Eclipse Collections JMH Scala Test Suite ........... SKIPPED
14:54:08:403 [INFO] Eclipse Collections JMH Test Suite ................. SKIPPED
14:54:08:403 [INFO] ------------------------------------------------------------------------
14:54:08:403 [INFO] BUILD SUCCESS
14:54:08:403 [INFO] ------------------------------------------------------------------------
14:54:08:403 [INFO] Total time:  40.075 s
14:54:08:403 [INFO] Finished at: 2020-07-03T14:54:08Z
14:54:08:404 [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"
14:54:09:137 [INFO] Error stacktraces are turned on.
14:54:09:334 [INFO] Scanning for projects...
14:54:10:341 [INFO] ------------------------------------------------------------------------
14:54:10:341 [INFO] Reactor Build Order:
14:54:10:341 [INFO] 
14:54:10:343 [INFO] Eclipse Collections Parent Project                                 [pom]
14:54:10:343 [INFO] Eclipse Collections Code Generator                                 [jar]
14:54:10:343 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
14:54:10:344 [INFO] Eclipse Collections API                                            [jar]
14:54:10:344 [INFO] Eclipse Collections Main Library                                   [jar]
14:54:10:345 [INFO] Eclipse Collections Test Utilities                                 [jar]
14:54:10:345 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
14:54:10:346 [INFO] Eclipse Collections Unit Test Suite                                [jar]
14:54:10:346 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
14:54:10:346 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
14:54:10:346 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
14:54:10:347 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
14:54:10:347 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
14:54:10:347 [INFO] Eclipse Collections p2 Repository Build                            [pom]
14:54:10:348 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
14:54:10:348 [INFO] Eclipse Collections Scala Unit Test Suite                          [jar]
14:54:10:348 [INFO] Eclipse Collections JMH Scala Test Suite                           [jar]
14:54:10:348 [INFO] Eclipse Collections JMH Test Suite                                 [jar]
14:54:10:381 [INFO] 
14:54:10:381 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
14:54:10:382 [INFO] Building Eclipse Collections Parent Project 10.3.0-SNAPSHOT       [1/18]
14:54:10:382 [INFO] --------------------------------[ pom ]---------------------------------
14:54:10:777 [INFO] 
14:54:10:777 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
14:54:10:828 [INFO] 
14:54:10:828 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
14:54:11:290 [INFO] 
14:54:11:290 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-parent ---
14:54:13:300 [INFO] Skipping pom project
14:54:13:300 [INFO] 
14:54:13:300 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
14:54:13:439 [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
14:54:13:447 [INFO] 
14:54:13:448 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
14:54:13:448 [INFO] Building Eclipse Collections Code Generator 10.3.0-SNAPSHOT       [2/18]
14:54:13:448 [INFO] --------------------------------[ jar ]---------------------------------
14:54:14:037 [INFO] 
14:54:14:037 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
14:54:14:038 [INFO] 
14:54:14:038 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
14:54:14:047 [INFO] 
14:54:14:047 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator ---
14:54:14:171 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:54:14:180 [INFO] Copying 355 resources
14:54:14:272 [INFO] 
14:54:14:272 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
14:54:17:973 [INFO] Changes detected - recompiling the module!
14:54:17:980 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/classes
14:54:18:765 [INFO] 
14:54:18:765 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
14:54:18:766 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:54:18:766 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/src/test/resources
14:54:18:767 [INFO] 
14:54:18:767 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
14:54:18:787 [INFO] Changes detected - recompiling the module!
14:54:18:787 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/test-classes
14:54:19:154 [INFO] 
14:54:19:154 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
14:54:22:109 [INFO] Tests are skipped.
14:54:22:109 [INFO] 
14:54:22:109 [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-code-generator ---
14:54:23:164 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0-SNAPSHOT.jar
14:54:23:337 [INFO] 
14:54:23:337 [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-code-generator ---
14:54:23:425 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0-SNAPSHOT-sources.jar
14:54:23:533 [INFO] 
14:54:23:533 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-code-generator ---
14:54:23:591 [INFO] No dependency problems found
14:54:23:591 [INFO] 
14:54:23:592 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
14:54:23:597 [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
14:54:23:602 [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
14:54:23:604 [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
14:54:23:607 [INFO] 
14:54:23:608 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
14:54:23:608 [INFO] Building Eclipse Collections Code Generator Maven Plugin 10.3.0-SNAPSHOT [3/18]
14:54:23:608 [INFO] ----------------------------[ maven-plugin ]----------------------------
14:54:24:095 [INFO] 
14:54:24:095 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
14:54:24:096 [INFO] 
14:54:24:096 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
14:54:24:117 [INFO] 
14:54:24:117 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
14:54:24:118 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:54:24:118 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/main/resources
14:54:24:118 [INFO] 
14:54:24:118 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
14:54:24:120 [INFO] Changes detected - recompiling the module!
14:54:24:121 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/classes
14:54:24:473 [INFO] 
14:54:24:473 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
14:54:25:350 [INFO] Using 'UTF-8' encoding to read mojo source files.
14:54:25:395 [INFO] java-javadoc mojo extractor found 1 mojo descriptor.
14:54:25:485 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
14:54:25:542 [INFO] 
14:54:25:542 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
14:54:25:543 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:54:25:543 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/test/resources
14:54:25:544 [INFO] 
14:54:25:544 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
14:54:25:545 [INFO] No sources to compile
14:54:25:545 [INFO] 
14:54:25:545 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
14:54:25:547 [INFO] Tests are skipped.
14:54:25:547 [INFO] 
14:54:25:547 [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
14:54:25:551 [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
14:54:25:554 [INFO] 
14:54:25:554 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
14:54:25:556 [INFO] 
14:54:25:556 [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
14:54:25:582 [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
14:54:25:585 [INFO] 
14:54:25:585 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
14:54:25:588 [INFO] No dependency problems found
14:54:25:588 [INFO] 
14:54:25:588 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
14:54:25:589 [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
14:54:25:591 [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
14:54:25:606 [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
14:54:25:608 [INFO] 
14:54:25:608 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
14:54:25:608 [INFO] Building Eclipse Collections API 10.3.0-SNAPSHOT                  [4/18]
14:54:25:608 [INFO] --------------------------------[ jar ]---------------------------------
14:54:25:610 [INFO] 
14:54:25:610 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
14:54:25:611 [INFO] 
14:54:25:611 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
14:54:25:613 [INFO] 
14:54:25:613 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0-SNAPSHOT:generate (default) @ eclipse-collections-api ---
14:54:25:620 [INFO] Generating sources to eclipse-collections-api
14:54:26:484 [INFO] Generated 1179 files
14:54:26:485 [INFO] 
14:54:26:485 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api ---
14:54:26:486 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:54:26:487 [INFO] Copying 3 resources
14:54:26:488 [INFO] 
14:54:26:488 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
14:54:26:655 [INFO] Changes detected - recompiling the module!
14:54:26:656 [INFO] Compiling 1401 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/classes
14:54:30:112 [INFO] 
14:54:30:112 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api ---
14:54:30:113 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:54:30:114 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-api/src/test/resources
14:54:30:114 [INFO] 
14:54:30:114 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
14:54:30:115 [INFO] No sources to compile
14:54:30:115 [INFO] 
14:54:30:115 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
14:54:30:117 [INFO] Tests are skipped.
14:54:30:117 [INFO] 
14:54:30:117 [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-api ---
14:54:30:226 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.3.0-SNAPSHOT.jar
14:54:30:333 [INFO] 
14:54:30:333 [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-api ---
14:54:30:431 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.3.0-SNAPSHOT-sources.jar
14:54:30:828 [INFO] 
14:54:30:829 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-api ---
14:54:31:034 [INFO] No dependency problems found
14:54:31:034 [INFO] 
14:54:31:034 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
14:54:31:035 [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
14:54:31:040 [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
14:54:31:047 [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
14:54:31:051 [INFO] 
14:54:31:051 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
14:54:31:052 [INFO] Building Eclipse Collections Main Library 10.3.0-SNAPSHOT         [5/18]
14:54:31:052 [INFO] --------------------------------[ jar ]---------------------------------
14:54:31:053 [INFO] 
14:54:31:053 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
14:54:31:054 [INFO] 
14:54:31:054 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
14:54:31:056 [INFO] 
14:54:31:056 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0-SNAPSHOT:generate (default) @ eclipse-collections ---
14:54:31:056 [INFO] Generating sources to eclipse-collections
14:54:33:665 [INFO] Generated 1430 files
14:54:33:665 [INFO] 
14:54:33:665 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections ---
14:54:33:666 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:54:33:667 [INFO] Copying 24 resources
14:54:33:671 [INFO] 
14:54:33:671 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
14:54:33:821 [INFO] Changes detected - recompiling the module!
14:54:33:823 [INFO] Compiling 2085 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/classes
14:54:57:976 [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
14:54:57:976 [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
14:54:57:977 [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
14:54:57:977 [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
14:54:57:977 [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
14:54:57:977 [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
14:54:57:978 [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
14:54:57:978 [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
14:54:57:978 [INFO] 
14:54:57:978 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections ---
14:54:57:979 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:54:57:979 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections/src/test/resources
14:54:57:980 [INFO] 
14:54:57:980 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
14:54:57:980 [INFO] No sources to compile
14:54:57:980 [INFO] 
14:54:57:980 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
14:54:57:982 [INFO] Tests are skipped.
14:54:57:982 [INFO] 
14:54:57:982 [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections ---
14:54:58:195 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.3.0-SNAPSHOT.jar
14:54:58:843 [INFO] 
14:54:58:843 [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections ---
14:54:59:018 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.3.0-SNAPSHOT-sources.jar
14:54:59:794 [INFO] 
14:54:59:794 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections ---
14:55:00:398 [INFO] No dependency problems found
14:55:00:398 [INFO] 
14:55:00:398 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
14:55:00:399 [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
14:55:00:406 [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
14:55:00:407 [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
14:55:00:411 [INFO] 
14:55:00:411 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
14:55:00:411 [INFO] Building Eclipse Collections Test Utilities 10.3.0-SNAPSHOT       [6/18]
14:55:00:412 [INFO] --------------------------------[ jar ]---------------------------------
14:55:00:783 [INFO] 
14:55:00:783 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
14:55:00:784 [INFO] 
14:55:00:784 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
14:55:00:788 [INFO] 
14:55:00:789 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-testutils ---
14:55:02:152 [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
14:55:02:153 [INFO] 
14:55:02:153 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils ---
14:55:02:153 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:55:02:154 [INFO] Copying 3 resources
14:55:02:155 [INFO] 
14:55:02:155 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
14:55:02:156 [INFO] Changes detected - recompiling the module!
14:55:02:157 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/classes
14:55:03:036 [INFO] 
14:55:03:036 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils ---
14:55:03:036 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:55:03:037 [INFO] Copying 1 resource
14:55:03:037 [INFO] 
14:55:03:037 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
14:55:03:039 [INFO] Changes detected - recompiling the module!
14:55:03:039 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/test-classes
14:55:04:510 [INFO] 
14:55:04:510 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
14:55:04:512 [INFO] Tests are skipped.
14:55:04:512 [INFO] 
14:55:04:512 [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-testutils ---
14:55:04:515 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0-SNAPSHOT.jar
14:55:04:528 [INFO] 
14:55:04:528 [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-testutils ---
14:55:04:531 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0-SNAPSHOT-sources.jar
14:55:04:535 [INFO] 
14:55:04:535 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-testutils ---
14:55:04:544 [INFO] No dependency problems found
14:55:04:544 [INFO] 
14:55:04:545 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
14:55:04:545 [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
14:55:04:547 [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
14:55:04:548 [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
14:55:04:550 [INFO] 
14:55:04:550 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
14:55:04:550 [INFO] Building Eclipse Collections Fork Join Utilities 10.3.0-SNAPSHOT  [7/18]
14:55:04:550 [INFO] --------------------------------[ jar ]---------------------------------
14:55:04:552 [INFO] 
14:55:04:552 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
14:55:04:552 [INFO] 
14:55:04:552 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
14:55:04:556 [INFO] 
14:55:04:556 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-forkjoin ---
14:55:04:557 [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
14:55:04:557 [INFO] 
14:55:04:557 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin ---
14:55:04:558 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:55:04:558 [INFO] Copying 3 resources
14:55:04:559 [INFO] 
14:55:04:559 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
14:55:04:561 [INFO] Changes detected - recompiling the module!
14:55:04:561 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/classes
14:55:05:450 [INFO] 
14:55:05:450 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
14:55:05:451 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:55:05:451 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/src/test/resources
14:55:05:451 [INFO] 
14:55:05:451 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
14:55:05:453 [INFO] Changes detected - recompiling the module!
14:55:05:453 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/test-classes
14:55:06:267 [INFO] 
14:55:06:267 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
14:55:06:268 [INFO] Tests are skipped.
14:55:06:268 [INFO] 
14:55:06:269 [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-forkjoin ---
14:55:06:271 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0-SNAPSHOT.jar
14:55:06:283 [INFO] 
14:55:06:283 [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-forkjoin ---
14:55:06:286 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0-SNAPSHOT-sources.jar
14:55:06:289 [INFO] 
14:55:06:289 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-forkjoin ---
14:55:06:297 [INFO] No dependency problems found
14:55:06:297 [INFO] 
14:55:06:297 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
14:55:06:298 [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
14:55:06:299 [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
14:55:06:301 [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
14:55:06:302 [INFO] 
14:55:06:302 [INFO] -----------------< org.eclipse.collections:unit-tests >-----------------
14:55:06:302 [INFO] Building Eclipse Collections Unit Test Suite 10.3.0-SNAPSHOT      [8/18]
14:55:06:303 [INFO] --------------------------------[ jar ]---------------------------------
14:55:06:401 [INFO] 
14:55:06:401 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests ---
14:55:06:402 [INFO] 
14:55:06:402 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests ---
14:55:06:408 [INFO] 
14:55:06:408 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ unit-tests ---
14:55:06:408 [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
14:55:06:409 [INFO] 
14:55:06:409 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests ---
14:55:06:409 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:55:06:409 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests/src/main/resources
14:55:06:409 [INFO] 
14:55:06:409 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests ---
14:55:06:410 [INFO] No sources to compile
14:55:06:410 [INFO] 
14:55:06:410 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0-SNAPSHOT:generate (list) @ unit-tests ---
14:55:06:410 [INFO] Generating sources to unit-tests
14:55:10:493 [INFO] Generated 2196 files
14:55:10:493 [INFO] 
14:55:10:494 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests ---
14:55:10:494 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:55:10:495 [INFO] Copying 1 resource
14:55:10:495 [INFO] 
14:55:10:495 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests ---
14:55:10:692 [INFO] Changes detected - recompiling the module!
14:55:10:693 [INFO] Compiling 2720 source files to /home/jenkins/agent/workspace/new-version/unit-tests/target/test-classes
14:57:58:056 [INFO] 
14:57:58:056 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests ---
14:57:58:060 [INFO] Tests are skipped.
14:57:58:060 [INFO] 
14:57:58:060 [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ unit-tests ---
14:57:58:061 [WARNING] JAR will be empty - no content was marked for inclusion!
14:57:58:061 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-10.3.0-SNAPSHOT.jar
14:57:58:064 [INFO] 
14:57:58:064 [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ unit-tests ---
14:57:58:065 [INFO] No sources in project. Archive not created.
14:57:58:065 [INFO] 
14:57:58:065 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ unit-tests ---
14:57:58:584 [INFO] No dependency problems found
14:57:58:584 [INFO] 
14:57:58:584 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests ---
14:57:58:585 [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
14:57:58:586 [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
14:57:58:587 [INFO] 
14:57:58:587 [INFO] ------------< org.eclipse.collections:serialization-tests >-------------
14:57:58:588 [INFO] Building Eclipse Collections Serialization Test Suite 10.3.0-SNAPSHOT [9/18]
14:57:58:588 [INFO] --------------------------------[ jar ]---------------------------------
14:57:58:590 [INFO] 
14:57:58:590 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serialization-tests ---
14:57:58:591 [INFO] 
14:57:58:591 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ serialization-tests ---
14:57:58:594 [INFO] 
14:57:58:594 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ serialization-tests ---
14:57:58:594 [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
14:57:58:595 [INFO] 
14:57:58:595 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ serialization-tests ---
14:57:58:596 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:57:58:596 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/main/resources
14:57:58:596 [INFO] 
14:57:58:596 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ serialization-tests ---
14:57:58:597 [INFO] No sources to compile
14:57:58:597 [INFO] 
14:57:58:597 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ serialization-tests ---
14:57:58:599 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:57:58:599 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/test/resources
14:57:58:599 [INFO] 
14:57:58:599 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ serialization-tests ---
14:57:58:683 [INFO] Changes detected - recompiling the module!
14:57:58:684 [INFO] Compiling 882 source files to /home/jenkins/agent/workspace/new-version/serialization-tests/target/test-classes
14:58:01:925 [INFO] 
14:58:01:925 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ serialization-tests ---
14:58:01:926 [INFO] Tests are skipped.
14:58:01:926 [INFO] 
14:58:01:927 [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ serialization-tests ---
14:58:01:927 [WARNING] JAR will be empty - no content was marked for inclusion!
14:58:01:928 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-10.3.0-SNAPSHOT.jar
14:58:01:931 [INFO] 
14:58:01:931 [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ serialization-tests ---
14:58:01:931 [INFO] No sources in project. Archive not created.
14:58:01:932 [INFO] 
14:58:01:932 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ serialization-tests ---
14:58:01:967 [INFO] No dependency problems found
14:58:01:968 [INFO] 
14:58:01:968 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serialization-tests ---
14:58:01:968 [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
14:58:01:970 [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
14:58:01:971 [INFO] 
14:58:01:971 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
14:58:01:971 [INFO] Building Eclipse Collections JCStress Test Suite 10.3.0-SNAPSHOT [10/18]
14:58:01:971 [INFO] --------------------------------[ jar ]---------------------------------
14:58:02:305 [INFO] 
14:58:02:305 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
14:58:02:305 [INFO] 
14:58:02:306 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
14:58:02:310 [INFO] 
14:58:02:311 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests ---
14:58:02:311 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:58:02:311 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/main/resources
14:58:02:312 [INFO] 
14:58:02:312 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
14:58:02:313 [INFO] Changes detected - recompiling the module!
14:58:02:314 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/jcstress-tests/target/classes
14:58:03:146 [INFO] 
14:58:03:146 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests ---
14:58:03:147 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:58:03:147 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/test/resources
14:58:03:147 [INFO] 
14:58:03:147 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
14:58:03:148 [INFO] No sources to compile
14:58:03:148 [INFO] 
14:58:03:148 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
14:58:03:149 [INFO] Tests are skipped.
14:58:03:149 [INFO] 
14:58:03:149 [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jcstress-tests ---
14:58:03:152 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.3.0-SNAPSHOT.jar
14:58:03:156 [INFO] 
14:58:03:156 [INFO] --- maven-shade-plugin:2.3:shade (default) @ jcstress-tests ---
14:58:03:741 [INFO] Including org.eclipse.collections:eclipse-collections:jar:10.3.0-SNAPSHOT in the shaded jar.
14:58:03:741 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.3.0-SNAPSHOT in the shaded jar.
14:58:03:741 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
14:58:03:741 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
14:58:04:714 [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
14:58:04:715 [INFO] 
14:58:04:715 [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ jcstress-tests ---
14:58:04:718 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.3.0-SNAPSHOT-sources.jar
14:58:04:800 [INFO] 
14:58:04:801 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ jcstress-tests ---
14:58:04:808 [INFO] No dependency problems found
14:58:04:808 [INFO] 
14:58:04:808 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
14:58:04:809 [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
14:58:04:810 [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
14:58:04:811 [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
14:58:04:813 [INFO] 
14:58:04:813 [INFO] -------------< org.eclipse.collections:junit-trait-runner >-------------
14:58:04:813 [INFO] Building Eclipse Collections Test Trait JUnit Runner 10.3.0-SNAPSHOT [11/18]
14:58:04:813 [INFO] --------------------------------[ jar ]---------------------------------
14:58:04:815 [INFO] 
14:58:04:815 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ junit-trait-runner ---
14:58:04:815 [INFO] 
14:58:04:815 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ junit-trait-runner ---
14:58:04:817 [INFO] 
14:58:04:817 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ junit-trait-runner ---
14:58:04:818 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:58:04:818 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/main/resources
14:58:04:818 [INFO] 
14:58:04:818 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-trait-runner ---
14:58:04:819 [INFO] Changes detected - recompiling the module!
14:58:04:820 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/classes
14:58:05:147 [INFO] 
14:58:05:147 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ junit-trait-runner ---
14:58:05:148 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:58:05:148 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/test/resources
14:58:05:148 [INFO] 
14:58:05:148 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-trait-runner ---
14:58:05:149 [INFO] No sources to compile
14:58:05:149 [INFO] 
14:58:05:149 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ junit-trait-runner ---
14:58:05:150 [INFO] Tests are skipped.
14:58:05:150 [INFO] 
14:58:05:150 [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ junit-trait-runner ---
14:58:05:152 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.3.0-SNAPSHOT.jar
14:58:05:155 [INFO] 
14:58:05:155 [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ junit-trait-runner ---
14:58:05:158 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.3.0-SNAPSHOT-sources.jar
14:58:05:160 [INFO] 
14:58:05:161 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ junit-trait-runner ---
14:58:05:184 [INFO] No dependency problems found
14:58:05:184 [INFO] 
14:58:05:184 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ junit-trait-runner ---
14:58:05:185 [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
14:58:05:186 [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
14:58:05:188 [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
14:58:05:189 [INFO] 
14:58:05:189 [INFO] --------------< org.eclipse.collections:unit-tests-java8 >--------------
14:58:05:189 [INFO] Building Eclipse Collections Java 8 Unit Test Suite 10.3.0-SNAPSHOT [12/18]
14:58:05:189 [INFO] --------------------------------[ jar ]---------------------------------
14:58:05:268 [INFO] 
14:58:05:268 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests-java8 ---
14:58:05:269 [INFO] 
14:58:05:269 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests-java8 ---
14:58:05:272 [INFO] 
14:58:05:272 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ unit-tests-java8 ---
14:58:05:272 [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
14:58:05:273 [INFO] 
14:58:05:273 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests-java8 ---
14:58:05:273 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:58:05:273 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/main/resources
14:58:05:274 [INFO] 
14:58:05:274 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests-java8 ---
14:58:05:274 [INFO] No sources to compile
14:58:05:274 [INFO] 
14:58:05:274 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests-java8 ---
14:58:05:275 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:58:05:275 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/test/resources
14:58:05:275 [INFO] 
14:58:05:275 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests-java8 ---
14:58:05:286 [INFO] Changes detected - recompiling the module!
14:58:05:287 [INFO] Compiling 169 source files to /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/test-classes
14:58:11:519 [INFO] 
14:58:11:519 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests-java8 ---
14:58:11:520 [INFO] Tests are skipped.
14:58:11:520 [INFO] 
14:58:11:520 [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ unit-tests-java8 ---
14:58:11:521 [WARNING] JAR will be empty - no content was marked for inclusion!
14:58:11:522 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-10.3.0-SNAPSHOT.jar
14:58:11:524 [INFO] 
14:58:11:524 [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ unit-tests-java8 ---
14:58:11:525 [INFO] No sources in project. Archive not created.
14:58:11:525 [INFO] 
14:58:11:525 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ unit-tests-java8 ---
14:58:11:545 [INFO] No dependency problems found
14:58:11:545 [INFO] 
14:58:11:545 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests-java8 ---
14:58:11:546 [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
14:58:11:559 [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
14:58:11:579 [INFO] 
14:58:11:579 [INFO] ---------------< org.eclipse.collections:test-coverage >----------------
14:58:11:580 [INFO] Building Eclipse Collections Test Coverage Aggregation 10.3.0-SNAPSHOT [13/18]
14:58:11:580 [INFO] --------------------------------[ pom ]---------------------------------
14:58:11:581 [INFO] 
14:58:11:581 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ test-coverage ---
14:58:11:582 [INFO] 
14:58:11:582 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ test-coverage ---
14:58:11:584 [INFO] 
14:58:11:584 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ test-coverage ---
14:58:11:584 [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
14:58:11:584 [INFO] 
14:58:11:584 [INFO] --- jacoco-maven-plugin:0.8.5:report-aggregate (default-report) @ test-coverage ---
14:58:12:165 [INFO] Analyzed bundle 'eclipse-collections-api' with 364 classes
14:58:13:964 [INFO] Analyzed bundle 'eclipse-collections' with 3650 classes
14:58:17:679 [INFO] Analyzed bundle 'eclipse-collections-testutils' with 2 classes
14:58:17:692 [INFO] 
14:58:17:692 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ test-coverage ---
14:58:17:693 [INFO] Skipping pom project
14:58:17:693 [INFO] 
14:58:17:693 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ test-coverage ---
14:58:17:694 [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
14:58:17:696 [INFO] 
14:58:17:696 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
14:58:17:696 [INFO] Building Eclipse Collections p2 Repository Build 10.3.0-SNAPSHOT [14/18]
14:58:17:696 [INFO] --------------------------------[ pom ]---------------------------------
14:58:17:706 [INFO] 
14:58:17:706 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
14:58:17:714 [INFO] 
14:58:17:714 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
14:58:17:747 [INFO] 
14:58:17:747 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ p2-repository ---
14:58:17:854 [INFO] Skipping pom project
14:58:17:855 [INFO] 
14:58:17:855 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
14:58:17:865 [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
14:58:17:867 [INFO] 
14:58:17:867 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
14:58:17:867 [INFO] Building Eclipse Collections OSGi Bundle 10.3.0-SNAPSHOT         [15/18]
14:58:17:867 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
14:58:18:556 [INFO] 
14:58:18:556 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
14:58:18:556 [INFO] 
14:58:18:556 [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
14:58:21:946 [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

14:58:21:946 [WARNING] Fallback to default timestamp provider
14:58:21:950 [INFO] The project's OSGi version is 10.3.0.v20200703-1454
14:58:21:950 [INFO] 
14:58:21:950 [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.collections ---
14:58:21:951 [INFO] 
14:58:21:951 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
14:58:21:954 [INFO] 
14:58:21:955 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections ---
14:58:21:976 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:58:21:982 [INFO] Copying 2 resources
14:58:21:986 [INFO] 
14:58:21:986 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
14:58:22:008 [INFO] No sources to compile
14:58:22:008 [INFO] 
14:58:22:008 [INFO] --- ebr-maven-plugin:1.0.0:bundle (default-bundle) @ org.eclipse.collections ---
14:58:22:014 [INFO] Gathering dependencies
14:58:22:020 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:10.3.0-SNAPSHOT:jar
14:58:22:023 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:10.3.0-SNAPSHOT:jar
14:58:22:023 [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/**/*.*"
14:58:22:929 [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/**/*.*"
14:58:23:162 [INFO] Merging collected dependencies
14:58:23:165 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:58:23:230 [INFO] Copying 5283 resources
14:58:24:292 [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
14:58:29:044 [INFO] Gathering sources
14:58:29:046 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:10.3.0-SNAPSHOT:jar
14:58:29:047 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:10.3.0-SNAPSHOT:jar
14:58:29:048 [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/**/*.*"
14:58:29:710 [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/**/*.*"
14:58:30:131 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:58:30:131 [INFO] Copying 2 resources
14:58:30:132 [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
14:58:34:276 [INFO] Assembling p2 repository
14:58:35:149 [INFO] 
14:58:35:149 [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
14:58:35:150 [INFO] 
14:58:35:150 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ org.eclipse.collections ---
14:58:35:839 [INFO] No dependency problems found
14:58:35:839 [INFO] 
14:58:35:839 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
14:58:35:840 [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
14:58:35:847 [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
14:58:35:849 [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
14:58:35:864 [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
14:58:35:869 [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
14:58:35:881 [INFO] 
14:58:35:881 [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
14:58:35:883 [INFO] 
14:58:35:883 [INFO] --------------< org.eclipse.collections:scala-unit-tests >--------------
14:58:35:883 [INFO] Building Eclipse Collections Scala Unit Test Suite 10.3.0-SNAPSHOT [16/18]
14:58:35:883 [INFO] --------------------------------[ jar ]---------------------------------
14:58:36:199 [INFO] 
14:58:36:199 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scala-unit-tests ---
14:58:36:200 [INFO] 
14:58:36:200 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ scala-unit-tests ---
14:58:36:203 [INFO] 
14:58:36:203 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scala-unit-tests ---
14:58:36:204 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:58:36:204 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/scala-unit-tests/src/main/resources
14:58:36:204 [INFO] 
14:58:36:204 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ scala-unit-tests ---
14:58:36:204 [INFO] No sources to compile
14:58:36:205 [INFO] 
14:58:36:205 [INFO] --- scala-maven-plugin:4.0.2:compile (default) @ scala-unit-tests ---
14:58:40:400 [INFO] compile in 0.0 s
14:58:40:400 [INFO] No sources to compile
14:58:40:400 [INFO] 
14:58:40:400 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scala-unit-tests ---
14:58:40:401 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:58:40:401 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/scala-unit-tests/src/test/resources
14:58:40:401 [INFO] 
14:58:40:401 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ scala-unit-tests ---
14:58:40:402 [INFO] No sources to compile
14:58:40:402 [INFO] 
14:58:40:402 [INFO] --- scala-maven-plugin:4.0.2:testCompile (default) @ scala-unit-tests ---
14:58:40:662 [INFO] Using incremental compilation using Mixed compile order
14:58:41:194 [INFO] Compiling 42 Scala sources to /home/jenkins/agent/workspace/new-version/scala-unit-tests/target/test-classes ...
14:58:47:533 [WARNING] [Warn] : there were 11 deprecation warnings; re-run with -deprecation for details
14:58:47:533 [WARNING] [Warn] : there were 15 feature warnings; re-run with -feature for details
14:58:47:540 [WARNING] two warnings found
14:58:47:541 [INFO] Done compiling.
14:58:47:782 [INFO] compile in 7.4 s
14:58:47:783 [INFO] 
14:58:47:783 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ scala-unit-tests ---
14:58:47:785 [INFO] Tests are skipped.
14:58:47:785 [INFO] 
14:58:47:785 [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ scala-unit-tests ---
14:58:47:786 [WARNING] JAR will be empty - no content was marked for inclusion!
14:58:47:787 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/scala-unit-tests/target/scala-unit-tests-10.3.0-SNAPSHOT.jar
14:58:47:790 [INFO] 
14:58:47:790 [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ scala-unit-tests ---
14:58:47:791 [INFO] No sources in project. Archive not created.
14:58:47:791 [INFO] 
14:58:47:791 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ scala-unit-tests ---
14:58:47:847 [INFO] No dependency problems found
14:58:47:847 [INFO] 
14:58:47:847 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scala-unit-tests ---
14:58:47:848 [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
14:58:47:851 [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
14:58:47:853 [INFO] 
14:58:47:853 [INFO] --------------< org.eclipse.collections:jmh-scala-tests >---------------
14:58:47:853 [INFO] Building Eclipse Collections JMH Scala Test Suite 10.3.0-SNAPSHOT [17/18]
14:58:47:853 [INFO] --------------------------------[ jar ]---------------------------------
14:58:47:854 [INFO] 
14:58:47:854 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jmh-scala-tests ---
14:58:47:855 [INFO] 
14:58:47:855 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jmh-scala-tests ---
14:58:47:883 [INFO] 
14:58:47:883 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jmh-scala-tests ---
14:58:47:884 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:58:47:884 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-scala-tests/src/main/resources
14:58:47:884 [INFO] 
14:58:47:884 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jmh-scala-tests ---
14:58:47:885 [INFO] No sources to compile
14:58:47:885 [INFO] 
14:58:47:885 [INFO] --- scala-maven-plugin:4.0.2:compile (default) @ jmh-scala-tests ---
14:58:47:889 [INFO] Using incremental compilation using Mixed compile order
14:58:47:896 [INFO] Compiling 12 Scala sources to /home/jenkins/agent/workspace/new-version/jmh-scala-tests/target/classes ...
14:58:52:695 [INFO] Done compiling.
14:58:52:717 [INFO] compile in 4.8 s
14:58:52:717 [INFO] 
14:58:52:717 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jmh-scala-tests ---
14:58:52:718 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:58:52:718 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-scala-tests/src/test/resources
14:58:52:718 [INFO] 
14:58:52:718 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jmh-scala-tests ---
14:58:52:719 [INFO] No sources to compile
14:58:52:719 [INFO] 
14:58:52:719 [INFO] --- scala-maven-plugin:4.0.2:testCompile (default) @ jmh-scala-tests ---
14:58:52:721 [INFO] compile in 0.0 s
14:58:52:721 [INFO] No sources to compile
14:58:52:722 [INFO] 
14:58:52:722 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jmh-scala-tests ---
14:58:52:723 [INFO] Tests are skipped.
14:58:52:723 [INFO] 
14:58:52:723 [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jmh-scala-tests ---
14:58:52:727 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-scala-tests/target/jmh-scala-tests-10.3.0-SNAPSHOT.jar
14:58:52:732 [INFO] 
14:58:52:732 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ jmh-scala-tests ---
14:58:52:737 [INFO] No dependency problems found
14:58:52:737 [INFO] 
14:58:52:737 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jmh-scala-tests ---
14:58:52:738 [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
14:58:52:739 [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
14:58:52:740 [INFO] 
14:58:52:741 [INFO] -----------------< org.eclipse.collections:jmh-tests >------------------
14:58:52:741 [INFO] Building Eclipse Collections JMH Test Suite 10.3.0-SNAPSHOT      [18/18]
14:58:52:741 [INFO] --------------------------------[ jar ]---------------------------------
14:58:54:569 [INFO] 
14:58:54:569 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jmh-tests ---
14:58:54:570 [INFO] 
14:58:54:570 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jmh-tests ---
14:58:54:595 [INFO] 
14:58:54:595 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jmh-tests ---
14:58:54:596 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:58:54:596 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-tests/src/main/resources
14:58:54:596 [INFO] 
14:58:54:596 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jmh-tests ---
14:58:54:665 [INFO] Changes detected - recompiling the module!
14:58:54:665 [INFO] Compiling 65 source files to /home/jenkins/agent/workspace/new-version/jmh-tests/target/classes
14:59:01:616 [INFO] 
14:59:01:616 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jmh-tests ---
14:59:01:617 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:59:01:617 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-tests/src/test/resources
14:59:01:617 [INFO] 
14:59:01:617 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jmh-tests ---
14:59:01:618 [INFO] No sources to compile
14:59:01:618 [INFO] 
14:59:01:618 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jmh-tests ---
14:59:01:620 [INFO] Tests are skipped.
14:59:01:620 [INFO] 
14:59:01:620 [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jmh-tests ---
14:59:01:667 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.3.0-SNAPSHOT.jar
14:59:01:840 [INFO] 
14:59:01:840 [INFO] --- maven-shade-plugin:2.3:shade (default) @ jmh-tests ---
14:59:01:841 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.3.0-SNAPSHOT in the shaded jar.
14:59:01:841 [INFO] Including org.eclipse.collections:eclipse-collections:jar:10.3.0-SNAPSHOT in the shaded jar.
14:59:01:841 [INFO] Including org.eclipse.collections:eclipse-collections-forkjoin:jar:10.3.0-SNAPSHOT in the shaded jar.
14:59:01:841 [INFO] Including org.eclipse.collections:eclipse-collections-testutils:jar:10.3.0-SNAPSHOT in the shaded jar.
14:59:01:841 [INFO] Including org.eclipse.collections:jmh-scala-tests:jar:10.3.0-SNAPSHOT in the shaded jar.
14:59:01:841 [INFO] Including org.scala-lang:scala-library:jar:2.12.6 in the shaded jar.
14:59:01:841 [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
14:59:01:842 [INFO] Including com.google.guava:guava:jar:28.2-jre in the shaded jar.
14:59:01:842 [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar.
14:59:01:842 [INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar.
14:59:01:842 [INFO] Including com.google.code.findbugs:jsr305:jar:3.0.2 in the shaded jar.
14:59:01:842 [INFO] Including org.checkerframework:checker-qual:jar:2.10.0 in the shaded jar.
14:59:01:842 [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.3.4 in the shaded jar.
14:59:01:842 [INFO] Including com.google.j2objc:j2objc-annotations:jar:1.3 in the shaded jar.
14:59:01:842 [INFO] Including junit:junit:jar:4.12 in the shaded jar.
14:59:01:842 [INFO] Including org.hamcrest:hamcrest-core:jar:1.3 in the shaded jar.
14:59:01:843 [INFO] Including org.openjdk.jmh:jmh-core:jar:1.23 in the shaded jar.
14:59:01:843 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
14:59:01:843 [INFO] Including org.apache.commons:commons-math3:jar:3.2 in the shaded jar.
14:59:01:843 [INFO] Including com.carrotsearch:hppc:jar:0.8.1 in the shaded jar.
14:59:01:843 [INFO] Including net.openhft:koloboke-api-jdk8:jar:0.6.8 in the shaded jar.
14:59:01:843 [INFO] Including net.openhft:koloboke-impl-jdk8:jar:0.6.8 in the shaded jar.
14:59:01:843 [INFO] Including net.sf.trove4j:trove4j:jar:3.0.3 in the shaded jar.
14:59:05:415 [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
14:59:05:415 [INFO] 
14:59:05:415 [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ jmh-tests ---
14:59:05:434 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.3.0-SNAPSHOT-sources.jar
14:59:05:606 [INFO] 
14:59:05:607 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ jmh-tests ---
14:59:05:765 [INFO] No dependency problems found
14:59:05:765 [INFO] 
14:59:05:765 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jmh-tests ---
14:59:05:767 [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
14:59:05:773 [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
14:59:05:775 [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
14:59:05:785 [INFO] ------------------------------------------------------------------------
14:59:05:785 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.3.0-SNAPSHOT:
14:59:05:785 [INFO] 
14:59:05:786 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  3.066 s]
14:59:05:786 [INFO] Eclipse Collections Code Generator ................. SUCCESS [ 10.160 s]
14:59:05:786 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  2.001 s]
14:59:05:786 [INFO] Eclipse Collections API ............................ SUCCESS [  5.443 s]
14:59:05:786 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 29.360 s]
14:59:05:786 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  4.139 s]
14:59:05:786 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  1.752 s]
14:59:05:787 [INFO] Eclipse Collections Unit Test Suite ................ SUCCESS [02:52 min]
14:59:05:787 [INFO] Eclipse Collections Serialization Test Suite ....... SUCCESS [  3.384 s]
14:59:05:787 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  2.842 s]
14:59:05:787 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SUCCESS [  0.376 s]
14:59:05:787 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SUCCESS [  6.390 s]
14:59:05:787 [INFO] Eclipse Collections Test Coverage Aggregation ...... SUCCESS [  6.117 s]
14:59:05:787 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.171 s]
14:59:05:787 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 18.016 s]
14:59:05:787 [INFO] Eclipse Collections Scala Unit Test Suite .......... SUCCESS [ 11.970 s]
14:59:05:788 [INFO] Eclipse Collections JMH Scala Test Suite ........... SUCCESS [  4.887 s]
14:59:05:788 [INFO] Eclipse Collections JMH Test Suite ................. SUCCESS [ 13.045 s]
14:59:05:788 [INFO] ------------------------------------------------------------------------
14:59:05:788 [INFO] BUILD SUCCESS
14:59:05:788 [INFO] ------------------------------------------------------------------------
14:59:05:788 [INFO] Total time:  04:56 min
14:59:05:788 [INFO] Finished at: 2020-07-03T14:59:05Z
14:59:05:788 [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"
14:59:07:613 [INFO] Error stacktraces are turned on.
14:59:07:817 [INFO] Scanning for projects...
14:59:23:115 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml
14:59:23:273 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/
14:59:23:275 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/
14:59:23:376 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
14:59:23:468 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
14:59:23:469 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
14:59:23:722 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
14:59:23:722 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
14:59:23:935 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
14:59:23:936 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
14:59:24:064 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
14:59:24:065 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
14:59:24:242 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
14:59:24:243 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
14:59:24:357 [INFO] Adding repository file:/home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/repository
14:59:24:380 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml
14:59:25:916 [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)
14:59:25:917 [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)
14:59:26:026 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml
14:59:26:040 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml
14:59:26:045 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml
14:59:26:056 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml
14:59:26:056 [INFO] ------------------------------------------------------------------------
14:59:26:056 [INFO] Reactor Build Order:
14:59:26:056 [INFO] 
14:59:26:057 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
14:59:26:058 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
14:59:26:058 [INFO] p2-repository                                       [eclipse-repository]
14:59:26:506 [INFO] 
14:59:26:506 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
14:59:26:506 [INFO] Building Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT [1/3]
14:59:26:506 [INFO] --------------------------------[ pom ]---------------------------------
14:59:26:510 [INFO] 
14:59:26:510 [INFO] --- tycho-versions-plugin:1.7.0:set-version (default-cli) @ p2-feature ---
14:59:28:338 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature
14:59:28:339 [INFO]   pom.xml//project/version: 10.3.0-SNAPSHOT => 10.1.0-SNAPSHOT
14:59:28:340 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature
14:59:28:340 [INFO]   pom.xml//project/parent/version: 10.3.0-SNAPSHOT => 10.1.0-SNAPSHOT
14:59:28:340 [INFO]   pom.xml//project/version: 10.3.0-SNAPSHOT => 10.1.0-SNAPSHOT
14:59:28:341 [INFO]   feature.xml//feature/@version: 10.3.0.qualifier => 10.1.0.qualifier
14:59:28:341 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository
14:59:28:341 [INFO]   pom.xml//project/version: 10.3.0-SNAPSHOT => 10.1.0-SNAPSHOT
14:59:28:342 [INFO]   pom.xml//project/parent/version: 10.3.0-SNAPSHOT => 10.1.0-SNAPSHOT
14:59:28:343 [INFO]   category.xml//site/feature[@id=org.eclipse.collections.feature.source]/@version: 10.3.0.qualifier => 10.1.0.qualifier
14:59:28:343 [INFO]   category.xml//site/feature[@id=org.eclipse.collections.feature.source]/@url: features/org.eclipse.collections.feature.source_10.3.0.qualifier.jar => features/org.eclipse.collections.feature.source_10.1.0.qualifier.jar
14:59:28:346 [INFO] ------------------------------------------------------------------------
14:59:28:346 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT:
14:59:28:346 [INFO] 
14:59:28:347 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  1.841 s]
14:59:28:347 [INFO] org.eclipse.collections.feature .................... SKIPPED
14:59:28:347 [INFO] p2-repository ...................................... SKIPPED
14:59:28:347 [INFO] ------------------------------------------------------------------------
14:59:28:347 [INFO] BUILD SUCCESS
14:59:28:347 [INFO] ------------------------------------------------------------------------
14:59:28:348 [INFO] Total time:  20.717 s
14:59:28:348 [INFO] Finished at: 2020-07-03T14:59:28Z
14:59:28:348 [INFO] ------------------------------------------------------------------------
[new-version] $ /bin/sh -xe /tmp/jenkins529499427984252358.sh
+ git checkout origin/master
M	acceptance-tests/pom.xml
HEAD is now at a00b2c50 Release version 10.3.0.M1.
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-feature/org.eclipse.collections.feature/feature.xml
M	p2-feature/org.eclipse.collections.feature/pom.xml
M	p2-feature/org.eclipse.collections.repository/category.xml
M	p2-feature/org.eclipse.collections.repository/pom.xml
M	p2-feature/pom.xml
M	p2-repository/org.eclipse.collections/pom.xml
M	p2-repository/pom.xml
M	performance-tests/pom.xml
M	pom.xml
M	scala-unit-tests/pom.xml
M	serialization-tests/pom.xml
M	test-coverage/pom.xml
M	unit-tests-java8/pom.xml
M	unit-tests/pom.xml
+ git config --global user.email collections-bot@eclipse.org
+ git config --global user.name 'Eclipse Collections Bot'
+ git add -u '*.xml'
+ git commit -m 'Update version number to 10.3.0-SNAPSHOT.'
[detached HEAD d630eca2] Update version number to 10.3.0-SNAPSHOT.
 25 files changed, 25 insertions(+), 25 deletions(-)
using credential github-bot-ssh
Pushing HEAD to branch master at repo origin
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub bot SSH
 > git push git@github.com:eclipse/eclipse-collections.git HEAD:master # timeout=10
Finished: SUCCESS