Skip to content

Console Output

Started by user Nikhil Nanivadekar
Running as Nikhil Nanivadekar
Agent basic-x2q9d is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-x2q9d"
  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-x2q9d"
    - 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-x2q9d"
    - 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.3"
    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-x2q9d (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-ssh8661388140601981542.key
Verifying host key using known hosts file
 > 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 7ea7329b8d577d9435d01de41be65ea0382279f0 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7ea7329b8d577d9435d01de41be65ea0382279f0 # timeout=10
Commit message: "Release version 12.0.0.M1."
 > git rev-list --no-walk 7ea7329b8d577d9435d01de41be65ea0382279f0 # 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: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
14:39:02:622 [INFO] Error stacktraces are turned on.
14:39:02:753 [INFO] Scanning for projects...
14:39:24:286 [INFO] ------------------------------------------------------------------------
14:39:24:286 [INFO] Reactor Build Order:
14:39:24:286 [INFO] 
14:39:24:287 [INFO] Eclipse Collections Parent Project                                 [pom]
14:39:24:287 [INFO] Eclipse Collections Code Generator                                 [jar]
14:39:24:288 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
14:39:24:288 [INFO] Eclipse Collections API                                            [jar]
14:39:24:288 [INFO] Eclipse Collections Main Library                                   [jar]
14:39:24:288 [INFO] Eclipse Collections Test Utilities                                 [jar]
14:39:24:288 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
14:39:24:288 [INFO] Eclipse Collections Unit Test Suite                                [jar]
14:39:24:288 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
14:39:24:288 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
14:39:24:288 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
14:39:24:288 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
14:39:24:288 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
14:39:24:288 [INFO] Eclipse Collections p2 Repository Build                            [pom]
14:39:24:288 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
14:39:24:774 [INFO] 
14:39:24:775 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
14:39:24:775 [INFO] Building Eclipse Collections Parent Project 12.0.0.M1             [1/15]
14:39:24:775 [INFO] --------------------------------[ pom ]---------------------------------
14:39:24:779 [INFO] 
14:39:24:780 [INFO] --- versions-maven-plugin:2.8.1:set (default-cli) @ eclipse-collections-parent ---
14:39:28:337 [INFO] Local aggregation root: /home/jenkins/agent/workspace/new-version
14:39:28:347 [INFO] Processing change of org.eclipse.collections:eclipse-collections-parent:12.0.0.M1 -> 12.0.0-SNAPSHOT
14:39:28:485 [INFO] Processing org.eclipse.collections:eclipse-collections-parent
14:39:28:485 [INFO]     Updating project org.eclipse.collections:eclipse-collections-parent
14:39:28:485 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
14:39:28:767 [INFO] 
14:39:28:771 [INFO] Processing org.eclipse.collections:acceptance-tests
14:39:28:771 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:39:28:771 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
14:39:28:795 [INFO] 
14:39:28:797 [INFO] Processing org.eclipse.collections:eclipse-collections-api
14:39:28:797 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:39:28:797 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
14:39:28:838 [INFO] 
14:39:28:841 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator-maven-plugin
14:39:28:841 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:39:28:841 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
14:39:28:875 [INFO] 
14:39:28:877 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator
14:39:28:877 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:39:28:877 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
14:39:28:889 [INFO] 
14:39:28:891 [INFO] Processing org.eclipse.collections:eclipse-collections-forkjoin
14:39:28:891 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:39:28:891 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
14:39:28:928 [INFO] 
14:39:28:931 [INFO] Processing org.eclipse.collections:eclipse-collections-testutils
14:39:28:931 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:39:28:931 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
14:39:28:955 [INFO] 
14:39:28:957 [INFO] Processing org.eclipse.collections:eclipse-collections
14:39:28:957 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:39:28:957 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
14:39:28:973 [INFO] 
14:39:28:975 [INFO] Processing org.eclipse.collections:jcstress-tests
14:39:28:975 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:39:28:975 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
14:39:28:992 [INFO] 
14:39:28:994 [INFO] Processing org.eclipse.collections:jmh-scala-tests
14:39:28:994 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:39:28:994 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
14:39:29:032 [INFO] 
14:39:29:035 [INFO] Processing org.eclipse.collections:jmh-tests
14:39:29:035 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:39:29:035 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
14:39:29:064 [INFO] 
14:39:29:066 [INFO] Processing org.eclipse.collections:junit-trait-runner
14:39:29:066 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:39:29:066 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
14:39:29:072 [INFO] 
14:39:29:075 [INFO] Processing org.eclipse.collections:p2-repository
14:39:29:075 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:39:29:075 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
14:39:29:136 [INFO] 
14:39:29:139 [INFO] Processing org.eclipse.collections:performance-tests
14:39:29:139 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:39:29:139 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
14:39:29:158 [INFO] 
14:39:29:160 [INFO] Processing org.eclipse.collections:scala-unit-tests
14:39:29:160 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:39:29:160 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
14:39:29:178 [INFO] 
14:39:29:181 [INFO] Processing org.eclipse.collections:serialization-tests
14:39:29:181 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:39:29:181 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
14:39:29:188 [INFO] 
14:39:29:190 [INFO] Processing org.eclipse.collections:test-coverage
14:39:29:190 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:39:29:190 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
14:39:29:202 [INFO] 
14:39:29:203 [INFO] Processing org.eclipse.collections:unit-tests-java8
14:39:29:203 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:39:29:203 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
14:39:29:239 [INFO] 
14:39:29:241 [INFO] Processing org.eclipse.collections:unit-tests
14:39:29:241 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
14:39:29:242 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
14:39:29:260 [INFO] 
14:39:29:264 [INFO] Processing org.eclipse.collections:org.eclipse.collections
14:39:29:264 [INFO]     Updating parent org.eclipse.collections:p2-repository
14:39:29:264 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
14:39:29:266 [INFO] 
14:39:29:267 [INFO] ------------------------------------------------------------------------
14:39:29:267 [INFO] Reactor Summary for Eclipse Collections Parent Project 12.0.0.M1:
14:39:29:267 [INFO] 
14:39:29:267 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  4.492 s]
14:39:29:267 [INFO] Eclipse Collections Code Generator ................. SKIPPED
14:39:29:267 [INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED
14:39:29:267 [INFO] Eclipse Collections API ............................ SKIPPED
14:39:29:267 [INFO] Eclipse Collections Main Library ................... SKIPPED
14:39:29:267 [INFO] Eclipse Collections Test Utilities ................. SKIPPED
14:39:29:267 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED
14:39:29:267 [INFO] Eclipse Collections Unit Test Suite ................ SKIPPED
14:39:29:267 [INFO] Eclipse Collections Serialization Test Suite ....... SKIPPED
14:39:29:267 [INFO] Eclipse Collections JCStress Test Suite ............ SKIPPED
14:39:29:267 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SKIPPED
14:39:29:267 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SKIPPED
14:39:29:267 [INFO] Eclipse Collections Test Coverage Aggregation ...... SKIPPED
14:39:29:267 [INFO] Eclipse Collections p2 Repository Build ............ SKIPPED
14:39:29:267 [INFO] Eclipse Collections OSGi Bundle .................... SKIPPED
14:39:29:267 [INFO] ------------------------------------------------------------------------
14:39:29:267 [INFO] BUILD SUCCESS
14:39:29:268 [INFO] ------------------------------------------------------------------------
14:39:29:268 [INFO] Total time:  26.613 s
14:39:29:268 [INFO] Finished at: 2023-02-08T14:39:29Z
14:39:29:268 [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: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
14:39:30:562 [INFO] Error stacktraces are turned on.
14:39:30:682 [INFO] Scanning for projects...
14:39:32:373 [INFO] ------------------------------------------------------------------------
14:39:32:373 [INFO] Reactor Build Order:
14:39:32:373 [INFO] 
14:39:32:374 [INFO] Eclipse Collections Parent Project                                 [pom]
14:39:32:374 [INFO] Eclipse Collections Code Generator                                 [jar]
14:39:32:374 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
14:39:32:375 [INFO] Eclipse Collections API                                            [jar]
14:39:32:375 [INFO] Eclipse Collections Main Library                                   [jar]
14:39:32:375 [INFO] Eclipse Collections Test Utilities                                 [jar]
14:39:32:375 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
14:39:32:375 [INFO] Eclipse Collections Unit Test Suite                                [jar]
14:39:32:375 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
14:39:32:375 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
14:39:32:375 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
14:39:32:375 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
14:39:32:375 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
14:39:32:375 [INFO] Eclipse Collections p2 Repository Build                            [pom]
14:39:32:375 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
14:39:32:381 [INFO] 
14:39:32:381 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
14:39:32:381 [INFO] Building Eclipse Collections Parent Project 12.0.0-SNAPSHOT       [1/15]
14:39:32:381 [INFO] --------------------------------[ pom ]---------------------------------
14:39:33:392 [INFO] 
14:39:33:393 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
14:39:33:491 [INFO] 
14:39:33:491 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
14:39:34:326 [INFO] 
14:39:34:326 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
14:39:35:956 [INFO] Skipping pom project
14:39:35:956 [INFO] 
14:39:35:956 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
14:39:36:082 [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
14:39:36:088 [INFO] 
14:39:36:088 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
14:39:36:088 [INFO] Building Eclipse Collections Code Generator 12.0.0-SNAPSHOT       [2/15]
14:39:36:088 [INFO] --------------------------------[ jar ]---------------------------------
14:39:36:606 [INFO] 
14:39:36:606 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
14:39:36:608 [INFO] 
14:39:36:608 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
14:39:36:621 [INFO] 
14:39:36:622 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator ---
14:39:38:231 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:39:38:231 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:39:38:252 [INFO] Copying 394 resources
14:39:38:410 [INFO] 
14:39:38:410 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
14:39:38:820 [INFO] Changes detected - recompiling the module!
14:39:38:834 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/classes
14:39:40:077 [INFO] 
14:39:40:077 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
14:39:40:079 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:39:40:079 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:39:40:079 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/src/test/resources
14:39:40:080 [INFO] 
14:39:40:080 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
14:39:40:088 [INFO] Changes detected - recompiling the module!
14:39:40:089 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/test-classes
14:39:41:082 [INFO] 
14:39:41:082 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
14:39:41:562 [INFO] Tests are skipped.
14:39:41:562 [INFO] 
14:39:41:562 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
14:39:41:802 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0-SNAPSHOT.jar
14:39:42:059 [INFO] 
14:39:42:059 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
14:39:42:203 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0-SNAPSHOT-sources.jar
14:39:42:531 [INFO] 
14:39:42:531 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
14:39:42:563 [INFO] No dependency problems found
14:39:42:564 [INFO] 
14:39:42:564 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
14:39:42:568 [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
14:39:42:570 [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
14:39:42:572 [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
14:39:42:576 [INFO] 
14:39:42:576 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
14:39:42:576 [INFO] Building Eclipse Collections Code Generator Maven Plugin 12.0.0-SNAPSHOT [3/15]
14:39:42:576 [INFO] ----------------------------[ maven-plugin ]----------------------------
14:39:43:981 [INFO] 
14:39:43:981 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
14:39:43:982 [INFO] 
14:39:43:982 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
14:39:43:984 [INFO] Skipping Rule Enforcement.
14:39:43:984 [INFO] 
14:39:43:984 [INFO] --- maven-plugin-plugin:3.6.2:helpmojo (help-goal) @ eclipse-collections-code-generator-maven-plugin ---
14:39:46:318 [INFO] Using 'UTF-8' encoding to read mojo source files.
14:39:46:374 [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
14:39:46:375 [INFO] bsh mojo extractor found 0 mojo descriptor.
14:39:46:376 [INFO] ant mojo extractor found 0 mojo descriptor.
14:39:46:798 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
14:39:46:842 [INFO] 
14:39:46:843 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
14:39:46:850 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:39:46:850 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:39:46:850 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/main/resources
14:39:46:850 [INFO] 
14:39:46:850 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
14:39:46:857 [INFO] Changes detected - recompiling the module!
14:39:46:857 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/classes
14:39:48:266 [INFO] 
14:39:48:266 [INFO] --- maven-plugin-plugin:3.6.2:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
14:39:48:269 [INFO] Using 'UTF-8' encoding to read mojo source files.
14:39:48:290 [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
14:39:48:291 [INFO] bsh mojo extractor found 0 mojo descriptor.
14:39:48:291 [INFO] ant mojo extractor found 0 mojo descriptor.
14:39:48:683 [INFO] java-annotations mojo extractor found 4 mojo descriptors.
14:39:48:863 [INFO] 
14:39:48:864 [INFO] --- maven-plugin-plugin:3.6.2:descriptor (mojo-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
14:39:48:866 [INFO] Using 'UTF-8' encoding to read mojo source files.
14:39:48:883 [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
14:39:48:883 [INFO] bsh mojo extractor found 0 mojo descriptor.
14:39:48:884 [INFO] ant mojo extractor found 0 mojo descriptor.
14:39:49:254 [INFO] java-annotations mojo extractor found 4 mojo descriptors.
14:39:49:260 [INFO] 
14:39:49:260 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
14:39:49:262 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:39:49:262 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:39:49:262 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/test/resources
14:39:49:262 [INFO] 
14:39:49:263 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
14:39:49:264 [INFO] No sources to compile
14:39:49:264 [INFO] 
14:39:49:264 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
14:39:49:268 [INFO] Tests are skipped.
14:39:49:268 [INFO] 
14:39:49:268 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
14:39:49:274 [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
14:39:49:290 [INFO] 
14:39:49:291 [INFO] --- maven-plugin-plugin:3.6.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
14:39:49:293 [INFO] 
14:39:49:293 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
14:39:49:322 [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
14:39:49:331 [INFO] 
14:39:49:331 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
14:39:49:342 [INFO] No dependency problems found
14:39:49:342 [INFO] 
14:39:49:342 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
14:39:49:345 [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
14:39:49:346 [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
14:39:49:361 [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
14:39:49:364 [INFO] 
14:39:49:364 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
14:39:49:364 [INFO] Building Eclipse Collections API 12.0.0-SNAPSHOT                  [4/15]
14:39:49:364 [INFO] --------------------------------[ jar ]---------------------------------
14:39:49:479 [INFO] 
14:39:49:479 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
14:39:49:481 [INFO] 
14:39:49:481 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
14:39:49:486 [INFO] 
14:39:49:486 [INFO] --- eclipse-collections-code-generator-maven-plugin:12.0.0-SNAPSHOT:generate-sources (default) @ eclipse-collections-api ---
14:39:49:572 [INFO] Generating sources in eclipse-collections-api to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/generated-sources/java
14:39:51:326 [INFO] Generated 1370 files
14:39:51:327 [INFO] 
14:39:51:327 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-api ---
14:39:51:330 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:39:51:330 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:39:51:331 [INFO] Copying 3 resources
14:39:51:333 [INFO] 
14:39:51:333 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
14:39:51:578 [INFO] Changes detected - recompiling the module!
14:39:51:579 [INFO] Compiling 1592 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/classes
14:40:01:758 [INFO] 
14:40:01:758 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api ---
14:40:06:682 [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:40:06:682 [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:40:06:682 [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:40:06:682 [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:40:06:682 [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:40:06:682 [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:40:08:133 [INFO] 
14:40:08:134 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-api ---
14:40:08:136 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:40:08:136 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:40:08:136 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-api/src/test/resources
14:40:08:136 [INFO] 
14:40:08:137 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
14:40:08:138 [INFO] No sources to compile
14:40:08:138 [INFO] 
14:40:08:138 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
14:40:08:142 [INFO] Tests are skipped.
14:40:08:143 [INFO] 
14:40:08:143 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api ---
14:40:08:311 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-12.0.0-SNAPSHOT.jar
14:40:08:547 [INFO] 
14:40:08:547 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
14:40:08:594 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-12.0.0-SNAPSHOT-sources.jar
14:40:09:082 [INFO] 
14:40:09:082 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
14:40:09:404 [INFO] No dependency problems found
14:40:09:404 [INFO] 
14:40:09:404 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
14:40:09:406 [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
14:40:09:408 [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
14:40:09:410 [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
14:40:09:414 [INFO] 
14:40:09:414 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
14:40:09:414 [INFO] Building Eclipse Collections Main Library 12.0.0-SNAPSHOT         [5/15]
14:40:09:414 [INFO] --------------------------------[ jar ]---------------------------------
14:40:09:426 [INFO] 
14:40:09:426 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
14:40:09:427 [INFO] 
14:40:09:427 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
14:40:09:436 [INFO] 
14:40:09:436 [INFO] --- eclipse-collections-code-generator-maven-plugin:12.0.0-SNAPSHOT:generate-sources (generate-sources) @ eclipse-collections ---
14:40:09:437 [INFO] Generating sources in eclipse-collections to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/generated-sources/java
14:40:16:118 [INFO] Generated 1462 files
14:40:16:119 [INFO] 
14:40:16:119 [INFO] --- eclipse-collections-code-generator-maven-plugin:12.0.0-SNAPSHOT:generate-services (generate-services) @ eclipse-collections ---
14:40:16:123 [INFO] Generating sources in eclipse-collections to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/generated-resources/META-INF/services
14:40:16:228 [INFO] Generated 230 files
14:40:16:229 [INFO] 
14:40:16:229 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections ---
14:40:16:231 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:40:16:231 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:40:16:232 [INFO] Copying 27 resources
14:40:16:248 [INFO] Copying 230 resources to META-INF/services
14:40:16:321 [INFO] 
14:40:16:321 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
14:40:16:606 [INFO] Changes detected - recompiling the module!
14:40:16:610 [INFO] Compiling 2117 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/classes
14:41:04:698 [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:41:04:698 [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:41:04:698 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2275,19] Unsafe is internal proprietary API and may be removed in a future release
14:41:04:698 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2279,19] Unsafe is internal proprietary API and may be removed in a future release
14:41:04:698 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2285,83] Unsafe is internal proprietary API and may be removed in a future release
14:41:04:698 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2287,27] Unsafe is internal proprietary API and may be removed in a future release
14:41:04:698 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2289,34] Unsafe is internal proprietary API and may be removed in a future release
14:41:04:698 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2291,32] Unsafe is internal proprietary API and may be removed in a future release
14:41:04:698 [INFO] 
14:41:04:698 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections ---
14:41:04:834 [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:41:04:834 [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:41:04:834 [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:41:04:834 [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:41:04:834 [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:41:04:834 [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:41:09:071 [INFO] 
14:41:09:071 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections ---
14:41:09:073 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:41:09:073 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:41:09:073 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections/src/test/resources
14:41:09:073 [INFO] 
14:41:09:073 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
14:41:09:074 [INFO] No sources to compile
14:41:09:074 [INFO] 
14:41:09:074 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
14:41:09:077 [INFO] Tests are skipped.
14:41:09:077 [INFO] 
14:41:09:077 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections ---
14:41:09:473 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-12.0.0-SNAPSHOT.jar
14:41:10:448 [INFO] 
14:41:10:448 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections ---
14:41:10:525 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-12.0.0-SNAPSHOT-sources.jar
14:41:11:268 [INFO] 
14:41:11:269 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections ---
14:41:12:362 [INFO] No dependency problems found
14:41:12:362 [INFO] 
14:41:12:362 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
14:41:12:363 [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
14:41:12:373 [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
14:41:12:375 [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
14:41:12:380 [INFO] 
14:41:12:380 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
14:41:12:380 [INFO] Building Eclipse Collections Test Utilities 12.0.0-SNAPSHOT       [6/15]
14:41:12:380 [INFO] --------------------------------[ jar ]---------------------------------
14:41:12:601 [INFO] 
14:41:12:601 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
14:41:12:602 [INFO] 
14:41:12:602 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
14:41:12:612 [INFO] 
14:41:12:612 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-testutils ---
14:41:13:872 [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:41:13:872 [INFO] 
14:41:13:872 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-testutils ---
14:41:13:873 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:41:13:873 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:41:13:873 [INFO] Copying 3 resources
14:41:13:874 [INFO] 
14:41:13:874 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
14:41:13:877 [INFO] Changes detected - recompiling the module!
14:41:13:877 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/classes
14:41:16:228 [INFO] 
14:41:16:228 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-testutils ---
14:41:16:230 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:41:16:230 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:41:16:231 [INFO] Copying 1 resource
14:41:16:231 [INFO] 
14:41:16:232 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
14:41:16:235 [INFO] Changes detected - recompiling the module!
14:41:16:235 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/test-classes
14:41:18:945 [INFO] 
14:41:18:945 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
14:41:18:948 [INFO] Tests are skipped.
14:41:18:948 [INFO] 
14:41:18:948 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-testutils ---
14:41:18:951 [INFO] Skipping JaCoCo execution due to missing execution data file.
14:41:18:951 [INFO] 
14:41:18:951 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils ---
14:41:18:955 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-12.0.0-SNAPSHOT.jar
14:41:18:970 [INFO] 
14:41:18:970 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
14:41:18:973 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-12.0.0-SNAPSHOT-sources.jar
14:41:18:990 [INFO] 
14:41:18:990 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
14:41:19:007 [INFO] No dependency problems found
14:41:19:007 [INFO] 
14:41:19:007 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
14:41:19:008 [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
14:41:19:009 [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
14:41:19:010 [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
14:41:19:012 [INFO] 
14:41:19:012 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
14:41:19:012 [INFO] Building Eclipse Collections Fork Join Utilities 12.0.0-SNAPSHOT  [7/15]
14:41:19:012 [INFO] --------------------------------[ jar ]---------------------------------
14:41:19:018 [INFO] 
14:41:19:018 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
14:41:19:018 [INFO] 
14:41:19:018 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
14:41:19:034 [INFO] 
14:41:19:035 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-forkjoin ---
14:41:19:035 [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:41:19:035 [INFO] 
14:41:19:035 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-forkjoin ---
14:41:19:036 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:41:19:036 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:41:19:037 [INFO] Copying 3 resources
14:41:19:038 [INFO] 
14:41:19:038 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
14:41:19:040 [INFO] Changes detected - recompiling the module!
14:41:19:041 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/classes
14:41:21:005 [INFO] 
14:41:21:005 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
14:41:21:006 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:41:21:006 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:41:21:006 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/src/test/resources
14:41:21:006 [INFO] 
14:41:21:007 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
14:41:21:008 [INFO] Changes detected - recompiling the module!
14:41:21:009 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/test-classes
14:41:23:069 [INFO] 
14:41:23:070 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
14:41:23:073 [INFO] Tests are skipped.
14:41:23:073 [INFO] 
14:41:23:073 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-forkjoin ---
14:41:23:074 [INFO] Skipping JaCoCo execution due to missing execution data file.
14:41:23:074 [INFO] 
14:41:23:074 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin ---
14:41:23:078 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-12.0.0-SNAPSHOT.jar
14:41:23:094 [INFO] 
14:41:23:094 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
14:41:23:099 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-12.0.0-SNAPSHOT-sources.jar
14:41:23:113 [INFO] 
14:41:23:113 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
14:41:23:128 [INFO] No dependency problems found
14:41:23:129 [INFO] 
14:41:23:129 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
14:41:23:130 [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
14:41:23:131 [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
14:41:23:132 [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
14:41:23:134 [INFO] 
14:41:23:134 [INFO] -----------------< org.eclipse.collections:unit-tests >-----------------
14:41:23:134 [INFO] Building Eclipse Collections Unit Test Suite 12.0.0-SNAPSHOT      [8/15]
14:41:23:134 [INFO] --------------------------------[ jar ]---------------------------------
14:41:23:183 [INFO] 
14:41:23:183 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests ---
14:41:23:184 [INFO] 
14:41:23:184 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests ---
14:41:23:194 [INFO] 
14:41:23:194 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ unit-tests ---
14:41:23:194 [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:41:23:195 [INFO] 
14:41:23:195 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ unit-tests ---
14:41:23:195 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:41:23:195 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:41:23:195 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests/src/main/resources
14:41:23:196 [INFO] 
14:41:23:196 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests ---
14:41:23:196 [INFO] No sources to compile
14:41:23:196 [INFO] 
14:41:23:197 [INFO] --- eclipse-collections-code-generator-maven-plugin:12.0.0-SNAPSHOT:generate-test-sources (default) @ unit-tests ---
14:41:23:197 [INFO] Generating sources in unit-tests to /home/jenkins/agent/workspace/new-version/unit-tests/target/generated-test-sources/java
14:41:33:137 [INFO] Generated 2332 files
14:41:33:137 [INFO] 
14:41:33:137 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ unit-tests ---
14:41:33:140 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:41:33:141 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:41:33:141 [INFO] Copying 1 resource
14:41:33:141 [INFO] 
14:41:33:142 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests ---
14:41:33:522 [INFO] Changes detected - recompiling the module!
14:41:33:523 [INFO] Compiling 2906 source files to /home/jenkins/agent/workspace/new-version/unit-tests/target/test-classes
14:43:14:662 [INFO] 
14:43:14:662 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests ---
14:43:14:668 [INFO] Tests are skipped.
14:43:14:668 [INFO] 
14:43:14:668 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ unit-tests ---
14:43:14:669 [INFO] Skipping JaCoCo execution due to missing execution data file.
14:43:14:669 [INFO] 
14:43:14:669 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests ---
14:43:14:670 [WARNING] JAR will be empty - no content was marked for inclusion!
14:43:14:672 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-12.0.0-SNAPSHOT.jar
14:43:14:687 [INFO] 
14:43:14:687 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests ---
14:43:14:688 [INFO] No sources in project. Archive not created.
14:43:14:689 [INFO] 
14:43:14:689 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests ---
14:43:16:274 [INFO] No dependency problems found
14:43:16:274 [INFO] 
14:43:16:274 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests ---
14:43:16:278 [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
14:43:16:279 [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
14:43:16:281 [INFO] 
14:43:16:281 [INFO] ------------< org.eclipse.collections:serialization-tests >-------------
14:43:16:281 [INFO] Building Eclipse Collections Serialization Test Suite 12.0.0-SNAPSHOT [9/15]
14:43:16:281 [INFO] --------------------------------[ jar ]---------------------------------
14:43:16:285 [INFO] 
14:43:16:285 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serialization-tests ---
14:43:16:286 [INFO] 
14:43:16:286 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ serialization-tests ---
14:43:16:290 [INFO] 
14:43:16:290 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ serialization-tests ---
14:43:16:291 [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:43:16:291 [INFO] 
14:43:16:291 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ serialization-tests ---
14:43:16:292 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:43:16:292 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:43:16:292 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/main/resources
14:43:16:292 [INFO] 
14:43:16:292 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ serialization-tests ---
14:43:16:296 [INFO] No sources to compile
14:43:16:296 [INFO] 
14:43:16:296 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ serialization-tests ---
14:43:16:298 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:43:16:298 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:43:16:298 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/test/resources
14:43:16:298 [INFO] 
14:43:16:298 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ serialization-tests ---
14:43:16:419 [INFO] Changes detected - recompiling the module!
14:43:16:420 [INFO] Compiling 882 source files to /home/jenkins/agent/workspace/new-version/serialization-tests/target/test-classes
14:43:21:709 [INFO] 
14:43:21:709 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ serialization-tests ---
14:43:21:712 [INFO] Tests are skipped.
14:43:21:712 [INFO] 
14:43:21:713 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ serialization-tests ---
14:43:21:713 [INFO] Skipping JaCoCo execution due to missing execution data file.
14:43:21:713 [INFO] 
14:43:21:713 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ serialization-tests ---
14:43:21:715 [WARNING] JAR will be empty - no content was marked for inclusion!
14:43:21:716 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-12.0.0-SNAPSHOT.jar
14:43:21:724 [INFO] 
14:43:21:724 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ serialization-tests ---
14:43:21:725 [INFO] No sources in project. Archive not created.
14:43:21:726 [INFO] 
14:43:21:726 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ serialization-tests ---
14:43:21:789 [INFO] No dependency problems found
14:43:21:789 [INFO] 
14:43:21:789 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serialization-tests ---
14:43:21:791 [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
14:43:21:792 [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
14:43:21:793 [INFO] 
14:43:21:793 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
14:43:21:793 [INFO] Building Eclipse Collections JCStress Test Suite 12.0.0-SNAPSHOT [10/15]
14:43:21:793 [INFO] --------------------------------[ jar ]---------------------------------
14:43:22:068 [INFO] 
14:43:22:069 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
14:43:22:069 [INFO] 
14:43:22:069 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
14:43:22:077 [INFO] 
14:43:22:077 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jcstress-tests ---
14:43:22:078 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:43:22:078 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:43:22:078 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/main/resources
14:43:22:078 [INFO] 
14:43:22:078 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
14:43:22:081 [INFO] Changes detected - recompiling the module!
14:43:22:081 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/jcstress-tests/target/classes
14:43:24:224 [INFO] 
14:43:24:224 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jcstress-tests ---
14:43:24:226 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:43:24:226 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:43:24:226 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/test/resources
14:43:24:226 [INFO] 
14:43:24:226 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
14:43:24:227 [INFO] No sources to compile
14:43:24:227 [INFO] 
14:43:24:227 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
14:43:24:230 [INFO] Tests are skipped.
14:43:24:230 [INFO] 
14:43:24:230 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests ---
14:43:24:234 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-12.0.0-SNAPSHOT.jar
14:43:24:257 [INFO] 
14:43:24:257 [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ jcstress-tests ---
14:43:24:741 [INFO] Including org.eclipse.collections:eclipse-collections:jar:12.0.0-SNAPSHOT in the shaded jar.
14:43:24:741 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:12.0.0-SNAPSHOT in the shaded jar.
14:43:24:741 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
14:43:24:741 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
14:43:26:217 [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: 
14:43:26:217 [WARNING]   - META-INF/MANIFEST.MF
14:43:26:217 [WARNING] eclipse-collections-12.0.0-SNAPSHOT.jar, eclipse-collections-api-12.0.0-SNAPSHOT.jar define 3 overlapping resources: 
14:43:26:217 [WARNING]   - LICENSE-EDL-1.0.txt
14:43:26:217 [WARNING]   - LICENSE-EPL-1.0.txt
14:43:26:217 [WARNING]   - about.html
14:43:26:217 [WARNING] maven-shade-plugin has detected that some class files are
14:43:26:217 [WARNING] present in two or more JARs. When this happens, only one
14:43:26:217 [WARNING] single version of the class is copied to the uber jar.
14:43:26:217 [WARNING] Usually this is not harmful and you can skip these warnings,
14:43:26:217 [WARNING] otherwise try to manually exclude artifacts based on
14:43:26:217 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
14:43:26:217 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
14:43:26:226 [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
14:43:26:227 [INFO] 
14:43:26:227 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests ---
14:43:26:231 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-12.0.0-SNAPSHOT-sources.jar
14:43:26:245 [INFO] 
14:43:26:245 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests ---
14:43:26:258 [INFO] No dependency problems found
14:43:26:258 [INFO] 
14:43:26:258 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
14:43:26:259 [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
14:43:26:260 [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
14:43:26:262 [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
14:43:26:263 [INFO] 
14:43:26:263 [INFO] -------------< org.eclipse.collections:junit-trait-runner >-------------
14:43:26:263 [INFO] Building Eclipse Collections Test Trait JUnit Runner 12.0.0-SNAPSHOT [11/15]
14:43:26:263 [INFO] --------------------------------[ jar ]---------------------------------
14:43:26:266 [INFO] 
14:43:26:266 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ junit-trait-runner ---
14:43:26:267 [INFO] 
14:43:26:267 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ junit-trait-runner ---
14:43:26:269 [INFO] 
14:43:26:269 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ junit-trait-runner ---
14:43:26:270 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:43:26:270 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:43:26:270 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/main/resources
14:43:26:271 [INFO] 
14:43:26:271 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-trait-runner ---
14:43:26:272 [INFO] Changes detected - recompiling the module!
14:43:26:273 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/classes
14:43:27:258 [INFO] 
14:43:27:258 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ junit-trait-runner ---
14:43:27:259 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:43:27:259 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:43:27:259 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/test/resources
14:43:27:259 [INFO] 
14:43:27:259 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-trait-runner ---
14:43:27:260 [INFO] No sources to compile
14:43:27:260 [INFO] 
14:43:27:260 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ junit-trait-runner ---
14:43:27:263 [INFO] Tests are skipped.
14:43:27:263 [INFO] 
14:43:27:263 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ junit-trait-runner ---
14:43:27:266 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-12.0.0-SNAPSHOT.jar
14:43:27:277 [INFO] 
14:43:27:277 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ junit-trait-runner ---
14:43:27:281 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-12.0.0-SNAPSHOT-sources.jar
14:43:27:291 [INFO] 
14:43:27:291 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ junit-trait-runner ---
14:43:27:294 [INFO] No dependency problems found
14:43:27:294 [INFO] 
14:43:27:294 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ junit-trait-runner ---
14:43:27:295 [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
14:43:27:296 [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
14:43:27:297 [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
14:43:27:322 [INFO] 
14:43:27:322 [INFO] --------------< org.eclipse.collections:unit-tests-java8 >--------------
14:43:27:322 [INFO] Building Eclipse Collections Java 8 Unit Test Suite 12.0.0-SNAPSHOT [12/15]
14:43:27:322 [INFO] --------------------------------[ jar ]---------------------------------
14:43:27:361 [INFO] 
14:43:27:361 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests-java8 ---
14:43:27:362 [INFO] 
14:43:27:362 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests-java8 ---
14:43:27:371 [INFO] 
14:43:27:371 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ unit-tests-java8 ---
14:43:27:372 [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:43:27:372 [INFO] 
14:43:27:372 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ unit-tests-java8 ---
14:43:27:373 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:43:27:373 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:43:27:373 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/main/resources
14:43:27:373 [INFO] 
14:43:27:373 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests-java8 ---
14:43:27:374 [INFO] No sources to compile
14:43:27:375 [INFO] 
14:43:27:375 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ unit-tests-java8 ---
14:43:27:375 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:43:27:375 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:43:27:376 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/test/resources
14:43:27:376 [INFO] 
14:43:27:376 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests-java8 ---
14:43:27:397 [INFO] Changes detected - recompiling the module!
14:43:27:398 [INFO] Compiling 178 source files to /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/test-classes
14:43:37:972 [INFO] 
14:43:37:972 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests-java8 ---
14:43:37:976 [INFO] Tests are skipped.
14:43:37:976 [INFO] 
14:43:37:976 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ unit-tests-java8 ---
14:43:37:976 [INFO] Skipping JaCoCo execution due to missing execution data file.
14:43:37:977 [INFO] 
14:43:37:977 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests-java8 ---
14:43:37:978 [WARNING] JAR will be empty - no content was marked for inclusion!
14:43:37:978 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-12.0.0-SNAPSHOT.jar
14:43:37:989 [INFO] 
14:43:37:989 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests-java8 ---
14:43:37:991 [INFO] No sources in project. Archive not created.
14:43:37:991 [INFO] 
14:43:37:991 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests-java8 ---
14:43:38:026 [INFO] No dependency problems found
14:43:38:026 [INFO] 
14:43:38:027 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests-java8 ---
14:43:38:028 [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
14:43:38:028 [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
14:43:38:029 [INFO] 
14:43:38:029 [INFO] ---------------< org.eclipse.collections:test-coverage >----------------
14:43:38:029 [INFO] Building Eclipse Collections Test Coverage Aggregation 12.0.0-SNAPSHOT [13/15]
14:43:38:029 [INFO] --------------------------------[ pom ]---------------------------------
14:43:38:033 [INFO] 
14:43:38:033 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ test-coverage ---
14:43:38:034 [INFO] 
14:43:38:034 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ test-coverage ---
14:43:38:045 [INFO] 
14:43:38:045 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ test-coverage ---
14:43:38:045 [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:43:38:045 [INFO] 
14:43:38:046 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ test-coverage ---
14:43:38:046 [INFO] Skipping JaCoCo execution due to missing execution data file.
14:43:38:046 [INFO] 
14:43:38:046 [INFO] --- jacoco-maven-plugin:0.8.7:report-aggregate (default-report) @ test-coverage ---
14:43:38:856 [INFO] Analyzed bundle 'eclipse-collections-api' with 621 classes
14:43:42:372 [INFO] Analyzed bundle 'eclipse-collections' with 3683 classes
14:43:50:785 [INFO] Analyzed bundle 'eclipse-collections-testutils' with 3 classes
14:43:50:812 [INFO] 
14:43:50:812 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ test-coverage ---
14:43:50:814 [INFO] Skipping pom project
14:43:50:814 [INFO] 
14:43:50:814 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ test-coverage ---
14:43:50:814 [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
14:43:50:816 [INFO] 
14:43:50:816 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
14:43:50:816 [INFO] Building Eclipse Collections p2 Repository Build 12.0.0-SNAPSHOT [14/15]
14:43:50:816 [INFO] --------------------------------[ pom ]---------------------------------
14:43:50:831 [INFO] 
14:43:50:831 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
14:43:50:845 [INFO] 
14:43:50:845 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
14:43:50:896 [INFO] 
14:43:50:896 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository ---
14:43:51:107 [INFO] Skipping pom project
14:43:51:108 [INFO] 
14:43:51:108 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
14:43:51:127 [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
14:43:51:129 [INFO] 
14:43:51:129 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
14:43:51:129 [INFO] Building Eclipse Collections OSGi Bundle 12.0.0-SNAPSHOT         [15/15]
14:43:51:129 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
14:43:51:298 [INFO] 
14:43:51:298 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
14:43:51:299 [INFO] 
14:43:51:299 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
14:43:55:686 [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:43:55:686 [WARNING] Fallback to default timestamp provider
14:43:55:698 [INFO] The project's OSGi version is 12.0.0.v20230208-1439
14:43:55:698 [INFO] 
14:43:55:698 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections ---
14:43:55:701 [INFO] 
14:43:55:701 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
14:43:55:709 [INFO] 
14:43:55:709 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.collections ---
14:43:55:765 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:43:55:765 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:43:55:769 [INFO] Copying 2 resources
14:43:55:775 [INFO] 
14:43:55:775 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
14:43:55:821 [INFO] No sources to compile
14:43:55:821 [INFO] 
14:43:55:821 [INFO] --- ebr-maven-plugin:1.3.0:bundle (default-bundle) @ org.eclipse.collections ---
14:43:55:832 [INFO] Gathering dependencies
14:43:55:845 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:12.0.0-SNAPSHOT:jar
14:43:55:859 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:12.0.0-SNAPSHOT:jar
14:43:55:862 [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/**/*.*"
14:43:57:677 [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/**/*.*"
14:43:58:211 [INFO] Merging collected dependencies
14:43:58:215 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:43:58:215 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:43:58:353 [INFO] Copying 5738 resources
14:44:00:072 [INFO] Generating OSGi MANIFEST.MF
14:44:00:140 [ERROR] An internal error occurred
java.util.ConcurrentModificationException
    at java.util.TreeMap.callMappingFunctionWithCheck (TreeMap.java:750)
    at java.util.TreeMap.computeIfAbsent (TreeMap.java:558)
    at aQute.bnd.osgi.Jar.putResource (Jar.java:288)
    at aQute.bnd.osgi.Jar$1.visitFile (Jar.java:202)
    at aQute.bnd.osgi.Jar$1.visitFile (Jar.java:177)
    at java.nio.file.Files.walkFileTree (Files.java:2811)
    at aQute.bnd.osgi.Jar.buildFromDirectory (Jar.java:176)
    at aQute.bnd.osgi.Jar.<init> (Jar.java:119)
    at aQute.bnd.osgi.Jar.<init> (Jar.java:172)
    at org.apache.felix.bundleplugin.BundlePlugin.getOSGiBuilder (BundlePlugin.java:604)
    at org.apache.felix.bundleplugin.ManifestPlugin.getAnalyzer (ManifestPlugin.java:285)
    at org.apache.felix.bundleplugin.ManifestPlugin.execute (ManifestPlugin.java:111)
    at org.eclipse.ebr.maven.BundleMojo.buildBundle (BundleMojo.java:358)
    at org.eclipse.ebr.maven.BundleMojo.execute (BundleMojo.java:462)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
14:44:00:142 [INFO] ------------------------------------------------------------------------
14:44:00:142 [INFO] Reactor Summary for Eclipse Collections Parent Project 12.0.0-SNAPSHOT:
14:44:00:142 [INFO] 
14:44:00:142 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  3.707 s]
14:44:00:142 [INFO] Eclipse Collections Code Generator ................. SUCCESS [  6.488 s]
14:44:00:142 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  6.788 s]
14:44:00:142 [INFO] Eclipse Collections API ............................ SUCCESS [ 20.050 s]
14:44:00:143 [INFO] Eclipse Collections Main Library ................... SUCCESS [01:02 min]
14:44:00:143 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  6.632 s]
14:44:00:143 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  4.122 s]
14:44:00:143 [INFO] Eclipse Collections Unit Test Suite ................ SUCCESS [01:53 min]
14:44:00:143 [INFO] Eclipse Collections Serialization Test Suite ....... SUCCESS [  5.512 s]
14:44:00:143 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  4.470 s]
14:44:00:143 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SUCCESS [  1.059 s]
14:44:00:143 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SUCCESS [ 10.707 s]
14:44:00:143 [INFO] Eclipse Collections Test Coverage Aggregation ...... SUCCESS [ 12.787 s]
14:44:00:143 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.313 s]
14:44:00:143 [INFO] Eclipse Collections OSGi Bundle .................... FAILURE [  9.013 s]
14:44:00:143 [INFO] ------------------------------------------------------------------------
14:44:00:143 [INFO] BUILD FAILURE
14:44:00:143 [INFO] ------------------------------------------------------------------------
14:44:00:143 [INFO] Total time:  04:29 min
14:44:00:143 [INFO] Finished at: 2023-02-08T14:44:00Z
14:44:00:143 [INFO] ------------------------------------------------------------------------
14:44:00:144 [ERROR] Failed to execute goal org.eclipse.ebr:ebr-maven-plugin:1.3.0:bundle (default-bundle) on project org.eclipse.collections: Error generating Bundle manifest: Internal error in maven-bundle-plugin: ConcurrentModificationException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.ebr:ebr-maven-plugin:1.3.0:bundle (default-bundle) on project org.eclipse.collections: Error generating Bundle manifest: Internal error in maven-bundle-plugin
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:306)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.MojoExecutionException: Error generating Bundle manifest: Internal error in maven-bundle-plugin
    at org.eclipse.ebr.maven.BundleMojo.buildBundle (BundleMojo.java:360)
    at org.eclipse.ebr.maven.BundleMojo.execute (BundleMojo.java:462)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.MojoExecutionException: Internal error in maven-bundle-plugin
    at org.apache.felix.bundleplugin.ManifestPlugin.execute (ManifestPlugin.java:134)
    at org.eclipse.ebr.maven.BundleMojo.buildBundle (BundleMojo.java:358)
    at org.eclipse.ebr.maven.BundleMojo.execute (BundleMojo.java:462)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: java.util.ConcurrentModificationException
    at java.util.TreeMap.callMappingFunctionWithCheck (TreeMap.java:750)
    at java.util.TreeMap.computeIfAbsent (TreeMap.java:558)
    at aQute.bnd.osgi.Jar.putResource (Jar.java:288)
    at aQute.bnd.osgi.Jar$1.visitFile (Jar.java:202)
    at aQute.bnd.osgi.Jar$1.visitFile (Jar.java:177)
    at java.nio.file.Files.walkFileTree (Files.java:2811)
    at aQute.bnd.osgi.Jar.buildFromDirectory (Jar.java:176)
    at aQute.bnd.osgi.Jar.<init> (Jar.java:119)
    at aQute.bnd.osgi.Jar.<init> (Jar.java:172)
    at org.apache.felix.bundleplugin.BundlePlugin.getOSGiBuilder (BundlePlugin.java:604)
    at org.apache.felix.bundleplugin.ManifestPlugin.getAnalyzer (ManifestPlugin.java:285)
    at org.apache.felix.bundleplugin.ManifestPlugin.execute (ManifestPlugin.java:111)
    at org.eclipse.ebr.maven.BundleMojo.buildBundle (BundleMojo.java:358)
    at org.eclipse.ebr.maven.BundleMojo.execute (BundleMojo.java:462)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
14:44:00:146 [ERROR] 
14:44:00:147 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
14:44:00:147 [ERROR] 
14:44:00:147 [ERROR] For more information about the errors and possible solutions, please read the following articles:
14:44:00:147 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
14:44:00:147 [ERROR] 
14:44:00:147 [ERROR] After correcting the problems, you can resume the build with the command
14:44:00:147 [ERROR]   mvn <args> -rf :org.eclipse.collections
Build step 'Invoke top-level Maven targets' marked build as failure
Build did not succeed and the project is configured to only push after a successful build, so no pushing will occur.
An attempt to send an e-mail to empty list of recipients, ignored.
Finished: FAILURE