Skip to content

Console Output

Started by user Sirisha Pratha
Running as Sirisha Pratha
Agent basic-dh657 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-dh657"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-dh657"
    - 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-dh657"
    - 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.10.1"
    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-dh657 (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-ssh3568332938452959691.key
 > git fetch --tags --force --progress -- git@github.com:eclipse/eclipse-collections.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse/eclipse-collections.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2a74b95f78474f91c773f4c76937828b2ac66ab0 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2a74b95f78474f91c773f4c76937828b2ac66ab0 # timeout=10
Commit message: "Release version 11.0.0."
 > git rev-list --no-walk 82dd090e85e596bc54a1c7fdb67f4c86048ad808 # timeout=10
[new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DNEXT_VERSION=11.1.0 -DRELEASE_BRANCH=master -Dmaven.repo.local=/home/jenkins/agent/workspace/new-version/.repository versions:set -DgenerateBackupPoms=false -DnewVersion=11.1.0-SNAPSHOT
Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
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.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
16:32:11:183 [INFO] Error stacktraces are turned on.
16:32:11:316 [INFO] Scanning for projects...
16:33:10:953 [INFO] ------------------------------------------------------------------------
16:33:10:953 [INFO] Reactor Build Order:
16:33:10:953 [INFO] 
16:33:10:954 [INFO] Eclipse Collections Parent Project                                 [pom]
16:33:10:954 [INFO] Eclipse Collections Code Generator                                 [jar]
16:33:10:954 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
16:33:10:954 [INFO] Eclipse Collections API                                            [jar]
16:33:10:954 [INFO] Eclipse Collections Main Library                                   [jar]
16:33:10:954 [INFO] Eclipse Collections Test Utilities                                 [jar]
16:33:10:954 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
16:33:10:954 [INFO] Eclipse Collections Unit Test Suite                                [jar]
16:33:10:954 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
16:33:10:954 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
16:33:10:954 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
16:33:10:954 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
16:33:10:954 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
16:33:10:955 [INFO] Eclipse Collections p2 Repository Build                            [pom]
16:33:10:955 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
16:33:12:035 [INFO] 
16:33:12:036 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
16:33:12:036 [INFO] Building Eclipse Collections Parent Project 11.0.0                [1/15]
16:33:12:036 [INFO] --------------------------------[ pom ]---------------------------------
16:33:12:038 [INFO] 
16:33:12:039 [INFO] --- versions-maven-plugin:2.8.1:set (default-cli) @ eclipse-collections-parent ---
16:33:19:797 [INFO] Local aggregation root: /home/jenkins/agent/workspace/new-version
16:33:19:801 [INFO] Processing change of org.eclipse.collections:eclipse-collections-parent:11.0.0 -> 11.1.0-SNAPSHOT
16:33:19:887 [INFO] Processing org.eclipse.collections:eclipse-collections-parent
16:33:19:887 [INFO]     Updating project org.eclipse.collections:eclipse-collections-parent
16:33:19:887 [INFO]         from version 11.0.0 to 11.1.0-SNAPSHOT
16:33:20:004 [INFO] 
16:33:20:006 [INFO] Processing org.eclipse.collections:acceptance-tests
16:33:20:006 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
16:33:20:006 [INFO]         from version 11.0.0 to 11.1.0-SNAPSHOT
16:33:20:043 [INFO] 
16:33:20:044 [INFO] Processing org.eclipse.collections:eclipse-collections-api
16:33:20:044 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
16:33:20:044 [INFO]         from version 11.0.0 to 11.1.0-SNAPSHOT
16:33:20:057 [INFO] 
16:33:20:058 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator-maven-plugin
16:33:20:058 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
16:33:20:058 [INFO]         from version 11.0.0 to 11.1.0-SNAPSHOT
16:33:20:072 [INFO] 
16:33:20:073 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator
16:33:20:073 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
16:33:20:073 [INFO]         from version 11.0.0 to 11.1.0-SNAPSHOT
16:33:20:088 [INFO] 
16:33:20:090 [INFO] Processing org.eclipse.collections:eclipse-collections-forkjoin
16:33:20:090 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
16:33:20:090 [INFO]         from version 11.0.0 to 11.1.0-SNAPSHOT
16:33:20:140 [INFO] 
16:33:20:141 [INFO] Processing org.eclipse.collections:eclipse-collections-testutils
16:33:20:141 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
16:33:20:141 [INFO]         from version 11.0.0 to 11.1.0-SNAPSHOT
16:33:20:151 [INFO] 
16:33:20:152 [INFO] Processing org.eclipse.collections:eclipse-collections
16:33:20:152 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
16:33:20:152 [INFO]         from version 11.0.0 to 11.1.0-SNAPSHOT
16:33:20:162 [INFO] 
16:33:20:163 [INFO] Processing org.eclipse.collections:jcstress-tests
16:33:20:163 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
16:33:20:163 [INFO]         from version 11.0.0 to 11.1.0-SNAPSHOT
16:33:20:171 [INFO] 
16:33:20:172 [INFO] Processing org.eclipse.collections:jmh-scala-tests
16:33:20:172 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
16:33:20:172 [INFO]         from version 11.0.0 to 11.1.0-SNAPSHOT
16:33:20:179 [INFO] 
16:33:20:180 [INFO] Processing org.eclipse.collections:jmh-tests
16:33:20:180 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
16:33:20:180 [INFO]         from version 11.0.0 to 11.1.0-SNAPSHOT
16:33:20:196 [INFO] 
16:33:20:197 [INFO] Processing org.eclipse.collections:junit-trait-runner
16:33:20:197 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
16:33:20:197 [INFO]         from version 11.0.0 to 11.1.0-SNAPSHOT
16:33:20:204 [INFO] 
16:33:20:206 [INFO] Processing org.eclipse.collections:p2-repository
16:33:20:206 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
16:33:20:206 [INFO]         from version 11.0.0 to 11.1.0-SNAPSHOT
16:33:20:249 [INFO] 
16:33:20:250 [INFO] Processing org.eclipse.collections:performance-tests
16:33:20:250 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
16:33:20:250 [INFO]         from version 11.0.0 to 11.1.0-SNAPSHOT
16:33:20:259 [INFO] 
16:33:20:260 [INFO] Processing org.eclipse.collections:scala-unit-tests
16:33:20:260 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
16:33:20:260 [INFO]         from version 11.0.0 to 11.1.0-SNAPSHOT
16:33:20:270 [INFO] 
16:33:20:271 [INFO] Processing org.eclipse.collections:serialization-tests
16:33:20:271 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
16:33:20:271 [INFO]         from version 11.0.0 to 11.1.0-SNAPSHOT
16:33:20:277 [INFO] 
16:33:20:278 [INFO] Processing org.eclipse.collections:test-coverage
16:33:20:278 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
16:33:20:278 [INFO]         from version 11.0.0 to 11.1.0-SNAPSHOT
16:33:20:286 [INFO] 
16:33:20:287 [INFO] Processing org.eclipse.collections:unit-tests-java8
16:33:20:287 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
16:33:20:287 [INFO]         from version 11.0.0 to 11.1.0-SNAPSHOT
16:33:20:297 [INFO] 
16:33:20:298 [INFO] Processing org.eclipse.collections:unit-tests
16:33:20:298 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
16:33:20:298 [INFO]         from version 11.0.0 to 11.1.0-SNAPSHOT
16:33:20:307 [INFO] 
16:33:20:309 [INFO] Processing org.eclipse.collections:org.eclipse.collections
16:33:20:309 [INFO]     Updating parent org.eclipse.collections:p2-repository
16:33:20:309 [INFO]         from version 11.0.0 to 11.1.0-SNAPSHOT
16:33:20:310 [INFO] 
16:33:20:311 [INFO] ------------------------------------------------------------------------
16:33:20:311 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.0.0:
16:33:20:311 [INFO] 
16:33:20:311 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  8.276 s]
16:33:20:311 [INFO] Eclipse Collections Code Generator ................. SKIPPED
16:33:20:311 [INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED
16:33:20:311 [INFO] Eclipse Collections API ............................ SKIPPED
16:33:20:311 [INFO] Eclipse Collections Main Library ................... SKIPPED
16:33:20:312 [INFO] Eclipse Collections Test Utilities ................. SKIPPED
16:33:20:312 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED
16:33:20:312 [INFO] Eclipse Collections Unit Test Suite ................ SKIPPED
16:33:20:312 [INFO] Eclipse Collections Serialization Test Suite ....... SKIPPED
16:33:20:312 [INFO] Eclipse Collections JCStress Test Suite ............ SKIPPED
16:33:20:312 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SKIPPED
16:33:20:312 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SKIPPED
16:33:20:312 [INFO] Eclipse Collections Test Coverage Aggregation ...... SKIPPED
16:33:20:312 [INFO] Eclipse Collections p2 Repository Build ............ SKIPPED
16:33:20:312 [INFO] Eclipse Collections OSGi Bundle .................... SKIPPED
16:33:20:312 [INFO] ------------------------------------------------------------------------
16:33:20:312 [INFO] BUILD SUCCESS
16:33:20:312 [INFO] ------------------------------------------------------------------------
16:33:20:312 [INFO] Total time:  01:09 min
16:33:20:312 [INFO] Finished at: 2021-11-24T16:33:20Z
16:33:20:312 [INFO] ------------------------------------------------------------------------
[new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DNEXT_VERSION=11.1.0 -DRELEASE_BRANCH=master -Dmaven.repo.local=/home/jenkins/agent/workspace/new-version/.repository -DskipTests=true clean install
Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
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.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
16:33:21:246 [INFO] Error stacktraces are turned on.
16:33:21:307 [INFO] Scanning for projects...
16:33:22:594 [INFO] ------------------------------------------------------------------------
16:33:22:594 [INFO] Reactor Build Order:
16:33:22:594 [INFO] 
16:33:22:595 [INFO] Eclipse Collections Parent Project                                 [pom]
16:33:22:595 [INFO] Eclipse Collections Code Generator                                 [jar]
16:33:22:595 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
16:33:22:595 [INFO] Eclipse Collections API                                            [jar]
16:33:22:595 [INFO] Eclipse Collections Main Library                                   [jar]
16:33:22:595 [INFO] Eclipse Collections Test Utilities                                 [jar]
16:33:22:595 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
16:33:22:595 [INFO] Eclipse Collections Unit Test Suite                                [jar]
16:33:22:595 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
16:33:22:595 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
16:33:22:595 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
16:33:22:595 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
16:33:22:595 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
16:33:22:595 [INFO] Eclipse Collections p2 Repository Build                            [pom]
16:33:22:595 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
16:33:22:600 [INFO] 
16:33:22:600 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
16:33:22:600 [INFO] Building Eclipse Collections Parent Project 11.1.0-SNAPSHOT       [1/15]
16:33:22:600 [INFO] --------------------------------[ pom ]---------------------------------
16:33:23:406 [INFO] 
16:33:23:407 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
16:33:23:495 [INFO] 
16:33:23:495 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
16:33:25:249 [INFO] 
16:33:25:249 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
16:33:28:706 [INFO] Skipping pom project
16:33:28:706 [INFO] 
16:33:28:706 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
16:33:29:002 [INFO] Installing /home/jenkins/agent/workspace/new-version/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-parent/11.1.0-SNAPSHOT/eclipse-collections-parent-11.1.0-SNAPSHOT.pom
16:33:29:006 [INFO] 
16:33:29:006 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
16:33:29:006 [INFO] Building Eclipse Collections Code Generator 11.1.0-SNAPSHOT       [2/15]
16:33:29:006 [INFO] --------------------------------[ jar ]---------------------------------
16:33:29:510 [INFO] 
16:33:29:510 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
16:33:29:511 [INFO] 
16:33:29:511 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
16:33:29:526 [INFO] 
16:33:29:527 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator ---
16:33:34:022 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:33:34:022 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:33:34:033 [INFO] Copying 356 resources
16:33:34:116 [INFO] 
16:33:34:116 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
16:33:34:931 [INFO] Changes detected - recompiling the module!
16:33:34:937 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/classes
16:33:35:708 [INFO] 
16:33:35:708 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
16:33:35:709 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:33:35:709 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:33:35:709 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/src/test/resources
16:33:35:709 [INFO] 
16:33:35:709 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
16:33:35:717 [INFO] Changes detected - recompiling the module!
16:33:35:717 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/test-classes
16:33:36:310 [INFO] 
16:33:36:310 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
16:33:36:914 [INFO] Tests are skipped.
16:33:36:914 [INFO] 
16:33:36:914 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
16:33:39:048 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.1.0-SNAPSHOT.jar
16:33:39:177 [INFO] 
16:33:39:177 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
16:33:39:299 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.1.0-SNAPSHOT-sources.jar
16:33:39:475 [INFO] 
16:33:39:475 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
16:33:39:497 [INFO] No dependency problems found
16:33:39:497 [INFO] 
16:33:39:497 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
16:33:39:499 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.1.0-SNAPSHOT/eclipse-collections-code-generator-11.1.0-SNAPSHOT.jar
16:33:39:504 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.1.0-SNAPSHOT/eclipse-collections-code-generator-11.1.0-SNAPSHOT.pom
16:33:39:505 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.1.0-SNAPSHOT/eclipse-collections-code-generator-11.1.0-SNAPSHOT-sources.jar
16:33:39:538 [INFO] 
16:33:39:539 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
16:33:39:539 [INFO] Building Eclipse Collections Code Generator Maven Plugin 11.1.0-SNAPSHOT [3/15]
16:33:39:539 [INFO] ----------------------------[ maven-plugin ]----------------------------
16:33:43:678 [INFO] 
16:33:43:678 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
16:33:43:679 [INFO] 
16:33:43:679 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
16:33:43:718 [INFO] 
16:33:43:718 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
16:33:43:719 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:33:43:719 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:33:43:719 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/main/resources
16:33:43:719 [INFO] 
16:33:43:719 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
16:33:43:721 [INFO] Changes detected - recompiling the module!
16:33:43:721 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/classes
16:33:44:278 [INFO] 
16:33:44:278 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
16:33:51:756 [INFO] Using 'UTF-8' encoding to read mojo source files.
16:33:51:807 [INFO] java-javadoc mojo extractor found 1 mojo descriptor.
16:33:51:887 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
16:33:52:016 [INFO] 
16:33:52:016 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
16:33:52:017 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:33:52:017 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:33:52:017 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/test/resources
16:33:52:017 [INFO] 
16:33:52:017 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
16:33:52:019 [INFO] No sources to compile
16:33:52:019 [INFO] 
16:33:52:019 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
16:33:52:038 [INFO] Tests are skipped.
16:33:52:038 [INFO] 
16:33:52:038 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
16:33:52:041 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.1.0-SNAPSHOT.jar
16:33:52:050 [INFO] 
16:33:52:050 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
16:33:52:052 [INFO] 
16:33:52:052 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
16:33:52:055 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.1.0-SNAPSHOT-sources.jar
16:33:52:060 [INFO] 
16:33:52:060 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
16:33:52:063 [INFO] No dependency problems found
16:33:52:063 [INFO] 
16:33:52:063 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
16:33:52:065 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.1.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-11.1.0-SNAPSHOT.jar
16:33:52:075 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.1.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-11.1.0-SNAPSHOT.pom
16:33:52:141 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.1.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-11.1.0-SNAPSHOT-sources.jar
16:33:52:143 [INFO] 
16:33:52:143 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
16:33:52:143 [INFO] Building Eclipse Collections API 11.1.0-SNAPSHOT                  [4/15]
16:33:52:143 [INFO] --------------------------------[ jar ]---------------------------------
16:33:52:250 [INFO] 
16:33:52:250 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
16:33:52:251 [INFO] 
16:33:52:251 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
16:33:52:253 [INFO] 
16:33:52:253 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.1.0-SNAPSHOT:generate (default) @ eclipse-collections-api ---
16:33:52:262 [INFO] Generating sources to eclipse-collections-api
16:33:53:145 [INFO] Generated 1171 files
16:33:53:145 [INFO] 
16:33:53:145 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-api ---
16:33:53:146 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:33:53:146 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:33:53:147 [INFO] Copying 3 resources
16:33:53:148 [INFO] 
16:33:53:148 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
16:33:53:293 [INFO] Changes detected - recompiling the module!
16:33:53:293 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/classes
16:33:58:548 [INFO] 
16:33:58:549 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api ---
16:34:04:822 [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.
16:34:04:822 [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.
16:34:04:822 [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.
16:34:04:822 [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.
16:34:04:822 [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.
16:34:04:822 [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.
16:34:05:621 [INFO] 
16:34:05:621 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-api ---
16:34:05:622 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:34:05:622 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:34:05:623 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-api/src/test/resources
16:34:05:623 [INFO] 
16:34:05:623 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
16:34:05:638 [INFO] No sources to compile
16:34:05:638 [INFO] 
16:34:05:638 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
16:34:05:640 [INFO] Tests are skipped.
16:34:05:640 [INFO] 
16:34:05:640 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api ---
16:34:05:724 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.1.0-SNAPSHOT.jar
16:34:05:947 [INFO] 
16:34:05:947 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
16:34:05:975 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.1.0-SNAPSHOT-sources.jar
16:34:06:341 [INFO] 
16:34:06:341 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
16:34:06:479 [INFO] No dependency problems found
16:34:06:479 [INFO] 
16:34:06:479 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
16:34:06:480 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-api/11.1.0-SNAPSHOT/eclipse-collections-api-11.1.0-SNAPSHOT.jar
16:34:06:482 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-api/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-api/11.1.0-SNAPSHOT/eclipse-collections-api-11.1.0-SNAPSHOT.pom
16:34:06:482 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-api/11.1.0-SNAPSHOT/eclipse-collections-api-11.1.0-SNAPSHOT-sources.jar
16:34:06:485 [INFO] 
16:34:06:485 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
16:34:06:485 [INFO] Building Eclipse Collections Main Library 11.1.0-SNAPSHOT         [5/15]
16:34:06:485 [INFO] --------------------------------[ jar ]---------------------------------
16:34:06:487 [INFO] 
16:34:06:487 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
16:34:06:487 [INFO] 
16:34:06:487 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
16:34:06:489 [INFO] 
16:34:06:489 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.1.0-SNAPSHOT:generate (default) @ eclipse-collections ---
16:34:06:490 [INFO] Generating sources to eclipse-collections
16:34:09:751 [INFO] Generated 1446 files
16:34:09:751 [INFO] 
16:34:09:751 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections ---
16:34:09:752 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:34:09:752 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:34:09:753 [INFO] Copying 24 resources
16:34:09:758 [INFO] 
16:34:09:758 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
16:34:09:926 [INFO] Changes detected - recompiling the module!
16:34:09:928 [INFO] Compiling 2101 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/classes
16:34:38:440 [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
16:34:38:440 [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
16:34:38:440 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2281,19] Unsafe is internal proprietary API and may be removed in a future release
16:34:38:440 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2285,19] Unsafe is internal proprietary API and may be removed in a future release
16:34:38:440 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2291,83] Unsafe is internal proprietary API and may be removed in a future release
16:34:38:440 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2293,27] Unsafe is internal proprietary API and may be removed in a future release
16:34:38:440 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2295,34] Unsafe is internal proprietary API and may be removed in a future release
16:34:38:440 [WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2297,32] Unsafe is internal proprietary API and may be removed in a future release
16:34:38:440 [INFO] 
16:34:38:440 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections ---
16:34:38:507 [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.
16:34:38:507 [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.
16:34:38:508 [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.
16:34:38:508 [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.
16:34:38:508 [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.
16:34:38:508 [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.
16:34:40:953 [INFO] 
16:34:40:953 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections ---
16:34:40:954 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:34:40:955 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:34:40:955 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections/src/test/resources
16:34:40:955 [INFO] 
16:34:40:955 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
16:34:40:956 [INFO] No sources to compile
16:34:40:956 [INFO] 
16:34:40:956 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
16:34:40:958 [INFO] Tests are skipped.
16:34:40:958 [INFO] 
16:34:40:958 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections ---
16:34:41:172 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.1.0-SNAPSHOT.jar
16:34:41:790 [INFO] 
16:34:41:790 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections ---
16:34:41:879 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.1.0-SNAPSHOT-sources.jar
16:34:42:299 [INFO] 
16:34:42:299 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections ---
16:34:42:874 [INFO] No dependency problems found
16:34:42:874 [INFO] 
16:34:42:874 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
16:34:42:875 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections/11.1.0-SNAPSHOT/eclipse-collections-11.1.0-SNAPSHOT.jar
16:34:42:884 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections/11.1.0-SNAPSHOT/eclipse-collections-11.1.0-SNAPSHOT.pom
16:34:42:885 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections/11.1.0-SNAPSHOT/eclipse-collections-11.1.0-SNAPSHOT-sources.jar
16:34:42:889 [INFO] 
16:34:42:889 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
16:34:42:889 [INFO] Building Eclipse Collections Test Utilities 11.1.0-SNAPSHOT       [6/15]
16:34:42:889 [INFO] --------------------------------[ jar ]---------------------------------
16:34:42:936 [INFO] 
16:34:42:936 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
16:34:42:937 [INFO] 
16:34:42:937 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
16:34:42:944 [INFO] 
16:34:42:944 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-testutils ---
16:34:43:286 [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
16:34:43:286 [INFO] 
16:34:43:286 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-testutils ---
16:34:43:286 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:34:43:287 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:34:43:287 [INFO] Copying 3 resources
16:34:43:288 [INFO] 
16:34:43:288 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
16:34:43:291 [INFO] Changes detected - recompiling the module!
16:34:43:291 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/classes
16:34:44:570 [INFO] 
16:34:44:570 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-testutils ---
16:34:44:570 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:34:44:570 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:34:44:571 [INFO] Copying 1 resource
16:34:44:571 [INFO] 
16:34:44:571 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
16:34:44:573 [INFO] Changes detected - recompiling the module!
16:34:44:574 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/test-classes
16:34:46:091 [INFO] 
16:34:46:091 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
16:34:46:093 [INFO] Tests are skipped.
16:34:46:093 [INFO] 
16:34:46:093 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-testutils ---
16:34:46:095 [INFO] Skipping JaCoCo execution due to missing execution data file.
16:34:46:095 [INFO] 
16:34:46:095 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils ---
16:34:46:098 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.1.0-SNAPSHOT.jar
16:34:46:103 [INFO] 
16:34:46:103 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
16:34:46:107 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.1.0-SNAPSHOT-sources.jar
16:34:46:113 [INFO] 
16:34:46:113 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
16:34:46:122 [INFO] No dependency problems found
16:34:46:122 [INFO] 
16:34:46:122 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
16:34:46:123 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-testutils/11.1.0-SNAPSHOT/eclipse-collections-testutils-11.1.0-SNAPSHOT.jar
16:34:46:128 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-testutils/11.1.0-SNAPSHOT/eclipse-collections-testutils-11.1.0-SNAPSHOT.pom
16:34:46:129 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-11.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-testutils/11.1.0-SNAPSHOT/eclipse-collections-testutils-11.1.0-SNAPSHOT-sources.jar
16:34:46:154 [INFO] 
16:34:46:154 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
16:34:46:154 [INFO] Building Eclipse Collections Fork Join Utilities 11.1.0-SNAPSHOT  [7/15]
16:34:46:154 [INFO] --------------------------------[ jar ]---------------------------------
16:34:46:156 [INFO] 
16:34:46:156 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
16:34:46:157 [INFO] 
16:34:46:157 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
16:34:46:162 [INFO] 
16:34:46:162 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-forkjoin ---
16:34:46:163 [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
16:34:46:163 [INFO] 
16:34:46:163 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-forkjoin ---
16:34:46:164 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:34:46:164 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:34:46:165 [INFO] Copying 3 resources
16:34:46:166 [INFO] 
16:34:46:166 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
16:34:46:167 [INFO] Changes detected - recompiling the module!
16:34:46:168 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/classes
16:34:47:669 [INFO] 
16:34:47:669 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
16:34:47:669 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:34:47:669 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:34:47:669 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/src/test/resources
16:34:47:669 [INFO] 
16:34:47:670 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
16:34:47:671 [INFO] Changes detected - recompiling the module!
16:34:47:671 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/test-classes
16:34:48:894 [INFO] 
16:34:48:895 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
16:34:48:896 [INFO] Tests are skipped.
16:34:48:896 [INFO] 
16:34:48:896 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-forkjoin ---
16:34:48:897 [INFO] Skipping JaCoCo execution due to missing execution data file.
16:34:48:897 [INFO] 
16:34:48:897 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin ---
16:34:48:900 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.1.0-SNAPSHOT.jar
16:34:48:907 [INFO] 
16:34:48:907 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
16:34:48:910 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.1.0-SNAPSHOT-sources.jar
16:34:48:914 [INFO] 
16:34:48:914 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
16:34:48:942 [INFO] No dependency problems found
16:34:48:942 [INFO] 
16:34:48:942 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
16:34:48:943 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.1.0-SNAPSHOT/eclipse-collections-forkjoin-11.1.0-SNAPSHOT.jar
16:34:48:953 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.1.0-SNAPSHOT/eclipse-collections-forkjoin-11.1.0-SNAPSHOT.pom
16:34:48:954 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.1.0-SNAPSHOT/eclipse-collections-forkjoin-11.1.0-SNAPSHOT-sources.jar
16:34:48:955 [INFO] 
16:34:48:955 [INFO] -----------------< org.eclipse.collections:unit-tests >-----------------
16:34:48:955 [INFO] Building Eclipse Collections Unit Test Suite 11.1.0-SNAPSHOT      [8/15]
16:34:48:956 [INFO] --------------------------------[ jar ]---------------------------------
16:34:50:374 [INFO] 
16:34:50:374 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests ---
16:34:50:374 [INFO] 
16:34:50:374 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests ---
16:34:50:381 [INFO] 
16:34:50:381 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ unit-tests ---
16:34:50:381 [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
16:34:50:381 [INFO] 
16:34:50:381 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ unit-tests ---
16:34:50:382 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:34:50:382 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:34:50:382 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests/src/main/resources
16:34:50:382 [INFO] 
16:34:50:382 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests ---
16:34:50:383 [INFO] No sources to compile
16:34:50:383 [INFO] 
16:34:50:383 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.1.0-SNAPSHOT:generate (list) @ unit-tests ---
16:34:50:383 [INFO] Generating sources to unit-tests
16:34:55:477 [INFO] Generated 2196 files
16:34:55:477 [INFO] 
16:34:55:477 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ unit-tests ---
16:34:55:478 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:34:55:478 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:34:55:478 [INFO] Copying 1 resource
16:34:55:479 [INFO] 
16:34:55:479 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests ---
16:34:55:704 [INFO] Changes detected - recompiling the module!
16:34:55:706 [INFO] Compiling 2740 source files to /home/jenkins/agent/workspace/new-version/unit-tests/target/test-classes
16:35:52:186 [INFO] 
16:35:52:186 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests ---
16:35:52:190 [INFO] Tests are skipped.
16:35:52:190 [INFO] 
16:35:52:190 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ unit-tests ---
16:35:52:190 [INFO] Skipping JaCoCo execution due to missing execution data file.
16:35:52:190 [INFO] 
16:35:52:190 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests ---
16:35:52:191 [WARNING] JAR will be empty - no content was marked for inclusion!
16:35:52:192 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-11.1.0-SNAPSHOT.jar
16:35:52:195 [INFO] 
16:35:52:195 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests ---
16:35:52:196 [INFO] No sources in project. Archive not created.
16:35:52:196 [INFO] 
16:35:52:196 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests ---
16:35:53:140 [INFO] No dependency problems found
16:35:53:140 [INFO] 
16:35:53:140 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests ---
16:35:53:142 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests/11.1.0-SNAPSHOT/unit-tests-11.1.0-SNAPSHOT.jar
16:35:53:146 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests/11.1.0-SNAPSHOT/unit-tests-11.1.0-SNAPSHOT.pom
16:35:53:147 [INFO] 
16:35:53:147 [INFO] ------------< org.eclipse.collections:serialization-tests >-------------
16:35:53:147 [INFO] Building Eclipse Collections Serialization Test Suite 11.1.0-SNAPSHOT [9/15]
16:35:53:147 [INFO] --------------------------------[ jar ]---------------------------------
16:35:53:149 [INFO] 
16:35:53:149 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serialization-tests ---
16:35:53:150 [INFO] 
16:35:53:150 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ serialization-tests ---
16:35:53:152 [INFO] 
16:35:53:152 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ serialization-tests ---
16:35:53:153 [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
16:35:53:153 [INFO] 
16:35:53:153 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ serialization-tests ---
16:35:53:153 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:35:53:153 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:35:53:153 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/main/resources
16:35:53:154 [INFO] 
16:35:53:154 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ serialization-tests ---
16:35:53:154 [INFO] No sources to compile
16:35:53:154 [INFO] 
16:35:53:155 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ serialization-tests ---
16:35:53:156 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:35:53:156 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:35:53:156 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/test/resources
16:35:53:156 [INFO] 
16:35:53:156 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ serialization-tests ---
16:35:53:219 [INFO] Changes detected - recompiling the module!
16:35:53:220 [INFO] Compiling 882 source files to /home/jenkins/agent/workspace/new-version/serialization-tests/target/test-classes
16:35:56:358 [INFO] 
16:35:56:358 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ serialization-tests ---
16:35:56:360 [INFO] Tests are skipped.
16:35:56:360 [INFO] 
16:35:56:360 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ serialization-tests ---
16:35:56:360 [INFO] Skipping JaCoCo execution due to missing execution data file.
16:35:56:360 [INFO] 
16:35:56:360 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ serialization-tests ---
16:35:56:361 [WARNING] JAR will be empty - no content was marked for inclusion!
16:35:56:362 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-11.1.0-SNAPSHOT.jar
16:35:56:364 [INFO] 
16:35:56:364 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ serialization-tests ---
16:35:56:365 [INFO] No sources in project. Archive not created.
16:35:56:365 [INFO] 
16:35:56:365 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ serialization-tests ---
16:35:56:404 [INFO] No dependency problems found
16:35:56:405 [INFO] 
16:35:56:405 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serialization-tests ---
16:35:56:405 [INFO] Installing /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/serialization-tests/11.1.0-SNAPSHOT/serialization-tests-11.1.0-SNAPSHOT.jar
16:35:56:412 [INFO] Installing /home/jenkins/agent/workspace/new-version/serialization-tests/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/serialization-tests/11.1.0-SNAPSHOT/serialization-tests-11.1.0-SNAPSHOT.pom
16:35:56:413 [INFO] 
16:35:56:413 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
16:35:56:413 [INFO] Building Eclipse Collections JCStress Test Suite 11.1.0-SNAPSHOT [10/15]
16:35:56:413 [INFO] --------------------------------[ jar ]---------------------------------
16:36:01:428 [INFO] 
16:36:01:428 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
16:36:01:429 [INFO] 
16:36:01:429 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
16:36:01:434 [INFO] 
16:36:01:434 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jcstress-tests ---
16:36:01:434 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:36:01:434 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:36:01:434 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/main/resources
16:36:01:434 [INFO] 
16:36:01:434 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
16:36:01:436 [INFO] Changes detected - recompiling the module!
16:36:01:436 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/jcstress-tests/target/classes
16:36:02:789 [INFO] 
16:36:02:789 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jcstress-tests ---
16:36:02:790 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:36:02:790 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:36:02:790 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/test/resources
16:36:02:790 [INFO] 
16:36:02:790 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
16:36:02:791 [INFO] No sources to compile
16:36:02:791 [INFO] 
16:36:02:791 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
16:36:02:792 [INFO] Tests are skipped.
16:36:02:792 [INFO] 
16:36:02:792 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests ---
16:36:02:795 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.1.0-SNAPSHOT.jar
16:36:02:799 [INFO] 
16:36:02:799 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests ---
16:36:05:097 [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.1.0-SNAPSHOT in the shaded jar.
16:36:05:097 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.1.0-SNAPSHOT in the shaded jar.
16:36:05:097 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
16:36:05:097 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
16:36:06:036 [WARNING] eclipse-collections-11.1.0-SNAPSHOT.jar, eclipse-collections-api-11.1.0-SNAPSHOT.jar, jcstress-core-0.4.jar, jcstress-tests-11.1.0-SNAPSHOT.jar, jopt-simple-4.6.jar define 1 overlapping resources: 
16:36:06:036 [WARNING]   - META-INF/MANIFEST.MF
16:36:06:036 [WARNING] eclipse-collections-11.1.0-SNAPSHOT.jar, eclipse-collections-api-11.1.0-SNAPSHOT.jar define 3 overlapping resources: 
16:36:06:036 [WARNING]   - LICENSE-EDL-1.0.txt
16:36:06:036 [WARNING]   - LICENSE-EPL-1.0.txt
16:36:06:036 [WARNING]   - about.html
16:36:06:036 [WARNING] maven-shade-plugin has detected that some class files are
16:36:06:036 [WARNING] present in two or more JARs. When this happens, only one
16:36:06:036 [WARNING] single version of the class is copied to the uber jar.
16:36:06:036 [WARNING] Usually this is not harmful and you can skip these warnings,
16:36:06:036 [WARNING] otherwise try to manually exclude artifacts based on
16:36:06:036 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
16:36:06:036 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
16:36:06:041 [INFO] Replacing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress.jar with /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.1.0-SNAPSHOT-shaded.jar
16:36:06:041 [INFO] 
16:36:06:041 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests ---
16:36:06:044 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.1.0-SNAPSHOT-sources.jar
16:36:06:048 [INFO] 
16:36:06:049 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests ---
16:36:06:054 [INFO] No dependency problems found
16:36:06:055 [INFO] 
16:36:06:055 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
16:36:06:055 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/11.1.0-SNAPSHOT/jcstress-tests-11.1.0-SNAPSHOT.jar
16:36:06:060 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/11.1.0-SNAPSHOT/jcstress-tests-11.1.0-SNAPSHOT.pom
16:36:06:061 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-11.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/11.1.0-SNAPSHOT/jcstress-tests-11.1.0-SNAPSHOT-sources.jar
16:36:06:062 [INFO] 
16:36:06:062 [INFO] -------------< org.eclipse.collections:junit-trait-runner >-------------
16:36:06:062 [INFO] Building Eclipse Collections Test Trait JUnit Runner 11.1.0-SNAPSHOT [11/15]
16:36:06:062 [INFO] --------------------------------[ jar ]---------------------------------
16:36:06:064 [INFO] 
16:36:06:064 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ junit-trait-runner ---
16:36:06:064 [INFO] 
16:36:06:064 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ junit-trait-runner ---
16:36:06:066 [INFO] 
16:36:06:066 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ junit-trait-runner ---
16:36:06:067 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:36:06:067 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:36:06:067 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/main/resources
16:36:06:067 [INFO] 
16:36:06:067 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-trait-runner ---
16:36:06:068 [INFO] Changes detected - recompiling the module!
16:36:06:068 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/classes
16:36:06:677 [INFO] 
16:36:06:677 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ junit-trait-runner ---
16:36:06:677 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:36:06:677 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:36:06:677 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/test/resources
16:36:06:677 [INFO] 
16:36:06:677 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-trait-runner ---
16:36:06:678 [INFO] No sources to compile
16:36:06:678 [INFO] 
16:36:06:678 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ junit-trait-runner ---
16:36:06:680 [INFO] Tests are skipped.
16:36:06:680 [INFO] 
16:36:06:680 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ junit-trait-runner ---
16:36:06:682 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.1.0-SNAPSHOT.jar
16:36:06:685 [INFO] 
16:36:06:685 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ junit-trait-runner ---
16:36:06:687 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.1.0-SNAPSHOT-sources.jar
16:36:06:690 [INFO] 
16:36:06:690 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ junit-trait-runner ---
16:36:06:691 [INFO] No dependency problems found
16:36:06:691 [INFO] 
16:36:06:691 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ junit-trait-runner ---
16:36:06:692 [INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/11.1.0-SNAPSHOT/junit-trait-runner-11.1.0-SNAPSHOT.jar
16:36:06:696 [INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/11.1.0-SNAPSHOT/junit-trait-runner-11.1.0-SNAPSHOT.pom
16:36:06:697 [INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-11.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/11.1.0-SNAPSHOT/junit-trait-runner-11.1.0-SNAPSHOT-sources.jar
16:36:06:698 [INFO] 
16:36:06:698 [INFO] --------------< org.eclipse.collections:unit-tests-java8 >--------------
16:36:06:698 [INFO] Building Eclipse Collections Java 8 Unit Test Suite 11.1.0-SNAPSHOT [12/15]
16:36:06:698 [INFO] --------------------------------[ jar ]---------------------------------
16:36:06:735 [INFO] 
16:36:06:735 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests-java8 ---
16:36:06:736 [INFO] 
16:36:06:736 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests-java8 ---
16:36:06:739 [INFO] 
16:36:06:739 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ unit-tests-java8 ---
16:36:06:740 [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
16:36:06:740 [INFO] 
16:36:06:740 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ unit-tests-java8 ---
16:36:06:740 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:36:06:740 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:36:06:740 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/main/resources
16:36:06:740 [INFO] 
16:36:06:740 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests-java8 ---
16:36:06:741 [INFO] No sources to compile
16:36:06:741 [INFO] 
16:36:06:741 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ unit-tests-java8 ---
16:36:06:742 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:36:06:742 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:36:06:742 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/test/resources
16:36:06:742 [INFO] 
16:36:06:742 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests-java8 ---
16:36:06:754 [INFO] Changes detected - recompiling the module!
16:36:06:755 [INFO] Compiling 169 source files to /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/test-classes
16:36:12:580 [INFO] 
16:36:12:580 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests-java8 ---
16:36:12:581 [INFO] Tests are skipped.
16:36:12:581 [INFO] 
16:36:12:581 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ unit-tests-java8 ---
16:36:12:582 [INFO] Skipping JaCoCo execution due to missing execution data file.
16:36:12:582 [INFO] 
16:36:12:582 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests-java8 ---
16:36:12:582 [WARNING] JAR will be empty - no content was marked for inclusion!
16:36:12:583 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-11.1.0-SNAPSHOT.jar
16:36:12:585 [INFO] 
16:36:12:585 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests-java8 ---
16:36:12:586 [INFO] No sources in project. Archive not created.
16:36:12:586 [INFO] 
16:36:12:586 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests-java8 ---
16:36:12:607 [INFO] No dependency problems found
16:36:12:607 [INFO] 
16:36:12:607 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests-java8 ---
16:36:12:608 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests-java8/11.1.0-SNAPSHOT/unit-tests-java8-11.1.0-SNAPSHOT.jar
16:36:12:623 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests-java8/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests-java8/11.1.0-SNAPSHOT/unit-tests-java8-11.1.0-SNAPSHOT.pom
16:36:12:624 [INFO] 
16:36:12:624 [INFO] ---------------< org.eclipse.collections:test-coverage >----------------
16:36:12:624 [INFO] Building Eclipse Collections Test Coverage Aggregation 11.1.0-SNAPSHOT [13/15]
16:36:12:624 [INFO] --------------------------------[ pom ]---------------------------------
16:36:12:626 [INFO] 
16:36:12:626 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ test-coverage ---
16:36:12:626 [INFO] 
16:36:12:626 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ test-coverage ---
16:36:12:628 [INFO] 
16:36:12:628 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ test-coverage ---
16:36:12:628 [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
16:36:12:629 [INFO] 
16:36:12:629 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ test-coverage ---
16:36:12:629 [INFO] Skipping JaCoCo execution due to missing execution data file.
16:36:12:629 [INFO] 
16:36:12:629 [INFO] --- jacoco-maven-plugin:0.8.7:report-aggregate (default-report) @ test-coverage ---
16:36:13:172 [INFO] Analyzed bundle 'eclipse-collections-api' with 360 classes
16:36:15:180 [INFO] Analyzed bundle 'eclipse-collections' with 3667 classes
16:36:19:210 [INFO] Analyzed bundle 'eclipse-collections-testutils' with 3 classes
16:36:19:225 [INFO] 
16:36:19:225 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ test-coverage ---
16:36:19:226 [INFO] Skipping pom project
16:36:19:226 [INFO] 
16:36:19:226 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ test-coverage ---
16:36:19:226 [INFO] Installing /home/jenkins/agent/workspace/new-version/test-coverage/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/test-coverage/11.1.0-SNAPSHOT/test-coverage-11.1.0-SNAPSHOT.pom
16:36:19:231 [INFO] 
16:36:19:231 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
16:36:19:231 [INFO] Building Eclipse Collections p2 Repository Build 11.1.0-SNAPSHOT [14/15]
16:36:19:231 [INFO] --------------------------------[ pom ]---------------------------------
16:36:19:245 [INFO] 
16:36:19:245 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
16:36:19:255 [INFO] 
16:36:19:255 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
16:36:19:291 [INFO] 
16:36:19:291 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository ---
16:36:19:413 [INFO] Skipping pom project
16:36:19:413 [INFO] 
16:36:19:413 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
16:36:19:425 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/p2-repository/11.1.0-SNAPSHOT/p2-repository-11.1.0-SNAPSHOT.pom
16:36:19:427 [INFO] 
16:36:19:427 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
16:36:19:427 [INFO] Building Eclipse Collections OSGi Bundle 11.1.0-SNAPSHOT         [15/15]
16:36:19:427 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
16:36:19:634 [INFO] 
16:36:19:634 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
16:36:19:634 [INFO] 
16:36:19:634 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
16:36:27:706 [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

16:36:27:706 [WARNING] Fallback to default timestamp provider
16:36:27:710 [INFO] The project's OSGi version is 11.1.0.v20211124-1633
16:36:27:710 [INFO] 
16:36:27:710 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections ---
16:36:27:711 [INFO] 
16:36:27:711 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
16:36:27:714 [INFO] 
16:36:27:714 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.collections ---
16:36:27:756 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:36:27:756 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:36:27:759 [INFO] Copying 2 resources
16:36:27:763 [INFO] 
16:36:27:763 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
16:36:27:786 [INFO] No sources to compile
16:36:27:786 [INFO] 
16:36:27:786 [INFO] --- ebr-maven-plugin:1.3.0:bundle (default-bundle) @ org.eclipse.collections ---
16:36:27:793 [INFO] Gathering dependencies
16:36:27:797 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:11.1.0-SNAPSHOT:jar
16:36:27:802 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:11.1.0-SNAPSHOT:jar
16:36:27:802 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
16:36:28:611 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
16:36:28:837 [INFO] Merging collected dependencies
16:36:28:841 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:36:28:841 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:36:28:920 [INFO] Copying 5293 resources
16:36:29:958 [INFO] Generating OSGi MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0-SNAPSHOT.jar
16:36:33:939 [INFO] Gathering sources
16:36:33:940 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:11.1.0-SNAPSHOT:jar
16:36:33:941 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:11.1.0-SNAPSHOT:jar
16:36:33:941 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-11.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
16:36:34:518 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-11.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
16:36:34:891 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:36:34:891 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:36:34:892 [INFO] Copying 2 resources
16:36:34:892 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0-SNAPSHOT-sources.jar
16:36:40:268 [INFO] Assembling p2 repository
16:36:41:057 [INFO] 
16:36:41:057 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
16:36:41:058 [INFO] 
16:36:41:058 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections ---
16:36:41:981 [INFO] No dependency problems found
16:36:41:981 [INFO] 
16:36:41:981 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
16:36:41:982 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/11.1.0-SNAPSHOT/org.eclipse.collections-11.1.0-SNAPSHOT.jar
16:36:41:991 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/11.1.0-SNAPSHOT/org.eclipse.collections-11.1.0-SNAPSHOT.pom
16:36:41:992 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/11.1.0-SNAPSHOT/org.eclipse.collections-11.1.0-SNAPSHOT-sources.jar
16:36:41:996 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/p2content.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/11.1.0-SNAPSHOT/org.eclipse.collections-11.1.0-SNAPSHOT-p2metadata.xml
16:36:41:997 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/p2artifacts.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/11.1.0-SNAPSHOT/org.eclipse.collections-11.1.0-SNAPSHOT-p2artifacts.xml
16:36:41:998 [INFO] 
16:36:41:998 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
16:36:41:999 [INFO] ------------------------------------------------------------------------
16:36:41:999 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.1.0-SNAPSHOT:
16:36:41:999 [INFO] 
16:36:41:999 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  6.407 s]
16:36:41:999 [INFO] Eclipse Collections Code Generator ................. SUCCESS [ 10.532 s]
16:36:41:999 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [ 12.605 s]
16:36:41:999 [INFO] Eclipse Collections API ............................ SUCCESS [ 14.342 s]
16:36:41:999 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 36.404 s]
16:36:41:999 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  3.265 s]
16:36:41:999 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  2.801 s]
16:36:41:999 [INFO] Eclipse Collections Unit Test Suite ................ SUCCESS [01:04 min]
16:36:41:999 [INFO] Eclipse Collections Serialization Test Suite ....... SUCCESS [  3.266 s]
16:36:41:999 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  9.649 s]
16:36:42:000 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SUCCESS [  0.636 s]
16:36:42:000 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SUCCESS [  5.926 s]
16:36:42:000 [INFO] Eclipse Collections Test Coverage Aggregation ...... SUCCESS [  6.607 s]
16:36:42:000 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.196 s]
16:36:42:000 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 22.572 s]
16:36:42:000 [INFO] ------------------------------------------------------------------------
16:36:42:000 [INFO] BUILD SUCCESS
16:36:42:000 [INFO] ------------------------------------------------------------------------
16:36:42:000 [INFO] Total time:  03:20 min
16:36:42:000 [INFO] Finished at: 2021-11-24T16:36:42Z
16:36:42:000 [INFO] ------------------------------------------------------------------------
[new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f /home/jenkins/agent/workspace/new-version/p2-feature/pom.xml org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=11.1.0-SNAPSHOT -Dcollections.repository.url=file:/home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/repository
Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
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.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
16:36:43:653 [INFO] Error stacktraces are turned on.
16:36:43:742 [INFO] Scanning for projects...
16:36:52:864 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml
16:36:53:023 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B)
16:36:53:127 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
16:36:53:143 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
16:36:53:258 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
16:36:53:386 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
16:36:53:493 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
16:36:53:600 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
16:36:53:715 [INFO] Adding repository file:/home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/repository
16:36:53:740 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml
16:36:54:738 [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB)
16:36:54:858 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml
16:36:54:874 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml
16:36:54:883 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml
16:36:54:907 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml
16:36:54:908 [INFO] ------------------------------------------------------------------------
16:36:54:908 [INFO] Reactor Build Order:
16:36:54:908 [INFO] 
16:36:54:909 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
16:36:54:909 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
16:36:54:909 [INFO] p2-repository                                       [eclipse-repository]
16:36:55:551 [INFO] 
16:36:55:551 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
16:36:55:551 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT [1/3]
16:36:55:551 [INFO] --------------------------------[ pom ]---------------------------------
16:36:55:553 [INFO] 
16:36:55:554 [INFO] --- tycho-versions-plugin:2.5.0:set-version (default-cli) @ p2-feature ---
16:36:59:445 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature
16:36:59:451 [INFO]   pom.xml//project/version: 11.0.0-SNAPSHOT => 11.1.0-SNAPSHOT
16:36:59:453 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature
16:36:59:453 [INFO]   feature.xml//feature/@version: 11.0.0.qualifier => 11.1.0.qualifier
16:36:59:453 [INFO]   pom.xml//project/parent/version: 11.0.0-SNAPSHOT => 11.1.0-SNAPSHOT
16:36:59:454 [INFO]   pom.xml//project/version: 11.0.0-SNAPSHOT => 11.1.0-SNAPSHOT
16:36:59:454 [INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository
16:36:59:467 [INFO]   category.xml//site/feature[@id=org.eclipse.collections.feature]/@version: 11.0.0.qualifier => 11.1.0.qualifier
16:36:59:470 [INFO]   category.xml//site/feature[@id=org.eclipse.collections.feature]/@url: features/org.eclipse.collections.feature_11.0.0.qualifier.jar => features/org.eclipse.collections.feature_11.1.0.qualifier.jar
16:36:59:470 [INFO]   category.xml//site/feature[@id=org.eclipse.collections.feature.source]/@version: 11.0.0.qualifier => 11.1.0.qualifier
16:36:59:470 [INFO]   category.xml//site/feature[@id=org.eclipse.collections.feature.source]/@url: features/org.eclipse.collections.feature.source_11.0.0.qualifier.jar => features/org.eclipse.collections.feature.source_11.1.0.qualifier.jar
16:36:59:470 [INFO]   pom.xml//project/parent/version: 11.0.0-SNAPSHOT => 11.1.0-SNAPSHOT
16:36:59:470 [INFO]   pom.xml//project/version: 11.0.0-SNAPSHOT => 11.1.0-SNAPSHOT
16:36:59:472 [INFO] ------------------------------------------------------------------------
16:36:59:472 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT:
16:36:59:472 [INFO] 
16:36:59:472 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  3.922 s]
16:36:59:472 [INFO] org.eclipse.collections.feature .................... SKIPPED
16:36:59:472 [INFO] p2-repository ...................................... SKIPPED
16:36:59:473 [INFO] ------------------------------------------------------------------------
16:36:59:473 [INFO] BUILD SUCCESS
16:36:59:473 [INFO] ------------------------------------------------------------------------
16:36:59:473 [INFO] Total time:  15.800 s
16:36:59:473 [INFO] Finished at: 2021-11-24T16:36:59Z
16:36:59:473 [INFO] ------------------------------------------------------------------------
[new-version] $ /bin/sh -xe /tmp/jenkins9979817595421241930.sh
+ git checkout origin/master
HEAD is now at 2a74b95f Release version 11.0.0.
M	acceptance-tests/pom.xml
M	eclipse-collections-api/pom.xml
M	eclipse-collections-code-generator-maven-plugin/pom.xml
M	eclipse-collections-code-generator/pom.xml
M	eclipse-collections-forkjoin/pom.xml
M	eclipse-collections-testutils/pom.xml
M	eclipse-collections/pom.xml
M	jcstress-tests/pom.xml
M	jmh-scala-tests/pom.xml
M	jmh-tests/pom.xml
M	junit-trait-runner/pom.xml
M	p2-feature/org.eclipse.collections.feature/feature.xml
M	p2-feature/org.eclipse.collections.feature/pom.xml
M	p2-feature/org.eclipse.collections.repository/category.xml
M	p2-feature/org.eclipse.collections.repository/pom.xml
M	p2-feature/pom.xml
M	p2-repository/org.eclipse.collections/pom.xml
M	p2-repository/pom.xml
M	performance-tests/pom.xml
M	pom.xml
M	scala-unit-tests/pom.xml
M	serialization-tests/pom.xml
M	test-coverage/pom.xml
M	unit-tests-java8/pom.xml
M	unit-tests/pom.xml
+ git config --global user.email collections-bot@eclipse.org
+ git config --global user.name 'Eclipse Collections Bot'
+ git add -u '*.xml'
+ git commit -m 'Update version number to 11.1.0-SNAPSHOT.'
[detached HEAD e6fad8aa] Update version number to 11.1.0-SNAPSHOT.
 25 files changed, 26 insertions(+), 26 deletions(-)
The recommended git tool is: NONE
using credential github-bot-ssh
Pushing HEAD to branch master at repo origin
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/new-version@tmp/jenkins-gitclient-ssh6520413396555611938.key
 > git push git@github.com:eclipse/eclipse-collections.git HEAD:master # timeout=10
Finished: SUCCESS