Skip to content

Console Output

Started by user Nikhil Nanivadekar
Running as Nikhil Nanivadekar
Agent basic-ngdnc is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-ngdnc"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-ngdnc"
    - 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-ngdnc"
    - 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-ngdnc 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 2a17ff14ffa1581717c8b83e80665bca7384e414 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2a17ff14ffa1581717c8b83e80665bca7384e414 # timeout=10
Commit message: "Release version 10.3.0.M4."
 > git rev-list --no-walk 30fbfcdc978e62053ad186f4f14f59876cc3aa5f # 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"
20:32:05:288 [INFO] Error stacktraces are turned on.
20:32:05:544 [INFO] Scanning for projects...
20:32:48:045 [INFO] ------------------------------------------------------------------------
20:32:48:045 [INFO] Reactor Build Order:
20:32:48:046 [INFO] 
20:32:48:047 [INFO] Eclipse Collections Parent Project                                 [pom]
20:32:48:047 [INFO] Eclipse Collections Code Generator                                 [jar]
20:32:48:047 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
20:32:48:048 [INFO] Eclipse Collections API                                            [jar]
20:32:48:048 [INFO] Eclipse Collections Main Library                                   [jar]
20:32:48:048 [INFO] Eclipse Collections Test Utilities                                 [jar]
20:32:48:048 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
20:32:48:049 [INFO] Eclipse Collections Unit Test Suite                                [jar]
20:32:48:049 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
20:32:48:049 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
20:32:48:050 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
20:32:48:050 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
20:32:48:050 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
20:32:48:051 [INFO] Eclipse Collections p2 Repository Build                            [pom]
20:32:48:051 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
20:32:48:051 [INFO] Eclipse Collections Scala Unit Test Suite                          [jar]
20:32:48:051 [INFO] Eclipse Collections JMH Scala Test Suite                           [jar]
20:32:48:052 [INFO] Eclipse Collections JMH Test Suite                                 [jar]
20:32:48:633 [INFO] 
20:32:48:633 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
20:32:48:633 [INFO] Building Eclipse Collections Parent Project 10.3.0.M4             [1/18]
20:32:48:633 [INFO] --------------------------------[ pom ]---------------------------------
20:32:48:636 [INFO] 
20:32:48:636 [INFO] --- versions-maven-plugin:2.7:set (default-cli) @ eclipse-collections-parent ---
20:32:52:481 [INFO] Searching for local aggregator root...
20:32:52:482 [INFO] Local aggregation root: /home/jenkins/agent/workspace/new-version
20:32:52:485 [INFO] Processing change of org.eclipse.collections:eclipse-collections-parent:10.3.0.M4 -> 10.3.0-SNAPSHOT
20:32:52:537 [INFO] Processing org.eclipse.collections:eclipse-collections-parent
20:32:52:538 [INFO]     Updating project org.eclipse.collections:eclipse-collections-parent
20:32:52:538 [INFO]         from version 10.3.0.M4 to 10.3.0-SNAPSHOT
20:32:52:708 [INFO] 
20:32:52:710 [INFO] Processing org.eclipse.collections:acceptance-tests
20:32:52:710 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
20:32:52:710 [INFO]         from version 10.3.0.M4 to 10.3.0-SNAPSHOT
20:32:52:724 [INFO] 
20:32:52:725 [INFO] Processing org.eclipse.collections:eclipse-collections-api
20:32:52:726 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
20:32:52:726 [INFO]         from version 10.3.0.M4 to 10.3.0-SNAPSHOT
20:32:52:738 [INFO] 
20:32:52:739 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator-maven-plugin
20:32:52:740 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
20:32:52:740 [INFO]         from version 10.3.0.M4 to 10.3.0-SNAPSHOT
20:32:52:784 [INFO] 
20:32:52:785 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator
20:32:52:785 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
20:32:52:785 [INFO]         from version 10.3.0.M4 to 10.3.0-SNAPSHOT
20:32:52:794 [INFO] 
20:32:52:795 [INFO] Processing org.eclipse.collections:eclipse-collections-forkjoin
20:32:52:795 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
20:32:52:795 [INFO]         from version 10.3.0.M4 to 10.3.0-SNAPSHOT
20:32:52:807 [INFO] 
20:32:52:808 [INFO] Processing org.eclipse.collections:eclipse-collections-testutils
20:32:52:808 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
20:32:52:809 [INFO]         from version 10.3.0.M4 to 10.3.0-SNAPSHOT
20:32:52:820 [INFO] 
20:32:52:821 [INFO] Processing org.eclipse.collections:eclipse-collections
20:32:52:821 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
20:32:52:821 [INFO]         from version 10.3.0.M4 to 10.3.0-SNAPSHOT
20:32:52:833 [INFO] 
20:32:52:834 [INFO] Processing org.eclipse.collections:jcstress-tests
20:32:52:834 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
20:32:52:834 [INFO]         from version 10.3.0.M4 to 10.3.0-SNAPSHOT
20:32:52:844 [INFO] 
20:32:52:844 [INFO] Processing org.eclipse.collections:jmh-scala-tests
20:32:52:845 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
20:32:52:845 [INFO]         from version 10.3.0.M4 to 10.3.0-SNAPSHOT
20:32:52:882 [INFO] 
20:32:52:883 [INFO] Processing org.eclipse.collections:jmh-tests
20:32:52:883 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
20:32:52:883 [INFO]         from version 10.3.0.M4 to 10.3.0-SNAPSHOT
20:32:52:901 [INFO] 
20:32:52:902 [INFO] Processing org.eclipse.collections:junit-trait-runner
20:32:52:903 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
20:32:52:903 [INFO]         from version 10.3.0.M4 to 10.3.0-SNAPSHOT
20:32:52:908 [INFO] 
20:32:52:910 [INFO] Processing org.eclipse.collections:p2-repository
20:32:52:910 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
20:32:52:910 [INFO]         from version 10.3.0.M4 to 10.3.0-SNAPSHOT
20:32:52:935 [INFO] 
20:32:52:936 [INFO] Processing org.eclipse.collections:performance-tests
20:32:52:936 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
20:32:52:936 [INFO]         from version 10.3.0.M4 to 10.3.0-SNAPSHOT
20:32:52:946 [INFO] 
20:32:52:947 [INFO] Processing org.eclipse.collections:scala-unit-tests
20:32:52:947 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
20:32:52:947 [INFO]         from version 10.3.0.M4 to 10.3.0-SNAPSHOT
20:32:52:958 [INFO] 
20:32:52:980 [INFO] Processing org.eclipse.collections:serialization-tests
20:32:52:981 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
20:32:52:981 [INFO]         from version 10.3.0.M4 to 10.3.0-SNAPSHOT
20:32:52:987 [INFO] 
20:32:52:988 [INFO] Processing org.eclipse.collections:test-coverage
20:32:52:989 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
20:32:52:989 [INFO]         from version 10.3.0.M4 to 10.3.0-SNAPSHOT
20:32:52:998 [INFO] 
20:32:52:999 [INFO] Processing org.eclipse.collections:unit-tests-java8
20:32:52:999 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
20:32:52:999 [INFO]         from version 10.3.0.M4 to 10.3.0-SNAPSHOT
20:32:53:007 [INFO] 
20:32:53:008 [INFO] Processing org.eclipse.collections:unit-tests
20:32:53:008 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
20:32:53:008 [INFO]         from version 10.3.0.M4 to 10.3.0-SNAPSHOT
20:32:53:017 [INFO] 
20:32:53:019 [INFO] Processing org.eclipse.collections:org.eclipse.collections
20:32:53:019 [INFO]     Updating parent org.eclipse.collections:p2-repository
20:32:53:019 [INFO]         from version 10.3.0.M4 to 10.3.0-SNAPSHOT
20:32:53:021 [INFO] 
20:32:53:021 [INFO] ------------------------------------------------------------------------
20:32:53:022 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.3.0.M4:
20:32:53:022 [INFO] 
20:32:53:022 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  4.388 s]
20:32:53:022 [INFO] Eclipse Collections Code Generator ................. SKIPPED
20:32:53:022 [INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED
20:32:53:022 [INFO] Eclipse Collections API ............................ SKIPPED
20:32:53:023 [INFO] Eclipse Collections Main Library ................... SKIPPED
20:32:53:023 [INFO] Eclipse Collections Test Utilities ................. SKIPPED
20:32:53:023 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED
20:32:53:023 [INFO] Eclipse Collections Unit Test Suite ................ SKIPPED
20:32:53:023 [INFO] Eclipse Collections Serialization Test Suite ....... SKIPPED
20:32:53:023 [INFO] Eclipse Collections JCStress Test Suite ............ SKIPPED
20:32:53:024 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SKIPPED
20:32:53:024 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SKIPPED
20:32:53:024 [INFO] Eclipse Collections Test Coverage Aggregation ...... SKIPPED
20:32:53:024 [INFO] Eclipse Collections p2 Repository Build ............ SKIPPED
20:32:53:024 [INFO] Eclipse Collections OSGi Bundle .................... SKIPPED
20:32:53:025 [INFO] Eclipse Collections Scala Unit Test Suite .......... SKIPPED
20:32:53:025 [INFO] Eclipse Collections JMH Scala Test Suite ........... SKIPPED
20:32:53:025 [INFO] Eclipse Collections JMH Test Suite ................. SKIPPED
20:32:53:025 [INFO] ------------------------------------------------------------------------
20:32:53:025 [INFO] BUILD SUCCESS
20:32:53:025 [INFO] ------------------------------------------------------------------------
20:32:53:026 [INFO] Total time:  47.717 s
20:32:53:026 [INFO] Finished at: 2020-07-16T20:32:53Z
20:32:53:026 [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"
20:32:53:741 [INFO] Error stacktraces are turned on.
20:32:53:938 [INFO] Scanning for projects...
20:32:54:951 [INFO] ------------------------------------------------------------------------
20:32:54:951 [INFO] Reactor Build Order:
20:32:54:951 [INFO] 
20:32:54:952 [INFO] Eclipse Collections Parent Project                                 [pom]
20:32:54:953 [INFO] Eclipse Collections Code Generator                                 [jar]
20:32:54:953 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
20:32:54:954 [INFO] Eclipse Collections API                                            [jar]
20:32:54:954 [INFO] Eclipse Collections Main Library                                   [jar]
20:32:54:954 [INFO] Eclipse Collections Test Utilities                                 [jar]
20:32:54:955 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
20:32:54:955 [INFO] Eclipse Collections Unit Test Suite                                [jar]
20:32:54:955 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
20:32:54:956 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
20:32:54:956 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
20:32:54:957 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
20:32:54:957 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
20:32:54:957 [INFO] Eclipse Collections p2 Repository Build                            [pom]
20:32:54:958 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
20:32:54:958 [INFO] Eclipse Collections Scala Unit Test Suite                          [jar]
20:32:54:958 [INFO] Eclipse Collections JMH Scala Test Suite                           [jar]
20:32:54:958 [INFO] Eclipse Collections JMH Test Suite                                 [jar]
20:32:54:984 [INFO] 
20:32:54:984 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
20:32:54:984 [INFO] Building Eclipse Collections Parent Project 10.3.0-SNAPSHOT       [1/18]
20:32:54:984 [INFO] --------------------------------[ pom ]---------------------------------
20:32:55:460 [INFO] 
20:32:55:460 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
20:32:55:498 [INFO] 
20:32:55:498 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
20:32:55:871 [INFO] 
20:32:55:871 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
20:32:57:526 [INFO] Skipping pom project
20:32:57:527 [INFO] 
20:32:57:527 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
20:32:57:658 [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
20:32:57:665 [INFO] 
20:32:57:665 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
20:32:57:665 [INFO] Building Eclipse Collections Code Generator 10.3.0-SNAPSHOT       [2/18]
20:32:57:665 [INFO] --------------------------------[ jar ]---------------------------------
20:32:58:513 [INFO] 
20:32:58:513 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
20:32:58:514 [INFO] 
20:32:58:514 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
20:32:58:523 [INFO] 
20:32:58:524 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator ---
20:32:58:643 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:32:58:653 [INFO] Copying 355 resources
20:32:58:773 [INFO] 
20:32:58:773 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
20:32:59:239 [INFO] Changes detected - recompiling the module!
20:32:59:247 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/classes
20:33:00:365 [INFO] 
20:33:00:365 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
20:33:00:367 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:33:00:367 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/src/test/resources
20:33:00:367 [INFO] 
20:33:00:367 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
20:33:00:390 [INFO] Changes detected - recompiling the module!
20:33:00:391 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/test-classes
20:33:00:759 [INFO] 
20:33:00:759 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
20:33:01:320 [INFO] Tests are skipped.
20:33:01:320 [INFO] 
20:33:01:320 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
20:33:01:960 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0-SNAPSHOT.jar
20:33:02:043 [INFO] 
20:33:02:043 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
20:33:02:142 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0-SNAPSHOT-sources.jar
20:33:02:228 [INFO] 
20:33:02:228 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
20:33:02:249 [INFO] No dependency problems found
20:33:02:249 [INFO] 
20:33:02:249 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
20:33:02:251 [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
20:33:02:286 [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
20:33:02:288 [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
20:33:02:291 [INFO] 
20:33:02:291 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
20:33:02:292 [INFO] Building Eclipse Collections Code Generator Maven Plugin 10.3.0-SNAPSHOT [3/18]
20:33:02:292 [INFO] ----------------------------[ maven-plugin ]----------------------------
20:33:02:816 [INFO] 
20:33:02:816 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
20:33:02:816 [INFO] 
20:33:02:816 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
20:33:02:837 [INFO] 
20:33:02:837 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
20:33:02:837 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:33:02:837 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/main/resources
20:33:02:838 [INFO] 
20:33:02:838 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
20:33:02:840 [INFO] Changes detected - recompiling the module!
20:33:02:841 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/classes
20:33:03:305 [INFO] 
20:33:03:306 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
20:33:06:475 [INFO] Using 'UTF-8' encoding to read mojo source files.
20:33:06:523 [INFO] java-javadoc mojo extractor found 1 mojo descriptor.
20:33:06:613 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
20:33:06:693 [INFO] 
20:33:06:693 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
20:33:06:694 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:33:06:694 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/test/resources
20:33:06:694 [INFO] 
20:33:06:694 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
20:33:06:696 [INFO] No sources to compile
20:33:06:696 [INFO] 
20:33:06:696 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
20:33:06:698 [INFO] Tests are skipped.
20:33:06:698 [INFO] 
20:33:06:698 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
20:33:06:702 [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
20:33:06:713 [INFO] 
20:33:06:713 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
20:33:06:715 [INFO] 
20:33:06:715 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
20:33:06:718 [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
20:33:06:722 [INFO] 
20:33:06:722 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
20:33:06:725 [INFO] No dependency problems found
20:33:06:725 [INFO] 
20:33:06:725 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
20:33:06:726 [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
20:33:06:728 [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
20:33:06:742 [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
20:33:06:744 [INFO] 
20:33:06:744 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
20:33:06:745 [INFO] Building Eclipse Collections API 10.3.0-SNAPSHOT                  [4/18]
20:33:06:745 [INFO] --------------------------------[ jar ]---------------------------------
20:33:06:838 [INFO] 
20:33:06:839 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
20:33:06:839 [INFO] 
20:33:06:839 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
20:33:06:841 [INFO] 
20:33:06:841 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0-SNAPSHOT:generate (default) @ eclipse-collections-api ---
20:33:06:848 [INFO] Generating sources to eclipse-collections-api
20:33:07:638 [INFO] Generated 1171 files
20:33:07:638 [INFO] 
20:33:07:638 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api ---
20:33:07:639 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:33:07:640 [INFO] Copying 3 resources
20:33:07:641 [INFO] 
20:33:07:641 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
20:33:07:794 [INFO] Changes detected - recompiling the module!
20:33:07:795 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/classes
20:33:11:213 [INFO] 
20:33:11:213 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api ---
20:33:14:822 [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.
20:33:14:822 [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.
20:33:14:823 [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.
20:33:14:823 [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.
20:33:14:823 [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.
20:33:15:428 [INFO] 
20:33:15:429 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api ---
20:33:15:429 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:33:15:430 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-api/src/test/resources
20:33:15:430 [INFO] 
20:33:15:430 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
20:33:15:431 [INFO] No sources to compile
20:33:15:431 [INFO] 
20:33:15:431 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
20:33:15:433 [INFO] Tests are skipped.
20:33:15:433 [INFO] 
20:33:15:433 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api ---
20:33:15:535 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.3.0-SNAPSHOT.jar
20:33:15:642 [INFO] 
20:33:15:642 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
20:33:15:709 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.3.0-SNAPSHOT-sources.jar
20:33:16:011 [INFO] 
20:33:16:011 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
20:33:16:184 [INFO] No dependency problems found
20:33:16:184 [INFO] 
20:33:16:184 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
20:33:16:185 [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
20:33:16:187 [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
20:33:16:188 [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
20:33:16:191 [INFO] 
20:33:16:191 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
20:33:16:191 [INFO] Building Eclipse Collections Main Library 10.3.0-SNAPSHOT         [5/18]
20:33:16:191 [INFO] --------------------------------[ jar ]---------------------------------
20:33:16:193 [INFO] 
20:33:16:193 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
20:33:16:193 [INFO] 
20:33:16:193 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
20:33:16:195 [INFO] 
20:33:16:195 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0-SNAPSHOT:generate (default) @ eclipse-collections ---
20:33:16:196 [INFO] Generating sources to eclipse-collections
20:33:20:136 [INFO] Generated 1438 files
20:33:20:136 [INFO] 
20:33:20:136 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections ---
20:33:20:137 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:33:20:137 [INFO] Copying 24 resources
20:33:20:142 [INFO] 
20:33:20:142 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
20:33:20:311 [INFO] Changes detected - recompiling the module!
20:33:20:312 [INFO] Compiling 2093 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/classes
20:33:44:285 [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
20:33:44:285 [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
20:33:44:286 [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
20:33:44:286 [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
20:33:44:287 [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
20:33:44:287 [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
20:33:44:287 [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
20:33:44:288 [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
20:33:44:288 [INFO] 
20:33:44:288 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections ---
20:33:44:355 [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.
20:33:44:355 [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.
20:33:44:355 [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.
20:33:44:356 [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.
20:33:44:356 [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.
20:33:46:373 [INFO] 
20:33:46:373 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections ---
20:33:46:375 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:33:46:375 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections/src/test/resources
20:33:46:375 [INFO] 
20:33:46:375 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
20:33:46:376 [INFO] No sources to compile
20:33:46:376 [INFO] 
20:33:46:376 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
20:33:46:378 [INFO] Tests are skipped.
20:33:46:378 [INFO] 
20:33:46:378 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections ---
20:33:46:599 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.3.0-SNAPSHOT.jar
20:33:47:306 [INFO] 
20:33:47:306 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections ---
20:33:47:371 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.3.0-SNAPSHOT-sources.jar
20:33:47:809 [INFO] 
20:33:47:809 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections ---
20:33:48:431 [INFO] No dependency problems found
20:33:48:431 [INFO] 
20:33:48:431 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
20:33:48:432 [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
20:33:48:438 [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
20:33:48:440 [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
20:33:48:444 [INFO] 
20:33:48:444 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
20:33:48:444 [INFO] Building Eclipse Collections Test Utilities 10.3.0-SNAPSHOT       [6/18]
20:33:48:444 [INFO] --------------------------------[ jar ]---------------------------------
20:33:48:592 [INFO] 
20:33:48:592 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
20:33:48:593 [INFO] 
20:33:48:593 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
20:33:48:598 [INFO] 
20:33:48:598 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-testutils ---
20:33:50:094 [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
20:33:50:095 [INFO] 
20:33:50:095 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils ---
20:33:50:095 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:33:50:096 [INFO] Copying 3 resources
20:33:50:096 [INFO] 
20:33:50:097 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
20:33:50:098 [INFO] Changes detected - recompiling the module!
20:33:50:099 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/classes
20:33:50:936 [INFO] 
20:33:50:936 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils ---
20:33:50:937 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:33:50:937 [INFO] Copying 1 resource
20:33:50:938 [INFO] 
20:33:50:938 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
20:33:50:940 [INFO] Changes detected - recompiling the module!
20:33:50:940 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/test-classes
20:33:52:666 [INFO] 
20:33:52:666 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
20:33:52:668 [INFO] Tests are skipped.
20:33:52:668 [INFO] 
20:33:52:668 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils ---
20:33:52:683 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0-SNAPSHOT.jar
20:33:52:688 [INFO] 
20:33:52:689 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
20:33:52:691 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0-SNAPSHOT-sources.jar
20:33:52:702 [INFO] 
20:33:52:702 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
20:33:52:711 [INFO] No dependency problems found
20:33:52:711 [INFO] 
20:33:52:711 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
20:33:52:712 [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
20:33:52:715 [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
20:33:52:716 [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
20:33:52:717 [INFO] 
20:33:52:717 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
20:33:52:718 [INFO] Building Eclipse Collections Fork Join Utilities 10.3.0-SNAPSHOT  [7/18]
20:33:52:718 [INFO] --------------------------------[ jar ]---------------------------------
20:33:52:721 [INFO] 
20:33:52:721 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
20:33:52:721 [INFO] 
20:33:52:721 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
20:33:52:726 [INFO] 
20:33:52:726 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-forkjoin ---
20:33:52:726 [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
20:33:52:727 [INFO] 
20:33:52:727 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin ---
20:33:52:728 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:33:52:728 [INFO] Copying 3 resources
20:33:52:729 [INFO] 
20:33:52:729 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
20:33:52:731 [INFO] Changes detected - recompiling the module!
20:33:52:731 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/classes
20:33:53:561 [INFO] 
20:33:53:561 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
20:33:53:562 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:33:53:562 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/src/test/resources
20:33:53:563 [INFO] 
20:33:53:563 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
20:33:53:564 [INFO] Changes detected - recompiling the module!
20:33:53:564 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/test-classes
20:33:54:413 [INFO] 
20:33:54:413 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
20:33:54:414 [INFO] Tests are skipped.
20:33:54:414 [INFO] 
20:33:54:414 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin ---
20:33:54:417 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0-SNAPSHOT.jar
20:33:54:421 [INFO] 
20:33:54:421 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
20:33:54:424 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0-SNAPSHOT-sources.jar
20:33:54:427 [INFO] 
20:33:54:427 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
20:33:54:436 [INFO] No dependency problems found
20:33:54:436 [INFO] 
20:33:54:436 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
20:33:54:437 [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
20:33:54:438 [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
20:33:54:440 [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
20:33:54:446 [INFO] 
20:33:54:446 [INFO] -----------------< org.eclipse.collections:unit-tests >-----------------
20:33:54:446 [INFO] Building Eclipse Collections Unit Test Suite 10.3.0-SNAPSHOT      [8/18]
20:33:54:446 [INFO] --------------------------------[ jar ]---------------------------------
20:33:54:664 [INFO] 
20:33:54:664 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests ---
20:33:54:665 [INFO] 
20:33:54:665 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests ---
20:33:54:671 [INFO] 
20:33:54:671 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ unit-tests ---
20:33:54:671 [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
20:33:54:671 [INFO] 
20:33:54:672 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests ---
20:33:54:672 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:33:54:672 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests/src/main/resources
20:33:54:673 [INFO] 
20:33:54:673 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests ---
20:33:54:673 [INFO] No sources to compile
20:33:54:673 [INFO] 
20:33:54:673 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0-SNAPSHOT:generate (list) @ unit-tests ---
20:33:54:674 [INFO] Generating sources to unit-tests
20:33:58:837 [INFO] Generated 2196 files
20:33:58:838 [INFO] 
20:33:58:838 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests ---
20:33:58:839 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:33:58:839 [INFO] Copying 1 resource
20:33:58:839 [INFO] 
20:33:58:840 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests ---
20:33:59:057 [INFO] Changes detected - recompiling the module!
20:33:59:058 [INFO] Compiling 2720 source files to /home/jenkins/agent/workspace/new-version/unit-tests/target/test-classes
20:36:45:999 [INFO] 
20:36:45:999 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests ---
20:36:46:002 [INFO] Tests are skipped.
20:36:46:002 [INFO] 
20:36:46:002 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests ---
20:36:46:003 [WARNING] JAR will be empty - no content was marked for inclusion!
20:36:46:004 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-10.3.0-SNAPSHOT.jar
20:36:46:010 [INFO] 
20:36:46:010 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests ---
20:36:46:011 [INFO] No sources in project. Archive not created.
20:36:46:011 [INFO] 
20:36:46:012 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests ---
20:36:46:660 [INFO] No dependency problems found
20:36:46:660 [INFO] 
20:36:46:660 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests ---
20:36:46:661 [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
20:36:46:662 [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
20:36:46:663 [INFO] 
20:36:46:663 [INFO] ------------< org.eclipse.collections:serialization-tests >-------------
20:36:46:664 [INFO] Building Eclipse Collections Serialization Test Suite 10.3.0-SNAPSHOT [9/18]
20:36:46:664 [INFO] --------------------------------[ jar ]---------------------------------
20:36:46:666 [INFO] 
20:36:46:666 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serialization-tests ---
20:36:46:666 [INFO] 
20:36:46:666 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ serialization-tests ---
20:36:46:669 [INFO] 
20:36:46:669 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ serialization-tests ---
20:36:46:669 [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
20:36:46:670 [INFO] 
20:36:46:670 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ serialization-tests ---
20:36:46:681 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:36:46:681 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/main/resources
20:36:46:681 [INFO] 
20:36:46:681 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ serialization-tests ---
20:36:46:682 [INFO] No sources to compile
20:36:46:682 [INFO] 
20:36:46:682 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ serialization-tests ---
20:36:46:683 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:36:46:684 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/test/resources
20:36:46:684 [INFO] 
20:36:46:684 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ serialization-tests ---
20:36:46:745 [INFO] Changes detected - recompiling the module!
20:36:46:746 [INFO] Compiling 882 source files to /home/jenkins/agent/workspace/new-version/serialization-tests/target/test-classes
20:36:49:970 [INFO] 
20:36:49:970 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ serialization-tests ---
20:36:49:972 [INFO] Tests are skipped.
20:36:49:972 [INFO] 
20:36:49:972 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ serialization-tests ---
20:36:49:973 [WARNING] JAR will be empty - no content was marked for inclusion!
20:36:49:974 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-10.3.0-SNAPSHOT.jar
20:36:49:981 [INFO] 
20:36:49:981 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ serialization-tests ---
20:36:49:982 [INFO] No sources in project. Archive not created.
20:36:49:982 [INFO] 
20:36:49:982 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ serialization-tests ---
20:36:50:022 [INFO] No dependency problems found
20:36:50:022 [INFO] 
20:36:50:022 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serialization-tests ---
20:36:50:023 [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
20:36:50:024 [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
20:36:50:025 [INFO] 
20:36:50:025 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
20:36:50:025 [INFO] Building Eclipse Collections JCStress Test Suite 10.3.0-SNAPSHOT [10/18]
20:36:50:026 [INFO] --------------------------------[ jar ]---------------------------------
20:36:50:373 [INFO] 
20:36:50:373 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
20:36:50:374 [INFO] 
20:36:50:374 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
20:36:50:379 [INFO] 
20:36:50:379 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests ---
20:36:50:380 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:36:50:380 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/main/resources
20:36:50:380 [INFO] 
20:36:50:380 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
20:36:50:382 [INFO] Changes detected - recompiling the module!
20:36:50:382 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/jcstress-tests/target/classes
20:36:51:229 [INFO] 
20:36:51:229 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests ---
20:36:51:230 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:36:51:230 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/test/resources
20:36:51:230 [INFO] 
20:36:51:230 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
20:36:51:231 [INFO] No sources to compile
20:36:51:231 [INFO] 
20:36:51:231 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
20:36:51:232 [INFO] Tests are skipped.
20:36:51:232 [INFO] 
20:36:51:232 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests ---
20:36:51:235 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.3.0-SNAPSHOT.jar
20:36:51:239 [INFO] 
20:36:51:239 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests ---
20:36:52:018 [INFO] Including org.eclipse.collections:eclipse-collections:jar:10.3.0-SNAPSHOT in the shaded jar.
20:36:52:018 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.3.0-SNAPSHOT in the shaded jar.
20:36:52:018 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
20:36:52:018 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
20:36:52:987 [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: 
20:36:52:987 [WARNING]   - META-INF/MANIFEST.MF
20:36:52:987 [WARNING] eclipse-collections-10.3.0-SNAPSHOT.jar, eclipse-collections-api-10.3.0-SNAPSHOT.jar define 3 overlapping resources: 
20:36:52:988 [WARNING]   - LICENSE-EDL-1.0.txt
20:36:52:988 [WARNING]   - LICENSE-EPL-1.0.txt
20:36:52:988 [WARNING]   - about.html
20:36:52:988 [WARNING] maven-shade-plugin has detected that some class files are
20:36:52:988 [WARNING] present in two or more JARs. When this happens, only one
20:36:52:988 [WARNING] single version of the class is copied to the uber jar.
20:36:52:988 [WARNING] Usually this is not harmful and you can skip these warnings,
20:36:52:988 [WARNING] otherwise try to manually exclude artifacts based on
20:36:52:988 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
20:36:52:988 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
20:36:52:995 [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
20:36:52:995 [INFO] 
20:36:52:995 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests ---
20:36:52:999 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.3.0-SNAPSHOT-sources.jar
20:36:53:004 [INFO] 
20:36:53:004 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests ---
20:36:53:011 [INFO] No dependency problems found
20:36:53:012 [INFO] 
20:36:53:012 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
20:36:53:012 [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
20:36:53:015 [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
20:36:53:017 [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
20:36:53:018 [INFO] 
20:36:53:018 [INFO] -------------< org.eclipse.collections:junit-trait-runner >-------------
20:36:53:018 [INFO] Building Eclipse Collections Test Trait JUnit Runner 10.3.0-SNAPSHOT [11/18]
20:36:53:018 [INFO] --------------------------------[ jar ]---------------------------------
20:36:53:020 [INFO] 
20:36:53:020 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ junit-trait-runner ---
20:36:53:020 [INFO] 
20:36:53:020 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ junit-trait-runner ---
20:36:53:022 [INFO] 
20:36:53:022 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ junit-trait-runner ---
20:36:53:023 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:36:53:023 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/main/resources
20:36:53:023 [INFO] 
20:36:53:023 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-trait-runner ---
20:36:53:024 [INFO] Changes detected - recompiling the module!
20:36:53:025 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/classes
20:36:53:487 [INFO] 
20:36:53:487 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ junit-trait-runner ---
20:36:53:488 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:36:53:488 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/test/resources
20:36:53:488 [INFO] 
20:36:53:488 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-trait-runner ---
20:36:53:489 [INFO] No sources to compile
20:36:53:489 [INFO] 
20:36:53:489 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ junit-trait-runner ---
20:36:53:491 [INFO] Tests are skipped.
20:36:53:491 [INFO] 
20:36:53:491 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ junit-trait-runner ---
20:36:53:493 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.3.0-SNAPSHOT.jar
20:36:53:496 [INFO] 
20:36:53:496 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ junit-trait-runner ---
20:36:53:498 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.3.0-SNAPSHOT-sources.jar
20:36:53:501 [INFO] 
20:36:53:501 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ junit-trait-runner ---
20:36:53:503 [INFO] No dependency problems found
20:36:53:503 [INFO] 
20:36:53:503 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ junit-trait-runner ---
20:36:53:504 [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
20:36:53:506 [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
20:36:53:507 [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
20:36:53:517 [INFO] 
20:36:53:517 [INFO] --------------< org.eclipse.collections:unit-tests-java8 >--------------
20:36:53:517 [INFO] Building Eclipse Collections Java 8 Unit Test Suite 10.3.0-SNAPSHOT [12/18]
20:36:53:517 [INFO] --------------------------------[ jar ]---------------------------------
20:36:53:609 [INFO] 
20:36:53:609 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests-java8 ---
20:36:53:610 [INFO] 
20:36:53:610 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests-java8 ---
20:36:53:613 [INFO] 
20:36:53:613 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ unit-tests-java8 ---
20:36:53:614 [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
20:36:53:614 [INFO] 
20:36:53:614 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests-java8 ---
20:36:53:615 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:36:53:615 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/main/resources
20:36:53:615 [INFO] 
20:36:53:615 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests-java8 ---
20:36:53:615 [INFO] No sources to compile
20:36:53:616 [INFO] 
20:36:53:616 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests-java8 ---
20:36:53:616 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:36:53:616 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/test/resources
20:36:53:616 [INFO] 
20:36:53:617 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests-java8 ---
20:36:53:629 [INFO] Changes detected - recompiling the module!
20:36:53:629 [INFO] Compiling 169 source files to /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/test-classes
20:37:00:453 [INFO] 
20:37:00:453 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests-java8 ---
20:37:00:454 [INFO] Tests are skipped.
20:37:00:454 [INFO] 
20:37:00:454 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests-java8 ---
20:37:00:455 [WARNING] JAR will be empty - no content was marked for inclusion!
20:37:00:456 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-10.3.0-SNAPSHOT.jar
20:37:00:458 [INFO] 
20:37:00:458 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests-java8 ---
20:37:00:459 [INFO] No sources in project. Archive not created.
20:37:00:459 [INFO] 
20:37:00:459 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests-java8 ---
20:37:00:479 [INFO] No dependency problems found
20:37:00:479 [INFO] 
20:37:00:479 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests-java8 ---
20:37:00:480 [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
20:37:00:484 [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
20:37:00:485 [INFO] 
20:37:00:485 [INFO] ---------------< org.eclipse.collections:test-coverage >----------------
20:37:00:485 [INFO] Building Eclipse Collections Test Coverage Aggregation 10.3.0-SNAPSHOT [13/18]
20:37:00:485 [INFO] --------------------------------[ pom ]---------------------------------
20:37:00:486 [INFO] 
20:37:00:486 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ test-coverage ---
20:37:00:487 [INFO] 
20:37:00:487 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ test-coverage ---
20:37:00:489 [INFO] 
20:37:00:489 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ test-coverage ---
20:37:00:489 [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
20:37:00:490 [INFO] 
20:37:00:490 [INFO] --- jacoco-maven-plugin:0.8.5:report-aggregate (default-report) @ test-coverage ---
20:37:00:997 [INFO] Analyzed bundle 'eclipse-collections-api' with 356 classes
20:37:02:710 [INFO] Analyzed bundle 'eclipse-collections' with 3658 classes
20:37:06:259 [INFO] Analyzed bundle 'eclipse-collections-testutils' with 2 classes
20:37:06:272 [INFO] 
20:37:06:272 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ test-coverage ---
20:37:06:273 [INFO] Skipping pom project
20:37:06:273 [INFO] 
20:37:06:273 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ test-coverage ---
20:37:06:274 [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
20:37:06:276 [INFO] 
20:37:06:276 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
20:37:06:276 [INFO] Building Eclipse Collections p2 Repository Build 10.3.0-SNAPSHOT [14/18]
20:37:06:276 [INFO] --------------------------------[ pom ]---------------------------------
20:37:06:286 [INFO] 
20:37:06:286 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
20:37:06:295 [INFO] 
20:37:06:295 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
20:37:06:330 [INFO] 
20:37:06:330 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository ---
20:37:06:459 [INFO] Skipping pom project
20:37:06:460 [INFO] 
20:37:06:460 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
20:37:06:471 [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
20:37:06:472 [INFO] 
20:37:06:472 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
20:37:06:473 [INFO] Building Eclipse Collections OSGi Bundle 10.3.0-SNAPSHOT         [15/18]
20:37:06:473 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
20:37:07:502 [INFO] 
20:37:07:502 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
20:37:07:503 [INFO] 
20:37:07:503 [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
20:37:10:041 [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

20:37:10:042 [WARNING] Fallback to default timestamp provider
20:37:10:045 [INFO] The project's OSGi version is 10.3.0.v20200716-2032
20:37:10:045 [INFO] 
20:37:10:045 [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.collections ---
20:37:10:046 [INFO] 
20:37:10:046 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
20:37:10:049 [INFO] 
20:37:10:049 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections ---
20:37:10:071 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:37:10:074 [INFO] Copying 2 resources
20:37:10:084 [INFO] 
20:37:10:084 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
20:37:10:109 [INFO] No sources to compile
20:37:10:109 [INFO] 
20:37:10:109 [INFO] --- ebr-maven-plugin:1.0.0:bundle (default-bundle) @ org.eclipse.collections ---
20:37:10:116 [INFO] Gathering dependencies
20:37:10:121 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:10.3.0-SNAPSHOT:jar
20:37:10:125 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:10.3.0-SNAPSHOT:jar
20:37:10:126 [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/**/*.*"
20:37:11:063 [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/**/*.*"
20:37:11:300 [INFO] Merging collected dependencies
20:37:11:303 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:37:11:366 [INFO] Copying 5283 resources
20:37:12:457 [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
20:37:16:596 [INFO] Gathering sources
20:37:16:599 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:10.3.0-SNAPSHOT:jar
20:37:16:600 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:10.3.0-SNAPSHOT:jar
20:37:16:600 [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/**/*.*"
20:37:17:305 [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/**/*.*"
20:37:17:720 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:37:17:721 [INFO] Copying 2 resources
20:37:17:721 [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
20:37:21:745 [INFO] Assembling p2 repository
20:37:22:498 [INFO] 
20:37:22:498 [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
20:37:22:499 [INFO] 
20:37:22:499 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections ---
20:37:23:250 [INFO] No dependency problems found
20:37:23:250 [INFO] 
20:37:23:250 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
20:37:23:251 [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
20:37:23:259 [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
20:37:23:260 [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
20:37:23:264 [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
20:37:23:266 [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
20:37:23:271 [INFO] 
20:37:23:271 [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
20:37:23:282 [INFO] 
20:37:23:282 [INFO] --------------< org.eclipse.collections:scala-unit-tests >--------------
20:37:23:282 [INFO] Building Eclipse Collections Scala Unit Test Suite 10.3.0-SNAPSHOT [16/18]
20:37:23:282 [INFO] --------------------------------[ jar ]---------------------------------
20:37:23:783 [INFO] 
20:37:23:783 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scala-unit-tests ---
20:37:23:783 [INFO] 
20:37:23:783 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ scala-unit-tests ---
20:37:23:786 [INFO] 
20:37:23:786 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scala-unit-tests ---
20:37:23:787 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:37:23:787 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/scala-unit-tests/src/main/resources
20:37:23:787 [INFO] 
20:37:23:787 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ scala-unit-tests ---
20:37:23:788 [INFO] No sources to compile
20:37:23:788 [INFO] 
20:37:23:788 [INFO] --- scala-maven-plugin:4.3.1:compile (default) @ scala-unit-tests ---
20:37:28:069 [INFO] compile in 0.0 s
20:37:28:069 [INFO] No sources to compile
20:37:28:069 [INFO] 
20:37:28:069 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scala-unit-tests ---
20:37:28:070 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:37:28:070 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/scala-unit-tests/src/test/resources
20:37:28:070 [INFO] 
20:37:28:070 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ scala-unit-tests ---
20:37:28:071 [INFO] No sources to compile
20:37:28:071 [INFO] 
20:37:28:071 [INFO] --- scala-maven-plugin:4.3.1:testCompile (default) @ scala-unit-tests ---
20:37:28:984 [INFO] Using incremental compilation using Mixed compile order
20:37:29:128 [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
20:37:29:128 [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
20:37:36:284 [INFO] Compiler bridge installed
20:37:36:589 [INFO] Compiling 42 Scala sources to /home/jenkins/agent/workspace/new-version/scala-unit-tests/target/test-classes ...
20:37:40:406 [WARNING] [Warn] : there were 11 deprecation warnings; re-run with -deprecation for details
20:37:40:406 [WARNING] [Warn] : there were 15 feature warnings; re-run with -feature for details
20:37:40:409 [WARNING] two warnings found
20:37:40:438 [INFO] Done compiling.
20:37:40:792 [INFO] compile in 12.7 s
20:37:40:792 [INFO] 
20:37:40:792 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ scala-unit-tests ---
20:37:40:794 [INFO] Tests are skipped.
20:37:40:795 [INFO] 
20:37:40:795 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ scala-unit-tests ---
20:37:40:796 [WARNING] JAR will be empty - no content was marked for inclusion!
20:37:40:796 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/scala-unit-tests/target/scala-unit-tests-10.3.0-SNAPSHOT.jar
20:37:40:799 [INFO] 
20:37:40:799 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ scala-unit-tests ---
20:37:40:800 [INFO] No sources in project. Archive not created.
20:37:40:800 [INFO] 
20:37:40:800 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ scala-unit-tests ---
20:37:40:820 [INFO] No dependency problems found
20:37:40:820 [INFO] 
20:37:40:820 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scala-unit-tests ---
20:37:40:822 [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
20:37:40:823 [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
20:37:40:825 [INFO] 
20:37:40:825 [INFO] --------------< org.eclipse.collections:jmh-scala-tests >---------------
20:37:40:825 [INFO] Building Eclipse Collections JMH Scala Test Suite 10.3.0-SNAPSHOT [17/18]
20:37:40:825 [INFO] --------------------------------[ jar ]---------------------------------
20:37:40:827 [INFO] 
20:37:40:827 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jmh-scala-tests ---
20:37:40:827 [INFO] 
20:37:40:827 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jmh-scala-tests ---
20:37:40:833 [INFO] 
20:37:40:834 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jmh-scala-tests ---
20:37:40:834 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:37:40:834 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-scala-tests/src/main/resources
20:37:40:834 [INFO] 
20:37:40:834 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jmh-scala-tests ---
20:37:40:835 [INFO] No sources to compile
20:37:40:835 [INFO] 
20:37:40:835 [INFO] --- scala-maven-plugin:4.3.1:compile (default) @ jmh-scala-tests ---
20:37:40:839 [INFO] Using incremental compilation using Mixed compile order
20:37:40:840 [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
20:37:40:846 [INFO] Compiling 12 Scala sources to /home/jenkins/agent/workspace/new-version/jmh-scala-tests/target/classes ...
20:37:46:719 [INFO] Done compiling.
20:37:46:746 [INFO] compile in 5.9 s
20:37:46:746 [INFO] 
20:37:46:746 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jmh-scala-tests ---
20:37:46:747 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:37:46:747 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-scala-tests/src/test/resources
20:37:46:747 [INFO] 
20:37:46:747 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jmh-scala-tests ---
20:37:46:748 [INFO] No sources to compile
20:37:46:748 [INFO] 
20:37:46:748 [INFO] --- scala-maven-plugin:4.3.1:testCompile (default) @ jmh-scala-tests ---
20:37:46:781 [INFO] compile in 0.0 s
20:37:46:781 [INFO] No sources to compile
20:37:46:781 [INFO] 
20:37:46:782 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jmh-scala-tests ---
20:37:46:783 [INFO] Tests are skipped.
20:37:46:783 [INFO] 
20:37:46:783 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jmh-scala-tests ---
20:37:46:788 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-scala-tests/target/jmh-scala-tests-10.3.0-SNAPSHOT.jar
20:37:46:793 [INFO] 
20:37:46:793 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jmh-scala-tests ---
20:37:46:811 [INFO] No dependency problems found
20:37:46:811 [INFO] 
20:37:46:811 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jmh-scala-tests ---
20:37:46:812 [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
20:37:46:813 [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
20:37:46:815 [INFO] 
20:37:46:815 [INFO] -----------------< org.eclipse.collections:jmh-tests >------------------
20:37:46:815 [INFO] Building Eclipse Collections JMH Test Suite 10.3.0-SNAPSHOT      [18/18]
20:37:46:815 [INFO] --------------------------------[ jar ]---------------------------------
20:37:48:025 [INFO] 
20:37:48:026 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jmh-tests ---
20:37:48:026 [INFO] 
20:37:48:027 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jmh-tests ---
20:37:48:051 [INFO] 
20:37:48:051 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jmh-tests ---
20:37:48:052 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:37:48:052 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-tests/src/main/resources
20:37:48:052 [INFO] 
20:37:48:052 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jmh-tests ---
20:37:48:156 [INFO] Changes detected - recompiling the module!
20:37:48:156 [INFO] Compiling 65 source files to /home/jenkins/agent/workspace/new-version/jmh-tests/target/classes
20:37:54:876 [INFO] 
20:37:54:876 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jmh-tests ---
20:37:54:877 [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:37:54:877 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-tests/src/test/resources
20:37:54:877 [INFO] 
20:37:54:877 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jmh-tests ---
20:37:54:879 [INFO] No sources to compile
20:37:54:879 [INFO] 
20:37:54:879 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jmh-tests ---
20:37:54:881 [INFO] Tests are skipped.
20:37:54:881 [INFO] 
20:37:54:881 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jmh-tests ---
20:37:54:930 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.3.0-SNAPSHOT.jar
20:37:55:183 [INFO] 
20:37:55:183 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jmh-tests ---
20:37:55:184 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.3.0-SNAPSHOT in the shaded jar.
20:37:55:184 [INFO] Including org.eclipse.collections:eclipse-collections:jar:10.3.0-SNAPSHOT in the shaded jar.
20:37:55:184 [INFO] Including org.eclipse.collections:eclipse-collections-forkjoin:jar:10.3.0-SNAPSHOT in the shaded jar.
20:37:55:184 [INFO] Including org.eclipse.collections:eclipse-collections-testutils:jar:10.3.0-SNAPSHOT in the shaded jar.
20:37:55:184 [INFO] Including org.eclipse.collections:jmh-scala-tests:jar:10.3.0-SNAPSHOT in the shaded jar.
20:37:55:185 [INFO] Including org.scala-lang:scala-library:jar:2.12.6 in the shaded jar.
20:37:55:185 [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
20:37:55:185 [INFO] Including com.google.guava:guava:jar:28.2-jre in the shaded jar.
20:37:55:185 [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar.
20:37:55:185 [INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar.
20:37:55:185 [INFO] Including com.google.code.findbugs:jsr305:jar:3.0.2 in the shaded jar.
20:37:55:185 [INFO] Including org.checkerframework:checker-qual:jar:2.10.0 in the shaded jar.
20:37:55:185 [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.3.4 in the shaded jar.
20:37:55:185 [INFO] Including com.google.j2objc:j2objc-annotations:jar:1.3 in the shaded jar.
20:37:55:185 [INFO] Including junit:junit:jar:4.12 in the shaded jar.
20:37:55:186 [INFO] Including org.hamcrest:hamcrest-core:jar:1.3 in the shaded jar.
20:37:55:186 [INFO] Including org.openjdk.jmh:jmh-core:jar:1.23 in the shaded jar.
20:37:55:186 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
20:37:55:186 [INFO] Including org.apache.commons:commons-math3:jar:3.2 in the shaded jar.
20:37:55:186 [INFO] Including com.carrotsearch:hppc:jar:0.8.1 in the shaded jar.
20:37:55:186 [INFO] Including net.openhft:koloboke-api-jdk8:jar:0.6.8 in the shaded jar.
20:37:55:186 [INFO] Including net.openhft:koloboke-impl-jdk8:jar:0.6.8 in the shaded jar.
20:37:55:186 [INFO] Including net.sf.trove4j:trove4j:jar:3.0.3 in the shaded jar.
20:37:58:715 [WARNING] commons-lang-2.6.jar, commons-math3-3.2.jar define 2 overlapping resources: 
20:37:58:715 [WARNING]   - META-INF/LICENSE.txt
20:37:58:715 [WARNING]   - META-INF/NOTICE.txt
20:37:58:716 [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: 
20:37:58:716 [WARNING]   - META-INF/MANIFEST.MF
20:37:58:716 [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: 
20:37:58:717 [WARNING]   - LICENSE-EDL-1.0.txt
20:37:58:717 [WARNING]   - LICENSE-EPL-1.0.txt
20:37:58:717 [WARNING]   - about.html
20:37:58:717 [WARNING] maven-shade-plugin has detected that some class files are
20:37:58:717 [WARNING] present in two or more JARs. When this happens, only one
20:37:58:717 [WARNING] single version of the class is copied to the uber jar.
20:37:58:717 [WARNING] Usually this is not harmful and you can skip these warnings,
20:37:58:717 [WARNING] otherwise try to manually exclude artifacts based on
20:37:58:717 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
20:37:58:717 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
20:37:58:729 [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
20:37:58:730 [INFO] 
20:37:58:730 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jmh-tests ---
20:37:58:738 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.3.0-SNAPSHOT-sources.jar
20:37:58:916 [INFO] 
20:37:58:916 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jmh-tests ---
20:37:59:084 [INFO] No dependency problems found
20:37:59:084 [INFO] 
20:37:59:084 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jmh-tests ---
20:37:59:086 [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
20:37:59:140 [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
20:37:59:141 [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
20:37:59:144 [INFO] ------------------------------------------------------------------------
20:37:59:145 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.3.0-SNAPSHOT:
20:37:59:145 [INFO] 
20:37:59:145 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  2.681 s]
20:37:59:145 [INFO] Eclipse Collections Code Generator ................. SUCCESS [  4.626 s]
20:37:59:145 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  4.453 s]
20:37:59:145 [INFO] Eclipse Collections API ............................ SUCCESS [  9.447 s]
20:37:59:146 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 32.253 s]
20:37:59:146 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  4.273 s]
20:37:59:146 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  1.729 s]
20:37:59:146 [INFO] Eclipse Collections Unit Test Suite ................ SUCCESS [02:52 min]
20:37:59:146 [INFO] Eclipse Collections Serialization Test Suite ....... SUCCESS [  3.362 s]
20:37:59:146 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  2.993 s]
20:37:59:147 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SUCCESS [  0.499 s]
20:37:59:147 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SUCCESS [  6.968 s]
20:37:59:147 [INFO] Eclipse Collections Test Coverage Aggregation ...... SUCCESS [  5.791 s]
20:37:59:147 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.196 s]
20:37:59:147 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 16.810 s]
20:37:59:147 [INFO] Eclipse Collections Scala Unit Test Suite .......... SUCCESS [ 17.543 s]
20:37:59:147 [INFO] Eclipse Collections JMH Scala Test Suite ........... SUCCESS [  5.989 s]
20:37:59:148 [INFO] Eclipse Collections JMH Test Suite ................. SUCCESS [ 12.330 s]
20:37:59:148 [INFO] ------------------------------------------------------------------------
20:37:59:148 [INFO] BUILD SUCCESS
20:37:59:148 [INFO] ------------------------------------------------------------------------
20:37:59:148 [INFO] Total time:  05:05 min
20:37:59:148 [INFO] Finished at: 2020-07-16T20:37:59Z
20:37:59:148 [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"
20:38:00:960 [INFO] Error stacktraces are turned on.
20:38:01:155 [INFO] Scanning for projects...
20:38:14:806 [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
20:38:14:934 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/
20:38:15:037 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
20:38:15:132 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
20:38:15:132 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
20:38:15:339 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
20:38:15:339 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
20:38:15:563 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
20:38:15:564 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
20:38:15:707 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
20:38:15:707 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
20:38:15:892 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
20:38:15:892 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
20:38:16:005 [INFO] Adding repository file:/home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/repository
20:38:16:022 [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
20:38:17:797 [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)
20:38:17:798 [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)
20:38:17:907 [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
20:38:17:922 [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
20:38:17:927 [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
20:38:17:939 [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
20:38:17:940 [INFO] ------------------------------------------------------------------------
20:38:17:940 [INFO] Reactor Build Order:
20:38:17:940 [INFO] 
20:38:17:941 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
20:38:17:942 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
20:38:17:942 [INFO] p2-repository                                       [eclipse-repository]
20:38:19:167 [INFO] 
20:38:19:167 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
20:38:19:167 [INFO] Building Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT [1/3]
20:38:19:167 [INFO] --------------------------------[ pom ]---------------------------------
20:38:19:170 [INFO] 
20:38:19:170 [INFO] --- tycho-versions-plugin:1.7.0:set-version (default-cli) @ p2-feature ---
20:38:20:986 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature
20:38:20:986 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature
20:38:20:986 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository
20:38:20:989 [INFO] ------------------------------------------------------------------------
20:38:20:989 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT:
20:38:20:989 [INFO] 
20:38:20:989 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  1.823 s]
20:38:20:989 [INFO] org.eclipse.collections.feature .................... SKIPPED
20:38:20:990 [INFO] p2-repository ...................................... SKIPPED
20:38:20:990 [INFO] ------------------------------------------------------------------------
20:38:20:990 [INFO] BUILD SUCCESS
20:38:20:990 [INFO] ------------------------------------------------------------------------
20:38:20:990 [INFO] Total time:  19.997 s
20:38:20:990 [INFO] Finished at: 2020-07-16T20:38:20Z
20:38:20:990 [INFO] ------------------------------------------------------------------------
[new-version] $ /bin/sh -xe /tmp/jenkins4567950119842295176.sh
+ git checkout origin/master
M	acceptance-tests/pom.xml
HEAD is now at 2a17ff14 Release version 10.3.0.M4.
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 63be2395] Update version number to 10.3.0-SNAPSHOT.
 20 files changed, 20 insertions(+), 20 deletions(-)
using credential github-bot-ssh
Pushing HEAD to branch master at repo origin
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub bot SSH
 > git push git@github.com:eclipse/eclipse-collections.git HEAD:master # timeout=10
Finished: SUCCESS