Skip to content

Console Output

Started by user Nikhil Nanivadekar
Running as Nikhil Nanivadekar
Agent basic-rg1wq is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-rg1wq"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-rg1wq"
    - 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-rg1wq"
    - 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-rg1wq in workspace /home/jenkins/agent/workspace/publish-p2-repo
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-Rp5A8e068Ft6/agent.79
SSH_AGENT_PID=81
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_6699021700693530724.key (/home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_6699021700693530724.key)
[ssh-agent] Using credentials genie.collections (ssh://genie.collections@projects-storage.eclipse.org)
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/publish-p2-repo # 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 tags/10.3.0.M5^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/tags/10.3.0.M5^{commit} # timeout=10
Checking out Revision f4065aaa40cae3d93b5a3588f9b5e593082cdd83 (tags/10.3.0.M5)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f4065aaa40cae3d93b5a3588f9b5e593082cdd83 # timeout=10
Commit message: "Release version 10.3.0.M5."
First time build. Skipping changelog.
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_TAG=10.3.0.M5 -DsigningServiceType=eclipse -Dsurefire.useFile=false -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository -pl !jmh-scala-tests,!jmh-tests,!junit-trait-runner,!scala-unit-tests,!serialization-tests,!test-coverage,!unit-tests-java8,!unit-tests 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"
18:29:26:021 [INFO] Error stacktraces are turned on.
18:29:26:229 [INFO] Scanning for projects...
18:30:01:131 [INFO] ------------------------------------------------------------------------
18:30:01:131 [INFO] Reactor Build Order:
18:30:01:131 [INFO] 
18:30:01:132 [INFO] Eclipse Collections Parent Project                                 [pom]
18:30:01:133 [INFO] Eclipse Collections Code Generator                                 [jar]
18:30:01:133 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
18:30:01:133 [INFO] Eclipse Collections API                                            [jar]
18:30:01:134 [INFO] Eclipse Collections Main Library                                   [jar]
18:30:01:134 [INFO] Eclipse Collections Test Utilities                                 [jar]
18:30:01:134 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
18:30:01:134 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
18:30:01:135 [INFO] Eclipse Collections p2 Repository Build                            [pom]
18:30:01:135 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
18:30:01:139 [INFO] 
18:30:01:139 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
18:30:01:139 [INFO] Building Eclipse Collections Parent Project 10.3.0.M5             [1/10]
18:30:01:139 [INFO] --------------------------------[ pom ]---------------------------------
18:30:01:361 [INFO] 
18:30:01:361 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
18:30:01:432 [INFO] 
18:30:01:432 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
18:30:01:849 [INFO] 
18:30:01:850 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
18:30:05:144 [INFO] Skipping pom project
18:30:05:144 [INFO] 
18:30:05:144 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
18:30:05:429 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-parent/10.3.0.M5/eclipse-collections-parent-10.3.0.M5.pom
18:30:05:435 [INFO] 
18:30:05:435 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
18:30:05:435 [INFO] Building Eclipse Collections Code Generator 10.3.0.M5             [2/10]
18:30:05:435 [INFO] --------------------------------[ jar ]---------------------------------
18:30:05:781 [INFO] 
18:30:05:781 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
18:30:05:782 [INFO] 
18:30:05:782 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
18:30:05:791 [INFO] 
18:30:05:791 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator ---
18:30:05:902 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:30:05:915 [INFO] Copying 355 resources
18:30:06:041 [INFO] 
18:30:06:042 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
18:30:06:830 [INFO] Changes detected - recompiling the module!
18:30:06:837 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/classes
18:30:07:686 [INFO] 
18:30:07:686 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
18:30:07:688 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:30:07:689 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/src/test/resources
18:30:07:689 [INFO] 
18:30:07:689 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
18:30:07:698 [INFO] Changes detected - recompiling the module!
18:30:07:699 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/test-classes
18:30:08:235 [INFO] 
18:30:08:235 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
18:30:09:657 [INFO] 
18:30:09:657 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
18:30:09:862 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0.M5.jar
18:30:09:938 [INFO] 
18:30:09:938 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
18:30:10:047 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0.M5-sources.jar
18:30:10:137 [INFO] 
18:30:10:137 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
18:30:10:203 [INFO] No dependency problems found
18:30:10:203 [INFO] 
18:30:10:203 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
18:30:10:206 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0.M5.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.3.0.M5/eclipse-collections-code-generator-10.3.0.M5.jar
18:30:10:208 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.3.0.M5/eclipse-collections-code-generator-10.3.0.M5.pom
18:30:10:209 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0.M5-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.3.0.M5/eclipse-collections-code-generator-10.3.0.M5-sources.jar
18:30:10:212 [INFO] 
18:30:10:212 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
18:30:10:212 [INFO] Building Eclipse Collections Code Generator Maven Plugin 10.3.0.M5 [3/10]
18:30:10:213 [INFO] ----------------------------[ maven-plugin ]----------------------------
18:30:11:262 [INFO] 
18:30:11:262 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
18:30:11:262 [INFO] 
18:30:11:263 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
18:30:11:292 [INFO] 
18:30:11:292 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
18:30:11:293 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:30:11:293 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/main/resources
18:30:11:294 [INFO] 
18:30:11:294 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
18:30:11:298 [INFO] Changes detected - recompiling the module!
18:30:11:300 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/classes
18:30:11:635 [INFO] 
18:30:11:635 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
18:30:17:438 [INFO] Using 'UTF-8' encoding to read mojo source files.
18:30:17:490 [INFO] java-javadoc mojo extractor found 1 mojo descriptor.
18:30:17:547 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
18:30:17:607 [INFO] 
18:30:17:607 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
18:30:17:608 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:30:17:608 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/test/resources
18:30:17:608 [INFO] 
18:30:17:608 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
18:30:17:609 [INFO] No sources to compile
18:30:17:610 [INFO] 
18:30:17:610 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
18:30:17:612 [INFO] No tests to run.
18:30:17:612 [INFO] 
18:30:17:612 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
18:30:17:615 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.3.0.M5.jar
18:30:17:619 [INFO] 
18:30:17:619 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
18:30:17:620 [INFO] 
18:30:17:620 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
18:30:17:623 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.3.0.M5-sources.jar
18:30:17:627 [INFO] 
18:30:17:628 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
18:30:17:631 [INFO] No dependency problems found
18:30:17:631 [INFO] 
18:30:17:631 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
18:30:17:632 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.3.0.M5.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.3.0.M5/eclipse-collections-code-generator-maven-plugin-10.3.0.M5.jar
18:30:17:635 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.3.0.M5/eclipse-collections-code-generator-maven-plugin-10.3.0.M5.pom
18:30:17:649 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.3.0.M5-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.3.0.M5/eclipse-collections-code-generator-maven-plugin-10.3.0.M5-sources.jar
18:30:17:651 [INFO] 
18:30:17:651 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
18:30:17:651 [INFO] Building Eclipse Collections API 10.3.0.M5                        [4/10]
18:30:17:651 [INFO] --------------------------------[ jar ]---------------------------------
18:30:17:792 [INFO] 
18:30:17:792 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
18:30:17:792 [INFO] 
18:30:17:792 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
18:30:17:795 [INFO] 
18:30:17:795 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0.M5:generate (default) @ eclipse-collections-api ---
18:30:17:802 [INFO] Generating sources to eclipse-collections-api
18:30:18:590 [INFO] Generated 1171 files
18:30:18:591 [INFO] 
18:30:18:591 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api ---
18:30:18:592 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:30:18:593 [INFO] Copying 3 resources
18:30:18:594 [INFO] 
18:30:18:594 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
18:30:18:754 [INFO] Changes detected - recompiling the module!
18:30:18:756 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/classes
18:30:22:333 [INFO] 
18:30:22:333 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api ---
18:30:24:627 [WARNING] Cannot consider developer in line '76' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
18:30:24:627 [WARNING] Cannot consider developer in line '81' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
18:30:24:627 [WARNING] Cannot consider developer in line '86' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
18:30:24:627 [WARNING] Cannot consider developer in line '91' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
18:30:24:628 [WARNING] Cannot consider developer in line '96' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
18:30:25:200 [INFO] 
18:30:25:200 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api ---
18:30:25:201 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:30:25:201 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/src/test/resources
18:30:25:202 [INFO] 
18:30:25:202 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
18:30:25:203 [INFO] No sources to compile
18:30:25:203 [INFO] 
18:30:25:203 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
18:30:25:205 [INFO] No tests to run.
18:30:25:205 [INFO] 
18:30:25:205 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api ---
18:30:25:311 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.M5.jar
18:30:25:418 [INFO] 
18:30:25:418 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
18:30:25:446 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.M5-sources.jar
18:30:25:710 [INFO] 
18:30:25:710 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
18:30:25:848 [INFO] No dependency problems found
18:30:25:848 [INFO] 
18:30:25:848 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
18:30:25:849 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.M5.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/10.3.0.M5/eclipse-collections-api-10.3.0.M5.jar
18:30:25:852 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/10.3.0.M5/eclipse-collections-api-10.3.0.M5.pom
18:30:25:853 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.M5-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/10.3.0.M5/eclipse-collections-api-10.3.0.M5-sources.jar
18:30:25:855 [INFO] 
18:30:25:856 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
18:30:25:856 [INFO] Building Eclipse Collections Main Library 10.3.0.M5               [5/10]
18:30:25:856 [INFO] --------------------------------[ jar ]---------------------------------
18:30:25:857 [INFO] 
18:30:25:857 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
18:30:25:858 [INFO] 
18:30:25:858 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
18:30:25:860 [INFO] 
18:30:25:860 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0.M5:generate (default) @ eclipse-collections ---
18:30:25:860 [INFO] Generating sources to eclipse-collections
18:30:28:833 [INFO] Generated 1438 files
18:30:28:833 [INFO] 
18:30:28:833 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections ---
18:30:28:834 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:30:28:835 [INFO] Copying 24 resources
18:30:28:839 [INFO] 
18:30:28:839 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
18:30:28:989 [INFO] Changes detected - recompiling the module!
18:30:28:990 [INFO] Compiling 2093 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/classes
18:30:54:018 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/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
18:30:54:018 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/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
18:30:54:019 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/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
18:30:54:019 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/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
18:30:54:019 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/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
18:30:54:019 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/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
18:30:54:020 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/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
18:30:54:020 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/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
18:30:54:021 [INFO] 
18:30:54:021 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections ---
18:30:54:088 [WARNING] Cannot consider developer in line '76' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
18:30:54:088 [WARNING] Cannot consider developer in line '81' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
18:30:54:088 [WARNING] Cannot consider developer in line '86' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
18:30:54:088 [WARNING] Cannot consider developer in line '91' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
18:30:54:089 [WARNING] Cannot consider developer in line '96' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
18:30:56:106 [INFO] 
18:30:56:106 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections ---
18:30:56:108 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:30:56:108 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/test/resources
18:30:56:108 [INFO] 
18:30:56:108 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
18:30:56:109 [INFO] No sources to compile
18:30:56:109 [INFO] 
18:30:56:109 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
18:30:56:111 [INFO] No tests to run.
18:30:56:111 [INFO] 
18:30:56:111 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections ---
18:30:56:310 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.M5.jar
18:30:57:000 [INFO] 
18:30:57:000 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections ---
18:30:57:057 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.M5-sources.jar
18:30:57:453 [INFO] 
18:30:57:453 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections ---
18:30:58:392 [INFO] No dependency problems found
18:30:58:392 [INFO] 
18:30:58:392 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
18:30:58:393 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.M5.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/10.3.0.M5/eclipse-collections-10.3.0.M5.jar
18:30:58:400 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/10.3.0.M5/eclipse-collections-10.3.0.M5.pom
18:30:58:401 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.M5-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/10.3.0.M5/eclipse-collections-10.3.0.M5-sources.jar
18:30:58:405 [INFO] 
18:30:58:405 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
18:30:58:405 [INFO] Building Eclipse Collections Test Utilities 10.3.0.M5             [6/10]
18:30:58:405 [INFO] --------------------------------[ jar ]---------------------------------
18:30:58:732 [INFO] 
18:30:58:732 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
18:30:58:733 [INFO] 
18:30:58:733 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
18:30:58:737 [INFO] 
18:30:58:737 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-testutils ---
18:31:00:311 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/publish-p2-repo/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/jacoco.exec
18:31:00:312 [INFO] 
18:31:00:312 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils ---
18:31:00:313 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:31:00:313 [INFO] Copying 3 resources
18:31:00:315 [INFO] 
18:31:00:315 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
18:31:00:317 [INFO] Changes detected - recompiling the module!
18:31:00:317 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/classes
18:31:01:188 [INFO] 
18:31:01:188 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils ---
18:31:01:189 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:31:01:189 [INFO] Copying 1 resource
18:31:01:190 [INFO] 
18:31:01:190 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
18:31:01:191 [INFO] Changes detected - recompiling the module!
18:31:01:191 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/test-classes
18:31:02:681 [INFO] 
18:31:02:681 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
18:31:02:689 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/surefire-reports
18:31:02:846 [INFO] 
18:31:02:846 [INFO] -------------------------------------------------------
18:31:02:846 [INFO]  T E S T S
18:31:02:847 [INFO] -------------------------------------------------------
18:31:03:254 [INFO] Running org.eclipse.collections.impl.test.CollectionsEqualTest
18:31:03:643 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.381 s - in org.eclipse.collections.impl.test.CollectionsEqualTest
18:31:03:643 [INFO] Running org.eclipse.collections.impl.test.AssertNotEqualsTest
18:31:03:646 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.test.AssertNotEqualsTest
18:31:03:646 [INFO] Running org.eclipse.collections.impl.test.ExceptionThrownTest
18:31:03:647 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.test.ExceptionThrownTest
18:31:03:648 [INFO] Running org.eclipse.collections.impl.test.VerifyTest
18:31:04:128 [INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 s - in org.eclipse.collections.impl.test.VerifyTest
18:31:04:129 [INFO] Running org.eclipse.collections.impl.test.SerializeTestHelperTest
18:31:04:130 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.test.SerializeTestHelperTest
18:31:04:130 [INFO] Running org.eclipse.collections.impl.test.AssertNotEqualsThrowsTest
18:31:04:134 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.test.AssertNotEqualsThrowsTest
18:31:04:534 [INFO] 
18:31:04:534 [INFO] Results:
18:31:04:534 [INFO] 
18:31:04:534 [INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0
18:31:04:534 [INFO] 
18:31:04:537 [INFO] 
18:31:04:537 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils ---
18:31:04:539 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0.M5.jar
18:31:04:545 [INFO] 
18:31:04:545 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
18:31:04:547 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0.M5-sources.jar
18:31:04:552 [INFO] 
18:31:04:552 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
18:31:04:567 [INFO] No dependency problems found
18:31:04:567 [INFO] 
18:31:04:567 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
18:31:04:568 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0.M5.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/10.3.0.M5/eclipse-collections-testutils-10.3.0.M5.jar
18:31:04:569 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/10.3.0.M5/eclipse-collections-testutils-10.3.0.M5.pom
18:31:04:571 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0.M5-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/10.3.0.M5/eclipse-collections-testutils-10.3.0.M5-sources.jar
18:31:04:572 [INFO] 
18:31:04:572 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
18:31:04:572 [INFO] Building Eclipse Collections Fork Join Utilities 10.3.0.M5        [7/10]
18:31:04:572 [INFO] --------------------------------[ jar ]---------------------------------
18:31:04:575 [INFO] 
18:31:04:575 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
18:31:04:576 [INFO] 
18:31:04:576 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
18:31:04:580 [INFO] 
18:31:04:580 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-forkjoin ---
18:31:04:580 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/publish-p2-repo/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/jacoco.exec
18:31:04:581 [INFO] 
18:31:04:581 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin ---
18:31:04:582 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:31:04:582 [INFO] Copying 3 resources
18:31:04:583 [INFO] 
18:31:04:583 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
18:31:04:585 [INFO] Changes detected - recompiling the module!
18:31:04:585 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/classes
18:31:05:288 [INFO] 
18:31:05:288 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
18:31:05:288 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:31:05:288 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/src/test/resources
18:31:05:289 [INFO] 
18:31:05:289 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
18:31:05:290 [INFO] Changes detected - recompiling the module!
18:31:05:290 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/test-classes
18:31:06:222 [INFO] 
18:31:06:222 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
18:31:06:224 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/surefire-reports
18:31:06:225 [INFO] 
18:31:06:225 [INFO] -------------------------------------------------------
18:31:06:225 [INFO]  T E S T S
18:31:06:225 [INFO] -------------------------------------------------------
18:31:06:617 [INFO] Running org.eclipse.collections.impl.forkjoin.FJIterateTest
18:31:07:692 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.074 s - in org.eclipse.collections.impl.forkjoin.FJIterateTest
18:31:08:046 [INFO] 
18:31:08:046 [INFO] Results:
18:31:08:046 [INFO] 
18:31:08:046 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
18:31:08:046 [INFO] 
18:31:08:047 [INFO] 
18:31:08:047 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin ---
18:31:08:049 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0.M5.jar
18:31:08:054 [INFO] 
18:31:08:054 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
18:31:08:056 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0.M5-sources.jar
18:31:08:061 [INFO] 
18:31:08:061 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
18:31:08:068 [INFO] No dependency problems found
18:31:08:068 [INFO] 
18:31:08:068 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
18:31:08:069 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0.M5.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.3.0.M5/eclipse-collections-forkjoin-10.3.0.M5.jar
18:31:08:070 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.3.0.M5/eclipse-collections-forkjoin-10.3.0.M5.pom
18:31:08:071 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0.M5-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.3.0.M5/eclipse-collections-forkjoin-10.3.0.M5-sources.jar
18:31:08:073 [INFO] 
18:31:08:073 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
18:31:08:073 [INFO] Building Eclipse Collections JCStress Test Suite 10.3.0.M5        [8/10]
18:31:08:073 [INFO] --------------------------------[ jar ]---------------------------------
18:31:08:388 [INFO] 
18:31:08:388 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
18:31:08:389 [INFO] 
18:31:08:389 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
18:31:08:394 [INFO] 
18:31:08:394 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests ---
18:31:08:394 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:31:08:395 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/main/resources
18:31:08:395 [INFO] 
18:31:08:395 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
18:31:08:397 [INFO] Changes detected - recompiling the module!
18:31:08:398 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/classes
18:31:09:247 [INFO] 
18:31:09:247 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests ---
18:31:09:248 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:31:09:248 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/test/resources
18:31:09:248 [INFO] 
18:31:09:248 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
18:31:09:249 [INFO] No sources to compile
18:31:09:249 [INFO] 
18:31:09:249 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
18:31:09:250 [INFO] No tests to run.
18:31:09:250 [INFO] 
18:31:09:251 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests ---
18:31:09:253 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.3.0.M5.jar
18:31:09:257 [INFO] 
18:31:09:257 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests ---
18:31:09:862 [INFO] Including org.eclipse.collections:eclipse-collections:jar:10.3.0.M5 in the shaded jar.
18:31:09:862 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.3.0.M5 in the shaded jar.
18:31:09:862 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
18:31:09:862 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
18:31:10:827 [WARNING] eclipse-collections-10.3.0.M5.jar, eclipse-collections-api-10.3.0.M5.jar define 3 overlapping resources: 
18:31:10:827 [WARNING]   - LICENSE-EDL-1.0.txt
18:31:10:827 [WARNING]   - LICENSE-EPL-1.0.txt
18:31:10:827 [WARNING]   - about.html
18:31:10:828 [WARNING] eclipse-collections-10.3.0.M5.jar, eclipse-collections-api-10.3.0.M5.jar, jcstress-core-0.4.jar, jcstress-tests-10.3.0.M5.jar, jopt-simple-4.6.jar define 1 overlapping resources: 
18:31:10:828 [WARNING]   - META-INF/MANIFEST.MF
18:31:10:828 [WARNING] maven-shade-plugin has detected that some class files are
18:31:10:828 [WARNING] present in two or more JARs. When this happens, only one
18:31:10:828 [WARNING] single version of the class is copied to the uber jar.
18:31:10:828 [WARNING] Usually this is not harmful and you can skip these warnings,
18:31:10:829 [WARNING] otherwise try to manually exclude artifacts based on
18:31:10:829 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
18:31:10:829 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
18:31:10:835 [INFO] Replacing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress.jar with /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.3.0.M5-shaded.jar
18:31:10:835 [INFO] 
18:31:10:835 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests ---
18:31:10:838 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.3.0.M5-sources.jar
18:31:10:843 [INFO] 
18:31:10:843 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests ---
18:31:10:850 [INFO] No dependency problems found
18:31:10:850 [INFO] 
18:31:10:850 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
18:31:10:851 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.3.0.M5.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/10.3.0.M5/jcstress-tests-10.3.0.M5.jar
18:31:10:853 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/10.3.0.M5/jcstress-tests-10.3.0.M5.pom
18:31:10:854 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.3.0.M5-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/10.3.0.M5/jcstress-tests-10.3.0.M5-sources.jar
18:31:10:855 [INFO] 
18:31:10:855 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
18:31:10:855 [INFO] Building Eclipse Collections p2 Repository Build 10.3.0.M5        [9/10]
18:31:10:856 [INFO] --------------------------------[ pom ]---------------------------------
18:31:10:866 [INFO] 
18:31:10:866 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
18:31:10:896 [INFO] 
18:31:10:896 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
18:31:10:930 [INFO] 
18:31:10:930 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository ---
18:31:11:067 [INFO] Skipping pom project
18:31:11:067 [INFO] 
18:31:11:067 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
18:31:11:078 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.3.0.M5/p2-repository-10.3.0.M5.pom
18:31:11:080 [INFO] 
18:31:11:080 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
18:31:11:080 [INFO] Building Eclipse Collections OSGi Bundle 10.3.0.M5               [10/10]
18:31:11:080 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
18:31:11:553 [INFO] 
18:31:11:553 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
18:31:11:553 [INFO] 
18:31:11:553 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
18:31:15:092 [INFO] The project's OSGi version is 10.3.0.M5.v20200730-1751
18:31:15:092 [INFO] 
18:31:15:092 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections ---
18:31:15:093 [INFO] 
18:31:15:093 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
18:31:15:097 [INFO] 
18:31:15:097 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections ---
18:31:15:118 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:31:15:121 [INFO] Copying 2 resources
18:31:15:125 [INFO] 
18:31:15:125 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
18:31:15:147 [INFO] No sources to compile
18:31:15:147 [INFO] 
18:31:15:147 [INFO] --- ebr-maven-plugin:1.2.0:bundle (default-bundle) @ org.eclipse.collections ---
18:31:15:154 [INFO] Gathering dependencies
18:31:15:159 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:10.3.0.M5:jar
18:31:15:164 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:10.3.0.M5:jar
18:31:15:164 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.M5.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
18:31:16:027 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.M5.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
18:31:16:248 [INFO] Merging collected dependencies
18:31:16:251 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:31:16:312 [INFO] Copying 5283 resources
18:31:17:300 [INFO] Generating OSGi MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M5.jar
18:31:21:027 [INFO] Gathering sources
18:31:21:029 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:10.3.0.M5:jar
18:31:21:029 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:10.3.0.M5:jar
18:31:21:030 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.M5-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
18:31:21:636 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.M5-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
18:31:22:023 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:31:22:023 [INFO] Copying 2 resources
18:31:22:024 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M5-sources.jar
18:31:22:736 [INFO] Packing and signing bundle
18:31:22:736 [WARNING] No version defined in the efective model for plugin org.eclipse.tycho.extras:tycho-pack200a-plugin. Please consider defining one in the pluginManagement section. Falling back to version "1.2.0"
18:31:25:972 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M5.jar
18:31:41:885 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M5.jar
18:31:51:146 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M5-sources.jar
18:31:57:237 [WARNING] No version defined in the efective model for plugin org.eclipse.tycho.extras:tycho-pack200a-plugin. Please consider defining one in the pluginManagement section. Falling back to version "1.2.0"
18:31:58:725 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M5.jar
18:32:08:638 [INFO] Assembling p2 repository
18:32:09:407 [INFO] 
18:32:09:407 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
18:32:09:408 [INFO] 
18:32:09:408 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections ---
18:32:10:176 [INFO] No dependency problems found
18:32:10:176 [INFO] 
18:32:10:176 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
18:32:10:177 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M5.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0.M5/org.eclipse.collections-10.3.0.M5.jar
18:32:10:193 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0.M5/org.eclipse.collections-10.3.0.M5.pom
18:32:10:194 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M5-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0.M5/org.eclipse.collections-10.3.0.M5-sources.jar
18:32:10:199 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M5.jar.pack.gz to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0.M5/org.eclipse.collections-10.3.0.M5-pack200.jar.pack.gz
18:32:10:205 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0.M5/org.eclipse.collections-10.3.0.M5-p2metadata.xml
18:32:10:206 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0.M5/org.eclipse.collections-10.3.0.M5-p2artifacts.xml
18:32:10:207 [INFO] 
18:32:10:207 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
18:32:10:209 [INFO] ------------------------------------------------------------------------
18:32:10:209 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.3.0.M5:
18:32:10:209 [INFO] 
18:32:10:210 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  4.297 s]
18:32:10:210 [INFO] Eclipse Collections Code Generator ................. SUCCESS [  4.777 s]
18:32:10:210 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  7.439 s]
18:32:10:210 [INFO] Eclipse Collections API ............................ SUCCESS [  8.204 s]
18:32:10:210 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 32.550 s]
18:32:10:210 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  6.167 s]
18:32:10:211 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  3.501 s]
18:32:10:211 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  2.782 s]
18:32:10:211 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.225 s]
18:32:10:211 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 59.129 s]
18:32:10:211 [INFO] ------------------------------------------------------------------------
18:32:10:211 [INFO] BUILD SUCCESS
18:32:10:211 [INFO] ------------------------------------------------------------------------
18:32:10:212 [INFO] Total time:  02:44 min
18:32:10:212 [INFO] Finished at: 2020-07-30T18:32:10Z
18:32:10:212 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=10.3.0.M5 -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository 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"
18:32:12:121 [INFO] Error stacktraces are turned on.
18:32:12:336 [INFO] Scanning for projects...
18:32:15:742 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
18:32:15:887 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/
18:32:15:990 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
18:32:16:023 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
18:32:16:140 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
18:32:16:252 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
18:32:16:356 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
18:32:16:478 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
18:32:16:594 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository
18:32:16:608 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
18:32:17:464 [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)
18:32:17:576 [WARNING] The following locally built units have been used to resolve project dependencies:
18:32:17:576 [WARNING]   org.eclipse.collections/10.3.0.v20200730-1751
18:32:17:577 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
18:32:17:595 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
18:32:17:599 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository
18:32:17:606 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
18:32:17:621 [WARNING] The following locally built units have been used to resolve project dependencies:
18:32:17:622 [WARNING]   org.eclipse.collections/10.3.0.v20200730-1751
18:32:17:622 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
18:32:17:623 [INFO] ------------------------------------------------------------------------
18:32:17:623 [INFO] Reactor Build Order:
18:32:17:623 [INFO] 
18:32:17:624 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
18:32:17:624 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
18:32:17:624 [INFO] p2-repository                                       [eclipse-repository]
18:32:17:628 [INFO] 
18:32:17:628 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
18:32:17:628 [INFO] Building Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT [1/3]
18:32:17:629 [INFO] --------------------------------[ pom ]---------------------------------
18:32:17:794 [INFO] 
18:32:17:794 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
18:32:17:986 [INFO] 
18:32:17:987 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
18:32:18:603 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-feature/10.3.0-SNAPSHOT/p2-feature-10.3.0-SNAPSHOT.pom
18:32:18:608 [INFO] 
18:32:18:608 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
18:32:18:608 [INFO] Building org.eclipse.collections.feature 10.3.0-SNAPSHOT           [2/3]
18:32:18:608 [INFO] --------------------------[ eclipse-feature ]---------------------------
18:32:18:611 [INFO] 
18:32:18:611 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
18:32:18:611 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
18:32:18:612 [INFO] 
18:32:18:613 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
18:32:18:912 [INFO] The project's OSGi version is 10.3.0.v20200730-1751
18:32:18:912 [INFO] 
18:32:18:912 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
18:32:18:913 [INFO] 
18:32:18:913 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
18:32:18:915 [INFO] 
18:32:18:915 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
18:32:18:967 [INFO] 
18:32:18:967 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
18:32:19:025 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT.jar
18:32:19:039 [INFO] 
18:32:19:039 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
18:32:19:053 [INFO] 
18:32:19:053 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
18:32:19:055 [INFO] 
18:32:19:055 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
18:32:19:087 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT-sources-feature.jar
18:32:19:133 [INFO] 
18:32:19:133 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
18:32:19:138 [INFO] 
18:32:19:139 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.collections.feature ---
18:32:21:503 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT.jar
18:32:22:721 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT-sources-feature.jar
18:32:23:971 [INFO] 
18:32:23:971 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
18:32:24:033 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT.jar
18:32:24:035 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT.pom
18:32:24:037 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-p2metadata.xml
18:32:24:041 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-p2artifacts.xml
18:32:24:044 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-sources-feature.jar
18:32:24:046 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-p2metadata.xml
18:32:24:048 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-p2artifacts.xml
18:32:24:050 [INFO] 
18:32:24:050 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
18:32:24:051 [INFO] 
18:32:24:051 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
18:32:24:052 [INFO] Building p2-repository 10.3.0-SNAPSHOT                             [3/3]
18:32:24:052 [INFO] -------------------------[ eclipse-repository ]-------------------------
18:32:24:053 [INFO] 
18:32:24:053 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
18:32:24:054 [INFO] 
18:32:24:054 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
18:32:24:078 [INFO] The project's OSGi version is 10.3.0.v20200730-1751
18:32:24:078 [INFO] 
18:32:24:078 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
18:32:24:079 [INFO] 
18:32:24:079 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
18:32:25:291 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:32:25:291 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
18:32:25:291 [INFO] 
18:32:25:291 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository ---
18:32:25:301 [INFO] 
18:32:25:301 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
18:32:25:309 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
18:32:25:311 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
18:32:25:311 [INFO] 
18:32:25:311 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository ---
18:32:25:314 [INFO] 
18:32:25:314 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository ---
18:32:25:324 [INFO] 
18:32:25:324 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
18:32:25:325 [INFO] 
18:32:25:325 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository ---
18:32:26:607 [INFO] 
18:32:26:607 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository ---
18:32:26:619 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.3.0-SNAPSHOT.zip
18:32:26:947 [INFO] 
18:32:26:947 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
18:32:26:948 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.3.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT.zip
18:32:26:959 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT.pom
18:32:26:961 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT-p2metadata.xml
18:32:26:966 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT-p2artifacts.xml
18:32:26:967 [INFO] 
18:32:26:967 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository ---
18:32:26:968 [INFO] ------------------------------------------------------------------------
18:32:26:968 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT:
18:32:26:969 [INFO] 
18:32:26:969 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  0.979 s]
18:32:26:969 [INFO] org.eclipse.collections.feature .................... SUCCESS [  5.443 s]
18:32:26:969 [INFO] p2-repository ...................................... SUCCESS [  2.917 s]
18:32:26:969 [INFO] ------------------------------------------------------------------------
18:32:26:969 [INFO] BUILD SUCCESS
18:32:26:970 [INFO] ------------------------------------------------------------------------
18:32:26:970 [INFO] Total time:  14.831 s
18:32:26:970 [INFO] Finished at: 2020-07-30T18:32:26Z
18:32:26:970 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=10.3.0.M5 -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository 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"
18:32:28:733 [INFO] Error stacktraces are turned on.
18:32:28:929 [INFO] Scanning for projects...
18:32:30:560 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
18:32:30:866 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/
18:32:30:969 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
18:32:31:019 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
18:32:31:146 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository
18:32:31:156 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
18:32:31:531 [WARNING] The following locally built units have been used to resolve project dependencies:
18:32:31:531 [WARNING]   org.eclipse.collections/10.3.0.v20200730-1751
18:32:31:532 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
18:32:31:551 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
18:32:31:556 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository
18:32:31:561 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
18:32:31:577 [WARNING] The following locally built units have been used to resolve project dependencies:
18:32:31:577 [WARNING]   org.eclipse.collections/10.3.0.v20200730-1751
18:32:31:578 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
18:32:31:579 [INFO] ------------------------------------------------------------------------
18:32:31:579 [INFO] Reactor Build Order:
18:32:31:579 [INFO] 
18:32:31:580 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
18:32:31:580 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
18:32:31:580 [INFO] p2-repository                                       [eclipse-repository]
18:32:31:583 [INFO] 
18:32:31:584 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
18:32:31:584 [INFO] Building Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT [1/3]
18:32:31:584 [INFO] --------------------------------[ pom ]---------------------------------
18:32:31:593 [INFO] 
18:32:31:593 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
18:32:31:617 [INFO] 
18:32:31:617 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
18:32:31:649 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-feature/10.3.0-SNAPSHOT/p2-feature-10.3.0-SNAPSHOT.pom
18:32:31:656 [INFO] 
18:32:31:656 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
18:32:31:656 [INFO] Building org.eclipse.collections.feature 10.3.0-SNAPSHOT           [2/3]
18:32:31:656 [INFO] --------------------------[ eclipse-feature ]---------------------------
18:32:31:659 [INFO] 
18:32:31:659 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
18:32:31:660 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
18:32:31:661 [INFO] 
18:32:31:661 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
18:32:31:992 [INFO] The project's OSGi version is 10.3.0.v20200730-1751
18:32:31:992 [INFO] 
18:32:31:992 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
18:32:31:993 [INFO] 
18:32:31:993 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
18:32:31:995 [INFO] 
18:32:31:995 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
18:32:32:047 [INFO] 
18:32:32:047 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
18:32:32:113 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT.jar
18:32:32:127 [INFO] 
18:32:32:127 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
18:32:32:142 [INFO] 
18:32:32:142 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
18:32:32:144 [INFO] 
18:32:32:144 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
18:32:32:164 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT-sources-feature.jar
18:32:32:225 [INFO] 
18:32:32:225 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
18:32:32:230 [INFO] 
18:32:32:230 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.collections.feature ---
18:32:32:343 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT.jar
18:32:33:564 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT-sources-feature.jar
18:32:34:723 [INFO] 
18:32:34:723 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
18:32:34:738 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT.jar
18:32:34:739 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT.pom
18:32:34:747 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-p2metadata.xml
18:32:34:750 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-p2artifacts.xml
18:32:34:752 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-sources-feature.jar
18:32:34:762 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-p2metadata.xml
18:32:34:765 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-p2artifacts.xml
18:32:34:766 [INFO] 
18:32:34:767 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
18:32:34:768 [INFO] 
18:32:34:768 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
18:32:34:768 [INFO] Building p2-repository 10.3.0-SNAPSHOT                             [3/3]
18:32:34:768 [INFO] -------------------------[ eclipse-repository ]-------------------------
18:32:34:769 [INFO] 
18:32:34:769 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
18:32:34:770 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target
18:32:34:777 [INFO] 
18:32:34:777 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
18:32:34:795 [INFO] The project's OSGi version is 10.3.0.v20200730-1751
18:32:34:795 [INFO] 
18:32:34:795 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
18:32:34:796 [INFO] 
18:32:34:796 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
18:32:34:828 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:32:34:828 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
18:32:34:828 [INFO] 
18:32:34:828 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository ---
18:32:34:838 [INFO] 
18:32:34:838 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
18:32:34:846 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
18:32:34:848 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
18:32:34:887 [INFO] 
18:32:34:887 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository ---
18:32:34:890 [INFO] 
18:32:34:890 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository ---
18:32:34:896 [INFO] 
18:32:34:896 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
18:32:34:898 [INFO] 
18:32:34:898 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository ---
18:32:36:262 [INFO] 
18:32:36:262 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository ---
18:32:36:272 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.3.0-SNAPSHOT.zip
18:32:36:595 [INFO] 
18:32:36:595 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
18:32:36:596 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.3.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT.zip
18:32:36:609 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT.pom
18:32:36:623 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT-p2metadata.xml
18:32:36:649 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT-p2artifacts.xml
18:32:36:650 [INFO] 
18:32:36:650 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository ---
18:32:36:651 [INFO] ------------------------------------------------------------------------
18:32:36:651 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT:
18:32:36:652 [INFO] 
18:32:36:652 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  0.072 s]
18:32:36:652 [INFO] org.eclipse.collections.feature .................... SUCCESS [  3.112 s]
18:32:36:652 [INFO] p2-repository ...................................... SUCCESS [  1.883 s]
18:32:36:652 [INFO] ------------------------------------------------------------------------
18:32:36:652 [INFO] BUILD SUCCESS
18:32:36:653 [INFO] ------------------------------------------------------------------------
18:32:36:653 [INFO] Total time:  7.904 s
18:32:36:653 [INFO] Finished at: 2020-07-30T18:32:36Z
18:32:36:653 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /bin/bash /tmp/jenkins3403261529214180193.sh
running command ssh genie.collections@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/collections/10.3.0.M5
running command ssh genie.collections@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/collections/10.3.0.M5
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections
total 35752
drwxrwsr-x  26 genie.collections technology.collections    4096 Jul 30 14:32 .
drwxr-xr-x 337 root              root                      8192 Jul 28 09:59 ..
drwxrwsr-x   3 genie.collections technology.collections      68 Jul 11  2019 10.0.0
drwxrwsr-x   3 genie.collections technology.collections      71 Sep 25  2018 10.0.0.M2
drwxrwsr-x   3 genie.collections technology.collections      68 Dec  4  2019 10.1.0
drwxrwsr-x   3 genie.collections technology.collections      71 Nov 22  2019 10.1.0.M1
drwxrwsr-x   3 genie.collections technology.collections      71 Nov 25  2019 10.1.0.M2
drwxrwsr-x   3 genie.collections technology.collections      68 Feb 11 11:35 10.2.0
drwxrwsr-x   3 genie.collections technology.collections      71 Jul  3 10:15 10.3.0.M1
drwxrwsr-x   3 genie.collections technology.collections      71 Jul 15 14:25 10.3.0.M3
drwxrwsr-x   3 genie.collections technology.collections      71 Jul 16 12:40 10.3.0.M4
drwxrwsr-x   2 genie.collections technology.collections      10 Jul 30 14:32 10.3.0.M5
drwxr-sr-x   3 genie.collections technology.collections      32 Jun 22  2017 8.2.0
drwxr-sr-x   3 genie.collections technology.collections      32 Sep 20  2017 9.0.0
drwxr-sr-x   3 genie.collections technology.collections      32 Aug 19  2017 9.0.0.M2
drwxr-sr-x   3 genie.collections technology.collections      32 Aug 24  2017 9.0.0.M3
drwxr-sr-x   3 genie.collections technology.collections      32 Sep  5  2017 9.0.0.M4
drwxr-sr-x   3 genie.collections technology.collections      32 Sep 13  2017 9.0.0-SNAPSHOT
drwxrwsr-x   3 genie.collections technology.collections      67 Dec 31  2017 9.1.0
drwxrwsr-x   3 genie.collections technology.collections      32 Dec  6  2017 9.1.0.M1
drwxrwsr-x   3 genie.collections technology.collections      70 Dec 11  2017 9.1.0.M2
drwxrwsr-x   3 genie.collections technology.collections      67 May 18  2018 9.2.0
drwxrwsr-x   3 genie.collections technology.collections      70 Feb 10  2018 9.2.0.M1
-rw-rw-r--   1 genie.collections technology.collections 9871360 Apr  7  2016 gsc-ec-converter-7.1.0.tar
-rw-rw-r--   1 genie.collections technology.collections 8422439 Apr  7  2016 gsc-ec-converter-7.1.0.zip
-rw-rw-r--   1 genie.collections technology.collections 9871360 May 29  2016 gsc-ec-converter-7.1.1-SNAPSHOT.tar
-rw-rw-r--   1 genie.collections technology.collections 8422920 May 29  2016 gsc-ec-converter-7.1.1-SNAPSHOT.zip
drwxrwsr-x   2 genie.collections technology.collections     104 Mar 31  2016 pre-release
drwxrwsr-x   2 genie.collections technology.collections      10 Mar 24  2016 release
drwxrwsr-x   2 genie.collections technology.collections      10 Mar 24  2016 slides
running command scp -r /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/repository genie.collections@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/collections/10.3.0.M5
running command scp /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-*.zip genie.collections@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/collections/10.3.0.M5
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/10.3.0.M5
total 24836
drwxrwsr-x  3 genie.collections technology.collections       77 Jul 30 14:32 .
drwxrwsr-x 26 genie.collections technology.collections     4096 Jul 30 14:32 ..
-rw-r--r--  1 genie.collections technology.collections 17305206 Jul 30 14:32 p2-repository-10.3.0-SNAPSHOT.zip
drwxr-sr-x  4 genie.collections technology.collections      171 Jul 30 14:32 repository
running command ssh genie.collections@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/collections/10.3.0.M5/p2-repository-*.zip /home/data/httpd/download.eclipse.org/collections/10.3.0.M5/p2-repository-10.3.0.M5.zip
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/10.3.0.M5
total 24836
drwxrwsr-x  3 genie.collections technology.collections       71 Jul 30 14:32 .
drwxrwsr-x 26 genie.collections technology.collections     4096 Jul 30 14:32 ..
-rw-r--r--  1 genie.collections technology.collections 17305206 Jul 30 14:32 p2-repository-10.3.0.M5.zip
drwxr-sr-x  4 genie.collections technology.collections      171 Jul 30 14:32 repository
All DONE!!!
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 81 killed;
[ssh-agent] Stopped.
Finished: SUCCESS