Skip to content

Console Output

Started by user Nikhil Nanivadekar
Running as Nikhil Nanivadekar
Agent basic-s8648 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-s8648"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-s8648"
    - 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-s8648"
    - 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-s8648 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 73b6692ef839b4e0775d09d5aff6e32e08d0fe1d (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 73b6692ef839b4e0775d09d5aff6e32e08d0fe1d # timeout=10
Commit message: "Release version 10.3.0."
 > git rev-list --no-walk f4065aaa40cae3d93b5a3588f9b5e593082cdd83 # timeout=10
[new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DNEXT_VERSION=11.0.0 -DRELEASE_BRANCH=master -Dmaven.repo.local=/home/jenkins/agent/workspace/new-version/.repository versions:set -DgenerateBackupPoms=false -DnewVersion=11.0.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"
13:57:05:597 [INFO] Error stacktraces are turned on.
13:57:05:824 [INFO] Scanning for projects...
13:57:37:212 [INFO] ------------------------------------------------------------------------
13:57:37:213 [INFO] Reactor Build Order:
13:57:37:213 [INFO] 
13:57:37:214 [INFO] Eclipse Collections Parent Project                                 [pom]
13:57:37:214 [INFO] Eclipse Collections Code Generator                                 [jar]
13:57:37:214 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
13:57:37:214 [INFO] Eclipse Collections API                                            [jar]
13:57:37:215 [INFO] Eclipse Collections Main Library                                   [jar]
13:57:37:215 [INFO] Eclipse Collections Test Utilities                                 [jar]
13:57:37:215 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
13:57:37:215 [INFO] Eclipse Collections Unit Test Suite                                [jar]
13:57:37:216 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
13:57:37:216 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
13:57:37:216 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
13:57:37:216 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
13:57:37:216 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
13:57:37:217 [INFO] Eclipse Collections p2 Repository Build                            [pom]
13:57:37:217 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
13:57:37:217 [INFO] Eclipse Collections Scala Unit Test Suite                          [jar]
13:57:37:217 [INFO] Eclipse Collections JMH Scala Test Suite                           [jar]
13:57:37:218 [INFO] Eclipse Collections JMH Test Suite                                 [jar]
13:57:38:058 [INFO] 
13:57:38:058 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
13:57:38:058 [INFO] Building Eclipse Collections Parent Project 10.3.0                [1/18]
13:57:38:058 [INFO] --------------------------------[ pom ]---------------------------------
13:57:38:062 [INFO] 
13:57:38:062 [INFO] --- versions-maven-plugin:2.7:set (default-cli) @ eclipse-collections-parent ---
13:57:43:042 [INFO] Searching for local aggregator root...
13:57:43:043 [INFO] Local aggregation root: /home/jenkins/agent/workspace/new-version
13:57:43:059 [INFO] Processing change of org.eclipse.collections:eclipse-collections-parent:10.3.0 -> 11.0.0-SNAPSHOT
13:57:43:135 [INFO] Processing org.eclipse.collections:eclipse-collections-parent
13:57:43:135 [INFO]     Updating project org.eclipse.collections:eclipse-collections-parent
13:57:43:135 [INFO]         from version 10.3.0 to 11.0.0-SNAPSHOT
13:57:43:268 [INFO] 
13:57:43:269 [INFO] Processing org.eclipse.collections:acceptance-tests
13:57:43:270 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:57:43:270 [INFO]         from version 10.3.0 to 11.0.0-SNAPSHOT
13:57:43:301 [INFO] 
13:57:43:303 [INFO] Processing org.eclipse.collections:eclipse-collections-api
13:57:43:303 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:57:43:303 [INFO]         from version 10.3.0 to 11.0.0-SNAPSHOT
13:57:43:314 [INFO] 
13:57:43:315 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator-maven-plugin
13:57:43:315 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:57:43:315 [INFO]         from version 10.3.0 to 11.0.0-SNAPSHOT
13:57:43:327 [INFO] 
13:57:43:328 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator
13:57:43:328 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:57:43:329 [INFO]         from version 10.3.0 to 11.0.0-SNAPSHOT
13:57:43:338 [INFO] 
13:57:43:339 [INFO] Processing org.eclipse.collections:eclipse-collections-forkjoin
13:57:43:339 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:57:43:339 [INFO]         from version 10.3.0 to 11.0.0-SNAPSHOT
13:57:43:350 [INFO] 
13:57:43:351 [INFO] Processing org.eclipse.collections:eclipse-collections-testutils
13:57:43:351 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:57:43:351 [INFO]         from version 10.3.0 to 11.0.0-SNAPSHOT
13:57:43:361 [INFO] 
13:57:43:395 [INFO] Processing org.eclipse.collections:eclipse-collections
13:57:43:395 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:57:43:395 [INFO]         from version 10.3.0 to 11.0.0-SNAPSHOT
13:57:43:406 [INFO] 
13:57:43:407 [INFO] Processing org.eclipse.collections:jcstress-tests
13:57:43:407 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:57:43:407 [INFO]         from version 10.3.0 to 11.0.0-SNAPSHOT
13:57:43:418 [INFO] 
13:57:43:419 [INFO] Processing org.eclipse.collections:jmh-scala-tests
13:57:43:419 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:57:43:419 [INFO]         from version 10.3.0 to 11.0.0-SNAPSHOT
13:57:43:429 [INFO] 
13:57:43:431 [INFO] Processing org.eclipse.collections:jmh-tests
13:57:43:431 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:57:43:431 [INFO]         from version 10.3.0 to 11.0.0-SNAPSHOT
13:57:43:444 [INFO] 
13:57:43:445 [INFO] Processing org.eclipse.collections:junit-trait-runner
13:57:43:446 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:57:43:446 [INFO]         from version 10.3.0 to 11.0.0-SNAPSHOT
13:57:43:449 [INFO] 
13:57:43:451 [INFO] Processing org.eclipse.collections:p2-repository
13:57:43:451 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:57:43:452 [INFO]         from version 10.3.0 to 11.0.0-SNAPSHOT
13:57:43:514 [INFO] 
13:57:43:515 [INFO] Processing org.eclipse.collections:performance-tests
13:57:43:515 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:57:43:515 [INFO]         from version 10.3.0 to 11.0.0-SNAPSHOT
13:57:43:522 [INFO] 
13:57:43:523 [INFO] Processing org.eclipse.collections:scala-unit-tests
13:57:43:523 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:57:43:524 [INFO]         from version 10.3.0 to 11.0.0-SNAPSHOT
13:57:43:532 [INFO] 
13:57:43:533 [INFO] Processing org.eclipse.collections:serialization-tests
13:57:43:533 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:57:43:533 [INFO]         from version 10.3.0 to 11.0.0-SNAPSHOT
13:57:43:539 [INFO] 
13:57:43:540 [INFO] Processing org.eclipse.collections:test-coverage
13:57:43:540 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:57:43:540 [INFO]         from version 10.3.0 to 11.0.0-SNAPSHOT
13:57:43:555 [INFO] 
13:57:43:556 [INFO] Processing org.eclipse.collections:unit-tests-java8
13:57:43:556 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:57:43:556 [INFO]         from version 10.3.0 to 11.0.0-SNAPSHOT
13:57:43:566 [INFO] 
13:57:43:567 [INFO] Processing org.eclipse.collections:unit-tests
13:57:43:568 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:57:43:568 [INFO]         from version 10.3.0 to 11.0.0-SNAPSHOT
13:57:43:598 [INFO] 
13:57:43:602 [INFO] Processing org.eclipse.collections:org.eclipse.collections
13:57:43:602 [INFO]     Updating parent org.eclipse.collections:p2-repository
13:57:43:602 [INFO]         from version 10.3.0 to 11.0.0-SNAPSHOT
13:57:43:603 [INFO] 
13:57:43:604 [INFO] ------------------------------------------------------------------------
13:57:43:604 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.3.0:
13:57:43:605 [INFO] 
13:57:43:605 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  5.546 s]
13:57:43:605 [INFO] Eclipse Collections Code Generator ................. SKIPPED
13:57:43:605 [INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED
13:57:43:605 [INFO] Eclipse Collections API ............................ SKIPPED
13:57:43:605 [INFO] Eclipse Collections Main Library ................... SKIPPED
13:57:43:606 [INFO] Eclipse Collections Test Utilities ................. SKIPPED
13:57:43:606 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED
13:57:43:606 [INFO] Eclipse Collections Unit Test Suite ................ SKIPPED
13:57:43:606 [INFO] Eclipse Collections Serialization Test Suite ....... SKIPPED
13:57:43:606 [INFO] Eclipse Collections JCStress Test Suite ............ SKIPPED
13:57:43:606 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SKIPPED
13:57:43:606 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SKIPPED
13:57:43:607 [INFO] Eclipse Collections Test Coverage Aggregation ...... SKIPPED
13:57:43:607 [INFO] Eclipse Collections p2 Repository Build ............ SKIPPED
13:57:43:607 [INFO] Eclipse Collections OSGi Bundle .................... SKIPPED
13:57:43:607 [INFO] Eclipse Collections Scala Unit Test Suite .......... SKIPPED
13:57:43:607 [INFO] Eclipse Collections JMH Scala Test Suite ........... SKIPPED
13:57:43:607 [INFO] Eclipse Collections JMH Test Suite ................. SKIPPED
13:57:43:607 [INFO] ------------------------------------------------------------------------
13:57:43:608 [INFO] BUILD SUCCESS
13:57:43:608 [INFO] ------------------------------------------------------------------------
13:57:43:608 [INFO] Total time:  37.987 s
13:57:43:608 [INFO] Finished at: 2020-08-09T13:57:43Z
13:57:43:608 [INFO] ------------------------------------------------------------------------
[new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DNEXT_VERSION=11.0.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"
13:57:44:536 [INFO] Error stacktraces are turned on.
13:57:44:761 [INFO] Scanning for projects...
13:57:46:074 [INFO] ------------------------------------------------------------------------
13:57:46:074 [INFO] Reactor Build Order:
13:57:46:074 [INFO] 
13:57:46:077 [INFO] Eclipse Collections Parent Project                                 [pom]
13:57:46:095 [INFO] Eclipse Collections Code Generator                                 [jar]
13:57:46:095 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
13:57:46:095 [INFO] Eclipse Collections API                                            [jar]
13:57:46:096 [INFO] Eclipse Collections Main Library                                   [jar]
13:57:46:096 [INFO] Eclipse Collections Test Utilities                                 [jar]
13:57:46:096 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
13:57:46:096 [INFO] Eclipse Collections Unit Test Suite                                [jar]
13:57:46:097 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
13:57:46:097 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
13:57:46:097 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
13:57:46:097 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
13:57:46:097 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
13:57:46:098 [INFO] Eclipse Collections p2 Repository Build                            [pom]
13:57:46:098 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
13:57:46:098 [INFO] Eclipse Collections Scala Unit Test Suite                          [jar]
13:57:46:098 [INFO] Eclipse Collections JMH Scala Test Suite                           [jar]
13:57:46:098 [INFO] Eclipse Collections JMH Test Suite                                 [jar]
13:57:46:104 [INFO] 
13:57:46:104 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
13:57:46:104 [INFO] Building Eclipse Collections Parent Project 11.0.0-SNAPSHOT       [1/18]
13:57:46:105 [INFO] --------------------------------[ pom ]---------------------------------
13:57:47:789 [INFO] 
13:57:47:790 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
13:57:47:873 [INFO] 
13:57:47:873 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
13:57:48:468 [INFO] 
13:57:48:468 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
13:57:50:580 [INFO] Skipping pom project
13:57:50:581 [INFO] 
13:57:50:581 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
13:57:51:595 [INFO] Installing /home/jenkins/agent/workspace/new-version/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-parent/11.0.0-SNAPSHOT/eclipse-collections-parent-11.0.0-SNAPSHOT.pom
13:57:51:599 [INFO] 
13:57:51:599 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
13:57:51:600 [INFO] Building Eclipse Collections Code Generator 11.0.0-SNAPSHOT       [2/18]
13:57:51:600 [INFO] --------------------------------[ jar ]---------------------------------
13:57:52:345 [INFO] 
13:57:52:345 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
13:57:52:346 [INFO] 
13:57:52:346 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
13:57:52:355 [INFO] 
13:57:52:355 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator ---
13:57:52:450 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:57:52:460 [INFO] Copying 355 resources
13:57:52:544 [INFO] 
13:57:52:544 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
13:57:53:019 [INFO] Changes detected - recompiling the module!
13:57:53:030 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/classes
13:57:53:745 [INFO] 
13:57:53:745 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
13:57:53:746 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:57:53:746 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/src/test/resources
13:57:53:747 [INFO] 
13:57:53:747 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
13:57:53:756 [INFO] Changes detected - recompiling the module!
13:57:53:757 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/test-classes
13:57:54:206 [INFO] 
13:57:54:206 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
13:57:54:834 [INFO] Tests are skipped.
13:57:54:834 [INFO] 
13:57:54:834 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
13:57:55:329 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0-SNAPSHOT.jar
13:57:55:418 [INFO] 
13:57:55:418 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
13:57:55:514 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0-SNAPSHOT-sources.jar
13:57:55:620 [INFO] 
13:57:55:620 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
13:57:55:641 [INFO] No dependency problems found
13:57:55:642 [INFO] 
13:57:55:642 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
13:57:55:644 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.0.0-SNAPSHOT/eclipse-collections-code-generator-11.0.0-SNAPSHOT.jar
13:57:55:646 [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/11.0.0-SNAPSHOT/eclipse-collections-code-generator-11.0.0-SNAPSHOT.pom
13:57:55:648 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.0.0-SNAPSHOT/eclipse-collections-code-generator-11.0.0-SNAPSHOT-sources.jar
13:57:55:651 [INFO] 
13:57:55:651 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
13:57:55:651 [INFO] Building Eclipse Collections Code Generator Maven Plugin 11.0.0-SNAPSHOT [3/18]
13:57:55:651 [INFO] ----------------------------[ maven-plugin ]----------------------------
13:57:56:316 [INFO] 
13:57:56:316 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
13:57:56:317 [INFO] 
13:57:56:317 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
13:57:56:347 [INFO] 
13:57:56:347 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
13:57:56:348 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:57:56:348 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/main/resources
13:57:56:349 [INFO] 
13:57:56:349 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
13:57:56:351 [INFO] Changes detected - recompiling the module!
13:57:56:352 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/classes
13:57:56:716 [INFO] 
13:57:56:716 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
13:57:59:597 [INFO] Using 'UTF-8' encoding to read mojo source files.
13:57:59:647 [INFO] java-javadoc mojo extractor found 1 mojo descriptor.
13:57:59:721 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
13:57:59:780 [INFO] 
13:57:59:780 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
13:57:59:781 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:57:59:781 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/test/resources
13:57:59:782 [INFO] 
13:57:59:782 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
13:57:59:783 [INFO] No sources to compile
13:57:59:783 [INFO] 
13:57:59:783 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
13:57:59:785 [INFO] Tests are skipped.
13:57:59:785 [INFO] 
13:57:59:785 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
13:57:59:794 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.0.0-SNAPSHOT.jar
13:57:59:800 [INFO] 
13:57:59:800 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
13:57:59:812 [INFO] 
13:57:59:812 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
13:57:59:815 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.0.0-SNAPSHOT-sources.jar
13:57:59:819 [INFO] 
13:57:59:819 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
13:57:59:822 [INFO] No dependency problems found
13:57:59:823 [INFO] 
13:57:59:823 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
13:57:59:824 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.0.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-11.0.0-SNAPSHOT.jar
13:57:59:831 [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/11.0.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-11.0.0-SNAPSHOT.pom
13:57:59:845 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.0.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-11.0.0-SNAPSHOT-sources.jar
13:57:59:847 [INFO] 
13:57:59:847 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
13:57:59:847 [INFO] Building Eclipse Collections API 11.0.0-SNAPSHOT                  [4/18]
13:57:59:848 [INFO] --------------------------------[ jar ]---------------------------------
13:58:00:072 [INFO] 
13:58:00:072 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
13:58:00:073 [INFO] 
13:58:00:073 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
13:58:00:075 [INFO] 
13:58:00:075 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0-SNAPSHOT:generate (default) @ eclipse-collections-api ---
13:58:00:082 [INFO] Generating sources to eclipse-collections-api
13:58:00:906 [INFO] Generated 1171 files
13:58:00:906 [INFO] 
13:58:00:906 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api ---
13:58:00:907 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:58:00:908 [INFO] Copying 3 resources
13:58:00:908 [INFO] 
13:58:00:908 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
13:58:01:042 [INFO] Changes detected - recompiling the module!
13:58:01:043 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/classes
13:58:05:885 [INFO] 
13:58:05:885 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api ---
13:58:08:543 [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.
13:58:08:543 [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.
13:58:08:544 [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.
13:58:08:544 [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.
13:58:08:544 [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.
13:58:09:322 [INFO] 
13:58:09:322 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api ---
13:58:09:324 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:58:09:324 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-api/src/test/resources
13:58:09:324 [INFO] 
13:58:09:325 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
13:58:09:326 [INFO] No sources to compile
13:58:09:326 [INFO] 
13:58:09:326 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
13:58:09:330 [INFO] Tests are skipped.
13:58:09:330 [INFO] 
13:58:09:330 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api ---
13:58:09:457 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.0.0-SNAPSHOT.jar
13:58:09:602 [INFO] 
13:58:09:602 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
13:58:09:631 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.0.0-SNAPSHOT-sources.jar
13:58:10:108 [INFO] 
13:58:10:108 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
13:58:10:232 [INFO] No dependency problems found
13:58:10:232 [INFO] 
13:58:10:232 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
13:58:10:233 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-api/11.0.0-SNAPSHOT/eclipse-collections-api-11.0.0-SNAPSHOT.jar
13:58:10:235 [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/11.0.0-SNAPSHOT/eclipse-collections-api-11.0.0-SNAPSHOT.pom
13:58:10:237 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-api/11.0.0-SNAPSHOT/eclipse-collections-api-11.0.0-SNAPSHOT-sources.jar
13:58:10:239 [INFO] 
13:58:10:239 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
13:58:10:240 [INFO] Building Eclipse Collections Main Library 11.0.0-SNAPSHOT         [5/18]
13:58:10:240 [INFO] --------------------------------[ jar ]---------------------------------
13:58:10:241 [INFO] 
13:58:10:241 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
13:58:10:242 [INFO] 
13:58:10:242 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
13:58:10:244 [INFO] 
13:58:10:244 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0-SNAPSHOT:generate (default) @ eclipse-collections ---
13:58:10:244 [INFO] Generating sources to eclipse-collections
13:58:12:954 [INFO] Generated 1438 files
13:58:12:954 [INFO] 
13:58:12:954 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections ---
13:58:12:955 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:58:12:956 [INFO] Copying 24 resources
13:58:12:960 [INFO] 
13:58:12:961 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
13:58:13:119 [INFO] Changes detected - recompiling the module!
13:58:13:120 [INFO] Compiling 2093 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/classes
13:58:37:239 [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
13:58:37:239 [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
13:58:37:240 [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
13:58:37:240 [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
13:58:37:240 [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
13:58:37:241 [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
13:58:37:241 [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
13:58:37:241 [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
13:58:37:241 [INFO] 
13:58:37:242 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections ---
13:58:37:304 [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.
13:58:37:304 [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.
13:58:37:304 [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.
13:58:37:305 [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.
13:58:37:305 [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.
13:58:39:239 [INFO] 
13:58:39:239 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections ---
13:58:39:240 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:58:39:240 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections/src/test/resources
13:58:39:240 [INFO] 
13:58:39:240 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
13:58:39:241 [INFO] No sources to compile
13:58:39:241 [INFO] 
13:58:39:241 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
13:58:39:243 [INFO] Tests are skipped.
13:58:39:243 [INFO] 
13:58:39:243 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections ---
13:58:39:503 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.0.0-SNAPSHOT.jar
13:58:40:196 [INFO] 
13:58:40:196 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections ---
13:58:40:257 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.0.0-SNAPSHOT-sources.jar
13:58:40:731 [INFO] 
13:58:40:731 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections ---
13:58:41:288 [INFO] No dependency problems found
13:58:41:288 [INFO] 
13:58:41:288 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
13:58:41:289 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections/11.0.0-SNAPSHOT/eclipse-collections-11.0.0-SNAPSHOT.jar
13:58:41:300 [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/11.0.0-SNAPSHOT/eclipse-collections-11.0.0-SNAPSHOT.pom
13:58:41:302 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections/11.0.0-SNAPSHOT/eclipse-collections-11.0.0-SNAPSHOT-sources.jar
13:58:41:306 [INFO] 
13:58:41:306 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
13:58:41:306 [INFO] Building Eclipse Collections Test Utilities 11.0.0-SNAPSHOT       [6/18]
13:58:41:306 [INFO] --------------------------------[ jar ]---------------------------------
13:58:41:458 [INFO] 
13:58:41:458 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
13:58:41:459 [INFO] 
13:58:41:459 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
13:58:41:463 [INFO] 
13:58:41:463 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-testutils ---
13:58:43:667 [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
13:58:43:667 [INFO] 
13:58:43:667 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils ---
13:58:43:668 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:58:43:669 [INFO] Copying 3 resources
13:58:43:670 [INFO] 
13:58:43:670 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
13:58:43:671 [INFO] Changes detected - recompiling the module!
13:58:43:672 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/classes
13:58:44:516 [INFO] 
13:58:44:516 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils ---
13:58:44:516 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:58:44:517 [INFO] Copying 1 resource
13:58:44:517 [INFO] 
13:58:44:517 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
13:58:44:519 [INFO] Changes detected - recompiling the module!
13:58:44:519 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/test-classes
13:58:46:073 [INFO] 
13:58:46:074 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
13:58:46:075 [INFO] Tests are skipped.
13:58:46:075 [INFO] 
13:58:46:075 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils ---
13:58:46:078 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0-SNAPSHOT.jar
13:58:46:083 [INFO] 
13:58:46:083 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
13:58:46:086 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0-SNAPSHOT-sources.jar
13:58:46:100 [INFO] 
13:58:46:100 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
13:58:46:116 [INFO] No dependency problems found
13:58:46:116 [INFO] 
13:58:46:116 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
13:58:46:117 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-testutils/11.0.0-SNAPSHOT/eclipse-collections-testutils-11.0.0-SNAPSHOT.jar
13:58:46:120 [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/11.0.0-SNAPSHOT/eclipse-collections-testutils-11.0.0-SNAPSHOT.pom
13:58:46:122 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-testutils/11.0.0-SNAPSHOT/eclipse-collections-testutils-11.0.0-SNAPSHOT-sources.jar
13:58:46:123 [INFO] 
13:58:46:123 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
13:58:46:123 [INFO] Building Eclipse Collections Fork Join Utilities 11.0.0-SNAPSHOT  [7/18]
13:58:46:123 [INFO] --------------------------------[ jar ]---------------------------------
13:58:46:126 [INFO] 
13:58:46:126 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
13:58:46:127 [INFO] 
13:58:46:127 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
13:58:46:132 [INFO] 
13:58:46:132 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-forkjoin ---
13:58:46:132 [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
13:58:46:133 [INFO] 
13:58:46:133 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin ---
13:58:46:134 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:58:46:134 [INFO] Copying 3 resources
13:58:46:135 [INFO] 
13:58:46:135 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
13:58:46:137 [INFO] Changes detected - recompiling the module!
13:58:46:137 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/classes
13:58:47:022 [INFO] 
13:58:47:022 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
13:58:47:022 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:58:47:022 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/src/test/resources
13:58:47:023 [INFO] 
13:58:47:023 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
13:58:47:024 [INFO] Changes detected - recompiling the module!
13:58:47:024 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/test-classes
13:58:47:867 [INFO] 
13:58:47:867 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
13:58:47:869 [INFO] Tests are skipped.
13:58:47:869 [INFO] 
13:58:47:869 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin ---
13:58:47:871 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0-SNAPSHOT.jar
13:58:47:875 [INFO] 
13:58:47:875 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
13:58:47:878 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0-SNAPSHOT-sources.jar
13:58:47:881 [INFO] 
13:58:47:881 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
13:58:47:890 [INFO] No dependency problems found
13:58:47:890 [INFO] 
13:58:47:890 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
13:58:47:891 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.0.0-SNAPSHOT/eclipse-collections-forkjoin-11.0.0-SNAPSHOT.jar
13:58:47:892 [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/11.0.0-SNAPSHOT/eclipse-collections-forkjoin-11.0.0-SNAPSHOT.pom
13:58:47:894 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.0.0-SNAPSHOT/eclipse-collections-forkjoin-11.0.0-SNAPSHOT-sources.jar
13:58:47:895 [INFO] 
13:58:47:895 [INFO] -----------------< org.eclipse.collections:unit-tests >-----------------
13:58:47:895 [INFO] Building Eclipse Collections Unit Test Suite 11.0.0-SNAPSHOT      [8/18]
13:58:47:895 [INFO] --------------------------------[ jar ]---------------------------------
13:58:48:124 [INFO] 
13:58:48:124 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests ---
13:58:48:124 [INFO] 
13:58:48:124 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests ---
13:58:48:131 [INFO] 
13:58:48:131 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ unit-tests ---
13:58:48:132 [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
13:58:48:132 [INFO] 
13:58:48:132 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests ---
13:58:48:133 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:58:48:133 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests/src/main/resources
13:58:48:133 [INFO] 
13:58:48:133 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests ---
13:58:48:134 [INFO] No sources to compile
13:58:48:134 [INFO] 
13:58:48:134 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0-SNAPSHOT:generate (list) @ unit-tests ---
13:58:48:135 [INFO] Generating sources to unit-tests
13:58:52:224 [INFO] Generated 2196 files
13:58:52:224 [INFO] 
13:58:52:224 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests ---
13:58:52:225 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:58:52:226 [INFO] Copying 1 resource
13:58:52:226 [INFO] 
13:58:52:226 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests ---
13:58:52:420 [INFO] Changes detected - recompiling the module!
13:58:52:422 [INFO] Compiling 2720 source files to /home/jenkins/agent/workspace/new-version/unit-tests/target/test-classes
14:01:50:096 [INFO] 
14:01:50:096 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests ---
14:01:50:099 [INFO] Tests are skipped.
14:01:50:099 [INFO] 
14:01:50:099 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests ---
14:01:50:100 [WARNING] JAR will be empty - no content was marked for inclusion!
14:01:50:101 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-11.0.0-SNAPSHOT.jar
14:01:50:103 [INFO] 
14:01:50:103 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests ---
14:01:50:104 [INFO] No sources in project. Archive not created.
14:01:50:104 [INFO] 
14:01:50:104 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests ---
14:01:50:771 [INFO] No dependency problems found
14:01:50:771 [INFO] 
14:01:50:771 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests ---
14:01:50:773 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests/11.0.0-SNAPSHOT/unit-tests-11.0.0-SNAPSHOT.jar
14:01:50:777 [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/11.0.0-SNAPSHOT/unit-tests-11.0.0-SNAPSHOT.pom
14:01:50:779 [INFO] 
14:01:50:779 [INFO] ------------< org.eclipse.collections:serialization-tests >-------------
14:01:50:779 [INFO] Building Eclipse Collections Serialization Test Suite 11.0.0-SNAPSHOT [9/18]
14:01:50:779 [INFO] --------------------------------[ jar ]---------------------------------
14:01:50:781 [INFO] 
14:01:50:781 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serialization-tests ---
14:01:50:782 [INFO] 
14:01:50:782 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ serialization-tests ---
14:01:50:784 [INFO] 
14:01:50:784 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ serialization-tests ---
14:01:50:784 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/serialization-tests/target/jacoco.exec
14:01:50:785 [INFO] 
14:01:50:785 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ serialization-tests ---
14:01:50:785 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:01:50:785 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/main/resources
14:01:50:785 [INFO] 
14:01:50:785 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ serialization-tests ---
14:01:50:795 [INFO] No sources to compile
14:01:50:795 [INFO] 
14:01:50:795 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ serialization-tests ---
14:01:50:796 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:01:50:796 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/test/resources
14:01:50:796 [INFO] 
14:01:50:796 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ serialization-tests ---
14:01:50:850 [INFO] Changes detected - recompiling the module!
14:01:50:851 [INFO] Compiling 882 source files to /home/jenkins/agent/workspace/new-version/serialization-tests/target/test-classes
14:01:54:134 [INFO] 
14:01:54:134 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ serialization-tests ---
14:01:54:135 [INFO] Tests are skipped.
14:01:54:135 [INFO] 
14:01:54:136 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ serialization-tests ---
14:01:54:136 [WARNING] JAR will be empty - no content was marked for inclusion!
14:01:54:137 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-11.0.0-SNAPSHOT.jar
14:01:54:142 [INFO] 
14:01:54:142 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ serialization-tests ---
14:01:54:143 [INFO] No sources in project. Archive not created.
14:01:54:143 [INFO] 
14:01:54:143 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ serialization-tests ---
14:01:54:181 [INFO] No dependency problems found
14:01:54:181 [INFO] 
14:01:54:181 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serialization-tests ---
14:01:54:182 [INFO] Installing /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/serialization-tests/11.0.0-SNAPSHOT/serialization-tests-11.0.0-SNAPSHOT.jar
14:01:54:183 [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/11.0.0-SNAPSHOT/serialization-tests-11.0.0-SNAPSHOT.pom
14:01:54:184 [INFO] 
14:01:54:185 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
14:01:54:185 [INFO] Building Eclipse Collections JCStress Test Suite 11.0.0-SNAPSHOT [10/18]
14:01:54:185 [INFO] --------------------------------[ jar ]---------------------------------
14:02:19:929 [INFO] 
14:02:19:929 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
14:02:19:930 [INFO] 
14:02:19:930 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
14:02:19:935 [INFO] 
14:02:19:935 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests ---
14:02:19:936 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:02:19:936 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/main/resources
14:02:19:936 [INFO] 
14:02:19:936 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
14:02:19:938 [INFO] Changes detected - recompiling the module!
14:02:19:938 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/jcstress-tests/target/classes
14:02:20:854 [INFO] 
14:02:20:854 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests ---
14:02:20:855 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:02:20:855 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/test/resources
14:02:20:855 [INFO] 
14:02:20:855 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
14:02:20:856 [INFO] No sources to compile
14:02:20:856 [INFO] 
14:02:20:856 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
14:02:20:859 [INFO] Tests are skipped.
14:02:20:859 [INFO] 
14:02:20:859 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests ---
14:02:20:862 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.0.0-SNAPSHOT.jar
14:02:20:866 [INFO] 
14:02:20:866 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests ---
14:02:25:525 [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.0.0-SNAPSHOT in the shaded jar.
14:02:25:525 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.0.0-SNAPSHOT in the shaded jar.
14:02:25:525 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
14:02:25:525 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
14:02:26:527 [WARNING] eclipse-collections-11.0.0-SNAPSHOT.jar, eclipse-collections-api-11.0.0-SNAPSHOT.jar define 3 overlapping resources: 
14:02:26:527 [WARNING]   - LICENSE-EDL-1.0.txt
14:02:26:527 [WARNING]   - LICENSE-EPL-1.0.txt
14:02:26:527 [WARNING]   - about.html
14:02:26:527 [WARNING] eclipse-collections-11.0.0-SNAPSHOT.jar, eclipse-collections-api-11.0.0-SNAPSHOT.jar, jcstress-core-0.4.jar, jcstress-tests-11.0.0-SNAPSHOT.jar, jopt-simple-4.6.jar define 1 overlapping resources: 
14:02:26:527 [WARNING]   - META-INF/MANIFEST.MF
14:02:26:527 [WARNING] maven-shade-plugin has detected that some class files are
14:02:26:527 [WARNING] present in two or more JARs. When this happens, only one
14:02:26:527 [WARNING] single version of the class is copied to the uber jar.
14:02:26:528 [WARNING] Usually this is not harmful and you can skip these warnings,
14:02:26:528 [WARNING] otherwise try to manually exclude artifacts based on
14:02:26:528 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
14:02:26:528 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
14:02:26:533 [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-11.0.0-SNAPSHOT-shaded.jar
14:02:26:534 [INFO] 
14:02:26:534 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests ---
14:02:26:537 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.0.0-SNAPSHOT-sources.jar
14:02:26:541 [INFO] 
14:02:26:541 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests ---
14:02:26:549 [INFO] No dependency problems found
14:02:26:549 [INFO] 
14:02:26:549 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
14:02:26:550 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/11.0.0-SNAPSHOT/jcstress-tests-11.0.0-SNAPSHOT.jar
14:02:26:563 [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/11.0.0-SNAPSHOT/jcstress-tests-11.0.0-SNAPSHOT.pom
14:02:26:565 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/11.0.0-SNAPSHOT/jcstress-tests-11.0.0-SNAPSHOT-sources.jar
14:02:26:598 [INFO] 
14:02:26:598 [INFO] -------------< org.eclipse.collections:junit-trait-runner >-------------
14:02:26:598 [INFO] Building Eclipse Collections Test Trait JUnit Runner 11.0.0-SNAPSHOT [11/18]
14:02:26:598 [INFO] --------------------------------[ jar ]---------------------------------
14:02:26:600 [INFO] 
14:02:26:600 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ junit-trait-runner ---
14:02:26:600 [INFO] 
14:02:26:600 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ junit-trait-runner ---
14:02:26:602 [INFO] 
14:02:26:602 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ junit-trait-runner ---
14:02:26:602 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:02:26:602 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/main/resources
14:02:26:603 [INFO] 
14:02:26:603 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-trait-runner ---
14:02:26:604 [INFO] Changes detected - recompiling the module!
14:02:26:605 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/classes
14:02:26:972 [INFO] 
14:02:26:972 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ junit-trait-runner ---
14:02:26:973 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:02:26:973 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/test/resources
14:02:26:973 [INFO] 
14:02:26:974 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-trait-runner ---
14:02:26:974 [INFO] No sources to compile
14:02:26:974 [INFO] 
14:02:26:974 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ junit-trait-runner ---
14:02:26:976 [INFO] Tests are skipped.
14:02:26:976 [INFO] 
14:02:26:976 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ junit-trait-runner ---
14:02:26:978 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.0.0-SNAPSHOT.jar
14:02:26:995 [INFO] 
14:02:26:995 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ junit-trait-runner ---
14:02:26:997 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.0.0-SNAPSHOT-sources.jar
14:02:27:000 [INFO] 
14:02:27:000 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ junit-trait-runner ---
14:02:27:002 [INFO] No dependency problems found
14:02:27:002 [INFO] 
14:02:27:002 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ junit-trait-runner ---
14:02:27:002 [INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/11.0.0-SNAPSHOT/junit-trait-runner-11.0.0-SNAPSHOT.jar
14:02:27:006 [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/11.0.0-SNAPSHOT/junit-trait-runner-11.0.0-SNAPSHOT.pom
14:02:27:036 [INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/11.0.0-SNAPSHOT/junit-trait-runner-11.0.0-SNAPSHOT-sources.jar
14:02:27:061 [INFO] 
14:02:27:061 [INFO] --------------< org.eclipse.collections:unit-tests-java8 >--------------
14:02:27:061 [INFO] Building Eclipse Collections Java 8 Unit Test Suite 11.0.0-SNAPSHOT [12/18]
14:02:27:061 [INFO] --------------------------------[ jar ]---------------------------------
14:02:27:311 [INFO] 
14:02:27:311 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests-java8 ---
14:02:27:312 [INFO] 
14:02:27:312 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests-java8 ---
14:02:27:315 [INFO] 
14:02:27:315 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ unit-tests-java8 ---
14:02:27:315 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/unit-tests-java8/target/jacoco.exec
14:02:27:316 [INFO] 
14:02:27:316 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests-java8 ---
14:02:27:316 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:02:27:316 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/main/resources
14:02:27:316 [INFO] 
14:02:27:316 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests-java8 ---
14:02:27:317 [INFO] No sources to compile
14:02:27:317 [INFO] 
14:02:27:317 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests-java8 ---
14:02:27:318 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:02:27:318 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/test/resources
14:02:27:318 [INFO] 
14:02:27:318 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests-java8 ---
14:02:27:329 [INFO] Changes detected - recompiling the module!
14:02:27:330 [INFO] Compiling 169 source files to /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/test-classes
14:02:34:685 [INFO] 
14:02:34:685 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests-java8 ---
14:02:34:686 [INFO] Tests are skipped.
14:02:34:687 [INFO] 
14:02:34:687 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests-java8 ---
14:02:34:687 [WARNING] JAR will be empty - no content was marked for inclusion!
14:02:34:688 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-11.0.0-SNAPSHOT.jar
14:02:34:691 [INFO] 
14:02:34:691 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests-java8 ---
14:02:34:691 [INFO] No sources in project. Archive not created.
14:02:34:691 [INFO] 
14:02:34:692 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests-java8 ---
14:02:34:713 [INFO] No dependency problems found
14:02:34:713 [INFO] 
14:02:34:713 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests-java8 ---
14:02:34:714 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests-java8/11.0.0-SNAPSHOT/unit-tests-java8-11.0.0-SNAPSHOT.jar
14:02:34:720 [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/11.0.0-SNAPSHOT/unit-tests-java8-11.0.0-SNAPSHOT.pom
14:02:34:738 [INFO] 
14:02:34:738 [INFO] ---------------< org.eclipse.collections:test-coverage >----------------
14:02:34:738 [INFO] Building Eclipse Collections Test Coverage Aggregation 11.0.0-SNAPSHOT [13/18]
14:02:34:738 [INFO] --------------------------------[ pom ]---------------------------------
14:02:34:740 [INFO] 
14:02:34:740 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ test-coverage ---
14:02:34:740 [INFO] 
14:02:34:740 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ test-coverage ---
14:02:34:742 [INFO] 
14:02:34:742 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ test-coverage ---
14:02:34:743 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/test-coverage/target/jacoco.exec
14:02:34:743 [INFO] 
14:02:34:743 [INFO] --- jacoco-maven-plugin:0.8.5:report-aggregate (default-report) @ test-coverage ---
14:02:35:236 [INFO] Analyzed bundle 'eclipse-collections-api' with 356 classes
14:02:37:022 [INFO] Analyzed bundle 'eclipse-collections' with 3658 classes
14:02:40:643 [INFO] Analyzed bundle 'eclipse-collections-testutils' with 2 classes
14:02:40:656 [INFO] 
14:02:40:656 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ test-coverage ---
14:02:40:657 [INFO] Skipping pom project
14:02:40:657 [INFO] 
14:02:40:657 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ test-coverage ---
14:02:40:658 [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/11.0.0-SNAPSHOT/test-coverage-11.0.0-SNAPSHOT.pom
14:02:40:670 [INFO] 
14:02:40:670 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
14:02:40:670 [INFO] Building Eclipse Collections p2 Repository Build 11.0.0-SNAPSHOT [14/18]
14:02:40:671 [INFO] --------------------------------[ pom ]---------------------------------
14:02:40:680 [INFO] 
14:02:40:680 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
14:02:40:689 [INFO] 
14:02:40:689 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
14:02:40:724 [INFO] 
14:02:40:724 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository ---
14:02:40:852 [INFO] Skipping pom project
14:02:40:852 [INFO] 
14:02:40:852 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
14:02:40:863 [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/11.0.0-SNAPSHOT/p2-repository-11.0.0-SNAPSHOT.pom
14:02:40:874 [INFO] 
14:02:40:874 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
14:02:40:875 [INFO] Building Eclipse Collections OSGi Bundle 11.0.0-SNAPSHOT         [15/18]
14:02:40:875 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
14:02:41:877 [INFO] 
14:02:41:877 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
14:02:41:877 [INFO] 
14:02:41:877 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
14:02:46:725 [WARNING] Working tree is dirty.
git status p2-repository/org.eclipse.collections:

Changes not staged for commit:
	modified:    p2-repository/org.eclipse.collections/pom.xml

14:02:46:725 [WARNING] Fallback to default timestamp provider
14:02:46:729 [INFO] The project's OSGi version is 11.0.0.v20200809-1357
14:02:46:730 [INFO] 
14:02:46:730 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections ---
14:02:46:731 [INFO] 
14:02:46:731 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
14:02:46:734 [INFO] 
14:02:46:734 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections ---
14:02:46:758 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:02:46:760 [INFO] Copying 2 resources
14:02:46:764 [INFO] 
14:02:46:764 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
14:02:46:806 [INFO] No sources to compile
14:02:46:806 [INFO] 
14:02:46:806 [INFO] --- ebr-maven-plugin:1.2.0:bundle (default-bundle) @ org.eclipse.collections ---
14:02:46:813 [INFO] Gathering dependencies
14:02:46:818 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:11.0.0-SNAPSHOT:jar
14:02:46:823 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:11.0.0-SNAPSHOT:jar
14:02:46:823 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
14:02:47:693 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
14:02:47:924 [INFO] Merging collected dependencies
14:02:47:926 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:02:47:986 [INFO] Copying 5283 resources
14:02:49:049 [INFO] Generating OSGi MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0-SNAPSHOT.jar
14:02:53:153 [INFO] Gathering sources
14:02:53:155 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:11.0.0-SNAPSHOT:jar
14:02:53:156 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:11.0.0-SNAPSHOT:jar
14:02:53:156 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
14:02:53:821 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
14:02:54:230 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:02:54:230 [INFO] Copying 2 resources
14:02:54:231 [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-11.0.0-SNAPSHOT-sources.jar
14:03:12:129 [INFO] Assembling p2 repository
14:03:12:936 [INFO] 
14:03:12:936 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
14:03:12:938 [INFO] 
14:03:12:938 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections ---
14:03:13:750 [INFO] No dependency problems found
14:03:13:750 [INFO] 
14:03:13:750 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
14:03:13:751 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0-SNAPSHOT/org.eclipse.collections-11.0.0-SNAPSHOT.jar
14:03:13:768 [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/11.0.0-SNAPSHOT/org.eclipse.collections-11.0.0-SNAPSHOT.pom
14:03:13:778 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0-SNAPSHOT/org.eclipse.collections-11.0.0-SNAPSHOT-sources.jar
14:03:13:809 [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/11.0.0-SNAPSHOT/org.eclipse.collections-11.0.0-SNAPSHOT-p2metadata.xml
14:03:13:832 [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/11.0.0-SNAPSHOT/org.eclipse.collections-11.0.0-SNAPSHOT-p2artifacts.xml
14:03:13:870 [INFO] 
14:03:13:870 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
14:03:13:871 [INFO] 
14:03:13:871 [INFO] --------------< org.eclipse.collections:scala-unit-tests >--------------
14:03:13:871 [INFO] Building Eclipse Collections Scala Unit Test Suite 11.0.0-SNAPSHOT [16/18]
14:03:13:871 [INFO] --------------------------------[ jar ]---------------------------------
14:03:15:942 [INFO] 
14:03:15:942 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scala-unit-tests ---
14:03:15:943 [INFO] 
14:03:15:943 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ scala-unit-tests ---
14:03:15:946 [INFO] 
14:03:15:946 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scala-unit-tests ---
14:03:15:947 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:03:15:947 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/scala-unit-tests/src/main/resources
14:03:15:947 [INFO] 
14:03:15:947 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ scala-unit-tests ---
14:03:15:948 [INFO] No sources to compile
14:03:15:948 [INFO] 
14:03:15:948 [INFO] --- scala-maven-plugin:4.3.1:compile (default) @ scala-unit-tests ---
14:03:42:407 [INFO] compile in 0.0 s
14:03:42:407 [INFO] No sources to compile
14:03:42:407 [INFO] 
14:03:42:407 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scala-unit-tests ---
14:03:42:408 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:03:42:408 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/scala-unit-tests/src/test/resources
14:03:42:408 [INFO] 
14:03:42:408 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ scala-unit-tests ---
14:03:42:409 [INFO] No sources to compile
14:03:42:409 [INFO] 
14:03:42:409 [INFO] --- scala-maven-plugin:4.3.1:testCompile (default) @ scala-unit-tests ---
14:03:43:696 [INFO] Using incremental compilation using Mixed compile order
14:03:43:835 [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
14:03:43:835 [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
14:03:51:311 [INFO] Compiler bridge installed
14:03:51:597 [INFO] Compiling 42 Scala sources to /home/jenkins/agent/workspace/new-version/scala-unit-tests/target/test-classes ...
14:03:55:071 [WARNING] [Warn] : there were 11 deprecation warnings; re-run with -deprecation for details
14:03:55:071 [WARNING] [Warn] : there were 15 feature warnings; re-run with -feature for details
14:03:55:075 [WARNING] two warnings found
14:03:55:120 [INFO] Done compiling.
14:03:55:406 [INFO] compile in 13.0 s
14:03:55:406 [INFO] 
14:03:55:406 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ scala-unit-tests ---
14:03:55:409 [INFO] Tests are skipped.
14:03:55:409 [INFO] 
14:03:55:409 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ scala-unit-tests ---
14:03:55:410 [WARNING] JAR will be empty - no content was marked for inclusion!
14:03:55:411 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/scala-unit-tests/target/scala-unit-tests-11.0.0-SNAPSHOT.jar
14:03:55:413 [INFO] 
14:03:55:413 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ scala-unit-tests ---
14:03:55:414 [INFO] No sources in project. Archive not created.
14:03:55:414 [INFO] 
14:03:55:414 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ scala-unit-tests ---
14:03:55:430 [INFO] No dependency problems found
14:03:55:430 [INFO] 
14:03:55:430 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scala-unit-tests ---
14:03:55:431 [INFO] Installing /home/jenkins/agent/workspace/new-version/scala-unit-tests/target/scala-unit-tests-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/scala-unit-tests/11.0.0-SNAPSHOT/scala-unit-tests-11.0.0-SNAPSHOT.jar
14:03:55:432 [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/11.0.0-SNAPSHOT/scala-unit-tests-11.0.0-SNAPSHOT.pom
14:03:55:434 [INFO] 
14:03:55:434 [INFO] --------------< org.eclipse.collections:jmh-scala-tests >---------------
14:03:55:434 [INFO] Building Eclipse Collections JMH Scala Test Suite 11.0.0-SNAPSHOT [17/18]
14:03:55:434 [INFO] --------------------------------[ jar ]---------------------------------
14:03:55:436 [INFO] 
14:03:55:436 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jmh-scala-tests ---
14:03:55:436 [INFO] 
14:03:55:436 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jmh-scala-tests ---
14:03:55:443 [INFO] 
14:03:55:443 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jmh-scala-tests ---
14:03:55:444 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:03:55:444 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-scala-tests/src/main/resources
14:03:55:444 [INFO] 
14:03:55:444 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jmh-scala-tests ---
14:03:55:445 [INFO] No sources to compile
14:03:55:445 [INFO] 
14:03:55:445 [INFO] --- scala-maven-plugin:4.3.1:compile (default) @ jmh-scala-tests ---
14:03:55:450 [INFO] Using incremental compilation using Mixed compile order
14:03:55:450 [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
14:03:55:456 [INFO] Compiling 12 Scala sources to /home/jenkins/agent/workspace/new-version/jmh-scala-tests/target/classes ...
14:04:00:923 [INFO] Done compiling.
14:04:00:952 [INFO] compile in 5.5 s
14:04:00:952 [INFO] 
14:04:00:952 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jmh-scala-tests ---
14:04:00:953 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:04:00:953 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-scala-tests/src/test/resources
14:04:00:954 [INFO] 
14:04:00:954 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jmh-scala-tests ---
14:04:00:954 [INFO] No sources to compile
14:04:00:955 [INFO] 
14:04:00:955 [INFO] --- scala-maven-plugin:4.3.1:testCompile (default) @ jmh-scala-tests ---
14:04:00:957 [INFO] compile in 0.0 s
14:04:00:957 [INFO] No sources to compile
14:04:00:957 [INFO] 
14:04:00:957 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jmh-scala-tests ---
14:04:00:958 [INFO] Tests are skipped.
14:04:00:958 [INFO] 
14:04:00:958 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jmh-scala-tests ---
14:04:00:997 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-scala-tests/target/jmh-scala-tests-11.0.0-SNAPSHOT.jar
14:04:01:003 [INFO] 
14:04:01:003 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jmh-scala-tests ---
14:04:01:008 [INFO] No dependency problems found
14:04:01:008 [INFO] 
14:04:01:008 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jmh-scala-tests ---
14:04:01:009 [INFO] Installing /home/jenkins/agent/workspace/new-version/jmh-scala-tests/target/jmh-scala-tests-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jmh-scala-tests/11.0.0-SNAPSHOT/jmh-scala-tests-11.0.0-SNAPSHOT.jar
14:04:01:021 [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/11.0.0-SNAPSHOT/jmh-scala-tests-11.0.0-SNAPSHOT.pom
14:04:01:030 [INFO] 
14:04:01:030 [INFO] -----------------< org.eclipse.collections:jmh-tests >------------------
14:04:01:031 [INFO] Building Eclipse Collections JMH Test Suite 11.0.0-SNAPSHOT      [18/18]
14:04:01:031 [INFO] --------------------------------[ jar ]---------------------------------
14:04:03:954 [INFO] 
14:04:03:954 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jmh-tests ---
14:04:03:955 [INFO] 
14:04:03:955 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jmh-tests ---
14:04:03:994 [INFO] 
14:04:03:994 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jmh-tests ---
14:04:03:995 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:04:03:995 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-tests/src/main/resources
14:04:03:996 [INFO] 
14:04:03:996 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jmh-tests ---
14:04:04:152 [INFO] Changes detected - recompiling the module!
14:04:04:153 [INFO] Compiling 65 source files to /home/jenkins/agent/workspace/new-version/jmh-tests/target/classes
14:04:11:410 [INFO] 
14:04:11:410 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jmh-tests ---
14:04:11:410 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:04:11:411 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-tests/src/test/resources
14:04:11:411 [INFO] 
14:04:11:411 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jmh-tests ---
14:04:11:412 [INFO] No sources to compile
14:04:11:412 [INFO] 
14:04:11:412 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jmh-tests ---
14:04:11:413 [INFO] Tests are skipped.
14:04:11:413 [INFO] 
14:04:11:413 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jmh-tests ---
14:04:11:675 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-11.0.0-SNAPSHOT.jar
14:04:11:840 [INFO] 
14:04:11:840 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jmh-tests ---
14:04:11:841 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.0.0-SNAPSHOT in the shaded jar.
14:04:11:841 [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.0.0-SNAPSHOT in the shaded jar.
14:04:11:841 [INFO] Including org.eclipse.collections:eclipse-collections-forkjoin:jar:11.0.0-SNAPSHOT in the shaded jar.
14:04:11:841 [INFO] Including org.eclipse.collections:eclipse-collections-testutils:jar:11.0.0-SNAPSHOT in the shaded jar.
14:04:11:842 [INFO] Including org.eclipse.collections:jmh-scala-tests:jar:11.0.0-SNAPSHOT in the shaded jar.
14:04:11:842 [INFO] Including org.scala-lang:scala-library:jar:2.12.6 in the shaded jar.
14:04:11:842 [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
14:04:11:842 [INFO] Including com.google.guava:guava:jar:28.2-jre in the shaded jar.
14:04:11:842 [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar.
14:04:11:842 [INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar.
14:04:11:842 [INFO] Including com.google.code.findbugs:jsr305:jar:3.0.2 in the shaded jar.
14:04:11:843 [INFO] Including org.checkerframework:checker-qual:jar:2.10.0 in the shaded jar.
14:04:11:843 [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.3.4 in the shaded jar.
14:04:11:843 [INFO] Including com.google.j2objc:j2objc-annotations:jar:1.3 in the shaded jar.
14:04:11:843 [INFO] Including junit:junit:jar:4.12 in the shaded jar.
14:04:11:843 [INFO] Including org.hamcrest:hamcrest-core:jar:1.3 in the shaded jar.
14:04:11:843 [INFO] Including org.openjdk.jmh:jmh-core:jar:1.23 in the shaded jar.
14:04:11:843 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
14:04:11:843 [INFO] Including org.apache.commons:commons-math3:jar:3.2 in the shaded jar.
14:04:11:843 [INFO] Including com.carrotsearch:hppc:jar:0.8.1 in the shaded jar.
14:04:11:844 [INFO] Including net.openhft:koloboke-api-jdk8:jar:0.6.8 in the shaded jar.
14:04:11:844 [INFO] Including net.openhft:koloboke-impl-jdk8:jar:0.6.8 in the shaded jar.
14:04:11:844 [INFO] Including net.sf.trove4j:trove4j:jar:3.0.3 in the shaded jar.
14:04:15:504 [WARNING] commons-lang-2.6.jar, commons-math3-3.2.jar define 2 overlapping resources: 
14:04:15:504 [WARNING]   - META-INF/LICENSE.txt
14:04:15:504 [WARNING]   - META-INF/NOTICE.txt
14:04:15:504 [WARNING] eclipse-collections-11.0.0-SNAPSHOT.jar, eclipse-collections-api-11.0.0-SNAPSHOT.jar, eclipse-collections-forkjoin-11.0.0-SNAPSHOT.jar, eclipse-collections-testutils-11.0.0-SNAPSHOT.jar define 3 overlapping resources: 
14:04:15:504 [WARNING]   - LICENSE-EDL-1.0.txt
14:04:15:504 [WARNING]   - LICENSE-EPL-1.0.txt
14:04:15:504 [WARNING]   - about.html
14:04:15:504 [WARNING] checker-qual-2.10.0.jar, commons-lang-2.6.jar, commons-math3-3.2.jar, eclipse-collections-11.0.0-SNAPSHOT.jar, eclipse-collections-api-11.0.0-SNAPSHOT.jar, eclipse-collections-forkjoin-11.0.0-SNAPSHOT.jar, eclipse-collections-testutils-11.0.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-11.0.0-SNAPSHOT.jar, jmh-tests-11.0.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: 
14:04:15:505 [WARNING]   - META-INF/MANIFEST.MF
14:04:15:505 [WARNING] maven-shade-plugin has detected that some class files are
14:04:15:506 [WARNING] present in two or more JARs. When this happens, only one
14:04:15:506 [WARNING] single version of the class is copied to the uber jar.
14:04:15:506 [WARNING] Usually this is not harmful and you can skip these warnings,
14:04:15:506 [WARNING] otherwise try to manually exclude artifacts based on
14:04:15:506 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
14:04:15:506 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
14:04:15:525 [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-11.0.0-SNAPSHOT-shaded.jar
14:04:15:525 [INFO] 
14:04:15:526 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jmh-tests ---
14:04:15:538 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-11.0.0-SNAPSHOT-sources.jar
14:04:15:805 [INFO] 
14:04:15:805 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jmh-tests ---
14:04:15:965 [INFO] No dependency problems found
14:04:15:965 [INFO] 
14:04:15:965 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jmh-tests ---
14:04:15:966 [INFO] Installing /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jmh-tests/11.0.0-SNAPSHOT/jmh-tests-11.0.0-SNAPSHOT.jar
14:04:15:970 [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/11.0.0-SNAPSHOT/jmh-tests-11.0.0-SNAPSHOT.pom
14:04:15:972 [INFO] Installing /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jmh-tests/11.0.0-SNAPSHOT/jmh-tests-11.0.0-SNAPSHOT-sources.jar
14:04:15:992 [INFO] ------------------------------------------------------------------------
14:04:15:992 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.0.0-SNAPSHOT:
14:04:15:992 [INFO] 
14:04:15:992 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  5.495 s]
14:04:15:992 [INFO] Eclipse Collections Code Generator ................. SUCCESS [  4.052 s]
14:04:15:992 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  4.196 s]
14:04:15:992 [INFO] Eclipse Collections API ............................ SUCCESS [ 10.392 s]
14:04:15:992 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 31.067 s]
14:04:15:993 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  4.817 s]
14:04:15:993 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  1.772 s]
14:04:15:993 [INFO] Eclipse Collections Unit Test Suite ................ SUCCESS [03:02 min]
14:04:15:993 [INFO] Eclipse Collections Serialization Test Suite ....... SUCCESS [  3.405 s]
14:04:15:993 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [ 32.414 s]
14:04:15:993 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SUCCESS [  0.463 s]
14:04:15:993 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SUCCESS [  7.677 s]
14:04:15:993 [INFO] Eclipse Collections Test Coverage Aggregation ...... SUCCESS [  5.932 s]
14:04:15:993 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.204 s]
14:04:15:994 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 32.997 s]
14:04:15:994 [INFO] Eclipse Collections Scala Unit Test Suite .......... SUCCESS [ 41.563 s]
14:04:15:994 [INFO] Eclipse Collections JMH Scala Test Suite ........... SUCCESS [  5.596 s]
14:04:15:994 [INFO] Eclipse Collections JMH Test Suite ................. SUCCESS [ 14.961 s]
14:04:15:994 [INFO] ------------------------------------------------------------------------
14:04:15:994 [INFO] BUILD SUCCESS
14:04:15:994 [INFO] ------------------------------------------------------------------------
14:04:15:994 [INFO] Total time:  06:31 min
14:04:15:995 [INFO] Finished at: 2020-08-09T14:04:15Z
14:04:15:995 [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=11.0.0-SNAPSHOT -Dcollections.repository.url=file:/home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/repository
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
14:04:18:321 [INFO] Error stacktraces are turned on.
14:04:18:544 [INFO] Scanning for projects...
14:07:51:285 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml
14:07:51:426 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/
14:07:51:530 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
14:07:51:574 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
14:07:51:688 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
14:07:51:816 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
14:07:51:922 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
14:07:52:045 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
14:07:52:159 [INFO] Adding repository file:/home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/repository
14:07:52:174 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml
14:07:53:271 [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB)
14:07:53:383 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml
14:07:53:396 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml
14:07:53:402 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml
14:07:53:414 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml
14:07:53:415 [INFO] ------------------------------------------------------------------------
14:07:53:415 [INFO] Reactor Build Order:
14:07:53:415 [INFO] 
14:07:53:416 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
14:07:53:416 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
14:07:53:416 [INFO] p2-repository                                       [eclipse-repository]
14:07:53:922 [INFO] 
14:07:53:922 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
14:07:53:922 [INFO] Building Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT [1/3]
14:07:53:922 [INFO] --------------------------------[ pom ]---------------------------------
14:07:53:925 [INFO] 
14:07:53:925 [INFO] --- tycho-versions-plugin:1.7.0:set-version (default-cli) @ p2-feature ---
14:07:54:005 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature
14:07:54:006 [INFO]   pom.xml//project/version: 10.3.0-SNAPSHOT => 11.0.0-SNAPSHOT
14:07:54:007 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature
14:07:54:007 [INFO]   feature.xml//feature/@version: 10.3.0.qualifier => 11.0.0.qualifier
14:07:54:007 [INFO]   pom.xml//project/version: 10.3.0-SNAPSHOT => 11.0.0-SNAPSHOT
14:07:54:007 [INFO]   pom.xml//project/parent/version: 10.3.0-SNAPSHOT => 11.0.0-SNAPSHOT
14:07:54:008 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository
14:07:54:008 [INFO]   category.xml//site/feature[@id=org.eclipse.collections.feature]/@version: 10.3.0.qualifier => 11.0.0.qualifier
14:07:54:009 [INFO]   category.xml//site/feature[@id=org.eclipse.collections.feature]/@url: features/org.eclipse.collections.feature_10.3.0.qualifier.jar => features/org.eclipse.collections.feature_11.0.0.qualifier.jar
14:07:54:009 [INFO]   category.xml//site/feature[@id=org.eclipse.collections.feature.source]/@version: 10.3.0.qualifier => 11.0.0.qualifier
14:07:54:009 [INFO]   category.xml//site/feature[@id=org.eclipse.collections.feature.source]/@url: features/org.eclipse.collections.feature.source_10.3.0.qualifier.jar => features/org.eclipse.collections.feature.source_11.0.0.qualifier.jar
14:07:54:010 [INFO]   pom.xml//project/version: 10.3.0-SNAPSHOT => 11.0.0-SNAPSHOT
14:07:54:010 [INFO]   pom.xml//project/parent/version: 10.3.0-SNAPSHOT => 11.0.0-SNAPSHOT
14:07:54:012 [INFO] ------------------------------------------------------------------------
14:07:54:012 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT:
14:07:54:013 [INFO] 
14:07:54:013 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  0.091 s]
14:07:54:013 [INFO] org.eclipse.collections.feature .................... SKIPPED
14:07:54:013 [INFO] p2-repository ...................................... SKIPPED
14:07:54:013 [INFO] ------------------------------------------------------------------------
14:07:54:014 [INFO] BUILD SUCCESS
14:07:54:014 [INFO] ------------------------------------------------------------------------
14:07:54:014 [INFO] Total time:  03:35 min
14:07:54:014 [INFO] Finished at: 2020-08-09T14:07:54Z
14:07:54:014 [INFO] ------------------------------------------------------------------------
[new-version] $ /bin/sh -xe /tmp/jenkins3618882567395911809.sh
+ git checkout origin/master
M	acceptance-tests/pom.xml
HEAD is now at 73b6692e Release version 10.3.0.
M	eclipse-collections-api/pom.xml
M	eclipse-collections-code-generator-maven-plugin/pom.xml
M	eclipse-collections-code-generator/pom.xml
M	eclipse-collections-forkjoin/pom.xml
M	eclipse-collections-testutils/pom.xml
M	eclipse-collections/pom.xml
M	jcstress-tests/pom.xml
M	jmh-scala-tests/pom.xml
M	jmh-tests/pom.xml
M	junit-trait-runner/pom.xml
M	p2-feature/org.eclipse.collections.feature/feature.xml
M	p2-feature/org.eclipse.collections.feature/pom.xml
M	p2-feature/org.eclipse.collections.repository/category.xml
M	p2-feature/org.eclipse.collections.repository/pom.xml
M	p2-feature/pom.xml
M	p2-repository/org.eclipse.collections/pom.xml
M	p2-repository/pom.xml
M	performance-tests/pom.xml
M	pom.xml
M	scala-unit-tests/pom.xml
M	serialization-tests/pom.xml
M	test-coverage/pom.xml
M	unit-tests-java8/pom.xml
M	unit-tests/pom.xml
+ git config --global user.email collections-bot@eclipse.org
+ git config --global user.name 'Eclipse Collections Bot'
+ git add -u '*.xml'
+ git commit -m 'Update version number to 11.0.0-SNAPSHOT.'
[detached HEAD 85fd03e5] Update version number to 11.0.0-SNAPSHOT.
 25 files changed, 26 insertions(+), 26 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