Skip to content

Console Output

Started by user Sirisha Pratha
Running as Sirisha Pratha
Agent basic-r8qn1 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-r8qn1"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-r8qn1"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -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-r8qn1"
    - 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.5"
    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-r8qn1 in workspace /home/jenkins/agent/workspace/new-version
The recommended git tool is: NONE
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
 > git --version # 'git version 2.20.1'
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
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 9a59f2704a8c8ea7ec848e2c875176db1104f486 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9a59f2704a8c8ea7ec848e2c875176db1104f486 # timeout=10
Commit message: "Release version 11.0.0.M2."
 > git rev-list --no-walk 6b4f601927fb551786d8e289dc152fd48b4d55e9 # 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"
17:31:12:498 [INFO] Error stacktraces are turned on.
17:31:12:603 [INFO] Scanning for projects...
17:31:56:025 [INFO] ------------------------------------------------------------------------
17:31:56:026 [INFO] Reactor Build Order:
17:31:56:026 [INFO] 
17:31:56:027 [INFO] Eclipse Collections Parent Project                                 [pom]
17:31:56:027 [INFO] Eclipse Collections Code Generator                                 [jar]
17:31:56:027 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
17:31:56:028 [INFO] Eclipse Collections API                                            [jar]
17:31:56:028 [INFO] Eclipse Collections Main Library                                   [jar]
17:31:56:028 [INFO] Eclipse Collections Test Utilities                                 [jar]
17:31:56:029 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
17:31:56:029 [INFO] Eclipse Collections Unit Test Suite                                [jar]
17:31:56:029 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
17:31:56:030 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
17:31:56:030 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
17:31:56:030 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
17:31:56:031 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
17:31:56:031 [INFO] Eclipse Collections p2 Repository Build                            [pom]
17:31:56:031 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
17:31:56:616 [INFO] 
17:31:56:616 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
17:31:56:617 [INFO] Building Eclipse Collections Parent Project 11.0.0.M2             [1/15]
17:31:56:617 [INFO] --------------------------------[ pom ]---------------------------------
17:31:56:620 [INFO] 
17:31:56:620 [INFO] --- versions-maven-plugin:2.7:set (default-cli) @ eclipse-collections-parent ---
17:31:58:998 [INFO] Searching for local aggregator root...
17:31:58:998 [INFO] Local aggregation root: /home/jenkins/agent/workspace/new-version
17:31:59:003 [INFO] Processing change of org.eclipse.collections:eclipse-collections-parent:11.0.0.M2 -> 11.0.0-SNAPSHOT
17:31:59:121 [INFO] Processing org.eclipse.collections:eclipse-collections-parent
17:31:59:121 [INFO]     Updating project org.eclipse.collections:eclipse-collections-parent
17:31:59:121 [INFO]         from version 11.0.0.M2 to 11.0.0-SNAPSHOT
17:31:59:333 [INFO] 
17:31:59:337 [INFO] Processing org.eclipse.collections:acceptance-tests
17:31:59:337 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:31:59:337 [INFO]         from version 11.0.0.M2 to 11.0.0-SNAPSHOT
17:31:59:363 [INFO] 
17:31:59:365 [INFO] Processing org.eclipse.collections:eclipse-collections-api
17:31:59:365 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:31:59:366 [INFO]         from version 11.0.0.M2 to 11.0.0-SNAPSHOT
17:31:59:406 [INFO] 
17:31:59:408 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator-maven-plugin
17:31:59:408 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:31:59:408 [INFO]         from version 11.0.0.M2 to 11.0.0-SNAPSHOT
17:31:59:440 [INFO] 
17:31:59:442 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator
17:31:59:442 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:31:59:442 [INFO]         from version 11.0.0.M2 to 11.0.0-SNAPSHOT
17:31:59:460 [INFO] 
17:31:59:462 [INFO] Processing org.eclipse.collections:eclipse-collections-forkjoin
17:31:59:462 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:31:59:462 [INFO]         from version 11.0.0.M2 to 11.0.0-SNAPSHOT
17:31:59:507 [INFO] 
17:31:59:508 [INFO] Processing org.eclipse.collections:eclipse-collections-testutils
17:31:59:509 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:31:59:509 [INFO]         from version 11.0.0.M2 to 11.0.0-SNAPSHOT
17:31:59:528 [INFO] 
17:31:59:531 [INFO] Processing org.eclipse.collections:eclipse-collections
17:31:59:531 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:31:59:531 [INFO]         from version 11.0.0.M2 to 11.0.0-SNAPSHOT
17:31:59:551 [INFO] 
17:31:59:552 [INFO] Processing org.eclipse.collections:jcstress-tests
17:31:59:552 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:31:59:552 [INFO]         from version 11.0.0.M2 to 11.0.0-SNAPSHOT
17:31:59:561 [INFO] 
17:31:59:562 [INFO] Processing org.eclipse.collections:jmh-scala-tests
17:31:59:562 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:31:59:562 [INFO]         from version 11.0.0.M2 to 11.0.0-SNAPSHOT
17:31:59:596 [INFO] 
17:31:59:598 [INFO] Processing org.eclipse.collections:jmh-tests
17:31:59:598 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:31:59:598 [INFO]         from version 11.0.0.M2 to 11.0.0-SNAPSHOT
17:31:59:628 [INFO] 
17:31:59:629 [INFO] Processing org.eclipse.collections:junit-trait-runner
17:31:59:630 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:31:59:630 [INFO]         from version 11.0.0.M2 to 11.0.0-SNAPSHOT
17:31:59:635 [INFO] 
17:31:59:639 [INFO] Processing org.eclipse.collections:p2-repository
17:31:59:639 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:31:59:639 [INFO]         from version 11.0.0.M2 to 11.0.0-SNAPSHOT
17:31:59:693 [INFO] 
17:31:59:694 [INFO] Processing org.eclipse.collections:performance-tests
17:31:59:695 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:31:59:695 [INFO]         from version 11.0.0.M2 to 11.0.0-SNAPSHOT
17:31:59:705 [INFO] 
17:31:59:706 [INFO] Processing org.eclipse.collections:scala-unit-tests
17:31:59:707 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:31:59:707 [INFO]         from version 11.0.0.M2 to 11.0.0-SNAPSHOT
17:31:59:720 [INFO] 
17:31:59:721 [INFO] Processing org.eclipse.collections:serialization-tests
17:31:59:722 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:31:59:722 [INFO]         from version 11.0.0.M2 to 11.0.0-SNAPSHOT
17:31:59:729 [INFO] 
17:31:59:730 [INFO] Processing org.eclipse.collections:test-coverage
17:31:59:730 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:31:59:730 [INFO]         from version 11.0.0.M2 to 11.0.0-SNAPSHOT
17:31:59:744 [INFO] 
17:31:59:745 [INFO] Processing org.eclipse.collections:unit-tests-java8
17:31:59:745 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:31:59:746 [INFO]         from version 11.0.0.M2 to 11.0.0-SNAPSHOT
17:31:59:754 [INFO] 
17:31:59:755 [INFO] Processing org.eclipse.collections:unit-tests
17:31:59:755 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:31:59:755 [INFO]         from version 11.0.0.M2 to 11.0.0-SNAPSHOT
17:31:59:795 [INFO] 
17:31:59:799 [INFO] Processing org.eclipse.collections:org.eclipse.collections
17:31:59:799 [INFO]     Updating parent org.eclipse.collections:p2-repository
17:31:59:799 [INFO]         from version 11.0.0.M2 to 11.0.0-SNAPSHOT
17:31:59:801 [INFO] 
17:31:59:801 [INFO] ------------------------------------------------------------------------
17:31:59:801 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.0.0.M2:
17:31:59:801 [INFO] 
17:31:59:802 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  3.185 s]
17:31:59:802 [INFO] Eclipse Collections Code Generator ................. SKIPPED
17:31:59:802 [INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED
17:31:59:802 [INFO] Eclipse Collections API ............................ SKIPPED
17:31:59:803 [INFO] Eclipse Collections Main Library ................... SKIPPED
17:31:59:803 [INFO] Eclipse Collections Test Utilities ................. SKIPPED
17:31:59:803 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED
17:31:59:803 [INFO] Eclipse Collections Unit Test Suite ................ SKIPPED
17:31:59:803 [INFO] Eclipse Collections Serialization Test Suite ....... SKIPPED
17:31:59:803 [INFO] Eclipse Collections JCStress Test Suite ............ SKIPPED
17:31:59:803 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SKIPPED
17:31:59:804 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SKIPPED
17:31:59:804 [INFO] Eclipse Collections Test Coverage Aggregation ...... SKIPPED
17:31:59:804 [INFO] Eclipse Collections p2 Repository Build ............ SKIPPED
17:31:59:804 [INFO] Eclipse Collections OSGi Bundle .................... SKIPPED
17:31:59:804 [INFO] ------------------------------------------------------------------------
17:31:59:805 [INFO] BUILD SUCCESS
17:31:59:805 [INFO] ------------------------------------------------------------------------
17:31:59:805 [INFO] Total time:  47.266 s
17:31:59:805 [INFO] Finished at: 2021-03-18T17:31:59Z
17:31:59:805 [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"
17:32:00:913 [INFO] Error stacktraces are turned on.
17:32:01:019 [INFO] Scanning for projects...
17:32:02:716 [INFO] ------------------------------------------------------------------------
17:32:02:717 [INFO] Reactor Build Order:
17:32:02:717 [INFO] 
17:32:02:719 [INFO] Eclipse Collections Parent Project                                 [pom]
17:32:02:719 [INFO] Eclipse Collections Code Generator                                 [jar]
17:32:02:720 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
17:32:02:720 [INFO] Eclipse Collections API                                            [jar]
17:32:02:721 [INFO] Eclipse Collections Main Library                                   [jar]
17:32:02:721 [INFO] Eclipse Collections Test Utilities                                 [jar]
17:32:02:722 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
17:32:02:722 [INFO] Eclipse Collections Unit Test Suite                                [jar]
17:32:02:723 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
17:32:02:723 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
17:32:02:724 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
17:32:02:724 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
17:32:02:725 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
17:32:02:725 [INFO] Eclipse Collections p2 Repository Build                            [pom]
17:32:02:725 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
17:32:02:732 [INFO] 
17:32:02:732 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
17:32:02:733 [INFO] Building Eclipse Collections Parent Project 11.0.0-SNAPSHOT       [1/15]
17:32:02:733 [INFO] --------------------------------[ pom ]---------------------------------
17:32:03:527 [INFO] 
17:32:03:527 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
17:32:03:601 [INFO] 
17:32:03:601 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
17:32:04:458 [INFO] 
17:32:04:458 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
17:32:05:744 [INFO] Skipping pom project
17:32:05:744 [INFO] 
17:32:05:744 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
17:32:05:904 [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
17:32:05:916 [INFO] 
17:32:05:916 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
17:32:05:916 [INFO] Building Eclipse Collections Code Generator 11.0.0-SNAPSHOT       [2/15]
17:32:05:916 [INFO] --------------------------------[ jar ]---------------------------------
17:32:06:638 [INFO] 
17:32:06:639 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
17:32:06:640 [INFO] 
17:32:06:640 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
17:32:06:654 [INFO] 
17:32:06:655 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator ---
17:32:06:874 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:32:06:889 [INFO] Copying 356 resources
17:32:07:227 [INFO] 
17:32:07:227 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
17:32:07:755 [INFO] Changes detected - recompiling the module!
17:32:07:765 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/classes
17:32:08:755 [INFO] 
17:32:08:756 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
17:32:08:757 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:32:08:757 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/src/test/resources
17:32:08:758 [INFO] 
17:32:08:758 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
17:32:08:766 [INFO] Changes detected - recompiling the module!
17:32:08:767 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/test-classes
17:32:09:542 [INFO] 
17:32:09:542 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
17:32:09:787 [INFO] Tests are skipped.
17:32:09:788 [INFO] 
17:32:09:788 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
17:32:10:018 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0-SNAPSHOT.jar
17:32:10:211 [INFO] 
17:32:10:211 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
17:32:10:314 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0-SNAPSHOT-sources.jar
17:32:10:517 [INFO] 
17:32:10:517 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
17:32:10:540 [INFO] No dependency problems found
17:32:10:540 [INFO] 
17:32:10:540 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
17:32:10:543 [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
17:32:10:546 [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
17:32:10:558 [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
17:32:10:599 [INFO] 
17:32:10:599 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
17:32:10:599 [INFO] Building Eclipse Collections Code Generator Maven Plugin 11.0.0-SNAPSHOT [3/15]
17:32:10:600 [INFO] ----------------------------[ maven-plugin ]----------------------------
17:32:11:154 [INFO] 
17:32:11:155 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
17:32:11:155 [INFO] 
17:32:11:156 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
17:32:11:196 [INFO] 
17:32:11:196 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
17:32:11:197 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:32:11:197 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/main/resources
17:32:11:198 [INFO] 
17:32:11:198 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
17:32:11:200 [INFO] Changes detected - recompiling the module!
17:32:11:202 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/classes
17:32:11:963 [INFO] 
17:32:11:963 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
17:32:13:952 [INFO] Using 'UTF-8' encoding to read mojo source files.
17:32:14:019 [INFO] java-javadoc mojo extractor found 1 mojo descriptor.
17:32:14:119 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
17:32:14:370 [INFO] 
17:32:14:370 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
17:32:14:371 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:32:14:371 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/test/resources
17:32:14:371 [INFO] 
17:32:14:371 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
17:32:14:388 [INFO] No sources to compile
17:32:14:388 [INFO] 
17:32:14:388 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
17:32:14:391 [INFO] Tests are skipped.
17:32:14:391 [INFO] 
17:32:14:391 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
17:32:14:396 [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
17:32:14:452 [INFO] 
17:32:14:452 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
17:32:14:454 [INFO] 
17:32:14:454 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
17:32:14:464 [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
17:32:14:472 [INFO] 
17:32:14:472 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
17:32:14:476 [INFO] No dependency problems found
17:32:14:476 [INFO] 
17:32:14:476 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
17:32:14:478 [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
17:32:14:496 [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
17:32:14:515 [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
17:32:14:525 [INFO] 
17:32:14:525 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
17:32:14:525 [INFO] Building Eclipse Collections API 11.0.0-SNAPSHOT                  [4/15]
17:32:14:525 [INFO] --------------------------------[ jar ]---------------------------------
17:32:14:933 [INFO] 
17:32:14:934 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
17:32:14:934 [INFO] 
17:32:14:934 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
17:32:14:937 [INFO] 
17:32:14:938 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0-SNAPSHOT:generate (default) @ eclipse-collections-api ---
17:32:14:948 [INFO] Generating sources to eclipse-collections-api
17:32:16:175 [INFO] Generated 1171 files
17:32:16:175 [INFO] 
17:32:16:175 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api ---
17:32:16:176 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:32:16:177 [INFO] Copying 3 resources
17:32:16:177 [INFO] 
17:32:16:178 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
17:32:16:446 [INFO] Changes detected - recompiling the module!
17:32:16:447 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/classes
17:32:24:006 [INFO] 
17:32:24:006 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api ---
17:32:25:589 [WARNING] Cannot consider developer in line '76' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
17:32:25:589 [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.
17:32:25:589 [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.
17:32:25:590 [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.
17:32:25:590 [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.
17:32:25:590 [WARNING] Cannot consider developer in line '96' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
17:32:26:729 [INFO] 
17:32:26:729 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api ---
17:32:26:731 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:32:26:731 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-api/src/test/resources
17:32:26:731 [INFO] 
17:32:26:731 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
17:32:26:733 [INFO] No sources to compile
17:32:26:733 [INFO] 
17:32:26:733 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
17:32:26:741 [INFO] Tests are skipped.
17:32:26:741 [INFO] 
17:32:26:741 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api ---
17:32:26:920 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.0.0-SNAPSHOT.jar
17:32:27:204 [INFO] 
17:32:27:204 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
17:32:27:250 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.0.0-SNAPSHOT-sources.jar
17:32:27:797 [INFO] 
17:32:27:797 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
17:32:28:034 [INFO] No dependency problems found
17:32:28:034 [INFO] 
17:32:28:034 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
17:32:28:035 [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
17:32:28:038 [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
17:32:28:042 [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
17:32:28:087 [INFO] 
17:32:28:087 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
17:32:28:087 [INFO] Building Eclipse Collections Main Library 11.0.0-SNAPSHOT         [5/15]
17:32:28:087 [INFO] --------------------------------[ jar ]---------------------------------
17:32:28:089 [INFO] 
17:32:28:090 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
17:32:28:090 [INFO] 
17:32:28:090 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
17:32:28:094 [INFO] 
17:32:28:095 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0-SNAPSHOT:generate (default) @ eclipse-collections ---
17:32:28:095 [INFO] Generating sources to eclipse-collections
17:32:32:522 [INFO] Generated 1446 files
17:32:32:523 [INFO] 
17:32:32:523 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections ---
17:32:32:525 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:32:32:525 [INFO] Copying 24 resources
17:32:32:533 [INFO] 
17:32:32:534 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
17:32:32:761 [INFO] Changes detected - recompiling the module!
17:32:32:763 [INFO] Compiling 2101 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/classes
17:33:03:906 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[54,15] Unsafe is internal proprietary API and may be removed in a future release
17:33:03:906 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[79,25] Unsafe is internal proprietary API and may be removed in a future release
17:33:03:906 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2281,19] Unsafe is internal proprietary API and may be removed in a future release
17:33:03:907 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2285,19] Unsafe is internal proprietary API and may be removed in a future release
17:33:03:907 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2291,83] Unsafe is internal proprietary API and may be removed in a future release
17:33:03:907 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2293,27] Unsafe is internal proprietary API and may be removed in a future release
17:33:03:907 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2295,34] Unsafe is internal proprietary API and may be removed in a future release
17:33:03:908 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2297,32] Unsafe is internal proprietary API and may be removed in a future release
17:33:03:908 [INFO] 
17:33:03:908 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections ---
17:33:04:003 [WARNING] Cannot consider developer in line '76' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
17:33:04:004 [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.
17:33:04:004 [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.
17:33:04:004 [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.
17:33:04:004 [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.
17:33:04:005 [WARNING] Cannot consider developer in line '96' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
17:33:06:830 [INFO] 
17:33:06:830 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections ---
17:33:06:831 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:33:06:832 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections/src/test/resources
17:33:06:832 [INFO] 
17:33:06:832 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
17:33:06:833 [INFO] No sources to compile
17:33:06:833 [INFO] 
17:33:06:833 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
17:33:06:835 [INFO] Tests are skipped.
17:33:06:835 [INFO] 
17:33:06:835 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections ---
17:33:07:091 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.0.0-SNAPSHOT.jar
17:33:07:666 [INFO] 
17:33:07:666 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections ---
17:33:07:744 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.0.0-SNAPSHOT-sources.jar
17:33:08:355 [INFO] 
17:33:08:355 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections ---
17:33:09:038 [INFO] No dependency problems found
17:33:09:038 [INFO] 
17:33:09:038 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
17:33:09:039 [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
17:33:09:047 [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
17:33:09:052 [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
17:33:09:056 [INFO] 
17:33:09:056 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
17:33:09:056 [INFO] Building Eclipse Collections Test Utilities 11.0.0-SNAPSHOT       [6/15]
17:33:09:056 [INFO] --------------------------------[ jar ]---------------------------------
17:33:09:293 [INFO] 
17:33:09:293 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
17:33:09:294 [INFO] 
17:33:09:294 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
17:33:09:300 [INFO] 
17:33:09:300 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ eclipse-collections-testutils ---
17:33:10:275 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/jacoco.exec
17:33:10:276 [INFO] 
17:33:10:276 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils ---
17:33:10:277 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:33:10:277 [INFO] Copying 3 resources
17:33:10:278 [INFO] 
17:33:10:278 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
17:33:10:280 [INFO] Changes detected - recompiling the module!
17:33:10:281 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/classes
17:33:11:642 [INFO] 
17:33:11:642 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils ---
17:33:11:643 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:33:11:643 [INFO] Copying 1 resource
17:33:11:643 [INFO] 
17:33:11:643 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
17:33:11:645 [INFO] Changes detected - recompiling the module!
17:33:11:645 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/test-classes
17:33:13:339 [INFO] 
17:33:13:339 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
17:33:13:341 [INFO] Tests are skipped.
17:33:13:341 [INFO] 
17:33:13:341 [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ eclipse-collections-testutils ---
17:33:13:393 [INFO] Skipping JaCoCo execution due to missing execution data file.
17:33:13:393 [INFO] 
17:33:13:393 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils ---
17:33:13:397 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0-SNAPSHOT.jar
17:33:13:403 [INFO] 
17:33:13:403 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
17:33:13:407 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0-SNAPSHOT-sources.jar
17:33:13:413 [INFO] 
17:33:13:413 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
17:33:13:424 [INFO] No dependency problems found
17:33:13:424 [INFO] 
17:33:13:424 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
17:33:13:425 [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
17:33:13:428 [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
17:33:13:430 [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
17:33:13:432 [INFO] 
17:33:13:432 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
17:33:13:432 [INFO] Building Eclipse Collections Fork Join Utilities 11.0.0-SNAPSHOT  [7/15]
17:33:13:432 [INFO] --------------------------------[ jar ]---------------------------------
17:33:13:434 [INFO] 
17:33:13:434 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
17:33:13:435 [INFO] 
17:33:13:435 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
17:33:13:441 [INFO] 
17:33:13:441 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ eclipse-collections-forkjoin ---
17:33:13:441 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/jacoco.exec
17:33:13:442 [INFO] 
17:33:13:442 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin ---
17:33:13:443 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:33:13:443 [INFO] Copying 3 resources
17:33:13:444 [INFO] 
17:33:13:444 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
17:33:13:446 [INFO] Changes detected - recompiling the module!
17:33:13:447 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/classes
17:33:14:738 [INFO] 
17:33:14:738 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
17:33:14:738 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:33:14:739 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/src/test/resources
17:33:14:739 [INFO] 
17:33:14:739 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
17:33:14:741 [INFO] Changes detected - recompiling the module!
17:33:14:741 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/test-classes
17:33:16:212 [INFO] 
17:33:16:212 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
17:33:16:214 [INFO] Tests are skipped.
17:33:16:214 [INFO] 
17:33:16:214 [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ eclipse-collections-forkjoin ---
17:33:16:215 [INFO] Skipping JaCoCo execution due to missing execution data file.
17:33:16:215 [INFO] 
17:33:16:215 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin ---
17:33:16:218 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0-SNAPSHOT.jar
17:33:16:223 [INFO] 
17:33:16:223 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
17:33:16:226 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0-SNAPSHOT-sources.jar
17:33:16:230 [INFO] 
17:33:16:230 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
17:33:16:240 [INFO] No dependency problems found
17:33:16:240 [INFO] 
17:33:16:240 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
17:33:16:241 [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
17:33:16:445 [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
17:33:16:724 [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
17:33:16:752 [INFO] 
17:33:16:752 [INFO] -----------------< org.eclipse.collections:unit-tests >-----------------
17:33:16:752 [INFO] Building Eclipse Collections Unit Test Suite 11.0.0-SNAPSHOT      [8/15]
17:33:16:752 [INFO] --------------------------------[ jar ]---------------------------------
17:33:17:458 [INFO] 
17:33:17:458 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests ---
17:33:17:459 [INFO] 
17:33:17:460 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests ---
17:33:17:469 [INFO] 
17:33:17:469 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ unit-tests ---
17:33:17:470 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/unit-tests/target/jacoco.exec
17:33:17:470 [INFO] 
17:33:17:470 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests ---
17:33:17:471 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:33:17:472 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests/src/main/resources
17:33:17:472 [INFO] 
17:33:17:472 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests ---
17:33:17:473 [INFO] No sources to compile
17:33:17:473 [INFO] 
17:33:17:473 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0-SNAPSHOT:generate (list) @ unit-tests ---
17:33:17:474 [INFO] Generating sources to unit-tests
17:33:23:286 [INFO] Generated 2196 files
17:33:23:286 [INFO] 
17:33:23:286 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests ---
17:33:23:287 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:33:23:288 [INFO] Copying 1 resource
17:33:23:288 [INFO] 
17:33:23:288 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests ---
17:33:23:520 [INFO] Changes detected - recompiling the module!
17:33:23:521 [INFO] Compiling 2723 source files to /home/jenkins/agent/workspace/new-version/unit-tests/target/test-classes
17:34:28:560 [INFO] 
17:34:28:560 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests ---
17:34:28:563 [INFO] Tests are skipped.
17:34:28:563 [INFO] 
17:34:28:563 [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ unit-tests ---
17:34:28:563 [INFO] Skipping JaCoCo execution due to missing execution data file.
17:34:28:564 [INFO] 
17:34:28:564 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests ---
17:34:28:564 [WARNING] JAR will be empty - no content was marked for inclusion!
17:34:28:566 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-11.0.0-SNAPSHOT.jar
17:34:28:570 [INFO] 
17:34:28:570 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests ---
17:34:28:571 [INFO] No sources in project. Archive not created.
17:34:28:572 [INFO] 
17:34:28:572 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests ---
17:34:30:124 [INFO] No dependency problems found
17:34:30:124 [INFO] 
17:34:30:124 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests ---
17:34:30:126 [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
17:34:30:130 [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
17:34:30:132 [INFO] 
17:34:30:132 [INFO] ------------< org.eclipse.collections:serialization-tests >-------------
17:34:30:132 [INFO] Building Eclipse Collections Serialization Test Suite 11.0.0-SNAPSHOT [9/15]
17:34:30:132 [INFO] --------------------------------[ jar ]---------------------------------
17:34:30:134 [INFO] 
17:34:30:134 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serialization-tests ---
17:34:30:135 [INFO] 
17:34:30:135 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ serialization-tests ---
17:34:30:137 [INFO] 
17:34:30:138 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ serialization-tests ---
17:34:30:138 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/serialization-tests/target/jacoco.exec
17:34:30:139 [INFO] 
17:34:30:139 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ serialization-tests ---
17:34:30:139 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:34:30:140 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/main/resources
17:34:30:140 [INFO] 
17:34:30:140 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ serialization-tests ---
17:34:30:141 [INFO] No sources to compile
17:34:30:142 [INFO] 
17:34:30:142 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ serialization-tests ---
17:34:30:143 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:34:30:143 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/test/resources
17:34:30:144 [INFO] 
17:34:30:144 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ serialization-tests ---
17:34:30:275 [INFO] Changes detected - recompiling the module!
17:34:30:280 [INFO] Compiling 882 source files to /home/jenkins/agent/workspace/new-version/serialization-tests/target/test-classes
17:34:35:240 [INFO] 
17:34:35:240 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ serialization-tests ---
17:34:35:242 [INFO] Tests are skipped.
17:34:35:242 [INFO] 
17:34:35:242 [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ serialization-tests ---
17:34:35:242 [INFO] Skipping JaCoCo execution due to missing execution data file.
17:34:35:242 [INFO] 
17:34:35:243 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ serialization-tests ---
17:34:35:243 [WARNING] JAR will be empty - no content was marked for inclusion!
17:34:35:245 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-11.0.0-SNAPSHOT.jar
17:34:35:249 [INFO] 
17:34:35:249 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ serialization-tests ---
17:34:35:250 [INFO] No sources in project. Archive not created.
17:34:35:250 [INFO] 
17:34:35:250 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ serialization-tests ---
17:34:35:290 [INFO] No dependency problems found
17:34:35:290 [INFO] 
17:34:35:290 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serialization-tests ---
17:34:35:291 [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
17:34:35:294 [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
17:34:35:296 [INFO] 
17:34:35:296 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
17:34:35:296 [INFO] Building Eclipse Collections JCStress Test Suite 11.0.0-SNAPSHOT [10/15]
17:34:35:296 [INFO] --------------------------------[ jar ]---------------------------------
17:34:36:428 [INFO] 
17:34:36:429 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
17:34:36:429 [INFO] 
17:34:36:429 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
17:34:36:435 [INFO] 
17:34:36:435 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests ---
17:34:36:436 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:34:36:436 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/main/resources
17:34:36:436 [INFO] 
17:34:36:436 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
17:34:36:441 [INFO] Changes detected - recompiling the module!
17:34:36:446 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/jcstress-tests/target/classes
17:34:37:874 [INFO] 
17:34:37:874 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests ---
17:34:37:875 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:34:37:875 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/test/resources
17:34:37:875 [INFO] 
17:34:37:875 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
17:34:37:876 [INFO] No sources to compile
17:34:37:887 [INFO] 
17:34:37:887 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
17:34:37:889 [INFO] Tests are skipped.
17:34:37:889 [INFO] 
17:34:37:889 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests ---
17:34:37:892 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.0.0-SNAPSHOT.jar
17:34:37:897 [INFO] 
17:34:37:897 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests ---
17:34:38:768 [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.0.0-SNAPSHOT in the shaded jar.
17:34:38:768 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.0.0-SNAPSHOT in the shaded jar.
17:34:38:768 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
17:34:38:768 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
17:34:39:743 [WARNING] eclipse-collections-11.0.0-SNAPSHOT.jar, eclipse-collections-api-11.0.0-SNAPSHOT.jar define 3 overlapping resources: 
17:34:39:743 [WARNING]   - LICENSE-EDL-1.0.txt
17:34:39:743 [WARNING]   - LICENSE-EPL-1.0.txt
17:34:39:743 [WARNING]   - about.html
17:34:39:743 [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: 
17:34:39:743 [WARNING]   - META-INF/MANIFEST.MF
17:34:39:743 [WARNING] maven-shade-plugin has detected that some class files are
17:34:39:743 [WARNING] present in two or more JARs. When this happens, only one
17:34:39:743 [WARNING] single version of the class is copied to the uber jar.
17:34:39:744 [WARNING] Usually this is not harmful and you can skip these warnings,
17:34:39:744 [WARNING] otherwise try to manually exclude artifacts based on
17:34:39:744 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
17:34:39:744 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
17:34:39:750 [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
17:34:39:751 [INFO] 
17:34:39:751 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests ---
17:34:39:754 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.0.0-SNAPSHOT-sources.jar
17:34:39:759 [INFO] 
17:34:39:759 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests ---
17:34:39:766 [INFO] No dependency problems found
17:34:39:766 [INFO] 
17:34:39:766 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
17:34:39:767 [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
17:34:39:771 [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
17:34:39:773 [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
17:34:39:775 [INFO] 
17:34:39:775 [INFO] -------------< org.eclipse.collections:junit-trait-runner >-------------
17:34:39:775 [INFO] Building Eclipse Collections Test Trait JUnit Runner 11.0.0-SNAPSHOT [11/15]
17:34:39:775 [INFO] --------------------------------[ jar ]---------------------------------
17:34:39:777 [INFO] 
17:34:39:777 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ junit-trait-runner ---
17:34:39:778 [INFO] 
17:34:39:778 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ junit-trait-runner ---
17:34:39:780 [INFO] 
17:34:39:780 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ junit-trait-runner ---
17:34:39:781 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:34:39:781 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/main/resources
17:34:39:781 [INFO] 
17:34:39:781 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-trait-runner ---
17:34:39:785 [INFO] Changes detected - recompiling the module!
17:34:39:791 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/classes
17:34:40:524 [INFO] 
17:34:40:524 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ junit-trait-runner ---
17:34:40:525 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:34:40:525 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/test/resources
17:34:40:526 [INFO] 
17:34:40:526 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-trait-runner ---
17:34:40:526 [INFO] No sources to compile
17:34:40:526 [INFO] 
17:34:40:526 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ junit-trait-runner ---
17:34:40:528 [INFO] Tests are skipped.
17:34:40:528 [INFO] 
17:34:40:528 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ junit-trait-runner ---
17:34:40:531 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.0.0-SNAPSHOT.jar
17:34:40:534 [INFO] 
17:34:40:534 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ junit-trait-runner ---
17:34:40:536 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.0.0-SNAPSHOT-sources.jar
17:34:40:539 [INFO] 
17:34:40:539 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ junit-trait-runner ---
17:34:40:541 [INFO] No dependency problems found
17:34:40:541 [INFO] 
17:34:40:541 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ junit-trait-runner ---
17:34:40: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
17:34:40: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
17:34:40:546 [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
17:34:40:548 [INFO] 
17:34:40:548 [INFO] --------------< org.eclipse.collections:unit-tests-java8 >--------------
17:34:40:548 [INFO] Building Eclipse Collections Java 8 Unit Test Suite 11.0.0-SNAPSHOT [12/15]
17:34:40:548 [INFO] --------------------------------[ jar ]---------------------------------
17:34:40:618 [INFO] 
17:34:40:618 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests-java8 ---
17:34:40:618 [INFO] 
17:34:40:618 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests-java8 ---
17:34:40:622 [INFO] 
17:34:40:622 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ unit-tests-java8 ---
17:34:40:622 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/unit-tests-java8/target/jacoco.exec
17:34:40:622 [INFO] 
17:34:40:623 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests-java8 ---
17:34:40:623 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:34:40:623 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/main/resources
17:34:40:623 [INFO] 
17:34:40:623 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests-java8 ---
17:34:40:624 [INFO] No sources to compile
17:34:40:624 [INFO] 
17:34:40:624 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests-java8 ---
17:34:40:625 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:34:40:625 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/test/resources
17:34:40:625 [INFO] 
17:34:40:625 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests-java8 ---
17:34:40:640 [INFO] Changes detected - recompiling the module!
17:34:40:646 [INFO] Compiling 169 source files to /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/test-classes
17:34:47:446 [INFO] 
17:34:47:446 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests-java8 ---
17:34:47:448 [INFO] Tests are skipped.
17:34:47:448 [INFO] 
17:34:47:448 [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ unit-tests-java8 ---
17:34:47:449 [INFO] Skipping JaCoCo execution due to missing execution data file.
17:34:47:449 [INFO] 
17:34:47:449 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests-java8 ---
17:34:47:449 [WARNING] JAR will be empty - no content was marked for inclusion!
17:34:47:450 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-11.0.0-SNAPSHOT.jar
17:34:47:457 [INFO] 
17:34:47:457 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests-java8 ---
17:34:47:459 [INFO] No sources in project. Archive not created.
17:34:47:459 [INFO] 
17:34:47:459 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests-java8 ---
17:34:47:492 [INFO] No dependency problems found
17:34:47:492 [INFO] 
17:34:47:492 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests-java8 ---
17:34:47:493 [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
17:34:47:498 [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
17:34:47:499 [INFO] 
17:34:47:499 [INFO] ---------------< org.eclipse.collections:test-coverage >----------------
17:34:47:499 [INFO] Building Eclipse Collections Test Coverage Aggregation 11.0.0-SNAPSHOT [13/15]
17:34:47:499 [INFO] --------------------------------[ pom ]---------------------------------
17:34:47:501 [INFO] 
17:34:47:501 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ test-coverage ---
17:34:47:502 [INFO] 
17:34:47:502 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ test-coverage ---
17:34:47:504 [INFO] 
17:34:47:504 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ test-coverage ---
17:34:47:504 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/test-coverage/target/jacoco.exec
17:34:47:505 [INFO] 
17:34:47:505 [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ test-coverage ---
17:34:47:505 [INFO] Skipping JaCoCo execution due to missing execution data file.
17:34:47:505 [INFO] 
17:34:47:505 [INFO] --- jacoco-maven-plugin:0.8.5:report-aggregate (default-report) @ test-coverage ---
17:34:48:222 [INFO] Analyzed bundle 'eclipse-collections-api' with 358 classes
17:34:50:636 [INFO] Analyzed bundle 'eclipse-collections' with 3667 classes
17:34:55:597 [INFO] Analyzed bundle 'eclipse-collections-testutils' with 2 classes
17:34:55:610 [INFO] 
17:34:55:610 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ test-coverage ---
17:34:55:611 [INFO] Skipping pom project
17:34:55:612 [INFO] 
17:34:55:612 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ test-coverage ---
17:34:55:612 [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
17:34:55:614 [INFO] 
17:34:55:614 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
17:34:55:614 [INFO] Building Eclipse Collections p2 Repository Build 11.0.0-SNAPSHOT [14/15]
17:34:55:615 [INFO] --------------------------------[ pom ]---------------------------------
17:34:55:625 [INFO] 
17:34:55:625 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
17:34:55:635 [INFO] 
17:34:55:635 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
17:34:55:707 [INFO] 
17:34:55:707 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository ---
17:34:55:832 [INFO] Skipping pom project
17:34:55:832 [INFO] 
17:34:55:832 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
17:34:55:845 [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
17:34:55:847 [INFO] 
17:34:55:847 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
17:34:55:847 [INFO] Building Eclipse Collections OSGi Bundle 11.0.0-SNAPSHOT         [15/15]
17:34:55:847 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
17:34:56:723 [INFO] 
17:34:56:723 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
17:34:56:723 [INFO] 
17:34:56:723 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
17:35:03:532 [WARNING] Working tree is dirty.
git status p2-repository/org.eclipse.collections:

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

17:35:03:532 [WARNING] Fallback to default timestamp provider
17:35:03:536 [INFO] The project's OSGi version is 11.0.0.v20210318-1732
17:35:03:536 [INFO] 
17:35:03:536 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections ---
17:35:03:538 [INFO] 
17:35:03:538 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
17:35:03:541 [INFO] 
17:35:03:541 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections ---
17:35:03:594 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:35:03:597 [INFO] Copying 2 resources
17:35:03:602 [INFO] 
17:35:03:602 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
17:35:03:630 [INFO] No sources to compile
17:35:03:630 [INFO] 
17:35:03:631 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.eclipse.collections ---
17:35:03:638 [INFO] Gathering dependencies
17:35:03:643 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:11.0.0-SNAPSHOT:jar
17:35:03:648 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:11.0.0-SNAPSHOT:jar
17:35:03:649 [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/**/*.*"
17:35:04:631 [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/**/*.*"
17:35:04:925 [INFO] Merging collected dependencies
17:35:04:929 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:35:05:043 [INFO] Copying 5293 resources
17:35:06:182 [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
17:35:10:820 [INFO] Gathering sources
17:35:10:823 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:11.0.0-SNAPSHOT:jar
17:35:10:824 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:11.0.0-SNAPSHOT:jar
17:35:10:825 [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/**/*.*"
17:35:11:623 [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/**/*.*"
17:35:12:258 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:35:12:258 [INFO] Copying 2 resources
17:35:12:259 [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
17:35:19:999 [INFO] Assembling p2 repository
17:35:20:953 [INFO] 
17:35:20:953 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
17:35:20:954 [INFO] 
17:35:20:954 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections ---
17:35:22:244 [INFO] No dependency problems found
17:35:22:244 [INFO] 
17:35:22:244 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
17:35:22:245 [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
17:35:22:258 [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
17:35:22:283 [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
17:35:22:308 [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
17:35:22:311 [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
17:35:22:313 [INFO] 
17:35:22:313 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
17:35:22:314 [INFO] ------------------------------------------------------------------------
17:35:22:314 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.0.0-SNAPSHOT:
17:35:22:315 [INFO] 
17:35:22:315 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  3.184 s]
17:35:22:315 [INFO] Eclipse Collections Code Generator ................. SUCCESS [  4.683 s]
17:35:22:315 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  3.926 s]
17:35:22:315 [INFO] Eclipse Collections API ............................ SUCCESS [ 13.562 s]
17:35:22:315 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 40.969 s]
17:35:22:316 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  4.376 s]
17:35:22:316 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  3.320 s]
17:35:22:316 [INFO] Eclipse Collections Unit Test Suite ................ SUCCESS [01:13 min]
17:35:22:316 [INFO] Eclipse Collections Serialization Test Suite ....... SUCCESS [  5.164 s]
17:35:22:316 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  4.479 s]
17:35:22:316 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SUCCESS [  0.772 s]
17:35:22:316 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SUCCESS [  6.952 s]
17:35:22:317 [INFO] Eclipse Collections Test Coverage Aggregation ...... SUCCESS [  8.115 s]
17:35:22:317 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.233 s]
17:35:22:317 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 26.467 s]
17:35:22:317 [INFO] ------------------------------------------------------------------------
17:35:22:317 [INFO] BUILD SUCCESS
17:35:22:317 [INFO] ------------------------------------------------------------------------
17:35:22:318 [INFO] Total time:  03:21 min
17:35:22:318 [INFO] Finished at: 2021-03-18T17:35:22Z
17:35:22:318 [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"
17:35:24:748 [INFO] Error stacktraces are turned on.
17:35:24:851 [INFO] Scanning for projects...
17:35:39:468 [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
17:35:39:687 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B)
17:35:39:792 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
17:35:39:823 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
17:35:39:940 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
17:35:40:082 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
17:35:40:193 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
17:35:40:300 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
17:35:40:420 [INFO] Adding repository file:/home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/repository
17:35:40:447 [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
17:35:41:661 [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB)
17:35:41:786 [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
17:35:41:811 [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
17:35:41:820 [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
17:35:41:841 [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
17:35:41:841 [INFO] ------------------------------------------------------------------------
17:35:41:842 [INFO] Reactor Build Order:
17:35:41:842 [INFO] 
17:35:41:843 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
17:35:41:843 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
17:35:41:843 [INFO] p2-repository                                       [eclipse-repository]
17:35:42:862 [INFO] 
17:35:42:862 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
17:35:42:863 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT [1/3]
17:35:42:863 [INFO] --------------------------------[ pom ]---------------------------------
17:35:42:866 [INFO] 
17:35:42:866 [INFO] --- tycho-versions-plugin:2.2.0:set-version (default-cli) @ p2-feature ---
17:35:49:656 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature
17:35:49:656 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature
17:35:49:656 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository
17:35:49:660 [INFO] ------------------------------------------------------------------------
17:35:49:660 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT:
17:35:49:660 [INFO] 
17:35:49:661 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  6.798 s]
17:35:49:661 [INFO] org.eclipse.collections.feature .................... SKIPPED
17:35:49:661 [INFO] p2-repository ...................................... SKIPPED
17:35:49:661 [INFO] ------------------------------------------------------------------------
17:35:49:661 [INFO] BUILD SUCCESS
17:35:49:662 [INFO] ------------------------------------------------------------------------
17:35:49:662 [INFO] Total time:  24.866 s
17:35:49:662 [INFO] Finished at: 2021-03-18T17:35:49Z
17:35:49:662 [INFO] ------------------------------------------------------------------------
[new-version] $ /bin/sh -xe /tmp/jenkins15467403750122228124.sh
+ git checkout origin/master
HEAD is now at 9a59f270 Release version 11.0.0.M2.
M	acceptance-tests/pom.xml
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 29c33524] Update version number to 11.0.0-SNAPSHOT.
 20 files changed, 20 insertions(+), 20 deletions(-)
The recommended git tool is: NONE
using credential github-bot-ssh
Pushing HEAD to branch master at repo origin
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot SSH
 > git push git@github.com:eclipse/eclipse-collections.git HEAD:master # timeout=10
Finished: SUCCESS