Skip to content

Console Output

Started by user Nikhil Nanivadekar
Running as Nikhil Nanivadekar
Agent basic-8tpb6 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-8tpb6"
  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-8tpb6"
    - 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-8tpb6"
    - 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-8tpb6 (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-ssh12987192167866008830.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: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
16:59:58:269 [INFO] Error stacktraces are turned on.
16:59:58:461 [INFO] Scanning for projects...
17:00:22:475 [INFO] ------------------------------------------------------------------------
17:00:22:475 [INFO] Reactor Build Order:
17:00:22:476 [INFO] 
17:00:22:478 [INFO] Eclipse Collections Parent Project                                 [pom]
17:00:22:479 [INFO] Eclipse Collections Code Generator                                 [jar]
17:00:22:479 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
17:00:22:479 [INFO] Eclipse Collections API                                            [jar]
17:00:22:479 [INFO] Eclipse Collections Main Library                                   [jar]
17:00:22:479 [INFO] Eclipse Collections Test Utilities                                 [jar]
17:00:22:479 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
17:00:22:479 [INFO] Eclipse Collections Unit Test Suite                                [jar]
17:00:22:479 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
17:00:22:480 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
17:00:22:480 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
17:00:22:480 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
17:00:22:480 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
17:00:22:480 [INFO] Eclipse Collections p2 Repository Build                            [pom]
17:00:22:480 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
17:00:23:108 [INFO] 
17:00:23:108 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
17:00:23:109 [INFO] Building Eclipse Collections Parent Project 12.0.0.M1             [1/15]
17:00:23:109 [INFO] --------------------------------[ pom ]---------------------------------
17:00:23:114 [INFO] 
17:00:23:114 [INFO] --- versions-maven-plugin:2.8.1:set (default-cli) @ eclipse-collections-parent ---
17:00:27:303 [INFO] Local aggregation root: /home/jenkins/agent/workspace/new-version
17:00:27:331 [INFO] Processing change of org.eclipse.collections:eclipse-collections-parent:12.0.0.M1 -> 12.0.0-SNAPSHOT
17:00:27:550 [INFO] Processing org.eclipse.collections:eclipse-collections-parent
17:00:27:551 [INFO]     Updating project org.eclipse.collections:eclipse-collections-parent
17:00:27:551 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
17:00:28:242 [INFO] 
17:00:28:248 [INFO] Processing org.eclipse.collections:acceptance-tests
17:00:28:248 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:00:28:248 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
17:00:28:296 [INFO] 
17:00:28:319 [INFO] Processing org.eclipse.collections:eclipse-collections-api
17:00:28:319 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:00:28:319 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
17:00:28:363 [INFO] 
17:00:28:366 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator-maven-plugin
17:00:28:366 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:00:28:366 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
17:00:28:453 [INFO] 
17:00:28:456 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator
17:00:28:456 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:00:28:456 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
17:00:28:487 [INFO] 
17:00:28:489 [INFO] Processing org.eclipse.collections:eclipse-collections-forkjoin
17:00:28:489 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:00:28:489 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
17:00:28:563 [INFO] 
17:00:28:566 [INFO] Processing org.eclipse.collections:eclipse-collections-testutils
17:00:28:566 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:00:28:566 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
17:00:28:621 [INFO] 
17:00:28:626 [INFO] Processing org.eclipse.collections:eclipse-collections
17:00:28:626 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:00:28:626 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
17:00:28:676 [INFO] 
17:00:28:679 [INFO] Processing org.eclipse.collections:jcstress-tests
17:00:28:679 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:00:28:679 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
17:00:28:703 [INFO] 
17:00:28:706 [INFO] Processing org.eclipse.collections:jmh-scala-tests
17:00:28:706 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:00:28:706 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
17:00:28:744 [INFO] 
17:00:28:748 [INFO] Processing org.eclipse.collections:jmh-tests
17:00:28:748 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:00:28:748 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
17:00:28:830 [INFO] 
17:00:28:833 [INFO] Processing org.eclipse.collections:junit-trait-runner
17:00:28:833 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:00:28:833 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
17:00:28:845 [INFO] 
17:00:28:850 [INFO] Processing org.eclipse.collections:p2-repository
17:00:28:850 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:00:28:850 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
17:00:28:944 [INFO] 
17:00:28:947 [INFO] Processing org.eclipse.collections:performance-tests
17:00:28:947 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:00:28:947 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
17:00:28:974 [INFO] 
17:00:28:977 [INFO] Processing org.eclipse.collections:scala-unit-tests
17:00:28:977 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:00:28:977 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
17:00:29:017 [INFO] 
17:00:29:022 [INFO] Processing org.eclipse.collections:serialization-tests
17:00:29:022 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:00:29:022 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
17:00:29:045 [INFO] 
17:00:29:048 [INFO] Processing org.eclipse.collections:test-coverage
17:00:29:048 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:00:29:048 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
17:00:29:086 [INFO] 
17:00:29:095 [INFO] Processing org.eclipse.collections:unit-tests-java8
17:00:29:095 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:00:29:095 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
17:00:29:139 [INFO] 
17:00:29:142 [INFO] Processing org.eclipse.collections:unit-tests
17:00:29:142 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
17:00:29:142 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
17:00:29:185 [INFO] 
17:00:29:197 [INFO] Processing org.eclipse.collections:org.eclipse.collections
17:00:29:197 [INFO]     Updating parent org.eclipse.collections:p2-repository
17:00:29:197 [INFO]         from version 12.0.0.M1 to 12.0.0-SNAPSHOT
17:00:29:202 [INFO] 
17:00:29:204 [INFO] ------------------------------------------------------------------------
17:00:29:204 [INFO] Reactor Summary for Eclipse Collections Parent Project 12.0.0.M1:
17:00:29:204 [INFO] 
17:00:29:205 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  6.095 s]
17:00:29:206 [INFO] Eclipse Collections Code Generator ................. SKIPPED
17:00:29:206 [INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED
17:00:29:206 [INFO] Eclipse Collections API ............................ SKIPPED
17:00:29:206 [INFO] Eclipse Collections Main Library ................... SKIPPED
17:00:29:206 [INFO] Eclipse Collections Test Utilities ................. SKIPPED
17:00:29:206 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED
17:00:29:206 [INFO] Eclipse Collections Unit Test Suite ................ SKIPPED
17:00:29:206 [INFO] Eclipse Collections Serialization Test Suite ....... SKIPPED
17:00:29:206 [INFO] Eclipse Collections JCStress Test Suite ............ SKIPPED
17:00:29:206 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SKIPPED
17:00:29:207 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SKIPPED
17:00:29:207 [INFO] Eclipse Collections Test Coverage Aggregation ...... SKIPPED
17:00:29:207 [INFO] Eclipse Collections p2 Repository Build ............ SKIPPED
17:00:29:207 [INFO] Eclipse Collections OSGi Bundle .................... SKIPPED
17:00:29:207 [INFO] ------------------------------------------------------------------------
17:00:29:207 [INFO] BUILD SUCCESS
17:00:29:207 [INFO] ------------------------------------------------------------------------
17:00:29:217 [INFO] Total time:  30.874 s
17:00:29:218 [INFO] Finished at: 2023-02-08T17:00:29Z
17:00:29:218 [INFO] ------------------------------------------------------------------------
[new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DNEXT_VERSION=12.0.0 -DRELEASE_BRANCH=master -Dmaven.repo.local=/home/jenkins/agent/workspace/new-version/.repository -DskipTests=true clean install
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
17:00:31:664 [INFO] Error stacktraces are turned on.
17:00:31:887 [INFO] Scanning for projects...
17:00:35:078 [INFO] ------------------------------------------------------------------------
17:00:35:078 [INFO] Reactor Build Order:
17:00:35:079 [INFO] 
17:00:35:080 [INFO] Eclipse Collections Parent Project                                 [pom]
17:00:35:081 [INFO] Eclipse Collections Code Generator                                 [jar]
17:00:35:081 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
17:00:35:081 [INFO] Eclipse Collections API                                            [jar]
17:00:35:081 [INFO] Eclipse Collections Main Library                                   [jar]
17:00:35:081 [INFO] Eclipse Collections Test Utilities                                 [jar]
17:00:35:081 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
17:00:35:081 [INFO] Eclipse Collections Unit Test Suite                                [jar]
17:00:35:081 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
17:00:35:081 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
17:00:35:082 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
17:00:35:082 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
17:00:35:082 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
17:00:35:082 [INFO] Eclipse Collections p2 Repository Build                            [pom]
17:00:35:082 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
17:00:35:122 [INFO] 
17:00:35:122 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
17:00:35:122 [INFO] Building Eclipse Collections Parent Project 12.0.0-SNAPSHOT       [1/15]
17:00:35:123 [INFO] --------------------------------[ pom ]---------------------------------
17:00:36:451 [INFO] 
17:00:36:452 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
17:00:36:601 [INFO] 
17:00:36:601 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
17:00:37:436 [INFO] 
17:00:37:437 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
17:00:39:640 [INFO] Skipping pom project
17:00:39:641 [INFO] 
17:00:39:641 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
17:00:39:882 [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
17:00:39:894 [INFO] 
17:00:39:894 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
17:00:39:894 [INFO] Building Eclipse Collections Code Generator 12.0.0-SNAPSHOT       [2/15]
17:00:39:894 [INFO] --------------------------------[ jar ]---------------------------------
17:00:40:465 [INFO] 
17:00:40:465 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
17:00:40:469 [INFO] 
17:00:40:469 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
17:00:40:498 [INFO] 
17:00:40:516 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator ---
17:00:41:805 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:00:41:805 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:00:41:843 [INFO] Copying 394 resources
17:00:42:139 [INFO] 
17:00:42:139 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
17:00:42:681 [INFO] Changes detected - recompiling the module!
17:00:42:700 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/classes
17:00:44:620 [INFO] 
17:00:44:620 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
17:00:44:623 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:00:44:623 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:00:44:623 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/src/test/resources
17:00:44:623 [INFO] 
17:00:44:623 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
17:00:44:640 [INFO] Changes detected - recompiling the module!
17:00:44:640 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/test-classes
17:00:46:286 [INFO] 
17:00:46:287 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
17:00:46:774 [INFO] Tests are skipped.
17:00:46:775 [INFO] 
17:00:46:775 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
17:00:47:344 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0-SNAPSHOT.jar
17:00:47:821 [INFO] 
17:00:47:821 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
17:00:48:064 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0-SNAPSHOT-sources.jar
17:00:48:571 [INFO] 
17:00:48:571 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
17:00:48:660 [INFO] No dependency problems found
17:00:48:661 [INFO] 
17:00:48:661 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
17:00:48:666 [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
17:00:48:669 [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
17:00:48:672 [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
17:00:48:679 [INFO] 
17:00:48:679 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
17:00:48:679 [INFO] Building Eclipse Collections Code Generator Maven Plugin 12.0.0-SNAPSHOT [3/15]
17:00:48:679 [INFO] ----------------------------[ maven-plugin ]----------------------------
17:00:49:756 [INFO] 
17:00:49:756 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
17:00:49:758 [INFO] 
17:00:49:759 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
17:00:49:760 [INFO] Skipping Rule Enforcement.
17:00:49:761 [INFO] 
17:00:49:761 [INFO] --- maven-plugin-plugin:3.6.2:helpmojo (help-goal) @ eclipse-collections-code-generator-maven-plugin ---
17:00:51:930 [INFO] Using 'UTF-8' encoding to read mojo source files.
17:00:52:023 [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
17:00:52:026 [INFO] ant mojo extractor found 0 mojo descriptor.
17:00:52:026 [INFO] bsh mojo extractor found 0 mojo descriptor.
17:00:52:720 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
17:00:52:775 [INFO] 
17:00:52:775 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
17:00:52:779 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:00:52:779 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:00:52:779 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/main/resources
17:00:52:779 [INFO] 
17:00:52:779 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
17:00:52:785 [INFO] Changes detected - recompiling the module!
17:00:52:786 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/classes
17:00:55:205 [INFO] 
17:00:55:205 [INFO] --- maven-plugin-plugin:3.6.2:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
17:00:55:208 [INFO] Using 'UTF-8' encoding to read mojo source files.
17:00:55:250 [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
17:00:55:250 [INFO] ant mojo extractor found 0 mojo descriptor.
17:00:55:250 [INFO] bsh mojo extractor found 0 mojo descriptor.
17:00:55:826 [INFO] java-annotations mojo extractor found 4 mojo descriptors.
17:00:56:162 [INFO] 
17:00:56:162 [INFO] --- maven-plugin-plugin:3.6.2:descriptor (mojo-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
17:00:56:166 [INFO] Using 'UTF-8' encoding to read mojo source files.
17:00:56:189 [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
17:00:56:189 [INFO] ant mojo extractor found 0 mojo descriptor.
17:00:56:189 [INFO] bsh mojo extractor found 0 mojo descriptor.
17:00:56:771 [INFO] java-annotations mojo extractor found 4 mojo descriptors.
17:00:56:781 [INFO] 
17:00:56:782 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
17:00:56:784 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:00:56:784 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:00:56:785 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/test/resources
17:00:56:785 [INFO] 
17:00:56:785 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
17:00:56:788 [INFO] No sources to compile
17:00:56:788 [INFO] 
17:00:56:788 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
17:00:56:797 [INFO] Tests are skipped.
17:00:56:797 [INFO] 
17:00:56:798 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
17:00:56:828 [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
17:00:56:850 [INFO] 
17:00:56:850 [INFO] --- maven-plugin-plugin:3.6.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
17:00:56:855 [INFO] 
17:00:56:855 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
17:00:56:867 [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
17:00:56:934 [INFO] 
17:00:56:934 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
17:00:56:959 [INFO] No dependency problems found
17:00:56:959 [INFO] 
17:00:56:959 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
17:00:56:963 [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
17:00:56:964 [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
17:00:57:017 [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
17:00:57:021 [INFO] 
17:00:57:022 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
17:00:57:022 [INFO] Building Eclipse Collections API 12.0.0-SNAPSHOT                  [4/15]
17:00:57:022 [INFO] --------------------------------[ jar ]---------------------------------
17:00:57:162 [INFO] 
17:00:57:162 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
17:00:57:163 [INFO] 
17:00:57:164 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
17:00:57:169 [INFO] 
17:00:57:170 [INFO] --- eclipse-collections-code-generator-maven-plugin:12.0.0-SNAPSHOT:generate-sources (default) @ eclipse-collections-api ---
17:00:57:237 [INFO] Generating sources in eclipse-collections-api to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/generated-sources/java
17:01:00:464 [INFO] Generated 1370 files
17:01:00:465 [INFO] 
17:01:00:465 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-api ---
17:01:00:470 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:01:00:470 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:01:00:471 [INFO] Copying 3 resources
17:01:00:473 [INFO] 
17:01:00:474 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
17:01:00:931 [INFO] Changes detected - recompiling the module!
17:01:00:934 [INFO] Compiling 1592 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/classes
17:01:19:629 [INFO] 
17:01:19:629 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api ---
17:01:21:164 [WARNING] Cannot consider developer in line '76' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
17:01:21:164 [WARNING] Cannot consider developer in line '80' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
17:01:21:164 [WARNING] Cannot consider developer in line '84' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
17:01:21:164 [WARNING] Cannot consider developer in line '88' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
17:01:21:164 [WARNING] Cannot consider developer in line '92' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
17:01:21:165 [WARNING] Cannot consider developer in line '96' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
17:01:23:241 [INFO] 
17:01:23:241 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-api ---
17:01:23:244 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:01:23:244 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:01:23:244 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-api/src/test/resources
17:01:23:244 [INFO] 
17:01:23:244 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
17:01:23:246 [INFO] No sources to compile
17:01:23:246 [INFO] 
17:01:23:246 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
17:01:23:251 [INFO] Tests are skipped.
17:01:23:251 [INFO] 
17:01:23:251 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api ---
17:01:23:549 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-12.0.0-SNAPSHOT.jar
17:01:23:948 [INFO] 
17:01:23:948 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
17:01:24:044 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-12.0.0-SNAPSHOT-sources.jar
17:01:25:030 [INFO] 
17:01:25:030 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
17:01:25:548 [INFO] No dependency problems found
17:01:25:548 [INFO] 
17:01:25:548 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
17:01:25:551 [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
17:01:25:556 [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
17:01:25:566 [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
17:01:25:574 [INFO] 
17:01:25:574 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
17:01:25:574 [INFO] Building Eclipse Collections Main Library 12.0.0-SNAPSHOT         [5/15]
17:01:25:574 [INFO] --------------------------------[ jar ]---------------------------------
17:01:25:581 [INFO] 
17:01:25:581 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
17:01:25:582 [INFO] 
17:01:25:582 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
17:01:25:593 [INFO] 
17:01:25:593 [INFO] --- eclipse-collections-code-generator-maven-plugin:12.0.0-SNAPSHOT:generate-sources (generate-sources) @ eclipse-collections ---
17:01:25:594 [INFO] Generating sources in eclipse-collections to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/generated-sources/java
17:01:34:755 [INFO] Generated 1462 files
17:01:34:755 [INFO] 
17:01:34:755 [INFO] --- eclipse-collections-code-generator-maven-plugin:12.0.0-SNAPSHOT:generate-services (generate-services) @ eclipse-collections ---
17:01:34:757 [INFO] Generating sources in eclipse-collections to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/generated-resources/META-INF/services
17:01:34:909 [INFO] Generated 230 files
17:01:34:909 [INFO] 
17:01:34:909 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections ---
17:01:34:911 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:01:34:911 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:01:34:912 [INFO] Copying 27 resources
17:01:34:941 [INFO] Copying 230 resources to META-INF/services
17:01:35:059 [INFO] 
17:01:35:059 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
17:01:35:431 [INFO] Changes detected - recompiling the module!
17:01:35:437 [INFO] Compiling 2117 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/classes
17:03:03:123 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[54,15] Unsafe is internal proprietary API and may be removed in a future release
17:03:03:124 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[79,25] Unsafe is internal proprietary API and may be removed in a future release
17:03:03:124 [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
17:03:03:124 [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
17:03:03:124 [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
17:03:03:124 [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
17:03:03:124 [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
17:03:03:124 [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
17:03:03:124 [INFO] 
17:03:03:124 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections ---
17:03:03:387 [WARNING] Cannot consider developer in line '76' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
17:03:03:387 [WARNING] Cannot consider developer in line '80' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
17:03:03:387 [WARNING] Cannot consider developer in line '84' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
17:03:03:387 [WARNING] Cannot consider developer in line '88' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
17:03:03:387 [WARNING] Cannot consider developer in line '92' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
17:03:03:387 [WARNING] Cannot consider developer in line '96' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
17:03:10:922 [INFO] 
17:03:10:922 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections ---
17:03:10:926 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:03:10:926 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:03:10:926 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections/src/test/resources
17:03:10:927 [INFO] 
17:03:10:927 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
17:03:10:929 [INFO] No sources to compile
17:03:10:929 [INFO] 
17:03:10:930 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
17:03:10:935 [INFO] Tests are skipped.
17:03:10:935 [INFO] 
17:03:10:935 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections ---
17:03:11:476 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-12.0.0-SNAPSHOT.jar
17:03:13:236 [INFO] 
17:03:13:236 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections ---
17:03:13:394 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-12.0.0-SNAPSHOT-sources.jar
17:03:14:682 [INFO] 
17:03:14:682 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections ---
17:03:16:490 [INFO] No dependency problems found
17:03:16:491 [INFO] 
17:03:16:491 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
17:03:16:496 [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
17:03:16:510 [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
17:03:16:513 [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
17:03:16:524 [INFO] 
17:03:16:524 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
17:03:16:524 [INFO] Building Eclipse Collections Test Utilities 12.0.0-SNAPSHOT       [6/15]
17:03:16:524 [INFO] --------------------------------[ jar ]---------------------------------
17:03:16:766 [INFO] 
17:03:16:766 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
17:03:16:768 [INFO] 
17:03:16:768 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
17:03:16:787 [INFO] 
17:03:16:787 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-testutils ---
17:03:17:796 [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
17:03:17:796 [INFO] 
17:03:17:796 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-testutils ---
17:03:17:798 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:03:17:798 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:03:17:799 [INFO] Copying 3 resources
17:03:17:801 [INFO] 
17:03:17:801 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
17:03:17:820 [INFO] Changes detected - recompiling the module!
17:03:17:821 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/classes
17:03:21:772 [INFO] 
17:03:21:772 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-testutils ---
17:03:21:774 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:03:21:774 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:03:21:775 [INFO] Copying 1 resource
17:03:21:775 [INFO] 
17:03:21:776 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
17:03:21:779 [INFO] Changes detected - recompiling the module!
17:03:21:779 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/test-classes
17:03:26:627 [INFO] 
17:03:26:627 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
17:03:26:632 [INFO] Tests are skipped.
17:03:26:632 [INFO] 
17:03:26:632 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-testutils ---
17:03:26:636 [INFO] Skipping JaCoCo execution due to missing execution data file.
17:03:26:637 [INFO] 
17:03:26:637 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils ---
17:03:26:643 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-12.0.0-SNAPSHOT.jar
17:03:26:666 [INFO] 
17:03:26:666 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
17:03:26:674 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-12.0.0-SNAPSHOT-sources.jar
17:03:26:729 [INFO] 
17:03:26:729 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
17:03:26:760 [INFO] No dependency problems found
17:03:26:761 [INFO] 
17:03:26:761 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
17:03:26:818 [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
17:03:26:823 [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
17:03:26:826 [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
17:03:26:829 [INFO] 
17:03:26:829 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
17:03:26:829 [INFO] Building Eclipse Collections Fork Join Utilities 12.0.0-SNAPSHOT  [7/15]
17:03:26:829 [INFO] --------------------------------[ jar ]---------------------------------
17:03:26:841 [INFO] 
17:03:26:841 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
17:03:26:842 [INFO] 
17:03:26:842 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
17:03:26:932 [INFO] 
17:03:26:932 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-forkjoin ---
17:03:26:933 [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
17:03:26:933 [INFO] 
17:03:26:933 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-forkjoin ---
17:03:26:935 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:03:26:935 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:03:26:936 [INFO] Copying 3 resources
17:03:26:940 [INFO] 
17:03:26:940 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
17:03:26:946 [INFO] Changes detected - recompiling the module!
17:03:26:947 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/classes
17:03:30:838 [INFO] 
17:03:30:838 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
17:03:30:841 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:03:30:841 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:03:30:841 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/src/test/resources
17:03:30:842 [INFO] 
17:03:30:842 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
17:03:30:846 [INFO] Changes detected - recompiling the module!
17:03:30:846 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/test-classes
17:03:34:575 [INFO] 
17:03:34:575 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
17:03:34:580 [INFO] Tests are skipped.
17:03:34:580 [INFO] 
17:03:34:580 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-forkjoin ---
17:03:34:582 [INFO] Skipping JaCoCo execution due to missing execution data file.
17:03:34:582 [INFO] 
17:03:34:582 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin ---
17:03:34:589 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-12.0.0-SNAPSHOT.jar
17:03:34:615 [INFO] 
17:03:34:615 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
17:03:34:623 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-12.0.0-SNAPSHOT-sources.jar
17:03:34:643 [INFO] 
17:03:34:643 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
17:03:34:671 [INFO] No dependency problems found
17:03:34:672 [INFO] 
17:03:34:672 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
17:03:34:674 [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
17:03:34:675 [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
17:03:34:677 [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
17:03:34:680 [INFO] 
17:03:34:680 [INFO] -----------------< org.eclipse.collections:unit-tests >-----------------
17:03:34:680 [INFO] Building Eclipse Collections Unit Test Suite 12.0.0-SNAPSHOT      [8/15]
17:03:34:680 [INFO] --------------------------------[ jar ]---------------------------------
17:03:34:761 [INFO] 
17:03:34:761 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests ---
17:03:34:763 [INFO] 
17:03:34:763 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests ---
17:03:34:780 [INFO] 
17:03:34:780 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ unit-tests ---
17:03:34:781 [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
17:03:34:781 [INFO] 
17:03:34:781 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ unit-tests ---
17:03:34:782 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:03:34:782 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:03:34:782 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests/src/main/resources
17:03:34:782 [INFO] 
17:03:34:782 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests ---
17:03:34:783 [INFO] No sources to compile
17:03:34:784 [INFO] 
17:03:34:784 [INFO] --- eclipse-collections-code-generator-maven-plugin:12.0.0-SNAPSHOT:generate-test-sources (default) @ unit-tests ---
17:03:34:785 [INFO] Generating sources in unit-tests to /home/jenkins/agent/workspace/new-version/unit-tests/target/generated-test-sources/java
17:03:50:307 [INFO] Generated 2332 files
17:03:50:308 [INFO] 
17:03:50:308 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ unit-tests ---
17:03:50:310 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:03:50:310 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:03:50:311 [INFO] Copying 1 resource
17:03:50:311 [INFO] 
17:03:50:311 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests ---
17:03:50:812 [INFO] Changes detected - recompiling the module!
17:03:50:814 [INFO] Compiling 2906 source files to /home/jenkins/agent/workspace/new-version/unit-tests/target/test-classes
17:07:16:036 [INFO] 
17:07:16:036 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests ---
17:07:16:041 [INFO] Tests are skipped.
17:07:16:042 [INFO] 
17:07:16:042 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ unit-tests ---
17:07:16:043 [INFO] Skipping JaCoCo execution due to missing execution data file.
17:07:16:043 [INFO] 
17:07:16:043 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests ---
17:07:16:045 [WARNING] JAR will be empty - no content was marked for inclusion!
17:07:16:047 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-12.0.0-SNAPSHOT.jar
17:07:16:065 [INFO] 
17:07:16:065 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests ---
17:07:16:068 [INFO] No sources in project. Archive not created.
17:07:16:068 [INFO] 
17:07:16:068 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests ---
17:07:18:321 [INFO] No dependency problems found
17:07:18:323 [INFO] 
17:07:18:323 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests ---
17:07:18:331 [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
17:07:18:340 [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
17:07:18:343 [INFO] 
17:07:18:343 [INFO] ------------< org.eclipse.collections:serialization-tests >-------------
17:07:18:343 [INFO] Building Eclipse Collections Serialization Test Suite 12.0.0-SNAPSHOT [9/15]
17:07:18:343 [INFO] --------------------------------[ jar ]---------------------------------
17:07:18:351 [INFO] 
17:07:18:351 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serialization-tests ---
17:07:18:352 [INFO] 
17:07:18:352 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ serialization-tests ---
17:07:18:360 [INFO] 
17:07:18:360 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ serialization-tests ---
17:07:18:362 [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
17:07:18:362 [INFO] 
17:07:18:362 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ serialization-tests ---
17:07:18:363 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:07:18:363 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:07:18:363 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/main/resources
17:07:18:364 [INFO] 
17:07:18:364 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ serialization-tests ---
17:07:18:366 [INFO] No sources to compile
17:07:18:367 [INFO] 
17:07:18:367 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ serialization-tests ---
17:07:18:370 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:07:18:370 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:07:18:370 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/test/resources
17:07:18:370 [INFO] 
17:07:18:370 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ serialization-tests ---
17:07:18:542 [INFO] Changes detected - recompiling the module!
17:07:18:544 [INFO] Compiling 882 source files to /home/jenkins/agent/workspace/new-version/serialization-tests/target/test-classes
17:07:27:568 [INFO] 
17:07:27:568 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ serialization-tests ---
17:07:27:574 [INFO] Tests are skipped.
17:07:27:574 [INFO] 
17:07:27:574 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ serialization-tests ---
17:07:27:575 [INFO] Skipping JaCoCo execution due to missing execution data file.
17:07:27:575 [INFO] 
17:07:27:575 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ serialization-tests ---
17:07:27:578 [WARNING] JAR will be empty - no content was marked for inclusion!
17:07:27:580 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-12.0.0-SNAPSHOT.jar
17:07:27:595 [INFO] 
17:07:27:596 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ serialization-tests ---
17:07:27:598 [INFO] No sources in project. Archive not created.
17:07:27:598 [INFO] 
17:07:27:598 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ serialization-tests ---
17:07:27:711 [INFO] No dependency problems found
17:07:27:711 [INFO] 
17:07:27:711 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serialization-tests ---
17:07:27:713 [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
17:07:27:718 [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
17:07:27:720 [INFO] 
17:07:27:720 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
17:07:27:720 [INFO] Building Eclipse Collections JCStress Test Suite 12.0.0-SNAPSHOT [10/15]
17:07:27:720 [INFO] --------------------------------[ jar ]---------------------------------
17:07:27:992 [INFO] 
17:07:27:992 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
17:07:27:993 [INFO] 
17:07:27:993 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
17:07:28:007 [INFO] 
17:07:28:007 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jcstress-tests ---
17:07:28:009 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:07:28:009 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:07:28:009 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/main/resources
17:07:28:009 [INFO] 
17:07:28:009 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
17:07:28:018 [INFO] Changes detected - recompiling the module!
17:07:28:018 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/jcstress-tests/target/classes
17:07:31:348 [INFO] 
17:07:31:348 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jcstress-tests ---
17:07:31:349 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:07:31:349 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:07:31:349 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/test/resources
17:07:31:349 [INFO] 
17:07:31:349 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
17:07:31:351 [INFO] No sources to compile
17:07:31:351 [INFO] 
17:07:31:351 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
17:07:31:354 [INFO] Tests are skipped.
17:07:31:354 [INFO] 
17:07:31:354 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests ---
17:07:31:361 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-12.0.0-SNAPSHOT.jar
17:07:31:379 [INFO] 
17:07:31:379 [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ jcstress-tests ---
17:07:32:086 [INFO] Including org.eclipse.collections:eclipse-collections:jar:12.0.0-SNAPSHOT in the shaded jar.
17:07:32:086 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:12.0.0-SNAPSHOT in the shaded jar.
17:07:32:086 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
17:07:32:086 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
17:07:34:377 [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: 
17:07:34:377 [WARNING]   - META-INF/MANIFEST.MF
17:07:34:378 [WARNING] eclipse-collections-12.0.0-SNAPSHOT.jar, eclipse-collections-api-12.0.0-SNAPSHOT.jar define 3 overlapping resources: 
17:07:34:378 [WARNING]   - LICENSE-EDL-1.0.txt
17:07:34:378 [WARNING]   - LICENSE-EPL-1.0.txt
17:07:34:378 [WARNING]   - about.html
17:07:34:378 [WARNING] maven-shade-plugin has detected that some class files are
17:07:34:378 [WARNING] present in two or more JARs. When this happens, only one
17:07:34:378 [WARNING] single version of the class is copied to the uber jar.
17:07:34:378 [WARNING] Usually this is not harmful and you can skip these warnings,
17:07:34:378 [WARNING] otherwise try to manually exclude artifacts based on
17:07:34:378 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
17:07:34:378 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
17:07:34:390 [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
17:07:34:390 [INFO] 
17:07:34:391 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests ---
17:07:34:397 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-12.0.0-SNAPSHOT-sources.jar
17:07:34:433 [INFO] 
17:07:34:433 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests ---
17:07:34:459 [INFO] No dependency problems found
17:07:34:459 [INFO] 
17:07:34:459 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
17:07:34:462 [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
17:07:34:467 [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
17:07:34:519 [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
17:07:34:522 [INFO] 
17:07:34:522 [INFO] -------------< org.eclipse.collections:junit-trait-runner >-------------
17:07:34:522 [INFO] Building Eclipse Collections Test Trait JUnit Runner 12.0.0-SNAPSHOT [11/15]
17:07:34:522 [INFO] --------------------------------[ jar ]---------------------------------
17:07:34:527 [INFO] 
17:07:34:527 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ junit-trait-runner ---
17:07:34:528 [INFO] 
17:07:34:529 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ junit-trait-runner ---
17:07:34:535 [INFO] 
17:07:34:535 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ junit-trait-runner ---
17:07:34:537 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:07:34:537 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:07:34:537 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/main/resources
17:07:34:537 [INFO] 
17:07:34:537 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-trait-runner ---
17:07:34:541 [INFO] Changes detected - recompiling the module!
17:07:34:542 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/classes
17:07:36:264 [INFO] 
17:07:36:264 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ junit-trait-runner ---
17:07:36:266 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:07:36:266 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:07:36:266 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/test/resources
17:07:36:266 [INFO] 
17:07:36:266 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-trait-runner ---
17:07:36:267 [INFO] No sources to compile
17:07:36:267 [INFO] 
17:07:36:268 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ junit-trait-runner ---
17:07:36:271 [INFO] Tests are skipped.
17:07:36:271 [INFO] 
17:07:36:271 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ junit-trait-runner ---
17:07:36:276 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-12.0.0-SNAPSHOT.jar
17:07:36:288 [INFO] 
17:07:36:288 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ junit-trait-runner ---
17:07:36:293 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-12.0.0-SNAPSHOT-sources.jar
17:07:36:302 [INFO] 
17:07:36:302 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ junit-trait-runner ---
17:07:36:305 [INFO] No dependency problems found
17:07:36:305 [INFO] 
17:07:36:305 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ junit-trait-runner ---
17:07:36:307 [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
17:07:36:312 [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
17:07:36:313 [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
17:07:36:316 [INFO] 
17:07:36:316 [INFO] --------------< org.eclipse.collections:unit-tests-java8 >--------------
17:07:36:316 [INFO] Building Eclipse Collections Java 8 Unit Test Suite 12.0.0-SNAPSHOT [12/15]
17:07:36:316 [INFO] --------------------------------[ jar ]---------------------------------
17:07:36:366 [INFO] 
17:07:36:366 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests-java8 ---
17:07:36:367 [INFO] 
17:07:36:367 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests-java8 ---
17:07:36:385 [INFO] 
17:07:36:385 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ unit-tests-java8 ---
17:07:36:387 [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
17:07:36:387 [INFO] 
17:07:36:387 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ unit-tests-java8 ---
17:07:36:388 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:07:36:388 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:07:36:388 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/main/resources
17:07:36:388 [INFO] 
17:07:36:389 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests-java8 ---
17:07:36:390 [INFO] No sources to compile
17:07:36:390 [INFO] 
17:07:36:390 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ unit-tests-java8 ---
17:07:36:392 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:07:36:392 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:07:36:392 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/test/resources
17:07:36:392 [INFO] 
17:07:36:392 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests-java8 ---
17:07:36:438 [INFO] Changes detected - recompiling the module!
17:07:36:439 [INFO] Compiling 178 source files to /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/test-classes
17:07:53:603 [INFO] 
17:07:53:603 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests-java8 ---
17:07:53:607 [INFO] Tests are skipped.
17:07:53:608 [INFO] 
17:07:53:608 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ unit-tests-java8 ---
17:07:53:609 [INFO] Skipping JaCoCo execution due to missing execution data file.
17:07:53:609 [INFO] 
17:07:53:609 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests-java8 ---
17:07:53:610 [WARNING] JAR will be empty - no content was marked for inclusion!
17:07:53:612 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-12.0.0-SNAPSHOT.jar
17:07:53:618 [INFO] 
17:07:53:618 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests-java8 ---
17:07:53:619 [INFO] No sources in project. Archive not created.
17:07:53:619 [INFO] 
17:07:53:619 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests-java8 ---
17:07:53:676 [INFO] No dependency problems found
17:07:53:677 [INFO] 
17:07:53:677 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests-java8 ---
17:07:53:678 [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
17:07:53:683 [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
17:07:53:685 [INFO] 
17:07:53:685 [INFO] ---------------< org.eclipse.collections:test-coverage >----------------
17:07:53:685 [INFO] Building Eclipse Collections Test Coverage Aggregation 12.0.0-SNAPSHOT [13/15]
17:07:53:685 [INFO] --------------------------------[ pom ]---------------------------------
17:07:53:691 [INFO] 
17:07:53:691 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ test-coverage ---
17:07:53:692 [INFO] 
17:07:53:692 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ test-coverage ---
17:07:53:730 [INFO] 
17:07:53:730 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ test-coverage ---
17:07:53:731 [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
17:07:53:732 [INFO] 
17:07:53:732 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ test-coverage ---
17:07:53:733 [INFO] Skipping JaCoCo execution due to missing execution data file.
17:07:53:733 [INFO] 
17:07:53:733 [INFO] --- jacoco-maven-plugin:0.8.7:report-aggregate (default-report) @ test-coverage ---
17:07:55:603 [INFO] Analyzed bundle 'eclipse-collections-api' with 621 classes
17:08:02:049 [INFO] Analyzed bundle 'eclipse-collections' with 3683 classes
17:08:12:628 [INFO] Analyzed bundle 'eclipse-collections-testutils' with 3 classes
17:08:12:664 [INFO] 
17:08:12:664 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ test-coverage ---
17:08:12:667 [INFO] Skipping pom project
17:08:12:667 [INFO] 
17:08:12:667 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ test-coverage ---
17:08:12:668 [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
17:08:12:671 [INFO] 
17:08:12:671 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
17:08:12:672 [INFO] Building Eclipse Collections p2 Repository Build 12.0.0-SNAPSHOT [14/15]
17:08:12:672 [INFO] --------------------------------[ pom ]---------------------------------
17:08:12:709 [INFO] 
17:08:12:709 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
17:08:12:739 [INFO] 
17:08:12:739 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
17:08:12:829 [INFO] 
17:08:12:829 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository ---
17:08:13:204 [INFO] Skipping pom project
17:08:13:204 [INFO] 
17:08:13:204 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
17:08:13:238 [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
17:08:13:241 [INFO] 
17:08:13:241 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
17:08:13:241 [INFO] Building Eclipse Collections OSGi Bundle 12.0.0-SNAPSHOT         [15/15]
17:08:13:241 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
17:08:13:433 [INFO] 
17:08:13:433 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
17:08:13:434 [INFO] 
17:08:13:434 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
17:08:18:190 [WARNING] Working tree is dirty.
git status p2-repository/org.eclipse.collections:

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

17:08:18:191 [WARNING] Fallback to default timestamp provider
17:08:18:221 [INFO] The project's OSGi version is 12.0.0.v20230208-1700
17:08:18:221 [INFO] 
17:08:18:221 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections ---
17:08:18:223 [INFO] 
17:08:18:223 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
17:08:18:234 [INFO] 
17:08:18:234 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.collections ---
17:08:18:331 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:08:18:331 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:08:18:337 [INFO] Copying 2 resources
17:08:18:346 [INFO] 
17:08:18:346 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
17:08:18:405 [INFO] No sources to compile
17:08:18:405 [INFO] 
17:08:18:405 [INFO] --- ebr-maven-plugin:1.3.0:bundle (default-bundle) @ org.eclipse.collections ---
17:08:18:425 [INFO] Gathering dependencies
17:08:18:438 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:12.0.0-SNAPSHOT:jar
17:08:18:451 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:12.0.0-SNAPSHOT:jar
17:08:18:453 [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/**/*.*"
17:08:20:620 [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/**/*.*"
17:08:21:285 [INFO] Merging collected dependencies
17:08:21:292 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:08:21:292 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:08:21:535 [INFO] Copying 5738 resources
17:08:24:437 [INFO] Generating OSGi MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-12.0.0-SNAPSHOT.jar
17:08:35:998 [INFO] Gathering sources
17:08:36:006 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:12.0.0-SNAPSHOT:jar
17:08:36:011 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:12.0.0-SNAPSHOT:jar
17:08:36:013 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
17:08:37:618 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
17:08:38:703 [INFO] Using 'UTF-8' encoding to copy filtered resources.
17:08:38:703 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
17:08:38:704 [INFO] Copying 2 resources
17:08:38:705 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-12.0.0-SNAPSHOT-sources.jar
17:08:44:984 [INFO] Assembling p2 repository
17:08:46:871 [INFO] 
17:08:46:872 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
17:08:46:873 [INFO] 
17:08:46:873 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections ---
17:08:49:521 [INFO] No dependency problems found
17:08:49:521 [INFO] 
17:08:49:521 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
17:08:49:524 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/12.0.0-SNAPSHOT/org.eclipse.collections-12.0.0-SNAPSHOT.jar
17:08:49:540 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/12.0.0-SNAPSHOT/org.eclipse.collections-12.0.0-SNAPSHOT.pom
17:08:49:542 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-12.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/12.0.0-SNAPSHOT/org.eclipse.collections-12.0.0-SNAPSHOT-sources.jar
17:08:49:553 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/p2content.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/12.0.0-SNAPSHOT/org.eclipse.collections-12.0.0-SNAPSHOT-p2metadata.xml
17:08:49:556 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/p2artifacts.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/12.0.0-SNAPSHOT/org.eclipse.collections-12.0.0-SNAPSHOT-p2artifacts.xml
17:08:49:558 [INFO] 
17:08:49:558 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
17:08:49:567 [INFO] ------------------------------------------------------------------------
17:08:49:567 [INFO] Reactor Summary for Eclipse Collections Parent Project 12.0.0-SNAPSHOT:
17:08:49:567 [INFO] 
17:08:49:568 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  4.772 s]
17:08:49:568 [INFO] Eclipse Collections Code Generator ................. SUCCESS [  8.785 s]
17:08:49:568 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  8.342 s]
17:08:49:568 [INFO] Eclipse Collections API ............................ SUCCESS [ 28.553 s]
17:08:49:568 [INFO] Eclipse Collections Main Library ................... SUCCESS [01:50 min]
17:08:49:568 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [ 10.305 s]
17:08:49:568 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  7.851 s]
17:08:49:568 [INFO] Eclipse Collections Unit Test Suite ................ SUCCESS [03:43 min]
17:08:49:569 [INFO] Eclipse Collections Serialization Test Suite ....... SUCCESS [  9.377 s]
17:08:49:569 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  6.802 s]
17:08:49:569 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SUCCESS [  1.794 s]
17:08:49:569 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SUCCESS [ 17.369 s]
17:08:49:569 [INFO] Eclipse Collections Test Coverage Aggregation ...... SUCCESS [ 18.986 s]
17:08:49:569 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.570 s]
17:08:49:569 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 36.326 s]
17:08:49:569 [INFO] ------------------------------------------------------------------------
17:08:49:569 [INFO] BUILD SUCCESS
17:08:49:569 [INFO] ------------------------------------------------------------------------
17:08:49:569 [INFO] Total time:  08:17 min
17:08:49:569 [INFO] Finished at: 2023-02-08T17:08:49Z
17:08:49:569 [INFO] ------------------------------------------------------------------------
[new-version] $ /bin/sh -xe /tmp/jenkins1631821749979426465.sh
+ git checkout origin/master
HEAD is now at 7ea7329b Release version 12.0.0.M1.
M	acceptance-tests/pom.xml
M	eclipse-collections-api/pom.xml
M	eclipse-collections-code-generator-maven-plugin/pom.xml
M	eclipse-collections-code-generator/pom.xml
M	eclipse-collections-forkjoin/pom.xml
M	eclipse-collections-testutils/pom.xml
M	eclipse-collections/pom.xml
M	jcstress-tests/pom.xml
M	jmh-scala-tests/pom.xml
M	jmh-tests/pom.xml
M	junit-trait-runner/pom.xml
M	p2-repository/org.eclipse.collections/pom.xml
M	p2-repository/pom.xml
M	performance-tests/pom.xml
M	pom.xml
M	scala-unit-tests/pom.xml
M	serialization-tests/pom.xml
M	test-coverage/pom.xml
M	unit-tests-java8/pom.xml
M	unit-tests/pom.xml
+ git config --global user.email collections-bot@eclipse.org
+ git config --global user.name 'Eclipse Collections Bot'
+ git add -u '*.xml'
+ git commit -m 'Update version number to 12.0.0-SNAPSHOT.'
[detached HEAD 6b159c2f] Update version number to 12.0.0-SNAPSHOT.
 20 files changed, 20 insertions(+), 20 deletions(-)
The recommended git tool is: NONE
using credential github-bot-ssh
Pushing HEAD to branch master at repo origin
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/new-version@tmp/jenkins-gitclient-ssh12039607412444367285.key
Verifying host key using known hosts file
 > git push git@github.com:eclipse/eclipse-collections.git HEAD:master # timeout=10
An attempt to send an e-mail to empty list of recipients, ignored.
Finished: SUCCESS