Skip to content

Console Output

Started by user Nikhil Nanivadekar
Running as Nikhil Nanivadekar
Agent basic-lq22m is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-lq22m"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-lq22m"
    - 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-lq22m"
    - 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-lq22m 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 f4065aaa40cae3d93b5a3588f9b5e593082cdd83 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f4065aaa40cae3d93b5a3588f9b5e593082cdd83 # timeout=10
Commit message: "Release version 10.3.0.M5."
 > git rev-list --no-walk 2a17ff14ffa1581717c8b83e80665bca7384e414 # 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"
19:40:05:294 [INFO] Error stacktraces are turned on.
19:40:05:518 [INFO] Scanning for projects...
19:40:35:205 [INFO] ------------------------------------------------------------------------
19:40:35:205 [INFO] Reactor Build Order:
19:40:35:205 [INFO] 
19:40:35:206 [INFO] Eclipse Collections Parent Project                                 [pom]
19:40:35:207 [INFO] Eclipse Collections Code Generator                                 [jar]
19:40:35:207 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
19:40:35:207 [INFO] Eclipse Collections API                                            [jar]
19:40:35:207 [INFO] Eclipse Collections Main Library                                   [jar]
19:40:35:207 [INFO] Eclipse Collections Test Utilities                                 [jar]
19:40:35:207 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
19:40:35:208 [INFO] Eclipse Collections Unit Test Suite                                [jar]
19:40:35:208 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
19:40:35:208 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
19:40:35:208 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
19:40:35:209 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
19:40:35:209 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
19:40:35:209 [INFO] Eclipse Collections p2 Repository Build                            [pom]
19:40:35:209 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
19:40:35:209 [INFO] Eclipse Collections Scala Unit Test Suite                          [jar]
19:40:35:210 [INFO] Eclipse Collections JMH Scala Test Suite                           [jar]
19:40:35:210 [INFO] Eclipse Collections JMH Test Suite                                 [jar]
19:40:35:536 [INFO] 
19:40:35:536 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
19:40:35:536 [INFO] Building Eclipse Collections Parent Project 10.3.0.M5             [1/18]
19:40:35:536 [INFO] --------------------------------[ pom ]---------------------------------
19:40:35:539 [INFO] 
19:40:35:539 [INFO] --- versions-maven-plugin:2.7:set (default-cli) @ eclipse-collections-parent ---
19:40:38:609 [INFO] Searching for local aggregator root...
19:40:38:609 [INFO] Local aggregation root: /home/jenkins/agent/workspace/new-version
19:40:38:612 [INFO] Processing change of org.eclipse.collections:eclipse-collections-parent:10.3.0.M5 -> 10.3.0-SNAPSHOT
19:40:38:675 [INFO] Processing org.eclipse.collections:eclipse-collections-parent
19:40:38:675 [INFO]     Updating project org.eclipse.collections:eclipse-collections-parent
19:40:38:676 [INFO]         from version 10.3.0.M5 to 10.3.0-SNAPSHOT
19:40:38:808 [INFO] 
19:40:38:810 [INFO] Processing org.eclipse.collections:acceptance-tests
19:40:38:810 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
19:40:38:810 [INFO]         from version 10.3.0.M5 to 10.3.0-SNAPSHOT
19:40:38:823 [INFO] 
19:40:38:824 [INFO] Processing org.eclipse.collections:eclipse-collections-api
19:40:38:824 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
19:40:38:824 [INFO]         from version 10.3.0.M5 to 10.3.0-SNAPSHOT
19:40:38:836 [INFO] 
19:40:38:837 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator-maven-plugin
19:40:38:837 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
19:40:38:837 [INFO]         from version 10.3.0.M5 to 10.3.0-SNAPSHOT
19:40:38:850 [INFO] 
19:40:38:851 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator
19:40:38:851 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
19:40:38:851 [INFO]         from version 10.3.0.M5 to 10.3.0-SNAPSHOT
19:40:38:895 [INFO] 
19:40:38:896 [INFO] Processing org.eclipse.collections:eclipse-collections-forkjoin
19:40:38:896 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
19:40:38:896 [INFO]         from version 10.3.0.M5 to 10.3.0-SNAPSHOT
19:40:38:905 [INFO] 
19:40:38:906 [INFO] Processing org.eclipse.collections:eclipse-collections-testutils
19:40:38:907 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
19:40:38:907 [INFO]         from version 10.3.0.M5 to 10.3.0-SNAPSHOT
19:40:38:916 [INFO] 
19:40:38:917 [INFO] Processing org.eclipse.collections:eclipse-collections
19:40:38:917 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
19:40:38:917 [INFO]         from version 10.3.0.M5 to 10.3.0-SNAPSHOT
19:40:38:927 [INFO] 
19:40:38:928 [INFO] Processing org.eclipse.collections:jcstress-tests
19:40:38:928 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
19:40:38:928 [INFO]         from version 10.3.0.M5 to 10.3.0-SNAPSHOT
19:40:38:936 [INFO] 
19:40:38:937 [INFO] Processing org.eclipse.collections:jmh-scala-tests
19:40:38:937 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
19:40:38:937 [INFO]         from version 10.3.0.M5 to 10.3.0-SNAPSHOT
19:40:38:944 [INFO] 
19:40:38:945 [INFO] Processing org.eclipse.collections:jmh-tests
19:40:38:945 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
19:40:38:946 [INFO]         from version 10.3.0.M5 to 10.3.0-SNAPSHOT
19:40:38:959 [INFO] 
19:40:38:960 [INFO] Processing org.eclipse.collections:junit-trait-runner
19:40:38:960 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
19:40:38:961 [INFO]         from version 10.3.0.M5 to 10.3.0-SNAPSHOT
19:40:38:993 [INFO] 
19:40:38:994 [INFO] Processing org.eclipse.collections:p2-repository
19:40:38:994 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
19:40:38:994 [INFO]         from version 10.3.0.M5 to 10.3.0-SNAPSHOT
19:40:39:013 [INFO] 
19:40:39:014 [INFO] Processing org.eclipse.collections:performance-tests
19:40:39:014 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
19:40:39:014 [INFO]         from version 10.3.0.M5 to 10.3.0-SNAPSHOT
19:40:39:032 [INFO] 
19:40:39:033 [INFO] Processing org.eclipse.collections:scala-unit-tests
19:40:39:033 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
19:40:39:033 [INFO]         from version 10.3.0.M5 to 10.3.0-SNAPSHOT
19:40:39:042 [INFO] 
19:40:39:043 [INFO] Processing org.eclipse.collections:serialization-tests
19:40:39:043 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
19:40:39:043 [INFO]         from version 10.3.0.M5 to 10.3.0-SNAPSHOT
19:40:39:048 [INFO] 
19:40:39:049 [INFO] Processing org.eclipse.collections:test-coverage
19:40:39:049 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
19:40:39:049 [INFO]         from version 10.3.0.M5 to 10.3.0-SNAPSHOT
19:40:39:056 [INFO] 
19:40:39:057 [INFO] Processing org.eclipse.collections:unit-tests-java8
19:40:39:057 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
19:40:39:057 [INFO]         from version 10.3.0.M5 to 10.3.0-SNAPSHOT
19:40:39:091 [INFO] 
19:40:39:092 [INFO] Processing org.eclipse.collections:unit-tests
19:40:39:092 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
19:40:39:092 [INFO]         from version 10.3.0.M5 to 10.3.0-SNAPSHOT
19:40:39:098 [INFO] 
19:40:39:100 [INFO] Processing org.eclipse.collections:org.eclipse.collections
19:40:39:100 [INFO]     Updating parent org.eclipse.collections:p2-repository
19:40:39:100 [INFO]         from version 10.3.0.M5 to 10.3.0-SNAPSHOT
19:40:39:101 [INFO] 
19:40:39:102 [INFO] ------------------------------------------------------------------------
19:40:39:102 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.3.0.M5:
19:40:39:102 [INFO] 
19:40:39:102 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  3.565 s]
19:40:39:102 [INFO] Eclipse Collections Code Generator ................. SKIPPED
19:40:39:103 [INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED
19:40:39:103 [INFO] Eclipse Collections API ............................ SKIPPED
19:40:39:103 [INFO] Eclipse Collections Main Library ................... SKIPPED
19:40:39:103 [INFO] Eclipse Collections Test Utilities ................. SKIPPED
19:40:39:103 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED
19:40:39:103 [INFO] Eclipse Collections Unit Test Suite ................ SKIPPED
19:40:39:103 [INFO] Eclipse Collections Serialization Test Suite ....... SKIPPED
19:40:39:103 [INFO] Eclipse Collections JCStress Test Suite ............ SKIPPED
19:40:39:103 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SKIPPED
19:40:39:104 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SKIPPED
19:40:39:104 [INFO] Eclipse Collections Test Coverage Aggregation ...... SKIPPED
19:40:39:104 [INFO] Eclipse Collections p2 Repository Build ............ SKIPPED
19:40:39:104 [INFO] Eclipse Collections OSGi Bundle .................... SKIPPED
19:40:39:104 [INFO] Eclipse Collections Scala Unit Test Suite .......... SKIPPED
19:40:39:104 [INFO] Eclipse Collections JMH Scala Test Suite ........... SKIPPED
19:40:39:104 [INFO] Eclipse Collections JMH Test Suite ................. SKIPPED
19:40:39:105 [INFO] ------------------------------------------------------------------------
19:40:39:105 [INFO] BUILD SUCCESS
19:40:39:105 [INFO] ------------------------------------------------------------------------
19:40:39:105 [INFO] Total time:  33.791 s
19:40:39:105 [INFO] Finished at: 2020-07-30T19:40:39Z
19:40:39:105 [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"
19:40:39:839 [INFO] Error stacktraces are turned on.
19:40:40:040 [INFO] Scanning for projects...
19:40:41:100 [INFO] ------------------------------------------------------------------------
19:40:41:101 [INFO] Reactor Build Order:
19:40:41:101 [INFO] 
19:40:41:102 [INFO] Eclipse Collections Parent Project                                 [pom]
19:40:41:103 [INFO] Eclipse Collections Code Generator                                 [jar]
19:40:41:103 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
19:40:41:103 [INFO] Eclipse Collections API                                            [jar]
19:40:41:104 [INFO] Eclipse Collections Main Library                                   [jar]
19:40:41:104 [INFO] Eclipse Collections Test Utilities                                 [jar]
19:40:41:104 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
19:40:41:105 [INFO] Eclipse Collections Unit Test Suite                                [jar]
19:40:41:105 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
19:40:41:105 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
19:40:41:106 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
19:40:41:106 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
19:40:41:106 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
19:40:41:107 [INFO] Eclipse Collections p2 Repository Build                            [pom]
19:40:41:107 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
19:40:41:107 [INFO] Eclipse Collections Scala Unit Test Suite                          [jar]
19:40:41:107 [INFO] Eclipse Collections JMH Scala Test Suite                           [jar]
19:40:41:108 [INFO] Eclipse Collections JMH Test Suite                                 [jar]
19:40:41:112 [INFO] 
19:40:41:112 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
19:40:41:112 [INFO] Building Eclipse Collections Parent Project 10.3.0-SNAPSHOT       [1/18]
19:40:41:113 [INFO] --------------------------------[ pom ]---------------------------------
19:40:41:546 [INFO] 
19:40:41:546 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
19:40:41:600 [INFO] 
19:40:41:600 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
19:40:41:899 [INFO] 
19:40:41:899 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
19:40:42:802 [INFO] Skipping pom project
19:40:42:802 [INFO] 
19:40:42:802 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
19:40:42:905 [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
19:40:42:913 [INFO] 
19:40:42:913 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
19:40:42:913 [INFO] Building Eclipse Collections Code Generator 10.3.0-SNAPSHOT       [2/18]
19:40:42:914 [INFO] --------------------------------[ jar ]---------------------------------
19:40:43:192 [INFO] 
19:40:43:192 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
19:40:43:193 [INFO] 
19:40:43:194 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
19:40:43:206 [INFO] 
19:40:43:206 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator ---
19:40:43:312 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:40:43:321 [INFO] Copying 355 resources
19:40:43:449 [INFO] 
19:40:43:449 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
19:40:43:646 [INFO] Changes detected - recompiling the module!
19:40:43:653 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/classes
19:40:44:354 [INFO] 
19:40:44:354 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
19:40:44:355 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:40:44:355 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/src/test/resources
19:40:44:355 [INFO] 
19:40:44:355 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
19:40:44:362 [INFO] Changes detected - recompiling the module!
19:40:44:363 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/test-classes
19:40:44:739 [INFO] 
19:40:44:739 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
19:40:44:914 [INFO] Tests are skipped.
19:40:44:914 [INFO] 
19:40:44:914 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
19:40:45:259 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0-SNAPSHOT.jar
19:40:45:338 [INFO] 
19:40:45:338 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
19:40:45:465 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0-SNAPSHOT-sources.jar
19:40:45:601 [INFO] 
19:40:45:601 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
19:40:45:628 [INFO] No dependency problems found
19:40:45:628 [INFO] 
19:40:45:628 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
19:40:45:630 [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
19:40:45:632 [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
19:40:45:634 [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
19:40:45:639 [INFO] 
19:40:45:639 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
19:40:45:639 [INFO] Building Eclipse Collections Code Generator Maven Plugin 10.3.0-SNAPSHOT [3/18]
19:40:45:639 [INFO] ----------------------------[ maven-plugin ]----------------------------
19:40:45:895 [INFO] 
19:40:45:895 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
19:40:45:896 [INFO] 
19:40:45:896 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
19:40:45:925 [INFO] 
19:40:45:925 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
19:40:45:926 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:40:45:926 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/main/resources
19:40:45:926 [INFO] 
19:40:45:926 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
19:40:45:928 [INFO] Changes detected - recompiling the module!
19:40:45:929 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/classes
19:40:46:300 [INFO] 
19:40:46:300 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
19:40:47:054 [INFO] Using 'UTF-8' encoding to read mojo source files.
19:40:47:110 [INFO] java-javadoc mojo extractor found 1 mojo descriptor.
19:40:47:190 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
19:40:47:244 [INFO] 
19:40:47:244 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
19:40:47:246 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:40:47:246 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/test/resources
19:40:47:246 [INFO] 
19:40:47:246 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
19:40:47:247 [INFO] No sources to compile
19:40:47:247 [INFO] 
19:40:47:247 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
19:40:47:249 [INFO] Tests are skipped.
19:40:47:249 [INFO] 
19:40:47:249 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
19:40:47:253 [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
19:40:47:256 [INFO] 
19:40:47:256 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
19:40:47:258 [INFO] 
19:40:47:258 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
19:40:47:261 [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
19:40:47:264 [INFO] 
19:40:47:264 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
19:40:47:291 [INFO] No dependency problems found
19:40:47:291 [INFO] 
19:40:47:291 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
19:40:47:292 [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
19:40:47:294 [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
19:40:47:307 [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
19:40:47:310 [INFO] 
19:40:47:310 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
19:40:47:310 [INFO] Building Eclipse Collections API 10.3.0-SNAPSHOT                  [4/18]
19:40:47:310 [INFO] --------------------------------[ jar ]---------------------------------
19:40:47:376 [INFO] 
19:40:47:376 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
19:40:47:377 [INFO] 
19:40:47:377 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
19:40:47:379 [INFO] 
19:40:47:379 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0-SNAPSHOT:generate (default) @ eclipse-collections-api ---
19:40:47:392 [INFO] Generating sources to eclipse-collections-api
19:40:48:292 [INFO] Generated 1171 files
19:40:48:293 [INFO] 
19:40:48:293 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api ---
19:40:48:294 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:40:48:294 [INFO] Copying 3 resources
19:40:48:295 [INFO] 
19:40:48:295 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
19:40:48:446 [INFO] Changes detected - recompiling the module!
19:40:48:447 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/classes
19:40:51:970 [INFO] 
19:40:51:970 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api ---
19:40:52:998 [WARNING] Cannot consider developer in line '76' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
19:40:52:998 [WARNING] Cannot consider developer in line '81' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
19:40:52:999 [WARNING] Cannot consider developer in line '86' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
19:40:52:999 [WARNING] Cannot consider developer in line '91' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
19:40:52:999 [WARNING] Cannot consider developer in line '96' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
19:40:53:577 [INFO] 
19:40:53:577 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api ---
19:40:53:578 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:40:53:579 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-api/src/test/resources
19:40:53:579 [INFO] 
19:40:53:579 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
19:40:53:580 [INFO] No sources to compile
19:40:53:580 [INFO] 
19:40:53:580 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
19:40:53:581 [INFO] Tests are skipped.
19:40:53:581 [INFO] 
19:40:53:581 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api ---
19:40:53:716 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.3.0-SNAPSHOT.jar
19:40:53:839 [INFO] 
19:40:53:839 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
19:40:53:905 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.3.0-SNAPSHOT-sources.jar
19:40:54:144 [INFO] 
19:40:54:144 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
19:40:54:331 [INFO] No dependency problems found
19:40:54:331 [INFO] 
19:40:54:331 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
19:40:54:332 [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
19:40:54:334 [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
19:40:54:336 [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
19:40:54:338 [INFO] 
19:40:54:338 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
19:40:54:338 [INFO] Building Eclipse Collections Main Library 10.3.0-SNAPSHOT         [5/18]
19:40:54:338 [INFO] --------------------------------[ jar ]---------------------------------
19:40:54:340 [INFO] 
19:40:54:340 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
19:40:54:341 [INFO] 
19:40:54:341 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
19:40:54:343 [INFO] 
19:40:54:343 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0-SNAPSHOT:generate (default) @ eclipse-collections ---
19:40:54:343 [INFO] Generating sources to eclipse-collections
19:40:57:273 [INFO] Generated 1438 files
19:40:57:273 [INFO] 
19:40:57:273 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections ---
19:40:57:274 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:40:57:275 [INFO] Copying 24 resources
19:40:57:279 [INFO] 
19:40:57:279 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
19:40:57:440 [INFO] Changes detected - recompiling the module!
19:40:57:441 [INFO] Compiling 2093 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/classes
19:41:22:165 [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
19:41:22:165 [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
19:41:22:165 [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
19:41:22:166 [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
19:41:22:166 [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
19:41:22:167 [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
19:41:22:167 [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
19:41:22:167 [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
19:41:22:168 [INFO] 
19:41:22:168 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections ---
19:41:22:232 [WARNING] Cannot consider developer in line '76' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
19:41:22:232 [WARNING] Cannot consider developer in line '81' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
19:41:22:232 [WARNING] Cannot consider developer in line '86' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
19:41:22:232 [WARNING] Cannot consider developer in line '91' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
19:41:22:233 [WARNING] Cannot consider developer in line '96' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
19:41:24:217 [INFO] 
19:41:24:217 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections ---
19:41:24:219 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:41:24:219 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections/src/test/resources
19:41:24:219 [INFO] 
19:41:24:219 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
19:41:24:220 [INFO] No sources to compile
19:41:24:221 [INFO] 
19:41:24:221 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
19:41:24:222 [INFO] Tests are skipped.
19:41:24:223 [INFO] 
19:41:24:223 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections ---
19:41:24:454 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.3.0-SNAPSHOT.jar
19:41:25:104 [INFO] 
19:41:25:104 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections ---
19:41:25:162 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.3.0-SNAPSHOT-sources.jar
19:41:25:613 [INFO] 
19:41:25:613 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections ---
19:41:26:232 [INFO] No dependency problems found
19:41:26:232 [INFO] 
19:41:26:232 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
19:41:26:233 [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
19:41:26:249 [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
19:41:26:266 [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
19:41:26:274 [INFO] 
19:41:26:274 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
19:41:26:274 [INFO] Building Eclipse Collections Test Utilities 10.3.0-SNAPSHOT       [6/18]
19:41:26:274 [INFO] --------------------------------[ jar ]---------------------------------
19:41:26:709 [INFO] 
19:41:26:709 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
19:41:26:709 [INFO] 
19:41:26:709 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
19:41:26:713 [INFO] 
19:41:26:713 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-testutils ---
19:41:27:304 [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
19:41:27:304 [INFO] 
19:41:27:304 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils ---
19:41:27:305 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:41:27:305 [INFO] Copying 3 resources
19:41:27:306 [INFO] 
19:41:27:306 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
19:41:27:308 [INFO] Changes detected - recompiling the module!
19:41:27:308 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/classes
19:41:28:164 [INFO] 
19:41:28:164 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils ---
19:41:28:165 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:41:28:165 [INFO] Copying 1 resource
19:41:28:166 [INFO] 
19:41:28:166 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
19:41:28:168 [INFO] Changes detected - recompiling the module!
19:41:28:168 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/test-classes
19:41:29:642 [INFO] 
19:41:29:642 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
19:41:29:644 [INFO] Tests are skipped.
19:41:29:644 [INFO] 
19:41:29:644 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils ---
19:41:29:646 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0-SNAPSHOT.jar
19:41:29:657 [INFO] 
19:41:29:657 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
19:41:29:660 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0-SNAPSHOT-sources.jar
19:41:29:664 [INFO] 
19:41:29:664 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
19:41:29:675 [INFO] No dependency problems found
19:41:29:675 [INFO] 
19:41:29:675 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
19:41:29:690 [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
19:41:29:694 [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
19:41:29:695 [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
19:41:29:697 [INFO] 
19:41:29:697 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
19:41:29:697 [INFO] Building Eclipse Collections Fork Join Utilities 10.3.0-SNAPSHOT  [7/18]
19:41:29:697 [INFO] --------------------------------[ jar ]---------------------------------
19:41:29:700 [INFO] 
19:41:29:700 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
19:41:29:700 [INFO] 
19:41:29:700 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
19:41:29:705 [INFO] 
19:41:29:705 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-forkjoin ---
19:41:29:706 [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
19:41:29:706 [INFO] 
19:41:29:706 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin ---
19:41:29:707 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:41:29:707 [INFO] Copying 3 resources
19:41:29:708 [INFO] 
19:41:29:708 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
19:41:29:710 [INFO] Changes detected - recompiling the module!
19:41:29:710 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/classes
19:41:30:568 [INFO] 
19:41:30:568 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
19:41:30:569 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:41:30:569 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/src/test/resources
19:41:30:569 [INFO] 
19:41:30:569 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
19:41:30:570 [INFO] Changes detected - recompiling the module!
19:41:30:571 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/test-classes
19:41:31:472 [INFO] 
19:41:31:472 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
19:41:31:474 [INFO] Tests are skipped.
19:41:31:474 [INFO] 
19:41:31:474 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin ---
19:41:31:476 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0-SNAPSHOT.jar
19:41:31:494 [INFO] 
19:41:31:494 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
19:41:31:498 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0-SNAPSHOT-sources.jar
19:41:31:502 [INFO] 
19:41:31:502 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
19:41:31:514 [INFO] No dependency problems found
19:41:31:515 [INFO] 
19:41:31:515 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
19:41:31:516 [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
19:41:31:592 [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
19:41:31:594 [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
19:41:31:595 [INFO] 
19:41:31:595 [INFO] -----------------< org.eclipse.collections:unit-tests >-----------------
19:41:31:595 [INFO] Building Eclipse Collections Unit Test Suite 10.3.0-SNAPSHOT      [8/18]
19:41:31:595 [INFO] --------------------------------[ jar ]---------------------------------
19:41:31:775 [INFO] 
19:41:31:775 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests ---
19:41:31:775 [INFO] 
19:41:31:776 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests ---
19:41:31:781 [INFO] 
19:41:31:781 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ unit-tests ---
19:41:31:782 [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
19:41:31:782 [INFO] 
19:41:31:782 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests ---
19:41:31:783 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:41:31:783 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests/src/main/resources
19:41:31:783 [INFO] 
19:41:31:783 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests ---
19:41:31:784 [INFO] No sources to compile
19:41:31:784 [INFO] 
19:41:31:784 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0-SNAPSHOT:generate (list) @ unit-tests ---
19:41:31:784 [INFO] Generating sources to unit-tests
19:41:35:933 [INFO] Generated 2196 files
19:41:35:933 [INFO] 
19:41:35:933 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests ---
19:41:35:934 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:41:35:934 [INFO] Copying 1 resource
19:41:35:934 [INFO] 
19:41:35:934 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests ---
19:41:36:143 [INFO] Changes detected - recompiling the module!
19:41:36:144 [INFO] Compiling 2720 source files to /home/jenkins/agent/workspace/new-version/unit-tests/target/test-classes
19:44:23:653 [INFO] 
19:44:23:653 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests ---
19:44:23:655 [INFO] Tests are skipped.
19:44:23:655 [INFO] 
19:44:23:655 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests ---
19:44:23:656 [WARNING] JAR will be empty - no content was marked for inclusion!
19:44:23:657 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-10.3.0-SNAPSHOT.jar
19:44:23:660 [INFO] 
19:44:23:660 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests ---
19:44:23:660 [INFO] No sources in project. Archive not created.
19:44:23:660 [INFO] 
19:44:23:661 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests ---
19:44:24:278 [INFO] No dependency problems found
19:44:24:279 [INFO] 
19:44:24:279 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests ---
19:44:24:280 [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
19:44:24:281 [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
19:44:24:282 [INFO] 
19:44:24:282 [INFO] ------------< org.eclipse.collections:serialization-tests >-------------
19:44:24:282 [INFO] Building Eclipse Collections Serialization Test Suite 10.3.0-SNAPSHOT [9/18]
19:44:24:282 [INFO] --------------------------------[ jar ]---------------------------------
19:44:24:284 [INFO] 
19:44:24:284 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serialization-tests ---
19:44:24:284 [INFO] 
19:44:24:285 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ serialization-tests ---
19:44:24:287 [INFO] 
19:44:24:287 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ serialization-tests ---
19:44:24:287 [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
19:44:24:288 [INFO] 
19:44:24:288 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ serialization-tests ---
19:44:24:288 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:44:24:288 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/main/resources
19:44:24:289 [INFO] 
19:44:24:289 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ serialization-tests ---
19:44:24:290 [INFO] No sources to compile
19:44:24:290 [INFO] 
19:44:24:290 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ serialization-tests ---
19:44:24:291 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:44:24:291 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/test/resources
19:44:24:291 [INFO] 
19:44:24:291 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ serialization-tests ---
19:44:24:349 [INFO] Changes detected - recompiling the module!
19:44:24:350 [INFO] Compiling 882 source files to /home/jenkins/agent/workspace/new-version/serialization-tests/target/test-classes
19:44:27:534 [INFO] 
19:44:27:534 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ serialization-tests ---
19:44:27:535 [INFO] Tests are skipped.
19:44:27:536 [INFO] 
19:44:27:536 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ serialization-tests ---
19:44:27:537 [WARNING] JAR will be empty - no content was marked for inclusion!
19:44:27:537 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-10.3.0-SNAPSHOT.jar
19:44:27:540 [INFO] 
19:44:27:540 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ serialization-tests ---
19:44:27:541 [INFO] No sources in project. Archive not created.
19:44:27:541 [INFO] 
19:44:27:541 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ serialization-tests ---
19:44:27:577 [INFO] No dependency problems found
19:44:27:577 [INFO] 
19:44:27:577 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serialization-tests ---
19:44:27:578 [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
19:44:27:579 [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
19:44:27:580 [INFO] 
19:44:27:580 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
19:44:27:580 [INFO] Building Eclipse Collections JCStress Test Suite 10.3.0-SNAPSHOT [10/18]
19:44:27:580 [INFO] --------------------------------[ jar ]---------------------------------
19:44:27:796 [INFO] 
19:44:27:796 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
19:44:27:797 [INFO] 
19:44:27:797 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
19:44:27:801 [INFO] 
19:44:27:801 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests ---
19:44:27:802 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:44:27:802 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/main/resources
19:44:27:802 [INFO] 
19:44:27:802 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
19:44:27:804 [INFO] Changes detected - recompiling the module!
19:44:27:804 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/jcstress-tests/target/classes
19:44:28:662 [INFO] 
19:44:28:662 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests ---
19:44:28:662 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:44:28:663 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/test/resources
19:44:28:663 [INFO] 
19:44:28:663 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
19:44:28:664 [INFO] No sources to compile
19:44:28:664 [INFO] 
19:44:28:664 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
19:44:28:665 [INFO] Tests are skipped.
19:44:28:665 [INFO] 
19:44:28:665 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests ---
19:44:28:668 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.3.0-SNAPSHOT.jar
19:44:28:695 [INFO] 
19:44:28:695 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests ---
19:44:29:172 [INFO] Including org.eclipse.collections:eclipse-collections:jar:10.3.0-SNAPSHOT in the shaded jar.
19:44:29:172 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.3.0-SNAPSHOT in the shaded jar.
19:44:29:172 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
19:44:29:172 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
19:44:30:166 [WARNING] eclipse-collections-10.3.0-SNAPSHOT.jar, eclipse-collections-api-10.3.0-SNAPSHOT.jar, jcstress-core-0.4.jar, jcstress-tests-10.3.0-SNAPSHOT.jar, jopt-simple-4.6.jar define 1 overlapping resources: 
19:44:30:167 [WARNING]   - META-INF/MANIFEST.MF
19:44:30:167 [WARNING] eclipse-collections-10.3.0-SNAPSHOT.jar, eclipse-collections-api-10.3.0-SNAPSHOT.jar define 3 overlapping resources: 
19:44:30:167 [WARNING]   - LICENSE-EDL-1.0.txt
19:44:30:167 [WARNING]   - LICENSE-EPL-1.0.txt
19:44:30:167 [WARNING]   - about.html
19:44:30:167 [WARNING] maven-shade-plugin has detected that some class files are
19:44:30:167 [WARNING] present in two or more JARs. When this happens, only one
19:44:30:167 [WARNING] single version of the class is copied to the uber jar.
19:44:30:167 [WARNING] Usually this is not harmful and you can skip these warnings,
19:44:30:167 [WARNING] otherwise try to manually exclude artifacts based on
19:44:30:168 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
19:44:30:168 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
19:44:30:173 [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
19:44:30:174 [INFO] 
19:44:30:174 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests ---
19:44:30:176 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.3.0-SNAPSHOT-sources.jar
19:44:30:180 [INFO] 
19:44:30:180 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests ---
19:44:30:282 [INFO] No dependency problems found
19:44:30:282 [INFO] 
19:44:30:282 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
19:44:30:283 [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
19:44:30:286 [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
19:44:30:287 [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
19:44:30:288 [INFO] 
19:44:30:289 [INFO] -------------< org.eclipse.collections:junit-trait-runner >-------------
19:44:30:289 [INFO] Building Eclipse Collections Test Trait JUnit Runner 10.3.0-SNAPSHOT [11/18]
19:44:30:289 [INFO] --------------------------------[ jar ]---------------------------------
19:44:30:290 [INFO] 
19:44:30:290 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ junit-trait-runner ---
19:44:30:291 [INFO] 
19:44:30:291 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ junit-trait-runner ---
19:44:30:293 [INFO] 
19:44:30:293 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ junit-trait-runner ---
19:44:30:293 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:44:30:293 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/main/resources
19:44:30:293 [INFO] 
19:44:30:294 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-trait-runner ---
19:44:30:295 [INFO] Changes detected - recompiling the module!
19:44:30:295 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/classes
19:44:30:640 [INFO] 
19:44:30:640 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ junit-trait-runner ---
19:44:30:641 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:44:30:641 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/test/resources
19:44:30:641 [INFO] 
19:44:30:641 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-trait-runner ---
19:44:30:642 [INFO] No sources to compile
19:44:30:642 [INFO] 
19:44:30:642 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ junit-trait-runner ---
19:44:30:644 [INFO] Tests are skipped.
19:44:30:644 [INFO] 
19:44:30:644 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ junit-trait-runner ---
19:44:30:646 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.3.0-SNAPSHOT.jar
19:44:30:649 [INFO] 
19:44:30:649 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ junit-trait-runner ---
19:44:30:652 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.3.0-SNAPSHOT-sources.jar
19:44:30:654 [INFO] 
19:44:30:654 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ junit-trait-runner ---
19:44:30:656 [INFO] No dependency problems found
19:44:30:656 [INFO] 
19:44:30:656 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ junit-trait-runner ---
19:44:30:657 [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
19:44:30:658 [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
19:44:30:659 [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
19:44:30:661 [INFO] 
19:44:30:661 [INFO] --------------< org.eclipse.collections:unit-tests-java8 >--------------
19:44:30:661 [INFO] Building Eclipse Collections Java 8 Unit Test Suite 10.3.0-SNAPSHOT [12/18]
19:44:30:661 [INFO] --------------------------------[ jar ]---------------------------------
19:44:30:727 [INFO] 
19:44:30:728 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests-java8 ---
19:44:30:728 [INFO] 
19:44:30:728 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests-java8 ---
19:44:30:731 [INFO] 
19:44:30:731 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ unit-tests-java8 ---
19:44:30:732 [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
19:44:30:732 [INFO] 
19:44:30:732 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests-java8 ---
19:44:30:733 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:44:30:733 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/main/resources
19:44:30:733 [INFO] 
19:44:30:733 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests-java8 ---
19:44:30:734 [INFO] No sources to compile
19:44:30:734 [INFO] 
19:44:30:734 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests-java8 ---
19:44:30:735 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:44:30:735 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/test/resources
19:44:30:735 [INFO] 
19:44:30:735 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests-java8 ---
19:44:30:749 [INFO] Changes detected - recompiling the module!
19:44:30:750 [INFO] Compiling 169 source files to /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/test-classes
19:44:37:062 [INFO] 
19:44:37:062 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests-java8 ---
19:44:37:064 [INFO] Tests are skipped.
19:44:37:064 [INFO] 
19:44:37:064 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests-java8 ---
19:44:37:065 [WARNING] JAR will be empty - no content was marked for inclusion!
19:44:37:065 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-10.3.0-SNAPSHOT.jar
19:44:37:068 [INFO] 
19:44:37:068 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests-java8 ---
19:44:37:068 [INFO] No sources in project. Archive not created.
19:44:37:069 [INFO] 
19:44:37:069 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests-java8 ---
19:44:37:089 [INFO] No dependency problems found
19:44:37:089 [INFO] 
19:44:37:089 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests-java8 ---
19:44:37:090 [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
19:44:37:095 [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
19:44:37:097 [INFO] 
19:44:37:097 [INFO] ---------------< org.eclipse.collections:test-coverage >----------------
19:44:37:097 [INFO] Building Eclipse Collections Test Coverage Aggregation 10.3.0-SNAPSHOT [13/18]
19:44:37:097 [INFO] --------------------------------[ pom ]---------------------------------
19:44:37:098 [INFO] 
19:44:37:098 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ test-coverage ---
19:44:37:099 [INFO] 
19:44:37:099 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ test-coverage ---
19:44:37:101 [INFO] 
19:44:37:101 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ test-coverage ---
19:44:37:101 [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
19:44:37:102 [INFO] 
19:44:37:102 [INFO] --- jacoco-maven-plugin:0.8.5:report-aggregate (default-report) @ test-coverage ---
19:44:37:612 [INFO] Analyzed bundle 'eclipse-collections-api' with 356 classes
19:44:39:387 [INFO] Analyzed bundle 'eclipse-collections' with 3658 classes
19:44:43:072 [INFO] Analyzed bundle 'eclipse-collections-testutils' with 2 classes
19:44:43:085 [INFO] 
19:44:43:085 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ test-coverage ---
19:44:43:086 [INFO] Skipping pom project
19:44:43:086 [INFO] 
19:44:43:086 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ test-coverage ---
19:44:43:087 [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
19:44:43:089 [INFO] 
19:44:43:089 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
19:44:43:089 [INFO] Building Eclipse Collections p2 Repository Build 10.3.0-SNAPSHOT [14/18]
19:44:43:089 [INFO] --------------------------------[ pom ]---------------------------------
19:44:43:099 [INFO] 
19:44:43:099 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
19:44:43:107 [INFO] 
19:44:43:107 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
19:44:43:141 [INFO] 
19:44:43:141 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository ---
19:44:43:266 [INFO] Skipping pom project
19:44:43:266 [INFO] 
19:44:43:266 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
19:44:43:277 [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
19:44:43:279 [INFO] 
19:44:43:279 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
19:44:43:279 [INFO] Building Eclipse Collections OSGi Bundle 10.3.0-SNAPSHOT         [15/18]
19:44:43:279 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
19:44:43:895 [INFO] 
19:44:43:895 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
19:44:43:896 [INFO] 
19:44:43:896 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
19:44:46:236 [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

19:44:46:236 [WARNING] Fallback to default timestamp provider
19:44:46:240 [INFO] The project's OSGi version is 10.3.0.v20200730-1940
19:44:46:240 [INFO] 
19:44:46:240 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections ---
19:44:46:241 [INFO] 
19:44:46:241 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
19:44:46:244 [INFO] 
19:44:46:244 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections ---
19:44:46:266 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:44:46:268 [INFO] Copying 2 resources
19:44:46:272 [INFO] 
19:44:46:272 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
19:44:46:306 [INFO] No sources to compile
19:44:46:306 [INFO] 
19:44:46:306 [INFO] --- ebr-maven-plugin:1.2.0:bundle (default-bundle) @ org.eclipse.collections ---
19:44:46:313 [INFO] Gathering dependencies
19:44:46:317 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:10.3.0-SNAPSHOT:jar
19:44:46:322 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:10.3.0-SNAPSHOT:jar
19:44:46:322 [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/**/*.*"
19:44:47:210 [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/**/*.*"
19:44:47:433 [INFO] Merging collected dependencies
19:44:47:436 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:44:47:501 [INFO] Copying 5283 resources
19:44:48:509 [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
19:44:52:534 [INFO] Gathering sources
19:44:52:535 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:10.3.0-SNAPSHOT:jar
19:44:52:536 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:10.3.0-SNAPSHOT:jar
19:44:52:537 [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/**/*.*"
19:44:53:190 [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/**/*.*"
19:44:53:598 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:44:53:598 [INFO] Copying 2 resources
19:44:53:599 [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
19:44:59:369 [INFO] Assembling p2 repository
19:45:00:130 [INFO] 
19:45:00:130 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
19:45:00:131 [INFO] 
19:45:00:131 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections ---
19:45:00:916 [INFO] No dependency problems found
19:45:00:916 [INFO] 
19:45:00:916 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
19:45:00:917 [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
19:45:00:923 [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
19:45:00:925 [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
19:45:00:929 [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
19:45:00:930 [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
19:45:00:935 [INFO] 
19:45:00:935 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
19:45:00:937 [INFO] 
19:45:00:937 [INFO] --------------< org.eclipse.collections:scala-unit-tests >--------------
19:45:00:937 [INFO] Building Eclipse Collections Scala Unit Test Suite 10.3.0-SNAPSHOT [16/18]
19:45:00:937 [INFO] --------------------------------[ jar ]---------------------------------
19:45:01:289 [INFO] 
19:45:01:290 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scala-unit-tests ---
19:45:01:290 [INFO] 
19:45:01:290 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ scala-unit-tests ---
19:45:01:293 [INFO] 
19:45:01:293 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scala-unit-tests ---
19:45:01:294 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:45:01:294 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/scala-unit-tests/src/main/resources
19:45:01:294 [INFO] 
19:45:01:294 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ scala-unit-tests ---
19:45:01:295 [INFO] No sources to compile
19:45:01:295 [INFO] 
19:45:01:295 [INFO] --- scala-maven-plugin:4.3.1:compile (default) @ scala-unit-tests ---
19:45:04:573 [INFO] compile in 0.0 s
19:45:04:573 [INFO] No sources to compile
19:45:04:573 [INFO] 
19:45:04:573 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scala-unit-tests ---
19:45:04:574 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:45:04:574 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/scala-unit-tests/src/test/resources
19:45:04:574 [INFO] 
19:45:04:574 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ scala-unit-tests ---
19:45:04:575 [INFO] No sources to compile
19:45:04:575 [INFO] 
19:45:04:575 [INFO] --- scala-maven-plugin:4.3.1:testCompile (default) @ scala-unit-tests ---
19:45:05:266 [INFO] Using incremental compilation using Mixed compile order
19:45:05:403 [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.12-1.3.2-bin_2.12.6__52.0-1.3.2_20200115T025827.jar
19:45:05:403 [INFO] Compiler bridge file is not installed yet
warning: there were three deprecation warnings (since 2.12.0); re-run with -deprecation for details
warning: there were three feature warnings; re-run with -feature for details
two warnings found
19:45:12:609 [INFO] Compiler bridge installed
19:45:12:898 [INFO] Compiling 42 Scala sources to /home/jenkins/agent/workspace/new-version/scala-unit-tests/target/test-classes ...
19:45:16:546 [WARNING] [Warn] : there were 11 deprecation warnings; re-run with -deprecation for details
19:45:16:546 [WARNING] [Warn] : there were 15 feature warnings; re-run with -feature for details
19:45:16:549 [WARNING] two warnings found
19:45:16:579 [INFO] Done compiling.
19:45:16:924 [INFO] compile in 12.3 s
19:45:16:924 [INFO] 
19:45:16:924 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ scala-unit-tests ---
19:45:16:927 [INFO] Tests are skipped.
19:45:16:927 [INFO] 
19:45:16:927 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ scala-unit-tests ---
19:45:16:928 [WARNING] JAR will be empty - no content was marked for inclusion!
19:45:16:929 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/scala-unit-tests/target/scala-unit-tests-10.3.0-SNAPSHOT.jar
19:45:16:932 [INFO] 
19:45:16:932 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ scala-unit-tests ---
19:45:16:933 [INFO] No sources in project. Archive not created.
19:45:16:934 [INFO] 
19:45:16:934 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ scala-unit-tests ---
19:45:16:957 [INFO] No dependency problems found
19:45:16:958 [INFO] 
19:45:16:958 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scala-unit-tests ---
19:45:16:959 [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
19:45:16:965 [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
19:45:16:966 [INFO] 
19:45:16:966 [INFO] --------------< org.eclipse.collections:jmh-scala-tests >---------------
19:45:16:966 [INFO] Building Eclipse Collections JMH Scala Test Suite 10.3.0-SNAPSHOT [17/18]
19:45:16:990 [INFO] --------------------------------[ jar ]---------------------------------
19:45:16:992 [INFO] 
19:45:16:992 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jmh-scala-tests ---
19:45:16:993 [INFO] 
19:45:16:993 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jmh-scala-tests ---
19:45:17:001 [INFO] 
19:45:17:001 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jmh-scala-tests ---
19:45:17:002 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:45:17:002 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-scala-tests/src/main/resources
19:45:17:002 [INFO] 
19:45:17:002 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jmh-scala-tests ---
19:45:17:003 [INFO] No sources to compile
19:45:17:003 [INFO] 
19:45:17:003 [INFO] --- scala-maven-plugin:4.3.1:compile (default) @ jmh-scala-tests ---
19:45:17:009 [INFO] Using incremental compilation using Mixed compile order
19:45:17:009 [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.12-1.3.2-bin_2.12.6__52.0-1.3.2_20200115T025827.jar
19:45:17:015 [INFO] Compiling 12 Scala sources to /home/jenkins/agent/workspace/new-version/jmh-scala-tests/target/classes ...
19:45:21:918 [INFO] Done compiling.
19:45:21:941 [INFO] compile in 4.9 s
19:45:21:941 [INFO] 
19:45:21:941 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jmh-scala-tests ---
19:45:21:942 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:45:21:943 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-scala-tests/src/test/resources
19:45:21:943 [INFO] 
19:45:21:943 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jmh-scala-tests ---
19:45:21:943 [INFO] No sources to compile
19:45:21:943 [INFO] 
19:45:21:943 [INFO] --- scala-maven-plugin:4.3.1:testCompile (default) @ jmh-scala-tests ---
19:45:21:945 [INFO] compile in 0.0 s
19:45:21:945 [INFO] No sources to compile
19:45:21:945 [INFO] 
19:45:21:945 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jmh-scala-tests ---
19:45:21:947 [INFO] Tests are skipped.
19:45:21:947 [INFO] 
19:45:21:947 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jmh-scala-tests ---
19:45:21:951 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-scala-tests/target/jmh-scala-tests-10.3.0-SNAPSHOT.jar
19:45:21:990 [INFO] 
19:45:21:990 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jmh-scala-tests ---
19:45:21:995 [INFO] No dependency problems found
19:45:21:995 [INFO] 
19:45:21:995 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jmh-scala-tests ---
19:45:21:996 [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
19:45:22:001 [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
19:45:22:002 [INFO] 
19:45:22:002 [INFO] -----------------< org.eclipse.collections:jmh-tests >------------------
19:45:22:002 [INFO] Building Eclipse Collections JMH Test Suite 10.3.0-SNAPSHOT      [18/18]
19:45:22:002 [INFO] --------------------------------[ jar ]---------------------------------
19:45:24:452 [INFO] 
19:45:24:452 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jmh-tests ---
19:45:24:454 [INFO] 
19:45:24:454 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jmh-tests ---
19:45:24:486 [INFO] 
19:45:24:486 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jmh-tests ---
19:45:24:487 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:45:24:487 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-tests/src/main/resources
19:45:24:488 [INFO] 
19:45:24:488 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jmh-tests ---
19:45:24:616 [INFO] Changes detected - recompiling the module!
19:45:24:616 [INFO] Compiling 65 source files to /home/jenkins/agent/workspace/new-version/jmh-tests/target/classes
19:45:31:425 [INFO] 
19:45:31:425 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jmh-tests ---
19:45:31:426 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:45:31:426 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-tests/src/test/resources
19:45:31:426 [INFO] 
19:45:31:426 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jmh-tests ---
19:45:31:428 [INFO] No sources to compile
19:45:31:428 [INFO] 
19:45:31:428 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jmh-tests ---
19:45:31:429 [INFO] Tests are skipped.
19:45:31:429 [INFO] 
19:45:31:429 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jmh-tests ---
19:45:31:474 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.3.0-SNAPSHOT.jar
19:45:31:653 [INFO] 
19:45:31:653 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jmh-tests ---
19:45:31:654 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.3.0-SNAPSHOT in the shaded jar.
19:45:31:654 [INFO] Including org.eclipse.collections:eclipse-collections:jar:10.3.0-SNAPSHOT in the shaded jar.
19:45:31:654 [INFO] Including org.eclipse.collections:eclipse-collections-forkjoin:jar:10.3.0-SNAPSHOT in the shaded jar.
19:45:31:654 [INFO] Including org.eclipse.collections:eclipse-collections-testutils:jar:10.3.0-SNAPSHOT in the shaded jar.
19:45:31:654 [INFO] Including org.eclipse.collections:jmh-scala-tests:jar:10.3.0-SNAPSHOT in the shaded jar.
19:45:31:654 [INFO] Including org.scala-lang:scala-library:jar:2.12.6 in the shaded jar.
19:45:31:655 [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
19:45:31:655 [INFO] Including com.google.guava:guava:jar:28.2-jre in the shaded jar.
19:45:31:655 [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar.
19:45:31:655 [INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar.
19:45:31:655 [INFO] Including com.google.code.findbugs:jsr305:jar:3.0.2 in the shaded jar.
19:45:31:655 [INFO] Including org.checkerframework:checker-qual:jar:2.10.0 in the shaded jar.
19:45:31:655 [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.3.4 in the shaded jar.
19:45:31:655 [INFO] Including com.google.j2objc:j2objc-annotations:jar:1.3 in the shaded jar.
19:45:31:655 [INFO] Including junit:junit:jar:4.12 in the shaded jar.
19:45:31:655 [INFO] Including org.hamcrest:hamcrest-core:jar:1.3 in the shaded jar.
19:45:31:655 [INFO] Including org.openjdk.jmh:jmh-core:jar:1.23 in the shaded jar.
19:45:31:655 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
19:45:31:656 [INFO] Including org.apache.commons:commons-math3:jar:3.2 in the shaded jar.
19:45:31:656 [INFO] Including com.carrotsearch:hppc:jar:0.8.1 in the shaded jar.
19:45:31:656 [INFO] Including net.openhft:koloboke-api-jdk8:jar:0.6.8 in the shaded jar.
19:45:31:656 [INFO] Including net.openhft:koloboke-impl-jdk8:jar:0.6.8 in the shaded jar.
19:45:31:656 [INFO] Including net.sf.trove4j:trove4j:jar:3.0.3 in the shaded jar.
19:45:35:288 [WARNING] commons-lang-2.6.jar, commons-math3-3.2.jar define 2 overlapping resources: 
19:45:35:288 [WARNING]   - META-INF/LICENSE.txt
19:45:35:288 [WARNING]   - META-INF/NOTICE.txt
19:45:35:289 [WARNING] checker-qual-2.10.0.jar, commons-lang-2.6.jar, commons-math3-3.2.jar, eclipse-collections-10.3.0-SNAPSHOT.jar, eclipse-collections-api-10.3.0-SNAPSHOT.jar, eclipse-collections-forkjoin-10.3.0-SNAPSHOT.jar, eclipse-collections-testutils-10.3.0-SNAPSHOT.jar, error_prone_annotations-2.3.4.jar, failureaccess-1.0.1.jar, guava-28.2-jre.jar, hamcrest-core-1.3.jar, hppc-0.8.1.jar, j2objc-annotations-1.3.jar, jmh-core-1.23.jar, jmh-scala-tests-10.3.0-SNAPSHOT.jar, jmh-tests-10.3.0-SNAPSHOT.jar, jopt-simple-4.6.jar, jsr305-3.0.2.jar, junit-4.12.jar, koloboke-api-jdk8-0.6.8.jar, koloboke-impl-jdk8-0.6.8.jar, listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, scala-library-2.12.6.jar, trove4j-3.0.3.jar define 1 overlapping resources: 
19:45:35:289 [WARNING]   - META-INF/MANIFEST.MF
19:45:35:289 [WARNING] eclipse-collections-10.3.0-SNAPSHOT.jar, eclipse-collections-api-10.3.0-SNAPSHOT.jar, eclipse-collections-forkjoin-10.3.0-SNAPSHOT.jar, eclipse-collections-testutils-10.3.0-SNAPSHOT.jar define 3 overlapping resources: 
19:45:35:290 [WARNING]   - LICENSE-EDL-1.0.txt
19:45:35:290 [WARNING]   - LICENSE-EPL-1.0.txt
19:45:35:290 [WARNING]   - about.html
19:45:35:290 [WARNING] maven-shade-plugin has detected that some class files are
19:45:35:290 [WARNING] present in two or more JARs. When this happens, only one
19:45:35:290 [WARNING] single version of the class is copied to the uber jar.
19:45:35:290 [WARNING] Usually this is not harmful and you can skip these warnings,
19:45:35:290 [WARNING] otherwise try to manually exclude artifacts based on
19:45:35:290 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
19:45:35:290 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
19:45:35:302 [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
19:45:35:303 [INFO] 
19:45:35:303 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jmh-tests ---
19:45:35:311 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.3.0-SNAPSHOT-sources.jar
19:45:35:440 [INFO] 
19:45:35:440 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jmh-tests ---
19:45:35:614 [INFO] No dependency problems found
19:45:35:614 [INFO] 
19:45:35:614 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jmh-tests ---
19:45:35:616 [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
19:45:35:621 [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
19:45:35:622 [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
19:45:35:625 [INFO] ------------------------------------------------------------------------
19:45:35:625 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.3.0-SNAPSHOT:
19:45:35:625 [INFO] 
19:45:35:625 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  1.801 s]
19:45:35:625 [INFO] Eclipse Collections Code Generator ................. SUCCESS [  2.726 s]
19:45:35:625 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  1.671 s]
19:45:35:625 [INFO] Eclipse Collections API ............................ SUCCESS [  7.028 s]
19:45:35:625 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 31.936 s]
19:45:35:626 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  3.423 s]
19:45:35:626 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  1.898 s]
19:45:35:626 [INFO] Eclipse Collections Unit Test Suite ................ SUCCESS [02:52 min]
19:45:35:626 [INFO] Eclipse Collections Serialization Test Suite ....... SUCCESS [  3.298 s]
19:45:35:626 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  2.708 s]
19:45:35:626 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SUCCESS [  0.373 s]
19:45:35:626 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SUCCESS [  6.436 s]
19:45:35:626 [INFO] Eclipse Collections Test Coverage Aggregation ...... SUCCESS [  5.992 s]
19:45:35:626 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.190 s]
19:45:35:627 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 17.658 s]
19:45:35:627 [INFO] Eclipse Collections Scala Unit Test Suite .......... SUCCESS [ 16.029 s]
19:45:35:627 [INFO] Eclipse Collections JMH Scala Test Suite ........... SUCCESS [  5.036 s]
19:45:35:627 [INFO] Eclipse Collections JMH Test Suite ................. SUCCESS [ 13.623 s]
19:45:35:627 [INFO] ------------------------------------------------------------------------
19:45:35:627 [INFO] BUILD SUCCESS
19:45:35:627 [INFO] ------------------------------------------------------------------------
19:45:35:627 [INFO] Total time:  04:55 min
19:45:35:628 [INFO] Finished at: 2020-07-30T19:45:35Z
19:45:35:628 [INFO] ------------------------------------------------------------------------
[new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f /home/jenkins/agent/workspace/new-version/p2-feature/pom.xml org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=10.3.0-SNAPSHOT -Dcollections.repository.url=file:/home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/repository
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
19:45:37:399 [INFO] Error stacktraces are turned on.
19:45:37:593 [INFO] Scanning for projects...
19:45:47:870 [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
19:45:48:015 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/
19:45:48:119 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
19:45:48:150 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
19:45:48:264 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
19:45:48:382 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
19:45:48:487 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
19:45:48:608 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
19:45:48:721 [INFO] Adding repository file:/home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/repository
19:45:48:736 [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
19:45:49:811 [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB)
19:45:49:922 [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
19:45:49:937 [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
19:45:49:945 [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
19:45:49:963 [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
19:45:49:964 [INFO] ------------------------------------------------------------------------
19:45:49:964 [INFO] Reactor Build Order:
19:45:49:964 [INFO] 
19:45:49:965 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
19:45:49:965 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
19:45:49:965 [INFO] p2-repository                                       [eclipse-repository]
19:45:50:475 [INFO] 
19:45:50:475 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
19:45:50:475 [INFO] Building Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT [1/3]
19:45:50:475 [INFO] --------------------------------[ pom ]---------------------------------
19:45:50:478 [INFO] 
19:45:50:478 [INFO] --- tycho-versions-plugin:1.7.0:set-version (default-cli) @ p2-feature ---
19:45:50:558 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature
19:45:50:558 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature
19:45:50:558 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository
19:45:50:561 [INFO] ------------------------------------------------------------------------
19:45:50:561 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT:
19:45:50:561 [INFO] 
19:45:50:561 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  0.085 s]
19:45:50:561 [INFO] org.eclipse.collections.feature .................... SKIPPED
19:45:50:561 [INFO] p2-repository ...................................... SKIPPED
19:45:50:562 [INFO] ------------------------------------------------------------------------
19:45:50:562 [INFO] BUILD SUCCESS
19:45:50:562 [INFO] ------------------------------------------------------------------------
19:45:50:562 [INFO] Total time:  13.145 s
19:45:50:562 [INFO] Finished at: 2020-07-30T19:45:50Z
19:45:50:562 [INFO] ------------------------------------------------------------------------
[new-version] $ /bin/sh -xe /tmp/jenkins6110927413165259524.sh
+ git checkout origin/master
M	acceptance-tests/pom.xml
HEAD is now at f4065aaa Release version 10.3.0.M5.
M	eclipse-collections-api/pom.xml
M	eclipse-collections-code-generator-maven-plugin/pom.xml
M	eclipse-collections-code-generator/pom.xml
M	eclipse-collections-forkjoin/pom.xml
M	eclipse-collections-testutils/pom.xml
M	eclipse-collections/pom.xml
M	jcstress-tests/pom.xml
M	jmh-scala-tests/pom.xml
M	jmh-tests/pom.xml
M	junit-trait-runner/pom.xml
M	p2-repository/org.eclipse.collections/pom.xml
M	p2-repository/pom.xml
M	performance-tests/pom.xml
M	pom.xml
M	scala-unit-tests/pom.xml
M	serialization-tests/pom.xml
M	test-coverage/pom.xml
M	unit-tests-java8/pom.xml
M	unit-tests/pom.xml
+ git config --global user.email collections-bot@eclipse.org
+ git config --global user.name 'Eclipse Collections Bot'
+ git add -u '*.xml'
+ git commit -m 'Update version number to 10.3.0-SNAPSHOT.'
[detached HEAD b129f0db] Update version number to 10.3.0-SNAPSHOT.
 20 files changed, 20 insertions(+), 20 deletions(-)
using credential github-bot-ssh
Pushing HEAD to branch master at repo origin
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub bot SSH
 > git push git@github.com:eclipse/eclipse-collections.git HEAD:master # timeout=10
Finished: SUCCESS