Skip to content

Console Output

Started by user Nikhil Nanivadekar
Running as Nikhil Nanivadekar
Agent basic-l4d5j is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-l4d5j"
  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-l4d5j"
    - 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-l4d5j"
    - 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-3107.v665000b_51092"
    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-l4d5j (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-ssh10285134533798917734.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 e1cd1365304511364fc5257eaff3ed9ac17fcb92 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e1cd1365304511364fc5257eaff3ed9ac17fcb92 # timeout=10
Commit message: "Release version 12.0.0.M2."
 > 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.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
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"
23:49:29:950 [INFO] Error stacktraces are turned on.
23:49:30:051 [INFO] Scanning for projects...
23:49:40:654 [INFO] ------------------------------------------------------------------------
23:49:40:654 [INFO] Reactor Build Order:
23:49:40:654 [INFO] 
23:49:40:661 [INFO] Eclipse Collections Parent Project                                 [pom]
23:49:40:661 [INFO] Eclipse Collections Code Generator                                 [jar]
23:49:40:662 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
23:49:40:662 [INFO] Eclipse Collections API                                            [jar]
23:49:40:662 [INFO] Eclipse Collections Main Library                                   [jar]
23:49:40:662 [INFO] Eclipse Collections Test Utilities                                 [jar]
23:49:40:662 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
23:49:40:662 [INFO] Eclipse Collections Unit Test Suite                                [jar]
23:49:40:662 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
23:49:40:662 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
23:49:40:662 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
23:49:40:662 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
23:49:40:662 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
23:49:40:662 [INFO] Eclipse Collections p2 Repository Build                            [pom]
23:49:40:662 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
23:49:41:061 [INFO] 
23:49:41:062 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
23:49:41:062 [INFO] Building Eclipse Collections Parent Project 12.0.0.M2             [1/15]
23:49:41:062 [INFO]   from pom.xml
23:49:41:062 [INFO] --------------------------------[ pom ]---------------------------------
23:49:41:067 [INFO] 
23:49:41:067 [INFO] --- versions:2.14.2:set (default-cli) @ eclipse-collections-parent ---
23:49:42:904 [INFO] Searching for local aggregator root...
23:49:42:904 [INFO] Local aggregation root: /home/jenkins/agent/workspace/new-version
23:49:42:913 [INFO] Processing change of org.eclipse.collections:eclipse-collections-parent:12.0.0.M2 -> 12.0.0-SNAPSHOT
23:49:42:965 [INFO] Processing org.eclipse.collections:eclipse-collections-parent
23:49:42:965 [INFO]     Updating project org.eclipse.collections:eclipse-collections-parent
23:49:42:965 [INFO]         from version 12.0.0.M2 to 12.0.0-SNAPSHOT
23:49:43:142 [INFO] 
23:49:43:145 [INFO] Processing org.eclipse.collections:acceptance-tests
23:49:43:145 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:49:43:145 [INFO]         from version 12.0.0.M2 to 12.0.0-SNAPSHOT
23:49:43:158 [INFO] 
23:49:43:160 [INFO] Processing org.eclipse.collections:eclipse-collections-api
23:49:43:160 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:49:43:160 [INFO]         from version 12.0.0.M2 to 12.0.0-SNAPSHOT
23:49:43:171 [INFO] 
23:49:43:173 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator-maven-plugin
23:49:43:173 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:49:43:173 [INFO]         from version 12.0.0.M2 to 12.0.0-SNAPSHOT
23:49:43:225 [INFO] 
23:49:43:227 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator
23:49:43:227 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:49:43:227 [INFO]         from version 12.0.0.M2 to 12.0.0-SNAPSHOT
23:49:43:236 [INFO] 
23:49:43:240 [INFO] Processing org.eclipse.collections:eclipse-collections-forkjoin
23:49:43:240 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:49:43:240 [INFO]         from version 12.0.0.M2 to 12.0.0-SNAPSHOT
23:49:43:252 [INFO] 
23:49:43:253 [INFO] Processing org.eclipse.collections:eclipse-collections-testutils
23:49:43:253 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:49:43:253 [INFO]         from version 12.0.0.M2 to 12.0.0-SNAPSHOT
23:49:43:266 [INFO] 
23:49:43:267 [INFO] Processing org.eclipse.collections:eclipse-collections
23:49:43:267 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:49:43:268 [INFO]         from version 12.0.0.M2 to 12.0.0-SNAPSHOT
23:49:43:280 [INFO] 
23:49:43:281 [INFO] Processing org.eclipse.collections:jcstress-tests
23:49:43:281 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:49:43:281 [INFO]         from version 12.0.0.M2 to 12.0.0-SNAPSHOT
23:49:43:313 [INFO] 
23:49:43:314 [INFO] Processing org.eclipse.collections:jmh-scala-tests
23:49:43:314 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:49:43:314 [INFO]         from version 12.0.0.M2 to 12.0.0-SNAPSHOT
23:49:43:323 [INFO] 
23:49:43:324 [INFO] Processing org.eclipse.collections:jmh-tests
23:49:43:324 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:49:43:324 [INFO]         from version 12.0.0.M2 to 12.0.0-SNAPSHOT
23:49:43:339 [INFO] 
23:49:43:340 [INFO] Processing org.eclipse.collections:junit-trait-runner
23:49:43:340 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:49:43:340 [INFO]         from version 12.0.0.M2 to 12.0.0-SNAPSHOT
23:49:43:344 [INFO] 
23:49:43:346 [INFO] Processing org.eclipse.collections:p2-repository
23:49:43:346 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:49:43:346 [INFO]         from version 12.0.0.M2 to 12.0.0-SNAPSHOT
23:49:43:370 [INFO] 
23:49:43:372 [INFO] Processing org.eclipse.collections:performance-tests
23:49:43:372 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:49:43:372 [INFO]         from version 12.0.0.M2 to 12.0.0-SNAPSHOT
23:49:43:379 [INFO] 
23:49:43:381 [INFO] Processing org.eclipse.collections:scala-unit-tests
23:49:43:381 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:49:43:381 [INFO]         from version 12.0.0.M2 to 12.0.0-SNAPSHOT
23:49:43:390 [INFO] 
23:49:43:392 [INFO] Processing org.eclipse.collections:serialization-tests
23:49:43:392 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:49:43:392 [INFO]         from version 12.0.0.M2 to 12.0.0-SNAPSHOT
23:49:43:415 [INFO] 
23:49:43:416 [INFO] Processing org.eclipse.collections:test-coverage
23:49:43:417 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:49:43:417 [INFO]         from version 12.0.0.M2 to 12.0.0-SNAPSHOT
23:49:43:428 [INFO] 
23:49:43:430 [INFO] Processing org.eclipse.collections:unit-tests-java8
23:49:43:430 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:49:43:430 [INFO]         from version 12.0.0.M2 to 12.0.0-SNAPSHOT
23:49:43:437 [INFO] 
23:49:43:438 [INFO] Processing org.eclipse.collections:unit-tests
23:49:43:438 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
23:49:43:438 [INFO]         from version 12.0.0.M2 to 12.0.0-SNAPSHOT
23:49:43:445 [INFO] 
23:49:43:447 [INFO] Processing org.eclipse.collections:org.eclipse.collections
23:49:43:447 [INFO]     Updating parent org.eclipse.collections:p2-repository
23:49:43:447 [INFO]         from version 12.0.0.M2 to 12.0.0-SNAPSHOT
23:49:43:449 [INFO] 
23:49:43:449 [INFO] ------------------------------------------------------------------------
23:49:43:449 [INFO] Reactor Summary for Eclipse Collections Parent Project 12.0.0.M2:
23:49:43:449 [INFO] 
23:49:43:450 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  2.388 s]
23:49:43:450 [INFO] Eclipse Collections Code Generator ................. SKIPPED
23:49:43:450 [INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED
23:49:43:450 [INFO] Eclipse Collections API ............................ SKIPPED
23:49:43:450 [INFO] Eclipse Collections Main Library ................... SKIPPED
23:49:43:450 [INFO] Eclipse Collections Test Utilities ................. SKIPPED
23:49:43:450 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED
23:49:43:450 [INFO] Eclipse Collections Unit Test Suite ................ SKIPPED
23:49:43:450 [INFO] Eclipse Collections Serialization Test Suite ....... SKIPPED
23:49:43:450 [INFO] Eclipse Collections JCStress Test Suite ............ SKIPPED
23:49:43:450 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SKIPPED
23:49:43:450 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SKIPPED
23:49:43:450 [INFO] Eclipse Collections Test Coverage Aggregation ...... SKIPPED
23:49:43:450 [INFO] Eclipse Collections p2 Repository Build ............ SKIPPED
23:49:43:450 [INFO] Eclipse Collections OSGi Bundle .................... SKIPPED
23:49:43:450 [INFO] ------------------------------------------------------------------------
23:49:43:450 [INFO] BUILD SUCCESS
23:49:43:450 [INFO] ------------------------------------------------------------------------
23:49:43:450 [INFO] Total time:  13.468 s
23:49:43:450 [INFO] Finished at: 2023-07-17T23:49:43Z
23:49:43:450 [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.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
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"
23:49:44:660 [INFO] Error stacktraces are turned on.
23:49:44:759 [INFO] Scanning for projects...
23:49:45:977 [INFO] ------------------------------------------------------------------------
23:49:45:978 [INFO] Reactor Build Order:
23:49:45:978 [INFO] 
23:49:45:979 [INFO] Eclipse Collections Parent Project                                 [pom]
23:49:45:979 [INFO] Eclipse Collections Code Generator                                 [jar]
23:49:45:979 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
23:49:45:980 [INFO] Eclipse Collections API                                            [jar]
23:49:45:980 [INFO] Eclipse Collections Main Library                                   [jar]
23:49:45:980 [INFO] Eclipse Collections Test Utilities                                 [jar]
23:49:45:980 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
23:49:45:980 [INFO] Eclipse Collections Unit Test Suite                                [jar]
23:49:45:980 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
23:49:45:980 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
23:49:45:980 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
23:49:45:980 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
23:49:45:980 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
23:49:45:980 [INFO] Eclipse Collections p2 Repository Build                            [pom]
23:49:45:980 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
23:49:45:989 [INFO] 
23:49:45:989 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
23:49:45:989 [INFO] Building Eclipse Collections Parent Project 12.0.0-SNAPSHOT       [1/15]
23:49:45:989 [INFO]   from pom.xml
23:49:45:989 [INFO] --------------------------------[ pom ]---------------------------------
23:49:46:599 [INFO] 
23:49:46:599 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections-parent ---
23:49:46:630 [INFO] 
23:49:46:630 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections-parent ---
23:49:46:856 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
23:49:46:859 [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
23:49:46:859 [INFO] Rule 2: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
23:49:46:864 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
23:49:46:865 [INFO] 
23:49:46:865 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
23:49:48:678 [INFO] Skipping pom project
23:49:48:678 [INFO] 
23:49:48:678 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections-parent ---
23:49:48:719 [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
23:49:48:724 [INFO] 
23:49:48:724 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
23:49:48:724 [INFO] Building Eclipse Collections Code Generator 12.0.0-SNAPSHOT       [2/15]
23:49:48:724 [INFO]   from eclipse-collections-code-generator/pom.xml
23:49:48:724 [INFO] --------------------------------[ jar ]---------------------------------
23:49:49:062 [INFO] 
23:49:49:062 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections-code-generator ---
23:49:49:063 [INFO] 
23:49:49:063 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections-code-generator ---
23:49:49:067 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
23:49:49:068 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
23:49:49:068 [INFO] 
23:49:49:068 [INFO] --- resources:3.3.0:resources (default-resources) @ eclipse-collections-code-generator ---
23:49:49:184 [INFO] Copying 398 resources
23:49:49:239 [INFO] 
23:49:49:239 [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-collections-code-generator ---
23:49:49:518 [INFO] Changes detected - recompiling the module! :dependency
23:49:49:525 [INFO] Compiling 9 source files with javac [forked debug target 1.8] to target/classes
23:49:50:582 [WARNING] [options] bootstrap class path not set in conjunction with -source 8
23:49:50:582 [INFO] 
23:49:50:582 [INFO] --- resources:3.3.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
23:49:50:585 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/src/test/resources
23:49:50:585 [INFO] 
23:49:50:585 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
23:49:50:597 [INFO] Changes detected - recompiling the module! :dependency
23:49:50:597 [INFO] Compiling 1 source file with javac [forked debug target 1.8] to target/test-classes
23:49:51:182 [WARNING] [options] bootstrap class path not set in conjunction with -source 8
23:49:51:183 [INFO] 
23:49:51:183 [INFO] --- surefire:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
23:49:51:721 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
23:49:51:727 [INFO] Tests are skipped.
23:49:51:727 [INFO] 
23:49:51:727 [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-collections-code-generator ---
23:49:52:031 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0-SNAPSHOT.jar
23:49:52:143 [INFO] 
23:49:52:143 [INFO] --- source:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
23:49:52:318 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0-SNAPSHOT-sources.jar
23:49:52:519 [INFO] 
23:49:52:519 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
23:49:52:552 [INFO] No dependency problems found
23:49:52:552 [INFO] 
23:49:52:552 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections-code-generator ---
23:49:52:553 [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
23:49:52:553 [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
23:49:52:554 [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
23:49:52:556 [INFO] 
23:49:52:556 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
23:49:52:556 [INFO] Building Eclipse Collections Code Generator Maven Plugin 12.0.0-SNAPSHOT [3/15]
23:49:52:556 [INFO]   from eclipse-collections-code-generator-maven-plugin/pom.xml
23:49:52:556 [INFO] ----------------------------[ maven-plugin ]----------------------------
23:49:53:046 [INFO] 
23:49:53:047 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
23:49:53:047 [INFO] 
23:49:53:048 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
23:49:53:048 [INFO] Skipping Rule Enforcement.
23:49:53:049 [INFO] 
23:49:53:049 [INFO] --- plugin:3.7.1:helpmojo (help-goal) @ eclipse-collections-code-generator-maven-plugin ---
23:49:53:973 [INFO] 
23:49:53:973 [INFO] --- resources:3.3.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
23:49:53:974 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/main/resources
23:49:53:975 [INFO] 
23:49:53:975 [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
23:49:53:977 [INFO] Changes detected - recompiling the module! :dependency
23:49:53:977 [INFO] Compiling 6 source files with javac [forked debug target 1.8] to target/classes
23:49:54:933 [WARNING] [options] bootstrap class path not set in conjunction with -source 8
23:49:54:933 [INFO] 
23:49:54:933 [INFO] --- plugin:3.7.1:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
23:49:54:935 [WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
23:49:54:936 [INFO] Using 'UTF-8' encoding to read mojo source files.
23:49:55:342 [INFO] java-annotations mojo extractor found 4 mojo descriptors.
23:49:55:348 [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
23:49:55:348 [INFO] ant mojo extractor found 0 mojo descriptor.
23:49:55:348 [INFO] bsh mojo extractor found 0 mojo descriptor.
23:49:55:358 [INFO] 
23:49:55:358 [INFO] --- plugin:3.7.1:descriptor (mojo-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
23:49:55:358 [WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
23:49:55:359 [INFO] Using 'UTF-8' encoding to read mojo source files.
23:49:55:612 [INFO] java-annotations mojo extractor found 4 mojo descriptors.
23:49:55:617 [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
23:49:55:617 [INFO] ant mojo extractor found 0 mojo descriptor.
23:49:55:617 [INFO] bsh mojo extractor found 0 mojo descriptor.
23:49:55:621 [INFO] 
23:49:55:621 [INFO] --- resources:3.3.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
23:49:55:622 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/test/resources
23:49:55:623 [INFO] 
23:49:55:623 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
23:49:55:624 [INFO] No sources to compile
23:49:55:624 [INFO] 
23:49:55:624 [INFO] --- surefire:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
23:49:55:625 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
23:49:55:626 [INFO] Tests are skipped.
23:49:55:627 [INFO] 
23:49:55:627 [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
23:49:55:630 [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
23:49:55:637 [INFO] 
23:49:55:637 [INFO] --- plugin:3.7.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
23:49:55:640 [INFO] 
23:49:55:640 [INFO] --- source:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
23:49:55:643 [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
23:49:55:649 [INFO] 
23:49:55:649 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
23:49:55:659 [INFO] No dependency problems found
23:49:55:659 [INFO] 
23:49:55:659 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
23:49:55:660 [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
23:49:55:660 [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
23:49:55:711 [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
23:49:55:716 [INFO] 
23:49:55:716 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
23:49:55:716 [INFO] Building Eclipse Collections API 12.0.0-SNAPSHOT                  [4/15]
23:49:55:716 [INFO]   from eclipse-collections-api/pom.xml
23:49:55:716 [INFO] --------------------------------[ jar ]---------------------------------
23:49:55:753 [INFO] 
23:49:55:753 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections-api ---
23:49:55:754 [INFO] 
23:49:55:754 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections-api ---
23:49:55:756 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
23:49:55:757 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
23:49:55:758 [INFO] 
23:49:55:758 [INFO] --- eclipse-collections-code-generator:12.0.0-SNAPSHOT:generate-sources (default) @ eclipse-collections-api ---
23:49:55:770 [INFO] Generating sources in eclipse-collections-api to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/generated-sources/java
23:49:56:937 [INFO] Generated 1370 files
23:49:56:938 [INFO] 
23:49:56:938 [INFO] --- resources:3.3.0:resources (default-resources) @ eclipse-collections-api ---
23:49:56:939 [INFO] Copying 3 resources
23:49:56:940 [INFO] 
23:49:56:940 [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-collections-api ---
23:49:57:024 [INFO] Changes detected - recompiling the module! :source
23:49:57:025 [INFO] Compiling 1592 source files with javac [forked debug target 1.8] to target/classes
23:50:02:692 [WARNING] [options] bootstrap class path not set in conjunction with -source 8
23:50:02:692 [INFO] 
23:50:02:692 [INFO] --- bnd:5.1.1:bnd-process (default) @ eclipse-collections-api ---
23:50:03:576 [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.
23:50:03:576 [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.
23:50:03:576 [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.
23:50:03:576 [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.
23:50:03:576 [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.
23:50:03:576 [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.
23:50:04:413 [INFO] 
23:50:04:413 [INFO] --- resources:3.3.0:testResources (default-testResources) @ eclipse-collections-api ---
23:50:04:414 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-api/src/test/resources
23:50:04:414 [INFO] 
23:50:04:414 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-collections-api ---
23:50:04:415 [INFO] No sources to compile
23:50:04:415 [INFO] 
23:50:04:415 [INFO] --- surefire:2.22.2:test (default-test) @ eclipse-collections-api ---
23:50:04:416 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
23:50:04:417 [INFO] Tests are skipped.
23:50:04:418 [INFO] 
23:50:04:418 [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-collections-api ---
23:50:04:586 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-12.0.0-SNAPSHOT.jar
23:50:04:812 [INFO] 
23:50:04:812 [INFO] --- source:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
23:50:04:856 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-12.0.0-SNAPSHOT-sources.jar
23:50:05:245 [INFO] 
23:50:05:245 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
23:50:05:477 [INFO] No dependency problems found
23:50:05:477 [INFO] 
23:50:05:477 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections-api ---
23:50:05:478 [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
23:50:05:479 [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
23:50:05:480 [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
23:50:05:483 [INFO] 
23:50:05:483 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
23:50:05:483 [INFO] Building Eclipse Collections Main Library 12.0.0-SNAPSHOT         [5/15]
23:50:05:483 [INFO]   from eclipse-collections/pom.xml
23:50:05:483 [INFO] --------------------------------[ jar ]---------------------------------
23:50:05:485 [INFO] 
23:50:05:486 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections ---
23:50:05:486 [INFO] 
23:50:05:486 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections ---
23:50:05:488 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
23:50:05:488 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
23:50:05:489 [INFO] 
23:50:05:489 [INFO] --- eclipse-collections-code-generator:12.0.0-SNAPSHOT:generate-sources (generate-sources) @ eclipse-collections ---
23:50:05:489 [INFO] Generating sources in eclipse-collections to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/generated-sources/java
23:50:09:031 [INFO] Generated 1478 files
23:50:09:031 [INFO] 
23:50:09:031 [INFO] --- eclipse-collections-code-generator:12.0.0-SNAPSHOT:generate-services (generate-services) @ eclipse-collections ---
23:50:09:033 [INFO] Generating sources in eclipse-collections to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/generated-resources/META-INF/services
23:50:09:085 [INFO] Generated 230 files
23:50:09:085 [INFO] 
23:50:09:085 [INFO] --- resources:3.3.0:resources (default-resources) @ eclipse-collections ---
23:50:09:087 [INFO] Copying 27 resources
23:50:09:094 [INFO] Copying 230 resources to META-INF/services
23:50:09:123 [INFO] 
23:50:09:123 [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-collections ---
23:50:09:190 [INFO] Changes detected - recompiling the module! :dependency
23:50:09:193 [INFO] Compiling 2133 source files with javac [forked debug target 1.8] to target/classes
23:50:39:365 [WARNING] [options] bootstrap class path not set in conjunction with -source 8
23:50:39:365 [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
23:50:39:365 [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
23:50:39:365 [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
23:50:39:365 [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
23:50:39:365 [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
23:50:39:365 [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
23:50:39:365 [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
23:50:39:365 [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
23:50:39:366 [INFO] 
23:50:39:366 [INFO] --- bnd:5.1.1:bnd-process (default) @ eclipse-collections ---
23:50:39:438 [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.
23:50:39:438 [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.
23:50:39:438 [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.
23:50:39:438 [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.
23:50:39:438 [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.
23:50:39:438 [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.
23:50:42:192 [INFO] 
23:50:42:192 [INFO] --- resources:3.3.0:testResources (default-testResources) @ eclipse-collections ---
23:50:42:193 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections/src/test/resources
23:50:42:193 [INFO] 
23:50:42:193 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-collections ---
23:50:42:194 [INFO] No sources to compile
23:50:42:195 [INFO] 
23:50:42:195 [INFO] --- surefire:2.22.2:test (default-test) @ eclipse-collections ---
23:50:42:195 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
23:50:42:198 [INFO] Tests are skipped.
23:50:42:198 [INFO] 
23:50:42:198 [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-collections ---
23:50:42:544 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-12.0.0-SNAPSHOT.jar
23:50:43:253 [INFO] 
23:50:43:253 [INFO] --- source:3.2.1:jar-no-fork (default) @ eclipse-collections ---
23:50:43:303 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-12.0.0-SNAPSHOT-sources.jar
23:50:43:720 [INFO] 
23:50:43:720 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections ---
23:50:44:740 [INFO] No dependency problems found
23:50:44:741 [INFO] 
23:50:44:741 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections ---
23:50:44:741 [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
23:50:44:742 [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
23:50:44:747 [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
23:50:44:754 [INFO] 
23:50:44:754 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
23:50:44:754 [INFO] Building Eclipse Collections Test Utilities 12.0.0-SNAPSHOT       [6/15]
23:50:44:754 [INFO]   from eclipse-collections-testutils/pom.xml
23:50:44:755 [INFO] --------------------------------[ jar ]---------------------------------
23:50:45:319 [INFO] 
23:50:45:319 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections-testutils ---
23:50:45:321 [INFO] 
23:50:45:321 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections-testutils ---
23:50:45:324 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
23:50:45:325 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
23:50:45:325 [INFO] 
23:50:45:325 [INFO] --- jacoco:0.8.8:prepare-agent (default) @ eclipse-collections-testutils ---
23:50:46:971 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/jacoco.exec
23:50:46:971 [INFO] 
23:50:46:971 [INFO] --- resources:3.3.0:resources (default-resources) @ eclipse-collections-testutils ---
23:50:46:972 [INFO] Copying 3 resources
23:50:46:973 [INFO] 
23:50:46:973 [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-collections-testutils ---
23:50:46:975 [INFO] Changes detected - recompiling the module! :dependency
23:50:46:975 [INFO] Compiling 4 source files with javac [forked debug target 1.8] to target/classes
23:50:48:457 [WARNING] [options] bootstrap class path not set in conjunction with -source 8
23:50:48:457 [INFO] 
23:50:48:457 [INFO] --- resources:3.3.0:testResources (default-testResources) @ eclipse-collections-testutils ---
23:50:48:458 [INFO] Copying 1 resource
23:50:48:458 [INFO] 
23:50:48:458 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-collections-testutils ---
23:50:48:460 [INFO] Changes detected - recompiling the module! :dependency
23:50:48:460 [INFO] Compiling 5 source files with javac [forked debug target 1.8] to target/test-classes
23:50:50:183 [WARNING] [options] bootstrap class path not set in conjunction with -source 8
23:50:50:184 [INFO] 
23:50:50:184 [INFO] --- surefire:2.22.2:test (default-test) @ eclipse-collections-testutils ---
23:50:50:184 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
23:50:50:186 [INFO] Tests are skipped.
23:50:50:186 [INFO] 
23:50:50:186 [INFO] --- jacoco:0.8.8:report (report) @ eclipse-collections-testutils ---
23:50:50:189 [INFO] Skipping JaCoCo execution due to missing execution data file.
23:50:50:189 [INFO] 
23:50:50:189 [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-collections-testutils ---
23:50:50:194 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-12.0.0-SNAPSHOT.jar
23:50:50:204 [INFO] 
23:50:50:204 [INFO] --- source:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
23:50:50:207 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-12.0.0-SNAPSHOT-sources.jar
23:50:50:212 [INFO] 
23:50:50:212 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
23:50:50:220 [INFO] No dependency problems found
23:50:50:221 [INFO] 
23:50:50:221 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections-testutils ---
23:50:50:221 [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
23:50:50:222 [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
23:50:50:222 [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
23:50:50:223 [INFO] 
23:50:50:223 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
23:50:50:223 [INFO] Building Eclipse Collections Fork Join Utilities 12.0.0-SNAPSHOT  [7/15]
23:50:50:223 [INFO]   from eclipse-collections-forkjoin/pom.xml
23:50:50:223 [INFO] --------------------------------[ jar ]---------------------------------
23:50:50:225 [INFO] 
23:50:50:225 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections-forkjoin ---
23:50:50:226 [INFO] 
23:50:50:226 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections-forkjoin ---
23:50:50:227 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
23:50:50:228 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
23:50:50:228 [INFO] 
23:50:50:228 [INFO] --- jacoco:0.8.8:prepare-agent (default) @ eclipse-collections-forkjoin ---
23:50:50:228 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/jacoco.exec
23:50:50:228 [INFO] 
23:50:50:228 [INFO] --- resources:3.3.0:resources (default-resources) @ eclipse-collections-forkjoin ---
23:50:50:229 [INFO] Copying 3 resources
23:50:50:229 [INFO] 
23:50:50:230 [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-collections-forkjoin ---
23:50:50:231 [INFO] Changes detected - recompiling the module! :dependency
23:50:50:231 [INFO] Compiling 8 source files with javac [forked debug target 1.8] to target/classes
23:50:51:337 [WARNING] [options] bootstrap class path not set in conjunction with -source 8
23:50:51:337 [INFO] 
23:50:51:337 [INFO] --- resources:3.3.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
23:50:51:338 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/src/test/resources
23:50:51:338 [INFO] 
23:50:51:338 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
23:50:51:340 [INFO] Changes detected - recompiling the module! :dependency
23:50:51:340 [INFO] Compiling 1 source file with javac [forked debug target 1.8] to target/test-classes
23:50:52:646 [WARNING] [options] bootstrap class path not set in conjunction with -source 8
23:50:52:647 [INFO] 
23:50:52:647 [INFO] --- surefire:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
23:50:52:647 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
23:50:52:648 [INFO] Tests are skipped.
23:50:52:648 [INFO] 
23:50:52:648 [INFO] --- jacoco:0.8.8:report (report) @ eclipse-collections-forkjoin ---
23:50:52:649 [INFO] Skipping JaCoCo execution due to missing execution data file.
23:50:52:649 [INFO] 
23:50:52:649 [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-collections-forkjoin ---
23:50:52:653 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-12.0.0-SNAPSHOT.jar
23:50:52:657 [INFO] 
23:50:52:657 [INFO] --- source:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
23:50:52:660 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-12.0.0-SNAPSHOT-sources.jar
23:50:52:665 [INFO] 
23:50:52:665 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
23:50:52:674 [INFO] No dependency problems found
23:50:52:674 [INFO] 
23:50:52:674 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections-forkjoin ---
23:50:52: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
23:50:52:675 [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
23:50:52:676 [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
23:50:52:681 [INFO] 
23:50:52:681 [INFO] -----------------< org.eclipse.collections:unit-tests >-----------------
23:50:52:682 [INFO] Building Eclipse Collections Unit Test Suite 12.0.0-SNAPSHOT      [8/15]
23:50:52:682 [INFO]   from unit-tests/pom.xml
23:50:52:682 [INFO] --------------------------------[ jar ]---------------------------------
23:50:52:709 [INFO] 
23:50:52:709 [INFO] --- clean:3.2.0:clean (default-clean) @ unit-tests ---
23:50:52:710 [INFO] 
23:50:52:710 [INFO] --- enforcer:3.2.1:enforce (enforce) @ unit-tests ---
23:50:52:711 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
23:50:52:711 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
23:50:52:711 [INFO] 
23:50:52:711 [INFO] --- jacoco:0.8.8:prepare-agent (default) @ unit-tests ---
23:50:52:712 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/unit-tests/target/jacoco.exec
23:50:52:712 [INFO] 
23:50:52:712 [INFO] --- resources:3.3.0:resources (default-resources) @ unit-tests ---
23:50:52:712 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests/src/main/resources
23:50:52:713 [INFO] 
23:50:52:713 [INFO] --- compiler:3.11.0:compile (default-compile) @ unit-tests ---
23:50:52:713 [INFO] No sources to compile
23:50:52:713 [INFO] 
23:50:52:713 [INFO] --- eclipse-collections-code-generator:12.0.0-SNAPSHOT:generate-test-sources (default) @ unit-tests ---
23:50:52:714 [INFO] Generating sources in unit-tests to /home/jenkins/agent/workspace/new-version/unit-tests/target/generated-test-sources/java
23:50:58:227 [INFO] Generated 2346 files
23:50:58:228 [INFO] 
23:50:58:228 [INFO] --- resources:3.3.0:testResources (default-testResources) @ unit-tests ---
23:50:58:229 [INFO] Copying 1 resource
23:50:58:230 [INFO] 
23:50:58:230 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ unit-tests ---
23:50:58:325 [INFO] Changes detected - recompiling the module! :dependency
23:50:58:326 [INFO] Compiling 2922 source files with javac [forked debug target 1.8] to target/test-classes
23:51:55:657 [WARNING] [options] bootstrap class path not set in conjunction with -source 8
23:51:55:657 [WARNING] /home/jenkins/agent/workspace/new-version/unit-tests/src/test/java/org/eclipse/collections/impl/multimap/AbstractMutableMultimapTestCase.java:[153,49] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to Object for a varargs call
  cast to Object[] for a non-varargs call and to suppress this warning
23:51:55:657 [WARNING] /home/jenkins/agent/workspace/new-version/unit-tests/src/test/java/org/eclipse/collections/impl/map/mutable/MutableMapIterableTestCase.java:[300,59] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to Integer for a varargs call
  cast to Integer[] for a non-varargs call and to suppress this warning
23:51:55:657 [WARNING] /home/jenkins/agent/workspace/new-version/unit-tests/src/test/java/org/eclipse/collections/impl/map/mutable/MutableMapIterableTestCase.java:[301,59] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to Integer for a varargs call
  cast to Integer[] for a non-varargs call and to suppress this warning
23:51:55:657 [WARNING] /home/jenkins/agent/workspace/new-version/unit-tests/src/test/java/org/eclipse/collections/impl/factory/HashingStrategySetsTest.java:[42,101] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to Object for a varargs call
  cast to Object[] for a non-varargs call and to suppress this warning
23:51:55:657 [WARNING] /home/jenkins/agent/workspace/new-version/unit-tests/src/test/java/org/eclipse/collections/impl/factory/HashingStrategySetsTest.java:[43,100] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to Object for a varargs call
  cast to Object[] for a non-varargs call and to suppress this warning
23:51:55:657 [INFO] 
23:51:55:657 [INFO] --- surefire:2.22.2:test (default-test) @ unit-tests ---
23:51:55:658 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
23:51:55:661 [INFO] Tests are skipped.
23:51:55:661 [INFO] 
23:51:55:661 [INFO] --- jacoco:0.8.8:report (report) @ unit-tests ---
23:51:55:661 [INFO] Skipping JaCoCo execution due to missing execution data file.
23:51:55:661 [INFO] 
23:51:55:661 [INFO] --- jar:3.3.0:jar (default-jar) @ unit-tests ---
23:51:55:662 [WARNING] JAR will be empty - no content was marked for inclusion!
23:51:55:663 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-12.0.0-SNAPSHOT.jar
23:51:55:667 [INFO] 
23:51:55:667 [INFO] --- source:3.2.1:jar-no-fork (default) @ unit-tests ---
23:51:55:668 [INFO] No sources in project. Archive not created.
23:51:55:668 [INFO] 
23:51:55:668 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ unit-tests ---
23:51:56:444 [INFO] No dependency problems found
23:51:56:445 [INFO] 
23:51:56:445 [INFO] --- install:3.1.0:install (default-install) @ unit-tests ---
23:51:56:446 [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
23:51:56:446 [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
23:51:56:448 [INFO] 
23:51:56:448 [INFO] ------------< org.eclipse.collections:serialization-tests >-------------
23:51:56:448 [INFO] Building Eclipse Collections Serialization Test Suite 12.0.0-SNAPSHOT [9/15]
23:51:56:448 [INFO]   from serialization-tests/pom.xml
23:51:56:448 [INFO] --------------------------------[ jar ]---------------------------------
23:51:56:451 [INFO] 
23:51:56:451 [INFO] --- clean:3.2.0:clean (default-clean) @ serialization-tests ---
23:51:56:452 [INFO] 
23:51:56:452 [INFO] --- enforcer:3.2.1:enforce (enforce) @ serialization-tests ---
23:51:56:454 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
23:51:56:455 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
23:51:56:455 [INFO] 
23:51:56:455 [INFO] --- jacoco:0.8.8:prepare-agent (default) @ serialization-tests ---
23:51:56:455 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/serialization-tests/target/jacoco.exec
23:51:56:455 [INFO] 
23:51:56:455 [INFO] --- resources:3.3.0:resources (default-resources) @ serialization-tests ---
23:51:56:456 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/main/resources
23:51:56:456 [INFO] 
23:51:56:456 [INFO] --- compiler:3.11.0:compile (default-compile) @ serialization-tests ---
23:51:56:457 [INFO] No sources to compile
23:51:56:457 [INFO] 
23:51:56:457 [INFO] --- resources:3.3.0:testResources (default-testResources) @ serialization-tests ---
23:51:56:459 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/test/resources
23:51:56:459 [INFO] 
23:51:56:459 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ serialization-tests ---
23:51:56:516 [INFO] Changes detected - recompiling the module! :dependency
23:51:56:516 [INFO] Compiling 882 source files with javac [forked debug target 1.8] to target/test-classes
23:51:59:816 [WARNING] [options] bootstrap class path not set in conjunction with -source 8
23:51:59:816 [INFO] 
23:51:59:816 [INFO] --- surefire:2.22.2:test (default-test) @ serialization-tests ---
23:51:59:817 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
23:51:59:819 [INFO] Tests are skipped.
23:51:59:819 [INFO] 
23:51:59:819 [INFO] --- jacoco:0.8.8:report (report) @ serialization-tests ---
23:51:59:819 [INFO] Skipping JaCoCo execution due to missing execution data file.
23:51:59:819 [INFO] 
23:51:59:819 [INFO] --- jar:3.3.0:jar (default-jar) @ serialization-tests ---
23:51:59:820 [WARNING] JAR will be empty - no content was marked for inclusion!
23:51:59:821 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-12.0.0-SNAPSHOT.jar
23:51:59:825 [INFO] 
23:51:59:826 [INFO] --- source:3.2.1:jar-no-fork (default) @ serialization-tests ---
23:51:59:827 [INFO] No sources in project. Archive not created.
23:51:59:827 [INFO] 
23:51:59:827 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ serialization-tests ---
23:51:59:865 [INFO] No dependency problems found
23:51:59:865 [INFO] 
23:51:59:865 [INFO] --- install:3.1.0:install (default-install) @ serialization-tests ---
23:51:59:866 [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
23:51:59:866 [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
23:51:59:867 [INFO] 
23:51:59:867 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
23:51:59:867 [INFO] Building Eclipse Collections JCStress Test Suite 12.0.0-SNAPSHOT [10/15]
23:51:59:867 [INFO]   from jcstress-tests/pom.xml
23:51:59:867 [INFO] --------------------------------[ jar ]---------------------------------
23:52:00:152 [INFO] 
23:52:00:152 [INFO] --- clean:3.2.0:clean (default-clean) @ jcstress-tests ---
23:52:00:153 [INFO] 
23:52:00:153 [INFO] --- enforcer:3.2.1:enforce (enforce) @ jcstress-tests ---
23:52:00:155 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
23:52:00:155 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
23:52:00:156 [INFO] 
23:52:00:156 [INFO] --- resources:3.3.0:resources (default-resources) @ jcstress-tests ---
23:52:00:157 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/main/resources
23:52:00:157 [INFO] 
23:52:00:157 [INFO] --- compiler:3.11.0:compile (default-compile) @ jcstress-tests ---
23:52:00:159 [INFO] Changes detected - recompiling the module! :dependency
23:52:00:159 [INFO] Compiling 6 source files with javac [forked debug target 1.8] to target/classes
23:52:01:389 [WARNING] [options] bootstrap class path not set in conjunction with -source 8
23:52:01:389 [INFO] 
23:52:01:389 [INFO] --- resources:3.3.0:testResources (default-testResources) @ jcstress-tests ---
23:52:01:390 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/test/resources
23:52:01:390 [INFO] 
23:52:01:390 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jcstress-tests ---
23:52:01:391 [INFO] No sources to compile
23:52:01:391 [INFO] 
23:52:01:391 [INFO] --- surefire:2.22.2:test (default-test) @ jcstress-tests ---
23:52:01:391 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
23:52:01:392 [INFO] Tests are skipped.
23:52:01:392 [INFO] 
23:52:01:392 [INFO] --- jar:3.3.0:jar (default-jar) @ jcstress-tests ---
23:52:01:399 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-12.0.0-SNAPSHOT.jar
23:52:01:418 [INFO] 
23:52:01:418 [INFO] --- shade:3.4.1:shade (default) @ jcstress-tests ---
23:52:01:628 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
23:52:01:629 [INFO] Including org.eclipse.collections:eclipse-collections:jar:12.0.0-SNAPSHOT in the shaded jar.
23:52:01:630 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:12.0.0-SNAPSHOT in the shaded jar.
23:52:01:630 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.15 in the shaded jar.
23:52:01:630 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
23:52:01:630 [INFO] Including net.java.dev.jna:jna:jar:5.8.0 in the shaded jar.
23:52:01:630 [INFO] Including net.java.dev.jna:jna-platform:jar:5.8.0 in the shaded jar.
23:52:01:630 [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/new-version/jcstress-tests/dependency-reduced-pom.xml
23:52:03:026 [WARNING] jna-5.8.0.jar, jna-platform-5.8.0.jar define 3 overlapping resources: 
23:52:03:026 [WARNING]   - META-INF/AL2.0
23:52:03:026 [WARNING]   - META-INF/LGPL2.1
23:52:03:026 [WARNING]   - META-INF/LICENSE
23:52:03:026 [WARNING] eclipse-collections-12.0.0-SNAPSHOT.jar, eclipse-collections-api-12.0.0-SNAPSHOT.jar define 3 overlapping resources: 
23:52:03:026 [WARNING]   - LICENSE-EDL-1.0.txt
23:52:03:026 [WARNING]   - LICENSE-EPL-1.0.txt
23:52:03:026 [WARNING]   - about.html
23:52:03:026 [WARNING] eclipse-collections-12.0.0-SNAPSHOT.jar, eclipse-collections-api-12.0.0-SNAPSHOT.jar, jcstress-core-0.15.jar, jcstress-tests-12.0.0-SNAPSHOT.jar, jna-5.8.0.jar, jna-platform-5.8.0.jar, jopt-simple-4.6.jar define 1 overlapping resource: 
23:52:03:026 [WARNING]   - META-INF/MANIFEST.MF
23:52:03:026 [WARNING] maven-shade-plugin has detected that some class files are
23:52:03:026 [WARNING] present in two or more JARs. When this happens, only one
23:52:03:026 [WARNING] single version of the class is copied to the uber jar.
23:52:03:026 [WARNING] Usually this is not harmful and you can skip these warnings,
23:52:03:026 [WARNING] otherwise try to manually exclude artifacts based on
23:52:03:026 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
23:52:03:026 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
23:52:03:039 [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
23:52:03:039 [INFO] 
23:52:03:039 [INFO] --- source:3.2.1:jar-no-fork (default) @ jcstress-tests ---
23:52:03:042 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-12.0.0-SNAPSHOT-sources.jar
23:52:03:049 [INFO] 
23:52:03:049 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ jcstress-tests ---
23:52:03:058 [INFO] No dependency problems found
23:52:03:058 [INFO] 
23:52:03:058 [INFO] --- install:3.1.0:install (default-install) @ jcstress-tests ---
23:52:03:059 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/dependency-reduced-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
23:52:03:059 [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
23:52:03:065 [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
23:52:03:067 [INFO] 
23:52:03:067 [INFO] -------------< org.eclipse.collections:junit-trait-runner >-------------
23:52:03:067 [INFO] Building Eclipse Collections Test Trait JUnit Runner 12.0.0-SNAPSHOT [11/15]
23:52:03:067 [INFO]   from junit-trait-runner/pom.xml
23:52:03:067 [INFO] --------------------------------[ jar ]---------------------------------
23:52:03:069 [INFO] 
23:52:03:069 [INFO] --- clean:3.2.0:clean (default-clean) @ junit-trait-runner ---
23:52:03:070 [INFO] 
23:52:03:070 [INFO] --- enforcer:3.2.1:enforce (enforce) @ junit-trait-runner ---
23:52:03:072 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
23:52:03:072 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
23:52:03:072 [INFO] 
23:52:03:072 [INFO] --- resources:3.3.0:resources (default-resources) @ junit-trait-runner ---
23:52:03:073 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/main/resources
23:52:03:073 [INFO] 
23:52:03:073 [INFO] --- compiler:3.11.0:compile (default-compile) @ junit-trait-runner ---
23:52:03:113 [INFO] Changes detected - recompiling the module! :dependency
23:52:03:113 [INFO] Compiling 2 source files with javac [forked debug target 1.8] to target/classes
23:52:03:687 [WARNING] [options] bootstrap class path not set in conjunction with -source 8
23:52:03:687 [INFO] 
23:52:03:688 [INFO] --- resources:3.3.0:testResources (default-testResources) @ junit-trait-runner ---
23:52:03:688 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/test/resources
23:52:03:688 [INFO] 
23:52:03:688 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ junit-trait-runner ---
23:52:03:689 [INFO] No sources to compile
23:52:03:689 [INFO] 
23:52:03:689 [INFO] --- surefire:2.22.2:test (default-test) @ junit-trait-runner ---
23:52:03:690 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
23:52:03:691 [INFO] Tests are skipped.
23:52:03:691 [INFO] 
23:52:03:691 [INFO] --- jar:3.3.0:jar (default-jar) @ junit-trait-runner ---
23:52:03:693 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-12.0.0-SNAPSHOT.jar
23:52:03:716 [INFO] 
23:52:03:716 [INFO] --- source:3.2.1:jar-no-fork (default) @ junit-trait-runner ---
23:52:03:719 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-12.0.0-SNAPSHOT-sources.jar
23:52:03:722 [INFO] 
23:52:03:722 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ junit-trait-runner ---
23:52:03:724 [INFO] No dependency problems found
23:52:03:724 [INFO] 
23:52:03:725 [INFO] --- install:3.1.0:install (default-install) @ junit-trait-runner ---
23:52:03:725 [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
23:52:03:726 [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
23:52:03:732 [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
23:52:03:733 [INFO] 
23:52:03:733 [INFO] --------------< org.eclipse.collections:unit-tests-java8 >--------------
23:52:03:733 [INFO] Building Eclipse Collections Java 8 Unit Test Suite 12.0.0-SNAPSHOT [12/15]
23:52:03:733 [INFO]   from unit-tests-java8/pom.xml
23:52:03:733 [INFO] --------------------------------[ jar ]---------------------------------
23:52:03:787 [INFO] 
23:52:03:787 [INFO] --- clean:3.2.0:clean (default-clean) @ unit-tests-java8 ---
23:52:03:788 [INFO] 
23:52:03:788 [INFO] --- enforcer:3.2.1:enforce (enforce) @ unit-tests-java8 ---
23:52:03:789 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
23:52:03:790 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
23:52:03:790 [INFO] 
23:52:03:790 [INFO] --- jacoco:0.8.8:prepare-agent (default) @ unit-tests-java8 ---
23:52:03:790 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/unit-tests-java8/target/jacoco.exec
23:52:03:790 [INFO] 
23:52:03:790 [INFO] --- resources:3.3.0:resources (default-resources) @ unit-tests-java8 ---
23:52:03:791 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/main/resources
23:52:03:791 [INFO] 
23:52:03:791 [INFO] --- compiler:3.11.0:compile (default-compile) @ unit-tests-java8 ---
23:52:03:792 [INFO] No sources to compile
23:52:03:792 [INFO] 
23:52:03:792 [INFO] --- resources:3.3.0:testResources (default-testResources) @ unit-tests-java8 ---
23:52:03:792 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/test/resources
23:52:03:792 [INFO] 
23:52:03:792 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ unit-tests-java8 ---
23:52:03:798 [INFO] Changes detected - recompiling the module! :dependency
23:52:03:798 [INFO] Compiling 178 source files with javac [forked debug target 1.8] to target/test-classes
23:52:09:814 [WARNING] [options] bootstrap class path not set in conjunction with -source 8
23:52:09:814 [INFO] 
23:52:09:814 [INFO] --- surefire:2.22.2:test (default-test) @ unit-tests-java8 ---
23:52:09:814 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
23:52:09:816 [INFO] Tests are skipped.
23:52:09:816 [INFO] 
23:52:09:816 [INFO] --- jacoco:0.8.8:report (report) @ unit-tests-java8 ---
23:52:09:817 [INFO] Skipping JaCoCo execution due to missing execution data file.
23:52:09:817 [INFO] 
23:52:09:817 [INFO] --- jar:3.3.0:jar (default-jar) @ unit-tests-java8 ---
23:52:09:817 [WARNING] JAR will be empty - no content was marked for inclusion!
23:52:09:818 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-12.0.0-SNAPSHOT.jar
23:52:09:824 [INFO] 
23:52:09:824 [INFO] --- source:3.2.1:jar-no-fork (default) @ unit-tests-java8 ---
23:52:09:826 [INFO] No sources in project. Archive not created.
23:52:09:826 [INFO] 
23:52:09:826 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ unit-tests-java8 ---
23:52:09:860 [INFO] No dependency problems found
23:52:09:860 [INFO] 
23:52:09:860 [INFO] --- install:3.1.0:install (default-install) @ unit-tests-java8 ---
23:52:09:861 [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
23:52:09:862 [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
23:52:09:863 [INFO] 
23:52:09:863 [INFO] ---------------< org.eclipse.collections:test-coverage >----------------
23:52:09:863 [INFO] Building Eclipse Collections Test Coverage Aggregation 12.0.0-SNAPSHOT [13/15]
23:52:09:863 [INFO]   from test-coverage/pom.xml
23:52:09:863 [INFO] --------------------------------[ pom ]---------------------------------
23:52:09:865 [INFO] 
23:52:09:865 [INFO] --- clean:3.2.0:clean (default-clean) @ test-coverage ---
23:52:09:866 [INFO] 
23:52:09:866 [INFO] --- enforcer:3.2.1:enforce (enforce) @ test-coverage ---
23:52:09:878 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
23:52:09:911 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
23:52:09:911 [INFO] 
23:52:09:911 [INFO] --- jacoco:0.8.8:prepare-agent (default) @ test-coverage ---
23:52:09:912 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/test-coverage/target/jacoco.exec
23:52:09:912 [INFO] 
23:52:09:912 [INFO] --- jacoco:0.8.8:report (report) @ test-coverage ---
23:52:09:913 [INFO] Skipping JaCoCo execution due to missing execution data file.
23:52:09:913 [INFO] 
23:52:09:913 [INFO] --- jacoco:0.8.8:report-aggregate (default-report) @ test-coverage ---
23:52:10:567 [INFO] Analyzed bundle 'eclipse-collections-api' with 621 classes
23:52:12:992 [INFO] Analyzed bundle 'eclipse-collections' with 3708 classes
23:52:17:932 [INFO] Analyzed bundle 'eclipse-collections-testutils' with 3 classes
23:52:17:948 [INFO] 
23:52:17:948 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ test-coverage ---
23:52:17:950 [INFO] Skipping pom project
23:52:17:950 [INFO] 
23:52:17:950 [INFO] --- install:3.1.0:install (default-install) @ test-coverage ---
23:52:17:950 [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
23:52:17:951 [INFO] 
23:52:17:951 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
23:52:17:951 [INFO] Building Eclipse Collections p2 Repository Build 12.0.0-SNAPSHOT [14/15]
23:52:17:951 [INFO]   from p2-repository/pom.xml
23:52:17:951 [INFO] --------------------------------[ pom ]---------------------------------
23:52:18:011 [INFO] 
23:52:18:011 [INFO] --- clean:3.2.0:clean (default-clean) @ p2-repository ---
23:52:18:022 [INFO] 
23:52:18:022 [INFO] --- enforcer:3.2.1:enforce (enforce) @ p2-repository ---
23:52:18:073 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
23:52:18:112 [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
23:52:18:112 [INFO] Rule 2: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
23:52:18:116 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
23:52:18:116 [INFO] 
23:52:18:116 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ p2-repository ---
23:52:18:253 [INFO] Skipping pom project
23:52:18:253 [INFO] 
23:52:18:253 [INFO] --- install:3.1.0:install (default-install) @ p2-repository ---
23:52:18:263 [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
23:52:18:265 [INFO] 
23:52:18:265 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
23:52:18:265 [INFO] Building Eclipse Collections OSGi Bundle 12.0.0-SNAPSHOT         [15/15]
23:52:18:265 [INFO]   from p2-repository/org.eclipse.collections/pom.xml
23:52:18:265 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
23:52:18:342 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier)'
23:52:18:342 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:1.7.0:validate-version (default-validate-version)'
23:52:18:453 [INFO] 
23:52:18:453 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.collections ---
23:52:18:453 [INFO] 
23:52:18:453 [INFO] --- tycho-packaging:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
23:52:22:525 [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

23:52:22:525 [WARNING] Fallback to default timestamp provider
23:52:22:529 [INFO] The project's OSGi version is 12.0.0.v20230717-2349
23:52:22:529 [INFO] 
23:52:22:529 [INFO] --- tycho-packaging:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections ---
23:52:22:531 [INFO] 
23:52:22:531 [INFO] --- enforcer:3.2.1:enforce (enforce) @ org.eclipse.collections ---
23:52:22:532 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
23:52:22:534 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
23:52:22:534 [INFO] 
23:52:22:534 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.collections ---
23:52:22:558 [INFO] Copying 2 resources
23:52:22:560 [INFO] 
23:52:22:560 [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.collections ---
23:52:22:584 [INFO] No sources to compile
23:52:22:584 [INFO] 
23:52:22:584 [INFO] --- ebr:1.3.0:bundle (default-bundle) @ org.eclipse.collections ---
23:52:22:588 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
23:52:22:593 [INFO] Gathering dependencies
23:52:22:613 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:12.0.0-SNAPSHOT:jar
23:52:22:617 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:12.0.0-SNAPSHOT:jar
23:52:22:618 [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/**/*.*"
23:52:23:453 [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/**/*.*"
23:52:23:680 [INFO] Merging collected dependencies
23:52:23:746 [INFO] Copying 5905 resources
23:52:24:166 [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
23:52:28:548 [INFO] Gathering sources
23:52:28:550 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:12.0.0-SNAPSHOT:jar
23:52:28:551 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:12.0.0-SNAPSHOT:jar
23:52:28:551 [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/**/*.*"
23:52:29:136 [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/**/*.*"
23:52:29:524 [INFO] Copying 2 resources
23:52:29:525 [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
23:52:32:739 [INFO] Assembling p2 repository
23:52:33:529 [INFO] 
23:52:33:529 [INFO] --- tycho-p2:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
23:52:33:530 [INFO] 
23:52:33:530 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ org.eclipse.collections ---
23:52:34:675 [INFO] No dependency problems found
23:52:34:675 [INFO] 
23:52:34:675 [INFO] --- install:3.1.0:install (default-install) @ org.eclipse.collections ---
23:52:34:676 [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
23:52:34:677 [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
23:52:34:682 [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
23:52:34:685 [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
23:52:34:686 [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
23:52:34:692 [INFO] 
23:52:34:692 [INFO] --- tycho-p2:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
23:52:34:695 [INFO] ------------------------------------------------------------------------
23:52:34:695 [INFO] Reactor Summary for Eclipse Collections Parent Project 12.0.0-SNAPSHOT:
23:52:34:695 [INFO] 
23:52:34:695 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  2.736 s]
23:52:34:695 [INFO] Eclipse Collections Code Generator ................. SUCCESS [  3.832 s]
23:52:34:695 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  3.159 s]
23:52:34:695 [INFO] Eclipse Collections API ............................ SUCCESS [  9.767 s]
23:52:34:695 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 39.271 s]
23:52:34:695 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  5.469 s]
23:52:34:695 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  2.458 s]
23:52:34:695 [INFO] Eclipse Collections Unit Test Suite ................ SUCCESS [01:03 min]
23:52:34:695 [INFO] Eclipse Collections Serialization Test Suite ....... SUCCESS [  3.419 s]
23:52:34:696 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  3.200 s]
23:52:34:696 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SUCCESS [  0.666 s]
23:52:34:696 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SUCCESS [  6.130 s]
23:52:34:696 [INFO] Eclipse Collections Test Coverage Aggregation ...... SUCCESS [  8.088 s]
23:52:34:696 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.313 s]
23:52:34:696 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 16.431 s]
23:52:34:696 [INFO] ------------------------------------------------------------------------
23:52:34:696 [INFO] BUILD SUCCESS
23:52:34:696 [INFO] ------------------------------------------------------------------------
23:52:34:696 [INFO] Total time:  02:50 min
23:52:34:696 [INFO] Finished at: 2023-07-17T23:52:34Z
23:52:34:696 [INFO] ------------------------------------------------------------------------
[new-version] $ /bin/sh -xe /tmp/jenkins17353904671521037573.sh
+ git checkout origin/master
HEAD is now at e1cd1365 Release version 12.0.0.M2.
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 6e1370eb] 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-ssh15317828994909058385.key
Verifying host key using known hosts file
 > git push git@github.com:eclipse/eclipse-collections.git HEAD:master # timeout=10
Finished: SUCCESS