Skip to content

Console Output

Started by user Nikhil Nanivadekar
Running as Nikhil Nanivadekar
Agent basic-3khz4 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-3khz4"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-3khz4"
    - 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-3khz4"
    - 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-3khz4 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 36af723ebff09f52f6793b38c624fc5753516a41 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 36af723ebff09f52f6793b38c624fc5753516a41 # timeout=10
Commit message: "Merge pull request #952 from fipro78/master"
 > git rev-list --no-walk fff14f615a4e22a22963382a7b548362349e4356 # 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"
17:18:05:465 [INFO] Error stacktraces are turned on.
17:18:05:679 [INFO] Scanning for projects...
17:18:37:478 [INFO] ------------------------------------------------------------------------
17:18:37:479 [INFO] Reactor Build Order:
17:18:37:479 [INFO] 
17:18:37:480 [INFO] Eclipse Collections Parent Project                                 [pom]
17:18:37:480 [INFO] Eclipse Collections Code Generator                                 [jar]
17:18:37:480 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
17:18:37:480 [INFO] Eclipse Collections API                                            [jar]
17:18:37:481 [INFO] Eclipse Collections Main Library                                   [jar]
17:18:37:481 [INFO] Eclipse Collections Test Utilities                                 [jar]
17:18:37:481 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
17:18:37:481 [INFO] Eclipse Collections Unit Test Suite                                [jar]
17:18:37:481 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
17:18:37:482 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
17:18:37:482 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
17:18:37:482 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
17:18:37:482 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
17:18:37:482 [INFO] Eclipse Collections p2 Repository Build                            [pom]
17:18:37:482 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
17:18:37:483 [INFO] Eclipse Collections Scala Unit Test Suite                          [jar]
17:18:37:483 [INFO] Eclipse Collections JMH Scala Test Suite                           [jar]
17:18:37:483 [INFO] Eclipse Collections JMH Test Suite                                 [jar]
17:18:37:913 [INFO] 
17:18:37:913 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
17:18:37:913 [INFO] Building Eclipse Collections Parent Project 10.3.0.M2             [1/18]
17:18:37:914 [INFO] --------------------------------[ pom ]---------------------------------
17:18:37:916 [INFO] 
17:18:37:916 [INFO] --- versions-maven-plugin:2.7:set (default-cli) @ eclipse-collections-parent ---
17:18:40:336 [INFO] Searching for local aggregator root...
17:18:40:337 [INFO] Local aggregation root: /home/jenkins/agent/workspace/new-version
17:18:40:340 [INFO] Processing change of org.eclipse.collections:eclipse-collections-parent:10.3.0.M2 -> 10.3.0-SNAPSHOT
17:18:40:390 [INFO] Processing org.eclipse.collections:eclipse-collections-parent
17:18:40:390 [INFO]     Updating project org.eclipse.collections:eclipse-collections-parent
17:18:40:390 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
17:18:40:553 [INFO] 
17:18:40:555 [INFO] Processing org.eclipse.collections:acceptance-tests
17:18:40:555 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:18:40:555 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
17:18:40:573 [INFO] 
17:18:40:574 [INFO] Processing org.eclipse.collections:eclipse-collections-api
17:18:40:574 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:18:40:574 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
17:18:40:612 [INFO] 
17:18:40:613 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator-maven-plugin
17:18:40:613 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:18:40:613 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
17:18:40:625 [INFO] 
17:18:40:626 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator
17:18:40:626 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:18:40:627 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
17:18:40:652 [INFO] 
17:18:40:653 [INFO] Processing org.eclipse.collections:eclipse-collections-forkjoin
17:18:40:653 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:18:40:654 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
17:18:40:665 [INFO] 
17:18:40:666 [INFO] Processing org.eclipse.collections:eclipse-collections-testutils
17:18:40:666 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:18:40:667 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
17:18:40:712 [INFO] 
17:18:40:712 [INFO] Processing org.eclipse.collections:eclipse-collections
17:18:40:713 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:18:40:713 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
17:18:40:723 [INFO] 
17:18:40:724 [INFO] Processing org.eclipse.collections:jcstress-tests
17:18:40:724 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:18:40:725 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
17:18:40:734 [INFO] 
17:18:40:734 [INFO] Processing org.eclipse.collections:jmh-scala-tests
17:18:40:735 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:18:40:735 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
17:18:40:741 [INFO] 
17:18:40:742 [INFO] Processing org.eclipse.collections:jmh-tests
17:18:40:742 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:18:40:742 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
17:18:40:757 [INFO] 
17:18:40:758 [INFO] Processing org.eclipse.collections:junit-trait-runner
17:18:40:758 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:18:40:758 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
17:18:40:761 [INFO] 
17:18:40:763 [INFO] Processing org.eclipse.collections:p2-repository
17:18:40:763 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:18:40:763 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
17:18:40:817 [INFO] 
17:18:40:818 [INFO] Processing org.eclipse.collections:performance-tests
17:18:40:818 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:18:40:818 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
17:18:40:825 [INFO] 
17:18:40:826 [INFO] Processing org.eclipse.collections:scala-unit-tests
17:18:40:826 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:18:40:826 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
17:18:40:834 [INFO] 
17:18:40:835 [INFO] Processing org.eclipse.collections:serialization-tests
17:18:40:835 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:18:40:835 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
17:18:40:840 [INFO] 
17:18:40:841 [INFO] Processing org.eclipse.collections:test-coverage
17:18:40:841 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:18:40:841 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
17:18:40:848 [INFO] 
17:18:40:849 [INFO] Processing org.eclipse.collections:unit-tests-java8
17:18:40:849 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:18:40:849 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
17:18:40:855 [INFO] 
17:18:40:856 [INFO] Processing org.eclipse.collections:unit-tests
17:18:40:856 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:18:40:856 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
17:18:40:862 [INFO] 
17:18:40:864 [INFO] Processing org.eclipse.collections:org.eclipse.collections
17:18:40:864 [INFO]     Updating parent org.eclipse.collections:p2-repository
17:18:40:865 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
17:18:40:866 [INFO] 
17:18:40:866 [INFO] ------------------------------------------------------------------------
17:18:40:866 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.3.0.M2:
17:18:40:867 [INFO] 
17:18:40:867 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  2.953 s]
17:18:40:867 [INFO] Eclipse Collections Code Generator ................. SKIPPED
17:18:40:867 [INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED
17:18:40:867 [INFO] Eclipse Collections API ............................ SKIPPED
17:18:40:868 [INFO] Eclipse Collections Main Library ................... SKIPPED
17:18:40:868 [INFO] Eclipse Collections Test Utilities ................. SKIPPED
17:18:40:868 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED
17:18:40:868 [INFO] Eclipse Collections Unit Test Suite ................ SKIPPED
17:18:40:868 [INFO] Eclipse Collections Serialization Test Suite ....... SKIPPED
17:18:40:868 [INFO] Eclipse Collections JCStress Test Suite ............ SKIPPED
17:18:40:868 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SKIPPED
17:18:40:868 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SKIPPED
17:18:40:868 [INFO] Eclipse Collections Test Coverage Aggregation ...... SKIPPED
17:18:40:869 [INFO] Eclipse Collections p2 Repository Build ............ SKIPPED
17:18:40:869 [INFO] Eclipse Collections OSGi Bundle .................... SKIPPED
17:18:40:869 [INFO] Eclipse Collections Scala Unit Test Suite .......... SKIPPED
17:18:40:869 [INFO] Eclipse Collections JMH Scala Test Suite ........... SKIPPED
17:18:40:869 [INFO] Eclipse Collections JMH Test Suite ................. SKIPPED
17:18:40:869 [INFO] ------------------------------------------------------------------------
17:18:40:870 [INFO] BUILD SUCCESS
17:18:40:870 [INFO] ------------------------------------------------------------------------
17:18:40:870 [INFO] Total time:  35.382 s
17:18:40:870 [INFO] Finished at: 2020-07-15T17:18:40Z
17:18:40:870 [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"
17:18:41:937 [INFO] Error stacktraces are turned on.
17:18:42:159 [INFO] Scanning for projects...
17:18:43:249 [INFO] ------------------------------------------------------------------------
17:18:43:250 [INFO] Reactor Build Order:
17:18:43:250 [INFO] 
17:18:43:251 [INFO] Eclipse Collections Parent Project                                 [pom]
17:18:43:251 [INFO] Eclipse Collections Code Generator                                 [jar]
17:18:43:252 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
17:18:43:252 [INFO] Eclipse Collections API                                            [jar]
17:18:43:253 [INFO] Eclipse Collections Main Library                                   [jar]
17:18:43:253 [INFO] Eclipse Collections Test Utilities                                 [jar]
17:18:43:254 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
17:18:43:254 [INFO] Eclipse Collections Unit Test Suite                                [jar]
17:18:43:255 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
17:18:43:255 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
17:18:43:256 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
17:18:43:256 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
17:18:43:257 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
17:18:43:257 [INFO] Eclipse Collections p2 Repository Build                            [pom]
17:18:43:257 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
17:18:43:258 [INFO] Eclipse Collections Scala Unit Test Suite                          [jar]
17:18:43:258 [INFO] Eclipse Collections JMH Scala Test Suite                           [jar]
17:18:43:258 [INFO] Eclipse Collections JMH Test Suite                                 [jar]
17:18:43:264 [INFO] 
17:18:43:264 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
17:18:43:264 [INFO] Building Eclipse Collections Parent Project 10.3.0-SNAPSHOT       [1/18]
17:18:43:265 [INFO] --------------------------------[ pom ]---------------------------------
17:18:43:718 [INFO] 
17:18:43:718 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
17:18:43:774 [INFO] 
17:18:43:774 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
17:18:44:129 [INFO] 
17:18:44:129 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
17:18:45:079 [INFO] Skipping pom project
17:18:45:079 [INFO] 
17:18:45:079 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
17:18:45:174 [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
17:18:45:179 [INFO] 
17:18:45:179 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
17:18:45:179 [INFO] Building Eclipse Collections Code Generator 10.3.0-SNAPSHOT       [2/18]
17:18:45:180 [INFO] --------------------------------[ jar ]---------------------------------
17:18:45:466 [INFO] 
17:18:45:466 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
17:18:45:467 [INFO] 
17:18:45:467 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
17:18:45:481 [INFO] 
17:18:45:481 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator ---
17:18:45:578 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:18:45:588 [INFO] Copying 355 resources
17:18:45:669 [INFO] 
17:18:45:669 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
17:18:45:874 [INFO] Changes detected - recompiling the module!
17:18:45:881 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/classes
17:18:46:678 [INFO] 
17:18:46:678 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
17:18:46:680 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:18:46:681 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/src/test/resources
17:18:46:681 [INFO] 
17:18:46:681 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
17:18:46:690 [INFO] Changes detected - recompiling the module!
17:18:46:691 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/test-classes
17:18:47:169 [INFO] 
17:18:47:170 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
17:18:49:675 [INFO] Tests are skipped.
17:18:49:675 [INFO] 
17:18:49:675 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
17:18:49:983 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0-SNAPSHOT.jar
17:18:50:060 [INFO] 
17:18:50:060 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
17:18:50:175 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0-SNAPSHOT-sources.jar
17:18:50:328 [INFO] 
17:18:50:328 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
17:18:50:353 [INFO] No dependency problems found
17:18:50:353 [INFO] 
17:18:50:354 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
17:18:50:356 [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
17:18:50:359 [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
17:18:50:374 [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
17:18:50:378 [INFO] 
17:18:50:378 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
17:18:50:378 [INFO] Building Eclipse Collections Code Generator Maven Plugin 10.3.0-SNAPSHOT [3/18]
17:18:50:378 [INFO] ----------------------------[ maven-plugin ]----------------------------
17:18:50:726 [INFO] 
17:18:50:726 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
17:18:50:727 [INFO] 
17:18:50:727 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
17:18:50:757 [INFO] 
17:18:50:757 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
17:18:50:758 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:18:50:758 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/main/resources
17:18:50:759 [INFO] 
17:18:50:759 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
17:18:50:762 [INFO] Changes detected - recompiling the module!
17:18:50:762 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/classes
17:18:51:189 [INFO] 
17:18:51:189 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
17:18:51:940 [INFO] Using 'UTF-8' encoding to read mojo source files.
17:18:51:989 [INFO] java-javadoc mojo extractor found 1 mojo descriptor.
17:18:52:057 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
17:18:52:144 [INFO] 
17:18:52:144 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
17:18:52:145 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:18:52:145 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/test/resources
17:18:52:145 [INFO] 
17:18:52:145 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
17:18:52:146 [INFO] No sources to compile
17:18:52:147 [INFO] 
17:18:52:147 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
17:18:52:149 [INFO] Tests are skipped.
17:18:52:149 [INFO] 
17:18:52:149 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
17:18:52:153 [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
17:18:52:161 [INFO] 
17:18:52:161 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
17:18:52:163 [INFO] 
17:18:52:163 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
17:18:52:166 [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
17:18:52:211 [INFO] 
17:18:52:211 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
17:18:52:216 [INFO] No dependency problems found
17:18:52:216 [INFO] 
17:18:52:216 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
17:18:52:218 [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
17:18:52:220 [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
17:18:52:234 [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
17:18:52:236 [INFO] 
17:18:52:236 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
17:18:52:236 [INFO] Building Eclipse Collections API 10.3.0-SNAPSHOT                  [4/18]
17:18:52:236 [INFO] --------------------------------[ jar ]---------------------------------
17:18:52:301 [INFO] 
17:18:52:301 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
17:18:52:302 [INFO] 
17:18:52:302 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
17:18:52:304 [INFO] 
17:18:52:304 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0-SNAPSHOT:generate (default) @ eclipse-collections-api ---
17:18:52:311 [INFO] Generating sources to eclipse-collections-api
17:18:53:312 [INFO] Generated 1171 files
17:18:53:312 [INFO] 
17:18:53:312 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api ---
17:18:53:314 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:18:53:314 [INFO] Copying 3 resources
17:18:53:315 [INFO] 
17:18:53:315 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
17:18:53:614 [INFO] Changes detected - recompiling the module!
17:18:53:616 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/classes
17:18:57:837 [INFO] 
17:18:57:838 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api ---
17:18:58:967 [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.
17:18:58:967 [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.
17:18:58:968 [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.
17:18:58:968 [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.
17:18:58:968 [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.
17:18:59:783 [INFO] 
17:18:59:783 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api ---
17:18:59:785 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:18:59:785 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-api/src/test/resources
17:18:59:785 [INFO] 
17:18:59:785 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
17:18:59:787 [INFO] No sources to compile
17:18:59:787 [INFO] 
17:18:59:787 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
17:18:59:789 [INFO] Tests are skipped.
17:18:59:789 [INFO] 
17:18:59:789 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api ---
17:18:59:947 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.3.0-SNAPSHOT.jar
17:19:00:112 [INFO] 
17:19:00:112 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
17:19:00:144 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.3.0-SNAPSHOT-sources.jar
17:19:00:576 [INFO] 
17:19:00:576 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
17:19:00:714 [INFO] No dependency problems found
17:19:00:715 [INFO] 
17:19:00:715 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
17:19:00:716 [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
17:19:00:718 [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
17:19:00:719 [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
17:19:00:722 [INFO] 
17:19:00:722 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
17:19:00:722 [INFO] Building Eclipse Collections Main Library 10.3.0-SNAPSHOT         [5/18]
17:19:00:722 [INFO] --------------------------------[ jar ]---------------------------------
17:19:00:724 [INFO] 
17:19:00:724 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
17:19:00:724 [INFO] 
17:19:00:724 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
17:19:00:726 [INFO] 
17:19:00:726 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0-SNAPSHOT:generate (default) @ eclipse-collections ---
17:19:00:727 [INFO] Generating sources to eclipse-collections
17:19:03:604 [INFO] Generated 1438 files
17:19:03:610 [INFO] 
17:19:03:610 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections ---
17:19:03:612 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:19:03:613 [INFO] Copying 24 resources
17:19:03:620 [INFO] 
17:19:03:620 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
17:19:03:831 [INFO] Changes detected - recompiling the module!
17:19:03:833 [INFO] Compiling 2093 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/classes
17:19:31:085 [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
17:19:31:086 [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
17:19:31:086 [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
17:19:31:086 [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
17:19:31:086 [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
17:19:31:087 [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
17:19:31:087 [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
17:19:31:087 [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
17:19:31:088 [INFO] 
17:19:31:088 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections ---
17:19:31:184 [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.
17:19:31:185 [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.
17:19:31:185 [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.
17:19:31:185 [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.
17:19:31:185 [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.
17:19:33:495 [INFO] 
17:19:33:495 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections ---
17:19:33:496 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:19:33:496 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections/src/test/resources
17:19:33:496 [INFO] 
17:19:33:496 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
17:19:33:497 [INFO] No sources to compile
17:19:33:497 [INFO] 
17:19:33:497 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
17:19:33:499 [INFO] Tests are skipped.
17:19:33:499 [INFO] 
17:19:33:499 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections ---
17:19:33:705 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.3.0-SNAPSHOT.jar
17:19:34:368 [INFO] 
17:19:34:368 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections ---
17:19:34:442 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.3.0-SNAPSHOT-sources.jar
17:19:34:917 [INFO] 
17:19:34:917 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections ---
17:19:35:584 [INFO] No dependency problems found
17:19:35:584 [INFO] 
17:19:35:584 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
17:19:35:585 [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
17:19:35:593 [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
17:19:35:602 [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
17:19:35:606 [INFO] 
17:19:35:606 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
17:19:35:606 [INFO] Building Eclipse Collections Test Utilities 10.3.0-SNAPSHOT       [6/18]
17:19:35:606 [INFO] --------------------------------[ jar ]---------------------------------
17:19:35:688 [INFO] 
17:19:35:688 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
17:19:35:688 [INFO] 
17:19:35:688 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
17:19:35:693 [INFO] 
17:19:35:694 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-testutils ---
17:19:38:335 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/jacoco.exec
17:19:38:335 [INFO] 
17:19:38:335 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils ---
17:19:38:336 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:19:38:336 [INFO] Copying 3 resources
17:19:38:338 [INFO] 
17:19:38:338 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
17:19:38:339 [INFO] Changes detected - recompiling the module!
17:19:38:340 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/classes
17:19:39:269 [INFO] 
17:19:39:269 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils ---
17:19:39:270 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:19:39:270 [INFO] Copying 1 resource
17:19:39:271 [INFO] 
17:19:39:271 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
17:19:39:272 [INFO] Changes detected - recompiling the module!
17:19:39:273 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/test-classes
17:19:40:979 [INFO] 
17:19:40:979 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
17:19:40:981 [INFO] Tests are skipped.
17:19:40:981 [INFO] 
17:19:40:981 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils ---
17:19:40:984 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0-SNAPSHOT.jar
17:19:40:989 [INFO] 
17:19:40:990 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
17:19:40:992 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0-SNAPSHOT-sources.jar
17:19:40:997 [INFO] 
17:19:40:997 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
17:19:41:007 [INFO] No dependency problems found
17:19:41:007 [INFO] 
17:19:41:007 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
17:19:41:010 [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
17:19:41:012 [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
17:19:41:014 [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
17:19:41:015 [INFO] 
17:19:41:016 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
17:19:41:016 [INFO] Building Eclipse Collections Fork Join Utilities 10.3.0-SNAPSHOT  [7/18]
17:19:41:016 [INFO] --------------------------------[ jar ]---------------------------------
17:19:41:019 [INFO] 
17:19:41:019 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
17:19:41:020 [INFO] 
17:19:41:020 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
17:19:41:024 [INFO] 
17:19:41:024 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-forkjoin ---
17:19:41:025 [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
17:19:41:025 [INFO] 
17:19:41:025 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin ---
17:19:41:026 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:19:41:026 [INFO] Copying 3 resources
17:19:41:027 [INFO] 
17:19:41:027 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
17:19:41:029 [INFO] Changes detected - recompiling the module!
17:19:41:029 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/classes
17:19:41:859 [INFO] 
17:19:41:859 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
17:19:41:860 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:19:41:860 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/src/test/resources
17:19:41:860 [INFO] 
17:19:41:860 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
17:19:41:861 [INFO] Changes detected - recompiling the module!
17:19:41:862 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/test-classes
17:19:42:759 [INFO] 
17:19:42:759 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
17:19:42:761 [INFO] Tests are skipped.
17:19:42:761 [INFO] 
17:19:42:761 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin ---
17:19:42:763 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0-SNAPSHOT.jar
17:19:42:767 [INFO] 
17:19:42:767 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
17:19:42:770 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0-SNAPSHOT-sources.jar
17:19:42:786 [INFO] 
17:19:42:786 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
17:19:42:794 [INFO] No dependency problems found
17:19:42:794 [INFO] 
17:19:42:794 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
17:19:42:795 [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
17:19:42:797 [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
17:19:42:798 [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
17:19:42:800 [INFO] 
17:19:42:800 [INFO] -----------------< org.eclipse.collections:unit-tests >-----------------
17:19:42:800 [INFO] Building Eclipse Collections Unit Test Suite 10.3.0-SNAPSHOT      [8/18]
17:19:42:800 [INFO] --------------------------------[ jar ]---------------------------------
17:19:42:837 [INFO] 
17:19:42:838 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests ---
17:19:42:838 [INFO] 
17:19:42:838 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests ---
17:19:42:846 [INFO] 
17:19:42:846 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ unit-tests ---
17:19:42:847 [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
17:19:42:848 [INFO] 
17:19:42:848 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests ---
17:19:42:849 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:19:42:849 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests/src/main/resources
17:19:42:849 [INFO] 
17:19:42:849 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests ---
17:19:42:850 [INFO] No sources to compile
17:19:42:850 [INFO] 
17:19:42:850 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0-SNAPSHOT:generate (list) @ unit-tests ---
17:19:42:850 [INFO] Generating sources to unit-tests
17:19:47:072 [INFO] Generated 2196 files
17:19:47:072 [INFO] 
17:19:47:072 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests ---
17:19:47:074 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:19:47:074 [INFO] Copying 1 resource
17:19:47:074 [INFO] 
17:19:47:074 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests ---
17:19:47:279 [INFO] Changes detected - recompiling the module!
17:19:47:280 [INFO] Compiling 2720 source files to /home/jenkins/agent/workspace/new-version/unit-tests/target/test-classes
17:22:43:404 [INFO] 
17:22:43:404 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests ---
17:22:43:408 [INFO] Tests are skipped.
17:22:43:408 [INFO] 
17:22:43:408 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests ---
17:22:43:409 [WARNING] JAR will be empty - no content was marked for inclusion!
17:22:43:410 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-10.3.0-SNAPSHOT.jar
17:22:43:412 [INFO] 
17:22:43:412 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests ---
17:22:43:413 [INFO] No sources in project. Archive not created.
17:22:43:413 [INFO] 
17:22:43:413 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests ---
17:22:43:902 [INFO] No dependency problems found
17:22:43:902 [INFO] 
17:22:43:902 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests ---
17:22:43:903 [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
17:22:43:908 [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
17:22:43:909 [INFO] 
17:22:43:909 [INFO] ------------< org.eclipse.collections:serialization-tests >-------------
17:22:43:909 [INFO] Building Eclipse Collections Serialization Test Suite 10.3.0-SNAPSHOT [9/18]
17:22:43:909 [INFO] --------------------------------[ jar ]---------------------------------
17:22:43:911 [INFO] 
17:22:43:911 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serialization-tests ---
17:22:43:912 [INFO] 
17:22:43:912 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ serialization-tests ---
17:22:43:914 [INFO] 
17:22:43:914 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ serialization-tests ---
17:22:43:915 [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
17:22:43:915 [INFO] 
17:22:43:915 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ serialization-tests ---
17:22:43:916 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:22:43:916 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/main/resources
17:22:43:916 [INFO] 
17:22:43:916 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ serialization-tests ---
17:22:43:917 [INFO] No sources to compile
17:22:43:917 [INFO] 
17:22:43:917 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ serialization-tests ---
17:22:43:919 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:22:43:919 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/test/resources
17:22:43:919 [INFO] 
17:22:43:919 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ serialization-tests ---
17:22:43:980 [INFO] Changes detected - recompiling the module!
17:22:43:981 [INFO] Compiling 882 source files to /home/jenkins/agent/workspace/new-version/serialization-tests/target/test-classes
17:22:47:405 [INFO] 
17:22:47:405 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ serialization-tests ---
17:22:47:407 [INFO] Tests are skipped.
17:22:47:407 [INFO] 
17:22:47:407 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ serialization-tests ---
17:22:47:408 [WARNING] JAR will be empty - no content was marked for inclusion!
17:22:47:409 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-10.3.0-SNAPSHOT.jar
17:22:47:411 [INFO] 
17:22:47:411 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ serialization-tests ---
17:22:47:412 [INFO] No sources in project. Archive not created.
17:22:47:412 [INFO] 
17:22:47:412 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ serialization-tests ---
17:22:47:448 [INFO] No dependency problems found
17:22:47:448 [INFO] 
17:22:47:448 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serialization-tests ---
17:22:47:449 [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
17:22:47:450 [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
17:22:47:455 [INFO] 
17:22:47:455 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
17:22:47:455 [INFO] Building Eclipse Collections JCStress Test Suite 10.3.0-SNAPSHOT [10/18]
17:22:47:455 [INFO] --------------------------------[ jar ]---------------------------------
17:22:47:761 [INFO] 
17:22:47:762 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
17:22:47:762 [INFO] 
17:22:47:762 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
17:22:47:767 [INFO] 
17:22:47:767 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests ---
17:22:47:768 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:22:47:768 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/main/resources
17:22:47:768 [INFO] 
17:22:47:768 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
17:22:47:770 [INFO] Changes detected - recompiling the module!
17:22:47:770 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/jcstress-tests/target/classes
17:22:48:663 [INFO] 
17:22:48:663 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests ---
17:22:48:663 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:22:48:664 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/test/resources
17:22:48:664 [INFO] 
17:22:48:664 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
17:22:48:665 [INFO] No sources to compile
17:22:48:665 [INFO] 
17:22:48:665 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
17:22:48:666 [INFO] Tests are skipped.
17:22:48:666 [INFO] 
17:22:48:666 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests ---
17:22:48:669 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.3.0-SNAPSHOT.jar
17:22:48:673 [INFO] 
17:22:48:673 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests ---
17:22:49:456 [INFO] Including org.eclipse.collections:eclipse-collections:jar:10.3.0-SNAPSHOT in the shaded jar.
17:22:49:457 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.3.0-SNAPSHOT in the shaded jar.
17:22:49:457 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
17:22:49:457 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
17:22:50:433 [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: 
17:22:50:433 [WARNING]   - META-INF/MANIFEST.MF
17:22:50:433 [WARNING] eclipse-collections-10.3.0-SNAPSHOT.jar, eclipse-collections-api-10.3.0-SNAPSHOT.jar define 3 overlapping resources: 
17:22:50:433 [WARNING]   - LICENSE-EDL-1.0.txt
17:22:50:433 [WARNING]   - LICENSE-EPL-1.0.txt
17:22:50:433 [WARNING]   - about.html
17:22:50:434 [WARNING] maven-shade-plugin has detected that some class files are
17:22:50:434 [WARNING] present in two or more JARs. When this happens, only one
17:22:50:434 [WARNING] single version of the class is copied to the uber jar.
17:22:50:434 [WARNING] Usually this is not harmful and you can skip these warnings,
17:22:50:434 [WARNING] otherwise try to manually exclude artifacts based on
17:22:50:434 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
17:22:50:434 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
17:22:50:439 [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
17:22:50:439 [INFO] 
17:22:50:439 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests ---
17:22:50:442 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.3.0-SNAPSHOT-sources.jar
17:22:50:447 [INFO] 
17:22:50:447 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests ---
17:22:50:454 [INFO] No dependency problems found
17:22:50:454 [INFO] 
17:22:50:454 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
17:22:50:455 [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
17:22:50:456 [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
17:22:50:457 [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
17:22:50:459 [INFO] 
17:22:50:459 [INFO] -------------< org.eclipse.collections:junit-trait-runner >-------------
17:22:50:459 [INFO] Building Eclipse Collections Test Trait JUnit Runner 10.3.0-SNAPSHOT [11/18]
17:22:50:459 [INFO] --------------------------------[ jar ]---------------------------------
17:22:50:460 [INFO] 
17:22:50:460 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ junit-trait-runner ---
17:22:50:461 [INFO] 
17:22:50:461 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ junit-trait-runner ---
17:22:50:463 [INFO] 
17:22:50:463 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ junit-trait-runner ---
17:22:50:464 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:22:50:464 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/main/resources
17:22:50:464 [INFO] 
17:22:50:464 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-trait-runner ---
17:22:50:466 [INFO] Changes detected - recompiling the module!
17:22:50:466 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/classes
17:22:50:836 [INFO] 
17:22:50:836 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ junit-trait-runner ---
17:22:50:837 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:22:50:837 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/test/resources
17:22:50:837 [INFO] 
17:22:50:838 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-trait-runner ---
17:22:50:838 [INFO] No sources to compile
17:22:50:838 [INFO] 
17:22:50:838 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ junit-trait-runner ---
17:22:50:840 [INFO] Tests are skipped.
17:22:50:840 [INFO] 
17:22:50:840 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ junit-trait-runner ---
17:22:50:842 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.3.0-SNAPSHOT.jar
17:22:50:845 [INFO] 
17:22:50:845 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ junit-trait-runner ---
17:22:50:847 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.3.0-SNAPSHOT-sources.jar
17:22:50:849 [INFO] 
17:22:50:850 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ junit-trait-runner ---
17:22:50:851 [INFO] No dependency problems found
17:22:50:851 [INFO] 
17:22:50:851 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ junit-trait-runner ---
17:22:50:852 [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
17:22:50:853 [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
17:22:50:855 [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
17:22:50:859 [INFO] 
17:22:50:859 [INFO] --------------< org.eclipse.collections:unit-tests-java8 >--------------
17:22:50:859 [INFO] Building Eclipse Collections Java 8 Unit Test Suite 10.3.0-SNAPSHOT [12/18]
17:22:50:859 [INFO] --------------------------------[ jar ]---------------------------------
17:22:50:932 [INFO] 
17:22:50:932 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests-java8 ---
17:22:50:932 [INFO] 
17:22:50:932 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests-java8 ---
17:22:50:935 [INFO] 
17:22:50:935 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ unit-tests-java8 ---
17:22:50:936 [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
17:22:50:936 [INFO] 
17:22:50:936 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests-java8 ---
17:22:50:937 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:22:50:937 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/main/resources
17:22:50:937 [INFO] 
17:22:50:937 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests-java8 ---
17:22:50:938 [INFO] No sources to compile
17:22:50:938 [INFO] 
17:22:50:938 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests-java8 ---
17:22:50:939 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:22:50:939 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/test/resources
17:22:50:939 [INFO] 
17:22:50:939 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests-java8 ---
17:22:50:967 [INFO] Changes detected - recompiling the module!
17:22:50:967 [INFO] Compiling 169 source files to /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/test-classes
17:22:57:092 [INFO] 
17:22:57:092 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests-java8 ---
17:22:57:094 [INFO] Tests are skipped.
17:22:57:095 [INFO] 
17:22:57:095 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests-java8 ---
17:22:57:095 [WARNING] JAR will be empty - no content was marked for inclusion!
17:22:57:096 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-10.3.0-SNAPSHOT.jar
17:22:57:100 [INFO] 
17:22:57:100 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests-java8 ---
17:22:57:101 [INFO] No sources in project. Archive not created.
17:22:57:101 [INFO] 
17:22:57:102 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests-java8 ---
17:22:57:122 [INFO] No dependency problems found
17:22:57:122 [INFO] 
17:22:57:122 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests-java8 ---
17:22:57:123 [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
17:22:57:125 [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
17:22:57:126 [INFO] 
17:22:57:126 [INFO] ---------------< org.eclipse.collections:test-coverage >----------------
17:22:57:126 [INFO] Building Eclipse Collections Test Coverage Aggregation 10.3.0-SNAPSHOT [13/18]
17:22:57:127 [INFO] --------------------------------[ pom ]---------------------------------
17:22:57:128 [INFO] 
17:22:57:128 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ test-coverage ---
17:22:57:129 [INFO] 
17:22:57:129 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ test-coverage ---
17:22:57:131 [INFO] 
17:22:57:131 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ test-coverage ---
17:22:57:131 [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
17:22:57:132 [INFO] 
17:22:57:132 [INFO] --- jacoco-maven-plugin:0.8.5:report-aggregate (default-report) @ test-coverage ---
17:22:57:616 [INFO] Analyzed bundle 'eclipse-collections-api' with 356 classes
17:22:59:434 [INFO] Analyzed bundle 'eclipse-collections' with 3658 classes
17:23:03:154 [INFO] Analyzed bundle 'eclipse-collections-testutils' with 2 classes
17:23:03:168 [INFO] 
17:23:03:168 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ test-coverage ---
17:23:03:169 [INFO] Skipping pom project
17:23:03:169 [INFO] 
17:23:03:169 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ test-coverage ---
17:23:03:170 [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
17:23:03:171 [INFO] 
17:23:03:171 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
17:23:03:172 [INFO] Building Eclipse Collections p2 Repository Build 10.3.0-SNAPSHOT [14/18]
17:23:03:172 [INFO] --------------------------------[ pom ]---------------------------------
17:23:03:183 [INFO] 
17:23:03:183 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
17:23:03:191 [INFO] 
17:23:03:191 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
17:23:03:225 [INFO] 
17:23:03:225 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository ---
17:23:03:345 [INFO] Skipping pom project
17:23:03:345 [INFO] 
17:23:03:345 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
17:23:03:356 [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
17:23:03:558 [INFO] 
17:23:03:558 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
17:23:03:558 [INFO] Building Eclipse Collections OSGi Bundle 10.3.0-SNAPSHOT         [15/18]
17:23:03:559 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
17:23:04:536 [INFO] 
17:23:04:536 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
17:23:04:537 [INFO] 
17:23:04:537 [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
17:23:06:953 [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

17:23:06:954 [WARNING] Fallback to default timestamp provider
17:23:06:957 [INFO] The project's OSGi version is 10.3.0.v20200715-1718
17:23:06:958 [INFO] 
17:23:06:958 [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.collections ---
17:23:06:959 [INFO] 
17:23:06:959 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
17:23:06:962 [INFO] 
17:23:06:962 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections ---
17:23:06:990 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:23:06:992 [INFO] Copying 2 resources
17:23:06:996 [INFO] 
17:23:06:996 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
17:23:07:032 [INFO] No sources to compile
17:23:07:032 [INFO] 
17:23:07:032 [INFO] --- ebr-maven-plugin:1.0.0:bundle (default-bundle) @ org.eclipse.collections ---
17:23:07:039 [INFO] Gathering dependencies
17:23:07:044 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:10.3.0-SNAPSHOT:jar
17:23:07:049 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:10.3.0-SNAPSHOT:jar
17:23:07:050 [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/**/*.*"
17:23:07:916 [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/**/*.*"
17:23:08:140 [INFO] Merging collected dependencies
17:23:08:143 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:23:08:221 [INFO] Copying 5283 resources
17:23:09:227 [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
17:23:13:811 [INFO] Gathering sources
17:23:13:813 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:10.3.0-SNAPSHOT:jar
17:23:13:813 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:10.3.0-SNAPSHOT:jar
17:23:13:814 [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/**/*.*"
17:23:14:409 [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/**/*.*"
17:23:14:828 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:23:14:829 [INFO] Copying 2 resources
17:23:14:829 [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
17:23:19:574 [INFO] Assembling p2 repository
17:23:20:328 [INFO] 
17:23:20:328 [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
17:23:20:329 [INFO] 
17:23:20:329 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections ---
17:23:21:193 [INFO] No dependency problems found
17:23:21:194 [INFO] 
17:23:21:194 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
17:23:21:195 [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
17:23:21:202 [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
17:23:21:204 [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
17:23:21:216 [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
17:23:21:218 [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
17:23:21:219 [INFO] 
17:23:21:220 [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
17:23:21:221 [INFO] 
17:23:21:221 [INFO] --------------< org.eclipse.collections:scala-unit-tests >--------------
17:23:21:221 [INFO] Building Eclipse Collections Scala Unit Test Suite 10.3.0-SNAPSHOT [16/18]
17:23:21:222 [INFO] --------------------------------[ jar ]---------------------------------
17:23:21:561 [INFO] 
17:23:21:561 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scala-unit-tests ---
17:23:21:562 [INFO] 
17:23:21:562 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ scala-unit-tests ---
17:23:21:566 [INFO] 
17:23:21:566 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scala-unit-tests ---
17:23:21:566 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:23:21:566 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/scala-unit-tests/src/main/resources
17:23:21:567 [INFO] 
17:23:21:567 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ scala-unit-tests ---
17:23:21:568 [INFO] No sources to compile
17:23:21:568 [INFO] 
17:23:21:568 [INFO] --- scala-maven-plugin:4.3.1:compile (default) @ scala-unit-tests ---
17:23:26:051 [INFO] compile in 0.0 s
17:23:26:051 [INFO] No sources to compile
17:23:26:051 [INFO] 
17:23:26:051 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scala-unit-tests ---
17:23:26:052 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:23:26:052 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/scala-unit-tests/src/test/resources
17:23:26:052 [INFO] 
17:23:26:052 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ scala-unit-tests ---
17:23:26:053 [INFO] No sources to compile
17:23:26:053 [INFO] 
17:23:26:053 [INFO] --- scala-maven-plugin:4.3.1:testCompile (default) @ scala-unit-tests ---
17:23:26:847 [INFO] Using incremental compilation using Mixed compile order
17:23:26:993 [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
17:23:26:993 [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
17:23:34:458 [INFO] Compiler bridge installed
17:23:34:767 [INFO] Compiling 42 Scala sources to /home/jenkins/agent/workspace/new-version/scala-unit-tests/target/test-classes ...
17:23:38:688 [WARNING] [Warn] : there were 11 deprecation warnings; re-run with -deprecation for details
17:23:38:688 [WARNING] [Warn] : there were 15 feature warnings; re-run with -feature for details
17:23:38:692 [WARNING] two warnings found
17:23:38:728 [INFO] Done compiling.
17:23:39:057 [INFO] compile in 13.0 s
17:23:39:057 [INFO] 
17:23:39:057 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ scala-unit-tests ---
17:23:39:059 [INFO] Tests are skipped.
17:23:39:059 [INFO] 
17:23:39:059 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ scala-unit-tests ---
17:23:39:060 [WARNING] JAR will be empty - no content was marked for inclusion!
17:23:39:061 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/scala-unit-tests/target/scala-unit-tests-10.3.0-SNAPSHOT.jar
17:23:39:064 [INFO] 
17:23:39:064 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ scala-unit-tests ---
17:23:39:065 [INFO] No sources in project. Archive not created.
17:23:39:065 [INFO] 
17:23:39:065 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ scala-unit-tests ---
17:23:39:081 [INFO] No dependency problems found
17:23:39:082 [INFO] 
17:23:39:082 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scala-unit-tests ---
17:23:39:083 [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
17:23:39:089 [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
17:23:39:091 [INFO] 
17:23:39:091 [INFO] --------------< org.eclipse.collections:jmh-scala-tests >---------------
17:23:39:091 [INFO] Building Eclipse Collections JMH Scala Test Suite 10.3.0-SNAPSHOT [17/18]
17:23:39:110 [INFO] --------------------------------[ jar ]---------------------------------
17:23:39:112 [INFO] 
17:23:39:112 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jmh-scala-tests ---
17:23:39:112 [INFO] 
17:23:39:113 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jmh-scala-tests ---
17:23:39:119 [INFO] 
17:23:39:119 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jmh-scala-tests ---
17:23:39:120 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:23:39:120 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-scala-tests/src/main/resources
17:23:39:120 [INFO] 
17:23:39:120 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jmh-scala-tests ---
17:23:39:121 [INFO] No sources to compile
17:23:39:121 [INFO] 
17:23:39:121 [INFO] --- scala-maven-plugin:4.3.1:compile (default) @ jmh-scala-tests ---
17:23:39:125 [INFO] Using incremental compilation using Mixed compile order
17:23:39:125 [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
17:23:39:133 [INFO] Compiling 12 Scala sources to /home/jenkins/agent/workspace/new-version/jmh-scala-tests/target/classes ...
17:23:44:265 [INFO] Done compiling.
17:23:44:328 [INFO] compile in 5.2 s
17:23:44:329 [INFO] 
17:23:44:329 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jmh-scala-tests ---
17:23:44:330 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:23:44:330 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-scala-tests/src/test/resources
17:23:44:330 [INFO] 
17:23:44:330 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jmh-scala-tests ---
17:23:44:331 [INFO] No sources to compile
17:23:44:331 [INFO] 
17:23:44:331 [INFO] --- scala-maven-plugin:4.3.1:testCompile (default) @ jmh-scala-tests ---
17:23:44:333 [INFO] compile in 0.0 s
17:23:44:333 [INFO] No sources to compile
17:23:44:333 [INFO] 
17:23:44:334 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jmh-scala-tests ---
17:23:44:335 [INFO] Tests are skipped.
17:23:44:335 [INFO] 
17:23:44:335 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jmh-scala-tests ---
17:23:44:339 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-scala-tests/target/jmh-scala-tests-10.3.0-SNAPSHOT.jar
17:23:44:343 [INFO] 
17:23:44:344 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jmh-scala-tests ---
17:23:44:349 [INFO] No dependency problems found
17:23:44:349 [INFO] 
17:23:44:349 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jmh-scala-tests ---
17:23:44:350 [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
17:23:44:351 [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
17:23:44:352 [INFO] 
17:23:44:353 [INFO] -----------------< org.eclipse.collections:jmh-tests >------------------
17:23:44:353 [INFO] Building Eclipse Collections JMH Test Suite 10.3.0-SNAPSHOT      [18/18]
17:23:44:353 [INFO] --------------------------------[ jar ]---------------------------------
17:23:46:210 [INFO] 
17:23:46:210 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jmh-tests ---
17:23:46:211 [INFO] 
17:23:46:212 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jmh-tests ---
17:23:46:237 [INFO] 
17:23:46:237 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jmh-tests ---
17:23:46:238 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:23:46:238 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-tests/src/main/resources
17:23:46:238 [INFO] 
17:23:46:238 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jmh-tests ---
17:23:46:287 [INFO] Changes detected - recompiling the module!
17:23:46:288 [INFO] Compiling 65 source files to /home/jenkins/agent/workspace/new-version/jmh-tests/target/classes
17:23:53:318 [INFO] 
17:23:53:318 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jmh-tests ---
17:23:53:319 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:23:53:319 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-tests/src/test/resources
17:23:53:319 [INFO] 
17:23:53:319 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jmh-tests ---
17:23:53:321 [INFO] No sources to compile
17:23:53:322 [INFO] 
17:23:53:322 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jmh-tests ---
17:23:53:323 [INFO] Tests are skipped.
17:23:53:323 [INFO] 
17:23:53:323 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jmh-tests ---
17:23:53:373 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.3.0-SNAPSHOT.jar
17:23:53:574 [INFO] 
17:23:53:574 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jmh-tests ---
17:23:53:575 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.3.0-SNAPSHOT in the shaded jar.
17:23:53:575 [INFO] Including org.eclipse.collections:eclipse-collections:jar:10.3.0-SNAPSHOT in the shaded jar.
17:23:53:575 [INFO] Including org.eclipse.collections:eclipse-collections-forkjoin:jar:10.3.0-SNAPSHOT in the shaded jar.
17:23:53:576 [INFO] Including org.eclipse.collections:eclipse-collections-testutils:jar:10.3.0-SNAPSHOT in the shaded jar.
17:23:53:576 [INFO] Including org.eclipse.collections:jmh-scala-tests:jar:10.3.0-SNAPSHOT in the shaded jar.
17:23:53:576 [INFO] Including org.scala-lang:scala-library:jar:2.12.6 in the shaded jar.
17:23:53:576 [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
17:23:53:576 [INFO] Including com.google.guava:guava:jar:28.2-jre in the shaded jar.
17:23:53:576 [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar.
17:23:53:576 [INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar.
17:23:53:576 [INFO] Including com.google.code.findbugs:jsr305:jar:3.0.2 in the shaded jar.
17:23:53:576 [INFO] Including org.checkerframework:checker-qual:jar:2.10.0 in the shaded jar.
17:23:53:577 [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.3.4 in the shaded jar.
17:23:53:577 [INFO] Including com.google.j2objc:j2objc-annotations:jar:1.3 in the shaded jar.
17:23:53:577 [INFO] Including junit:junit:jar:4.12 in the shaded jar.
17:23:53:577 [INFO] Including org.hamcrest:hamcrest-core:jar:1.3 in the shaded jar.
17:23:53:577 [INFO] Including org.openjdk.jmh:jmh-core:jar:1.23 in the shaded jar.
17:23:53:577 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
17:23:53:577 [INFO] Including org.apache.commons:commons-math3:jar:3.2 in the shaded jar.
17:23:53:577 [INFO] Including com.carrotsearch:hppc:jar:0.8.1 in the shaded jar.
17:23:53:577 [INFO] Including net.openhft:koloboke-api-jdk8:jar:0.6.8 in the shaded jar.
17:23:53:577 [INFO] Including net.openhft:koloboke-impl-jdk8:jar:0.6.8 in the shaded jar.
17:23:53:577 [INFO] Including net.sf.trove4j:trove4j:jar:3.0.3 in the shaded jar.
17:23:57:169 [WARNING] commons-lang-2.6.jar, commons-math3-3.2.jar define 2 overlapping resources: 
17:23:57:169 [WARNING]   - META-INF/LICENSE.txt
17:23:57:169 [WARNING]   - META-INF/NOTICE.txt
17:23:57:169 [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: 
17:23:57:170 [WARNING]   - META-INF/MANIFEST.MF
17:23:57:171 [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: 
17:23:57:171 [WARNING]   - LICENSE-EDL-1.0.txt
17:23:57:171 [WARNING]   - LICENSE-EPL-1.0.txt
17:23:57:171 [WARNING]   - about.html
17:23:57:171 [WARNING] maven-shade-plugin has detected that some class files are
17:23:57:171 [WARNING] present in two or more JARs. When this happens, only one
17:23:57:172 [WARNING] single version of the class is copied to the uber jar.
17:23:57:172 [WARNING] Usually this is not harmful and you can skip these warnings,
17:23:57:172 [WARNING] otherwise try to manually exclude artifacts based on
17:23:57:172 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
17:23:57:172 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
17:23:57:185 [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
17:23:57:186 [INFO] 
17:23:57:186 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jmh-tests ---
17:23:57:194 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.3.0-SNAPSHOT-sources.jar
17:23:57:351 [INFO] 
17:23:57:351 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jmh-tests ---
17:23:57:490 [INFO] No dependency problems found
17:23:57:490 [INFO] 
17:23:57:490 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jmh-tests ---
17:23:57:492 [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
17:23:57:495 [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
17:23:57:496 [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
17:23:57:498 [INFO] ------------------------------------------------------------------------
17:23:57:498 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.3.0-SNAPSHOT:
17:23:57:498 [INFO] 
17:23:57:499 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  1.916 s]
17:23:57:499 [INFO] Eclipse Collections Code Generator ................. SUCCESS [  5.199 s]
17:23:57:499 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  1.858 s]
17:23:57:499 [INFO] Eclipse Collections API ............................ SUCCESS [  8.486 s]
17:23:57:499 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 34.884 s]
17:23:57:499 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  5.409 s]
17:23:57:499 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  1.785 s]
17:23:57:499 [INFO] Eclipse Collections Unit Test Suite ................ SUCCESS [03:01 min]
17:23:57:500 [INFO] Eclipse Collections Serialization Test Suite ....... SUCCESS [  3.546 s]
17:23:57:500 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  3.004 s]
17:23:57:500 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SUCCESS [  0.400 s]
17:23:57:500 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SUCCESS [  6.267 s]
17:23:57:500 [INFO] Eclipse Collections Test Coverage Aggregation ...... SUCCESS [  6.045 s]
17:23:57:510 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.387 s]
17:23:57:511 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 17.663 s]
17:23:57:511 [INFO] Eclipse Collections Scala Unit Test Suite .......... SUCCESS [ 17.870 s]
17:23:57:511 [INFO] Eclipse Collections JMH Scala Test Suite ........... SUCCESS [  5.261 s]
17:23:57:511 [INFO] Eclipse Collections JMH Test Suite ................. SUCCESS [ 13.146 s]
17:23:57:511 [INFO] ------------------------------------------------------------------------
17:23:57:511 [INFO] BUILD SUCCESS
17:23:57:511 [INFO] ------------------------------------------------------------------------
17:23:57:512 [INFO] Total time:  05:15 min
17:23:57:512 [INFO] Finished at: 2020-07-15T17:23:57Z
17:23:57:512 [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"
17:24:00:183 [INFO] Error stacktraces are turned on.
17:24:00:384 [INFO] Scanning for projects...
17:24:11:792 [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
17:24:11:953 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/
17:24:11:955 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/
17:24:12:057 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
17:24:12:148 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
17:24:12:149 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
17:24:12:355 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
17:24:12:355 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
17:24:12:572 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
17:24:12:573 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
17:24:12:695 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
17:24:12:696 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
17:24:12:865 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
17:24:12:866 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
17:24:12:980 [INFO] Adding repository file:/home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/repository
17:24:12:996 [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
17:24:14:357 [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)
17:24:14:358 [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)
17:24:14:467 [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
17:24:14:481 [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
17:24:14:487 [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
17:24:14:499 [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
17:24:14:500 [INFO] ------------------------------------------------------------------------
17:24:14:500 [INFO] Reactor Build Order:
17:24:14:500 [INFO] 
17:24:14:501 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
17:24:14:501 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
17:24:14:502 [INFO] p2-repository                                       [eclipse-repository]
17:24:15:010 [INFO] 
17:24:15:010 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
17:24:15:010 [INFO] Building Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT [1/3]
17:24:15:011 [INFO] --------------------------------[ pom ]---------------------------------
17:24:15:014 [INFO] 
17:24:15:014 [INFO] --- tycho-versions-plugin:1.7.0:set-version (default-cli) @ p2-feature ---
17:24:16:183 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature
17:24:16:183 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature
17:24:16:183 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository
17:24:16:186 [INFO] ------------------------------------------------------------------------
17:24:16:186 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT:
17:24:16:186 [INFO] 
17:24:16:187 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  1.176 s]
17:24:16:187 [INFO] org.eclipse.collections.feature .................... SKIPPED
17:24:16:187 [INFO] p2-repository ...................................... SKIPPED
17:24:16:187 [INFO] ------------------------------------------------------------------------
17:24:16:187 [INFO] BUILD SUCCESS
17:24:16:188 [INFO] ------------------------------------------------------------------------
17:24:16:188 [INFO] Total time:  15.963 s
17:24:16:188 [INFO] Finished at: 2020-07-15T17:24:16Z
17:24:16:188 [INFO] ------------------------------------------------------------------------
[new-version] $ /bin/sh -xe /tmp/jenkins2626305745676697792.sh
+ git checkout origin/master
M	acceptance-tests/pom.xml
HEAD is now at 36af723e Merge pull request #952 from fipro78/master
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 3f0dba79] 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
Sending e-mails to: hiroshi.ito@gs.com donald.raab@gs.com craig.motlin@gs.com mohammad.rezaei@gs.com
Finished: SUCCESS