Skip to content

Console Output

Started by user Nikhil Nanivadekar
Running as Nikhil Nanivadekar
Agent basic-g19mm is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-g19mm"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-g19mm"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
        \ -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-g19mm"
    - 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.2.1"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    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
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  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-g19mm in workspace /home/jenkins/agent/workspace/new-version
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
using GIT_SSH to set credentials GitHub bot SSH
 > 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
 > git config remote.origin.url git@github.com:eclipse/eclipse-collections.git # timeout=10
Fetching upstream changes from git@github.com:eclipse/eclipse-collections.git
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse/eclipse-collections.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision fff14f615a4e22a22963382a7b548362349e4356 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fff14f615a4e22a22963382a7b548362349e4356 # timeout=10
Commit message: "Release version 10.3.0.M2."
 > git rev-list --no-walk fff14f615a4e22a22963382a7b548362349e4356 # timeout=10
[new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DNEXT_VERSION=10.3.0 -DRELEASE_BRANCH=master -Dmaven.repo.local=/home/jenkins/agent/workspace/new-version/.repository versions:set -DgenerateBackupPoms=false -DnewVersion=10.3.0-SNAPSHOT
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
13:47:25:192 [INFO] Error stacktraces are turned on.
13:47:25:416 [INFO] Scanning for projects...
13:47:56:244 [INFO] ------------------------------------------------------------------------
13:47:56:244 [INFO] Reactor Build Order:
13:47:56:244 [INFO] 
13:47:56:245 [INFO] Eclipse Collections Parent Project                                 [pom]
13:47:56:245 [INFO] Eclipse Collections Code Generator                                 [jar]
13:47:56:245 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
13:47:56:246 [INFO] Eclipse Collections API                                            [jar]
13:47:56:246 [INFO] Eclipse Collections Main Library                                   [jar]
13:47:56:246 [INFO] Eclipse Collections Test Utilities                                 [jar]
13:47:56:246 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
13:47:56:246 [INFO] Eclipse Collections Unit Test Suite                                [jar]
13:47:56:247 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
13:47:56:247 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
13:47:56:247 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
13:47:56:247 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
13:47:56:247 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
13:47:56:247 [INFO] Eclipse Collections p2 Repository Build                            [pom]
13:47:56:248 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
13:47:56:248 [INFO] Eclipse Collections Scala Unit Test Suite                          [jar]
13:47:56:248 [INFO] Eclipse Collections JMH Scala Test Suite                           [jar]
13:47:56:248 [INFO] Eclipse Collections JMH Test Suite                                 [jar]
13:47:56:632 [INFO] 
13:47:56:632 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
13:47:56:632 [INFO] Building Eclipse Collections Parent Project 10.3.0.M2             [1/18]
13:47:56:632 [INFO] --------------------------------[ pom ]---------------------------------
13:47:56:636 [INFO] 
13:47:56:636 [INFO] --- versions-maven-plugin:2.7:set (default-cli) @ eclipse-collections-parent ---
13:47:58:509 [INFO] Searching for local aggregator root...
13:47:58:509 [INFO] Local aggregation root: /home/jenkins/agent/workspace/new-version
13:47:58:512 [INFO] Processing change of org.eclipse.collections:eclipse-collections-parent:10.3.0.M2 -> 10.3.0-SNAPSHOT
13:47:58:558 [INFO] Processing org.eclipse.collections:eclipse-collections-parent
13:47:58:558 [INFO]     Updating project org.eclipse.collections:eclipse-collections-parent
13:47:58:558 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
13:47:58:694 [INFO] 
13:47:58:696 [INFO] Processing org.eclipse.collections:acceptance-tests
13:47:58:696 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:47:58:696 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
13:47:58:708 [INFO] 
13:47:58:709 [INFO] Processing org.eclipse.collections:eclipse-collections-api
13:47:58:709 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:47:58:710 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
13:47:58:720 [INFO] 
13:47:58:721 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator-maven-plugin
13:47:58:721 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:47:58:722 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
13:47:58:733 [INFO] 
13:47:58:734 [INFO] Processing org.eclipse.collections:eclipse-collections-code-generator
13:47:58:734 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:47:58:735 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
13:47:58:742 [INFO] 
13:47:58:743 [INFO] Processing org.eclipse.collections:eclipse-collections-forkjoin
13:47:58:743 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:47:58:743 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
13:47:58:753 [INFO] 
13:47:58:754 [INFO] Processing org.eclipse.collections:eclipse-collections-testutils
13:47:58:754 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:47:58:754 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
13:47:58:788 [INFO] 
13:47:58:789 [INFO] Processing org.eclipse.collections:eclipse-collections
13:47:58:789 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:47:58:789 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
13:47:58:799 [INFO] 
13:47:58:800 [INFO] Processing org.eclipse.collections:jcstress-tests
13:47:58:800 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:47:58:800 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
13:47:58:807 [INFO] 
13:47:58:808 [INFO] Processing org.eclipse.collections:jmh-scala-tests
13:47:58:808 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:47:58:809 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
13:47:58:816 [INFO] 
13:47:58:817 [INFO] Processing org.eclipse.collections:jmh-tests
13:47:58:817 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:47:58:817 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
13:47:58:831 [INFO] 
13:47:58:832 [INFO] Processing org.eclipse.collections:junit-trait-runner
13:47:58:832 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:47:58:832 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
13:47:58:836 [INFO] 
13:47:58:837 [INFO] Processing org.eclipse.collections:p2-repository
13:47:58:837 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:47:58:838 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
13:47:58:857 [INFO] 
13:47:58:857 [INFO] Processing org.eclipse.collections:performance-tests
13:47:58:858 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:47:58:858 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
13:47:58:884 [INFO] 
13:47:58:884 [INFO] Processing org.eclipse.collections:scala-unit-tests
13:47:58:885 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:47:58:885 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
13:47:58:910 [INFO] 
13:47:58:911 [INFO] Processing org.eclipse.collections:serialization-tests
13:47:58:911 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:47:58:911 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
13:47:58:917 [INFO] 
13:47:58:918 [INFO] Processing org.eclipse.collections:test-coverage
13:47:58:918 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:47:58:918 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
13:47:58:926 [INFO] 
13:47:58:927 [INFO] Processing org.eclipse.collections:unit-tests-java8
13:47:58:927 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:47:58:927 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
13:47:58:933 [INFO] 
13:47:58:934 [INFO] Processing org.eclipse.collections:unit-tests
13:47:58:934 [INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
13:47:58:934 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
13:47:58:942 [INFO] 
13:47:58:944 [INFO] Processing org.eclipse.collections:org.eclipse.collections
13:47:58:944 [INFO]     Updating parent org.eclipse.collections:p2-repository
13:47:58:944 [INFO]         from version 10.3.0.M2 to 10.3.0-SNAPSHOT
13:47:58:946 [INFO] 
13:47:58:946 [INFO] ------------------------------------------------------------------------
13:47:58:946 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.3.0.M2:
13:47:58:946 [INFO] 
13:47:58:947 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  2.314 s]
13:47:58:947 [INFO] Eclipse Collections Code Generator ................. SKIPPED
13:47:58:947 [INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED
13:47:58:947 [INFO] Eclipse Collections API ............................ SKIPPED
13:47:58:947 [INFO] Eclipse Collections Main Library ................... SKIPPED
13:47:58:947 [INFO] Eclipse Collections Test Utilities ................. SKIPPED
13:47:58:947 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED
13:47:58:947 [INFO] Eclipse Collections Unit Test Suite ................ SKIPPED
13:47:58:948 [INFO] Eclipse Collections Serialization Test Suite ....... SKIPPED
13:47:58:948 [INFO] Eclipse Collections JCStress Test Suite ............ SKIPPED
13:47:58:948 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SKIPPED
13:47:58:948 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SKIPPED
13:47:58:948 [INFO] Eclipse Collections Test Coverage Aggregation ...... SKIPPED
13:47:58:948 [INFO] Eclipse Collections p2 Repository Build ............ SKIPPED
13:47:58:948 [INFO] Eclipse Collections OSGi Bundle .................... SKIPPED
13:47:58:948 [INFO] Eclipse Collections Scala Unit Test Suite .......... SKIPPED
13:47:58:948 [INFO] Eclipse Collections JMH Scala Test Suite ........... SKIPPED
13:47:58:948 [INFO] Eclipse Collections JMH Test Suite ................. SKIPPED
13:47:58:949 [INFO] ------------------------------------------------------------------------
13:47:58:949 [INFO] BUILD SUCCESS
13:47:58:949 [INFO] ------------------------------------------------------------------------
13:47:58:949 [INFO] Total time:  33.735 s
13:47:58:949 [INFO] Finished at: 2020-07-15T13:47:58Z
13:47:58:949 [INFO] ------------------------------------------------------------------------
[new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DNEXT_VERSION=10.3.0 -DRELEASE_BRANCH=master -Dmaven.repo.local=/home/jenkins/agent/workspace/new-version/.repository -DskipTests=true clean install
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
13:47:59:704 [INFO] Error stacktraces are turned on.
13:47:59:912 [INFO] Scanning for projects...
13:48:00:993 [INFO] ------------------------------------------------------------------------
13:48:00:994 [INFO] Reactor Build Order:
13:48:00:994 [INFO] 
13:48:00:995 [INFO] Eclipse Collections Parent Project                                 [pom]
13:48:00:995 [INFO] Eclipse Collections Code Generator                                 [jar]
13:48:00:996 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
13:48:00:996 [INFO] Eclipse Collections API                                            [jar]
13:48:00:996 [INFO] Eclipse Collections Main Library                                   [jar]
13:48:00:997 [INFO] Eclipse Collections Test Utilities                                 [jar]
13:48:00:997 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
13:48:00:998 [INFO] Eclipse Collections Unit Test Suite                                [jar]
13:48:00:998 [INFO] Eclipse Collections Serialization Test Suite                       [jar]
13:48:00:998 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
13:48:00:998 [INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
13:48:00:999 [INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
13:48:00:999 [INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
13:48:00:999 [INFO] Eclipse Collections p2 Repository Build                            [pom]
13:48:00:999 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
13:48:00:999 [INFO] Eclipse Collections Scala Unit Test Suite                          [jar]
13:48:01:000 [INFO] Eclipse Collections JMH Scala Test Suite                           [jar]
13:48:01:000 [INFO] Eclipse Collections JMH Test Suite                                 [jar]
13:48:01:004 [INFO] 
13:48:01:004 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
13:48:01:004 [INFO] Building Eclipse Collections Parent Project 10.3.0-SNAPSHOT       [1/18]
13:48:01:004 [INFO] --------------------------------[ pom ]---------------------------------
13:48:01:444 [INFO] 
13:48:01:444 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
13:48:01:501 [INFO] 
13:48:01:501 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
13:48:01:885 [INFO] 
13:48:01:885 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
13:48:02:948 [INFO] Skipping pom project
13:48:02:949 [INFO] 
13:48:02:949 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
13:48:03:044 [INFO] Installing /home/jenkins/agent/workspace/new-version/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-parent/10.3.0-SNAPSHOT/eclipse-collections-parent-10.3.0-SNAPSHOT.pom
13:48:03:049 [INFO] 
13:48:03:049 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
13:48:03:049 [INFO] Building Eclipse Collections Code Generator 10.3.0-SNAPSHOT       [2/18]
13:48:03:049 [INFO] --------------------------------[ jar ]---------------------------------
13:48:03:379 [INFO] 
13:48:03:379 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
13:48:03:380 [INFO] 
13:48:03:380 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
13:48:03:389 [INFO] 
13:48:03:389 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator ---
13:48:03:501 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:48:03:512 [INFO] Copying 355 resources
13:48:03:625 [INFO] 
13:48:03:625 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
13:48:03:911 [INFO] Changes detected - recompiling the module!
13:48:03:921 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/classes
13:48:04:650 [INFO] 
13:48:04:650 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
13:48:04:652 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:48:04:652 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/src/test/resources
13:48:04:652 [INFO] 
13:48:04:652 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
13:48:04:661 [INFO] Changes detected - recompiling the module!
13:48:04:661 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/test-classes
13:48:05:046 [INFO] 
13:48:05:046 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
13:48:05:291 [INFO] Tests are skipped.
13:48:05:291 [INFO] 
13:48:05:291 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
13:48:05:609 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0-SNAPSHOT.jar
13:48:05:716 [INFO] 
13:48:05:716 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
13:48:05:802 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0-SNAPSHOT-sources.jar
13:48:05:920 [INFO] 
13:48:05:920 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
13:48:05:946 [INFO] No dependency problems found
13:48:05:946 [INFO] 
13:48:05:947 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
13:48:05:949 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.3.0-SNAPSHOT/eclipse-collections-code-generator-10.3.0-SNAPSHOT.jar
13:48:05:951 [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/10.3.0-SNAPSHOT/eclipse-collections-code-generator-10.3.0-SNAPSHOT.pom
13:48:05:953 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.3.0-SNAPSHOT/eclipse-collections-code-generator-10.3.0-SNAPSHOT-sources.jar
13:48:05:956 [INFO] 
13:48:05:956 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
13:48:05:956 [INFO] Building Eclipse Collections Code Generator Maven Plugin 10.3.0-SNAPSHOT [3/18]
13:48:05:957 [INFO] ----------------------------[ maven-plugin ]----------------------------
13:48:06:650 [INFO] 
13:48:06:650 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
13:48:06:650 [INFO] 
13:48:06:651 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
13:48:06:672 [INFO] 
13:48:06:672 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
13:48:06:673 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:48:06:673 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/main/resources
13:48:06:673 [INFO] 
13:48:06:673 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
13:48:06:676 [INFO] Changes detected - recompiling the module!
13:48:06:676 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/classes
13:48:07:020 [INFO] 
13:48:07:020 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
13:48:08:622 [INFO] Using 'UTF-8' encoding to read mojo source files.
13:48:08:669 [INFO] java-javadoc mojo extractor found 1 mojo descriptor.
13:48:08:729 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
13:48:08:783 [INFO] 
13:48:08:783 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
13:48:08:785 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:48:08:785 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/test/resources
13:48:08:785 [INFO] 
13:48:08:785 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
13:48:08:787 [INFO] No sources to compile
13:48:08:787 [INFO] 
13:48:08:787 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
13:48:08:789 [INFO] Tests are skipped.
13:48:08:789 [INFO] 
13:48:08:789 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
13:48:08:792 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.3.0-SNAPSHOT.jar
13:48:08:800 [INFO] 
13:48:08:800 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
13:48:08:801 [INFO] 
13:48:08:801 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
13:48:08:804 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.3.0-SNAPSHOT-sources.jar
13:48:08:823 [INFO] 
13:48:08:823 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
13:48:08:827 [INFO] No dependency problems found
13:48:08:827 [INFO] 
13:48:08:827 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
13:48:08:828 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.3.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-10.3.0-SNAPSHOT.jar
13:48:08:830 [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/10.3.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-10.3.0-SNAPSHOT.pom
13:48:08:843 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.3.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-10.3.0-SNAPSHOT-sources.jar
13:48:08:845 [INFO] 
13:48:08:845 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
13:48:08:846 [INFO] Building Eclipse Collections API 10.3.0-SNAPSHOT                  [4/18]
13:48:08:846 [INFO] --------------------------------[ jar ]---------------------------------
13:48:08:914 [INFO] 
13:48:08:914 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
13:48:08:914 [INFO] 
13:48:08:914 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
13:48:08:917 [INFO] 
13:48:08:917 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0-SNAPSHOT:generate (default) @ eclipse-collections-api ---
13:48:08:924 [INFO] Generating sources to eclipse-collections-api
13:48:09:685 [INFO] Generated 1171 files
13:48:09:685 [INFO] 
13:48:09:686 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api ---
13:48:09:687 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:48:09:687 [INFO] Copying 3 resources
13:48:09:688 [INFO] 
13:48:09:688 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
13:48:09:861 [INFO] Changes detected - recompiling the module!
13:48:09:862 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/classes
13:48:13:413 [INFO] 
13:48:13:413 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api ---
13:48:15:188 [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.
13:48:15:188 [WARNING] Cannot consider developer in line '81' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
13:48:15:188 [WARNING] Cannot consider developer in line '86' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
13:48:15:189 [WARNING] Cannot consider developer in line '91' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
13:48:15:189 [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.
13:48:15:759 [INFO] 
13:48:15:759 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api ---
13:48:15:760 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:48:15:760 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-api/src/test/resources
13:48:15:761 [INFO] 
13:48:15:761 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
13:48:15:762 [INFO] No sources to compile
13:48:15:762 [INFO] 
13:48:15:762 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
13:48:15:764 [INFO] Tests are skipped.
13:48:15:764 [INFO] 
13:48:15:764 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api ---
13:48:15:878 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.3.0-SNAPSHOT.jar
13:48:16:022 [INFO] 
13:48:16:022 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
13:48:16:056 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.3.0-SNAPSHOT-sources.jar
13:48:16:324 [INFO] 
13:48:16:324 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
13:48:16:484 [INFO] No dependency problems found
13:48:16:484 [INFO] 
13:48:16:484 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
13:48:16:486 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-api/10.3.0-SNAPSHOT/eclipse-collections-api-10.3.0-SNAPSHOT.jar
13:48:16:488 [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/10.3.0-SNAPSHOT/eclipse-collections-api-10.3.0-SNAPSHOT.pom
13:48:16:490 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-api/10.3.0-SNAPSHOT/eclipse-collections-api-10.3.0-SNAPSHOT-sources.jar
13:48:16:492 [INFO] 
13:48:16:492 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
13:48:16:493 [INFO] Building Eclipse Collections Main Library 10.3.0-SNAPSHOT         [5/18]
13:48:16:493 [INFO] --------------------------------[ jar ]---------------------------------
13:48:16:494 [INFO] 
13:48:16:495 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
13:48:16:495 [INFO] 
13:48:16:495 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
13:48:16:497 [INFO] 
13:48:16:497 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0-SNAPSHOT:generate (default) @ eclipse-collections ---
13:48:16:498 [INFO] Generating sources to eclipse-collections
13:48:19:143 [INFO] Generated 1438 files
13:48:19:143 [INFO] 
13:48:19:143 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections ---
13:48:19:144 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:48:19:145 [INFO] Copying 24 resources
13:48:19:150 [INFO] 
13:48:19:150 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
13:48:19:325 [INFO] Changes detected - recompiling the module!
13:48:19:326 [INFO] Compiling 2093 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/classes
13:48:43:903 [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
13:48:43:904 [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
13:48:43:904 [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
13:48:43:904 [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
13:48:43:905 [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
13:48:43:905 [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
13:48:43:905 [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
13:48:43:906 [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
13:48:43:906 [INFO] 
13:48:43:906 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections ---
13:48:43:986 [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.
13:48:43:986 [WARNING] Cannot consider developer in line '81' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
13:48:43:986 [WARNING] Cannot consider developer in line '86' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
13:48:43:987 [WARNING] Cannot consider developer in line '91' of file '/home/jenkins/agent/workspace/new-version/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
13:48:43:987 [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.
13:48:46:104 [INFO] 
13:48:46:104 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections ---
13:48:46:105 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:48:46:105 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections/src/test/resources
13:48:46:106 [INFO] 
13:48:46:106 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
13:48:46:107 [INFO] No sources to compile
13:48:46:107 [INFO] 
13:48:46:107 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
13:48:46:108 [INFO] Tests are skipped.
13:48:46:108 [INFO] 
13:48:46:108 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections ---
13:48:46:385 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.3.0-SNAPSHOT.jar
13:48:47:007 [INFO] 
13:48:47:007 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections ---
13:48:47:079 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.3.0-SNAPSHOT-sources.jar
13:48:47:621 [INFO] 
13:48:47:621 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections ---
13:48:48:372 [INFO] No dependency problems found
13:48:48:372 [INFO] 
13:48:48:372 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
13:48:48:373 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections/10.3.0-SNAPSHOT/eclipse-collections-10.3.0-SNAPSHOT.jar
13:48:48:387 [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/10.3.0-SNAPSHOT/eclipse-collections-10.3.0-SNAPSHOT.pom
13:48:48:389 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections/10.3.0-SNAPSHOT/eclipse-collections-10.3.0-SNAPSHOT-sources.jar
13:48:48:392 [INFO] 
13:48:48:392 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
13:48:48:392 [INFO] Building Eclipse Collections Test Utilities 10.3.0-SNAPSHOT       [6/18]
13:48:48:393 [INFO] --------------------------------[ jar ]---------------------------------
13:48:48:764 [INFO] 
13:48:48:764 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
13:48:48:765 [INFO] 
13:48:48:765 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
13:48:48:770 [INFO] 
13:48:48:770 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-testutils ---
13:48:51:659 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/jacoco.exec
13:48:51:660 [INFO] 
13:48:51:660 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils ---
13:48:51:661 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:48:51:661 [INFO] Copying 3 resources
13:48:51:662 [INFO] 
13:48:51:662 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
13:48:51:664 [INFO] Changes detected - recompiling the module!
13:48:51:665 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/classes
13:48:52:563 [INFO] 
13:48:52:563 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils ---
13:48:52:564 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:48:52:564 [INFO] Copying 1 resource
13:48:52:564 [INFO] 
13:48:52:564 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
13:48:52:566 [INFO] Changes detected - recompiling the module!
13:48:52:566 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/test-classes
13:48:54:032 [INFO] 
13:48:54:032 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
13:48:54:033 [INFO] Tests are skipped.
13:48:54:033 [INFO] 
13:48:54:034 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils ---
13:48:54:036 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0-SNAPSHOT.jar
13:48:54:041 [INFO] 
13:48:54:042 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
13:48:54:044 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0-SNAPSHOT-sources.jar
13:48:54:050 [INFO] 
13:48:54:050 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
13:48:54:059 [INFO] No dependency problems found
13:48:54:059 [INFO] 
13:48:54:059 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
13:48:54:060 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-testutils/10.3.0-SNAPSHOT/eclipse-collections-testutils-10.3.0-SNAPSHOT.jar
13:48:54:064 [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/10.3.0-SNAPSHOT/eclipse-collections-testutils-10.3.0-SNAPSHOT.pom
13:48:54:066 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-testutils/10.3.0-SNAPSHOT/eclipse-collections-testutils-10.3.0-SNAPSHOT-sources.jar
13:48:54:067 [INFO] 
13:48:54:067 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
13:48:54:067 [INFO] Building Eclipse Collections Fork Join Utilities 10.3.0-SNAPSHOT  [7/18]
13:48:54:068 [INFO] --------------------------------[ jar ]---------------------------------
13:48:54:070 [INFO] 
13:48:54:070 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
13:48:54:070 [INFO] 
13:48:54:070 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
13:48:54:074 [INFO] 
13:48:54:074 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-forkjoin ---
13:48:54:075 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/jacoco.exec
13:48:54:075 [INFO] 
13:48:54:075 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin ---
13:48:54:076 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:48:54:076 [INFO] Copying 3 resources
13:48:54:077 [INFO] 
13:48:54:077 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
13:48:54:078 [INFO] Changes detected - recompiling the module!
13:48:54:079 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/classes
13:48:54:751 [INFO] 
13:48:54:751 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
13:48:54:752 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:48:54:752 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/src/test/resources
13:48:54:752 [INFO] 
13:48:54:752 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
13:48:54:753 [INFO] Changes detected - recompiling the module!
13:48:54:754 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/test-classes
13:48:55:593 [INFO] 
13:48:55:593 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
13:48:55:594 [INFO] Tests are skipped.
13:48:55:594 [INFO] 
13:48:55:594 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin ---
13:48:55:597 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0-SNAPSHOT.jar
13:48:55:606 [INFO] 
13:48:55:606 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
13:48:55:609 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0-SNAPSHOT-sources.jar
13:48:55:613 [INFO] 
13:48:55:613 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
13:48:55:621 [INFO] No dependency problems found
13:48:55:621 [INFO] 
13:48:55:621 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
13:48:55:622 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.3.0-SNAPSHOT/eclipse-collections-forkjoin-10.3.0-SNAPSHOT.jar
13:48:55:623 [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/10.3.0-SNAPSHOT/eclipse-collections-forkjoin-10.3.0-SNAPSHOT.pom
13:48:55:624 [INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.3.0-SNAPSHOT/eclipse-collections-forkjoin-10.3.0-SNAPSHOT-sources.jar
13:48:55:630 [INFO] 
13:48:55:630 [INFO] -----------------< org.eclipse.collections:unit-tests >-----------------
13:48:55:630 [INFO] Building Eclipse Collections Unit Test Suite 10.3.0-SNAPSHOT      [8/18]
13:48:55:630 [INFO] --------------------------------[ jar ]---------------------------------
13:48:55:755 [INFO] 
13:48:55:755 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests ---
13:48:55:756 [INFO] 
13:48:55:756 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests ---
13:48:55:762 [INFO] 
13:48:55:762 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ unit-tests ---
13:48:55:762 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/unit-tests/target/jacoco.exec
13:48:55:763 [INFO] 
13:48:55:763 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests ---
13:48:55:764 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:48:55:764 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests/src/main/resources
13:48:55:764 [INFO] 
13:48:55:764 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests ---
13:48:55:765 [INFO] No sources to compile
13:48:55:765 [INFO] 
13:48:55:765 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0-SNAPSHOT:generate (list) @ unit-tests ---
13:48:55:765 [INFO] Generating sources to unit-tests
13:48:59:994 [INFO] Generated 2196 files
13:48:59:994 [INFO] 
13:48:59:994 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests ---
13:48:59:995 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:48:59:995 [INFO] Copying 1 resource
13:48:59:996 [INFO] 
13:48:59:996 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests ---
13:49:00:217 [INFO] Changes detected - recompiling the module!
13:49:00:218 [INFO] Compiling 2720 source files to /home/jenkins/agent/workspace/new-version/unit-tests/target/test-classes
13:51:55:312 [INFO] 
13:51:55:312 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests ---
13:51:55:325 [INFO] Tests are skipped.
13:51:55:325 [INFO] 
13:51:55:325 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests ---
13:51:55:326 [WARNING] JAR will be empty - no content was marked for inclusion!
13:51:55:326 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-10.3.0-SNAPSHOT.jar
13:51:55:329 [INFO] 
13:51:55:329 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests ---
13:51:55:330 [INFO] No sources in project. Archive not created.
13:51:55:330 [INFO] 
13:51:55:330 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests ---
13:51:55:828 [INFO] No dependency problems found
13:51:55:828 [INFO] 
13:51:55:828 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests ---
13:51:55:829 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests/10.3.0-SNAPSHOT/unit-tests-10.3.0-SNAPSHOT.jar
13:51:55:830 [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/10.3.0-SNAPSHOT/unit-tests-10.3.0-SNAPSHOT.pom
13:51:55:832 [INFO] 
13:51:55:832 [INFO] ------------< org.eclipse.collections:serialization-tests >-------------
13:51:55:832 [INFO] Building Eclipse Collections Serialization Test Suite 10.3.0-SNAPSHOT [9/18]
13:51:55:832 [INFO] --------------------------------[ jar ]---------------------------------
13:51:55:834 [INFO] 
13:51:55:834 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serialization-tests ---
13:51:55:834 [INFO] 
13:51:55:834 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ serialization-tests ---
13:51:55:837 [INFO] 
13:51:55:837 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ serialization-tests ---
13:51:55:838 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/serialization-tests/target/jacoco.exec
13:51:55:838 [INFO] 
13:51:55:838 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ serialization-tests ---
13:51:55:839 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:51:55:839 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/main/resources
13:51:55:839 [INFO] 
13:51:55:839 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ serialization-tests ---
13:51:55:840 [INFO] No sources to compile
13:51:55:840 [INFO] 
13:51:55:840 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ serialization-tests ---
13:51:55:841 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:51:55:841 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/test/resources
13:51:55:841 [INFO] 
13:51:55:841 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ serialization-tests ---
13:51:55:900 [INFO] Changes detected - recompiling the module!
13:51:55:901 [INFO] Compiling 882 source files to /home/jenkins/agent/workspace/new-version/serialization-tests/target/test-classes
13:51:59:128 [INFO] 
13:51:59:128 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ serialization-tests ---
13:51:59:130 [INFO] Tests are skipped.
13:51:59:130 [INFO] 
13:51:59:130 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ serialization-tests ---
13:51:59:131 [WARNING] JAR will be empty - no content was marked for inclusion!
13:51:59:132 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-10.3.0-SNAPSHOT.jar
13:51:59:134 [INFO] 
13:51:59:134 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ serialization-tests ---
13:51:59:135 [INFO] No sources in project. Archive not created.
13:51:59:135 [INFO] 
13:51:59:135 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ serialization-tests ---
13:51:59:173 [INFO] No dependency problems found
13:51:59:173 [INFO] 
13:51:59:173 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serialization-tests ---
13:51:59:174 [INFO] Installing /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/serialization-tests/10.3.0-SNAPSHOT/serialization-tests-10.3.0-SNAPSHOT.jar
13:51:59:175 [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/10.3.0-SNAPSHOT/serialization-tests-10.3.0-SNAPSHOT.pom
13:51:59:177 [INFO] 
13:51:59:177 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
13:51:59:177 [INFO] Building Eclipse Collections JCStress Test Suite 10.3.0-SNAPSHOT [10/18]
13:51:59:177 [INFO] --------------------------------[ jar ]---------------------------------
13:51:59:512 [INFO] 
13:51:59:512 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
13:51:59:512 [INFO] 
13:51:59:513 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
13:51:59:518 [INFO] 
13:51:59:518 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests ---
13:51:59:518 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:51:59:518 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/main/resources
13:51:59:519 [INFO] 
13:51:59:519 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
13:51:59:520 [INFO] Changes detected - recompiling the module!
13:51:59:521 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/jcstress-tests/target/classes
13:52:00:418 [INFO] 
13:52:00:418 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests ---
13:52:00:419 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:52:00:419 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/test/resources
13:52:00:419 [INFO] 
13:52:00:419 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
13:52:00:420 [INFO] No sources to compile
13:52:00:420 [INFO] 
13:52:00:420 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
13:52:00:422 [INFO] Tests are skipped.
13:52:00:422 [INFO] 
13:52:00:422 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests ---
13:52:00:425 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.3.0-SNAPSHOT.jar
13:52:00:429 [INFO] 
13:52:00:429 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests ---
13:52:01:113 [INFO] Including org.eclipse.collections:eclipse-collections:jar:10.3.0-SNAPSHOT in the shaded jar.
13:52:01:113 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.3.0-SNAPSHOT in the shaded jar.
13:52:01:113 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
13:52:01:114 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
13:52:02:091 [WARNING] eclipse-collections-10.3.0-SNAPSHOT.jar, eclipse-collections-api-10.3.0-SNAPSHOT.jar, jcstress-core-0.4.jar, jcstress-tests-10.3.0-SNAPSHOT.jar, jopt-simple-4.6.jar define 1 overlapping resources: 
13:52:02:091 [WARNING]   - META-INF/MANIFEST.MF
13:52:02:091 [WARNING] eclipse-collections-10.3.0-SNAPSHOT.jar, eclipse-collections-api-10.3.0-SNAPSHOT.jar define 3 overlapping resources: 
13:52:02:092 [WARNING]   - LICENSE-EDL-1.0.txt
13:52:02:092 [WARNING]   - LICENSE-EPL-1.0.txt
13:52:02:092 [WARNING]   - about.html
13:52:02:092 [WARNING] maven-shade-plugin has detected that some class files are
13:52:02:092 [WARNING] present in two or more JARs. When this happens, only one
13:52:02:092 [WARNING] single version of the class is copied to the uber jar.
13:52:02:092 [WARNING] Usually this is not harmful and you can skip these warnings,
13:52:02:092 [WARNING] otherwise try to manually exclude artifacts based on
13:52:02:092 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
13:52:02:092 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
13:52:02:097 [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-10.3.0-SNAPSHOT-shaded.jar
13:52:02:097 [INFO] 
13:52:02:097 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests ---
13:52:02:101 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.3.0-SNAPSHOT-sources.jar
13:52:02:105 [INFO] 
13:52:02:105 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests ---
13:52:02:112 [INFO] No dependency problems found
13:52:02:112 [INFO] 
13:52:02:112 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
13:52:02:113 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/10.3.0-SNAPSHOT/jcstress-tests-10.3.0-SNAPSHOT.jar
13:52:02:115 [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/10.3.0-SNAPSHOT/jcstress-tests-10.3.0-SNAPSHOT.pom
13:52:02:116 [INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/10.3.0-SNAPSHOT/jcstress-tests-10.3.0-SNAPSHOT-sources.jar
13:52:02:117 [INFO] 
13:52:02:117 [INFO] -------------< org.eclipse.collections:junit-trait-runner >-------------
13:52:02:117 [INFO] Building Eclipse Collections Test Trait JUnit Runner 10.3.0-SNAPSHOT [11/18]
13:52:02:117 [INFO] --------------------------------[ jar ]---------------------------------
13:52:02:119 [INFO] 
13:52:02:119 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ junit-trait-runner ---
13:52:02:119 [INFO] 
13:52:02:119 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ junit-trait-runner ---
13:52:02:121 [INFO] 
13:52:02:121 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ junit-trait-runner ---
13:52:02:122 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:52:02:122 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/main/resources
13:52:02:122 [INFO] 
13:52:02:122 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-trait-runner ---
13:52:02:124 [INFO] Changes detected - recompiling the module!
13:52:02:124 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/classes
13:52:02:524 [INFO] 
13:52:02:524 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ junit-trait-runner ---
13:52:02:525 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:52:02:525 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/test/resources
13:52:02:525 [INFO] 
13:52:02:525 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-trait-runner ---
13:52:02:526 [INFO] No sources to compile
13:52:02:526 [INFO] 
13:52:02:526 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ junit-trait-runner ---
13:52:02:527 [INFO] Tests are skipped.
13:52:02:527 [INFO] 
13:52:02:527 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ junit-trait-runner ---
13:52:02:529 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.3.0-SNAPSHOT.jar
13:52:02:532 [INFO] 
13:52:02:532 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ junit-trait-runner ---
13:52:02:534 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.3.0-SNAPSHOT-sources.jar
13:52:02:537 [INFO] 
13:52:02:537 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ junit-trait-runner ---
13:52:02:539 [INFO] No dependency problems found
13:52:02:539 [INFO] 
13:52:02:539 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ junit-trait-runner ---
13:52:02:540 [INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/10.3.0-SNAPSHOT/junit-trait-runner-10.3.0-SNAPSHOT.jar
13:52:02:541 [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/10.3.0-SNAPSHOT/junit-trait-runner-10.3.0-SNAPSHOT.pom
13:52:02:543 [INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/10.3.0-SNAPSHOT/junit-trait-runner-10.3.0-SNAPSHOT-sources.jar
13:52:02:545 [INFO] 
13:52:02:545 [INFO] --------------< org.eclipse.collections:unit-tests-java8 >--------------
13:52:02:545 [INFO] Building Eclipse Collections Java 8 Unit Test Suite 10.3.0-SNAPSHOT [12/18]
13:52:02:545 [INFO] --------------------------------[ jar ]---------------------------------
13:52:02:638 [INFO] 
13:52:02:638 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests-java8 ---
13:52:02:638 [INFO] 
13:52:02:638 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests-java8 ---
13:52:02:642 [INFO] 
13:52:02:642 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ unit-tests-java8 ---
13:52:02:642 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/unit-tests-java8/target/jacoco.exec
13:52:02:642 [INFO] 
13:52:02:642 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests-java8 ---
13:52:02:643 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:52:02:643 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/main/resources
13:52:02:643 [INFO] 
13:52:02:643 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests-java8 ---
13:52:02:644 [INFO] No sources to compile
13:52:02:644 [INFO] 
13:52:02:644 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests-java8 ---
13:52:02:645 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:52:02:645 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/test/resources
13:52:02:645 [INFO] 
13:52:02:645 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests-java8 ---
13:52:02:659 [INFO] Changes detected - recompiling the module!
13:52:02:659 [INFO] Compiling 169 source files to /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/test-classes
13:52:08:869 [INFO] 
13:52:08:869 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests-java8 ---
13:52:08:870 [INFO] Tests are skipped.
13:52:08:870 [INFO] 
13:52:08:870 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ unit-tests-java8 ---
13:52:08:871 [WARNING] JAR will be empty - no content was marked for inclusion!
13:52:08:872 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-10.3.0-SNAPSHOT.jar
13:52:08:874 [INFO] 
13:52:08:874 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ unit-tests-java8 ---
13:52:08:875 [INFO] No sources in project. Archive not created.
13:52:08:875 [INFO] 
13:52:08:875 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ unit-tests-java8 ---
13:52:08:896 [INFO] No dependency problems found
13:52:08:896 [INFO] 
13:52:08:896 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests-java8 ---
13:52:08:897 [INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests-java8/10.3.0-SNAPSHOT/unit-tests-java8-10.3.0-SNAPSHOT.jar
13:52:08:898 [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/10.3.0-SNAPSHOT/unit-tests-java8-10.3.0-SNAPSHOT.pom
13:52:08:899 [INFO] 
13:52:08:899 [INFO] ---------------< org.eclipse.collections:test-coverage >----------------
13:52:08:899 [INFO] Building Eclipse Collections Test Coverage Aggregation 10.3.0-SNAPSHOT [13/18]
13:52:08:899 [INFO] --------------------------------[ pom ]---------------------------------
13:52:08:901 [INFO] 
13:52:08:901 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ test-coverage ---
13:52:08:902 [INFO] 
13:52:08:902 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ test-coverage ---
13:52:08:904 [INFO] 
13:52:08:904 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ test-coverage ---
13:52:08:904 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/test-coverage/target/jacoco.exec
13:52:08:905 [INFO] 
13:52:08:905 [INFO] --- jacoco-maven-plugin:0.8.5:report-aggregate (default-report) @ test-coverage ---
13:52:09:442 [INFO] Analyzed bundle 'eclipse-collections-api' with 356 classes
13:52:11:206 [INFO] Analyzed bundle 'eclipse-collections' with 3658 classes
13:52:15:018 [INFO] Analyzed bundle 'eclipse-collections-testutils' with 2 classes
13:52:15:031 [INFO] 
13:52:15:031 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ test-coverage ---
13:52:15:033 [INFO] Skipping pom project
13:52:15:033 [INFO] 
13:52:15:033 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ test-coverage ---
13:52:15:033 [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/10.3.0-SNAPSHOT/test-coverage-10.3.0-SNAPSHOT.pom
13:52:15:039 [INFO] 
13:52:15:039 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
13:52:15:039 [INFO] Building Eclipse Collections p2 Repository Build 10.3.0-SNAPSHOT [14/18]
13:52:15:039 [INFO] --------------------------------[ pom ]---------------------------------
13:52:15:049 [INFO] 
13:52:15:049 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
13:52:15:058 [INFO] 
13:52:15:058 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
13:52:15:093 [INFO] 
13:52:15:093 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository ---
13:52:15:215 [INFO] Skipping pom project
13:52:15:215 [INFO] 
13:52:15:216 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
13:52:15:226 [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/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT.pom
13:52:15:228 [INFO] 
13:52:15:228 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
13:52:15:228 [INFO] Building Eclipse Collections OSGi Bundle 10.3.0-SNAPSHOT         [15/18]
13:52:15:228 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
13:52:15:902 [INFO] 
13:52:15:902 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
13:52:15:903 [INFO] 
13:52:15:903 [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
13:52:18:513 [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

13:52:18:513 [WARNING] Fallback to default timestamp provider
13:52:18:517 [INFO] The project's OSGi version is 10.3.0.v20200715-1347
13:52:18:517 [INFO] 
13:52:18:517 [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.collections ---
13:52:18:518 [INFO] 
13:52:18:518 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
13:52:18:522 [INFO] 
13:52:18:522 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections ---
13:52:18:548 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:52:18:550 [INFO] Copying 2 resources
13:52:18:554 [INFO] 
13:52:18:554 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
13:52:18:593 [INFO] No sources to compile
13:52:18:593 [INFO] 
13:52:18:593 [INFO] --- ebr-maven-plugin:1.0.0:bundle (default-bundle) @ org.eclipse.collections ---
13:52:18:600 [INFO] Gathering dependencies
13:52:18:605 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:10.3.0-SNAPSHOT:jar
13:52:18:610 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:10.3.0-SNAPSHOT:jar
13:52:18:610 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.3.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/**/*.*"
13:52:19:580 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.3.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/**/*.*"
13:52:19:835 [INFO] Merging collected dependencies
13:52:19:838 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:52:19:910 [INFO] Copying 5283 resources
13:52:21:100 [INFO] Generating OSGi MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0-SNAPSHOT.jar
13:52:25:366 [INFO] Gathering sources
13:52:25:367 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:10.3.0-SNAPSHOT:jar
13:52:25:368 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:10.3.0-SNAPSHOT:jar
13:52:25:369 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.3.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/**/*.*"
13:52:26:063 [INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.3.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/**/*.*"
13:52:26:518 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:52:26:518 [INFO] Copying 2 resources
13:52:26:519 [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-10.3.0-SNAPSHOT-sources.jar
13:52:32:194 [INFO] Assembling p2 repository
13:52:33:045 [INFO] 
13:52:33:045 [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
13:52:33:046 [INFO] 
13:52:33:046 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections ---
13:52:33:922 [INFO] No dependency problems found
13:52:33:922 [INFO] 
13:52:33:923 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
13:52:33:924 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0-SNAPSHOT/org.eclipse.collections-10.3.0-SNAPSHOT.jar
13:52:33:930 [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/10.3.0-SNAPSHOT/org.eclipse.collections-10.3.0-SNAPSHOT.pom
13:52:33:931 [INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0-SNAPSHOT/org.eclipse.collections-10.3.0-SNAPSHOT-sources.jar
13:52:33:936 [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/10.3.0-SNAPSHOT/org.eclipse.collections-10.3.0-SNAPSHOT-p2metadata.xml
13:52:33:937 [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/10.3.0-SNAPSHOT/org.eclipse.collections-10.3.0-SNAPSHOT-p2artifacts.xml
13:52:33:939 [INFO] 
13:52:33:939 [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
13:52:33:940 [INFO] 
13:52:33:940 [INFO] --------------< org.eclipse.collections:scala-unit-tests >--------------
13:52:33:940 [INFO] Building Eclipse Collections Scala Unit Test Suite 10.3.0-SNAPSHOT [16/18]
13:52:33:941 [INFO] --------------------------------[ jar ]---------------------------------
13:52:34:482 [INFO] 
13:52:34:482 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scala-unit-tests ---
13:52:34:483 [INFO] 
13:52:34:483 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ scala-unit-tests ---
13:52:34:486 [INFO] 
13:52:34:486 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scala-unit-tests ---
13:52:34:487 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:52:34:487 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/scala-unit-tests/src/main/resources
13:52:34:487 [INFO] 
13:52:34:487 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ scala-unit-tests ---
13:52:34:488 [INFO] No sources to compile
13:52:34:489 [INFO] 
13:52:34:489 [INFO] --- scala-maven-plugin:4.3.1:compile (default) @ scala-unit-tests ---
13:52:38:822 [INFO] compile in 0.0 s
13:52:38:822 [INFO] No sources to compile
13:52:38:822 [INFO] 
13:52:38:822 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scala-unit-tests ---
13:52:38:823 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:52:38:823 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/scala-unit-tests/src/test/resources
13:52:38:823 [INFO] 
13:52:38:823 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ scala-unit-tests ---
13:52:38:824 [INFO] No sources to compile
13:52:38:824 [INFO] 
13:52:38:824 [INFO] --- scala-maven-plugin:4.3.1:testCompile (default) @ scala-unit-tests ---
13:52:40:991 [INFO] Using incremental compilation using Mixed compile order
13:52:41:135 [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.12-1.3.2-bin_2.12.6__52.0-1.3.2_20200115T025827.jar
13:52:41:135 [INFO] Compiler bridge file is not installed yet
warning: there were three deprecation warnings (since 2.12.0); re-run with -deprecation for details
warning: there were three feature warnings; re-run with -feature for details
two warnings found
13:52:48:761 [INFO] Compiler bridge installed
13:52:49:069 [INFO] Compiling 42 Scala sources to /home/jenkins/agent/workspace/new-version/scala-unit-tests/target/test-classes ...
13:52:52:704 [WARNING] [Warn] : there were 11 deprecation warnings; re-run with -deprecation for details
13:52:52:704 [WARNING] [Warn] : there were 15 feature warnings; re-run with -feature for details
13:52:52:707 [WARNING] two warnings found
13:52:52:736 [INFO] Done compiling.
13:52:53:294 [INFO] compile in 14.5 s
13:52:53:295 [INFO] 
13:52:53:295 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ scala-unit-tests ---
13:52:53:297 [INFO] Tests are skipped.
13:52:53:297 [INFO] 
13:52:53:297 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ scala-unit-tests ---
13:52:53:298 [WARNING] JAR will be empty - no content was marked for inclusion!
13:52:53:299 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/scala-unit-tests/target/scala-unit-tests-10.3.0-SNAPSHOT.jar
13:52:53:302 [INFO] 
13:52:53:302 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ scala-unit-tests ---
13:52:53:303 [INFO] No sources in project. Archive not created.
13:52:53:303 [INFO] 
13:52:53:303 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ scala-unit-tests ---
13:52:53:327 [INFO] No dependency problems found
13:52:53:327 [INFO] 
13:52:53:328 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scala-unit-tests ---
13:52:53:329 [INFO] Installing /home/jenkins/agent/workspace/new-version/scala-unit-tests/target/scala-unit-tests-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/scala-unit-tests/10.3.0-SNAPSHOT/scala-unit-tests-10.3.0-SNAPSHOT.jar
13:52:53:451 [INFO] Installing /home/jenkins/agent/workspace/new-version/scala-unit-tests/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/scala-unit-tests/10.3.0-SNAPSHOT/scala-unit-tests-10.3.0-SNAPSHOT.pom
13:52:53:682 [INFO] 
13:52:53:682 [INFO] --------------< org.eclipse.collections:jmh-scala-tests >---------------
13:52:53:682 [INFO] Building Eclipse Collections JMH Scala Test Suite 10.3.0-SNAPSHOT [17/18]
13:52:53:682 [INFO] --------------------------------[ jar ]---------------------------------
13:52:53:684 [INFO] 
13:52:53:684 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jmh-scala-tests ---
13:52:53:685 [INFO] 
13:52:53:685 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jmh-scala-tests ---
13:52:53:691 [INFO] 
13:52:53:691 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jmh-scala-tests ---
13:52:53:692 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:52:53:692 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-scala-tests/src/main/resources
13:52:53:692 [INFO] 
13:52:53:692 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jmh-scala-tests ---
13:52:53:693 [INFO] No sources to compile
13:52:53:693 [INFO] 
13:52:53:693 [INFO] --- scala-maven-plugin:4.3.1:compile (default) @ jmh-scala-tests ---
13:52:53:698 [INFO] Using incremental compilation using Mixed compile order
13:52:53:699 [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.12-1.3.2-bin_2.12.6__52.0-1.3.2_20200115T025827.jar
13:52:53:705 [INFO] Compiling 12 Scala sources to /home/jenkins/agent/workspace/new-version/jmh-scala-tests/target/classes ...
13:52:58:393 [INFO] Done compiling.
13:52:58:414 [INFO] compile in 4.7 s
13:52:58:414 [INFO] 
13:52:58:414 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jmh-scala-tests ---
13:52:58:415 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:52:58:415 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-scala-tests/src/test/resources
13:52:58:416 [INFO] 
13:52:58:416 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jmh-scala-tests ---
13:52:58:417 [INFO] No sources to compile
13:52:58:417 [INFO] 
13:52:58:417 [INFO] --- scala-maven-plugin:4.3.1:testCompile (default) @ jmh-scala-tests ---
13:52:58:419 [INFO] compile in 0.0 s
13:52:58:419 [INFO] No sources to compile
13:52:58:419 [INFO] 
13:52:58:419 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jmh-scala-tests ---
13:52:58:421 [INFO] Tests are skipped.
13:52:58:421 [INFO] 
13:52:58:421 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jmh-scala-tests ---
13:52:58:426 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-scala-tests/target/jmh-scala-tests-10.3.0-SNAPSHOT.jar
13:52:58:431 [INFO] 
13:52:58:431 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jmh-scala-tests ---
13:52:58:436 [INFO] No dependency problems found
13:52:58:436 [INFO] 
13:52:58:436 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jmh-scala-tests ---
13:52:58:437 [INFO] Installing /home/jenkins/agent/workspace/new-version/jmh-scala-tests/target/jmh-scala-tests-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jmh-scala-tests/10.3.0-SNAPSHOT/jmh-scala-tests-10.3.0-SNAPSHOT.jar
13:52:58:629 [INFO] Installing /home/jenkins/agent/workspace/new-version/jmh-scala-tests/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jmh-scala-tests/10.3.0-SNAPSHOT/jmh-scala-tests-10.3.0-SNAPSHOT.pom
13:52:58:676 [INFO] 
13:52:58:676 [INFO] -----------------< org.eclipse.collections:jmh-tests >------------------
13:52:58:676 [INFO] Building Eclipse Collections JMH Test Suite 10.3.0-SNAPSHOT      [18/18]
13:52:58:677 [INFO] --------------------------------[ jar ]---------------------------------
13:52:59:718 [INFO] 
13:52:59:718 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jmh-tests ---
13:52:59:719 [INFO] 
13:52:59:719 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jmh-tests ---
13:52:59:744 [INFO] 
13:52:59:744 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jmh-tests ---
13:52:59:745 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:52:59:745 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-tests/src/main/resources
13:52:59:745 [INFO] 
13:52:59:745 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jmh-tests ---
13:52:59:838 [INFO] Changes detected - recompiling the module!
13:52:59:839 [INFO] Compiling 65 source files to /home/jenkins/agent/workspace/new-version/jmh-tests/target/classes
13:53:06:872 [INFO] 
13:53:06:872 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jmh-tests ---
13:53:06:873 [INFO] Using 'UTF-8' encoding to copy filtered resources.
13:53:06:873 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-tests/src/test/resources
13:53:06:874 [INFO] 
13:53:06:874 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jmh-tests ---
13:53:06:876 [INFO] No sources to compile
13:53:06:876 [INFO] 
13:53:06:876 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jmh-tests ---
13:53:06:877 [INFO] Tests are skipped.
13:53:06:877 [INFO] 
13:53:06:877 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jmh-tests ---
13:53:06:932 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.3.0-SNAPSHOT.jar
13:53:07:145 [INFO] 
13:53:07:145 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jmh-tests ---
13:53:07:146 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.3.0-SNAPSHOT in the shaded jar.
13:53:07:146 [INFO] Including org.eclipse.collections:eclipse-collections:jar:10.3.0-SNAPSHOT in the shaded jar.
13:53:07:147 [INFO] Including org.eclipse.collections:eclipse-collections-forkjoin:jar:10.3.0-SNAPSHOT in the shaded jar.
13:53:07:147 [INFO] Including org.eclipse.collections:eclipse-collections-testutils:jar:10.3.0-SNAPSHOT in the shaded jar.
13:53:07:147 [INFO] Including org.eclipse.collections:jmh-scala-tests:jar:10.3.0-SNAPSHOT in the shaded jar.
13:53:07:147 [INFO] Including org.scala-lang:scala-library:jar:2.12.6 in the shaded jar.
13:53:07:147 [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
13:53:07:147 [INFO] Including com.google.guava:guava:jar:28.2-jre in the shaded jar.
13:53:07:148 [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar.
13:53:07:148 [INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar.
13:53:07:148 [INFO] Including com.google.code.findbugs:jsr305:jar:3.0.2 in the shaded jar.
13:53:07:148 [INFO] Including org.checkerframework:checker-qual:jar:2.10.0 in the shaded jar.
13:53:07:148 [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.3.4 in the shaded jar.
13:53:07:148 [INFO] Including com.google.j2objc:j2objc-annotations:jar:1.3 in the shaded jar.
13:53:07:148 [INFO] Including junit:junit:jar:4.12 in the shaded jar.
13:53:07:149 [INFO] Including org.hamcrest:hamcrest-core:jar:1.3 in the shaded jar.
13:53:07:149 [INFO] Including org.openjdk.jmh:jmh-core:jar:1.23 in the shaded jar.
13:53:07:149 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
13:53:07:149 [INFO] Including org.apache.commons:commons-math3:jar:3.2 in the shaded jar.
13:53:07:149 [INFO] Including com.carrotsearch:hppc:jar:0.8.1 in the shaded jar.
13:53:07:149 [INFO] Including net.openhft:koloboke-api-jdk8:jar:0.6.8 in the shaded jar.
13:53:07:149 [INFO] Including net.openhft:koloboke-impl-jdk8:jar:0.6.8 in the shaded jar.
13:53:07:149 [INFO] Including net.sf.trove4j:trove4j:jar:3.0.3 in the shaded jar.
13:53:10:796 [WARNING] commons-lang-2.6.jar, commons-math3-3.2.jar define 2 overlapping resources: 
13:53:10:796 [WARNING]   - META-INF/LICENSE.txt
13:53:10:796 [WARNING]   - META-INF/NOTICE.txt
13:53:10:797 [WARNING] checker-qual-2.10.0.jar, commons-lang-2.6.jar, commons-math3-3.2.jar, eclipse-collections-10.3.0-SNAPSHOT.jar, eclipse-collections-api-10.3.0-SNAPSHOT.jar, eclipse-collections-forkjoin-10.3.0-SNAPSHOT.jar, eclipse-collections-testutils-10.3.0-SNAPSHOT.jar, error_prone_annotations-2.3.4.jar, failureaccess-1.0.1.jar, guava-28.2-jre.jar, hamcrest-core-1.3.jar, hppc-0.8.1.jar, j2objc-annotations-1.3.jar, jmh-core-1.23.jar, jmh-scala-tests-10.3.0-SNAPSHOT.jar, jmh-tests-10.3.0-SNAPSHOT.jar, jopt-simple-4.6.jar, jsr305-3.0.2.jar, junit-4.12.jar, koloboke-api-jdk8-0.6.8.jar, koloboke-impl-jdk8-0.6.8.jar, listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, scala-library-2.12.6.jar, trove4j-3.0.3.jar define 1 overlapping resources: 
13:53:10:797 [WARNING]   - META-INF/MANIFEST.MF
13:53:10:797 [WARNING] eclipse-collections-10.3.0-SNAPSHOT.jar, eclipse-collections-api-10.3.0-SNAPSHOT.jar, eclipse-collections-forkjoin-10.3.0-SNAPSHOT.jar, eclipse-collections-testutils-10.3.0-SNAPSHOT.jar define 3 overlapping resources: 
13:53:10:798 [WARNING]   - LICENSE-EDL-1.0.txt
13:53:10:798 [WARNING]   - LICENSE-EPL-1.0.txt
13:53:10:798 [WARNING]   - about.html
13:53:10:798 [WARNING] maven-shade-plugin has detected that some class files are
13:53:10:798 [WARNING] present in two or more JARs. When this happens, only one
13:53:10:798 [WARNING] single version of the class is copied to the uber jar.
13:53:10:798 [WARNING] Usually this is not harmful and you can skip these warnings,
13:53:10:798 [WARNING] otherwise try to manually exclude artifacts based on
13:53:10:798 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
13:53:10:798 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
13:53:10:813 [INFO] Replacing /home/jenkins/agent/workspace/new-version/jmh-tests/target/microbenchmarks.jar with /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.3.0-SNAPSHOT-shaded.jar
13:53:10:813 [INFO] 
13:53:10:813 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jmh-tests ---
13:53:10:823 [INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.3.0-SNAPSHOT-sources.jar
13:53:11:019 [INFO] 
13:53:11:019 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jmh-tests ---
13:53:11:197 [INFO] No dependency problems found
13:53:11:197 [INFO] 
13:53:11:197 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jmh-tests ---
13:53:11:199 [INFO] Installing /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jmh-tests/10.3.0-SNAPSHOT/jmh-tests-10.3.0-SNAPSHOT.jar
13:53:11:204 [INFO] Installing /home/jenkins/agent/workspace/new-version/jmh-tests/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jmh-tests/10.3.0-SNAPSHOT/jmh-tests-10.3.0-SNAPSHOT.pom
13:53:11:205 [INFO] Installing /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jmh-tests/10.3.0-SNAPSHOT/jmh-tests-10.3.0-SNAPSHOT-sources.jar
13:53:11:207 [INFO] ------------------------------------------------------------------------
13:53:11:208 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.3.0-SNAPSHOT:
13:53:11:208 [INFO] 
13:53:11:208 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  2.045 s]
13:53:11:208 [INFO] Eclipse Collections Code Generator ................. SUCCESS [  2.907 s]
13:53:11:208 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  2.889 s]
13:53:11:208 [INFO] Eclipse Collections API ............................ SUCCESS [  7.647 s]
13:53:11:209 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 31.900 s]
13:53:11:209 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  5.675 s]
13:53:11:209 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  1.563 s]
13:53:11:209 [INFO] Eclipse Collections Unit Test Suite ................ SUCCESS [03:00 min]
13:53:11:209 [INFO] Eclipse Collections Serialization Test Suite ....... SUCCESS [  3.345 s]
13:53:11:209 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  2.940 s]
13:53:11:210 [INFO] Eclipse Collections Test Trait JUnit Runner ........ SUCCESS [  0.428 s]
13:53:11:210 [INFO] Eclipse Collections Java 8 Unit Test Suite ......... SUCCESS [  6.354 s]
13:53:11:210 [INFO] Eclipse Collections Test Coverage Aggregation ...... SUCCESS [  6.140 s]
13:53:11:210 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.189 s]
13:53:11:210 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 18.712 s]
13:53:11:210 [INFO] Eclipse Collections Scala Unit Test Suite .......... SUCCESS [ 19.742 s]
13:53:11:211 [INFO] Eclipse Collections JMH Scala Test Suite ........... SUCCESS [  4.994 s]
13:53:11:211 [INFO] Eclipse Collections JMH Test Suite ................. SUCCESS [ 12.531 s]
13:53:11:211 [INFO] ------------------------------------------------------------------------
13:53:11:211 [INFO] BUILD SUCCESS
13:53:11:211 [INFO] ------------------------------------------------------------------------
13:53:11:211 [INFO] Total time:  05:11 min
13:53:11:212 [INFO] Finished at: 2020-07-15T13:53:11Z
13:53:11:212 [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=10.3.0-SNAPSHOT -Dcollections.repository.url=file:/home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/repository
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
13:53:13:204 [INFO] Error stacktraces are turned on.
13:53:13:399 [INFO] Scanning for projects...
13:53:28:934 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml
13:53:29:065 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/
13:53:29:169 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
13:53:29:403 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
13:53:29:404 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
13:53:29:639 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
13:53:29:640 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
13:53:29:896 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
13:53:29:897 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
13:53:30:033 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
13:53:30:033 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
13:53:30:215 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
13:53:30:328 [INFO] Adding repository file:/home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/repository
13:53:30:345 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml
13:53:31:709 [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)
13:53:31:711 [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)
13:53:31:820 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.feature/pom.xml
13:53:31:834 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml
13:53:31:840 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml
13:53:31:845 [INFO] {osgi.os=*, osgi.ws=*, org.eclipse.update.install.features=true, osgi.arch=*}
13:53:31:845 [ERROR] Cannot resolve project dependencies:
13:53:31:846 [ERROR]   Software being installed: p2-repository raw:10.1.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):10.1.0-SNAPSHOT
13:53:31:846 [ERROR]   Missing requirement: p2-repository raw:10.1.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):10.1.0-SNAPSHOT requires 'org.eclipse.equinox.p2.iu; org.eclipse.collections.feature.feature.group [10.3.0,10.3.1)' but it could not be found
13:53:31:847 [ERROR] 
13:53:31:847 [ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
13:53:31:847 [ERROR] Cannot resolve dependencies of MavenProject: org.eclipse.collections:p2-repository:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml: See log for details -> [Help 1]
org.apache.maven.MavenExecutionException: Cannot resolve dependencies of MavenProject: org.eclipse.collections:p2-repository:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml
    at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:100)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:264)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.eclipse.tycho.artifacts.DependencyResolutionException: Cannot resolve dependencies of MavenProject: org.eclipse.collections:p2-repository:10.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/new-version/p2-feature/org.eclipse.collections.repository/pom.xml
    at org.eclipse.tycho.p2.resolver.P2ResolverImpl.resolveDependencies (P2ResolverImpl.java:201)
    at org.eclipse.tycho.p2.resolver.P2ResolverImpl.resolveDependencies (P2ResolverImpl.java:115)
    at org.eclipse.tycho.p2.resolver.P2DependencyResolver.doResolveDependencies (P2DependencyResolver.java:367)
    at org.eclipse.tycho.p2.resolver.P2DependencyResolver.resolveDependencies (P2DependencyResolver.java:335)
    at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:117)
    at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:95)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:264)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.eclipse.tycho.p2.util.resolution.ResolverException: See log for details
    at org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategy.resolve (ProjectorResolutionStrategy.java:88)
    at org.eclipse.tycho.p2.util.resolution.AbstractResolutionStrategy.resolve (AbstractResolutionStrategy.java:42)
    at org.eclipse.tycho.p2.resolver.P2ResolverImpl.resolveDependencies (P2ResolverImpl.java:194)
    at org.eclipse.tycho.p2.resolver.P2ResolverImpl.resolveDependencies (P2ResolverImpl.java:115)
    at org.eclipse.tycho.p2.resolver.P2DependencyResolver.doResolveDependencies (P2DependencyResolver.java:367)
    at org.eclipse.tycho.p2.resolver.P2DependencyResolver.resolveDependencies (P2DependencyResolver.java:335)
    at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:117)
    at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:95)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:264)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
13:53:31:858 [ERROR] 
13:53:31:859 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
13:53:31:859 [ERROR] 
13:53:31:860 [ERROR] For more information about the errors and possible solutions, please read the following articles:
13:53:31:860 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure
Build did not succeed and the project is configured to only push after a successful build, so no pushing will occur.
Sending e-mails to: hiroshi.ito@gs.com donald.raab@gs.com craig.motlin@gs.com mohammad.rezaei@gs.com
Finished: FAILURE