Skip to content

Console Output

Started by user Sirisha Pratha
Running as Sirisha Pratha
Agent basic-1vd44 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-1vd44"
  namespace: "collections"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-1vd44"
    - 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-1vd44"
    - 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.13"
    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-1vd44 (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-ssh11954361110870593222.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 fb6abf7fe655ff04acf616158bce49725f2df5ad (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fb6abf7fe655ff04acf616158bce49725f2df5ad # timeout=10
Commit message: "Release version 11.1.0."
 > git rev-list --no-walk b2290ffad7feedfa6772e275368e79822d52a5a4 # timeout=10
[new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DNEXT_VERSION=12.0.0 -DRELEASE_BRANCH=master -Dmaven.repo.local=/home/jenkins/agent/workspace/new-version/.repository versions:set -DgenerateBackupPoms=false -DnewVersion=12.0.0-SNAPSHOT
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
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.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
15:34:34:221 [INFO] Error stacktraces are turned on.
15:34:34:489 [INFO] Scanning for projects...
15:35:00:145 [INFO] ------------------------------------------------------------------------
15:35:00:145 [INFO] Reactor Build Order:
15:35:00:145 [INFO] 
15:35:00:147 [INFO] Eclipse Collections Parent Project                                 [pom]
15:35:00:147 [INFO] Eclipse Collections Code Generator                                 [jar]
15:35:00:147 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
15:35:00:147 [INFO] Eclipse Collections API                                            [jar]
15:35:00:147 [INFO] Eclipse Collections Main Library                                   [jar]
15:35:00:148 [INFO] Eclipse Collections Test Utilities                                 [jar]
15:35:00:148 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
15:35:00:148 [INFO] Eclipse Collections Unit Test Suite                                [jar]
15:35:00:148 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
15:35:00:148 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
15:35:00:148 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
15:35:00:148 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
15:35:00:148 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
15:35:00:148 [INFO] Eclipse Collections p2 Repository Build                            [pom]
15:35:00:148 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
15:35:01:226 [INFO] 
15:35:01:227 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
15:35:01:227 [INFO] Building Eclipse Collections Parent Project 11.1.0                [1/15]
15:35:01:227 [INFO] --------------------------------[ pom ]---------------------------------
15:35:01:232 [INFO] 
15:35:01:233 [INFO] --- versions-maven-plugin:2.8.1:set (default-cli) @ eclipse-collections-parent ---
15:35:06:223 [INFO] Local aggregation root: /home/jenkins/agent/workspace/new-version
15:35:06:234 [INFO] Processing change of org.eclipse.collections:eclipse-collections-parent:11.1.0 -> 12.0.0-SNAPSHOT
15:35:06:432 [INFO] Processing org.eclipse.collections:eclipse-collections-parent
15:35:06:432 [INFO]     Updating project org.eclipse.collections:eclipse-collections-parent
15:35:06:432 [INFO]         from version 11.1.0 to 12.0.0-SNAPSHOT
15:35:06:886 [INFO] 
15:35:06:890 [INFO] Processing org.eclipse.collections:acceptance-tests
15:35:06:891 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
15:35:06:891 [INFO]         from version 11.1.0 to 12.0.0-SNAPSHOT
15:35:06:952 [INFO] 
15:35:06:955 [INFO] Processing org.eclipse.collections:eclipse-collections-api
15:35:06:955 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
15:35:06:955 [INFO]         from version 11.1.0 to 12.0.0-SNAPSHOT
15:35:06:986 [INFO] 
15:35:06:989 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator-maven-plugin
15:35:06:989 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
15:35:06:990 [INFO]         from version 11.1.0 to 12.0.0-SNAPSHOT
15:35:07:070 [INFO] 
15:35:07:073 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator
15:35:07:073 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
15:35:07:073 [INFO]         from version 11.1.0 to 12.0.0-SNAPSHOT
15:35:07:125 [INFO] 
15:35:07:128 [INFO] Processing org.eclipse.collections:eclipse-collections-forkjoin
15:35:07:128 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
15:35:07:128 [INFO]         from version 11.1.0 to 12.0.0-SNAPSHOT
15:35:07:160 [INFO] 
15:35:07:163 [INFO] Processing org.eclipse.collections:eclipse-collections-testutils
15:35:07:163 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
15:35:07:163 [INFO]         from version 11.1.0 to 12.0.0-SNAPSHOT
15:35:07:221 [INFO] 
15:35:07:223 [INFO] Processing org.eclipse.collections:eclipse-collections
15:35:07:223 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
15:35:07:223 [INFO]         from version 11.1.0 to 12.0.0-SNAPSHOT
15:35:07:261 [INFO] 
15:35:07:264 [INFO] Processing org.eclipse.collections:jcstress-tests
15:35:07:264 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
15:35:07:264 [INFO]         from version 11.1.0 to 12.0.0-SNAPSHOT
15:35:07:287 [INFO] 
15:35:07:289 [INFO] Processing org.eclipse.collections:jmh-scala-tests
15:35:07:289 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
15:35:07:289 [INFO]         from version 11.1.0 to 12.0.0-SNAPSHOT
15:35:07:335 [INFO] 
15:35:07:338 [INFO] Processing org.eclipse.collections:jmh-tests
15:35:07:338 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
15:35:07:338 [INFO]         from version 11.1.0 to 12.0.0-SNAPSHOT
15:35:07:376 [INFO] 
15:35:07:378 [INFO] Processing org.eclipse.collections:junit-trait-runner
15:35:07:378 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
15:35:07:378 [INFO]         from version 11.1.0 to 12.0.0-SNAPSHOT
15:35:07:389 [INFO] 
15:35:07:393 [INFO] Processing org.eclipse.collections:p2-repository
15:35:07:393 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
15:35:07:393 [INFO]         from version 11.1.0 to 12.0.0-SNAPSHOT
15:35:07:478 [INFO] 
15:35:07:481 [INFO] Processing org.eclipse.collections:performance-tests
15:35:07:481 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
15:35:07:481 [INFO]         from version 11.1.0 to 12.0.0-SNAPSHOT
15:35:07:505 [INFO] 
15:35:07:522 [INFO] Processing org.eclipse.collections:scala-unit-tests
15:35:07:522 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
15:35:07:522 [INFO]         from version 11.1.0 to 12.0.0-SNAPSHOT
15:35:07:544 [INFO] 
15:35:07:547 [INFO] Processing org.eclipse.collections:serialization-tests
15:35:07:547 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
15:35:07:547 [INFO]         from version 11.1.0 to 12.0.0-SNAPSHOT
15:35:07:562 [INFO] 
15:35:07:564 [INFO] Processing org.eclipse.collections:test-coverage
15:35:07:564 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
15:35:07:564 [INFO]         from version 11.1.0 to 12.0.0-SNAPSHOT
15:35:07:589 [INFO] 
15:35:07:592 [INFO] Processing org.eclipse.collections:unit-tests-java8
15:35:07:592 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
15:35:07:592 [INFO]         from version 11.1.0 to 12.0.0-SNAPSHOT
15:35:07:625 [INFO] 
15:35:07:627 [INFO] Processing org.eclipse.collections:unit-tests
15:35:07:627 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
15:35:07:628 [INFO]         from version 11.1.0 to 12.0.0-SNAPSHOT
15:35:07:643 [INFO] 
15:35:07:648 [INFO] Processing org.eclipse.collections:org.eclipse.collections
15:35:07:649 [INFO]     Updating parent org.eclipse.collections:p2-repository
15:35:07:649 [INFO]         from version 11.1.0 to 12.0.0-SNAPSHOT
15:35:07:651 [INFO] 
15:35:07:652 [INFO] ------------------------------------------------------------------------
15:35:07:652 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.1.0:
15:35:07:652 [INFO] 
15:35:07:653 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  6.426 s]
15:35:07:653 [INFO] Eclipse Collections Code Generator ................. SKIPPED
15:35:07:653 [INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED
15:35:07:653 [INFO] Eclipse Collections API ............................ SKIPPED
15:35:07:653 [INFO] Eclipse Collections Main Library ................... SKIPPED
15:35:07:653 [INFO] Eclipse Collections Test Utilities ................. SKIPPED
15:35:07:653 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED
15:35:07:654 [INFO] Eclipse Collections Unit Test Suite ................ SKIPPED
15:35:07:654 [INFO] Eclipse Collections Serialization Test Suite ....... SKIPPED
15:35:07:654 [INFO] Eclipse Collections JCStress Test Suite ............ SKIPPED
15:35:07:654 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SKIPPED
15:35:07:654 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SKIPPED
15:35:07:654 [INFO] Eclipse Collections Test Coverage Aggregation ...... SKIPPED
15:35:07:654 [INFO] Eclipse Collections p2 Repository Build ............ SKIPPED
15:35:07:654 [INFO] Eclipse Collections OSGi Bundle .................... SKIPPED
15:35:07:654 [INFO] ------------------------------------------------------------------------
15:35:07:654 [INFO] BUILD SUCCESS
15:35:07:654 [INFO] ------------------------------------------------------------------------
15:35:07:654 [INFO] Total time:  33.300 s
15:35:07:655 [INFO] Finished at: 2022-07-06T15:35:07Z
15:35:07:655 [INFO] ------------------------------------------------------------------------
[new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DNEXT_VERSION=12.0.0 -DRELEASE_BRANCH=master -Dmaven.repo.local=/home/jenkins/agent/workspace/new-version/.repository -DskipTests=true clean install
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
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.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
15:35:09:940 [INFO] Error stacktraces are turned on.
15:35:10:125 [INFO] Scanning for projects...
15:35:13:153 [INFO] ------------------------------------------------------------------------
15:35:13:153 [INFO] Reactor Build Order:
15:35:13:153 [INFO] 
15:35:13:155 [INFO] Eclipse Collections Parent Project                                 [pom]
15:35:13:156 [INFO] Eclipse Collections Code Generator                                 [jar]
15:35:13:156 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
15:35:13:156 [INFO] Eclipse Collections API                                            [jar]
15:35:13:156 [INFO] Eclipse Collections Main Library                                   [jar]
15:35:13:156 [INFO] Eclipse Collections Test Utilities                                 [jar]
15:35:13:156 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
15:35:13:156 [INFO] Eclipse Collections Unit Test Suite                                [jar]
15:35:13:156 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
15:35:13:157 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
15:35:13:157 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
15:35:13:157 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
15:35:13:157 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
15:35:13:157 [INFO] Eclipse Collections p2 Repository Build                            [pom]
15:35:13:157 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
15:35:13:168 [INFO] 
15:35:13:169 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
15:35:13:169 [INFO] Building Eclipse Collections Parent Project 12.0.0-SNAPSHOT       [1/15]
15:35:13:169 [INFO] --------------------------------[ pom ]---------------------------------
15:35:14:599 [INFO] 
15:35:14:599 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
15:35:14:754 [INFO] 
15:35:14:754 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
15:35:15:873 [INFO] 
15:35:15:873 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
15:35:17:895 [INFO] Skipping pom project
15:35:17:895 [INFO] 
15:35:17:895 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
15:35:18:124 [INFO] Installing /home/jenkins/agent/workspace/new-version/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-parent/12.0.0-SNAPSHOT/eclipse-collections-parent-12.0.0-SNAPSHOT.pom
15:35:18:134 [INFO] 
15:35:18:134 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
15:35:18:134 [INFO] Building Eclipse Collections Code Generator 12.0.0-SNAPSHOT       [2/15]
15:35:18:134 [INFO] --------------------------------[ jar ]---------------------------------
15:35:18:522 [INFO] 
15:35:18:522 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
15:35:18:525 [INFO] 
15:35:18:525 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
15:35:18:547 [INFO] 
15:35:18:547 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator ---
15:35:19:437 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:35:19:437 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:35:19:468 [INFO] Copying 394 resources
15:35:19:761 [INFO] 
15:35:19:761 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
15:35:20:490 [INFO] Changes detected - recompiling the module!
15:35:20:527 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/classes
15:35:22:500 [INFO] 
15:35:22:500 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
15:35:22:504 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:35:22:504 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:35:22:504 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/src/test/resources
15:35:22:504 [INFO] 
15:35:22:504 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
15:35:22:532 [INFO] Changes detected - recompiling the module!
15:35:22:533 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/test-classes
15:35:24:072 [INFO] 
15:35:24:072 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
15:35:25:029 [INFO] Tests are skipped.
15:35:25:029 [INFO] 
15:35:25:029 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
15:35:25:492 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0-SNAPSHOT.jar
15:35:25:882 [INFO] 
15:35:25:883 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
15:35:26:127 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0-SNAPSHOT-sources.jar
15:35:26:570 [INFO] 
15:35:26:570 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
15:35:26:653 [INFO] No dependency problems found
15:35:26:653 [INFO] 
15:35:26:653 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
15:35:26:659 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0-SNAPSHOT/eclipse-collections-code-generator-12.0.0-SNAPSHOT.jar
15:35:26:661 [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/12.0.0-SNAPSHOT/eclipse-collections-code-generator-12.0.0-SNAPSHOT.pom
15:35:26:664 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0-SNAPSHOT/eclipse-collections-code-generator-12.0.0-SNAPSHOT-sources.jar
15:35:26:670 [INFO] 
15:35:26:670 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
15:35:26:670 [INFO] Building Eclipse Collections Code Generator Maven Plugin 12.0.0-SNAPSHOT [3/15]
15:35:26:670 [INFO] ----------------------------[ maven-plugin ]----------------------------
15:35:28:011 [INFO] 
15:35:28:012 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
15:35:28:014 [INFO] 
15:35:28:014 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
15:35:28:015 [INFO] Skipping Rule Enforcement.
15:35:28:015 [INFO] 
15:35:28:015 [INFO] --- maven-plugin-plugin:3.6.2:helpmojo (help-goal) @ eclipse-collections-code-generator-maven-plugin ---
15:35:30:404 [INFO] Using 'UTF-8' encoding to read mojo source files.
15:35:30:487 [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
15:35:30:489 [INFO] ant mojo extractor found 0 mojo descriptor.
15:35:30:490 [INFO] bsh mojo extractor found 0 mojo descriptor.
15:35:31:156 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
15:35:31:203 [INFO] 
15:35:31:203 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
15:35:31:206 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:35:31:206 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:35:31:206 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/main/resources
15:35:31:206 [INFO] 
15:35:31:206 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
15:35:31:222 [INFO] Changes detected - recompiling the module!
15:35:31:223 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/classes
15:35:33:488 [INFO] 
15:35:33:488 [INFO] --- maven-plugin-plugin:3.6.2:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
15:35:33:491 [INFO] Using 'UTF-8' encoding to read mojo source files.
15:35:33:523 [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
15:35:33:524 [INFO] ant mojo extractor found 0 mojo descriptor.
15:35:33:524 [INFO] bsh mojo extractor found 0 mojo descriptor.
15:35:34:022 [INFO] java-annotations mojo extractor found 4 mojo descriptors.
15:35:34:366 [INFO] 
15:35:34:366 [INFO] --- maven-plugin-plugin:3.6.2:descriptor (mojo-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
15:35:34:369 [INFO] Using 'UTF-8' encoding to read mojo source files.
15:35:34:384 [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
15:35:34:384 [INFO] ant mojo extractor found 0 mojo descriptor.
15:35:34:384 [INFO] bsh mojo extractor found 0 mojo descriptor.
15:35:34:902 [INFO] java-annotations mojo extractor found 4 mojo descriptors.
15:35:34:927 [INFO] 
15:35:34:927 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
15:35:34:930 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:35:34:930 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:35:34:930 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/test/resources
15:35:34:930 [INFO] 
15:35:34:931 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
15:35:34:933 [INFO] No sources to compile
15:35:34:933 [INFO] 
15:35:34:933 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
15:35:34:940 [INFO] Tests are skipped.
15:35:34:940 [INFO] 
15:35:34:940 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
15:35:34:949 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0-SNAPSHOT.jar
15:35:34:965 [INFO] 
15:35:34:965 [INFO] --- maven-plugin-plugin:3.6.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
15:35:34:969 [INFO] 
15:35:34:969 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
15:35:35:025 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0-SNAPSHOT-sources.jar
15:35:35:045 [INFO] 
15:35:35:045 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
15:35:35:064 [INFO] No dependency problems found
15:35:35:064 [INFO] 
15:35:35:064 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
15:35:35:120 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-12.0.0-SNAPSHOT.jar
15:35:35:125 [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/12.0.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-12.0.0-SNAPSHOT.pom
15:35:35:143 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-12.0.0-SNAPSHOT-sources.jar
15:35:35:146 [INFO] 
15:35:35:146 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
15:35:35:146 [INFO] Building Eclipse Collections API 12.0.0-SNAPSHOT                  [4/15]
15:35:35:146 [INFO] --------------------------------[ jar ]---------------------------------
15:35:35:299 [INFO] 
15:35:35:299 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
15:35:35:300 [INFO] 
15:35:35:300 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
15:35:35:322 [INFO] 
15:35:35:322 [INFO] --- eclipse-collections-code-generator-maven-plugin:12.0.0-SNAPSHOT:generate-sources (default) @ eclipse-collections-api ---
15:35:35:354 [INFO] Generating sources in eclipse-collections-api to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/generated-sources/java
15:35:38:336 [INFO] Generated 1370 files
15:35:38:336 [INFO] 
15:35:38:336 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-api ---
15:35:38:339 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:35:38:339 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:35:38:339 [INFO] Copying 3 resources
15:35:38:341 [INFO] 
15:35:38:341 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
15:35:38:816 [INFO] Changes detected - recompiling the module!
15:35:38:819 [INFO] Compiling 1592 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/classes
15:35:54:674 [INFO] 
15:35:54:674 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api ---
15:35:58:244 [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.
15:35:58:244 [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.
15:35:58:245 [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.
15:35:58:245 [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.
15:35:58:245 [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.
15:35:58:245 [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.
15:36:00:246 [INFO] 
15:36:00:247 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-api ---
15:36:00:251 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:36:00:251 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:36:00:251 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-api/src/test/resources
15:36:00:252 [INFO] 
15:36:00:252 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
15:36:00:254 [INFO] No sources to compile
15:36:00:255 [INFO] 
15:36:00:255 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
15:36:00:260 [INFO] Tests are skipped.
15:36:00:260 [INFO] 
15:36:00:260 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api ---
15:36:00:589 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-12.0.0-SNAPSHOT.jar
15:36:01:160 [INFO] 
15:36:01:160 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
15:36:01:321 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-12.0.0-SNAPSHOT-sources.jar
15:36:02:213 [INFO] 
15:36:02:213 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
15:36:02:785 [INFO] No dependency problems found
15:36:02:785 [INFO] 
15:36:02:785 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
15:36:02:820 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-api/12.0.0-SNAPSHOT/eclipse-collections-api-12.0.0-SNAPSHOT.jar
15:36:02:827 [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/12.0.0-SNAPSHOT/eclipse-collections-api-12.0.0-SNAPSHOT.pom
15:36:02:830 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-api/12.0.0-SNAPSHOT/eclipse-collections-api-12.0.0-SNAPSHOT-sources.jar
15:36:02:836 [INFO] 
15:36:02:836 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
15:36:02:836 [INFO] Building Eclipse Collections Main Library 12.0.0-SNAPSHOT         [5/15]
15:36:02:837 [INFO] --------------------------------[ jar ]---------------------------------
15:36:02:844 [INFO] 
15:36:02:844 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
15:36:02:845 [INFO] 
15:36:02:845 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
15:36:02:856 [INFO] 
15:36:02:856 [INFO] --- eclipse-collections-code-generator-maven-plugin:12.0.0-SNAPSHOT:generate-sources (generate-sources) @ eclipse-collections ---
15:36:02:857 [INFO] Generating sources in eclipse-collections to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/generated-sources/java
15:36:12:680 [INFO] Generated 1462 files
15:36:12:680 [INFO] 
15:36:12:680 [INFO] --- eclipse-collections-code-generator-maven-plugin:12.0.0-SNAPSHOT:generate-services (generate-services) @ eclipse-collections ---
15:36:12:683 [INFO] Generating sources in eclipse-collections to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/generated-resources/META-INF/services
15:36:12:836 [INFO] Generated 230 files
15:36:12:837 [INFO] 
15:36:12:837 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections ---
15:36:12:839 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:36:12:839 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:36:12:840 [INFO] Copying 27 resources
15:36:12:867 [INFO] Copying 230 resources to META-INF/services
15:36:12:988 [INFO] 
15:36:12:988 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
15:36:13:417 [INFO] Changes detected - recompiling the module!
15:36:13:424 [INFO] Compiling 2117 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/classes
15:37:37:320 [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
15:37:37:320 [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
15:37:37:320 [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
15:37:37:320 [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
15:37:37:320 [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
15:37:37:320 [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
15:37:37:320 [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
15:37:37:320 [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
15:37:37:320 [INFO] 
15:37:37:320 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections ---
15:37:37:542 [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.
15:37:37:542 [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.
15:37:37:542 [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.
15:37:37:542 [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.
15:37:37:542 [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.
15:37:37:542 [WARNING] Cannot consider developer in line '96' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
15:37:44:520 [INFO] 
15:37:44:520 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections ---
15:37:44:524 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:37:44:524 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:37:44:524 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections/src/test/resources
15:37:44:524 [INFO] 
15:37:44:524 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
15:37:44:527 [INFO] No sources to compile
15:37:44:527 [INFO] 
15:37:44:527 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
15:37:44:532 [INFO] Tests are skipped.
15:37:44:532 [INFO] 
15:37:44:532 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections ---
15:37:45:259 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-12.0.0-SNAPSHOT.jar
15:37:46:816 [INFO] 
15:37:46:817 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections ---
15:37:46:971 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-12.0.0-SNAPSHOT-sources.jar
15:37:48:288 [INFO] 
15:37:48:288 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections ---
15:37:49:981 [INFO] No dependency problems found
15:37:49:982 [INFO] 
15:37:49:982 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
15:37:49:986 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections/12.0.0-SNAPSHOT/eclipse-collections-12.0.0-SNAPSHOT.jar
15:37:49:998 [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/12.0.0-SNAPSHOT/eclipse-collections-12.0.0-SNAPSHOT.pom
15:37:50:001 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections/12.0.0-SNAPSHOT/eclipse-collections-12.0.0-SNAPSHOT-sources.jar
15:37:50:021 [INFO] 
15:37:50:021 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
15:37:50:021 [INFO] Building Eclipse Collections Test Utilities 12.0.0-SNAPSHOT       [6/15]
15:37:50:021 [INFO] --------------------------------[ jar ]---------------------------------
15:37:50:159 [INFO] 
15:37:50:159 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
15:37:50:160 [INFO] 
15:37:50:160 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
15:37:50:178 [INFO] 
15:37:50:178 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-testutils ---
15:37:50:592 [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
15:37:50:592 [INFO] 
15:37:50:592 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-testutils ---
15:37:50:594 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:37:50:594 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:37:50:595 [INFO] Copying 3 resources
15:37:50:596 [INFO] 
15:37:50:597 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
15:37:50:600 [INFO] Changes detected - recompiling the module!
15:37:50:601 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/classes
15:37:55:032 [INFO] 
15:37:55:033 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-testutils ---
15:37:55:036 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:37:55:036 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:37:55:037 [INFO] Copying 1 resource
15:37:55:038 [INFO] 
15:37:55:038 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
15:37:55:044 [INFO] Changes detected - recompiling the module!
15:37:55:045 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/test-classes
15:37:59:569 [INFO] 
15:37:59:569 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
15:37:59:576 [INFO] Tests are skipped.
15:37:59:576 [INFO] 
15:37:59:576 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-testutils ---
15:37:59:581 [INFO] Skipping JaCoCo execution due to missing execution data file.
15:37:59:581 [INFO] 
15:37:59:581 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils ---
15:37:59:588 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-12.0.0-SNAPSHOT.jar
15:37:59:627 [INFO] 
15:37:59:627 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
15:37:59:641 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-12.0.0-SNAPSHOT-sources.jar
15:37:59:666 [INFO] 
15:37:59:666 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
15:37:59:720 [INFO] No dependency problems found
15:37:59:721 [INFO] 
15:37:59:721 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
15:37:59:723 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-testutils/12.0.0-SNAPSHOT/eclipse-collections-testutils-12.0.0-SNAPSHOT.jar
15:37:59:729 [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/12.0.0-SNAPSHOT/eclipse-collections-testutils-12.0.0-SNAPSHOT.pom
15:37:59:732 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-testutils/12.0.0-SNAPSHOT/eclipse-collections-testutils-12.0.0-SNAPSHOT-sources.jar
15:37:59:735 [INFO] 
15:37:59:735 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
15:37:59:735 [INFO] Building Eclipse Collections Fork Join Utilities 12.0.0-SNAPSHOT  [7/15]
15:37:59:736 [INFO] --------------------------------[ jar ]---------------------------------
15:37:59:747 [INFO] 
15:37:59:747 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
15:37:59:748 [INFO] 
15:37:59:748 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
15:37:59:786 [INFO] 
15:37:59:786 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-forkjoin ---
15:37:59:787 [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
15:37:59:788 [INFO] 
15:37:59:788 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-forkjoin ---
15:37:59:789 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:37:59:789 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:37:59:791 [INFO] Copying 3 resources
15:37:59:793 [INFO] 
15:37:59:793 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
15:37:59:822 [INFO] Changes detected - recompiling the module!
15:37:59:823 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/classes
15:38:03:376 [INFO] 
15:38:03:376 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
15:38:03:379 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:38:03:379 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:38:03:379 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/src/test/resources
15:38:03:379 [INFO] 
15:38:03:379 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
15:38:03:383 [INFO] Changes detected - recompiling the module!
15:38:03:383 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/test-classes
15:38:06:820 [INFO] 
15:38:06:820 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
15:38:06:826 [INFO] Tests are skipped.
15:38:06:826 [INFO] 
15:38:06:827 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-forkjoin ---
15:38:06:829 [INFO] Skipping JaCoCo execution due to missing execution data file.
15:38:06:829 [INFO] 
15:38:06:829 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin ---
15:38:06:836 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-12.0.0-SNAPSHOT.jar
15:38:06:867 [INFO] 
15:38:06:867 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
15:38:06:877 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-12.0.0-SNAPSHOT-sources.jar
15:38:06:887 [INFO] 
15:38:06:887 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
15:38:06:937 [INFO] No dependency problems found
15:38:06:937 [INFO] 
15:38:06:937 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
15:38:06:940 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-forkjoin/12.0.0-SNAPSHOT/eclipse-collections-forkjoin-12.0.0-SNAPSHOT.jar
15:38:06:941 [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/12.0.0-SNAPSHOT/eclipse-collections-forkjoin-12.0.0-SNAPSHOT.pom
15:38:06:944 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-forkjoin/12.0.0-SNAPSHOT/eclipse-collections-forkjoin-12.0.0-SNAPSHOT-sources.jar
15:38:06:947 [INFO] 
15:38:06:947 [INFO] -----------------< org.eclipse.collections:unit-tests >-----------------
15:38:06:947 [INFO] Building Eclipse Collections Unit Test Suite 12.0.0-SNAPSHOT      [8/15]
15:38:06:947 [INFO] --------------------------------[ jar ]---------------------------------
15:38:07:351 [INFO] 
15:38:07:351 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests ---
15:38:07:353 [INFO] 
15:38:07:353 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests ---
15:38:07:373 [INFO] 
15:38:07:373 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ unit-tests ---
15:38:07:375 [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
15:38:07:375 [INFO] 
15:38:07:375 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ unit-tests ---
15:38:07:377 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:38:07:377 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:38:07:377 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests/src/main/resources
15:38:07:377 [INFO] 
15:38:07:377 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests ---
15:38:07:380 [INFO] No sources to compile
15:38:07:380 [INFO] 
15:38:07:380 [INFO] --- eclipse-collections-code-generator-maven-plugin:12.0.0-SNAPSHOT:generate-test-sources (default) @ unit-tests ---
15:38:07:381 [INFO] Generating sources in unit-tests to /home/jenkins/agent/workspace/new-version/unit-tests/target/generated-test-sources/java
15:38:22:782 [INFO] Generated 2332 files
15:38:22:784 [INFO] 
15:38:22:785 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ unit-tests ---
15:38:22:793 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:38:22:793 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:38:22:794 [INFO] Copying 1 resource
15:38:22:795 [INFO] 
15:38:22:795 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests ---
15:38:23:341 [INFO] Changes detected - recompiling the module!
15:38:23:344 [INFO] Compiling 2904 source files to /home/jenkins/agent/workspace/new-version/unit-tests/target/test-classes
15:41:38:293 [INFO] 
15:41:38:294 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests ---
15:41:38:302 [INFO] Tests are skipped.
15:41:38:302 [INFO] 
15:41:38:302 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ unit-tests ---
15:41:38:305 [INFO] Skipping JaCoCo execution due to missing execution data file.
15:41:38:305 [INFO] 
15:41:38:305 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests ---
15:41:38:309 [WARNING] JAR will be empty - no content was marked for inclusion!
15:41:38:314 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-12.0.0-SNAPSHOT.jar
15:41:38:358 [INFO] 
15:41:38:358 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests ---
15:41:38:361 [INFO] No sources in project. Archive not created.
15:41:38:361 [INFO] 
15:41:38:361 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests ---
15:41:40:518 [INFO] No dependency problems found
15:41:40:520 [INFO] 
15:41:40:520 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests ---
15:41:40:530 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests/12.0.0-SNAPSHOT/unit-tests-12.0.0-SNAPSHOT.jar
15:41:40:533 [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/12.0.0-SNAPSHOT/unit-tests-12.0.0-SNAPSHOT.pom
15:41:40:536 [INFO] 
15:41:40:536 [INFO] ------------< org.eclipse.collections:serialization-tests >-------------
15:41:40:536 [INFO] Building Eclipse Collections Serialization Test Suite 12.0.0-SNAPSHOT [9/15]
15:41:40:536 [INFO] --------------------------------[ jar ]---------------------------------
15:41:40:545 [INFO] 
15:41:40:545 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serialization-tests ---
15:41:40:546 [INFO] 
15:41:40:546 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ serialization-tests ---
15:41:40:555 [INFO] 
15:41:40:555 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ serialization-tests ---
15:41:40:557 [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
15:41:40:557 [INFO] 
15:41:40:557 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ serialization-tests ---
15:41:40:559 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:41:40:559 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:41:40:559 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/main/resources
15:41:40:559 [INFO] 
15:41:40:559 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ serialization-tests ---
15:41:40:562 [INFO] No sources to compile
15:41:40:562 [INFO] 
15:41:40:562 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ serialization-tests ---
15:41:40:565 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:41:40:565 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:41:40:565 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/test/resources
15:41:40:565 [INFO] 
15:41:40:565 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ serialization-tests ---
15:41:40:744 [INFO] Changes detected - recompiling the module!
15:41:40:745 [INFO] Compiling 882 source files to /home/jenkins/agent/workspace/new-version/serialization-tests/target/test-classes
15:41:49:348 [INFO] 
15:41:49:348 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ serialization-tests ---
15:41:49:353 [INFO] Tests are skipped.
15:41:49:353 [INFO] 
15:41:49:353 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ serialization-tests ---
15:41:49:355 [INFO] Skipping JaCoCo execution due to missing execution data file.
15:41:49:355 [INFO] 
15:41:49:355 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ serialization-tests ---
15:41:49:358 [WARNING] JAR will be empty - no content was marked for inclusion!
15:41:49:361 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-12.0.0-SNAPSHOT.jar
15:41:49:378 [INFO] 
15:41:49:378 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ serialization-tests ---
15:41:49:381 [INFO] No sources in project. Archive not created.
15:41:49:381 [INFO] 
15:41:49:381 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ serialization-tests ---
15:41:49:501 [INFO] No dependency problems found
15:41:49:501 [INFO] 
15:41:49:501 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serialization-tests ---
15:41:49:503 [INFO] Installing /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/serialization-tests/12.0.0-SNAPSHOT/serialization-tests-12.0.0-SNAPSHOT.jar
15:41:49:509 [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/12.0.0-SNAPSHOT/serialization-tests-12.0.0-SNAPSHOT.pom
15:41:49:510 [INFO] 
15:41:49:510 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
15:41:49:510 [INFO] Building Eclipse Collections JCStress Test Suite 12.0.0-SNAPSHOT [10/15]
15:41:49:510 [INFO] --------------------------------[ jar ]---------------------------------
15:41:50:147 [INFO] 
15:41:50:147 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
15:41:50:148 [INFO] 
15:41:50:148 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
15:41:50:167 [INFO] 
15:41:50:167 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jcstress-tests ---
15:41:50:169 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:41:50:169 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:41:50:169 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/main/resources
15:41:50:169 [INFO] 
15:41:50:169 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
15:41:50:175 [INFO] Changes detected - recompiling the module!
15:41:50:176 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/jcstress-tests/target/classes
15:41:53:336 [INFO] 
15:41:53:336 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jcstress-tests ---
15:41:53:338 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:41:53:338 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:41:53:338 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/test/resources
15:41:53:338 [INFO] 
15:41:53:338 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
15:41:53:340 [INFO] No sources to compile
15:41:53:340 [INFO] 
15:41:53:340 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
15:41:53:344 [INFO] Tests are skipped.
15:41:53:345 [INFO] 
15:41:53:345 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests ---
15:41:53:354 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-12.0.0-SNAPSHOT.jar
15:41:53:373 [INFO] 
15:41:53:373 [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ jcstress-tests ---
15:41:54:057 [INFO] Including org.eclipse.collections:eclipse-collections:jar:12.0.0-SNAPSHOT in the shaded jar.
15:41:54:057 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:12.0.0-SNAPSHOT in the shaded jar.
15:41:54:057 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
15:41:54:057 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
15:41:56:335 [WARNING] eclipse-collections-12.0.0-SNAPSHOT.jar, eclipse-collections-api-12.0.0-SNAPSHOT.jar, jcstress-core-0.4.jar, jcstress-tests-12.0.0-SNAPSHOT.jar, jopt-simple-4.6.jar define 1 overlapping resource: 
15:41:56:335 [WARNING]   - META-INF/MANIFEST.MF
15:41:56:335 [WARNING] eclipse-collections-12.0.0-SNAPSHOT.jar, eclipse-collections-api-12.0.0-SNAPSHOT.jar define 3 overlapping resources: 
15:41:56:335 [WARNING]   - LICENSE-EDL-1.0.txt
15:41:56:335 [WARNING]   - LICENSE-EPL-1.0.txt
15:41:56:336 [WARNING]   - about.html
15:41:56:336 [WARNING] maven-shade-plugin has detected that some class files are
15:41:56:336 [WARNING] present in two or more JARs. When this happens, only one
15:41:56:336 [WARNING] single version of the class is copied to the uber jar.
15:41:56:336 [WARNING] Usually this is not harmful and you can skip these warnings,
15:41:56:336 [WARNING] otherwise try to manually exclude artifacts based on
15:41:56:336 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
15:41:56:336 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
15:41:56:352 [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-12.0.0-SNAPSHOT-shaded.jar
15:41:56:352 [INFO] 
15:41:56:353 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests ---
15:41:56:360 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-12.0.0-SNAPSHOT-sources.jar
15:41:56:371 [INFO] 
15:41:56:372 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests ---
15:41:56:389 [INFO] No dependency problems found
15:41:56:389 [INFO] 
15:41:56:389 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
15:41:56:391 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/12.0.0-SNAPSHOT/jcstress-tests-12.0.0-SNAPSHOT.jar
15:41:56:393 [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/12.0.0-SNAPSHOT/jcstress-tests-12.0.0-SNAPSHOT.pom
15:41:56:395 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/12.0.0-SNAPSHOT/jcstress-tests-12.0.0-SNAPSHOT-sources.jar
15:41:56:421 [INFO] 
15:41:56:421 [INFO] -------------< org.eclipse.collections:junit-trait-runner >-------------
15:41:56:421 [INFO] Building Eclipse Collections Test Trait JUnit Runner 12.0.0-SNAPSHOT [11/15]
15:41:56:421 [INFO] --------------------------------[ jar ]---------------------------------
15:41:56:425 [INFO] 
15:41:56:425 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ junit-trait-runner ---
15:41:56:426 [INFO] 
15:41:56:426 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ junit-trait-runner ---
15:41:56:430 [INFO] 
15:41:56:430 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ junit-trait-runner ---
15:41:56:431 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:41:56:432 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:41:56:432 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/main/resources
15:41:56:432 [INFO] 
15:41:56:432 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-trait-runner ---
15:41:56:435 [INFO] Changes detected - recompiling the module!
15:41:56:435 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/classes
15:41:57:993 [INFO] 
15:41:57:994 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ junit-trait-runner ---
15:41:57:996 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:41:57:996 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:41:57:996 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/test/resources
15:41:57:996 [INFO] 
15:41:57:996 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-trait-runner ---
15:41:57:999 [INFO] No sources to compile
15:41:57:999 [INFO] 
15:41:57:999 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ junit-trait-runner ---
15:41:58:003 [INFO] Tests are skipped.
15:41:58:004 [INFO] 
15:41:58:004 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ junit-trait-runner ---
15:41:58:009 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-12.0.0-SNAPSHOT.jar
15:41:58:023 [INFO] 
15:41:58:024 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ junit-trait-runner ---
15:41:58:029 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-12.0.0-SNAPSHOT-sources.jar
15:41:58:044 [INFO] 
15:41:58:044 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ junit-trait-runner ---
15:41:58:048 [INFO] No dependency problems found
15:41:58:048 [INFO] 
15:41:58:048 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ junit-trait-runner ---
15:41:58:049 [INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/12.0.0-SNAPSHOT/junit-trait-runner-12.0.0-SNAPSHOT.jar
15:41:58:054 [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/12.0.0-SNAPSHOT/junit-trait-runner-12.0.0-SNAPSHOT.pom
15:41:58:056 [INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/12.0.0-SNAPSHOT/junit-trait-runner-12.0.0-SNAPSHOT-sources.jar
15:41:58:058 [INFO] 
15:41:58:058 [INFO] --------------< org.eclipse.collections:unit-tests-java8 >--------------
15:41:58:058 [INFO] Building Eclipse Collections Java 8 Unit Test Suite 12.0.0-SNAPSHOT [12/15]
15:41:58:058 [INFO] --------------------------------[ jar ]---------------------------------
15:41:58:133 [INFO] 
15:41:58:134 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests-java8 ---
15:41:58:135 [INFO] 
15:41:58:135 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests-java8 ---
15:41:58:147 [INFO] 
15:41:58:147 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ unit-tests-java8 ---
15:41:58:148 [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
15:41:58:148 [INFO] 
15:41:58:148 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ unit-tests-java8 ---
15:41:58:149 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:41:58:149 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:41:58:149 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/main/resources
15:41:58:149 [INFO] 
15:41:58:149 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests-java8 ---
15:41:58:150 [INFO] No sources to compile
15:41:58:151 [INFO] 
15:41:58:151 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ unit-tests-java8 ---
15:41:58:152 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:41:58:152 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:41:58:152 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/test/resources
15:41:58:152 [INFO] 
15:41:58:152 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests-java8 ---
15:41:58:181 [INFO] Changes detected - recompiling the module!
15:41:58:182 [INFO] Compiling 178 source files to /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/test-classes
15:42:15:651 [INFO] 
15:42:15:651 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests-java8 ---
15:42:15:656 [INFO] Tests are skipped.
15:42:15:656 [INFO] 
15:42:15:656 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ unit-tests-java8 ---
15:42:15:658 [INFO] Skipping JaCoCo execution due to missing execution data file.
15:42:15:658 [INFO] 
15:42:15:658 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests-java8 ---
15:42:15:660 [WARNING] JAR will be empty - no content was marked for inclusion!
15:42:15:661 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-12.0.0-SNAPSHOT.jar
15:42:15:674 [INFO] 
15:42:15:674 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests-java8 ---
15:42:15:677 [INFO] No sources in project. Archive not created.
15:42:15:677 [INFO] 
15:42:15:677 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests-java8 ---
15:42:15:741 [INFO] No dependency problems found
15:42:15:742 [INFO] 
15:42:15:742 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests-java8 ---
15:42:15:744 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests-java8/12.0.0-SNAPSHOT/unit-tests-java8-12.0.0-SNAPSHOT.jar
15:42:15:749 [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/12.0.0-SNAPSHOT/unit-tests-java8-12.0.0-SNAPSHOT.pom
15:42:15:751 [INFO] 
15:42:15:751 [INFO] ---------------< org.eclipse.collections:test-coverage >----------------
15:42:15:751 [INFO] Building Eclipse Collections Test Coverage Aggregation 12.0.0-SNAPSHOT [13/15]
15:42:15:751 [INFO] --------------------------------[ pom ]---------------------------------
15:42:15:759 [INFO] 
15:42:15:759 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ test-coverage ---
15:42:15:761 [INFO] 
15:42:15:761 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ test-coverage ---
15:42:15:880 [INFO] 
15:42:15:880 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ test-coverage ---
15:42:15:882 [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
15:42:15:882 [INFO] 
15:42:15:882 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ test-coverage ---
15:42:15:883 [INFO] Skipping JaCoCo execution due to missing execution data file.
15:42:15:883 [INFO] 
15:42:15:883 [INFO] --- jacoco-maven-plugin:0.8.7:report-aggregate (default-report) @ test-coverage ---
15:42:17:678 [INFO] Analyzed bundle 'eclipse-collections-api' with 619 classes
15:42:24:552 [INFO] Analyzed bundle 'eclipse-collections' with 3683 classes
15:42:34:887 [INFO] Analyzed bundle 'eclipse-collections-testutils' with 3 classes
15:42:34:924 [INFO] 
15:42:34:924 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ test-coverage ---
15:42:34:934 [INFO] Skipping pom project
15:42:34:934 [INFO] 
15:42:34:934 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ test-coverage ---
15:42:34:938 [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/12.0.0-SNAPSHOT/test-coverage-12.0.0-SNAPSHOT.pom
15:42:34:945 [INFO] 
15:42:34:945 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
15:42:34:945 [INFO] Building Eclipse Collections p2 Repository Build 12.0.0-SNAPSHOT [14/15]
15:42:34:946 [INFO] --------------------------------[ pom ]---------------------------------
15:42:34:974 [INFO] 
15:42:34:974 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
15:42:35:005 [INFO] 
15:42:35:005 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
15:42:35:114 [INFO] 
15:42:35:114 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository ---
15:42:35:445 [INFO] Skipping pom project
15:42:35:446 [INFO] 
15:42:35:446 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
15:42:35:477 [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/12.0.0-SNAPSHOT/p2-repository-12.0.0-SNAPSHOT.pom
15:42:35:483 [INFO] 
15:42:35:484 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
15:42:35:484 [INFO] Building Eclipse Collections OSGi Bundle 12.0.0-SNAPSHOT         [15/15]
15:42:35:484 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
15:42:35:697 [INFO] 
15:42:35:697 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
15:42:35:698 [INFO] 
15:42:35:698 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
15:42:41:368 [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

15:42:41:368 [WARNING] Fallback to default timestamp provider
15:42:41:377 [INFO] The project's OSGi version is 12.0.0.v20220706-1535
15:42:41:378 [INFO] 
15:42:41:378 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections ---
15:42:41:379 [INFO] 
15:42:41:380 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
15:42:41:388 [INFO] 
15:42:41:388 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.collections ---
15:42:41:497 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:42:41:497 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:42:41:503 [INFO] Copying 2 resources
15:42:41:521 [INFO] 
15:42:41:521 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
15:42:41:582 [INFO] No sources to compile
15:42:41:583 [INFO] 
15:42:41:583 [INFO] --- ebr-maven-plugin:1.3.0:bundle (default-bundle) @ org.eclipse.collections ---
15:42:41:598 [INFO] Gathering dependencies
15:42:41:611 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:12.0.0-SNAPSHOT:jar
15:42:41:631 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:12.0.0-SNAPSHOT:jar
15:42:41:633 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-12.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/**/*.*"
15:42:43:804 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-12.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/**/*.*"
15:42:44:438 [INFO] Merging collected dependencies
15:42:44:445 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:42:44:445 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:42:44:646 [INFO] Copying 5738 resources
15:42:47:449 [INFO] Generating OSGi MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-12.0.0-SNAPSHOT.jar
15:42:56:794 [INFO] Gathering sources
15:42:56:799 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:12.0.0-SNAPSHOT:jar
15:42:56:803 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:12.0.0-SNAPSHOT:jar
15:42:56:805 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-12.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/**/*.*"
15:42:58:390 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-12.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/**/*.*"
15:42:59:486 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:42:59:486 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:42:59:486 [INFO] Copying 2 resources
15:42:59:487 [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-12.0.0-SNAPSHOT-sources.jar
15:43:06:629 [INFO] Assembling p2 repository
15:43:08:662 [INFO] 
15:43:08:662 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
15:43:08:665 [INFO] 
15:43:08:665 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections ---
15:43:12:021 [INFO] No dependency problems found
15:43:12:021 [INFO] 
15:43:12:021 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
15:43:12:024 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/12.0.0-SNAPSHOT/org.eclipse.collections-12.0.0-SNAPSHOT.jar
15:43:12:039 [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/12.0.0-SNAPSHOT/org.eclipse.collections-12.0.0-SNAPSHOT.pom
15:43:12:041 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/12.0.0-SNAPSHOT/org.eclipse.collections-12.0.0-SNAPSHOT-sources.jar
15:43:12:051 [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/12.0.0-SNAPSHOT/org.eclipse.collections-12.0.0-SNAPSHOT-p2metadata.xml
15:43:12:053 [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/12.0.0-SNAPSHOT/org.eclipse.collections-12.0.0-SNAPSHOT-p2artifacts.xml
15:43:12:055 [INFO] 
15:43:12:055 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
15:43:12:058 [INFO] ------------------------------------------------------------------------
15:43:12:058 [INFO] Reactor Summary for Eclipse Collections Parent Project 12.0.0-SNAPSHOT:
15:43:12:058 [INFO] 
15:43:12:058 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  4.965 s]
15:43:12:059 [INFO] Eclipse Collections Code Generator ................. SUCCESS [  8.536 s]
15:43:12:059 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  8.476 s]
15:43:12:059 [INFO] Eclipse Collections API ............................ SUCCESS [ 27.690 s]
15:43:12:059 [INFO] Eclipse Collections Main Library ................... SUCCESS [01:47 min]
15:43:12:059 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  9.714 s]
15:43:12:059 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  7.212 s]
15:43:12:059 [INFO] Eclipse Collections Unit Test Suite ................ SUCCESS [03:33 min]
15:43:12:059 [INFO] Eclipse Collections Serialization Test Suite ....... SUCCESS [  8.974 s]
15:43:12:059 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  6.911 s]
15:43:12:059 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SUCCESS [  1.637 s]
15:43:12:059 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SUCCESS [ 17.693 s]
15:43:12:059 [INFO] Eclipse Collections Test Coverage Aggregation ...... SUCCESS [ 19.194 s]
15:43:12:059 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.538 s]
15:43:12:060 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 36.575 s]
15:43:12:060 [INFO] ------------------------------------------------------------------------
15:43:12:060 [INFO] BUILD SUCCESS
15:43:12:060 [INFO] ------------------------------------------------------------------------
15:43:12:060 [INFO] Total time:  08:02 min
15:43:12:060 [INFO] Finished at: 2022-07-06T15:43:12Z
15:43:12:060 [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=12.0.0-SNAPSHOT -Dcollections.repository.url=file:/home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/repository
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
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.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
15:43:15:190 [INFO] Error stacktraces are turned on.
15:43:15:375 [INFO] Scanning for projects...
15:43:27:431 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml
15:43:27:834 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B)
15:43:27:941 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
15:43:27:981 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
15:43:28:116 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
15:43:28:256 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
15:43:28:377 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
15:43:28:486 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
15:43:28:626 [INFO] Adding repository file:/home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/repository
15:43:28:674 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml
15:43:30:595 [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)
15:43:30:744 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml
15:43:30:777 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:11.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml
15:43:30:791 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:11.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml
15:43:30:861 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:11.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml
15:43:30:861 [INFO] ------------------------------------------------------------------------
15:43:30:861 [INFO] Reactor Build Order:
15:43:30:861 [INFO] 
15:43:30:863 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
15:43:30:863 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
15:43:30:864 [INFO] p2-repository                                       [eclipse-repository]
15:43:31:851 [INFO] 
15:43:31:851 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
15:43:31:851 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.1.0-SNAPSHOT [1/3]
15:43:31:851 [INFO] --------------------------------[ pom ]---------------------------------
15:43:31:856 [INFO] 
15:43:31:856 [INFO] --- tycho-versions-plugin:2.7.4:set-version (default-cli) @ p2-feature ---
15:43:33:279 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature
15:43:33:322 [INFO]   pom.xml//project/version: 11.1.0-SNAPSHOT => 12.0.0-SNAPSHOT
15:43:33:327 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature
15:43:33:328 [INFO]   feature.xml//feature/@version: 11.1.0.qualifier => 12.0.0.qualifier
15:43:33:329 [INFO]   pom.xml//project/parent/version: 11.1.0-SNAPSHOT => 12.0.0-SNAPSHOT
15:43:33:330 [INFO]   pom.xml//project/version: 11.1.0-SNAPSHOT => 12.0.0-SNAPSHOT
15:43:33:330 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository
15:43:33:330 [INFO]   pom.xml//project/parent/version: 11.1.0-SNAPSHOT => 12.0.0-SNAPSHOT
15:43:33:331 [INFO]   pom.xml//project/version: 11.1.0-SNAPSHOT => 12.0.0-SNAPSHOT
15:43:33:354 [INFO]   category.xml//site/feature[@id=org.eclipse.collections.feature]/@version: 11.1.0.qualifier => 12.0.0.qualifier
15:43:33:361 [INFO]   category.xml//site/feature[@id=org.eclipse.collections.feature]/@url: features/org.eclipse.collections.feature_11.1.0.qualifier.jar => features/org.eclipse.collections.feature_12.0.0.qualifier.jar
15:43:33:361 [INFO]   category.xml//site/feature[@id=org.eclipse.collections.feature.source]/@version: 11.1.0.qualifier => 12.0.0.qualifier
15:43:33:361 [INFO]   category.xml//site/feature[@id=org.eclipse.collections.feature.source]/@url: features/org.eclipse.collections.feature.source_11.1.0.qualifier.jar => features/org.eclipse.collections.feature.source_12.0.0.qualifier.jar
15:43:33:367 [INFO] ------------------------------------------------------------------------
15:43:33:367 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.1.0-SNAPSHOT:
15:43:33:367 [INFO] 
15:43:33:368 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  1.517 s]
15:43:33:368 [INFO] org.eclipse.collections.feature .................... SKIPPED
15:43:33:368 [INFO] p2-repository ...................................... SKIPPED
15:43:33:368 [INFO] ------------------------------------------------------------------------
15:43:33:368 [INFO] BUILD SUCCESS
15:43:33:368 [INFO] ------------------------------------------------------------------------
15:43:33:369 [INFO] Total time:  18.109 s
15:43:33:369 [INFO] Finished at: 2022-07-06T15:43:33Z
15:43:33:369 [INFO] ------------------------------------------------------------------------
[new-version] $ /bin/sh -xe /tmp/jenkins5705109695570311569.sh
+ git checkout origin/master
HEAD is now at fb6abf7f Release version 11.1.0.
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-feature/org.eclipse.collections.feature/feature.xml
M	p2-feature/org.eclipse.collections.feature/pom.xml
M	p2-feature/org.eclipse.collections.repository/category.xml
M	p2-feature/org.eclipse.collections.repository/pom.xml
M	p2-feature/pom.xml
M	p2-repository/org.eclipse.collections/pom.xml
M	p2-repository/pom.xml
M	performance-tests/pom.xml
M	pom.xml
M	scala-unit-tests/pom.xml
M	serialization-tests/pom.xml
M	test-coverage/pom.xml
M	unit-tests-java8/pom.xml
M	unit-tests/pom.xml
+ git config --global user.email collections-bot@eclipse.org
+ git config --global user.name 'Eclipse Collections Bot'
+ git add -u '*.xml'
+ git commit -m 'Update version number to 12.0.0-SNAPSHOT.'
[detached HEAD f257f3d2] Update version number to 12.0.0-SNAPSHOT.
 25 files changed, 26 insertions(+), 26 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-ssh704029044654864963.key
 > git push git@github.com:eclipse/eclipse-collections.git HEAD:master # timeout=10
Finished: SUCCESS