Skip to content

Console Output

Started by user Nikhil Nanivadekar
Running as Nikhil Nanivadekar
Agent basic-jgvrc is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-jgvrc"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-jgvrc"
    - 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-jgvrc"
    - 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-jgvrc 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 6b4f601927fb551786d8e289dc152fd48b4d55e9 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6b4f601927fb551786d8e289dc152fd48b4d55e9 # timeout=10
Commit message: "Merge pull request #1026 from MantriAditi/master"
 > git rev-list --no-walk 9889a16afc78b965550ef4edc9b1f063ac5d0f7d # 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: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
23:35:17:949 [INFO] Error stacktraces are turned on.
23:35:18:167 [INFO] Scanning for projects...
23:36:17:743 [INFO] ------------------------------------------------------------------------
23:36:17:743 [INFO] Reactor Build Order:
23:36:17:743 [INFO] 
23:36:17:745 [INFO] Eclipse Collections Parent Project                                 [pom]
23:36:17:745 [INFO] Eclipse Collections Code Generator                                 [jar]
23:36:17:745 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
23:36:17:746 [INFO] Eclipse Collections API                                            [jar]
23:36:17:746 [INFO] Eclipse Collections Main Library                                   [jar]
23:36:17:746 [INFO] Eclipse Collections Test Utilities                                 [jar]
23:36:17:747 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
23:36:17:747 [INFO] Eclipse Collections Unit Test Suite                                [jar]
23:36:17:747 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
23:36:17:748 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
23:36:17:748 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
23:36:17:748 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
23:36:17:749 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
23:36:17:749 [INFO] Eclipse Collections p2 Repository Build                            [pom]
23:36:17:749 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
23:36:18:320 [INFO] 
23:36:18:321 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
23:36:18:321 [INFO] Building Eclipse Collections Parent Project 11.0.0.M1             [1/15]
23:36:18:321 [INFO] --------------------------------[ pom ]---------------------------------
23:36:18:324 [INFO] 
23:36:18:325 [INFO] --- versions-maven-plugin:2.7:set (default-cli) @ eclipse-collections-parent ---
23:36:21:349 [INFO] Searching for local aggregator root...
23:36:21:349 [INFO] Local aggregation root: /home/jenkins/agent/workspace/new-version
23:36:21:353 [INFO] Processing change of org.eclipse.collections:eclipse-collections-parent:11.0.0.M1 -> 11.0.0-SNAPSHOT
23:36:21:438 [INFO] Processing org.eclipse.collections:eclipse-collections-parent
23:36:21:438 [INFO]     Updating project org.eclipse.collections:eclipse-collections-parent
23:36:21:439 [INFO]         from version 11.0.0.M1 to 11.0.0-SNAPSHOT
23:36:21:602 [INFO] 
23:36:21:605 [INFO] Processing org.eclipse.collections:acceptance-tests
23:36:21:605 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:36:21:605 [INFO]         from version 11.0.0.M1 to 11.0.0-SNAPSHOT
23:36:21:621 [INFO] 
23:36:21:623 [INFO] Processing org.eclipse.collections:eclipse-collections-api
23:36:21:623 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:36:21:623 [INFO]         from version 11.0.0.M1 to 11.0.0-SNAPSHOT
23:36:21:637 [INFO] 
23:36:21:638 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator-maven-plugin
23:36:21:638 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:36:21:639 [INFO]         from version 11.0.0.M1 to 11.0.0-SNAPSHOT
23:36:21:687 [INFO] 
23:36:21:689 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator
23:36:21:689 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:36:21:689 [INFO]         from version 11.0.0.M1 to 11.0.0-SNAPSHOT
23:36:21:699 [INFO] 
23:36:21:700 [INFO] Processing org.eclipse.collections:eclipse-collections-forkjoin
23:36:21:700 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:36:21:700 [INFO]         from version 11.0.0.M1 to 11.0.0-SNAPSHOT
23:36:21:712 [INFO] 
23:36:21:714 [INFO] Processing org.eclipse.collections:eclipse-collections-testutils
23:36:21:714 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:36:21:714 [INFO]         from version 11.0.0.M1 to 11.0.0-SNAPSHOT
23:36:21:725 [INFO] 
23:36:21:726 [INFO] Processing org.eclipse.collections:eclipse-collections
23:36:21:726 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:36:21:727 [INFO]         from version 11.0.0.M1 to 11.0.0-SNAPSHOT
23:36:21:739 [INFO] 
23:36:21:740 [INFO] Processing org.eclipse.collections:jcstress-tests
23:36:21:740 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:36:21:740 [INFO]         from version 11.0.0.M1 to 11.0.0-SNAPSHOT
23:36:21:787 [INFO] 
23:36:21:788 [INFO] Processing org.eclipse.collections:jmh-scala-tests
23:36:21:788 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:36:21:788 [INFO]         from version 11.0.0.M1 to 11.0.0-SNAPSHOT
23:36:21:801 [INFO] 
23:36:21:802 [INFO] Processing org.eclipse.collections:jmh-tests
23:36:21:802 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:36:21:802 [INFO]         from version 11.0.0.M1 to 11.0.0-SNAPSHOT
23:36:21:819 [INFO] 
23:36:21:820 [INFO] Processing org.eclipse.collections:junit-trait-runner
23:36:21:820 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:36:21:820 [INFO]         from version 11.0.0.M1 to 11.0.0-SNAPSHOT
23:36:21:825 [INFO] 
23:36:21:827 [INFO] Processing org.eclipse.collections:p2-repository
23:36:21:827 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:36:21:827 [INFO]         from version 11.0.0.M1 to 11.0.0-SNAPSHOT
23:36:21:884 [INFO] 
23:36:21:885 [INFO] Processing org.eclipse.collections:performance-tests
23:36:21:885 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:36:21:885 [INFO]         from version 11.0.0.M1 to 11.0.0-SNAPSHOT
23:36:21:897 [INFO] 
23:36:21:899 [INFO] Processing org.eclipse.collections:scala-unit-tests
23:36:21:899 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:36:21:899 [INFO]         from version 11.0.0.M1 to 11.0.0-SNAPSHOT
23:36:21:921 [INFO] 
23:36:21:924 [INFO] Processing org.eclipse.collections:serialization-tests
23:36:21:924 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:36:21:924 [INFO]         from version 11.0.0.M1 to 11.0.0-SNAPSHOT
23:36:21:931 [INFO] 
23:36:21:932 [INFO] Processing org.eclipse.collections:test-coverage
23:36:21:932 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:36:21:933 [INFO]         from version 11.0.0.M1 to 11.0.0-SNAPSHOT
23:36:21:944 [INFO] 
23:36:21:945 [INFO] Processing org.eclipse.collections:unit-tests-java8
23:36:21:945 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:36:21:945 [INFO]         from version 11.0.0.M1 to 11.0.0-SNAPSHOT
23:36:21:960 [INFO] 
23:36:21:961 [INFO] Processing org.eclipse.collections:unit-tests
23:36:21:961 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:36:21:961 [INFO]         from version 11.0.0.M1 to 11.0.0-SNAPSHOT
23:36:21:984 [INFO] 
23:36:21:987 [INFO] Processing org.eclipse.collections:org.eclipse.collections
23:36:21:987 [INFO]     Updating parent org.eclipse.collections:p2-repository
23:36:21:987 [INFO]         from version 11.0.0.M1 to 11.0.0-SNAPSHOT
23:36:21:989 [INFO] 
23:36:21:989 [INFO] ------------------------------------------------------------------------
23:36:21:989 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.0.0.M1:
23:36:21:989 [INFO] 
23:36:21:990 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  3.669 s]
23:36:21:990 [INFO] Eclipse Collections Code Generator ................. SKIPPED
23:36:21:990 [INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED
23:36:21:990 [INFO] Eclipse Collections API ............................ SKIPPED
23:36:21:990 [INFO] Eclipse Collections Main Library ................... SKIPPED
23:36:21:990 [INFO] Eclipse Collections Test Utilities ................. SKIPPED
23:36:21:990 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED
23:36:21:990 [INFO] Eclipse Collections Unit Test Suite ................ SKIPPED
23:36:21:991 [INFO] Eclipse Collections Serialization Test Suite ....... SKIPPED
23:36:21:991 [INFO] Eclipse Collections JCStress Test Suite ............ SKIPPED
23:36:21:991 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SKIPPED
23:36:21:991 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SKIPPED
23:36:21:991 [INFO] Eclipse Collections Test Coverage Aggregation ...... SKIPPED
23:36:21:991 [INFO] Eclipse Collections p2 Repository Build ............ SKIPPED
23:36:21:991 [INFO] Eclipse Collections OSGi Bundle .................... SKIPPED
23:36:21:991 [INFO] ------------------------------------------------------------------------
23:36:21:991 [INFO] BUILD SUCCESS
23:36:21:991 [INFO] ------------------------------------------------------------------------
23:36:21:992 [INFO] Total time:  01:04 min
23:36:21:992 [INFO] Finished at: 2020-11-02T23:36:21Z
23:36:21:992 [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: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
23:36:23:022 [INFO] Error stacktraces are turned on.
23:36:23:106 [INFO] Scanning for projects...
23:36:24:397 [INFO] ------------------------------------------------------------------------
23:36:24:397 [INFO] Reactor Build Order:
23:36:24:398 [INFO] 
23:36:24:399 [INFO] Eclipse Collections Parent Project                                 [pom]
23:36:24:399 [INFO] Eclipse Collections Code Generator                                 [jar]
23:36:24:400 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
23:36:24:400 [INFO] Eclipse Collections API                                            [jar]
23:36:24:401 [INFO] Eclipse Collections Main Library                                   [jar]
23:36:24:401 [INFO] Eclipse Collections Test Utilities                                 [jar]
23:36:24:402 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
23:36:24:402 [INFO] Eclipse Collections Unit Test Suite                                [jar]
23:36:24:403 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
23:36:24:403 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
23:36:24:404 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
23:36:24:404 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
23:36:24:404 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
23:36:24:405 [INFO] Eclipse Collections p2 Repository Build                            [pom]
23:36:24:405 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
23:36:24:411 [INFO] 
23:36:24:412 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
23:36:24:412 [INFO] Building Eclipse Collections Parent Project 11.0.0-SNAPSHOT       [1/15]
23:36:24:412 [INFO] --------------------------------[ pom ]---------------------------------
23:36:25:232 [INFO] 
23:36:25:232 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
23:36:25:292 [INFO] 
23:36:25:292 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
23:36:25:974 [INFO] 
23:36:25:975 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
23:36:28:901 [INFO] Skipping pom project
23:36:28:901 [INFO] 
23:36:28:901 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
23:36:29:101 [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
23:36:29:106 [INFO] 
23:36:29:106 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
23:36:29:106 [INFO] Building Eclipse Collections Code Generator 11.0.0-SNAPSHOT       [2/15]
23:36:29:106 [INFO] --------------------------------[ jar ]---------------------------------
23:36:29:522 [INFO] 
23:36:29:522 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
23:36:29:524 [INFO] 
23:36:29:524 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
23:36:29:541 [INFO] 
23:36:29:541 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator ---
23:36:29:655 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:36:29:666 [INFO] Copying 355 resources
23:36:29:788 [INFO] 
23:36:29:788 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
23:36:30:034 [INFO] Changes detected - recompiling the module!
23:36:30:042 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/classes
23:36:30:785 [INFO] 
23:36:30:785 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
23:36:30:788 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:36:30:788 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/src/test/resources
23:36:30:789 [INFO] 
23:36:30:789 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
23:36:30:797 [INFO] Changes detected - recompiling the module!
23:36:30:798 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/test-classes
23:36:31:424 [INFO] 
23:36:31:424 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
23:36:31:662 [INFO] Tests are skipped.
23:36:31:662 [INFO] 
23:36:31:662 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
23:36:31:943 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0-SNAPSHOT.jar
23:36:32:118 [INFO] 
23:36:32:118 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
23:36:32:249 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0-SNAPSHOT-sources.jar
23:36:32:417 [INFO] 
23:36:32:417 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
23:36:32:492 [INFO] No dependency problems found
23:36:32:492 [INFO] 
23:36:32:492 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
23:36:32:495 [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
23:36:32:498 [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
23:36:32:501 [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
23:36:32:504 [INFO] 
23:36:32:504 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
23:36:32:504 [INFO] Building Eclipse Collections Code Generator Maven Plugin 11.0.0-SNAPSHOT [3/15]
23:36:32:504 [INFO] ----------------------------[ maven-plugin ]----------------------------
23:36:32:880 [INFO] 
23:36:32:880 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
23:36:32:881 [INFO] 
23:36:32:881 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
23:36:32:910 [INFO] 
23:36:32:910 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
23:36:32:911 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:36:32:911 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/main/resources
23:36:32:912 [INFO] 
23:36:32:912 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
23:36:32:914 [INFO] Changes detected - recompiling the module!
23:36:32:914 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/classes
23:36:33:535 [INFO] 
23:36:33:535 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
23:36:36:127 [INFO] Using 'UTF-8' encoding to read mojo source files.
23:36:36:204 [INFO] java-javadoc mojo extractor found 1 mojo descriptor.
23:36:36:290 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
23:36:36:717 [INFO] 
23:36:36:717 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
23:36:36:719 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:36:36:719 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/test/resources
23:36:36:719 [INFO] 
23:36:36:719 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
23:36:36:721 [INFO] No sources to compile
23:36:36:721 [INFO] 
23:36:36:721 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
23:36:36:724 [INFO] Tests are skipped.
23:36:36:724 [INFO] 
23:36:36:725 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
23:36:36:730 [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
23:36:36:740 [INFO] 
23:36:36:740 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
23:36:36:742 [INFO] 
23:36:36:742 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
23:36:36:746 [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
23:36:36:785 [INFO] 
23:36:36:785 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
23:36:36:789 [INFO] No dependency problems found
23:36:36:789 [INFO] 
23:36:36:789 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
23:36:36:791 [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
23:36:36:795 [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
23:36:36:810 [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
23:36:36:812 [INFO] 
23:36:36:812 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
23:36:36:812 [INFO] Building Eclipse Collections API 11.0.0-SNAPSHOT                  [4/15]
23:36:36:812 [INFO] --------------------------------[ jar ]---------------------------------
23:36:36:936 [INFO] 
23:36:36:936 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
23:36:36:937 [INFO] 
23:36:36:937 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
23:36:36:939 [INFO] 
23:36:36:940 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0-SNAPSHOT:generate (default) @ eclipse-collections-api ---
23:36:36:948 [INFO] Generating sources to eclipse-collections-api
23:36:38:051 [INFO] Generated 1171 files
23:36:38:051 [INFO] 
23:36:38:051 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api ---
23:36:38:053 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:36:38:053 [INFO] Copying 3 resources
23:36:38:054 [INFO] 
23:36:38:054 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
23:36:38:213 [INFO] Changes detected - recompiling the module!
23:36:38:214 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/classes
23:36:43:855 [INFO] 
23:36:43:855 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api ---
23:36:45:006 [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.
23:36:45:007 [WARNING] Cannot consider developer in line '80' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
23:36:45:007 [WARNING] Cannot consider developer in line '84' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
23:36:45:007 [WARNING] Cannot consider developer in line '88' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
23:36:45:007 [WARNING] Cannot consider developer in line '92' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
23:36:45:008 [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.
23:36:45:760 [INFO] 
23:36:45:760 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api ---
23:36:45:762 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:36:45:762 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-api/src/test/resources
23:36:45:762 [INFO] 
23:36:45:762 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
23:36:45:763 [INFO] No sources to compile
23:36:45:763 [INFO] 
23:36:45:763 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
23:36:45:781 [INFO] Tests are skipped.
23:36:45:781 [INFO] 
23:36:45:781 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api ---
23:36:45:908 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.0.0-SNAPSHOT.jar
23:36:46:131 [INFO] 
23:36:46:131 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
23:36:46:222 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.0.0-SNAPSHOT-sources.jar
23:36:46:631 [INFO] 
23:36:46:631 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
23:36:46:911 [INFO] No dependency problems found
23:36:46:911 [INFO] 
23:36:46:911 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
23:36:46:912 [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
23:36:46:915 [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
23:36:46:916 [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
23:36:46:919 [INFO] 
23:36:46:919 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
23:36:46:919 [INFO] Building Eclipse Collections Main Library 11.0.0-SNAPSHOT         [5/15]
23:36:46:920 [INFO] --------------------------------[ jar ]---------------------------------
23:36:46:922 [INFO] 
23:36:46:922 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
23:36:46:923 [INFO] 
23:36:46:923 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
23:36:46:925 [INFO] 
23:36:46:925 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0-SNAPSHOT:generate (default) @ eclipse-collections ---
23:36:46:926 [INFO] Generating sources to eclipse-collections
23:36:50:387 [INFO] Generated 1438 files
23:36:50:388 [INFO] 
23:36:50:388 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections ---
23:36:50:389 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:36:50:390 [INFO] Copying 24 resources
23:36:50:395 [INFO] 
23:36:50:395 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
23:36:50:583 [INFO] Changes detected - recompiling the module!
23:36:50:585 [INFO] Compiling 2093 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/classes
23:37:20:452 [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
23:37:20:453 [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
23:37:20:453 [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
23:37:20:454 [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
23:37:20:454 [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
23:37:20:455 [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
23:37:20:455 [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
23:37:20:456 [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
23:37:20:456 [INFO] 
23:37:20:456 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections ---
23:37:20:540 [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.
23:37:20:540 [WARNING] Cannot consider developer in line '80' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
23:37:20:541 [WARNING] Cannot consider developer in line '84' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
23:37:20:541 [WARNING] Cannot consider developer in line '88' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
23:37:20:541 [WARNING] Cannot consider developer in line '92' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
23:37:20:542 [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.
23:37:23:291 [INFO] 
23:37:23:291 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections ---
23:37:23:292 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:37:23:292 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections/src/test/resources
23:37:23:292 [INFO] 
23:37:23:292 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
23:37:23:293 [INFO] No sources to compile
23:37:23:293 [INFO] 
23:37:23:293 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
23:37:23:295 [INFO] Tests are skipped.
23:37:23:296 [INFO] 
23:37:23:296 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections ---
23:37:23:572 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.0.0-SNAPSHOT.jar
23:37:24:202 [INFO] 
23:37:24:202 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections ---
23:37:24:286 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.0.0-SNAPSHOT-sources.jar
23:37:24:786 [INFO] 
23:37:24:786 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections ---
23:37:25:793 [INFO] No dependency problems found
23:37:25:793 [INFO] 
23:37:25:793 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
23:37:25:795 [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
23:37:25:801 [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
23:37:25:806 [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
23:37:25:818 [INFO] 
23:37:25:818 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
23:37:25:818 [INFO] Building Eclipse Collections Test Utilities 11.0.0-SNAPSHOT       [6/15]
23:37:25:818 [INFO] --------------------------------[ jar ]---------------------------------
23:37:25:900 [INFO] 
23:37:25:900 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
23:37:25:900 [INFO] 
23:37:25:900 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
23:37:25:905 [INFO] 
23:37:25:905 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ eclipse-collections-testutils ---
23:37:26:555 [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
23:37:26:555 [INFO] 
23:37:26:555 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils ---
23:37:26:556 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:37:26:557 [INFO] Copying 3 resources
23:37:26:559 [INFO] 
23:37:26:559 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
23:37:26:561 [INFO] Changes detected - recompiling the module!
23:37:26:561 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/classes
23:37:28:343 [INFO] 
23:37:28:343 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils ---
23:37:28:344 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:37:28:381 [INFO] Copying 1 resource
23:37:28:381 [INFO] 
23:37:28:381 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
23:37:28:383 [INFO] Changes detected - recompiling the module!
23:37:28:383 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/test-classes
23:37:30:014 [INFO] 
23:37:30:014 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
23:37:30:016 [INFO] Tests are skipped.
23:37:30:016 [INFO] 
23:37:30:016 [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ eclipse-collections-testutils ---
23:37:30:053 [INFO] Skipping JaCoCo execution due to missing execution data file.
23:37:30:053 [INFO] 
23:37:30:053 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils ---
23:37:30:056 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0-SNAPSHOT.jar
23:37:30:062 [INFO] 
23:37:30:062 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
23:37:30:065 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0-SNAPSHOT-sources.jar
23:37:30:069 [INFO] 
23:37:30:069 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
23:37:30:082 [INFO] No dependency problems found
23:37:30:082 [INFO] 
23:37:30:082 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
23:37:30:083 [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
23:37:30:084 [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
23:37:30:086 [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
23:37:30:087 [INFO] 
23:37:30:087 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
23:37:30:087 [INFO] Building Eclipse Collections Fork Join Utilities 11.0.0-SNAPSHOT  [7/15]
23:37:30:088 [INFO] --------------------------------[ jar ]---------------------------------
23:37:30:090 [INFO] 
23:37:30:090 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
23:37:30:090 [INFO] 
23:37:30:090 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
23:37:30:095 [INFO] 
23:37:30:095 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ eclipse-collections-forkjoin ---
23:37:30:095 [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
23:37:30:096 [INFO] 
23:37:30:096 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin ---
23:37:30:096 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:37:30:097 [INFO] Copying 3 resources
23:37:30:097 [INFO] 
23:37:30:098 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
23:37:30:100 [INFO] Changes detected - recompiling the module!
23:37:30:100 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/classes
23:37:31:458 [INFO] 
23:37:31:458 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
23:37:31:459 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:37:31:459 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/src/test/resources
23:37:31:459 [INFO] 
23:37:31:459 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
23:37:31:460 [INFO] Changes detected - recompiling the module!
23:37:31:460 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/test-classes
23:37:32:708 [INFO] 
23:37:32:708 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
23:37:32:709 [INFO] Tests are skipped.
23:37:32:709 [INFO] 
23:37:32:710 [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ eclipse-collections-forkjoin ---
23:37:32:710 [INFO] Skipping JaCoCo execution due to missing execution data file.
23:37:32:710 [INFO] 
23:37:32:710 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin ---
23:37:32:713 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0-SNAPSHOT.jar
23:37:32:733 [INFO] 
23:37:32:733 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
23:37:32:737 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0-SNAPSHOT-sources.jar
23:37:32:741 [INFO] 
23:37:32:741 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
23:37:32:748 [INFO] No dependency problems found
23:37:32:748 [INFO] 
23:37:32:748 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
23:37:32:749 [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
23:37:32:773 [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
23:37:32:781 [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
23:37:32:782 [INFO] 
23:37:32:782 [INFO] -----------------< org.eclipse.collections:unit-tests >-----------------
23:37:32:783 [INFO] Building Eclipse Collections Unit Test Suite 11.0.0-SNAPSHOT      [8/15]
23:37:32:783 [INFO] --------------------------------[ jar ]---------------------------------
23:37:33:959 [INFO] 
23:37:33:959 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests ---
23:37:33:960 [INFO] 
23:37:33:960 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests ---
23:37:33:967 [INFO] 
23:37:33:967 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ unit-tests ---
23:37:33:968 [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
23:37:33:968 [INFO] 
23:37:33:968 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests ---
23:37:33:969 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:37:33:969 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests/src/main/resources
23:37:33:970 [INFO] 
23:37:33:970 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests ---
23:37:33:971 [INFO] No sources to compile
23:37:33:971 [INFO] 
23:37:33:971 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0-SNAPSHOT:generate (list) @ unit-tests ---
23:37:33:971 [INFO] Generating sources to unit-tests
23:37:39:438 [INFO] Generated 2196 files
23:37:39:438 [INFO] 
23:37:39:438 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests ---
23:37:39:439 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:37:39:440 [INFO] Copying 1 resource
23:37:39:440 [INFO] 
23:37:39:440 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests ---
23:37:39:689 [INFO] Changes detected - recompiling the module!
23:37:39:691 [INFO] Compiling 2722 source files to /home/jenkins/agent/workspace/new-version/unit-tests/target/test-classes
23:38:35:356 [INFO] 
23:38:35:356 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests ---
23:38:35:360 [INFO] Tests are skipped.
23:38:35:360 [INFO] 
23:38:35:360 [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ unit-tests ---
23:38:35:360 [INFO] Skipping JaCoCo execution due to missing execution data file.
23:38:35:360 [INFO] 
23:38:35:361 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests ---
23:38:35:361 [WARNING] JAR will be empty - no content was marked for inclusion!
23:38:35:362 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-11.0.0-SNAPSHOT.jar
23:38:35:367 [INFO] 
23:38:35:367 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests ---
23:38:35:368 [INFO] No sources in project. Archive not created.
23:38:35:369 [INFO] 
23:38:35:369 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests ---
23:38:36:293 [INFO] No dependency problems found
23:38:36:294 [INFO] 
23:38:36:294 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests ---
23:38:36:295 [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
23:38:36:297 [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
23:38:36:298 [INFO] 
23:38:36:298 [INFO] ------------< org.eclipse.collections:serialization-tests >-------------
23:38:36:299 [INFO] Building Eclipse Collections Serialization Test Suite 11.0.0-SNAPSHOT [9/15]
23:38:36:299 [INFO] --------------------------------[ jar ]---------------------------------
23:38:36:302 [INFO] 
23:38:36:302 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serialization-tests ---
23:38:36:302 [INFO] 
23:38:36:303 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ serialization-tests ---
23:38:36:307 [INFO] 
23:38:36:307 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ serialization-tests ---
23:38:36:308 [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
23:38:36:308 [INFO] 
23:38:36:308 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ serialization-tests ---
23:38:36:309 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:38:36:310 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/main/resources
23:38:36:310 [INFO] 
23:38:36:310 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ serialization-tests ---
23:38:36:311 [INFO] No sources to compile
23:38:36:312 [INFO] 
23:38:36:312 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ serialization-tests ---
23:38:36:313 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:38:36:313 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/test/resources
23:38:36:314 [INFO] 
23:38:36:314 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ serialization-tests ---
23:38:36:413 [INFO] Changes detected - recompiling the module!
23:38:36:414 [INFO] Compiling 882 source files to /home/jenkins/agent/workspace/new-version/serialization-tests/target/test-classes
23:38:39:787 [INFO] 
23:38:39:787 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ serialization-tests ---
23:38:39:789 [INFO] Tests are skipped.
23:38:39:789 [INFO] 
23:38:39:789 [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ serialization-tests ---
23:38:39:790 [INFO] Skipping JaCoCo execution due to missing execution data file.
23:38:39:790 [INFO] 
23:38:39:790 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ serialization-tests ---
23:38:39:792 [WARNING] JAR will be empty - no content was marked for inclusion!
23:38:39:793 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-11.0.0-SNAPSHOT.jar
23:38:39:796 [INFO] 
23:38:39:796 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ serialization-tests ---
23:38:39:797 [INFO] No sources in project. Archive not created.
23:38:39:798 [INFO] 
23:38:39:798 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ serialization-tests ---
23:38:39:845 [INFO] No dependency problems found
23:38:39:845 [INFO] 
23:38:39:845 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serialization-tests ---
23:38:39:847 [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
23:38:39:848 [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
23:38:39:849 [INFO] 
23:38:39:849 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
23:38:39:850 [INFO] Building Eclipse Collections JCStress Test Suite 11.0.0-SNAPSHOT [10/15]
23:38:39:850 [INFO] --------------------------------[ jar ]---------------------------------
23:38:40:231 [INFO] 
23:38:40:231 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
23:38:40:232 [INFO] 
23:38:40:232 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
23:38:40:237 [INFO] 
23:38:40:237 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests ---
23:38:40:238 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:38:40:238 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/main/resources
23:38:40:238 [INFO] 
23:38:40:239 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
23:38:40:241 [INFO] Changes detected - recompiling the module!
23:38:40:241 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/jcstress-tests/target/classes
23:38:41:444 [INFO] 
23:38:41:444 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests ---
23:38:41:445 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:38:41:445 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/test/resources
23:38:41:445 [INFO] 
23:38:41:445 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
23:38:41:446 [INFO] No sources to compile
23:38:41:446 [INFO] 
23:38:41:446 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
23:38:41:448 [INFO] Tests are skipped.
23:38:41:448 [INFO] 
23:38:41:448 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests ---
23:38:41:453 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.0.0-SNAPSHOT.jar
23:38:41:457 [INFO] 
23:38:41:457 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests ---
23:38:41:937 [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.0.0-SNAPSHOT in the shaded jar.
23:38:41:937 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.0.0-SNAPSHOT in the shaded jar.
23:38:41:937 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
23:38:41:937 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
23:38:42:926 [WARNING] eclipse-collections-11.0.0-SNAPSHOT.jar, eclipse-collections-api-11.0.0-SNAPSHOT.jar define 3 overlapping resources: 
23:38:42:926 [WARNING]   - LICENSE-EDL-1.0.txt
23:38:42:926 [WARNING]   - LICENSE-EPL-1.0.txt
23:38:42:926 [WARNING]   - about.html
23:38:42:926 [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: 
23:38:42:927 [WARNING]   - META-INF/MANIFEST.MF
23:38:42:927 [WARNING] maven-shade-plugin has detected that some class files are
23:38:42:927 [WARNING] present in two or more JARs. When this happens, only one
23:38:42:927 [WARNING] single version of the class is copied to the uber jar.
23:38:42:927 [WARNING] Usually this is not harmful and you can skip these warnings,
23:38:42:927 [WARNING] otherwise try to manually exclude artifacts based on
23:38:42:927 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
23:38:42:927 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
23:38:42:933 [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
23:38:42:933 [INFO] 
23:38:42:933 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests ---
23:38:42:936 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.0.0-SNAPSHOT-sources.jar
23:38:42:941 [INFO] 
23:38:42:942 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests ---
23:38:42:948 [INFO] No dependency problems found
23:38:42:948 [INFO] 
23:38:42:948 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
23:38:42:949 [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
23:38:42:950 [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
23:38:42:952 [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
23:38:42:954 [INFO] 
23:38:42:954 [INFO] -------------< org.eclipse.collections:junit-trait-runner >-------------
23:38:42:954 [INFO] Building Eclipse Collections Test Trait JUnit Runner 11.0.0-SNAPSHOT [11/15]
23:38:42:954 [INFO] --------------------------------[ jar ]---------------------------------
23:38:42:956 [INFO] 
23:38:42:956 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ junit-trait-runner ---
23:38:42:956 [INFO] 
23:38:42:956 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ junit-trait-runner ---
23:38:42:958 [INFO] 
23:38:42:958 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ junit-trait-runner ---
23:38:42:959 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:38:42:959 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/main/resources
23:38:42:959 [INFO] 
23:38:42:959 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-trait-runner ---
23:38:42:961 [INFO] Changes detected - recompiling the module!
23:38:42:962 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/classes
23:38:43:521 [INFO] 
23:38:43:521 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ junit-trait-runner ---
23:38:43:522 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:38:43:522 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/test/resources
23:38:43:522 [INFO] 
23:38:43:522 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-trait-runner ---
23:38:43:523 [INFO] No sources to compile
23:38:43:523 [INFO] 
23:38:43:523 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ junit-trait-runner ---
23:38:43:525 [INFO] Tests are skipped.
23:38:43:525 [INFO] 
23:38:43:525 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ junit-trait-runner ---
23:38:43:527 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.0.0-SNAPSHOT.jar
23:38:43:534 [INFO] 
23:38:43:534 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ junit-trait-runner ---
23:38:43:537 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.0.0-SNAPSHOT-sources.jar
23:38:43:540 [INFO] 
23:38:43:540 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ junit-trait-runner ---
23:38:43:541 [INFO] No dependency problems found
23:38:43:541 [INFO] 
23:38:43:542 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ junit-trait-runner ---
23:38:43:542 [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
23:38:43:544 [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
23:38:43:545 [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
23:38:43:547 [INFO] 
23:38:43:547 [INFO] --------------< org.eclipse.collections:unit-tests-java8 >--------------
23:38:43:547 [INFO] Building Eclipse Collections Java 8 Unit Test Suite 11.0.0-SNAPSHOT [12/15]
23:38:43:547 [INFO] --------------------------------[ jar ]---------------------------------
23:38:43:620 [INFO] 
23:38:43:620 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests-java8 ---
23:38:43:621 [INFO] 
23:38:43:621 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests-java8 ---
23:38:43:625 [INFO] 
23:38:43:625 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ unit-tests-java8 ---
23:38:43:626 [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
23:38:43:627 [INFO] 
23:38:43:627 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests-java8 ---
23:38:43:628 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:38:43:628 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/main/resources
23:38:43:628 [INFO] 
23:38:43:628 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests-java8 ---
23:38:43:629 [INFO] No sources to compile
23:38:43:629 [INFO] 
23:38:43:629 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests-java8 ---
23:38:43:630 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:38:43:630 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/test/resources
23:38:43:630 [INFO] 
23:38:43:631 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests-java8 ---
23:38:43:654 [INFO] Changes detected - recompiling the module!
23:38:43:655 [INFO] Compiling 169 source files to /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/test-classes
23:38:49:329 [INFO] 
23:38:49:329 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests-java8 ---
23:38:49:331 [INFO] Tests are skipped.
23:38:49:331 [INFO] 
23:38:49:331 [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ unit-tests-java8 ---
23:38:49:332 [INFO] Skipping JaCoCo execution due to missing execution data file.
23:38:49:332 [INFO] 
23:38:49:332 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests-java8 ---
23:38:49:332 [WARNING] JAR will be empty - no content was marked for inclusion!
23:38:49:333 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-11.0.0-SNAPSHOT.jar
23:38:49:336 [INFO] 
23:38:49:336 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests-java8 ---
23:38:49:336 [INFO] No sources in project. Archive not created.
23:38:49:337 [INFO] 
23:38:49:337 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests-java8 ---
23:38:49:373 [INFO] No dependency problems found
23:38:49:373 [INFO] 
23:38:49:374 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests-java8 ---
23:38:49:375 [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
23:38:49:376 [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
23:38:49:379 [INFO] 
23:38:49:379 [INFO] ---------------< org.eclipse.collections:test-coverage >----------------
23:38:49:379 [INFO] Building Eclipse Collections Test Coverage Aggregation 11.0.0-SNAPSHOT [13/15]
23:38:49:379 [INFO] --------------------------------[ pom ]---------------------------------
23:38:49:380 [INFO] 
23:38:49:381 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ test-coverage ---
23:38:49:381 [INFO] 
23:38:49:381 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ test-coverage ---
23:38:49:383 [INFO] 
23:38:49:383 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ test-coverage ---
23:38:49:383 [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
23:38:49:384 [INFO] 
23:38:49:384 [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ test-coverage ---
23:38:49:384 [INFO] Skipping JaCoCo execution due to missing execution data file.
23:38:49:384 [INFO] 
23:38:49:384 [INFO] --- jacoco-maven-plugin:0.8.5:report-aggregate (default-report) @ test-coverage ---
23:38:49:941 [INFO] Analyzed bundle 'eclipse-collections-api' with 358 classes
23:38:52:044 [INFO] Analyzed bundle 'eclipse-collections' with 3659 classes
23:38:56:010 [INFO] Analyzed bundle 'eclipse-collections-testutils' with 2 classes
23:38:56:028 [INFO] 
23:38:56:028 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ test-coverage ---
23:38:56:029 [INFO] Skipping pom project
23:38:56:029 [INFO] 
23:38:56:029 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ test-coverage ---
23:38:56:030 [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
23:38:56:032 [INFO] 
23:38:56:032 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
23:38:56:032 [INFO] Building Eclipse Collections p2 Repository Build 11.0.0-SNAPSHOT [14/15]
23:38:56:032 [INFO] --------------------------------[ pom ]---------------------------------
23:38:56:043 [INFO] 
23:38:56:043 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
23:38:56:052 [INFO] 
23:38:56:052 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
23:38:56:095 [INFO] 
23:38:56:095 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository ---
23:38:56:229 [INFO] Skipping pom project
23:38:56:230 [INFO] 
23:38:56:230 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
23:38:56:243 [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
23:38:56:247 [INFO] 
23:38:56:247 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
23:38:56:247 [INFO] Building Eclipse Collections OSGi Bundle 11.0.0-SNAPSHOT         [15/15]
23:38:56:247 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
23:38:56:862 [INFO] 
23:38:56:862 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
23:38:56:863 [INFO] 
23:38:56:863 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
23:39:02:391 [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

23:39:02:391 [WARNING] Fallback to default timestamp provider
23:39:02:395 [INFO] The project's OSGi version is 11.0.0.v20201102-2336
23:39:02:395 [INFO] 
23:39:02:395 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections ---
23:39:02:397 [INFO] 
23:39:02:397 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
23:39:02:400 [INFO] 
23:39:02:400 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections ---
23:39:02:424 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:39:02:426 [INFO] Copying 2 resources
23:39:02:431 [INFO] 
23:39:02:431 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
23:39:02:454 [INFO] No sources to compile
23:39:02:454 [INFO] 
23:39:02:454 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.eclipse.collections ---
23:39:02:461 [INFO] Gathering dependencies
23:39:02:484 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:11.0.0-SNAPSHOT:jar
23:39:02:489 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:11.0.0-SNAPSHOT:jar
23:39:02:490 [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/**/*.*"
23:39:03:533 [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/**/*.*"
23:39:03:909 [INFO] Merging collected dependencies
23:39:03:912 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:39:03:988 [INFO] Copying 5285 resources
23:39:05:603 [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
23:39:09:484 [INFO] Gathering sources
23:39:09:486 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:11.0.0-SNAPSHOT:jar
23:39:09:486 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:11.0.0-SNAPSHOT:jar
23:39:09:487 [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/**/*.*"
23:39:10:456 [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/**/*.*"
23:39:10:952 [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:39:10:953 [INFO] Copying 2 resources
23:39:10:953 [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
23:39:15:779 [INFO] Assembling p2 repository
23:39:16:625 [INFO] 
23:39:16:625 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
23:39:16:626 [INFO] 
23:39:16:626 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections ---
23:39:17:629 [INFO] No dependency problems found
23:39:17:629 [INFO] 
23:39:17:629 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
23:39:17:630 [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
23:39:17:637 [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
23:39:17:639 [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
23:39:17:644 [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
23:39:17:696 [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
23:39:17:697 [INFO] 
23:39:17:697 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
23:39:17:699 [INFO] ------------------------------------------------------------------------
23:39:17:699 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.0.0-SNAPSHOT:
23:39:17:699 [INFO] 
23:39:17:699 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  4.695 s]
23:39:17:699 [INFO] Eclipse Collections Code Generator ................. SUCCESS [  3.398 s]
23:39:17:699 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  4.308 s]
23:39:17:700 [INFO] Eclipse Collections API ............................ SUCCESS [ 10.107 s]
23:39:17:700 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 38.899 s]
23:39:17:700 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  4.269 s]
23:39:17:700 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  2.695 s]
23:39:17:700 [INFO] Eclipse Collections Unit Test Suite ................ SUCCESS [01:03 min]
23:39:17:700 [INFO] Eclipse Collections Serialization Test Suite ....... SUCCESS [  3.551 s]
23:39:17:700 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  3.105 s]
23:39:17:700 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SUCCESS [  0.593 s]
23:39:17:701 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SUCCESS [  5.832 s]
23:39:17:701 [INFO] Eclipse Collections Test Coverage Aggregation ...... SUCCESS [  6.652 s]
23:39:17:701 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.216 s]
23:39:17:701 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 21.452 s]
23:39:17:701 [INFO] ------------------------------------------------------------------------
23:39:17:701 [INFO] BUILD SUCCESS
23:39:17:701 [INFO] ------------------------------------------------------------------------
23:39:17:701 [INFO] Total time:  02:54 min
23:39:17:701 [INFO] Finished at: 2020-11-02T23:39:17Z
23:39:17:702 [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: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
23:39:19:781 [INFO] Error stacktraces are turned on.
23:39:19:870 [INFO] Scanning for projects...
23:39:32:207 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml
23:39:32:359 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B)
23:39:32:463 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
23:39:32:480 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
23:39:32:595 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
23:39:32:717 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
23:39:32:831 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
23:39:32:936 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
23:39:33:060 [INFO] Adding repository file:/home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/repository
23:39:33:078 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml
23:39:34:341 [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)
23:39:34:459 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml
23:39:34:475 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml
23:39:34:479 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml
23:39:34:497 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml
23:39:34:498 [INFO] ------------------------------------------------------------------------
23:39:34:498 [INFO] Reactor Build Order:
23:39:34:498 [INFO] 
23:39:34:499 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
23:39:34:499 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
23:39:34:499 [INFO] p2-repository                                       [eclipse-repository]
23:39:35:001 [INFO] 
23:39:35:001 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
23:39:35:002 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT [1/3]
23:39:35:002 [INFO] --------------------------------[ pom ]---------------------------------
23:39:35:004 [INFO] 
23:39:35:005 [INFO] --- tycho-versions-plugin:2.0.0:set-version (default-cli) @ p2-feature ---
23:39:40:282 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature
23:39:40:282 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature
23:39:40:282 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository
23:39:40:285 [INFO] ------------------------------------------------------------------------
23:39:40:285 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT:
23:39:40:286 [INFO] 
23:39:40:286 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  5.284 s]
23:39:40:286 [INFO] org.eclipse.collections.feature .................... SKIPPED
23:39:40:286 [INFO] p2-repository ...................................... SKIPPED
23:39:40:286 [INFO] ------------------------------------------------------------------------
23:39:40:286 [INFO] BUILD SUCCESS
23:39:40:287 [INFO] ------------------------------------------------------------------------
23:39:40:287 [INFO] Total time:  20.467 s
23:39:40:287 [INFO] Finished at: 2020-11-02T23:39:40Z
23:39:40:287 [INFO] ------------------------------------------------------------------------
[new-version] $ /bin/sh -xe /tmp/jenkins6057017753589553602.sh
+ git checkout origin/master
M	acceptance-tests/pom.xml
HEAD is now at 6b4f6019 Merge pull request #1026 from MantriAditi/master
M	eclipse-collections-api/pom.xml
M	eclipse-collections-code-generator-maven-plugin/pom.xml
M	eclipse-collections-code-generator/pom.xml
M	eclipse-collections-forkjoin/pom.xml
M	eclipse-collections-testutils/pom.xml
M	eclipse-collections/pom.xml
M	jcstress-tests/pom.xml
M	jmh-scala-tests/pom.xml
M	jmh-tests/pom.xml
M	junit-trait-runner/pom.xml
M	p2-repository/org.eclipse.collections/pom.xml
M	p2-repository/pom.xml
M	performance-tests/pom.xml
M	pom.xml
M	scala-unit-tests/pom.xml
M	serialization-tests/pom.xml
M	test-coverage/pom.xml
M	unit-tests-java8/pom.xml
M	unit-tests/pom.xml
+ git config --global user.email collections-bot@eclipse.org
+ git config --global user.name 'Eclipse Collections Bot'
+ git add -u '*.xml'
+ git commit -m 'Update version number to 11.0.0-SNAPSHOT.'
[detached HEAD 68fd7172] Update version number to 11.0.0-SNAPSHOT.
 20 files changed, 20 insertions(+), 20 deletions(-)
using credential github-bot-ssh
Pushing HEAD to branch master at repo origin
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub bot SSH
 > git push git@github.com:eclipse/eclipse-collections.git HEAD:master # timeout=10
Sending e-mails to: hiroshi.ito@gs.com donald.raab@gs.com craig.motlin@gs.com mohammad.rezaei@gs.com
Finished: SUCCESS