Skip to content

Console Output

Started by user Nikhil Nanivadekar
Running as Nikhil Nanivadekar
Agent basic-12shg is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-12shg"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-12shg"
    - 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-12shg"
    - 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-12shg 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-AkBRg7f4qVys/agent.76
SSH_AGENT_PID=78
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_6711467646928448708.key (/home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_6711467646928448708.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.4.0^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/tags/10.4.0^{commit} # timeout=10
Checking out Revision b613ff1ee0743354b8402ecbb6dee19773645ebb (tags/10.4.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b613ff1ee0743354b8402ecbb6dee19773645ebb # timeout=10
Commit message: "Release version 10.4.0."
 > git rev-list --no-walk 50dfc4a80df1ac3e9ac448e0c995800be2e00199 # timeout=10
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_TAG=10.4.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-1127.el7.x86_64", arch: "amd64", family: "unix"
21:00:18:751 [INFO] Error stacktraces are turned on.
21:00:19:024 [INFO] Scanning for projects...
21:00:53:598 [INFO] ------------------------------------------------------------------------
21:00:53:598 [INFO] Reactor Build Order:
21:00:53:599 [INFO] 
21:00:53:600 [INFO] Eclipse Collections Parent Project                                 [pom]
21:00:53:600 [INFO] Eclipse Collections Code Generator                                 [jar]
21:00:53:600 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
21:00:53:600 [INFO] Eclipse Collections API                                            [jar]
21:00:53:600 [INFO] Eclipse Collections Main Library                                   [jar]
21:00:53:601 [INFO] Eclipse Collections Test Utilities                                 [jar]
21:00:53:601 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
21:00:53:601 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
21:00:53:601 [INFO] Eclipse Collections p2 Repository Build                            [pom]
21:00:53:601 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
21:00:53:605 [INFO] 
21:00:53:605 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
21:00:53:605 [INFO] Building Eclipse Collections Parent Project 10.4.0                [1/10]
21:00:53:605 [INFO] --------------------------------[ pom ]---------------------------------
21:00:53:950 [INFO] 
21:00:53:951 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
21:00:54:037 [INFO] 
21:00:54:037 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
21:00:54:339 [INFO] 
21:00:54:339 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
21:00:55:553 [INFO] Skipping pom project
21:00:55:553 [INFO] 
21:00:55:553 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
21:00:55:744 [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.4.0/eclipse-collections-parent-10.4.0.pom
21:00:55:749 [INFO] 
21:00:55:749 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
21:00:55:749 [INFO] Building Eclipse Collections Code Generator 10.4.0                [2/10]
21:00:55:749 [INFO] --------------------------------[ jar ]---------------------------------
21:00:56:007 [INFO] 
21:00:56:007 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
21:00:56:008 [INFO] 
21:00:56:008 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
21:00:56:017 [INFO] 
21:00:56:017 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator ---
21:00:56:161 [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:00:56:173 [INFO] Copying 355 resources
21:00:56:292 [INFO] 
21:00:56:292 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
21:00:56:560 [INFO] Changes detected - recompiling the module!
21:00:56:568 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/classes
21:00:57:523 [INFO] 
21:00:57:523 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
21:00:57:524 [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:00:57:525 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/src/test/resources
21:00:57:525 [INFO] 
21:00:57:525 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
21:00:57:532 [INFO] Changes detected - recompiling the module!
21:00:57:533 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/test-classes
21:00:57:945 [INFO] 
21:00:57:945 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
21:00:58:149 [INFO] 
21:00:58:149 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
21:00:58:474 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.4.0.jar
21:00:58:580 [INFO] 
21:00:58:580 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
21:00:58:645 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.4.0-sources.jar
21:00:58:790 [INFO] 
21:00:58:790 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
21:00:58:812 [INFO] No dependency problems found
21:00:58:813 [INFO] 
21:00:58:813 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
21:00:58:815 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.4.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.4.0/eclipse-collections-code-generator-10.4.0.jar
21:00:58:817 [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.4.0/eclipse-collections-code-generator-10.4.0.pom
21:00:58:819 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.4.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.4.0/eclipse-collections-code-generator-10.4.0-sources.jar
21:00:58:824 [INFO] 
21:00:58:824 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
21:00:58:824 [INFO] Building Eclipse Collections Code Generator Maven Plugin 10.4.0   [3/10]
21:00:58:824 [INFO] ----------------------------[ maven-plugin ]----------------------------
21:00:59:405 [INFO] 
21:00:59:405 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
21:00:59:406 [INFO] 
21:00:59:406 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
21:00:59:428 [INFO] 
21:00:59:428 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
21:00:59:429 [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:00:59:429 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/main/resources
21:00:59:429 [INFO] 
21:00:59:429 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
21:00:59:431 [INFO] Changes detected - recompiling the module!
21:00:59:432 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/classes
21:01:00:008 [INFO] 
21:01:00:008 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
21:01:01:780 [INFO] Using 'UTF-8' encoding to read mojo source files.
21:01:01:832 [INFO] java-javadoc mojo extractor found 1 mojo descriptor.
21:01:01:913 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
21:01:01:988 [INFO] 
21:01:01:988 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
21:01:01:989 [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:01:01:989 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/test/resources
21:01:01:990 [INFO] 
21:01:01:990 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
21:01:01:991 [INFO] No sources to compile
21:01:01:991 [INFO] 
21:01:01:991 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
21:01:01:993 [INFO] No tests to run.
21:01:01:994 [INFO] 
21:01:01:994 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
21:01:01:998 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.4.0.jar
21:01:02:002 [INFO] 
21:01:02:002 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
21:01:02:003 [INFO] 
21:01:02:003 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
21:01:02:007 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.4.0-sources.jar
21:01:02:011 [INFO] 
21:01:02:011 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
21:01:02:014 [INFO] No dependency problems found
21:01:02:014 [INFO] 
21:01:02:014 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
21:01:02:016 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.4.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.4.0/eclipse-collections-code-generator-maven-plugin-10.4.0.jar
21:01:02:018 [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.4.0/eclipse-collections-code-generator-maven-plugin-10.4.0.pom
21:01:02:032 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.4.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.4.0/eclipse-collections-code-generator-maven-plugin-10.4.0-sources.jar
21:01:02:070 [INFO] 
21:01:02:070 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
21:01:02:070 [INFO] Building Eclipse Collections API 10.4.0                           [4/10]
21:01:02:070 [INFO] --------------------------------[ jar ]---------------------------------
21:01:02:138 [INFO] 
21:01:02:138 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
21:01:02:139 [INFO] 
21:01:02:139 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
21:01:02:141 [INFO] 
21:01:02:141 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.4.0:generate (default) @ eclipse-collections-api ---
21:01:02:148 [INFO] Generating sources to eclipse-collections-api
21:01:02:976 [INFO] Generated 1171 files
21:01:02:976 [INFO] 
21:01:02:976 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api ---
21:01:02:977 [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:01:02:978 [INFO] Copying 3 resources
21:01:02:978 [INFO] 
21:01:02:979 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
21:01:03:125 [INFO] Changes detected - recompiling the module!
21:01:03:126 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/classes
21:01:06:915 [INFO] 
21:01:06:915 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api ---
21:01:08:826 [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.
21:01:08:826 [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.
21:01:08:826 [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.
21:01:08:826 [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.
21:01:08:827 [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.
21:01:09:463 [INFO] 
21:01:09:463 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api ---
21:01:09:465 [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:01:09:465 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/src/test/resources
21:01:09:465 [INFO] 
21:01:09:465 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
21:01:09:466 [INFO] No sources to compile
21:01:09:466 [INFO] 
21:01:09:466 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
21:01:09:467 [INFO] No tests to run.
21:01:09:468 [INFO] 
21:01:09:468 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api ---
21:01:09:570 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.4.0.jar
21:01:09:691 [INFO] 
21:01:09:691 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
21:01:09:728 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.4.0-sources.jar
21:01:10:068 [INFO] 
21:01:10:068 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
21:01:10:241 [INFO] No dependency problems found
21:01:10:241 [INFO] 
21:01:10:241 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
21:01:10:242 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.4.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/10.4.0/eclipse-collections-api-10.4.0.jar
21:01:10:249 [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.4.0/eclipse-collections-api-10.4.0.pom
21:01:10:250 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.4.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/10.4.0/eclipse-collections-api-10.4.0-sources.jar
21:01:10:270 [INFO] 
21:01:10:270 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
21:01:10:270 [INFO] Building Eclipse Collections Main Library 10.4.0                  [5/10]
21:01:10:270 [INFO] --------------------------------[ jar ]---------------------------------
21:01:10:272 [INFO] 
21:01:10:272 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
21:01:10:273 [INFO] 
21:01:10:273 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
21:01:10:275 [INFO] 
21:01:10:276 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.4.0:generate (default) @ eclipse-collections ---
21:01:10:276 [INFO] Generating sources to eclipse-collections
21:01:13:476 [INFO] Generated 1438 files
21:01:13:477 [INFO] 
21:01:13:477 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections ---
21:01:13:479 [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:01:13:480 [INFO] Copying 24 resources
21:01:13:490 [INFO] 
21:01:13:490 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
21:01:13:641 [INFO] Changes detected - recompiling the module!
21:01:13:643 [INFO] Compiling 2093 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/classes
21:01:39:772 [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
21:01:39:772 [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
21:01:39:773 [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
21:01:39:773 [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
21:01:39:774 [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
21:01:39:774 [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
21:01:39:774 [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
21:01:39:775 [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
21:01:39:776 [INFO] 
21:01:39:776 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections ---
21:01:39:844 [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.
21:01:39:844 [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.
21:01:39:844 [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.
21:01:39:845 [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.
21:01:39:845 [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.
21:01:41:954 [INFO] 
21:01:41:954 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections ---
21:01:41:955 [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:01:41:956 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/test/resources
21:01:41:956 [INFO] 
21:01:41:956 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
21:01:41:957 [INFO] No sources to compile
21:01:41:957 [INFO] 
21:01:41:957 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
21:01:41:994 [INFO] No tests to run.
21:01:41:995 [INFO] 
21:01:41:995 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections ---
21:01:42:218 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.4.0.jar
21:01:42:810 [INFO] 
21:01:42:810 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections ---
21:01:42:875 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.4.0-sources.jar
21:01:43:327 [INFO] 
21:01:43:327 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections ---
21:01:44:446 [INFO] No dependency problems found
21:01:44:446 [INFO] 
21:01:44:446 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
21:01:44:447 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.4.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/10.4.0/eclipse-collections-10.4.0.jar
21:01:44:453 [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.4.0/eclipse-collections-10.4.0.pom
21:01:44:454 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.4.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/10.4.0/eclipse-collections-10.4.0-sources.jar
21:01:44:466 [INFO] 
21:01:44:466 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
21:01:44:467 [INFO] Building Eclipse Collections Test Utilities 10.4.0                [6/10]
21:01:44:467 [INFO] --------------------------------[ jar ]---------------------------------
21:01:44:678 [INFO] 
21:01:44:679 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
21:01:44:679 [INFO] 
21:01:44:679 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
21:01:44:684 [INFO] 
21:01:44:684 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-testutils ---
21:01:46:142 [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
21:01:46:143 [INFO] 
21:01:46:143 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils ---
21:01:46:143 [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:01:46:144 [INFO] Copying 3 resources
21:01:46:145 [INFO] 
21:01:46:145 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
21:01:46:146 [INFO] Changes detected - recompiling the module!
21:01:46:147 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/classes
21:01:47:026 [INFO] 
21:01:47:026 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils ---
21:01:47:027 [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:01:47:027 [INFO] Copying 1 resource
21:01:47:028 [INFO] 
21:01:47:028 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
21:01:47:029 [INFO] Changes detected - recompiling the module!
21:01:47:030 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/test-classes
21:01:48:557 [INFO] 
21:01:48:558 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
21:01:48:560 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/surefire-reports
21:01:48:704 [INFO] 
21:01:48:704 [INFO] -------------------------------------------------------
21:01:48:704 [INFO]  T E S T S
21:01:48:704 [INFO] -------------------------------------------------------
21:01:49:110 [INFO] Running org.eclipse.collections.impl.test.SerializeTestHelperTest
21:01:49:200 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.collections.impl.test.SerializeTestHelperTest
21:01:49:201 [INFO] Running org.eclipse.collections.impl.test.AssertNotEqualsThrowsTest
21:01:49:218 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.test.AssertNotEqualsThrowsTest
21:01:49:218 [INFO] Running org.eclipse.collections.impl.test.CollectionsEqualTest
21:01:49:486 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 s - in org.eclipse.collections.impl.test.CollectionsEqualTest
21:01:49:487 [INFO] Running org.eclipse.collections.impl.test.ExceptionThrownTest
21:01:49:490 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.test.ExceptionThrownTest
21:01:49:490 [INFO] Running org.eclipse.collections.impl.test.AssertNotEqualsTest
21:01:49:495 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.test.AssertNotEqualsTest
21:01:49:495 [INFO] Running org.eclipse.collections.impl.test.VerifyTest
21:01:49:969 [INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.451 s - in org.eclipse.collections.impl.test.VerifyTest
21:01:50:320 [INFO] 
21:01:50:321 [INFO] Results:
21:01:50:321 [INFO] 
21:01:50:321 [INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0
21:01:50:321 [INFO] 
21:01:50:323 [INFO] 
21:01:50:323 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils ---
21:01:50:326 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.4.0.jar
21:01:50:332 [INFO] 
21:01:50:332 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
21:01:50:334 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.4.0-sources.jar
21:01:50:339 [INFO] 
21:01:50:339 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
21:01:50:348 [INFO] No dependency problems found
21:01:50:348 [INFO] 
21:01:50:348 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
21:01:50:349 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.4.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/10.4.0/eclipse-collections-testutils-10.4.0.jar
21:01:50:350 [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.4.0/eclipse-collections-testutils-10.4.0.pom
21:01:50:351 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.4.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/10.4.0/eclipse-collections-testutils-10.4.0-sources.jar
21:01:50:352 [INFO] 
21:01:50:352 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
21:01:50:352 [INFO] Building Eclipse Collections Fork Join Utilities 10.4.0           [7/10]
21:01:50:353 [INFO] --------------------------------[ jar ]---------------------------------
21:01:50:355 [INFO] 
21:01:50:355 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
21:01:50:356 [INFO] 
21:01:50:356 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
21:01:50:360 [INFO] 
21:01:50:360 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-forkjoin ---
21:01:50:360 [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
21:01:50:361 [INFO] 
21:01:50:361 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin ---
21:01:50:362 [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:01:50:362 [INFO] Copying 3 resources
21:01:50:363 [INFO] 
21:01:50:363 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
21:01:50:366 [INFO] Changes detected - recompiling the module!
21:01:50:366 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/classes
21:01:51:045 [INFO] 
21:01:51:045 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
21:01:51:046 [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:01:51:046 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/src/test/resources
21:01:51:046 [INFO] 
21:01:51:046 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
21:01:51:047 [INFO] Changes detected - recompiling the module!
21:01:51:048 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/test-classes
21:01:51:946 [INFO] 
21:01:51:946 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
21:01:51:948 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/surefire-reports
21:01:51:950 [INFO] 
21:01:51:950 [INFO] -------------------------------------------------------
21:01:51:950 [INFO]  T E S T S
21:01:51:950 [INFO] -------------------------------------------------------
21:01:52:379 [INFO] Running org.eclipse.collections.impl.forkjoin.FJIterateTest
21:01:53:498 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.118 s - in org.eclipse.collections.impl.forkjoin.FJIterateTest
21:01:53:842 [INFO] 
21:01:53:842 [INFO] Results:
21:01:53:842 [INFO] 
21:01:53:842 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
21:01:53:842 [INFO] 
21:01:53:843 [INFO] 
21:01:53:843 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin ---
21:01:53:845 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.4.0.jar
21:01:53:850 [INFO] 
21:01:53:850 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
21:01:53:852 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.4.0-sources.jar
21:01:53:856 [INFO] 
21:01:53:856 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
21:01:53:868 [INFO] No dependency problems found
21:01:53:868 [INFO] 
21:01:53:868 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
21:01:53:869 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.4.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.4.0/eclipse-collections-forkjoin-10.4.0.jar
21:01:53:875 [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.4.0/eclipse-collections-forkjoin-10.4.0.pom
21:01:53:879 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.4.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.4.0/eclipse-collections-forkjoin-10.4.0-sources.jar
21:01:53:880 [INFO] 
21:01:53:880 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
21:01:53:880 [INFO] Building Eclipse Collections JCStress Test Suite 10.4.0           [8/10]
21:01:53:881 [INFO] --------------------------------[ jar ]---------------------------------
21:01:54:077 [INFO] 
21:01:54:077 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
21:01:54:077 [INFO] 
21:01:54:078 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
21:01:54:083 [INFO] 
21:01:54:083 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests ---
21:01:54:083 [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:01:54:083 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/main/resources
21:01:54:084 [INFO] 
21:01:54:084 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
21:01:54:086 [INFO] Changes detected - recompiling the module!
21:01:54:086 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/classes
21:01:54:926 [INFO] 
21:01:54:926 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests ---
21:01:54:926 [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:01:54:926 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/test/resources
21:01:54:927 [INFO] 
21:01:54:927 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
21:01:54:927 [INFO] No sources to compile
21:01:54:927 [INFO] 
21:01:54:927 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
21:01:54:929 [INFO] No tests to run.
21:01:54:929 [INFO] 
21:01:54:929 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests ---
21:01:54:932 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.4.0.jar
21:01:54:936 [INFO] 
21:01:54:936 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests ---
21:01:55:839 [INFO] Including org.eclipse.collections:eclipse-collections:jar:10.4.0 in the shaded jar.
21:01:55:839 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.4.0 in the shaded jar.
21:01:55:839 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
21:01:55:839 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
21:01:56:838 [WARNING] eclipse-collections-10.4.0.jar, eclipse-collections-api-10.4.0.jar, jcstress-core-0.4.jar, jcstress-tests-10.4.0.jar, jopt-simple-4.6.jar define 1 overlapping resources: 
21:01:56:839 [WARNING]   - META-INF/MANIFEST.MF
21:01:56:839 [WARNING] eclipse-collections-10.4.0.jar, eclipse-collections-api-10.4.0.jar define 3 overlapping resources: 
21:01:56:839 [WARNING]   - LICENSE-EDL-1.0.txt
21:01:56:839 [WARNING]   - LICENSE-EPL-1.0.txt
21:01:56:839 [WARNING]   - about.html
21:01:56:839 [WARNING] maven-shade-plugin has detected that some class files are
21:01:56:839 [WARNING] present in two or more JARs. When this happens, only one
21:01:56:839 [WARNING] single version of the class is copied to the uber jar.
21:01:56:839 [WARNING] Usually this is not harmful and you can skip these warnings,
21:01:56:839 [WARNING] otherwise try to manually exclude artifacts based on
21:01:56:839 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
21:01:56:840 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
21:01:56:844 [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.4.0-shaded.jar
21:01:56:845 [INFO] 
21:01:56:845 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests ---
21:01:56:848 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.4.0-sources.jar
21:01:56:852 [INFO] 
21:01:56:852 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests ---
21:01:56:874 [INFO] No dependency problems found
21:01:56:874 [INFO] 
21:01:56:874 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
21:01:56:875 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.4.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/10.4.0/jcstress-tests-10.4.0.jar
21:01:56:878 [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.4.0/jcstress-tests-10.4.0.pom
21:01:56:879 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.4.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/10.4.0/jcstress-tests-10.4.0-sources.jar
21:01:56:880 [INFO] 
21:01:56:880 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
21:01:56:880 [INFO] Building Eclipse Collections p2 Repository Build 10.4.0           [9/10]
21:01:56:880 [INFO] --------------------------------[ pom ]---------------------------------
21:01:56:890 [INFO] 
21:01:56:891 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
21:01:56:899 [INFO] 
21:01:56:899 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
21:01:56:933 [INFO] 
21:01:56:933 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository ---
21:01:57:075 [INFO] Skipping pom project
21:01:57:075 [INFO] 
21:01:57:075 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
21:01:57:087 [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.4.0/p2-repository-10.4.0.pom
21:01:57:090 [INFO] 
21:01:57:090 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
21:01:57:090 [INFO] Building Eclipse Collections OSGi Bundle 10.4.0                  [10/10]
21:01:57:090 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
21:01:57:473 [INFO] 
21:01:57:473 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
21:01:57:473 [INFO] 
21:01:57:473 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
21:02:00:114 [INFO] The project's OSGi version is 10.4.0.v20200820-2049
21:02:00:114 [INFO] 
21:02:00:114 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections ---
21:02:00:115 [INFO] 
21:02:00:115 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
21:02:00:118 [INFO] 
21:02:00:118 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections ---
21:02:00:140 [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:02:00:142 [INFO] Copying 2 resources
21:02:00:168 [INFO] 
21:02:00:168 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
21:02:00:191 [INFO] No sources to compile
21:02:00:191 [INFO] 
21:02:00:191 [INFO] --- ebr-maven-plugin:1.2.0:bundle (default-bundle) @ org.eclipse.collections ---
21:02:00:198 [INFO] Gathering dependencies
21:02:00:203 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:10.4.0:jar
21:02:00:208 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:10.4.0:jar
21:02:00:209 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.4.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/**/*.*"
21:02:01:199 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.4.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/**/*.*"
21:02:01:462 [INFO] Merging collected dependencies
21:02:01:466 [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:02:01:530 [INFO] Copying 5283 resources
21:02:02:648 [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.4.0.jar
21:02:06:810 [INFO] Gathering sources
21:02:06:813 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:10.4.0:jar
21:02:06:813 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:10.4.0:jar
21:02:06:814 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.4.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/**/*.*"
21:02:07:543 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.4.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/**/*.*"
21:02:07:973 [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:02:07:973 [INFO] Copying 2 resources
21:02:07:974 [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.4.0-sources.jar
21:02:08:798 [INFO] Packing and signing bundle
21:02:08:799 [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"
21:02:09:638 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.4.0.jar
21:02:25:187 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.4.0.jar
21:02:35:296 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.4.0-sources.jar
21:02:42:437 [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"
21:02:43:061 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.4.0.jar
21:02:52:943 [INFO] Assembling p2 repository
21:02:53:731 [INFO] 
21:02:53:731 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
21:02:53:732 [INFO] 
21:02:53:732 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections ---
21:02:54:569 [INFO] No dependency problems found
21:02:54:570 [INFO] 
21:02:54:570 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
21:02:54:571 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.4.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.4.0/org.eclipse.collections-10.4.0.jar
21:02:54:579 [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.4.0/org.eclipse.collections-10.4.0.pom
21:02:54:581 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.4.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.4.0/org.eclipse.collections-10.4.0-sources.jar
21:02:54:595 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.4.0.jar.pack.gz to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.4.0/org.eclipse.collections-10.4.0-pack200.jar.pack.gz
21:02:54: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.4.0/org.eclipse.collections-10.4.0-p2metadata.xml
21:02:54:599 [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.4.0/org.eclipse.collections-10.4.0-p2artifacts.xml
21:02:54:600 [INFO] 
21:02:54:600 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
21:02:54:602 [INFO] ------------------------------------------------------------------------
21:02:54:602 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.4.0:
21:02:54:602 [INFO] 
21:02:54:602 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  2.143 s]
21:02:54:602 [INFO] Eclipse Collections Code Generator ................. SUCCESS [  3.075 s]
21:02:54:603 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  3.246 s]
21:02:54:603 [INFO] Eclipse Collections API ............................ SUCCESS [  8.200 s]
21:02:54:603 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 34.196 s]
21:02:54:603 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  5.886 s]
21:02:54:603 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  3.528 s]
21:02:54:603 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  3.000 s]
21:02:54:603 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.210 s]
21:02:54:604 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 57.512 s]
21:02:54:604 [INFO] ------------------------------------------------------------------------
21:02:54:604 [INFO] BUILD SUCCESS
21:02:54:604 [INFO] ------------------------------------------------------------------------
21:02:54:604 [INFO] Total time:  02:35 min
21:02:54:604 [INFO] Finished at: 2020-08-20T21:02:54Z
21:02:54:604 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=10.4.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-1127.el7.x86_64", arch: "amd64", family: "unix"
21:02:56:734 [INFO] Error stacktraces are turned on.
21:02:56:933 [INFO] Scanning for projects...
21:03:00:001 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
21:03:00:138 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/
21:03:00:241 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
21:03:00:293 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
21:03:00:415 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
21:03:00:548 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
21:03:00:653 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
21:03:00:779 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
21:03:00:894 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository
21:03:00:908 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
21:03:01:740 [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)
21:03:01:853 [WARNING] The following locally built units have been used to resolve project dependencies:
21:03:01:853 [WARNING]   org.eclipse.collections/10.4.0.v20200820-2049
21:03:01:854 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
21:03:01:870 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:10.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
21:03:01:875 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository
21:03:01:881 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:10.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
21:03:01:900 [WARNING] The following locally built units have been used to resolve project dependencies:
21:03:01:900 [WARNING]   org.eclipse.collections/10.4.0.v20200820-2049
21:03:01:901 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:10.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
21:03:01:902 [INFO] ------------------------------------------------------------------------
21:03:01:902 [INFO] Reactor Build Order:
21:03:01:902 [INFO] 
21:03:01:903 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
21:03:01:903 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
21:03:01:903 [INFO] p2-repository                                       [eclipse-repository]
21:03:01:906 [INFO] 
21:03:01:906 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
21:03:01:906 [INFO] Building Eclipse Collections p2 Repository with Feature Build 10.4.0-SNAPSHOT [1/3]
21:03:01:907 [INFO] --------------------------------[ pom ]---------------------------------
21:03:02:033 [INFO] 
21:03:02:033 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
21:03:02:166 [INFO] 
21:03:02:167 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
21:03:02:789 [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.4.0-SNAPSHOT/p2-feature-10.4.0-SNAPSHOT.pom
21:03:02:798 [INFO] 
21:03:02:798 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
21:03:02:798 [INFO] Building org.eclipse.collections.feature 10.4.0-SNAPSHOT           [2/3]
21:03:02:799 [INFO] --------------------------[ eclipse-feature ]---------------------------
21:03:02:802 [INFO] 
21:03:02:802 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
21:03:02:803 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
21:03:02:804 [INFO] 
21:03:02:804 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
21:03:03:149 [INFO] The project's OSGi version is 10.4.0.v20200820-2049
21:03:03:149 [INFO] 
21:03:03:149 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
21:03:03:150 [INFO] 
21:03:03:151 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
21:03:03:152 [INFO] 
21:03:03:152 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
21:03:03:202 [INFO] 
21:03:03:202 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
21:03:03:244 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.4.0-SNAPSHOT.jar
21:03:03:257 [INFO] 
21:03:03:257 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
21:03:03:271 [INFO] 
21:03:03:271 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
21:03:03:273 [INFO] 
21:03:03:273 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
21:03:03:293 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.4.0-SNAPSHOT-sources-feature.jar
21:03:03:374 [INFO] 
21:03:03:374 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
21:03:03:380 [INFO] 
21:03:03:380 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.collections.feature ---
21:03:05:516 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.4.0-SNAPSHOT.jar
21:03:07:141 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.4.0-SNAPSHOT-sources-feature.jar
21:03:08:949 [INFO] 
21:03:08:949 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
21:03:08:992 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.4.0-SNAPSHOT/org.eclipse.collections.feature-10.4.0-SNAPSHOT.jar
21:03:08:993 [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.4.0-SNAPSHOT/org.eclipse.collections.feature-10.4.0-SNAPSHOT.pom
21:03:08:995 [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.4.0-SNAPSHOT/org.eclipse.collections.feature-10.4.0-SNAPSHOT-p2metadata.xml
21:03:08:998 [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.4.0-SNAPSHOT/org.eclipse.collections.feature-10.4.0-SNAPSHOT-p2artifacts.xml
21:03:09:001 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.4.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.4.0-SNAPSHOT/org.eclipse.collections.feature-10.4.0-SNAPSHOT-sources-feature.jar
21:03:09:003 [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.4.0-SNAPSHOT/org.eclipse.collections.feature-10.4.0-SNAPSHOT-p2metadata.xml
21:03:09:005 [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.4.0-SNAPSHOT/org.eclipse.collections.feature-10.4.0-SNAPSHOT-p2artifacts.xml
21:03:09:006 [INFO] 
21:03:09:006 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
21:03:09:013 [INFO] 
21:03:09:013 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
21:03:09:013 [INFO] Building p2-repository 10.4.0-SNAPSHOT                             [3/3]
21:03:09:013 [INFO] -------------------------[ eclipse-repository ]-------------------------
21:03:09:014 [INFO] 
21:03:09:014 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
21:03:09:015 [INFO] 
21:03:09:015 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
21:03:09:038 [INFO] The project's OSGi version is 10.4.0.v20200820-2049
21:03:09:039 [INFO] 
21:03:09:039 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
21:03:09:040 [INFO] 
21:03:09:040 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
21:03:09:847 [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:03:09:847 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
21:03:09:847 [INFO] 
21:03:09:847 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository ---
21:03:09:856 [INFO] 
21:03:09:856 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
21:03:09:864 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
21:03:09:868 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
21:03:09:869 [INFO] 
21:03:09:869 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository ---
21:03:09:871 [INFO] 
21:03:09:872 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository ---
21:03:09:881 [INFO] 
21:03:09:881 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
21:03:09:882 [INFO] 
21:03:09:882 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository ---
21:03:11:230 [INFO] 
21:03:11:230 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository ---
21:03:11:240 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.4.0-SNAPSHOT.zip
21:03:11:635 [INFO] 
21:03:11:635 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
21:03:11:636 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.4.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.4.0-SNAPSHOT/p2-repository-10.4.0-SNAPSHOT.zip
21:03:11:645 [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.4.0-SNAPSHOT/p2-repository-10.4.0-SNAPSHOT.pom
21:03:11:647 [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.4.0-SNAPSHOT/p2-repository-10.4.0-SNAPSHOT-p2metadata.xml
21:03:11:648 [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.4.0-SNAPSHOT/p2-repository-10.4.0-SNAPSHOT-p2artifacts.xml
21:03:11:650 [INFO] 
21:03:11:650 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository ---
21:03:11:651 [INFO] ------------------------------------------------------------------------
21:03:11:651 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.4.0-SNAPSHOT:
21:03:11:651 [INFO] 
21:03:11:652 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  0.892 s]
21:03:11:652 [INFO] org.eclipse.collections.feature .................... SUCCESS [  6.215 s]
21:03:11:652 [INFO] p2-repository ...................................... SUCCESS [  2.638 s]
21:03:11:652 [INFO] ------------------------------------------------------------------------
21:03:11:652 [INFO] BUILD SUCCESS
21:03:11:652 [INFO] ------------------------------------------------------------------------
21:03:11:653 [INFO] Total time:  14.898 s
21:03:11:653 [INFO] Finished at: 2020-08-20T21:03:11Z
21:03:11:653 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=10.4.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-1127.el7.x86_64", arch: "amd64", family: "unix"
21:03:13:412 [INFO] Error stacktraces are turned on.
21:03:13:700 [INFO] Scanning for projects...
21:03:15:376 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
21:03:15:670 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/
21:03:15:773 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
21:03:15:826 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
21:03:15:964 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository
21:03:15:979 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
21:03:16:362 [WARNING] The following locally built units have been used to resolve project dependencies:
21:03:16:362 [WARNING]   org.eclipse.collections/10.4.0.v20200820-2049
21:03:16:364 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
21:03:16:380 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:10.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
21:03:16:385 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository
21:03:16:391 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:10.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
21:03:16:406 [WARNING] The following locally built units have been used to resolve project dependencies:
21:03:16:406 [WARNING]   org.eclipse.collections/10.4.0.v20200820-2049
21:03:16:407 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:10.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
21:03:16:407 [INFO] ------------------------------------------------------------------------
21:03:16:407 [INFO] Reactor Build Order:
21:03:16:407 [INFO] 
21:03:16:408 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
21:03:16:408 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
21:03:16:409 [INFO] p2-repository                                       [eclipse-repository]
21:03:16:412 [INFO] 
21:03:16:412 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
21:03:16:412 [INFO] Building Eclipse Collections p2 Repository with Feature Build 10.4.0-SNAPSHOT [1/3]
21:03:16:412 [INFO] --------------------------------[ pom ]---------------------------------
21:03:16:419 [INFO] 
21:03:16:419 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
21:03:16:474 [INFO] 
21:03:16:474 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
21:03:16:507 [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.4.0-SNAPSHOT/p2-feature-10.4.0-SNAPSHOT.pom
21:03:16:513 [INFO] 
21:03:16:513 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
21:03:16:513 [INFO] Building org.eclipse.collections.feature 10.4.0-SNAPSHOT           [2/3]
21:03:16:513 [INFO] --------------------------[ eclipse-feature ]---------------------------
21:03:16:517 [INFO] 
21:03:16:517 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
21:03:16:517 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
21:03:16:519 [INFO] 
21:03:16:519 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
21:03:16:838 [INFO] The project's OSGi version is 10.4.0.v20200820-2049
21:03:16:838 [INFO] 
21:03:16:838 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
21:03:16:840 [INFO] 
21:03:16:840 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
21:03:16:841 [INFO] 
21:03:16:841 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
21:03:16:921 [INFO] 
21:03:16:921 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
21:03:16:983 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.4.0-SNAPSHOT.jar
21:03:16:998 [INFO] 
21:03:16:998 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
21:03:17:019 [INFO] 
21:03:17:019 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
21:03:17:021 [INFO] 
21:03:17:021 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
21:03:17:043 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.4.0-SNAPSHOT-sources-feature.jar
21:03:17:097 [INFO] 
21:03:17:097 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
21:03:17:103 [INFO] 
21:03:17:103 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.collections.feature ---
21:03:17:230 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.4.0-SNAPSHOT.jar
21:03:18:568 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.4.0-SNAPSHOT-sources-feature.jar
21:03:19:843 [INFO] 
21:03:19:844 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
21:03:19:858 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.4.0-SNAPSHOT/org.eclipse.collections.feature-10.4.0-SNAPSHOT.jar
21:03:19:859 [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.4.0-SNAPSHOT/org.eclipse.collections.feature-10.4.0-SNAPSHOT.pom
21:03:19:866 [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.4.0-SNAPSHOT/org.eclipse.collections.feature-10.4.0-SNAPSHOT-p2metadata.xml
21:03:19:868 [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.4.0-SNAPSHOT/org.eclipse.collections.feature-10.4.0-SNAPSHOT-p2artifacts.xml
21:03:19:870 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.4.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.4.0-SNAPSHOT/org.eclipse.collections.feature-10.4.0-SNAPSHOT-sources-feature.jar
21:03:19:871 [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.4.0-SNAPSHOT/org.eclipse.collections.feature-10.4.0-SNAPSHOT-p2metadata.xml
21:03:19:873 [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.4.0-SNAPSHOT/org.eclipse.collections.feature-10.4.0-SNAPSHOT-p2artifacts.xml
21:03:19:874 [INFO] 
21:03:19:874 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
21:03:19:876 [INFO] 
21:03:19:876 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
21:03:19:876 [INFO] Building p2-repository 10.4.0-SNAPSHOT                             [3/3]
21:03:19:876 [INFO] -------------------------[ eclipse-repository ]-------------------------
21:03:19:877 [INFO] 
21:03:19:877 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
21:03:19:878 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target
21:03:19:884 [INFO] 
21:03:19:884 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
21:03:19:900 [INFO] The project's OSGi version is 10.4.0.v20200820-2049
21:03:19:900 [INFO] 
21:03:19:900 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
21:03:19:901 [INFO] 
21:03:19:901 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
21:03:19:931 [INFO] Using 'UTF-8' encoding to copy filtered resources.
21:03:19:932 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
21:03:19:932 [INFO] 
21:03:19:932 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository ---
21:03:19:942 [INFO] 
21:03:19:968 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
21:03:19:976 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
21:03:19:978 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
21:03:19:979 [INFO] 
21:03:19:979 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository ---
21:03:19:981 [INFO] 
21:03:19:981 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository ---
21:03:19:988 [INFO] 
21:03:19:988 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
21:03:19:990 [INFO] 
21:03:19:990 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository ---
21:03:21:279 [INFO] 
21:03:21:279 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository ---
21:03:21:298 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.4.0-SNAPSHOT.zip
21:03:21:623 [INFO] 
21:03:21:623 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
21:03:21:624 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.4.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.4.0-SNAPSHOT/p2-repository-10.4.0-SNAPSHOT.zip
21:03:21:636 [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.4.0-SNAPSHOT/p2-repository-10.4.0-SNAPSHOT.pom
21:03:21:648 [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.4.0-SNAPSHOT/p2-repository-10.4.0-SNAPSHOT-p2metadata.xml
21:03:21:676 [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.4.0-SNAPSHOT/p2-repository-10.4.0-SNAPSHOT-p2artifacts.xml
21:03:21:677 [INFO] 
21:03:21:677 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository ---
21:03:21:678 [INFO] ------------------------------------------------------------------------
21:03:21:678 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.4.0-SNAPSHOT:
21:03:21:678 [INFO] 
21:03:21:679 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  0.101 s]
21:03:21:679 [INFO] org.eclipse.collections.feature .................... SUCCESS [  3.363 s]
21:03:21:679 [INFO] p2-repository ...................................... SUCCESS [  1.802 s]
21:03:21:679 [INFO] ------------------------------------------------------------------------
21:03:21:679 [INFO] BUILD SUCCESS
21:03:21:679 [INFO] ------------------------------------------------------------------------
21:03:21:680 [INFO] Total time:  8.245 s
21:03:21:680 [INFO] Finished at: 2020-08-20T21:03:21Z
21:03:21:680 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /bin/bash /tmp/jenkins1598867860699845894.sh
running command ssh genie.collections@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/collections/10.4.0
running command ssh genie.collections@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/collections/10.4.0
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections
total 35752
drwxrwsr-x  28 genie.collections technology.collections    4096 Aug 20 17:03 .
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  2020 10.2.0
drwxrwsr-x   3 genie.collections technology.collections      68 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
drwxrwsr-x   2 genie.collections technology.collections      10 Aug 20 17:03 10.4.0
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.4.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.4.0
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/10.4.0
total 27396
drwxrwsr-x  3 genie.collections technology.collections       77 Aug 20 17:03 .
drwxrwsr-x 28 genie.collections technology.collections     4096 Aug 20 17:03 ..
-rw-r--r--  1 genie.collections technology.collections 17308390 Aug 20 17:03 p2-repository-10.4.0-SNAPSHOT.zip
drwxr-sr-x  4 genie.collections technology.collections      171 Aug 20 17:03 repository
running command ssh genie.collections@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/collections/10.4.0/p2-repository-*.zip /home/data/httpd/download.eclipse.org/collections/10.4.0/p2-repository-10.4.0.zip
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/10.4.0
total 27396
drwxrwsr-x  3 genie.collections technology.collections       68 Aug 20 17:03 .
drwxrwsr-x 28 genie.collections technology.collections     4096 Aug 20 17:03 ..
-rw-r--r--  1 genie.collections technology.collections 17308390 Aug 20 17:03 p2-repository-10.4.0.zip
drwxr-sr-x  4 genie.collections technology.collections      171 Aug 20 17:03 repository
All DONE!!!
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 78 killed;
[ssh-agent] Stopped.
Finished: SUCCESS