Skip to content

Console Output

Started by user Sirisha Pratha
Running as Sirisha Pratha
Agent basic-smj4b is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-smj4b"
  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-smj4b"
    - 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-smj4b"
    - 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-smj4b (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-ssh17414210971882722257.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 b2290ffad7feedfa6772e275368e79822d52a5a4 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b2290ffad7feedfa6772e275368e79822d52a5a4 # timeout=10
Commit message: "Release version 11.1.0.M1."
 > git rev-list --no-walk 2a74b95f78474f91c773f4c76937828b2ac66ab0 # timeout=10
[new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DNEXT_VERSION=11.1.0 -DRELEASE_BRANCH=master -Dmaven.repo.local=/home/jenkins/agent/workspace/new-version/.repository versions:set -DgenerateBackupPoms=false -DnewVersion=11.1.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"
14:08:28:688 [INFO] Error stacktraces are turned on.
14:08:28:854 [INFO] Scanning for projects...
14:08:53:686 [INFO] ------------------------------------------------------------------------
14:08:53:686 [INFO] Reactor Build Order:
14:08:53:686 [INFO] 
14:08:53:688 [INFO] Eclipse Collections Parent Project                                 [pom]
14:08:53:688 [INFO] Eclipse Collections Code Generator                                 [jar]
14:08:53:688 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
14:08:53:688 [INFO] Eclipse Collections API                                            [jar]
14:08:53:688 [INFO] Eclipse Collections Main Library                                   [jar]
14:08:53:688 [INFO] Eclipse Collections Test Utilities                                 [jar]
14:08:53:688 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
14:08:53:688 [INFO] Eclipse Collections Unit Test Suite                                [jar]
14:08:53:689 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
14:08:53:689 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
14:08:53:689 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
14:08:53:689 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
14:08:53:689 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
14:08:53:689 [INFO] Eclipse Collections p2 Repository Build                            [pom]
14:08:53:689 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
14:08:54:713 [INFO] 
14:08:54:713 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
14:08:54:713 [INFO] Building Eclipse Collections Parent Project 11.1.0.M1             [1/15]
14:08:54:713 [INFO] --------------------------------[ pom ]---------------------------------
14:08:54:717 [INFO] 
14:08:54:719 [INFO] --- versions-maven-plugin:2.8.1:set (default-cli) @ eclipse-collections-parent ---
14:08:57:115 [INFO] Local aggregation root: /home/jenkins/agent/workspace/new-version
14:08:57:120 [INFO] Processing change of org.eclipse.collections:eclipse-collections-parent:11.1.0.M1 -> 11.1.0-SNAPSHOT
14:08:57:258 [INFO] Processing org.eclipse.collections:eclipse-collections-parent
14:08:57:258 [INFO]     Updating project org.eclipse.collections:eclipse-collections-parent
14:08:57:258 [INFO]         from version 11.1.0.M1 to 11.1.0-SNAPSHOT
14:08:57:401 [INFO] 
14:08:57:404 [INFO] Processing org.eclipse.collections:acceptance-tests
14:08:57:404 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:08:57:404 [INFO]         from version 11.1.0.M1 to 11.1.0-SNAPSHOT
14:08:57:447 [INFO] 
14:08:57:449 [INFO] Processing org.eclipse.collections:eclipse-collections-api
14:08:57:449 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:08:57:449 [INFO]         from version 11.1.0.M1 to 11.1.0-SNAPSHOT
14:08:57:461 [INFO] 
14:08:57:462 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator-maven-plugin
14:08:57:462 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:08:57:462 [INFO]         from version 11.1.0.M1 to 11.1.0-SNAPSHOT
14:08:57:479 [INFO] 
14:08:57:480 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator
14:08:57:480 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:08:57:480 [INFO]         from version 11.1.0.M1 to 11.1.0-SNAPSHOT
14:08:57:490 [INFO] 
14:08:57:491 [INFO] Processing org.eclipse.collections:eclipse-collections-forkjoin
14:08:57:491 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:08:57:491 [INFO]         from version 11.1.0.M1 to 11.1.0-SNAPSHOT
14:08:57:538 [INFO] 
14:08:57:539 [INFO] Processing org.eclipse.collections:eclipse-collections-testutils
14:08:57:539 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:08:57:539 [INFO]         from version 11.1.0.M1 to 11.1.0-SNAPSHOT
14:08:57:549 [INFO] 
14:08:57:550 [INFO] Processing org.eclipse.collections:eclipse-collections
14:08:57:550 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:08:57:550 [INFO]         from version 11.1.0.M1 to 11.1.0-SNAPSHOT
14:08:57:559 [INFO] 
14:08:57:561 [INFO] Processing org.eclipse.collections:jcstress-tests
14:08:57:561 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:08:57:561 [INFO]         from version 11.1.0.M1 to 11.1.0-SNAPSHOT
14:08:57:569 [INFO] 
14:08:57:570 [INFO] Processing org.eclipse.collections:jmh-scala-tests
14:08:57:570 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:08:57:570 [INFO]         from version 11.1.0.M1 to 11.1.0-SNAPSHOT
14:08:57:577 [INFO] 
14:08:57:578 [INFO] Processing org.eclipse.collections:jmh-tests
14:08:57:578 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:08:57:578 [INFO]         from version 11.1.0.M1 to 11.1.0-SNAPSHOT
14:08:57:600 [INFO] 
14:08:57:601 [INFO] Processing org.eclipse.collections:junit-trait-runner
14:08:57:602 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:08:57:602 [INFO]         from version 11.1.0.M1 to 11.1.0-SNAPSHOT
14:08:57:638 [INFO] 
14:08:57:640 [INFO] Processing org.eclipse.collections:p2-repository
14:08:57:640 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:08:57:640 [INFO]         from version 11.1.0.M1 to 11.1.0-SNAPSHOT
14:08:57:663 [INFO] 
14:08:57:664 [INFO] Processing org.eclipse.collections:performance-tests
14:08:57:664 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:08:57:664 [INFO]         from version 11.1.0.M1 to 11.1.0-SNAPSHOT
14:08:57:672 [INFO] 
14:08:57:673 [INFO] Processing org.eclipse.collections:scala-unit-tests
14:08:57:673 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:08:57:673 [INFO]         from version 11.1.0.M1 to 11.1.0-SNAPSHOT
14:08:57:683 [INFO] 
14:08:57:685 [INFO] Processing org.eclipse.collections:serialization-tests
14:08:57:685 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:08:57:685 [INFO]         from version 11.1.0.M1 to 11.1.0-SNAPSHOT
14:08:57:690 [INFO] 
14:08:57:691 [INFO] Processing org.eclipse.collections:test-coverage
14:08:57:692 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:08:57:692 [INFO]         from version 11.1.0.M1 to 11.1.0-SNAPSHOT
14:08:57:700 [INFO] 
14:08:57:701 [INFO] Processing org.eclipse.collections:unit-tests-java8
14:08:57:701 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:08:57:701 [INFO]         from version 11.1.0.M1 to 11.1.0-SNAPSHOT
14:08:57:739 [INFO] 
14:08:57:740 [INFO] Processing org.eclipse.collections:unit-tests
14:08:57:740 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:08:57:740 [INFO]         from version 11.1.0.M1 to 11.1.0-SNAPSHOT
14:08:57:747 [INFO] 
14:08:57:750 [INFO] Processing org.eclipse.collections:org.eclipse.collections
14:08:57:750 [INFO]     Updating parent org.eclipse.collections:p2-repository
14:08:57:750 [INFO]         from version 11.1.0.M1 to 11.1.0-SNAPSHOT
14:08:57:751 [INFO] 
14:08:57:752 [INFO] ------------------------------------------------------------------------
14:08:57:752 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.1.0.M1:
14:08:57:752 [INFO] 
14:08:57:753 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  3.040 s]
14:08:57:753 [INFO] Eclipse Collections Code Generator ................. SKIPPED
14:08:57:753 [INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED
14:08:57:753 [INFO] Eclipse Collections API ............................ SKIPPED
14:08:57:753 [INFO] Eclipse Collections Main Library ................... SKIPPED
14:08:57:753 [INFO] Eclipse Collections Test Utilities ................. SKIPPED
14:08:57:753 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED
14:08:57:753 [INFO] Eclipse Collections Unit Test Suite ................ SKIPPED
14:08:57:753 [INFO] Eclipse Collections Serialization Test Suite ....... SKIPPED
14:08:57:753 [INFO] Eclipse Collections JCStress Test Suite ............ SKIPPED
14:08:57:753 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SKIPPED
14:08:57:753 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SKIPPED
14:08:57:753 [INFO] Eclipse Collections Test Coverage Aggregation ...... SKIPPED
14:08:57:753 [INFO] Eclipse Collections p2 Repository Build ............ SKIPPED
14:08:57:753 [INFO] Eclipse Collections OSGi Bundle .................... SKIPPED
14:08:57:753 [INFO] ------------------------------------------------------------------------
14:08:57:753 [INFO] BUILD SUCCESS
14:08:57:753 [INFO] ------------------------------------------------------------------------
14:08:57:753 [INFO] Total time:  29.013 s
14:08:57:754 [INFO] Finished at: 2022-06-27T14:08:57Z
14:08:57:754 [INFO] ------------------------------------------------------------------------
[new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DNEXT_VERSION=11.1.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"
14:08:59:192 [INFO] Error stacktraces are turned on.
14:08:59:315 [INFO] Scanning for projects...
14:09:00:846 [INFO] ------------------------------------------------------------------------
14:09:00:846 [INFO] Reactor Build Order:
14:09:00:846 [INFO] 
14:09:00:848 [INFO] Eclipse Collections Parent Project                                 [pom]
14:09:00:848 [INFO] Eclipse Collections Code Generator                                 [jar]
14:09:00:848 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
14:09:00:848 [INFO] Eclipse Collections API                                            [jar]
14:09:00:848 [INFO] Eclipse Collections Main Library                                   [jar]
14:09:00:848 [INFO] Eclipse Collections Test Utilities                                 [jar]
14:09:00:848 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
14:09:00:848 [INFO] Eclipse Collections Unit Test Suite                                [jar]
14:09:00:849 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
14:09:00:849 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
14:09:00:849 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
14:09:00:849 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
14:09:00:849 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
14:09:00:849 [INFO] Eclipse Collections p2 Repository Build                            [pom]
14:09:00:849 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
14:09:00:856 [INFO] 
14:09:00:856 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
14:09:00:856 [INFO] Building Eclipse Collections Parent Project 11.1.0-SNAPSHOT       [1/15]
14:09:00:856 [INFO] --------------------------------[ pom ]---------------------------------
14:09:01:676 [INFO] 
14:09:01:677 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
14:09:01:800 [INFO] 
14:09:01:800 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
14:09:02:538 [INFO] 
14:09:02:538 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
14:09:03:738 [INFO] Skipping pom project
14:09:03:738 [INFO] 
14:09:03:738 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
14:09:03:866 [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.1.0-SNAPSHOT/eclipse-collections-parent-11.1.0-SNAPSHOT.pom
14:09:03:874 [INFO] 
14:09:03:874 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
14:09:03:874 [INFO] Building Eclipse Collections Code Generator 11.1.0-SNAPSHOT       [2/15]
14:09:03:874 [INFO] --------------------------------[ jar ]---------------------------------
14:09:04:412 [INFO] 
14:09:04:413 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
14:09:04:415 [INFO] 
14:09:04:415 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
14:09:04:433 [INFO] 
14:09:04:433 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator ---
14:09:05:066 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:09:05:066 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:09:05:081 [INFO] Copying 394 resources
14:09:05:207 [INFO] 
14:09:05:207 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
14:09:05:679 [INFO] Changes detected - recompiling the module!
14:09:05:688 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/classes
14:09:06:886 [INFO] 
14:09:06:886 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
14:09:06:888 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:09:06:888 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:09:06:888 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/src/test/resources
14:09:06:888 [INFO] 
14:09:06:888 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
14:09:06:896 [INFO] Changes detected - recompiling the module!
14:09:06:896 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/test-classes
14:09:07:810 [INFO] 
14:09:07:810 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
14:09:08:278 [INFO] Tests are skipped.
14:09:08:278 [INFO] 
14:09:08:279 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
14:09:08:610 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.1.0-SNAPSHOT.jar
14:09:08:852 [INFO] 
14:09:08:852 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
14:09:09:016 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.1.0-SNAPSHOT-sources.jar
14:09:09:261 [INFO] 
14:09:09:261 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
14:09:09:296 [INFO] No dependency problems found
14:09:09:296 [INFO] 
14:09:09:296 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
14:09:09:300 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.1.0-SNAPSHOT/eclipse-collections-code-generator-11.1.0-SNAPSHOT.jar
14:09:09:341 [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.1.0-SNAPSHOT/eclipse-collections-code-generator-11.1.0-SNAPSHOT.pom
14:09:09:343 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.1.0-SNAPSHOT/eclipse-collections-code-generator-11.1.0-SNAPSHOT-sources.jar
14:09:09:347 [INFO] 
14:09:09:347 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
14:09:09:347 [INFO] Building Eclipse Collections Code Generator Maven Plugin 11.1.0-SNAPSHOT [3/15]
14:09:09:347 [INFO] ----------------------------[ maven-plugin ]----------------------------
14:09:11:805 [INFO] 
14:09:11:805 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
14:09:11:806 [INFO] 
14:09:11:806 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
14:09:11:806 [INFO] Skipping Rule Enforcement.
14:09:11:806 [INFO] 
14:09:11:806 [INFO] --- maven-plugin-plugin:3.6.2:helpmojo (help-goal) @ eclipse-collections-code-generator-maven-plugin ---
14:09:14:588 [INFO] Using 'UTF-8' encoding to read mojo source files.
14:09:14:654 [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
14:09:14:656 [INFO] ant mojo extractor found 0 mojo descriptor.
14:09:14:656 [INFO] bsh mojo extractor found 0 mojo descriptor.
14:09:14:939 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
14:09:14:978 [INFO] 
14:09:14:978 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
14:09:14:979 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:09:14:979 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:09:14:979 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/main/resources
14:09:14:979 [INFO] 
14:09:14:979 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
14:09:14:982 [INFO] Changes detected - recompiling the module!
14:09:14:983 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/classes
14:09:16:397 [INFO] 
14:09:16:397 [INFO] --- maven-plugin-plugin:3.6.2:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
14:09:16:399 [INFO] Using 'UTF-8' encoding to read mojo source files.
14:09:16:417 [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
14:09:16:417 [INFO] ant mojo extractor found 0 mojo descriptor.
14:09:16:417 [INFO] bsh mojo extractor found 0 mojo descriptor.
14:09:16:654 [INFO] java-annotations mojo extractor found 4 mojo descriptors.
14:09:16:891 [INFO] 
14:09:16:891 [INFO] --- maven-plugin-plugin:3.6.2:descriptor (mojo-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
14:09:16:892 [INFO] Using 'UTF-8' encoding to read mojo source files.
14:09:16:898 [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
14:09:16:898 [INFO] ant mojo extractor found 0 mojo descriptor.
14:09:16:898 [INFO] bsh mojo extractor found 0 mojo descriptor.
14:09:17:145 [INFO] java-annotations mojo extractor found 4 mojo descriptors.
14:09:17:150 [INFO] 
14:09:17:150 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
14:09:17:151 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:09:17:151 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:09:17:151 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/test/resources
14:09:17:151 [INFO] 
14:09:17:152 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
14:09:17:153 [INFO] No sources to compile
14:09:17:153 [INFO] 
14:09:17:153 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
14:09:17:155 [INFO] Tests are skipped.
14:09:17:155 [INFO] 
14:09:17:155 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
14:09:17:159 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.1.0-SNAPSHOT.jar
14:09:17:171 [INFO] 
14:09:17:171 [INFO] --- maven-plugin-plugin:3.6.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
14:09:17:174 [INFO] 
14:09:17:174 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
14:09:17:178 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.1.0-SNAPSHOT-sources.jar
14:09:17:184 [INFO] 
14:09:17:184 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
14:09:17:239 [INFO] No dependency problems found
14:09:17:239 [INFO] 
14:09:17:239 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
14:09:17:240 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.1.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-11.1.0-SNAPSHOT.jar
14:09:17:245 [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.1.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-11.1.0-SNAPSHOT.pom
14:09:17:259 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.1.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-11.1.0-SNAPSHOT-sources.jar
14:09:17:261 [INFO] 
14:09:17:261 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
14:09:17:261 [INFO] Building Eclipse Collections API 11.1.0-SNAPSHOT                  [4/15]
14:09:17:261 [INFO] --------------------------------[ jar ]---------------------------------
14:09:17:407 [INFO] 
14:09:17:408 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
14:09:17:408 [INFO] 
14:09:17:408 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
14:09:17:412 [INFO] 
14:09:17:412 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.1.0-SNAPSHOT:generate-sources (default) @ eclipse-collections-api ---
14:09:17:435 [INFO] Generating sources in eclipse-collections-api to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/generated-sources/java
14:09:18:617 [INFO] Generated 1370 files
14:09:18:617 [INFO] 
14:09:18:617 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-api ---
14:09:18:619 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:09:18:619 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:09:18:619 [INFO] Copying 3 resources
14:09:18:620 [INFO] 
14:09:18:620 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
14:09:18:819 [INFO] Changes detected - recompiling the module!
14:09:18:820 [INFO] Compiling 1592 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/classes
14:09:25:758 [INFO] 
14:09:25:758 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api ---
14:09:30:090 [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:09:30:090 [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:09:30:090 [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:09:30:090 [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:09:30:090 [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:09:30:090 [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:09:31:165 [INFO] 
14:09:31:165 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-api ---
14:09:31:167 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:09:31:167 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:09:31:167 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-api/src/test/resources
14:09:31:167 [INFO] 
14:09:31:167 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
14:09:31:168 [INFO] No sources to compile
14:09:31:168 [INFO] 
14:09:31:168 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
14:09:31:175 [INFO] Tests are skipped.
14:09:31:176 [INFO] 
14:09:31:176 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api ---
14:09:31:382 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.1.0-SNAPSHOT.jar
14:09:31:576 [INFO] 
14:09:31:576 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
14:09:31:644 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.1.0-SNAPSHOT-sources.jar
14:09:32:076 [INFO] 
14:09:32:076 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
14:09:32:394 [INFO] No dependency problems found
14:09:32:394 [INFO] 
14:09:32:394 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
14:09:32:396 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-api/11.1.0-SNAPSHOT/eclipse-collections-api-11.1.0-SNAPSHOT.jar
14:09:32:437 [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.1.0-SNAPSHOT/eclipse-collections-api-11.1.0-SNAPSHOT.pom
14:09:32:439 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-api/11.1.0-SNAPSHOT/eclipse-collections-api-11.1.0-SNAPSHOT-sources.jar
14:09:32:441 [INFO] 
14:09:32:441 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
14:09:32:442 [INFO] Building Eclipse Collections Main Library 11.1.0-SNAPSHOT         [5/15]
14:09:32:442 [INFO] --------------------------------[ jar ]---------------------------------
14:09:32:445 [INFO] 
14:09:32:445 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
14:09:32:445 [INFO] 
14:09:32:445 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
14:09:32:450 [INFO] 
14:09:32:450 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.1.0-SNAPSHOT:generate-sources (generate-sources) @ eclipse-collections ---
14:09:32:451 [INFO] Generating sources in eclipse-collections to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/generated-sources/java
14:09:36:260 [INFO] Generated 1462 files
14:09:36:261 [INFO] 
14:09:36:261 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.1.0-SNAPSHOT:generate-services (generate-services) @ eclipse-collections ---
14:09:36:262 [INFO] Generating sources in eclipse-collections to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/generated-resources/META-INF/services
14:09:36:315 [INFO] Generated 230 files
14:09:36:315 [INFO] 
14:09:36:315 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections ---
14:09:36:316 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:09:36:316 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:09:36:317 [INFO] Copying 27 resources
14:09:36:337 [INFO] Copying 230 resources to META-INF/services
14:09:36:390 [INFO] 
14:09:36:390 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
14:09:36:587 [INFO] Changes detected - recompiling the module!
14:09:36:590 [INFO] Compiling 2117 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/classes
14:10:09:744 [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:10:09:744 [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:10:09:744 [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:10:09:744 [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:10:09:744 [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:10:09:744 [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:10:09:744 [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:10:09:744 [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:10:09:744 [INFO] 
14:10:09:744 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections ---
14:10:09:824 [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:10:09:824 [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:10:09:824 [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:10:09:824 [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:10:09:824 [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:10:09:824 [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:10:12:937 [INFO] 
14:10:12:937 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections ---
14:10:12:938 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:10:12:938 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:10:12:938 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections/src/test/resources
14:10:12:938 [INFO] 
14:10:12:938 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
14:10:12:939 [INFO] No sources to compile
14:10:12:939 [INFO] 
14:10:12:939 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
14:10:12:941 [INFO] Tests are skipped.
14:10:12:941 [INFO] 
14:10:12:941 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections ---
14:10:13:283 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.1.0-SNAPSHOT.jar
14:10:13:965 [INFO] 
14:10:13:965 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections ---
14:10:14:028 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.1.0-SNAPSHOT-sources.jar
14:10:14:654 [INFO] 
14:10:14:654 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections ---
14:10:15:522 [INFO] No dependency problems found
14:10:15:522 [INFO] 
14:10:15:522 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
14:10:15:523 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections/11.1.0-SNAPSHOT/eclipse-collections-11.1.0-SNAPSHOT.jar
14:10:15:532 [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.1.0-SNAPSHOT/eclipse-collections-11.1.0-SNAPSHOT.pom
14:10:15:533 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections/11.1.0-SNAPSHOT/eclipse-collections-11.1.0-SNAPSHOT-sources.jar
14:10:15:541 [INFO] 
14:10:15:542 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
14:10:15:542 [INFO] Building Eclipse Collections Test Utilities 11.1.0-SNAPSHOT       [6/15]
14:10:15:542 [INFO] --------------------------------[ jar ]---------------------------------
14:10:15:703 [INFO] 
14:10:15:703 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
14:10:15:704 [INFO] 
14:10:15:704 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
14:10:15:712 [INFO] 
14:10:15:712 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-testutils ---
14:10:17:726 [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:10:17:726 [INFO] 
14:10:17:726 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-testutils ---
14:10:17:727 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:10:17:727 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:10:17:727 [INFO] Copying 3 resources
14:10:17:728 [INFO] 
14:10:17:728 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
14:10:17:730 [INFO] Changes detected - recompiling the module!
14:10:17:730 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/classes
14:10:19:418 [INFO] 
14:10:19:418 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-testutils ---
14:10:19:437 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:10:19:437 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:10:19:438 [INFO] Copying 1 resource
14:10:19:438 [INFO] 
14:10:19:438 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
14:10:19:440 [INFO] Changes detected - recompiling the module!
14:10:19:440 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/test-classes
14:10:21:599 [INFO] 
14:10:21:599 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
14:10:21:601 [INFO] Tests are skipped.
14:10:21:601 [INFO] 
14:10:21:601 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-testutils ---
14:10:21:605 [INFO] Skipping JaCoCo execution due to missing execution data file.
14:10:21:605 [INFO] 
14:10:21:605 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils ---
14:10:21:608 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.1.0-SNAPSHOT.jar
14:10:21:615 [INFO] 
14:10:21:616 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
14:10:21:638 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.1.0-SNAPSHOT-sources.jar
14:10:21:650 [INFO] 
14:10:21:650 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
14:10:21:660 [INFO] No dependency problems found
14:10:21:660 [INFO] 
14:10:21:661 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
14:10:21:661 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-testutils/11.1.0-SNAPSHOT/eclipse-collections-testutils-11.1.0-SNAPSHOT.jar
14:10:21:666 [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.1.0-SNAPSHOT/eclipse-collections-testutils-11.1.0-SNAPSHOT.pom
14:10:21:668 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-testutils/11.1.0-SNAPSHOT/eclipse-collections-testutils-11.1.0-SNAPSHOT-sources.jar
14:10:21:669 [INFO] 
14:10:21:669 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
14:10:21:669 [INFO] Building Eclipse Collections Fork Join Utilities 11.1.0-SNAPSHOT  [7/15]
14:10:21:669 [INFO] --------------------------------[ jar ]---------------------------------
14:10:21:674 [INFO] 
14:10:21:674 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
14:10:21:675 [INFO] 
14:10:21:675 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
14:10:21:689 [INFO] 
14:10:21:689 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-forkjoin ---
14:10:21:690 [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:10:21:690 [INFO] 
14:10:21:690 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-forkjoin ---
14:10:21:690 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:10:21:690 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:10:21:691 [INFO] Copying 3 resources
14:10:21:691 [INFO] 
14:10:21:691 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
14:10:21:739 [INFO] Changes detected - recompiling the module!
14:10:21:739 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/classes
14:10:23:385 [INFO] 
14:10:23:385 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
14:10:23:386 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:10:23:386 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:10:23:386 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/src/test/resources
14:10:23:386 [INFO] 
14:10:23:386 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
14:10:23:387 [INFO] Changes detected - recompiling the module!
14:10:23:387 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/test-classes
14:10:24:983 [INFO] 
14:10:24:983 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
14:10:24:985 [INFO] Tests are skipped.
14:10:24:985 [INFO] 
14:10:24:985 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-forkjoin ---
14:10:24:986 [INFO] Skipping JaCoCo execution due to missing execution data file.
14:10:24:987 [INFO] 
14:10:24:987 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin ---
14:10:24:990 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.1.0-SNAPSHOT.jar
14:10:24:996 [INFO] 
14:10:24:996 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
14:10:24:999 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.1.0-SNAPSHOT-sources.jar
14:10:25:004 [INFO] 
14:10:25:004 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
14:10:25:038 [INFO] No dependency problems found
14:10:25:038 [INFO] 
14:10:25:038 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
14:10:25:039 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.1.0-SNAPSHOT/eclipse-collections-forkjoin-11.1.0-SNAPSHOT.jar
14:10:25:044 [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.1.0-SNAPSHOT/eclipse-collections-forkjoin-11.1.0-SNAPSHOT.pom
14:10:25:045 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.1.0-SNAPSHOT/eclipse-collections-forkjoin-11.1.0-SNAPSHOT-sources.jar
14:10:25:047 [INFO] 
14:10:25:047 [INFO] -----------------< org.eclipse.collections:unit-tests >-----------------
14:10:25:047 [INFO] Building Eclipse Collections Unit Test Suite 11.1.0-SNAPSHOT      [8/15]
14:10:25:047 [INFO] --------------------------------[ jar ]---------------------------------
14:10:25:212 [INFO] 
14:10:25:212 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests ---
14:10:25:212 [INFO] 
14:10:25:212 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests ---
14:10:25:219 [INFO] 
14:10:25:219 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ unit-tests ---
14:10:25:220 [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:10:25:220 [INFO] 
14:10:25:220 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ unit-tests ---
14:10:25:220 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:10:25:220 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:10:25:220 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests/src/main/resources
14:10:25:220 [INFO] 
14:10:25:220 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests ---
14:10:25:221 [INFO] No sources to compile
14:10:25:221 [INFO] 
14:10:25:221 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.1.0-SNAPSHOT:generate-test-sources (default) @ unit-tests ---
14:10:25:222 [INFO] Generating sources in unit-tests to /home/jenkins/agent/workspace/new-version/unit-tests/target/generated-test-sources/java
14:10:31:106 [INFO] Generated 2332 files
14:10:31:106 [INFO] 
14:10:31:106 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ unit-tests ---
14:10:31:107 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:10:31:107 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:10:31:108 [INFO] Copying 1 resource
14:10:31:108 [INFO] 
14:10:31:108 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests ---
14:10:31:358 [INFO] Changes detected - recompiling the module!
14:10:31:360 [INFO] Compiling 2904 source files to /home/jenkins/agent/workspace/new-version/unit-tests/target/test-classes
14:11:38:145 [INFO] 
14:11:38:145 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests ---
14:11:38:149 [INFO] Tests are skipped.
14:11:38:149 [INFO] 
14:11:38:149 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ unit-tests ---
14:11:38:150 [INFO] Skipping JaCoCo execution due to missing execution data file.
14:11:38:150 [INFO] 
14:11:38:150 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests ---
14:11:38:151 [WARNING] JAR will be empty - no content was marked for inclusion!
14:11:38:152 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-11.1.0-SNAPSHOT.jar
14:11:38:160 [INFO] 
14:11:38:160 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests ---
14:11:38:161 [INFO] No sources in project. Archive not created.
14:11:38:161 [INFO] 
14:11:38:161 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests ---
14:11:39:098 [INFO] No dependency problems found
14:11:39:098 [INFO] 
14:11:39:098 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests ---
14:11:39:099 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests/11.1.0-SNAPSHOT/unit-tests-11.1.0-SNAPSHOT.jar
14:11:39:104 [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.1.0-SNAPSHOT/unit-tests-11.1.0-SNAPSHOT.pom
14:11:39:105 [INFO] 
14:11:39:105 [INFO] ------------< org.eclipse.collections:serialization-tests >-------------
14:11:39:105 [INFO] Building Eclipse Collections Serialization Test Suite 11.1.0-SNAPSHOT [9/15]
14:11:39:105 [INFO] --------------------------------[ jar ]---------------------------------
14:11:39:108 [INFO] 
14:11:39:108 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serialization-tests ---
14:11:39:108 [INFO] 
14:11:39:108 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ serialization-tests ---
14:11:39:111 [INFO] 
14:11:39:112 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ serialization-tests ---
14:11:39:112 [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:11:39:112 [INFO] 
14:11:39:112 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ serialization-tests ---
14:11:39:113 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:11:39:113 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:11:39:113 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/main/resources
14:11:39:113 [INFO] 
14:11:39:113 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ serialization-tests ---
14:11:39:115 [INFO] No sources to compile
14:11:39:115 [INFO] 
14:11:39:115 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ serialization-tests ---
14:11:39:117 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:11:39:117 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:11:39:117 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/test/resources
14:11:39:117 [INFO] 
14:11:39:117 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ serialization-tests ---
14:11:39:203 [INFO] Changes detected - recompiling the module!
14:11:39:203 [INFO] Compiling 882 source files to /home/jenkins/agent/workspace/new-version/serialization-tests/target/test-classes
14:11:43:218 [INFO] 
14:11:43:218 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ serialization-tests ---
14:11:43:220 [INFO] Tests are skipped.
14:11:43:220 [INFO] 
14:11:43:220 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ serialization-tests ---
14:11:43:222 [INFO] Skipping JaCoCo execution due to missing execution data file.
14:11:43:222 [INFO] 
14:11:43:222 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ serialization-tests ---
14:11:43:222 [WARNING] JAR will be empty - no content was marked for inclusion!
14:11:43:223 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-11.1.0-SNAPSHOT.jar
14:11:43:232 [INFO] 
14:11:43:232 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ serialization-tests ---
14:11:43:233 [INFO] No sources in project. Archive not created.
14:11:43:233 [INFO] 
14:11:43:233 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ serialization-tests ---
14:11:43:339 [INFO] No dependency problems found
14:11:43:339 [INFO] 
14:11:43:339 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serialization-tests ---
14:11:43:341 [INFO] Installing /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/serialization-tests/11.1.0-SNAPSHOT/serialization-tests-11.1.0-SNAPSHOT.jar
14:11:43:345 [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.1.0-SNAPSHOT/serialization-tests-11.1.0-SNAPSHOT.pom
14:11:43:347 [INFO] 
14:11:43:347 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
14:11:43:347 [INFO] Building Eclipse Collections JCStress Test Suite 11.1.0-SNAPSHOT [10/15]
14:11:43:347 [INFO] --------------------------------[ jar ]---------------------------------
14:11:44:027 [INFO] 
14:11:44:027 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
14:11:44:028 [INFO] 
14:11:44:028 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
14:11:44:036 [INFO] 
14:11:44:036 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jcstress-tests ---
14:11:44:037 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:11:44:037 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:11:44:037 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/main/resources
14:11:44:037 [INFO] 
14:11:44:037 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
14:11:44:040 [INFO] Changes detected - recompiling the module!
14:11:44:041 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/jcstress-tests/target/classes
14:11:45:713 [INFO] 
14:11:45:713 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jcstress-tests ---
14:11:45:714 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:11:45:714 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:11:45:714 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/test/resources
14:11:45:714 [INFO] 
14:11:45:714 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
14:11:45:715 [INFO] No sources to compile
14:11:45:715 [INFO] 
14:11:45:715 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
14:11:45:717 [INFO] Tests are skipped.
14:11:45:717 [INFO] 
14:11:45:717 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests ---
14:11:45:739 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.1.0-SNAPSHOT.jar
14:11:45:744 [INFO] 
14:11:45:744 [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ jcstress-tests ---
14:11:46:574 [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.1.0-SNAPSHOT in the shaded jar.
14:11:46:574 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.1.0-SNAPSHOT in the shaded jar.
14:11:46:574 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
14:11:46:574 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
14:11:47:615 [WARNING] eclipse-collections-11.1.0-SNAPSHOT.jar, eclipse-collections-api-11.1.0-SNAPSHOT.jar, jcstress-core-0.4.jar, jcstress-tests-11.1.0-SNAPSHOT.jar, jopt-simple-4.6.jar define 1 overlapping resource: 
14:11:47:615 [WARNING]   - META-INF/MANIFEST.MF
14:11:47:615 [WARNING] eclipse-collections-11.1.0-SNAPSHOT.jar, eclipse-collections-api-11.1.0-SNAPSHOT.jar define 3 overlapping resources: 
14:11:47:615 [WARNING]   - LICENSE-EDL-1.0.txt
14:11:47:615 [WARNING]   - LICENSE-EPL-1.0.txt
14:11:47:615 [WARNING]   - about.html
14:11:47:615 [WARNING] maven-shade-plugin has detected that some class files are
14:11:47:615 [WARNING] present in two or more JARs. When this happens, only one
14:11:47:615 [WARNING] single version of the class is copied to the uber jar.
14:11:47:615 [WARNING] Usually this is not harmful and you can skip these warnings,
14:11:47:615 [WARNING] otherwise try to manually exclude artifacts based on
14:11:47:615 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
14:11:47:615 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
14:11:47:622 [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.1.0-SNAPSHOT-shaded.jar
14:11:47:622 [INFO] 
14:11:47:623 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests ---
14:11:47:627 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.1.0-SNAPSHOT-sources.jar
14:11:47:633 [INFO] 
14:11:47:633 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests ---
14:11:47:643 [INFO] No dependency problems found
14:11:47:643 [INFO] 
14:11:47:643 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
14:11:47:644 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/11.1.0-SNAPSHOT/jcstress-tests-11.1.0-SNAPSHOT.jar
14:11:47:649 [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.1.0-SNAPSHOT/jcstress-tests-11.1.0-SNAPSHOT.pom
14:11:47:651 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/11.1.0-SNAPSHOT/jcstress-tests-11.1.0-SNAPSHOT-sources.jar
14:11:47:652 [INFO] 
14:11:47:652 [INFO] -------------< org.eclipse.collections:junit-trait-runner >-------------
14:11:47:653 [INFO] Building Eclipse Collections Test Trait JUnit Runner 11.1.0-SNAPSHOT [11/15]
14:11:47:653 [INFO] --------------------------------[ jar ]---------------------------------
14:11:47:654 [INFO] 
14:11:47:655 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ junit-trait-runner ---
14:11:47:655 [INFO] 
14:11:47:655 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ junit-trait-runner ---
14:11:47:658 [INFO] 
14:11:47:658 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ junit-trait-runner ---
14:11:47:659 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:11:47:659 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:11:47:659 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/main/resources
14:11:47:659 [INFO] 
14:11:47:659 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-trait-runner ---
14:11:47:661 [INFO] Changes detected - recompiling the module!
14:11:47:661 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/classes
14:11:48:671 [INFO] 
14:11:48:671 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ junit-trait-runner ---
14:11:48:672 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:11:48:672 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:11:48:672 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/test/resources
14:11:48:672 [INFO] 
14:11:48:672 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-trait-runner ---
14:11:48:673 [INFO] No sources to compile
14:11:48:673 [INFO] 
14:11:48:673 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ junit-trait-runner ---
14:11:48:675 [INFO] Tests are skipped.
14:11:48:675 [INFO] 
14:11:48:675 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ junit-trait-runner ---
14:11:48:678 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.1.0-SNAPSHOT.jar
14:11:48:687 [INFO] 
14:11:48:687 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ junit-trait-runner ---
14:11:48:690 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.1.0-SNAPSHOT-sources.jar
14:11:48:702 [INFO] 
14:11:48:702 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ junit-trait-runner ---
14:11:48:704 [INFO] No dependency problems found
14:11:48:704 [INFO] 
14:11:48:704 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ junit-trait-runner ---
14:11:48:704 [INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/11.1.0-SNAPSHOT/junit-trait-runner-11.1.0-SNAPSHOT.jar
14:11:48:709 [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.1.0-SNAPSHOT/junit-trait-runner-11.1.0-SNAPSHOT.pom
14:11:48:711 [INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/11.1.0-SNAPSHOT/junit-trait-runner-11.1.0-SNAPSHOT-sources.jar
14:11:48:712 [INFO] 
14:11:48:712 [INFO] --------------< org.eclipse.collections:unit-tests-java8 >--------------
14:11:48:712 [INFO] Building Eclipse Collections Java 8 Unit Test Suite 11.1.0-SNAPSHOT [12/15]
14:11:48:712 [INFO] --------------------------------[ jar ]---------------------------------
14:11:48:806 [INFO] 
14:11:48:806 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests-java8 ---
14:11:48:806 [INFO] 
14:11:48:806 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests-java8 ---
14:11:48:812 [INFO] 
14:11:48:812 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ unit-tests-java8 ---
14:11:48:813 [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:11:48:813 [INFO] 
14:11:48:813 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ unit-tests-java8 ---
14:11:48:821 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:11:48:821 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:11:48:821 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/main/resources
14:11:48:821 [INFO] 
14:11:48:821 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests-java8 ---
14:11:48:823 [INFO] No sources to compile
14:11:48:823 [INFO] 
14:11:48:823 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ unit-tests-java8 ---
14:11:48:823 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:11:48:823 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:11:48:823 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/test/resources
14:11:48:823 [INFO] 
14:11:48:823 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests-java8 ---
14:11:48:844 [INFO] Changes detected - recompiling the module!
14:11:48:844 [INFO] Compiling 178 source files to /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/test-classes
14:11:55:649 [INFO] 
14:11:55:649 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests-java8 ---
14:11:55:652 [INFO] Tests are skipped.
14:11:55:652 [INFO] 
14:11:55:652 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ unit-tests-java8 ---
14:11:55:653 [INFO] Skipping JaCoCo execution due to missing execution data file.
14:11:55:653 [INFO] 
14:11:55:653 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests-java8 ---
14:11:55:654 [WARNING] JAR will be empty - no content was marked for inclusion!
14:11:55:654 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-11.1.0-SNAPSHOT.jar
14:11:55:658 [INFO] 
14:11:55:658 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests-java8 ---
14:11:55:659 [INFO] No sources in project. Archive not created.
14:11:55:659 [INFO] 
14:11:55:659 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests-java8 ---
14:11:55:690 [INFO] No dependency problems found
14:11:55:690 [INFO] 
14:11:55:690 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests-java8 ---
14:11:55:691 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests-java8/11.1.0-SNAPSHOT/unit-tests-java8-11.1.0-SNAPSHOT.jar
14:11:55:696 [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.1.0-SNAPSHOT/unit-tests-java8-11.1.0-SNAPSHOT.pom
14:11:55:697 [INFO] 
14:11:55:697 [INFO] ---------------< org.eclipse.collections:test-coverage >----------------
14:11:55:697 [INFO] Building Eclipse Collections Test Coverage Aggregation 11.1.0-SNAPSHOT [13/15]
14:11:55:697 [INFO] --------------------------------[ pom ]---------------------------------
14:11:55:700 [INFO] 
14:11:55:700 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ test-coverage ---
14:11:55:701 [INFO] 
14:11:55:701 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ test-coverage ---
14:11:55:745 [INFO] 
14:11:55:745 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ test-coverage ---
14:11:55:746 [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:11:55:746 [INFO] 
14:11:55:746 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ test-coverage ---
14:11:55:747 [INFO] Skipping JaCoCo execution due to missing execution data file.
14:11:55:747 [INFO] 
14:11:55:747 [INFO] --- jacoco-maven-plugin:0.8.7:report-aggregate (default-report) @ test-coverage ---
14:11:56:543 [INFO] Analyzed bundle 'eclipse-collections-api' with 619 classes
14:11:58:995 [INFO] Analyzed bundle 'eclipse-collections' with 3683 classes
14:12:03:673 [INFO] Analyzed bundle 'eclipse-collections-testutils' with 3 classes
14:12:03:689 [INFO] 
14:12:03:689 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ test-coverage ---
14:12:03:691 [INFO] Skipping pom project
14:12:03:691 [INFO] 
14:12:03:691 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ test-coverage ---
14:12:03:692 [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.1.0-SNAPSHOT/test-coverage-11.1.0-SNAPSHOT.pom
14:12:03:697 [INFO] 
14:12:03:697 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
14:12:03:697 [INFO] Building Eclipse Collections p2 Repository Build 11.1.0-SNAPSHOT [14/15]
14:12:03:697 [INFO] --------------------------------[ pom ]---------------------------------
14:12:03:712 [INFO] 
14:12:03:712 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
14:12:03:739 [INFO] 
14:12:03:739 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
14:12:03:804 [INFO] 
14:12:03:804 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository ---
14:12:04:066 [INFO] Skipping pom project
14:12:04:066 [INFO] 
14:12:04:066 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
14:12:04:085 [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.1.0-SNAPSHOT/p2-repository-11.1.0-SNAPSHOT.pom
14:12:04:091 [INFO] 
14:12:04:091 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
14:12:04:091 [INFO] Building Eclipse Collections OSGi Bundle 11.1.0-SNAPSHOT         [15/15]
14:12:04:091 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
14:12:04:349 [INFO] 
14:12:04:349 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
14:12:04:350 [INFO] 
14:12:04:350 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
14:12:09:232 [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:12:09:232 [WARNING] Fallback to default timestamp provider
14:12:09:240 [INFO] The project's OSGi version is 11.1.0.v20220627-1408
14:12:09:240 [INFO] 
14:12:09:240 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections ---
14:12:09:241 [INFO] 
14:12:09:241 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
14:12:09:247 [INFO] 
14:12:09:248 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.collections ---
14:12:09:307 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:12:09:307 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:12:09:311 [INFO] Copying 2 resources
14:12:09:318 [INFO] 
14:12:09:318 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
14:12:09:372 [INFO] No sources to compile
14:12:09:372 [INFO] 
14:12:09:372 [INFO] --- ebr-maven-plugin:1.3.0:bundle (default-bundle) @ org.eclipse.collections ---
14:12:09:382 [INFO] Gathering dependencies
14:12:09:393 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:11.1.0-SNAPSHOT:jar
14:12:09:404 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:11.1.0-SNAPSHOT:jar
14:12:09:405 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.1.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:12:10:542 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.1.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:12:10:881 [INFO] Merging collected dependencies
14:12:10:887 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:12:10:887 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:12:11:002 [INFO] Copying 5738 resources
14:12:12:449 [INFO] Generating OSGi MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0-SNAPSHOT.jar
14:12:17:884 [INFO] Gathering sources
14:12:17:888 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:11.1.0-SNAPSHOT:jar
14:12:17:889 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:11.1.0-SNAPSHOT:jar
14:12:17:891 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.1.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:12:18:769 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.1.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:12:19:372 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:12:19:372 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:12:19:372 [INFO] Copying 2 resources
14:12:19:373 [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.1.0-SNAPSHOT-sources.jar
14:12:38:778 [INFO] Assembling p2 repository
14:12:39:793 [INFO] 
14:12:39:793 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
14:12:39:794 [INFO] 
14:12:39:795 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections ---
14:12:40:946 [INFO] No dependency problems found
14:12:40:946 [INFO] 
14:12:40:946 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
14:12:40:948 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/11.1.0-SNAPSHOT/org.eclipse.collections-11.1.0-SNAPSHOT.jar
14:12:40:959 [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.1.0-SNAPSHOT/org.eclipse.collections-11.1.0-SNAPSHOT.pom
14:12:40:960 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/11.1.0-SNAPSHOT/org.eclipse.collections-11.1.0-SNAPSHOT-sources.jar
14:12:40:965 [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.1.0-SNAPSHOT/org.eclipse.collections-11.1.0-SNAPSHOT-p2metadata.xml
14:12:40:967 [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.1.0-SNAPSHOT/org.eclipse.collections-11.1.0-SNAPSHOT-p2artifacts.xml
14:12:40:968 [INFO] 
14:12:40:968 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
14:12:40:970 [INFO] ------------------------------------------------------------------------
14:12:40:970 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.1.0-SNAPSHOT:
14:12:40:970 [INFO] 
14:12:40:970 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  3.018 s]
14:12:40:970 [INFO] Eclipse Collections Code Generator ................. SUCCESS [  5.474 s]
14:12:40:970 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  7.914 s]
14:12:40:970 [INFO] Eclipse Collections API ............................ SUCCESS [ 15.180 s]
14:12:40:970 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 43.100 s]
14:12:40:970 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  6.128 s]
14:12:40:970 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  3.378 s]
14:12:40:970 [INFO] Eclipse Collections Unit Test Suite ................ SUCCESS [01:14 min]
14:12:40:970 [INFO] Eclipse Collections Serialization Test Suite ....... SUCCESS [  4.242 s]
14:12:40:970 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  4.305 s]
14:12:40:970 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SUCCESS [  1.060 s]
14:12:40:970 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SUCCESS [  6.985 s]
14:12:40:970 [INFO] Eclipse Collections Test Coverage Aggregation ...... SUCCESS [  8.000 s]
14:12:40:970 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.394 s]
14:12:40:970 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 36.878 s]
14:12:40:970 [INFO] ------------------------------------------------------------------------
14:12:40:970 [INFO] BUILD SUCCESS
14:12:40:971 [INFO] ------------------------------------------------------------------------
14:12:40:971 [INFO] Total time:  03:41 min
14:12:40:971 [INFO] Finished at: 2022-06-27T14:12:40Z
14:12:40:971 [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.1.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"
14:12:43:373 [INFO] Error stacktraces are turned on.
14:12:43:504 [INFO] Scanning for projects...
14:12:52:475 [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
14:12:52:729 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B)
14:12:52:835 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
14:12:52:868 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
14:12:52:994 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
14:12:53:124 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
14:12:53:230 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
14:12:53:336 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
14:12:53:466 [INFO] Adding repository file:/home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/repository
14:12:53:487 [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
14:12:54:734 [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:12:54:867 [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
14:12:54:886 [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
14:12:54:893 [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
14:12:54:913 [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
14:12:54:914 [INFO] ------------------------------------------------------------------------
14:12:54:914 [INFO] Reactor Build Order:
14:12:54:914 [INFO] 
14:12:54:937 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
14:12:54:937 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
14:12:54:937 [INFO] p2-repository                                       [eclipse-repository]
14:12:55:360 [INFO] 
14:12:55:361 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
14:12:55:361 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.1.0-SNAPSHOT [1/3]
14:12:55:361 [INFO] --------------------------------[ pom ]---------------------------------
14:12:55:365 [INFO] 
14:12:55:365 [INFO] --- tycho-versions-plugin:2.7.3:set-version (default-cli) @ p2-feature ---
14:12:56:889 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature
14:12:56:889 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature
14:12:56:889 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository
14:12:56:894 [INFO] ------------------------------------------------------------------------
14:12:56:894 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.1.0-SNAPSHOT:
14:12:56:894 [INFO] 
14:12:56:894 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  1.533 s]
14:12:56:894 [INFO] org.eclipse.collections.feature .................... SKIPPED
14:12:56:894 [INFO] p2-repository ...................................... SKIPPED
14:12:56:894 [INFO] ------------------------------------------------------------------------
14:12:56:894 [INFO] BUILD SUCCESS
14:12:56:894 [INFO] ------------------------------------------------------------------------
14:12:56:894 [INFO] Total time:  13.482 s
14:12:56:895 [INFO] Finished at: 2022-06-27T14:12:56Z
14:12:56:895 [INFO] ------------------------------------------------------------------------
[new-version] $ /bin/sh -xe /tmp/jenkins3253225765688817060.sh
+ git checkout origin/master
HEAD is now at b2290ffa Release version 11.1.0.M1.
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.1.0-SNAPSHOT.'
[detached HEAD c4ce18e2] Update version number to 11.1.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-ssh18092629210233395688.key
 > git push git@github.com:eclipse/eclipse-collections.git HEAD:master # timeout=10
Finished: SUCCESS