Skip to content

Console Output

Started by user Sirisha Pratha
Running as Sirisha Pratha
Agent basic-dtdn9 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-dtdn9"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-dtdn9"
    - 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-dtdn9"
    - 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.10"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    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
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  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-dtdn9 (basic) 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)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/new-version@tmp/jenkins-gitclient-ssh5981973967979178599.key
 > 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 871a364a58656437f5edeaacd0a9ca6a7a2d23d7 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 871a364a58656437f5edeaacd0a9ca6a7a2d23d7 # timeout=10
Commit message: "Release version 11.0.0.M5."
 > git rev-list --no-walk 9c5f0a9c677c121543da8770845194bc8a30b9dc # 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.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
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: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
14:21:41:377 [INFO] Error stacktraces are turned on.
14:21:41:479 [INFO] Scanning for projects...
14:22:34:064 [INFO] ------------------------------------------------------------------------
14:22:34:064 [INFO] Reactor Build Order:
14:22:34:064 [INFO] 
14:22:34:065 [INFO] Eclipse Collections Parent Project                                 [pom]
14:22:34:066 [INFO] Eclipse Collections Code Generator                                 [jar]
14:22:34:066 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
14:22:34:066 [INFO] Eclipse Collections API                                            [jar]
14:22:34:066 [INFO] Eclipse Collections Main Library                                   [jar]
14:22:34:066 [INFO] Eclipse Collections Test Utilities                                 [jar]
14:22:34:066 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
14:22:34:066 [INFO] Eclipse Collections Unit Test Suite                                [jar]
14:22:34:066 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
14:22:34:066 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
14:22:34:066 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
14:22:34:066 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
14:22:34:066 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
14:22:34:066 [INFO] Eclipse Collections p2 Repository Build                            [pom]
14:22:34:066 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
14:22:35:069 [INFO] 
14:22:35:069 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
14:22:35:069 [INFO] Building Eclipse Collections Parent Project 11.0.0.M5             [1/15]
14:22:35:069 [INFO] --------------------------------[ pom ]---------------------------------
14:22:35:072 [INFO] 
14:22:35:072 [INFO] --- versions-maven-plugin:2.8.1:set (default-cli) @ eclipse-collections-parent ---
14:22:41:180 [INFO] Local aggregation root: /home/jenkins/agent/workspace/new-version
14:22:41:185 [INFO] Processing change of org.eclipse.collections:eclipse-collections-parent:11.0.0.M5 -> 11.0.0-SNAPSHOT
14:22:41:273 [INFO] Processing org.eclipse.collections:eclipse-collections-parent
14:22:41:273 [INFO]     Updating project org.eclipse.collections:eclipse-collections-parent
14:22:41:273 [INFO]         from version 11.0.0.M5 to 11.0.0-SNAPSHOT
14:22:41:410 [INFO] 
14:22:41:431 [INFO] Processing org.eclipse.collections:acceptance-tests
14:22:41:431 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:22:41:432 [INFO]         from version 11.0.0.M5 to 11.0.0-SNAPSHOT
14:22:41:451 [INFO] 
14:22:41:453 [INFO] Processing org.eclipse.collections:eclipse-collections-api
14:22:41:453 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:22:41:453 [INFO]         from version 11.0.0.M5 to 11.0.0-SNAPSHOT
14:22:41:467 [INFO] 
14:22:41:468 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator-maven-plugin
14:22:41:468 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:22:41:468 [INFO]         from version 11.0.0.M5 to 11.0.0-SNAPSHOT
14:22:41:484 [INFO] 
14:22:41:485 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator
14:22:41:485 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:22:41:485 [INFO]         from version 11.0.0.M5 to 11.0.0-SNAPSHOT
14:22:41:495 [INFO] 
14:22:41:497 [INFO] Processing org.eclipse.collections:eclipse-collections-forkjoin
14:22:41:497 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:22:41:497 [INFO]         from version 11.0.0.M5 to 11.0.0-SNAPSHOT
14:22:41:537 [INFO] 
14:22:41:538 [INFO] Processing org.eclipse.collections:eclipse-collections-testutils
14:22:41:538 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:22:41:538 [INFO]         from version 11.0.0.M5 to 11.0.0-SNAPSHOT
14:22:41:549 [INFO] 
14:22:41:550 [INFO] Processing org.eclipse.collections:eclipse-collections
14:22:41:550 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:22:41:550 [INFO]         from version 11.0.0.M5 to 11.0.0-SNAPSHOT
14:22:41:565 [INFO] 
14:22:41:566 [INFO] Processing org.eclipse.collections:jcstress-tests
14:22:41:566 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:22:41:566 [INFO]         from version 11.0.0.M5 to 11.0.0-SNAPSHOT
14:22:41:576 [INFO] 
14:22:41:577 [INFO] Processing org.eclipse.collections:jmh-scala-tests
14:22:41:577 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:22:41:577 [INFO]         from version 11.0.0.M5 to 11.0.0-SNAPSHOT
14:22:41:586 [INFO] 
14:22:41:587 [INFO] Processing org.eclipse.collections:jmh-tests
14:22:41:587 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:22:41:587 [INFO]         from version 11.0.0.M5 to 11.0.0-SNAPSHOT
14:22:41:604 [INFO] 
14:22:41:605 [INFO] Processing org.eclipse.collections:junit-trait-runner
14:22:41:605 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:22:41:606 [INFO]         from version 11.0.0.M5 to 11.0.0-SNAPSHOT
14:22:41:632 [INFO] 
14:22:41:633 [INFO] Processing org.eclipse.collections:p2-repository
14:22:41:634 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:22:41:634 [INFO]         from version 11.0.0.M5 to 11.0.0-SNAPSHOT
14:22:41:662 [INFO] 
14:22:41:663 [INFO] Processing org.eclipse.collections:performance-tests
14:22:41:664 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:22:41:664 [INFO]         from version 11.0.0.M5 to 11.0.0-SNAPSHOT
14:22:41:673 [INFO] 
14:22:41:674 [INFO] Processing org.eclipse.collections:scala-unit-tests
14:22:41:674 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:22:41:674 [INFO]         from version 11.0.0.M5 to 11.0.0-SNAPSHOT
14:22:41:687 [INFO] 
14:22:41:688 [INFO] Processing org.eclipse.collections:serialization-tests
14:22:41:688 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:22:41:688 [INFO]         from version 11.0.0.M5 to 11.0.0-SNAPSHOT
14:22:41:695 [INFO] 
14:22:41:696 [INFO] Processing org.eclipse.collections:test-coverage
14:22:41:696 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:22:41:696 [INFO]         from version 11.0.0.M5 to 11.0.0-SNAPSHOT
14:22:41:731 [INFO] 
14:22:41:732 [INFO] Processing org.eclipse.collections:unit-tests-java8
14:22:41:732 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:22:41:732 [INFO]         from version 11.0.0.M5 to 11.0.0-SNAPSHOT
14:22:41:744 [INFO] 
14:22:41:745 [INFO] Processing org.eclipse.collections:unit-tests
14:22:41:745 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:22:41:745 [INFO]         from version 11.0.0.M5 to 11.0.0-SNAPSHOT
14:22:41:754 [INFO] 
14:22:41:757 [INFO] Processing org.eclipse.collections:org.eclipse.collections
14:22:41:757 [INFO]     Updating parent org.eclipse.collections:p2-repository
14:22:41:757 [INFO]         from version 11.0.0.M5 to 11.0.0-SNAPSHOT
14:22:41:758 [INFO] 
14:22:41:759 [INFO] ------------------------------------------------------------------------
14:22:41:759 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.0.0.M5:
14:22:41:759 [INFO] 
14:22:41:759 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  6.690 s]
14:22:41:759 [INFO] Eclipse Collections Code Generator ................. SKIPPED
14:22:41:759 [INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED
14:22:41:759 [INFO] Eclipse Collections API ............................ SKIPPED
14:22:41:759 [INFO] Eclipse Collections Main Library ................... SKIPPED
14:22:41:759 [INFO] Eclipse Collections Test Utilities ................. SKIPPED
14:22:41:759 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED
14:22:41:759 [INFO] Eclipse Collections Unit Test Suite ................ SKIPPED
14:22:41:759 [INFO] Eclipse Collections Serialization Test Suite ....... SKIPPED
14:22:41:759 [INFO] Eclipse Collections JCStress Test Suite ............ SKIPPED
14:22:41:759 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SKIPPED
14:22:41:759 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SKIPPED
14:22:41:759 [INFO] Eclipse Collections Test Coverage Aggregation ...... SKIPPED
14:22:41:759 [INFO] Eclipse Collections p2 Repository Build ............ SKIPPED
14:22:41:759 [INFO] Eclipse Collections OSGi Bundle .................... SKIPPED
14:22:41:759 [INFO] ------------------------------------------------------------------------
14:22:41:759 [INFO] BUILD SUCCESS
14:22:41:759 [INFO] ------------------------------------------------------------------------
14:22:41:760 [INFO] Total time:  01:00 min
14:22:41:760 [INFO] Finished at: 2021-11-01T14:22:41Z
14:22:41:760 [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.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
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: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
14:22:42:657 [INFO] Error stacktraces are turned on.
14:22:42:741 [INFO] Scanning for projects...
14:22:44:062 [INFO] ------------------------------------------------------------------------
14:22:44:062 [INFO] Reactor Build Order:
14:22:44:062 [INFO] 
14:22:44:062 [INFO] Eclipse Collections Parent Project                                 [pom]
14:22:44:063 [INFO] Eclipse Collections Code Generator                                 [jar]
14:22:44:063 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
14:22:44:063 [INFO] Eclipse Collections API                                            [jar]
14:22:44:063 [INFO] Eclipse Collections Main Library                                   [jar]
14:22:44:063 [INFO] Eclipse Collections Test Utilities                                 [jar]
14:22:44:063 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
14:22:44:063 [INFO] Eclipse Collections Unit Test Suite                                [jar]
14:22:44:063 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
14:22:44:063 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
14:22:44:063 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
14:22:44:063 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
14:22:44:063 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
14:22:44:063 [INFO] Eclipse Collections p2 Repository Build                            [pom]
14:22:44:063 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
14:22:44:067 [INFO] 
14:22:44:068 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
14:22:44:068 [INFO] Building Eclipse Collections Parent Project 11.0.0-SNAPSHOT       [1/15]
14:22:44:068 [INFO] --------------------------------[ pom ]---------------------------------
14:22:45:924 [INFO] 
14:22:45:924 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
14:22:45:969 [INFO] 
14:22:45:969 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
14:22:49:559 [INFO] 
14:22:49:559 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
14:22:53:602 [INFO] Skipping pom project
14:22:53:603 [INFO] 
14:22:53:603 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
14:22:53:757 [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
14:22:53:761 [INFO] 
14:22:53:761 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
14:22:53:761 [INFO] Building Eclipse Collections Code Generator 11.0.0-SNAPSHOT       [2/15]
14:22:53:761 [INFO] --------------------------------[ jar ]---------------------------------
14:22:56:659 [INFO] 
14:22:56:659 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
14:22:56:660 [INFO] 
14:22:56:660 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
14:22:56:670 [INFO] 
14:22:56:670 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator ---
14:22:57:540 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:22:57:540 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:22:57:556 [INFO] Copying 356 resources
14:22:57:659 [INFO] 
14:22:57:659 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
14:23:03:228 [INFO] Changes detected - recompiling the module!
14:23:03:234 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/classes
14:23:04:064 [INFO] 
14:23:04:064 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
14:23:04:066 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:23:04:066 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:23:04:066 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/src/test/resources
14:23:04:066 [INFO] 
14:23:04:066 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
14:23:04:075 [INFO] Changes detected - recompiling the module!
14:23:04:076 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/test-classes
14:23:04:659 [INFO] 
14:23:04:659 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
14:23:04:972 [INFO] Tests are skipped.
14:23:04:972 [INFO] 
14:23:04:972 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
14:23:05:750 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0-SNAPSHOT.jar
14:23:05:859 [INFO] 
14:23:05:859 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
14:23:05:951 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0-SNAPSHOT-sources.jar
14:23:06:148 [INFO] 
14:23:06:148 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
14:23:06:179 [INFO] No dependency problems found
14:23:06:179 [INFO] 
14:23:06:179 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
14:23:06:182 [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
14:23:06:187 [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
14:23:06:189 [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
14:23:06:192 [INFO] 
14:23:06:192 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
14:23:06:192 [INFO] Building Eclipse Collections Code Generator Maven Plugin 11.0.0-SNAPSHOT [3/15]
14:23:06:192 [INFO] ----------------------------[ maven-plugin ]----------------------------
14:23:07:109 [INFO] 
14:23:07:109 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
14:23:07:110 [INFO] 
14:23:07:110 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
14:23:07:138 [INFO] 
14:23:07:138 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
14:23:07:138 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:23:07:139 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:23:07:139 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/main/resources
14:23:07:139 [INFO] 
14:23:07:139 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
14:23:07:141 [INFO] Changes detected - recompiling the module!
14:23:07:141 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/classes
14:23:07:754 [INFO] 
14:23:07:754 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
14:23:11:137 [INFO] Using 'UTF-8' encoding to read mojo source files.
14:23:11:190 [INFO] java-javadoc mojo extractor found 1 mojo descriptor.
14:23:11:265 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
14:23:11:411 [INFO] 
14:23:11:411 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
14:23:11:432 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:23:11:432 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:23:11:432 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/test/resources
14:23:11:432 [INFO] 
14:23:11:432 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
14:23:11:433 [INFO] No sources to compile
14:23:11:433 [INFO] 
14:23:11:433 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
14:23:11:435 [INFO] Tests are skipped.
14:23:11:435 [INFO] 
14:23:11:435 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
14:23:11:438 [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
14:23:11:442 [INFO] 
14:23:11:442 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
14:23:11:443 [INFO] 
14:23:11:443 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
14:23:11:446 [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
14:23:11:465 [INFO] 
14:23:11:465 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
14:23:11:469 [INFO] No dependency problems found
14:23:11:469 [INFO] 
14:23:11:469 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
14:23:11:471 [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
14:23:11:471 [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
14:23:11:484 [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
14:23:11:485 [INFO] 
14:23:11:486 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
14:23:11:486 [INFO] Building Eclipse Collections API 11.0.0-SNAPSHOT                  [4/15]
14:23:11:486 [INFO] --------------------------------[ jar ]---------------------------------
14:23:11:660 [INFO] 
14:23:11:660 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
14:23:11:661 [INFO] 
14:23:11:661 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
14:23:11:663 [INFO] 
14:23:11:663 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0-SNAPSHOT:generate (default) @ eclipse-collections-api ---
14:23:11:671 [INFO] Generating sources to eclipse-collections-api
14:23:12:576 [INFO] Generated 1171 files
14:23:12:576 [INFO] 
14:23:12:576 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-api ---
14:23:12:577 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:23:12:577 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:23:12:578 [INFO] Copying 3 resources
14:23:12:579 [INFO] 
14:23:12:579 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
14:23:12:736 [INFO] Changes detected - recompiling the module!
14:23:12:737 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/classes
14:23:17:690 [INFO] 
14:23:17:690 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api ---
14:23:24:553 [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.
14:23:24:553 [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.
14:23:24:553 [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.
14:23:24:553 [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.
14:23:24:553 [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.
14:23:24:553 [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.
14:23:25:248 [INFO] 
14:23:25:248 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-api ---
14:23:25:249 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:23:25:249 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:23:25:249 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-api/src/test/resources
14:23:25:249 [INFO] 
14:23:25:249 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
14:23:25:250 [INFO] No sources to compile
14:23:25:250 [INFO] 
14:23:25:251 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
14:23:25:252 [INFO] Tests are skipped.
14:23:25:252 [INFO] 
14:23:25:252 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api ---
14:23:25:345 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.0.0-SNAPSHOT.jar
14:23:25:466 [INFO] 
14:23:25:466 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
14:23:25:492 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.0.0-SNAPSHOT-sources.jar
14:23:25:881 [INFO] 
14:23:25:881 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
14:23:26:056 [INFO] No dependency problems found
14:23:26:056 [INFO] 
14:23:26:056 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
14:23:26:057 [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
14:23:26:062 [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
14:23:26:063 [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
14:23:26:065 [INFO] 
14:23:26:065 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
14:23:26:065 [INFO] Building Eclipse Collections Main Library 11.0.0-SNAPSHOT         [5/15]
14:23:26:065 [INFO] --------------------------------[ jar ]---------------------------------
14:23:26:067 [INFO] 
14:23:26:067 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
14:23:26:068 [INFO] 
14:23:26:068 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
14:23:26:070 [INFO] 
14:23:26:070 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0-SNAPSHOT:generate (default) @ eclipse-collections ---
14:23:26:070 [INFO] Generating sources to eclipse-collections
14:23:29:601 [INFO] Generated 1446 files
14:23:29:601 [INFO] 
14:23:29:601 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections ---
14:23:29:602 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:23:29:602 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:23:29:603 [INFO] Copying 24 resources
14:23:29:607 [INFO] 
14:23:29:608 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
14:23:29:774 [INFO] Changes detected - recompiling the module!
14:23:29:775 [INFO] Compiling 2101 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/classes
14:23:57:536 [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
14:23:57:536 [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
14:23:57:536 [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
14:23:57:536 [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
14:23:57:536 [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
14:23:57:536 [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
14:23:57:536 [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
14:23:57:536 [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
14:23:57:536 [INFO] 
14:23:57:536 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections ---
14:23:57:604 [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.
14:23:57:604 [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.
14:23:57:604 [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.
14:23:57:604 [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.
14:23:57:604 [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.
14:23:57:604 [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.
14:24:00:283 [INFO] 
14:24:00:283 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections ---
14:24:00:285 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:24:00:285 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:24:00:285 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections/src/test/resources
14:24:00:285 [INFO] 
14:24:00:285 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
14:24:00:286 [INFO] No sources to compile
14:24:00:286 [INFO] 
14:24:00:286 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
14:24:00:288 [INFO] Tests are skipped.
14:24:00:288 [INFO] 
14:24:00:288 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections ---
14:24:00:613 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.0.0-SNAPSHOT.jar
14:24:01:159 [INFO] 
14:24:01:159 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections ---
14:24:01:219 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.0.0-SNAPSHOT-sources.jar
14:24:01:732 [INFO] 
14:24:01:732 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections ---
14:24:02:283 [INFO] No dependency problems found
14:24:02:283 [INFO] 
14:24:02:284 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
14:24:02:285 [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
14:24:02:293 [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
14:24:02:294 [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
14:24:02:297 [INFO] 
14:24:02:297 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
14:24:02:297 [INFO] Building Eclipse Collections Test Utilities 11.0.0-SNAPSHOT       [6/15]
14:24:02:297 [INFO] --------------------------------[ jar ]---------------------------------
14:24:02:477 [INFO] 
14:24:02:477 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
14:24:02:478 [INFO] 
14:24:02:478 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
14:24:02:483 [INFO] 
14:24:02:483 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-testutils ---
14:24:05:997 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/jacoco.exec
14:24:05:997 [INFO] 
14:24:05:997 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-testutils ---
14:24:05:998 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:24:05:998 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:24:05:998 [INFO] Copying 3 resources
14:24:05:999 [INFO] 
14:24:05:999 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
14:24:06:001 [INFO] Changes detected - recompiling the module!
14:24:06:001 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/classes
14:24:07:205 [INFO] 
14:24:07:205 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-testutils ---
14:24:07:206 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:24:07:206 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:24:07:207 [INFO] Copying 1 resource
14:24:07:207 [INFO] 
14:24:07:207 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
14:24:07:208 [INFO] Changes detected - recompiling the module!
14:24:07:209 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/test-classes
14:24:08:669 [INFO] 
14:24:08:669 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
14:24:08:670 [INFO] Tests are skipped.
14:24:08:671 [INFO] 
14:24:08:671 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-testutils ---
14:24:08:672 [INFO] Skipping JaCoCo execution due to missing execution data file.
14:24:08:672 [INFO] 
14:24:08:672 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils ---
14:24:08:675 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0-SNAPSHOT.jar
14:24:08:680 [INFO] 
14:24:08:680 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
14:24:08:682 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0-SNAPSHOT-sources.jar
14:24:08:689 [INFO] 
14:24:08:689 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
14:24:08:698 [INFO] No dependency problems found
14:24:08:698 [INFO] 
14:24:08:698 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
14:24:08:699 [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
14:24:08:710 [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
14:24:08:719 [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
14:24:08:763 [INFO] 
14:24:08:763 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
14:24:08:763 [INFO] Building Eclipse Collections Fork Join Utilities 11.0.0-SNAPSHOT  [7/15]
14:24:08:763 [INFO] --------------------------------[ jar ]---------------------------------
14:24:08:782 [INFO] 
14:24:08:783 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
14:24:08:783 [INFO] 
14:24:08:783 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
14:24:08:790 [INFO] 
14:24:08:790 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-forkjoin ---
14:24:08:791 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/jacoco.exec
14:24:08:791 [INFO] 
14:24:08:791 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-forkjoin ---
14:24:08:792 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:24:08:792 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:24:08:794 [INFO] Copying 3 resources
14:24:08:795 [INFO] 
14:24:08:795 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
14:24:08:797 [INFO] Changes detected - recompiling the module!
14:24:08:798 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/classes
14:24:10:056 [INFO] 
14:24:10:056 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
14:24:10:056 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:24:10:056 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:24:10:056 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/src/test/resources
14:24:10:056 [INFO] 
14:24:10:056 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
14:24:10:057 [INFO] Changes detected - recompiling the module!
14:24:10:058 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/test-classes
14:24:11:275 [INFO] 
14:24:11:275 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
14:24:11:277 [INFO] Tests are skipped.
14:24:11:277 [INFO] 
14:24:11:277 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-forkjoin ---
14:24:11:278 [INFO] Skipping JaCoCo execution due to missing execution data file.
14:24:11:278 [INFO] 
14:24:11:278 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin ---
14:24:11:281 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0-SNAPSHOT.jar
14:24:11:284 [INFO] 
14:24:11:284 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
14:24:11:287 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0-SNAPSHOT-sources.jar
14:24:11:290 [INFO] 
14:24:11:290 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
14:24:11:298 [INFO] No dependency problems found
14:24:11:298 [INFO] 
14:24:11:298 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
14:24:11:298 [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
14:24:11:303 [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
14:24:11:309 [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
14:24:11:310 [INFO] 
14:24:11:310 [INFO] -----------------< org.eclipse.collections:unit-tests >-----------------
14:24:11:310 [INFO] Building Eclipse Collections Unit Test Suite 11.0.0-SNAPSHOT      [8/15]
14:24:11:310 [INFO] --------------------------------[ jar ]---------------------------------
14:24:12:099 [INFO] 
14:24:12:099 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests ---
14:24:12:100 [INFO] 
14:24:12:100 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests ---
14:24:12:106 [INFO] 
14:24:12:106 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ unit-tests ---
14:24:12:107 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/unit-tests/target/jacoco.exec
14:24:12:107 [INFO] 
14:24:12:107 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ unit-tests ---
14:24:12:107 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:24:12:107 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:24:12:107 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests/src/main/resources
14:24:12:107 [INFO] 
14:24:12:107 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests ---
14:24:12:108 [INFO] No sources to compile
14:24:12:108 [INFO] 
14:24:12:108 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0-SNAPSHOT:generate (list) @ unit-tests ---
14:24:12:108 [INFO] Generating sources to unit-tests
14:24:17:290 [INFO] Generated 2196 files
14:24:17:290 [INFO] 
14:24:17:290 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ unit-tests ---
14:24:17:291 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:24:17:291 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:24:17:291 [INFO] Copying 1 resource
14:24:17:292 [INFO] 
14:24:17:292 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests ---
14:24:17:508 [INFO] Changes detected - recompiling the module!
14:24:17:509 [INFO] Compiling 2740 source files to /home/jenkins/agent/workspace/new-version/unit-tests/target/test-classes
14:25:13:844 [INFO] 
14:25:13:844 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests ---
14:25:13:848 [INFO] Tests are skipped.
14:25:13:848 [INFO] 
14:25:13:848 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ unit-tests ---
14:25:13:849 [INFO] Skipping JaCoCo execution due to missing execution data file.
14:25:13:849 [INFO] 
14:25:13:849 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests ---
14:25:13:849 [WARNING] JAR will be empty - no content was marked for inclusion!
14:25:13:850 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-11.0.0-SNAPSHOT.jar
14:25:13:853 [INFO] 
14:25:13:853 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests ---
14:25:13:854 [INFO] No sources in project. Archive not created.
14:25:13:854 [INFO] 
14:25:13:854 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests ---
14:25:14:599 [INFO] No dependency problems found
14:25:14:600 [INFO] 
14:25:14:600 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests ---
14:25:14:601 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests/11.0.0-SNAPSHOT/unit-tests-11.0.0-SNAPSHOT.jar
14:25:14:605 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests/11.0.0-SNAPSHOT/unit-tests-11.0.0-SNAPSHOT.pom
14:25:14:606 [INFO] 
14:25:14:606 [INFO] ------------< org.eclipse.collections:serialization-tests >-------------
14:25:14:606 [INFO] Building Eclipse Collections Serialization Test Suite 11.0.0-SNAPSHOT [9/15]
14:25:14:606 [INFO] --------------------------------[ jar ]---------------------------------
14:25:14:608 [INFO] 
14:25:14:608 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serialization-tests ---
14:25:14:608 [INFO] 
14:25:14:608 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ serialization-tests ---
14:25:14:611 [INFO] 
14:25:14:611 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ serialization-tests ---
14:25:14:611 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/serialization-tests/target/jacoco.exec
14:25:14:611 [INFO] 
14:25:14:611 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ serialization-tests ---
14:25:14:612 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:25:14:612 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:25:14:612 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/main/resources
14:25:14:612 [INFO] 
14:25:14:612 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ serialization-tests ---
14:25:14:613 [INFO] No sources to compile
14:25:14:613 [INFO] 
14:25:14:613 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ serialization-tests ---
14:25:14:614 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:25:14:614 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:25:14:614 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/test/resources
14:25:14:614 [INFO] 
14:25:14:614 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ serialization-tests ---
14:25:14:684 [INFO] Changes detected - recompiling the module!
14:25:14:685 [INFO] Compiling 882 source files to /home/jenkins/agent/workspace/new-version/serialization-tests/target/test-classes
14:25:17:772 [INFO] 
14:25:17:772 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ serialization-tests ---
14:25:17:774 [INFO] Tests are skipped.
14:25:17:774 [INFO] 
14:25:17:774 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ serialization-tests ---
14:25:17:775 [INFO] Skipping JaCoCo execution due to missing execution data file.
14:25:17:775 [INFO] 
14:25:17:775 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ serialization-tests ---
14:25:17:775 [WARNING] JAR will be empty - no content was marked for inclusion!
14:25:17:776 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-11.0.0-SNAPSHOT.jar
14:25:17:779 [INFO] 
14:25:17:779 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ serialization-tests ---
14:25:17:780 [INFO] No sources in project. Archive not created.
14:25:17:780 [INFO] 
14:25:17:780 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ serialization-tests ---
14:25:17:819 [INFO] No dependency problems found
14:25:17:819 [INFO] 
14:25:17:819 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serialization-tests ---
14:25:17:820 [INFO] Installing /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/serialization-tests/11.0.0-SNAPSHOT/serialization-tests-11.0.0-SNAPSHOT.jar
14:25:17:821 [INFO] Installing /home/jenkins/agent/workspace/new-version/serialization-tests/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/serialization-tests/11.0.0-SNAPSHOT/serialization-tests-11.0.0-SNAPSHOT.pom
14:25:17:821 [INFO] 
14:25:17:821 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
14:25:17:821 [INFO] Building Eclipse Collections JCStress Test Suite 11.0.0-SNAPSHOT [10/15]
14:25:17:821 [INFO] --------------------------------[ jar ]---------------------------------
14:25:19:562 [INFO] 
14:25:19:562 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
14:25:19:563 [INFO] 
14:25:19:563 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
14:25:19:569 [INFO] 
14:25:19:569 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jcstress-tests ---
14:25:19:569 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:25:19:569 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:25:19:569 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/main/resources
14:25:19:569 [INFO] 
14:25:19:569 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
14:25:19:571 [INFO] Changes detected - recompiling the module!
14:25:19:571 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/jcstress-tests/target/classes
14:25:20:731 [INFO] 
14:25:20:731 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jcstress-tests ---
14:25:20:732 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:25:20:732 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:25:20:732 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/test/resources
14:25:20:732 [INFO] 
14:25:20:732 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
14:25:20:732 [INFO] No sources to compile
14:25:20:732 [INFO] 
14:25:20:732 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
14:25:20:734 [INFO] Tests are skipped.
14:25:20:734 [INFO] 
14:25:20:734 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests ---
14:25:20:737 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.0.0-SNAPSHOT.jar
14:25:20:741 [INFO] 
14:25:20:741 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests ---
14:25:21:475 [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.0.0-SNAPSHOT in the shaded jar.
14:25:21:475 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.0.0-SNAPSHOT in the shaded jar.
14:25:21:475 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
14:25:21:475 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
14:25:22:413 [WARNING] eclipse-collections-11.0.0-SNAPSHOT.jar, eclipse-collections-api-11.0.0-SNAPSHOT.jar define 3 overlapping resources: 
14:25:22:413 [WARNING]   - LICENSE-EDL-1.0.txt
14:25:22:413 [WARNING]   - LICENSE-EPL-1.0.txt
14:25:22:413 [WARNING]   - about.html
14:25:22:413 [WARNING] eclipse-collections-11.0.0-SNAPSHOT.jar, eclipse-collections-api-11.0.0-SNAPSHOT.jar, jcstress-core-0.4.jar, jcstress-tests-11.0.0-SNAPSHOT.jar, jopt-simple-4.6.jar define 1 overlapping resources: 
14:25:22:413 [WARNING]   - META-INF/MANIFEST.MF
14:25:22:413 [WARNING] maven-shade-plugin has detected that some class files are
14:25:22:413 [WARNING] present in two or more JARs. When this happens, only one
14:25:22:413 [WARNING] single version of the class is copied to the uber jar.
14:25:22:413 [WARNING] Usually this is not harmful and you can skip these warnings,
14:25:22:413 [WARNING] otherwise try to manually exclude artifacts based on
14:25:22:413 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
14:25:22:413 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
14:25:22:418 [INFO] Replacing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress.jar with /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.0.0-SNAPSHOT-shaded.jar
14:25:22:418 [INFO] 
14:25:22:418 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests ---
14:25:22:420 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.0.0-SNAPSHOT-sources.jar
14:25:22:425 [INFO] 
14:25:22:425 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests ---
14:25:22:431 [INFO] No dependency problems found
14:25:22:431 [INFO] 
14:25:22:431 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
14:25:22:432 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/11.0.0-SNAPSHOT/jcstress-tests-11.0.0-SNAPSHOT.jar
14:25:22:433 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/11.0.0-SNAPSHOT/jcstress-tests-11.0.0-SNAPSHOT.pom
14:25:22:433 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/11.0.0-SNAPSHOT/jcstress-tests-11.0.0-SNAPSHOT-sources.jar
14:25:22:435 [INFO] 
14:25:22:435 [INFO] -------------< org.eclipse.collections:junit-trait-runner >-------------
14:25:22:435 [INFO] Building Eclipse Collections Test Trait JUnit Runner 11.0.0-SNAPSHOT [11/15]
14:25:22:435 [INFO] --------------------------------[ jar ]---------------------------------
14:25:22:437 [INFO] 
14:25:22:437 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ junit-trait-runner ---
14:25:22:437 [INFO] 
14:25:22:437 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ junit-trait-runner ---
14:25:22:439 [INFO] 
14:25:22:439 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ junit-trait-runner ---
14:25:22:440 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:25:22:440 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:25:22:440 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/main/resources
14:25:22:440 [INFO] 
14:25:22:440 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-trait-runner ---
14:25:22:442 [INFO] Changes detected - recompiling the module!
14:25:22:442 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/classes
14:25:23:064 [INFO] 
14:25:23:064 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ junit-trait-runner ---
14:25:23:065 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:25:23:065 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:25:23:065 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/test/resources
14:25:23:065 [INFO] 
14:25:23:065 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-trait-runner ---
14:25:23:066 [INFO] No sources to compile
14:25:23:066 [INFO] 
14:25:23:066 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ junit-trait-runner ---
14:25:23:067 [INFO] Tests are skipped.
14:25:23:067 [INFO] 
14:25:23:067 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ junit-trait-runner ---
14:25:23:069 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.0.0-SNAPSHOT.jar
14:25:23:072 [INFO] 
14:25:23:072 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ junit-trait-runner ---
14:25:23:074 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.0.0-SNAPSHOT-sources.jar
14:25:23:079 [INFO] 
14:25:23:079 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ junit-trait-runner ---
14:25:23:081 [INFO] No dependency problems found
14:25:23:081 [INFO] 
14:25:23:081 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ junit-trait-runner ---
14:25:23:081 [INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/11.0.0-SNAPSHOT/junit-trait-runner-11.0.0-SNAPSHOT.jar
14:25:23:088 [INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/11.0.0-SNAPSHOT/junit-trait-runner-11.0.0-SNAPSHOT.pom
14:25:23:090 [INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/11.0.0-SNAPSHOT/junit-trait-runner-11.0.0-SNAPSHOT-sources.jar
14:25:23:091 [INFO] 
14:25:23:091 [INFO] --------------< org.eclipse.collections:unit-tests-java8 >--------------
14:25:23:091 [INFO] Building Eclipse Collections Java 8 Unit Test Suite 11.0.0-SNAPSHOT [12/15]
14:25:23:091 [INFO] --------------------------------[ jar ]---------------------------------
14:25:23:150 [INFO] 
14:25:23:150 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests-java8 ---
14:25:23:151 [INFO] 
14:25:23:151 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests-java8 ---
14:25:23:156 [INFO] 
14:25:23:156 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ unit-tests-java8 ---
14:25:23:156 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/unit-tests-java8/target/jacoco.exec
14:25:23:157 [INFO] 
14:25:23:157 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ unit-tests-java8 ---
14:25:23:157 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:25:23:157 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:25:23:157 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/main/resources
14:25:23:157 [INFO] 
14:25:23:157 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests-java8 ---
14:25:23:158 [INFO] No sources to compile
14:25:23:158 [INFO] 
14:25:23:158 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ unit-tests-java8 ---
14:25:23:159 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:25:23:159 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:25:23:159 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/test/resources
14:25:23:159 [INFO] 
14:25:23:159 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests-java8 ---
14:25:23:181 [INFO] Changes detected - recompiling the module!
14:25:23:182 [INFO] Compiling 169 source files to /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/test-classes
14:25:28:858 [INFO] 
14:25:28:859 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests-java8 ---
14:25:28:860 [INFO] Tests are skipped.
14:25:28:860 [INFO] 
14:25:28:860 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ unit-tests-java8 ---
14:25:28:861 [INFO] Skipping JaCoCo execution due to missing execution data file.
14:25:28:861 [INFO] 
14:25:28:861 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests-java8 ---
14:25:28:861 [WARNING] JAR will be empty - no content was marked for inclusion!
14:25:28:862 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-11.0.0-SNAPSHOT.jar
14:25:28:865 [INFO] 
14:25:28:865 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests-java8 ---
14:25:28:865 [INFO] No sources in project. Archive not created.
14:25:28:865 [INFO] 
14:25:28:865 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests-java8 ---
14:25:28:887 [INFO] No dependency problems found
14:25:28:887 [INFO] 
14:25:28:887 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests-java8 ---
14:25:28:887 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests-java8/11.0.0-SNAPSHOT/unit-tests-java8-11.0.0-SNAPSHOT.jar
14:25:28:892 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests-java8/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests-java8/11.0.0-SNAPSHOT/unit-tests-java8-11.0.0-SNAPSHOT.pom
14:25:28:892 [INFO] 
14:25:28:892 [INFO] ---------------< org.eclipse.collections:test-coverage >----------------
14:25:28:892 [INFO] Building Eclipse Collections Test Coverage Aggregation 11.0.0-SNAPSHOT [13/15]
14:25:28:892 [INFO] --------------------------------[ pom ]---------------------------------
14:25:28:894 [INFO] 
14:25:28:894 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ test-coverage ---
14:25:28:894 [INFO] 
14:25:28:894 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ test-coverage ---
14:25:28:897 [INFO] 
14:25:28:897 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ test-coverage ---
14:25:28:897 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/test-coverage/target/jacoco.exec
14:25:28:897 [INFO] 
14:25:28:897 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ test-coverage ---
14:25:28:898 [INFO] Skipping JaCoCo execution due to missing execution data file.
14:25:28:898 [INFO] 
14:25:28:898 [INFO] --- jacoco-maven-plugin:0.8.7:report-aggregate (default-report) @ test-coverage ---
14:25:29:396 [INFO] Analyzed bundle 'eclipse-collections-api' with 360 classes
14:25:31:135 [INFO] Analyzed bundle 'eclipse-collections' with 3667 classes
14:25:34:965 [INFO] Analyzed bundle 'eclipse-collections-testutils' with 2 classes
14:25:34:978 [INFO] 
14:25:34:978 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ test-coverage ---
14:25:34:979 [INFO] Skipping pom project
14:25:34:979 [INFO] 
14:25:34:979 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ test-coverage ---
14:25:34:980 [INFO] Installing /home/jenkins/agent/workspace/new-version/test-coverage/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/test-coverage/11.0.0-SNAPSHOT/test-coverage-11.0.0-SNAPSHOT.pom
14:25:34:981 [INFO] 
14:25:34:981 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
14:25:34:981 [INFO] Building Eclipse Collections p2 Repository Build 11.0.0-SNAPSHOT [14/15]
14:25:34:981 [INFO] --------------------------------[ pom ]---------------------------------
14:25:34:994 [INFO] 
14:25:34:994 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
14:25:35:004 [INFO] 
14:25:35:004 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
14:25:35:047 [INFO] 
14:25:35:047 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository ---
14:25:35:169 [INFO] Skipping pom project
14:25:35:169 [INFO] 
14:25:35:169 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
14:25:35:181 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/p2-repository/11.0.0-SNAPSHOT/p2-repository-11.0.0-SNAPSHOT.pom
14:25:35:200 [INFO] 
14:25:35:200 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
14:25:35:200 [INFO] Building Eclipse Collections OSGi Bundle 11.0.0-SNAPSHOT         [15/15]
14:25:35:200 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
14:25:36:751 [INFO] 
14:25:36:751 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
14:25:36:751 [INFO] 
14:25:36:751 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
14:25:42:479 [WARNING] Working tree is dirty.
git status p2-repository/org.eclipse.collections:

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

14:25:42:479 [WARNING] Fallback to default timestamp provider
14:25:42:482 [INFO] The project's OSGi version is 11.0.0.v20211101-1422
14:25:42:482 [INFO] 
14:25:42:483 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections ---
14:25:42:484 [INFO] 
14:25:42:484 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
14:25:42:488 [INFO] 
14:25:42:488 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.collections ---
14:25:42:544 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:25:42:544 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:25:42:547 [INFO] Copying 2 resources
14:25:42:551 [INFO] 
14:25:42:551 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
14:25:42:575 [INFO] No sources to compile
14:25:42:575 [INFO] 
14:25:42:575 [INFO] --- ebr-maven-plugin:1.3.0:bundle (default-bundle) @ org.eclipse.collections ---
14:25:42:581 [INFO] Gathering dependencies
14:25:42:586 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:11.0.0-SNAPSHOT:jar
14:25:42:591 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:11.0.0-SNAPSHOT:jar
14:25:42:591 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
14:25:43:412 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
14:25:43:625 [INFO] Merging collected dependencies
14:25:43:628 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:25:43:628 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:25:43:739 [INFO] Copying 5293 resources
14:25:44:747 [INFO] Generating OSGi MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0-SNAPSHOT.jar
14:25:49:041 [INFO] Gathering sources
14:25:49:042 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:11.0.0-SNAPSHOT:jar
14:25:49:043 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:11.0.0-SNAPSHOT:jar
14:25:49:043 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
14:25:49:609 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
14:25:49:985 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:25:49:985 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:25:49:985 [INFO] Copying 2 resources
14:25:49:986 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0-SNAPSHOT-sources.jar
14:25:56:430 [INFO] Assembling p2 repository
14:25:57:289 [INFO] 
14:25:57:289 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
14:25:57:290 [INFO] 
14:25:57:290 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections ---
14:25:58:245 [INFO] No dependency problems found
14:25:58:245 [INFO] 
14:25:58:245 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
14:25:58:246 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0-SNAPSHOT/org.eclipse.collections-11.0.0-SNAPSHOT.jar
14:25:58:255 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0-SNAPSHOT/org.eclipse.collections-11.0.0-SNAPSHOT.pom
14:25:58:256 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0-SNAPSHOT/org.eclipse.collections-11.0.0-SNAPSHOT-sources.jar
14:25:58:260 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/p2content.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0-SNAPSHOT/org.eclipse.collections-11.0.0-SNAPSHOT-p2metadata.xml
14:25:58:261 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/p2artifacts.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0-SNAPSHOT/org.eclipse.collections-11.0.0-SNAPSHOT-p2artifacts.xml
14:25:58:262 [INFO] 
14:25:58:262 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
14:25:58:263 [INFO] ------------------------------------------------------------------------
14:25:58:263 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.0.0-SNAPSHOT:
14:25:58:263 [INFO] 
14:25:58:264 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  9.694 s]
14:25:58:264 [INFO] Eclipse Collections Code Generator ................. SUCCESS [ 12.431 s]
14:25:58:264 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  5.293 s]
14:25:58:264 [INFO] Eclipse Collections API ............................ SUCCESS [ 14.580 s]
14:25:58:264 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 36.232 s]
14:25:58:264 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  6.466 s]
14:25:58:264 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  2.546 s]
14:25:58:264 [INFO] Eclipse Collections Unit Test Suite ................ SUCCESS [01:03 min]
14:25:58:264 [INFO] Eclipse Collections Serialization Test Suite ....... SUCCESS [  3.215 s]
14:25:58:264 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  4.614 s]
14:25:58:264 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SUCCESS [  0.656 s]
14:25:58:264 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SUCCESS [  5.801 s]
14:25:58:264 [INFO] Eclipse Collections Test Coverage Aggregation ...... SUCCESS [  6.089 s]
14:25:58:264 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.219 s]
14:25:58:264 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 23.063 s]
14:25:58:264 [INFO] ------------------------------------------------------------------------
14:25:58:264 [INFO] BUILD SUCCESS
14:25:58:264 [INFO] ------------------------------------------------------------------------
14:25:58:264 [INFO] Total time:  03:15 min
14:25:58:264 [INFO] Finished at: 2021-11-01T14:25:58Z
14:25:58:264 [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.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
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: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
14:25:59:931 [INFO] Error stacktraces are turned on.
14:25:59:995 [INFO] Scanning for projects...
14:26:23:466 [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
14:26:23:621 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B)
14:26:23:724 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
14:26:23:741 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
14:26:23:856 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
14:26:23:980 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
14:26:24:086 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
14:26:24:191 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
14:26:24:313 [INFO] Adding repository file:/home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/repository
14:26:24:350 [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
14:26:25:241 [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB)
14:26:25:361 [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
14:26:25:376 [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
14:26:25:380 [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
14:26:25:399 [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
14:26:25:399 [INFO] ------------------------------------------------------------------------
14:26:25:400 [INFO] Reactor Build Order:
14:26:25:400 [INFO] 
14:26:25:401 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
14:26:25:401 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
14:26:25:401 [INFO] p2-repository                                       [eclipse-repository]
14:26:25:764 [INFO] 
14:26:25:764 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
14:26:25:764 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT [1/3]
14:26:25:764 [INFO] --------------------------------[ pom ]---------------------------------
14:26:25:767 [INFO] 
14:26:25:767 [INFO] --- tycho-versions-plugin:2.5.0:set-version (default-cli) @ p2-feature ---
14:26:33:414 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature
14:26:33:414 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature
14:26:33:414 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository
14:26:33:417 [INFO] ------------------------------------------------------------------------
14:26:33:417 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT:
14:26:33:417 [INFO] 
14:26:33:417 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  7.653 s]
14:26:33:417 [INFO] org.eclipse.collections.feature .................... SKIPPED
14:26:33:417 [INFO] p2-repository ...................................... SKIPPED
14:26:33:417 [INFO] ------------------------------------------------------------------------
14:26:33:417 [INFO] BUILD SUCCESS
14:26:33:417 [INFO] ------------------------------------------------------------------------
14:26:33:417 [INFO] Total time:  33.467 s
14:26:33:417 [INFO] Finished at: 2021-11-01T14:26:33Z
14:26:33:417 [INFO] ------------------------------------------------------------------------
[new-version] $ /bin/sh -xe /tmp/jenkins12414876386191472749.sh
+ git checkout origin/master
HEAD is now at 871a364a Release version 11.0.0.M5.
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 8ec7e187] 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)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/new-version@tmp/jenkins-gitclient-ssh5261652063279038745.key
 > git push git@github.com:eclipse/eclipse-collections.git HEAD:master # timeout=10
Finished: SUCCESS