Skip to content

Console Output

Started by user Nikhil Nanivadekar
Running as Nikhil Nanivadekar
Agent basic-vqf09 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-vqf09"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-vqf09"
    - 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-vqf09"
    - 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-vqf09 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-ujD4nDFpGD5B/agent.77
SSH_AGENT_PID=79
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_5691524229935888919.key (/home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_5691524229935888919.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^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/tags/10.3.0^{commit} # timeout=10
Checking out Revision 73b6692ef839b4e0775d09d5aff6e32e08d0fe1d (tags/10.3.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 73b6692ef839b4e0775d09d5aff6e32e08d0fe1d # timeout=10
Commit message: "Release version 10.3.0."
First time build. Skipping changelog.
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_TAG=10.3.0 -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:45:18:266 [INFO] Error stacktraces are turned on.
18:45:18:467 [INFO] Scanning for projects...
18:45:45:056 [INFO] ------------------------------------------------------------------------
18:45:45:056 [INFO] Reactor Build Order:
18:45:45:056 [INFO] 
18:45:45:057 [INFO] Eclipse Collections Parent Project                                 [pom]
18:45:45:057 [INFO] Eclipse Collections Code Generator                                 [jar]
18:45:45:058 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
18:45:45:058 [INFO] Eclipse Collections API                                            [jar]
18:45:45:058 [INFO] Eclipse Collections Main Library                                   [jar]
18:45:45:059 [INFO] Eclipse Collections Test Utilities                                 [jar]
18:45:45:059 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
18:45:45:059 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
18:45:45:059 [INFO] Eclipse Collections p2 Repository Build                            [pom]
18:45:45:060 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
18:45:45:064 [INFO] 
18:45:45:064 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
18:45:45:064 [INFO] Building Eclipse Collections Parent Project 10.3.0                [1/10]
18:45:45:065 [INFO] --------------------------------[ pom ]---------------------------------
18:45:45:343 [INFO] 
18:45:45:343 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
18:45:45:401 [INFO] 
18:45:45:401 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
18:45:45:675 [INFO] 
18:45:45:675 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
18:45:46:793 [INFO] Skipping pom project
18:45:46:793 [INFO] 
18:45:46:793 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
18:45:47:057 [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/eclipse-collections-parent-10.3.0.pom
18:45:47:064 [INFO] 
18:45:47:064 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
18:45:47:064 [INFO] Building Eclipse Collections Code Generator 10.3.0                [2/10]
18:45:47:064 [INFO] --------------------------------[ jar ]---------------------------------
18:45:47:294 [INFO] 
18:45:47:294 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
18:45:47:295 [INFO] 
18:45:47:296 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
18:45:47:308 [INFO] 
18:45:47:309 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator ---
18:45:47:414 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:45:47:423 [INFO] Copying 355 resources
18:45:47:526 [INFO] 
18:45:47:527 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
18:45:47:799 [INFO] Changes detected - recompiling the module!
18:45:47:806 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/classes
18:45:48:473 [INFO] 
18:45:48:473 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
18:45:48:474 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:45:48:475 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/src/test/resources
18:45:48:475 [INFO] 
18:45:48:475 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
18:45:48:497 [INFO] Changes detected - recompiling the module!
18:45:48:497 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/test-classes
18:45:48:864 [INFO] 
18:45:48:865 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
18:45:49:136 [INFO] 
18:45:49:136 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
18:45:49:312 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0.jar
18:45:49:402 [INFO] 
18:45:49:402 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
18:45:49:463 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0-sources.jar
18:45:49:554 [INFO] 
18:45:49:554 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
18:45:49:614 [INFO] No dependency problems found
18:45:49:614 [INFO] 
18:45:49:614 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
18:45:49:617 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.3.0/eclipse-collections-code-generator-10.3.0.jar
18:45:49:619 [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/eclipse-collections-code-generator-10.3.0.pom
18:45:49:620 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.3.0/eclipse-collections-code-generator-10.3.0-sources.jar
18:45:49:623 [INFO] 
18:45:49:623 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
18:45:49:623 [INFO] Building Eclipse Collections Code Generator Maven Plugin 10.3.0   [3/10]
18:45:49:623 [INFO] ----------------------------[ maven-plugin ]----------------------------
18:45:50:052 [INFO] 
18:45:50:052 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
18:45:50:052 [INFO] 
18:45:50:052 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
18:45:50:073 [INFO] 
18:45:50:073 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
18:45:50:074 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:45:50:074 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/main/resources
18:45:50:075 [INFO] 
18:45:50:075 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
18:45:50:077 [INFO] Changes detected - recompiling the module!
18:45:50:077 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/classes
18:45:50:422 [INFO] 
18:45:50:422 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
18:45:52:058 [INFO] Using 'UTF-8' encoding to read mojo source files.
18:45:52:119 [INFO] java-javadoc mojo extractor found 1 mojo descriptor.
18:45:52:198 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
18:45:52:266 [INFO] 
18:45:52:266 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
18:45:52:267 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:45:52:267 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/test/resources
18:45:52:267 [INFO] 
18:45:52:267 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
18:45:52:268 [INFO] No sources to compile
18:45:52:269 [INFO] 
18:45:52:269 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
18:45:52:271 [INFO] No tests to run.
18:45:52:271 [INFO] 
18:45:52:271 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
18:45:52:274 [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.jar
18:45:52:297 [INFO] 
18:45:52:298 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
18:45:52:299 [INFO] 
18:45:52:299 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
18:45:52:302 [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-sources.jar
18:45:52:305 [INFO] 
18:45:52:306 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
18:45:52:309 [INFO] No dependency problems found
18:45:52:309 [INFO] 
18:45:52:309 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
18:45:52:311 [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.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.3.0/eclipse-collections-code-generator-maven-plugin-10.3.0.jar
18:45:52:312 [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/eclipse-collections-code-generator-maven-plugin-10.3.0.pom
18:45:52:326 [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-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.3.0/eclipse-collections-code-generator-maven-plugin-10.3.0-sources.jar
18:45:52:328 [INFO] 
18:45:52:328 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
18:45:52:328 [INFO] Building Eclipse Collections API 10.3.0                           [4/10]
18:45:52:328 [INFO] --------------------------------[ jar ]---------------------------------
18:45:52:399 [INFO] 
18:45:52:399 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
18:45:52:399 [INFO] 
18:45:52:400 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
18:45:52:401 [INFO] 
18:45:52:401 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0:generate (default) @ eclipse-collections-api ---
18:45:52:408 [INFO] Generating sources to eclipse-collections-api
18:45:53:246 [INFO] Generated 1171 files
18:45:53:247 [INFO] 
18:45:53:247 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api ---
18:45:53:248 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:45:53:248 [INFO] Copying 3 resources
18:45:53:249 [INFO] 
18:45:53:249 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
18:45:53:377 [INFO] Changes detected - recompiling the module!
18:45:53:378 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/classes
18:45:56:904 [INFO] 
18:45:56:904 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api ---
18:45:58:375 [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:45:58:375 [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:45:58:375 [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:45:58:376 [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:45:58:404 [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:45:59:018 [INFO] 
18:45:59:019 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api ---
18:45:59:020 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:45:59:020 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/src/test/resources
18:45:59:020 [INFO] 
18:45:59:020 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
18:45:59:021 [INFO] No sources to compile
18:45:59:021 [INFO] 
18:45:59:021 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
18:45:59:023 [INFO] No tests to run.
18:45:59:024 [INFO] 
18:45:59:024 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api ---
18:45:59:136 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.jar
18:45:59:242 [INFO] 
18:45:59:243 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
18:45:59:307 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0-sources.jar
18:45:59:601 [INFO] 
18:45:59:601 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
18:45:59:818 [INFO] No dependency problems found
18:45:59:819 [INFO] 
18:45:59:819 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
18:45:59:819 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/10.3.0/eclipse-collections-api-10.3.0.jar
18:45:59:821 [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/eclipse-collections-api-10.3.0.pom
18:45:59:823 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/10.3.0/eclipse-collections-api-10.3.0-sources.jar
18:45:59:825 [INFO] 
18:45:59:825 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
18:45:59:825 [INFO] Building Eclipse Collections Main Library 10.3.0                  [5/10]
18:45:59:825 [INFO] --------------------------------[ jar ]---------------------------------
18:45:59:827 [INFO] 
18:45:59:827 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
18:45:59:827 [INFO] 
18:45:59:827 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
18:45:59:829 [INFO] 
18:45:59:829 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0:generate (default) @ eclipse-collections ---
18:45:59:830 [INFO] Generating sources to eclipse-collections
18:46:02:807 [INFO] Generated 1438 files
18:46:02:807 [INFO] 
18:46:02:808 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections ---
18:46:02:809 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:46:02:810 [INFO] Copying 24 resources
18:46:02:815 [INFO] 
18:46:02:815 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
18:46:02:980 [INFO] Changes detected - recompiling the module!
18:46:02:982 [INFO] Compiling 2093 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/classes
18:46:26:951 [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:46:26:951 [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:46:26:951 [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:46:26:952 [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:46:26:952 [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:46:26:953 [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:46:26:953 [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:46:26:953 [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:46:26:954 [INFO] 
18:46:26:954 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections ---
18:46:27:023 [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:46:27:024 [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:46:27:024 [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:46:27:024 [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:46:27:024 [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:46:29:023 [INFO] 
18:46:29:023 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections ---
18:46:29:025 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:46:29:025 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/test/resources
18:46:29:025 [INFO] 
18:46:29:025 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
18:46:29:026 [INFO] No sources to compile
18:46:29:026 [INFO] 
18:46:29:026 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
18:46:29:028 [INFO] No tests to run.
18:46:29:028 [INFO] 
18:46:29:028 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections ---
18:46:29:258 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.jar
18:46:29:991 [INFO] 
18:46:29:991 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections ---
18:46:30:066 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0-sources.jar
18:46:30:473 [INFO] 
18:46:30:473 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections ---
18:46:31:110 [INFO] No dependency problems found
18:46:31:110 [INFO] 
18:46:31:110 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
18:46:31:111 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/10.3.0/eclipse-collections-10.3.0.jar
18:46:31:116 [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/eclipse-collections-10.3.0.pom
18:46:31:118 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/10.3.0/eclipse-collections-10.3.0-sources.jar
18:46:31:121 [INFO] 
18:46:31:121 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
18:46:31:121 [INFO] Building Eclipse Collections Test Utilities 10.3.0                [6/10]
18:46:31:122 [INFO] --------------------------------[ jar ]---------------------------------
18:46:31:514 [INFO] 
18:46:31:514 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
18:46:31:515 [INFO] 
18:46:31:515 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
18:46:31:519 [INFO] 
18:46:31:520 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-testutils ---
18:46:35:649 [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:46:35:649 [INFO] 
18:46:35:649 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils ---
18:46:35:650 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:46:35:650 [INFO] Copying 3 resources
18:46:35:651 [INFO] 
18:46:35:651 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
18:46:35:653 [INFO] Changes detected - recompiling the module!
18:46:35:653 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/classes
18:46:36:519 [INFO] 
18:46:36:520 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils ---
18:46:36:520 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:46:36:521 [INFO] Copying 1 resource
18:46:36:521 [INFO] 
18:46:36:521 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
18:46:36:523 [INFO] Changes detected - recompiling the module!
18:46:36:523 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/test-classes
18:46:37:982 [INFO] 
18:46:37:983 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
18:46:37:985 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/surefire-reports
18:46:38:188 [INFO] 
18:46:38:188 [INFO] -------------------------------------------------------
18:46:38:188 [INFO]  T E S T S
18:46:38:188 [INFO] -------------------------------------------------------
18:46:38:632 [INFO] Running org.eclipse.collections.impl.test.VerifyTest
18:46:39:424 [INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.784 s - in org.eclipse.collections.impl.test.VerifyTest
18:46:39:424 [INFO] Running org.eclipse.collections.impl.test.SerializeTestHelperTest
18:46:39:426 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.test.SerializeTestHelperTest
18:46:39:426 [INFO] Running org.eclipse.collections.impl.test.AssertNotEqualsTest
18:46:39:428 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.test.AssertNotEqualsTest
18:46:39:428 [INFO] Running org.eclipse.collections.impl.test.AssertNotEqualsThrowsTest
18:46:39:430 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.test.AssertNotEqualsThrowsTest
18:46:39:431 [INFO] Running org.eclipse.collections.impl.test.ExceptionThrownTest
18:46:39:432 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.test.ExceptionThrownTest
18:46:39:432 [INFO] Running org.eclipse.collections.impl.test.CollectionsEqualTest
18:46:39:436 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.test.CollectionsEqualTest
18:46:39:841 [INFO] 
18:46:39:841 [INFO] Results:
18:46:39:841 [INFO] 
18:46:39:841 [INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0
18:46:39:841 [INFO] 
18:46:39:844 [INFO] 
18:46:39:844 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils ---
18:46:39:846 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0.jar
18:46:39:857 [INFO] 
18:46:39:857 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
18:46:39:860 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0-sources.jar
18:46:39:866 [INFO] 
18:46:39:866 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
18:46:39:881 [INFO] No dependency problems found
18:46:39:881 [INFO] 
18:46:39:881 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
18:46:39:882 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/10.3.0/eclipse-collections-testutils-10.3.0.jar
18:46:39:884 [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/eclipse-collections-testutils-10.3.0.pom
18:46:39:886 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/10.3.0/eclipse-collections-testutils-10.3.0-sources.jar
18:46:39:887 [INFO] 
18:46:39:887 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
18:46:39:887 [INFO] Building Eclipse Collections Fork Join Utilities 10.3.0           [7/10]
18:46:39:888 [INFO] --------------------------------[ jar ]---------------------------------
18:46:39:891 [INFO] 
18:46:39:892 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
18:46:39:892 [INFO] 
18:46:39:892 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
18:46:39:898 [INFO] 
18:46:39:898 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-forkjoin ---
18:46:39:899 [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:46:39:900 [INFO] 
18:46:39:900 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin ---
18:46:39:901 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:46:39:901 [INFO] Copying 3 resources
18:46:39:902 [INFO] 
18:46:39:902 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
18:46:39:905 [INFO] Changes detected - recompiling the module!
18:46:39:906 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/classes
18:46:40:626 [INFO] 
18:46:40:626 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
18:46:40:627 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:46:40:627 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/src/test/resources
18:46:40:628 [INFO] 
18:46:40:628 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
18:46:40:629 [INFO] Changes detected - recompiling the module!
18:46:40:629 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/test-classes
18:46:41:465 [INFO] 
18:46:41:465 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
18:46:41:467 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/surefire-reports
18:46:41:469 [INFO] 
18:46:41:469 [INFO] -------------------------------------------------------
18:46:41:469 [INFO]  T E S T S
18:46:41:469 [INFO] -------------------------------------------------------
18:46:41:850 [INFO] Running org.eclipse.collections.impl.forkjoin.FJIterateTest
18:46:42:954 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.103 s - in org.eclipse.collections.impl.forkjoin.FJIterateTest
18:46:43:334 [INFO] 
18:46:43:334 [INFO] Results:
18:46:43:334 [INFO] 
18:46:43:334 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
18:46:43:334 [INFO] 
18:46:43:335 [INFO] 
18:46:43:335 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin ---
18:46:43:338 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0.jar
18:46:43:342 [INFO] 
18:46:43:342 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
18:46:43:344 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0-sources.jar
18:46:43:348 [INFO] 
18:46:43:348 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
18:46:43:355 [INFO] No dependency problems found
18:46:43:355 [INFO] 
18:46:43:355 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
18:46:43:356 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.3.0/eclipse-collections-forkjoin-10.3.0.jar
18:46:43:358 [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/eclipse-collections-forkjoin-10.3.0.pom
18:46:43:359 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.3.0/eclipse-collections-forkjoin-10.3.0-sources.jar
18:46:43:361 [INFO] 
18:46:43:361 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
18:46:43:361 [INFO] Building Eclipse Collections JCStress Test Suite 10.3.0           [8/10]
18:46:43:361 [INFO] --------------------------------[ jar ]---------------------------------
18:46:43:465 [INFO] 
18:46:43:465 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
18:46:43:465 [INFO] 
18:46:43:465 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
18:46:43:470 [INFO] 
18:46:43:470 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests ---
18:46:43:471 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:46:43:471 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/main/resources
18:46:43:471 [INFO] 
18:46:43:471 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
18:46:43:473 [INFO] Changes detected - recompiling the module!
18:46:43:474 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/classes
18:46:44:340 [INFO] 
18:46:44:340 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests ---
18:46:44:340 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:46:44:340 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/test/resources
18:46:44:341 [INFO] 
18:46:44:341 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
18:46:44:341 [INFO] No sources to compile
18:46:44:341 [INFO] 
18:46:44:341 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
18:46:44:342 [INFO] No tests to run.
18:46:44:343 [INFO] 
18:46:44:343 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests ---
18:46:44:348 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.3.0.jar
18:46:44:352 [INFO] 
18:46:44:353 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests ---
18:46:44:523 [INFO] Including org.eclipse.collections:eclipse-collections:jar:10.3.0 in the shaded jar.
18:46:44:523 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.3.0 in the shaded jar.
18:46:44:523 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
18:46:44:523 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
18:46:45:673 [WARNING] eclipse-collections-10.3.0.jar, eclipse-collections-api-10.3.0.jar define 3 overlapping resources: 
18:46:45:673 [WARNING]   - LICENSE-EDL-1.0.txt
18:46:45:673 [WARNING]   - LICENSE-EPL-1.0.txt
18:46:45:673 [WARNING]   - about.html
18:46:45:673 [WARNING] eclipse-collections-10.3.0.jar, eclipse-collections-api-10.3.0.jar, jcstress-core-0.4.jar, jcstress-tests-10.3.0.jar, jopt-simple-4.6.jar define 1 overlapping resources: 
18:46:45:674 [WARNING]   - META-INF/MANIFEST.MF
18:46:45:674 [WARNING] maven-shade-plugin has detected that some class files are
18:46:45:674 [WARNING] present in two or more JARs. When this happens, only one
18:46:45:674 [WARNING] single version of the class is copied to the uber jar.
18:46:45:674 [WARNING] Usually this is not harmful and you can skip these warnings,
18:46:45:674 [WARNING] otherwise try to manually exclude artifacts based on
18:46:45:674 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
18:46:45:674 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
18:46:45:680 [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-shaded.jar
18:46:45:681 [INFO] 
18:46:45:681 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests ---
18:46:45:684 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.3.0-sources.jar
18:46:45:698 [INFO] 
18:46:45:698 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests ---
18:46:45:706 [INFO] No dependency problems found
18:46:45:706 [INFO] 
18:46:45:706 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
18:46:45:707 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.3.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/10.3.0/jcstress-tests-10.3.0.jar
18:46:45:708 [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/jcstress-tests-10.3.0.pom
18:46:45:713 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.3.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/10.3.0/jcstress-tests-10.3.0-sources.jar
18:46:45:714 [INFO] 
18:46:45:714 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
18:46:45:715 [INFO] Building Eclipse Collections p2 Repository Build 10.3.0           [9/10]
18:46:45:715 [INFO] --------------------------------[ pom ]---------------------------------
18:46:45:724 [INFO] 
18:46:45:724 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
18:46:45:733 [INFO] 
18:46:45:733 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
18:46:45:768 [INFO] 
18:46:45:768 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository ---
18:46:45:907 [INFO] Skipping pom project
18:46:45:907 [INFO] 
18:46:45:907 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
18:46:45:919 [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/p2-repository-10.3.0.pom
18:46:45:921 [INFO] 
18:46:45:921 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
18:46:45:921 [INFO] Building Eclipse Collections OSGi Bundle 10.3.0                  [10/10]
18:46:45:921 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
18:46:46:397 [INFO] 
18:46:46:397 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
18:46:46:398 [INFO] 
18:46:46:398 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
18:46:49:404 [INFO] The project's OSGi version is 10.3.0.v20200807-1841
18:46:49:404 [INFO] 
18:46:49:404 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections ---
18:46:49:405 [INFO] 
18:46:49:405 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
18:46:49:409 [INFO] 
18:46:49:409 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections ---
18:46:49:431 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:46:49:433 [INFO] Copying 2 resources
18:46:49:437 [INFO] 
18:46:49:437 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
18:46:49:459 [INFO] No sources to compile
18:46:49:459 [INFO] 
18:46:49:459 [INFO] --- ebr-maven-plugin:1.2.0:bundle (default-bundle) @ org.eclipse.collections ---
18:46:49:466 [INFO] Gathering dependencies
18:46:49:471 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:10.3.0:jar
18:46:49:476 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:10.3.0:jar
18:46:49:476 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.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:46:50:389 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.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:46:50:634 [INFO] Merging collected dependencies
18:46:50:638 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:46:50:714 [INFO] Copying 5283 resources
18:46:51:852 [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.jar
18:46:56:239 [INFO] Gathering sources
18:46:56:240 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:10.3.0:jar
18:46:56:241 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:10.3.0:jar
18:46:56:242 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0-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:46:56:912 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0-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:46:57:354 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:46:57:354 [INFO] Copying 2 resources
18:46:57:355 [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-sources.jar
18:46:58:121 [INFO] Packing and signing bundle
18:46:58:121 [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:46:59:608 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.jar
18:47:15:682 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.jar
18:47:24:882 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0-sources.jar
18:47:31:045 [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:47:33:103 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.jar
18:47:42:994 [INFO] Assembling p2 repository
18:47:43:812 [INFO] 
18:47:43:812 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
18:47:43:813 [INFO] 
18:47:43:813 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections ---
18:47:44:573 [INFO] No dependency problems found
18:47:44:573 [INFO] 
18:47:44:573 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
18:47:44:575 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0/org.eclipse.collections-10.3.0.jar
18:47:44:581 [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/org.eclipse.collections-10.3.0.pom
18:47:44:583 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0/org.eclipse.collections-10.3.0-sources.jar
18:47:44:587 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.jar.pack.gz to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0/org.eclipse.collections-10.3.0-pack200.jar.pack.gz
18:47:44:597 [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/org.eclipse.collections-10.3.0-p2metadata.xml
18:47:44:598 [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/org.eclipse.collections-10.3.0-p2artifacts.xml
18:47:44:599 [INFO] 
18:47:44:599 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
18:47:44:600 [INFO] ------------------------------------------------------------------------
18:47:44:600 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.3.0:
18:47:44:600 [INFO] 
18:47:44:601 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  2.000 s]
18:47:44:601 [INFO] Eclipse Collections Code Generator ................. SUCCESS [  2.559 s]
18:47:44:601 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  2.705 s]
18:47:44:601 [INFO] Eclipse Collections API ............................ SUCCESS [  7.497 s]
18:47:44:601 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 31.296 s]
18:47:44:601 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  8.766 s]
18:47:44:602 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  3.474 s]
18:47:44:602 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  2.353 s]
18:47:44:602 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.206 s]
18:47:44:602 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 58.679 s]
18:47:44:602 [INFO] ------------------------------------------------------------------------
18:47:44:602 [INFO] BUILD SUCCESS
18:47:44:602 [INFO] ------------------------------------------------------------------------
18:47:44:603 [INFO] Total time:  02:26 min
18:47:44:603 [INFO] Finished at: 2020-08-07T18:47:44Z
18:47:44:603 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=10.3.0 -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:47:46:468 [INFO] Error stacktraces are turned on.
18:47:46:667 [INFO] Scanning for projects...
18:47:49:903 [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:47:50:061 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/
18:47:50:163 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
18:47:50:196 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
18:47:50:312 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
18:47:50:438 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
18:47:50:544 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
18:47:50:663 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
18:47:50:779 [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:47:50:793 [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:47:51:624 [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:47:51:737 [WARNING] The following locally built units have been used to resolve project dependencies:
18:47:51:737 [WARNING]   org.eclipse.collections/10.3.0.v20200807-1841
18:47:51:738 [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:47:51:755 [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:47:51:761 [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:47:51:767 [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:47:51:782 [WARNING] The following locally built units have been used to resolve project dependencies:
18:47:51:782 [WARNING]   org.eclipse.collections/10.3.0.v20200807-1841
18:47:51:783 [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:47:51:784 [INFO] ------------------------------------------------------------------------
18:47:51:784 [INFO] Reactor Build Order:
18:47:51:784 [INFO] 
18:47:51:785 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
18:47:51:785 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
18:47:51:785 [INFO] p2-repository                                       [eclipse-repository]
18:47:51:788 [INFO] 
18:47:51:789 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
18:47:51:789 [INFO] Building Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT [1/3]
18:47:51:789 [INFO] --------------------------------[ pom ]---------------------------------
18:47:52:033 [INFO] 
18:47:52:033 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
18:47:52:188 [INFO] 
18:47:52:188 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
18:47:52:852 [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:47:52:856 [INFO] 
18:47:52:857 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
18:47:52:857 [INFO] Building org.eclipse.collections.feature 10.3.0-SNAPSHOT           [2/3]
18:47:52:857 [INFO] --------------------------[ eclipse-feature ]---------------------------
18:47:52:859 [INFO] 
18:47:52:860 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
18:47:52:860 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
18:47:52:861 [INFO] 
18:47:52:861 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
18:47:53:119 [INFO] The project's OSGi version is 10.3.0.v20200807-1841
18:47:53:119 [INFO] 
18:47:53:119 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
18:47:53:120 [INFO] 
18:47:53:120 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
18:47:53:121 [INFO] 
18:47:53:121 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
18:47:53:171 [INFO] 
18:47:53:171 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
18:47:53:217 [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:47:53:230 [INFO] 
18:47:53:230 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
18:47:53:247 [INFO] 
18:47:53:247 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
18:47:53:249 [INFO] 
18:47:53:249 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
18:47:53:273 [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:47:53:322 [INFO] 
18:47:53:322 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
18:47:53:328 [INFO] 
18:47:53:328 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.collections.feature ---
18:47:55:229 [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:47:56:383 [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:47:57:457 [INFO] 
18:47:57:457 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
18:47:57:517 [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:47:57:519 [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:47:57:521 [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:47:57:523 [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:47:57:525 [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:47:57:527 [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:47:57:528 [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:47:57:530 [INFO] 
18:47:57:530 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
18:47:57:531 [INFO] 
18:47:57:531 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
18:47:57:531 [INFO] Building p2-repository 10.3.0-SNAPSHOT                             [3/3]
18:47:57:532 [INFO] -------------------------[ eclipse-repository ]-------------------------
18:47:57:533 [INFO] 
18:47:57:533 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
18:47:57:533 [INFO] 
18:47:57:533 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
18:47:57:548 [INFO] The project's OSGi version is 10.3.0.v20200807-1841
18:47:57:549 [INFO] 
18:47:57:549 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
18:47:57:549 [INFO] 
18:47:57:550 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
18:47:58:706 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:47:58:706 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
18:47:58:706 [INFO] 
18:47:58:706 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository ---
18:47:58:719 [INFO] 
18:47:58:719 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
18:47:58:728 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
18:47:58:731 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
18:47:58:731 [INFO] 
18:47:58:731 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository ---
18:47:58:733 [INFO] 
18:47:58:733 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository ---
18:47:58:740 [INFO] 
18:47:58:740 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
18:47:58:741 [INFO] 
18:47:58:741 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository ---
18:47:59:496 [INFO] 
18:47:59:496 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository ---
18:47:59:507 [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:48:00:003 [INFO] 
18:48:00:003 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
18:48:00:004 [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:48:00:013 [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:48:00:015 [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:48:00:016 [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:48:00:018 [INFO] 
18:48:00:018 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository ---
18:48:00:019 [INFO] ------------------------------------------------------------------------
18:48:00:019 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT:
18:48:00:019 [INFO] 
18:48:00:020 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  1.068 s]
18:48:00:020 [INFO] org.eclipse.collections.feature .................... SUCCESS [  4.675 s]
18:48:00:020 [INFO] p2-repository ...................................... SUCCESS [  2.488 s]
18:48:00:020 [INFO] ------------------------------------------------------------------------
18:48:00:020 [INFO] BUILD SUCCESS
18:48:00:020 [INFO] ------------------------------------------------------------------------
18:48:00:021 [INFO] Total time:  13.509 s
18:48:00:021 [INFO] Finished at: 2020-08-07T18:48:00Z
18:48:00:021 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=10.3.0 -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:48:01:865 [INFO] Error stacktraces are turned on.
18:48:02:055 [INFO] Scanning for projects...
18:48:03:624 [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:48:03:937 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/
18:48:04:040 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
18:48:04:092 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
18:48:04:219 [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:48:04:228 [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:48:04:607 [WARNING] The following locally built units have been used to resolve project dependencies:
18:48:04:607 [WARNING]   org.eclipse.collections/10.3.0.v20200807-1841
18:48:04:608 [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:48:04:628 [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:48:04:632 [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:48:04:638 [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:48:04:654 [WARNING] The following locally built units have been used to resolve project dependencies:
18:48:04:654 [WARNING]   org.eclipse.collections/10.3.0.v20200807-1841
18:48:04:654 [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:48:04:655 [INFO] ------------------------------------------------------------------------
18:48:04:655 [INFO] Reactor Build Order:
18:48:04:655 [INFO] 
18:48:04:656 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
18:48:04:656 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
18:48:04:657 [INFO] p2-repository                                       [eclipse-repository]
18:48:04:660 [INFO] 
18:48:04:660 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
18:48:04:660 [INFO] Building Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT [1/3]
18:48:04:660 [INFO] --------------------------------[ pom ]---------------------------------
18:48:04:667 [INFO] 
18:48:04:668 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
18:48:04:719 [INFO] 
18:48:04:719 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
18:48:04:751 [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:48:04:757 [INFO] 
18:48:04:758 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
18:48:04:758 [INFO] Building org.eclipse.collections.feature 10.3.0-SNAPSHOT           [2/3]
18:48:04:758 [INFO] --------------------------[ eclipse-feature ]---------------------------
18:48:04:761 [INFO] 
18:48:04:761 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
18:48:04:762 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
18:48:04:763 [INFO] 
18:48:04:763 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
18:48:05:074 [INFO] The project's OSGi version is 10.3.0.v20200807-1841
18:48:05:074 [INFO] 
18:48:05:074 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
18:48:05:075 [INFO] 
18:48:05:075 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
18:48:05:077 [INFO] 
18:48:05:077 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
18:48:05:147 [INFO] 
18:48:05:147 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
18:48:05:207 [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:48:05:220 [INFO] 
18:48:05:221 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
18:48:05:236 [INFO] 
18:48:05:236 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
18:48:05:238 [INFO] 
18:48:05:238 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
18:48:05:258 [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:48:05:323 [INFO] 
18:48:05:324 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
18:48:05:329 [INFO] 
18:48:05:329 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.collections.feature ---
18:48:05:447 [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:48:06:652 [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:48:07:710 [INFO] 
18:48:07:710 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
18:48:07:725 [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:48:07:726 [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:48:07:729 [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:48:07:731 [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:48:07:732 [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:48:07:738 [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:48:07:740 [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:48:07:742 [INFO] 
18:48:07:742 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
18:48:07:744 [INFO] 
18:48:07:744 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
18:48:07:744 [INFO] Building p2-repository 10.3.0-SNAPSHOT                             [3/3]
18:48:07:744 [INFO] -------------------------[ eclipse-repository ]-------------------------
18:48:07:746 [INFO] 
18:48:07:746 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
18:48:07:747 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target
18:48:07:754 [INFO] 
18:48:07:754 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
18:48:07:775 [INFO] The project's OSGi version is 10.3.0.v20200807-1841
18:48:07:775 [INFO] 
18:48:07:775 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
18:48:07:796 [INFO] 
18:48:07:796 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
18:48:07:837 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:48:07:837 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
18:48:07:838 [INFO] 
18:48:07:838 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository ---
18:48:07:849 [INFO] 
18:48:07:849 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
18:48:07:859 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
18:48:07:899 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
18:48:07:899 [INFO] 
18:48:07:899 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository ---
18:48:07:902 [INFO] 
18:48:07:902 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository ---
18:48:07:910 [INFO] 
18:48:07:910 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
18:48:07:912 [INFO] 
18:48:07:912 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository ---
18:48:09:243 [INFO] 
18:48:09:243 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository ---
18:48:09:253 [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:48:09:605 [INFO] 
18:48:09:605 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
18:48:09:606 [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:48:09:618 [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:48:09:696 [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:48:09:697 [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:48:09:735 [INFO] 
18:48:09:735 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository ---
18:48:09:736 [INFO] ------------------------------------------------------------------------
18:48:09:737 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT:
18:48:09:737 [INFO] 
18:48:09:737 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  0.097 s]
18:48:09:737 [INFO] org.eclipse.collections.feature .................... SUCCESS [  2.987 s]
18:48:09:737 [INFO] p2-repository ...................................... SUCCESS [  1.992 s]
18:48:09:737 [INFO] ------------------------------------------------------------------------
18:48:09:738 [INFO] BUILD SUCCESS
18:48:09:738 [INFO] ------------------------------------------------------------------------
18:48:09:738 [INFO] Total time:  7.857 s
18:48:09:738 [INFO] Finished at: 2020-08-07T18:48:09Z
18:48:09:738 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /bin/bash /tmp/jenkins161876128644708955.sh
running command ssh genie.collections@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/collections/10.3.0
running command ssh genie.collections@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/collections/10.3.0
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections
total 35752
drwxrwsr-x  27 genie.collections technology.collections    4096 Aug  7 14:48 .
drwxr-xr-x 338 root              root                      8192 Jul 31 13:21 ..
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   2 genie.collections technology.collections      10 Aug  7 14:48 10.3.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   3 genie.collections technology.collections      71 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
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
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/10.3.0
total 32516
drwxrwsr-x  3 genie.collections technology.collections       77 Aug  7 14:48 .
drwxrwsr-x 27 genie.collections technology.collections     4096 Aug  7 14:48 ..
-rw-r--r--  1 genie.collections technology.collections 17302719 Aug  7 14:48 p2-repository-10.3.0-SNAPSHOT.zip
drwxr-sr-x  4 genie.collections technology.collections      171 Aug  7 14:48 repository
running command ssh genie.collections@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/collections/10.3.0/p2-repository-*.zip /home/data/httpd/download.eclipse.org/collections/10.3.0/p2-repository-10.3.0.zip
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/10.3.0
total 32516
drwxrwsr-x  3 genie.collections technology.collections       68 Aug  7 14:48 .
drwxrwsr-x 27 genie.collections technology.collections     4096 Aug  7 14:48 ..
-rw-r--r--  1 genie.collections technology.collections 17302719 Aug  7 14:48 p2-repository-10.3.0.zip
drwxr-sr-x  4 genie.collections technology.collections      171 Aug  7 14:48 repository
All DONE!!!
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 79 killed;
[ssh-agent] Stopped.
Finished: SUCCESS