Skip to content

Console Output

Started by user Nikhil Nanivadekar
Running as Nikhil Nanivadekar
Agent basic-7rg1v is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-7rg1v"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-7rg1v"
    - 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-7rg1v"
    - 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-7rg1v 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-9EJHddglX4mj/agent.66
SSH_AGENT_PID=68
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_4542610127438179610.key (/home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_4542610127438179610.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 50dfc4a80df1ac3e9ac448e0c995800be2e00199 (tags/10.4.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 50dfc4a80df1ac3e9ac448e0c995800be2e00199 # timeout=10
Commit message: "Release version 10.4.0."
First time build. Skipping changelog.
[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-1062.el7.x86_64", arch: "amd64", family: "unix"
19:13:56:362 [INFO] Error stacktraces are turned on.
19:13:56:566 [INFO] Scanning for projects...
19:14:27:049 [INFO] ------------------------------------------------------------------------
19:14:27:049 [INFO] Reactor Build Order:
19:14:27:049 [INFO] 
19:14:27:050 [INFO] Eclipse Collections Parent Project                                 [pom]
19:14:27:050 [INFO] Eclipse Collections Code Generator                                 [jar]
19:14:27:051 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
19:14:27:051 [INFO] Eclipse Collections API                                            [jar]
19:14:27:051 [INFO] Eclipse Collections Main Library                                   [jar]
19:14:27:051 [INFO] Eclipse Collections Test Utilities                                 [jar]
19:14:27:052 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
19:14:27:052 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
19:14:27:052 [INFO] Eclipse Collections p2 Repository Build                            [pom]
19:14:27:053 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
19:14:27:056 [INFO] 
19:14:27:056 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
19:14:27:057 [INFO] Building Eclipse Collections Parent Project 10.4.0                [1/10]
19:14:27:057 [INFO] --------------------------------[ pom ]---------------------------------
19:14:27:366 [INFO] 
19:14:27:366 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
19:14:27:445 [INFO] 
19:14:27:446 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
19:14:28:427 [INFO] 
19:14:28:427 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
19:14:31:178 [INFO] Skipping pom project
19:14:31:178 [INFO] 
19:14:31:178 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
19:14:31:571 [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
19:14:31:576 [INFO] 
19:14:31:576 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
19:14:31:576 [INFO] Building Eclipse Collections Code Generator 10.4.0                [2/10]
19:14:31:576 [INFO] --------------------------------[ jar ]---------------------------------
19:14:32:011 [INFO] 
19:14:32:011 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
19:14:32:012 [INFO] 
19:14:32:012 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
19:14:32:020 [INFO] 
19:14:32:021 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator ---
19:14:32:147 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:14:32:156 [INFO] Copying 355 resources
19:14:32:240 [INFO] 
19:14:32:240 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
19:14:32:459 [INFO] Changes detected - recompiling the module!
19:14:32:466 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/classes
19:14:33:356 [INFO] 
19:14:33:357 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
19:14:33:359 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:14:33:359 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/src/test/resources
19:14:33:359 [INFO] 
19:14:33:359 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
19:14:33:366 [INFO] Changes detected - recompiling the module!
19:14:33:366 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/test-classes
19:14:33:928 [INFO] 
19:14:33:928 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
19:14:34:696 [INFO] 
19:14:34:696 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
19:14:34:877 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.4.0.jar
19:14:34:957 [INFO] 
19:14:34:957 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
19:14:35:062 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.4.0-sources.jar
19:14:35:161 [INFO] 
19:14:35:161 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
19:14:35:227 [INFO] No dependency problems found
19:14:35:227 [INFO] 
19:14:35:227 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
19:14:35:230 [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
19:14:35:233 [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
19:14:35:235 [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
19:14:35:238 [INFO] 
19:14:35:238 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
19:14:35:238 [INFO] Building Eclipse Collections Code Generator Maven Plugin 10.4.0   [3/10]
19:14:35:238 [INFO] ----------------------------[ maven-plugin ]----------------------------
19:14:35:941 [INFO] 
19:14:35:941 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
19:14:35:942 [INFO] 
19:14:35:942 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
19:14:35:963 [INFO] 
19:14:35:963 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
19:14:35:964 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:14:35:964 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/main/resources
19:14:35:964 [INFO] 
19:14:35:965 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
19:14:35:966 [INFO] Changes detected - recompiling the module!
19:14:35:967 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/classes
19:14:36:301 [INFO] 
19:14:36:301 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
19:14:39:093 [INFO] Using 'UTF-8' encoding to read mojo source files.
19:14:39:153 [INFO] java-javadoc mojo extractor found 1 mojo descriptor.
19:14:39:245 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
19:14:39:306 [INFO] 
19:14:39:306 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
19:14:39:307 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:14:39:307 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/test/resources
19:14:39:307 [INFO] 
19:14:39:307 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
19:14:39:308 [INFO] No sources to compile
19:14:39:309 [INFO] 
19:14:39:309 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
19:14:39:316 [INFO] No tests to run.
19:14:39:317 [INFO] 
19:14:39:317 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
19:14:39:321 [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
19:14:39:325 [INFO] 
19:14:39:325 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
19:14:39:327 [INFO] 
19:14:39:327 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
19:14:39:330 [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
19:14:39:335 [INFO] 
19:14:39:336 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
19:14:39:341 [INFO] No dependency problems found
19:14:39:341 [INFO] 
19:14:39:341 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
19:14:39:343 [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
19:14:39:344 [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
19:14:39:358 [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
19:14:39:359 [INFO] 
19:14:39:359 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
19:14:39:359 [INFO] Building Eclipse Collections API 10.4.0                           [4/10]
19:14:39:360 [INFO] --------------------------------[ jar ]---------------------------------
19:14:39:447 [INFO] 
19:14:39:448 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
19:14:39:448 [INFO] 
19:14:39:448 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
19:14:39:451 [INFO] 
19:14:39:451 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.4.0:generate (default) @ eclipse-collections-api ---
19:14:39:458 [INFO] Generating sources to eclipse-collections-api
19:14:40:234 [INFO] Generated 1171 files
19:14:40:234 [INFO] 
19:14:40:234 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api ---
19:14:40:235 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:14:40:236 [INFO] Copying 3 resources
19:14:40:237 [INFO] 
19:14:40:237 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
19:14:40:390 [INFO] Changes detected - recompiling the module!
19:14:40:390 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/classes
19:14:44:231 [INFO] 
19:14:44:232 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api ---
19:14:45:992 [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.
19:14:45:992 [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.
19:14:46:016 [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.
19:14:46:016 [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.
19:14:46:017 [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.
19:14:46:603 [INFO] 
19:14:46:603 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api ---
19:14:46:604 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:14:46:604 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/src/test/resources
19:14:46:605 [INFO] 
19:14:46:605 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
19:14:46:606 [INFO] No sources to compile
19:14:46:616 [INFO] 
19:14:46:616 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
19:14:46:618 [INFO] No tests to run.
19:14:46:619 [INFO] 
19:14:46:619 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api ---
19:14:46:739 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.4.0.jar
19:14:46:844 [INFO] 
19:14:46:844 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
19:14:46:871 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.4.0-sources.jar
19:14:47:159 [INFO] 
19:14:47:159 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
19:14:47:288 [INFO] No dependency problems found
19:14:47:289 [INFO] 
19:14:47:289 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
19:14:47:289 [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
19:14:47:291 [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
19:14:47:293 [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
19:14:47:317 [INFO] 
19:14:47:317 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
19:14:47:318 [INFO] Building Eclipse Collections Main Library 10.4.0                  [5/10]
19:14:47:318 [INFO] --------------------------------[ jar ]---------------------------------
19:14:47:320 [INFO] 
19:14:47:320 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
19:14:47:321 [INFO] 
19:14:47:321 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
19:14:47:323 [INFO] 
19:14:47:323 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.4.0:generate (default) @ eclipse-collections ---
19:14:47:324 [INFO] Generating sources to eclipse-collections
19:14:50:183 [INFO] Generated 1438 files
19:14:50:184 [INFO] 
19:14:50:184 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections ---
19:14:50:185 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:14:50:185 [INFO] Copying 24 resources
19:14:50:190 [INFO] 
19:14:50:190 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
19:14:50:346 [INFO] Changes detected - recompiling the module!
19:14:50:347 [INFO] Compiling 2093 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/classes
19:15:14:721 [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
19:15:14:722 [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
19:15:14:722 [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
19:15:14:722 [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
19:15:14:723 [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
19:15:14:723 [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
19:15:14:723 [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
19:15:14:723 [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
19:15:14:724 [INFO] 
19:15:14:724 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections ---
19:15:14:787 [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.
19:15:14:787 [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.
19:15:14:788 [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.
19:15:14:788 [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.
19:15:14:788 [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.
19:15:17:036 [INFO] 
19:15:17:036 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections ---
19:15:17:037 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:15:17:037 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/test/resources
19:15:17:038 [INFO] 
19:15:17:038 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
19:15:17:038 [INFO] No sources to compile
19:15:17:039 [INFO] 
19:15:17:039 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
19:15:17:040 [INFO] No tests to run.
19:15:17:041 [INFO] 
19:15:17:041 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections ---
19:15:17:267 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.4.0.jar
19:15:17:882 [INFO] 
19:15:17:882 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections ---
19:15:17:957 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.4.0-sources.jar
19:15:18:385 [INFO] 
19:15:18:385 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections ---
19:15:19:084 [INFO] No dependency problems found
19:15:19:084 [INFO] 
19:15:19:085 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
19:15:19:086 [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
19:15:19:092 [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
19:15:19:093 [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
19:15:19:096 [INFO] 
19:15:19:097 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
19:15:19:097 [INFO] Building Eclipse Collections Test Utilities 10.4.0                [6/10]
19:15:19:097 [INFO] --------------------------------[ jar ]---------------------------------
19:15:19:494 [INFO] 
19:15:19:494 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
19:15:19:495 [INFO] 
19:15:19:495 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
19:15:19:499 [INFO] 
19:15:19:499 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-testutils ---
19:15:21:166 [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
19:15:21:166 [INFO] 
19:15:21:166 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils ---
19:15:21:167 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:15:21:167 [INFO] Copying 3 resources
19:15:21:168 [INFO] 
19:15:21:168 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
19:15:21:170 [INFO] Changes detected - recompiling the module!
19:15:21:170 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/classes
19:15:22:047 [INFO] 
19:15:22:047 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils ---
19:15:22:048 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:15:22:048 [INFO] Copying 1 resource
19:15:22:049 [INFO] 
19:15:22:049 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
19:15:22:051 [INFO] Changes detected - recompiling the module!
19:15:22:051 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/test-classes
19:15:23:532 [INFO] 
19:15:23:533 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
19:15:23:535 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/surefire-reports
19:15:23:727 [INFO] 
19:15:23:727 [INFO] -------------------------------------------------------
19:15:23:728 [INFO]  T E S T S
19:15:23:728 [INFO] -------------------------------------------------------
19:15:24:154 [INFO] Running org.eclipse.collections.impl.test.ExceptionThrownTest
19:15:24:260 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.collections.impl.test.ExceptionThrownTest
19:15:24:260 [INFO] Running org.eclipse.collections.impl.test.VerifyTest
19:15:25:033 [INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.77 s - in org.eclipse.collections.impl.test.VerifyTest
19:15:25:033 [INFO] Running org.eclipse.collections.impl.test.CollectionsEqualTest
19:15:25:038 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.test.CollectionsEqualTest
19:15:25:038 [INFO] Running org.eclipse.collections.impl.test.AssertNotEqualsThrowsTest
19:15:25:044 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.test.AssertNotEqualsThrowsTest
19:15:25:044 [INFO] Running org.eclipse.collections.impl.test.SerializeTestHelperTest
19:15:25:045 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.test.SerializeTestHelperTest
19:15:25:045 [INFO] Running org.eclipse.collections.impl.test.AssertNotEqualsTest
19:15:25:049 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.test.AssertNotEqualsTest
19:15:25:397 [INFO] 
19:15:25:397 [INFO] Results:
19:15:25:397 [INFO] 
19:15:25:397 [INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0
19:15:25:397 [INFO] 
19:15:25:400 [INFO] 
19:15:25:400 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils ---
19:15:25:403 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.4.0.jar
19:15:25:421 [INFO] 
19:15:25:422 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
19:15:25:424 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.4.0-sources.jar
19:15:25:429 [INFO] 
19:15:25:429 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
19:15:25:438 [INFO] No dependency problems found
19:15:25:438 [INFO] 
19:15:25:438 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
19:15:25:439 [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
19:15:25:452 [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
19:15:25:704 [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
19:15:25:723 [INFO] 
19:15:25:723 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
19:15:25:723 [INFO] Building Eclipse Collections Fork Join Utilities 10.4.0           [7/10]
19:15:25:723 [INFO] --------------------------------[ jar ]---------------------------------
19:15:25:726 [INFO] 
19:15:25:726 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
19:15:25:726 [INFO] 
19:15:25:727 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
19:15:25:731 [INFO] 
19:15:25:731 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-forkjoin ---
19:15:25:731 [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
19:15:25:732 [INFO] 
19:15:25:732 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin ---
19:15:25:732 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:15:25:733 [INFO] Copying 3 resources
19:15:25:734 [INFO] 
19:15:25:734 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
19:15:25:735 [INFO] Changes detected - recompiling the module!
19:15:25:736 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/classes
19:15:26:439 [INFO] 
19:15:26:439 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
19:15:26:440 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:15:26:440 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/src/test/resources
19:15:26:440 [INFO] 
19:15:26:441 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
19:15:26:442 [INFO] Changes detected - recompiling the module!
19:15:26:442 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/test-classes
19:15:27:269 [INFO] 
19:15:27:269 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
19:15:27:270 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/surefire-reports
19:15:27:272 [INFO] 
19:15:27:272 [INFO] -------------------------------------------------------
19:15:27:272 [INFO]  T E S T S
19:15:27:272 [INFO] -------------------------------------------------------
19:15:27:654 [INFO] Running org.eclipse.collections.impl.forkjoin.FJIterateTest
19:15:28:760 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.105 s - in org.eclipse.collections.impl.forkjoin.FJIterateTest
19:15:29:104 [INFO] 
19:15:29:104 [INFO] Results:
19:15:29:104 [INFO] 
19:15:29:104 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
19:15:29:105 [INFO] 
19:15:29:105 [INFO] 
19:15:29:105 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin ---
19:15:29:108 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.4.0.jar
19:15:29:112 [INFO] 
19:15:29:112 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
19:15:29:115 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.4.0-sources.jar
19:15:29:119 [INFO] 
19:15:29:119 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
19:15:29:126 [INFO] No dependency problems found
19:15:29:126 [INFO] 
19:15:29:127 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
19:15:29:127 [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
19:15:29:129 [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
19:15:29:130 [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
19:15:29:132 [INFO] 
19:15:29:132 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
19:15:29:132 [INFO] Building Eclipse Collections JCStress Test Suite 10.4.0           [8/10]
19:15:29:132 [INFO] --------------------------------[ jar ]---------------------------------
19:15:29:378 [INFO] 
19:15:29:378 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
19:15:29:378 [INFO] 
19:15:29:378 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
19:15:29:384 [INFO] 
19:15:29:384 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests ---
19:15:29:384 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:15:29:384 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/main/resources
19:15:29:385 [INFO] 
19:15:29:385 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
19:15:29:387 [INFO] Changes detected - recompiling the module!
19:15:29:387 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/classes
19:15:30:250 [INFO] 
19:15:30:250 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests ---
19:15:30:250 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:15:30:250 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/test/resources
19:15:30:251 [INFO] 
19:15:30:251 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
19:15:30:251 [INFO] No sources to compile
19:15:30:252 [INFO] 
19:15:30:252 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
19:15:30:253 [INFO] No tests to run.
19:15:30:253 [INFO] 
19:15:30:253 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests ---
19:15:30:256 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.4.0.jar
19:15:30:274 [INFO] 
19:15:30:274 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests ---
19:15:30:809 [INFO] Including org.eclipse.collections:eclipse-collections:jar:10.4.0 in the shaded jar.
19:15:30:809 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.4.0 in the shaded jar.
19:15:30:809 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
19:15:30:809 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
19:15:31:779 [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: 
19:15:31:780 [WARNING]   - META-INF/MANIFEST.MF
19:15:31:780 [WARNING] eclipse-collections-10.4.0.jar, eclipse-collections-api-10.4.0.jar define 3 overlapping resources: 
19:15:31:780 [WARNING]   - LICENSE-EDL-1.0.txt
19:15:31:780 [WARNING]   - LICENSE-EPL-1.0.txt
19:15:31:780 [WARNING]   - about.html
19:15:31:780 [WARNING] maven-shade-plugin has detected that some class files are
19:15:31:780 [WARNING] present in two or more JARs. When this happens, only one
19:15:31:780 [WARNING] single version of the class is copied to the uber jar.
19:15:31:780 [WARNING] Usually this is not harmful and you can skip these warnings,
19:15:31:781 [WARNING] otherwise try to manually exclude artifacts based on
19:15:31:781 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
19:15:31:781 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
19:15:31:788 [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
19:15:31:788 [INFO] 
19:15:31:788 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests ---
19:15:31:791 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.4.0-sources.jar
19:15:31:838 [INFO] 
19:15:31:838 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests ---
19:15:31:845 [INFO] No dependency problems found
19:15:31:845 [INFO] 
19:15:31:845 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
19:15:31:846 [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
19:15:31:852 [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
19:15:31:854 [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
19:15:31:855 [INFO] 
19:15:31:855 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
19:15:31:855 [INFO] Building Eclipse Collections p2 Repository Build 10.4.0           [9/10]
19:15:31:855 [INFO] --------------------------------[ pom ]---------------------------------
19:15:31:865 [INFO] 
19:15:31:865 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
19:15:31:874 [INFO] 
19:15:31:874 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
19:15:31:934 [INFO] 
19:15:31:934 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository ---
19:15:32:079 [INFO] Skipping pom project
19:15:32:079 [INFO] 
19:15:32:079 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
19:15:32:091 [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
19:15:32:092 [INFO] 
19:15:32:092 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
19:15:32:092 [INFO] Building Eclipse Collections OSGi Bundle 10.4.0                  [10/10]
19:15:32:093 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
19:15:32:449 [INFO] 
19:15:32:449 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
19:15:32:450 [INFO] 
19:15:32:450 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
19:15:34:538 [INFO] The project's OSGi version is 10.4.0.v20200820-1906
19:15:34:538 [INFO] 
19:15:34:538 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections ---
19:15:34:539 [INFO] 
19:15:34:539 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
19:15:34:543 [INFO] 
19:15:34:543 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections ---
19:15:34:565 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:15:34:567 [INFO] Copying 2 resources
19:15:34:571 [INFO] 
19:15:34:571 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
19:15:34:594 [INFO] No sources to compile
19:15:34:594 [INFO] 
19:15:34:594 [INFO] --- ebr-maven-plugin:1.2.0:bundle (default-bundle) @ org.eclipse.collections ---
19:15:34:601 [INFO] Gathering dependencies
19:15:34:623 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:10.4.0:jar
19:15:34:628 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:10.4.0:jar
19:15:34:629 [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/**/*.*"
19:15:35:542 [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/**/*.*"
19:15:35:771 [INFO] Merging collected dependencies
19:15:35:774 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:15:35:838 [INFO] Copying 5283 resources
19:15:36:884 [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
19:15:40:740 [INFO] Gathering sources
19:15:40:742 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:10.4.0:jar
19:15:40:742 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:10.4.0:jar
19:15:40:742 [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/**/*.*"
19:15:41:399 [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/**/*.*"
19:15:41:795 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:15:41:795 [INFO] Copying 2 resources
19:15:41:796 [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
19:15:42:558 [INFO] Packing and signing bundle
19:15:42:559 [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"
19:15:44:245 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.4.0.jar
19:16:01:157 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.4.0.jar
19:16:11:341 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.4.0-sources.jar
19:16:17:439 [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"
19:16:18:401 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.4.0.jar
19:16:29:142 [INFO] Assembling p2 repository
19:16:29:947 [INFO] 
19:16:29:947 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
19:16:29:948 [INFO] 
19:16:29:948 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections ---
19:16:30:769 [INFO] No dependency problems found
19:16:30:769 [INFO] 
19:16:30:769 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
19:16:30:770 [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
19:16:30:777 [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
19:16:30:779 [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
19:16:30:783 [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
19:16:30:785 [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
19:16:30:786 [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
19:16:30:787 [INFO] 
19:16:30:787 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
19:16:30:789 [INFO] ------------------------------------------------------------------------
19:16:30:789 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.4.0:
19:16:30:789 [INFO] 
19:16:30:789 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  4.520 s]
19:16:30:790 [INFO] Eclipse Collections Code Generator ................. SUCCESS [  3.661 s]
19:16:30:790 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  4.122 s]
19:16:30:790 [INFO] Eclipse Collections API ............................ SUCCESS [  7.958 s]
19:16:30:790 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 31.779 s]
19:16:30:790 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  6.627 s]
19:16:30:790 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  3.409 s]
19:16:30:790 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  2.723 s]
19:16:30:790 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.237 s]
19:16:30:791 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 58.697 s]
19:16:30:791 [INFO] ------------------------------------------------------------------------
19:16:30:791 [INFO] BUILD SUCCESS
19:16:30:791 [INFO] ------------------------------------------------------------------------
19:16:30:791 [INFO] Total time:  02:34 min
19:16:30:791 [INFO] Finished at: 2020-08-20T19:16:30Z
19:16:30:791 [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-1062.el7.x86_64", arch: "amd64", family: "unix"
19:16:32:779 [INFO] Error stacktraces are turned on.
19:16:32:975 [INFO] Scanning for projects...
19:16:36:070 [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
19:16:36:218 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/
19:16:36:321 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
19:16:36:357 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
19:16:36:479 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
19:16:36:605 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
19:16:36:715 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
19:16:36:841 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
19:16:36:960 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository
19:16:36:978 [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
19:16:37:804 [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)
19:16:37:919 [WARNING] The following locally built units have been used to resolve project dependencies:
19:16:37:919 [WARNING]   org.eclipse.collections/10.4.0.v20200820-1906
19:16:37:921 [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
19:16:37:941 [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
19:16:37:947 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository
19:16:37:956 [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
19:16:38:021 [WARNING] The following locally built units have been used to resolve project dependencies:
19:16:38:022 [WARNING]   org.eclipse.collections/10.4.0.v20200820-1906
19:16:38:022 [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
19:16:38:023 [INFO] ------------------------------------------------------------------------
19:16:38:023 [INFO] Reactor Build Order:
19:16:38:023 [INFO] 
19:16:38:024 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
19:16:38:024 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
19:16:38:024 [INFO] p2-repository                                       [eclipse-repository]
19:16:38:028 [INFO] 
19:16:38:028 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
19:16:38:028 [INFO] Building Eclipse Collections p2 Repository with Feature Build 10.4.0-SNAPSHOT [1/3]
19:16:38:028 [INFO] --------------------------------[ pom ]---------------------------------
19:16:38:217 [INFO] 
19:16:38:217 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
19:16:38:324 [INFO] 
19:16:38:324 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
19:16:39:103 [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
19:16:39:108 [INFO] 
19:16:39:108 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
19:16:39:109 [INFO] Building org.eclipse.collections.feature 10.4.0-SNAPSHOT           [2/3]
19:16:39:109 [INFO] --------------------------[ eclipse-feature ]---------------------------
19:16:39:111 [INFO] 
19:16:39:111 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
19:16:39:112 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
19:16:39:113 [INFO] 
19:16:39:113 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
19:16:39:357 [INFO] The project's OSGi version is 10.4.0.v20200820-1906
19:16:39:357 [INFO] 
19:16:39:357 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
19:16:39:358 [INFO] 
19:16:39:358 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
19:16:39:359 [INFO] 
19:16:39:360 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
19:16:39:425 [INFO] 
19:16:39:425 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
19:16:39:466 [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
19:16:39:479 [INFO] 
19:16:39:480 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
19:16:39:493 [INFO] 
19:16:39:493 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
19:16:39:495 [INFO] 
19:16:39:495 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
19:16:39:530 [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
19:16:39:613 [INFO] 
19:16:39:613 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
19:16:39:620 [INFO] 
19:16:39:621 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.collections.feature ---
19:16:41:775 [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
19:16:42:994 [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
19:16:44:153 [INFO] 
19:16:44:153 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
19:16:44:199 [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
19:16:44:201 [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
19:16:44:202 [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
19:16:44:205 [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
19:16:44:207 [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
19:16:44:209 [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
19:16:44:210 [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
19:16:44:211 [INFO] 
19:16:44:211 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
19:16:44:213 [INFO] 
19:16:44:213 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
19:16:44:213 [INFO] Building p2-repository 10.4.0-SNAPSHOT                             [3/3]
19:16:44:213 [INFO] -------------------------[ eclipse-repository ]-------------------------
19:16:44:214 [INFO] 
19:16:44:214 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
19:16:44:215 [INFO] 
19:16:44:215 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
19:16:44:230 [INFO] The project's OSGi version is 10.4.0.v20200820-1906
19:16:44:230 [INFO] 
19:16:44:230 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
19:16:44:231 [INFO] 
19:16:44:231 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
19:16:45:126 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:16:45:126 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
19:16:45:126 [INFO] 
19:16:45:126 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository ---
19:16:45:137 [INFO] 
19:16:45:137 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
19:16:45:145 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
19:16:45:148 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
19:16:45:148 [INFO] 
19:16:45:148 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository ---
19:16:45:150 [INFO] 
19:16:45:150 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository ---
19:16:45:157 [INFO] 
19:16:45:157 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
19:16:45:158 [INFO] 
19:16:45:158 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository ---
19:16:46:346 [INFO] 
19:16:46:346 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository ---
19:16:46:356 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.4.0-SNAPSHOT.zip
19:16:46:794 [INFO] 
19:16:46:795 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
19:16:46:796 [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
19:16:46:805 [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
19:16:46:807 [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
19:16:46:809 [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
19:16:46:814 [INFO] 
19:16:46:814 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository ---
19:16:46:815 [INFO] ------------------------------------------------------------------------
19:16:46:815 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.4.0-SNAPSHOT:
19:16:46:816 [INFO] 
19:16:46:816 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  1.080 s]
19:16:46:816 [INFO] org.eclipse.collections.feature .................... SUCCESS [  5.105 s]
19:16:46:816 [INFO] p2-repository ...................................... SUCCESS [  2.602 s]
19:16:46:816 [INFO] ------------------------------------------------------------------------
19:16:46:816 [INFO] BUILD SUCCESS
19:16:46:816 [INFO] ------------------------------------------------------------------------
19:16:46:816 [INFO] Total time:  13.997 s
19:16:46:817 [INFO] Finished at: 2020-08-20T19:16:46Z
19:16:46:817 [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-1062.el7.x86_64", arch: "amd64", family: "unix"
19:16:48:686 [INFO] Error stacktraces are turned on.
19:16:48:879 [INFO] Scanning for projects...
19:16:50:470 [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
19:16:50:772 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/
19:16:50:875 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
19:16:50:922 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
19:16:51:059 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository
19:16:51:070 [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
19:16:51:419 [WARNING] The following locally built units have been used to resolve project dependencies:
19:16:51:419 [WARNING]   org.eclipse.collections/10.4.0.v20200820-1906
19:16:51:420 [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
19:16:51:438 [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
19:16:51:443 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository
19:16:51:448 [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
19:16:51:464 [WARNING] The following locally built units have been used to resolve project dependencies:
19:16:51:464 [WARNING]   org.eclipse.collections/10.4.0.v20200820-1906
19:16:51:465 [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
19:16:51:465 [INFO] ------------------------------------------------------------------------
19:16:51:466 [INFO] Reactor Build Order:
19:16:51:466 [INFO] 
19:16:51:467 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
19:16:51:467 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
19:16:51:467 [INFO] p2-repository                                       [eclipse-repository]
19:16:51:472 [INFO] 
19:16:51:472 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
19:16:51:472 [INFO] Building Eclipse Collections p2 Repository with Feature Build 10.4.0-SNAPSHOT [1/3]
19:16:51:472 [INFO] --------------------------------[ pom ]---------------------------------
19:16:51:483 [INFO] 
19:16:51:483 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
19:16:51:551 [INFO] 
19:16:51:551 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
19:16:51:617 [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
19:16:51:623 [INFO] 
19:16:51:623 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
19:16:51:623 [INFO] Building org.eclipse.collections.feature 10.4.0-SNAPSHOT           [2/3]
19:16:51:623 [INFO] --------------------------[ eclipse-feature ]---------------------------
19:16:51:626 [INFO] 
19:16:51:626 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
19:16:51:627 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
19:16:51:628 [INFO] 
19:16:51:628 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
19:16:51:923 [INFO] The project's OSGi version is 10.4.0.v20200820-1906
19:16:51:923 [INFO] 
19:16:51:923 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
19:16:51:925 [INFO] 
19:16:51:925 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
19:16:51:926 [INFO] 
19:16:51:926 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
19:16:51:979 [INFO] 
19:16:51:979 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
19:16:52:045 [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
19:16:52:060 [INFO] 
19:16:52:060 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
19:16:52:075 [INFO] 
19:16:52:075 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
19:16:52:077 [INFO] 
19:16:52:077 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
19:16:52:097 [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
19:16:52:160 [INFO] 
19:16:52:160 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
19:16:52:166 [INFO] 
19:16:52:166 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.collections.feature ---
19:16:52:280 [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
19:16:53:522 [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
19:16:54:647 [INFO] 
19:16:54:648 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
19:16:54:662 [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
19:16:54:663 [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
19:16:54:665 [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
19:16:54:667 [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
19:16:54:669 [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
19:16:54:671 [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
19:16:54:672 [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
19:16:54:674 [INFO] 
19:16:54:674 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
19:16:54:676 [INFO] 
19:16:54:676 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
19:16:54:676 [INFO] Building p2-repository 10.4.0-SNAPSHOT                             [3/3]
19:16:54:676 [INFO] -------------------------[ eclipse-repository ]-------------------------
19:16:54:677 [INFO] 
19:16:54:677 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
19:16:54:678 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target
19:16:54:684 [INFO] 
19:16:54:684 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
19:16:54:701 [INFO] The project's OSGi version is 10.4.0.v20200820-1906
19:16:54:701 [INFO] 
19:16:54:701 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
19:16:54:702 [INFO] 
19:16:54:702 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
19:16:54:743 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:16:54:743 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
19:16:54:743 [INFO] 
19:16:54:743 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository ---
19:16:54:753 [INFO] 
19:16:54:753 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
19:16:54:763 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
19:16:54:766 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
19:16:54:767 [INFO] 
19:16:54:767 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository ---
19:16:54:770 [INFO] 
19:16:54:770 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository ---
19:16:54:777 [INFO] 
19:16:54:777 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
19:16:54:778 [INFO] 
19:16:54:778 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository ---
19:16:56:186 [INFO] 
19:16:56:186 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository ---
19:16:56:196 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.4.0-SNAPSHOT.zip
19:16:56:529 [INFO] 
19:16:56:529 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
19:16:56:530 [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
19:16:56:542 [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
19:16:56:614 [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
19:16:56:626 [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
19:16:56:627 [INFO] 
19:16:56:628 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository ---
19:16:56:629 [INFO] ------------------------------------------------------------------------
19:16:56:629 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.4.0-SNAPSHOT:
19:16:56:629 [INFO] 
19:16:56:629 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  0.152 s]
19:16:56:629 [INFO] org.eclipse.collections.feature .................... SUCCESS [  3.053 s]
19:16:56:630 [INFO] p2-repository ...................................... SUCCESS [  1.953 s]
19:16:56:630 [INFO] ------------------------------------------------------------------------
19:16:56:630 [INFO] BUILD SUCCESS
19:16:56:630 [INFO] ------------------------------------------------------------------------
19:16:56:630 [INFO] Total time:  7.925 s
19:16:56:630 [INFO] Finished at: 2020-08-20T19:16:56Z
19:16:56:630 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /bin/bash /tmp/jenkins1860248401087092751.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 15:16 .
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 15:16 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 32516
drwxrwsr-x  3 genie.collections technology.collections       77 Aug 20 15:16 .
drwxrwsr-x 28 genie.collections technology.collections     4096 Aug 20 15:16 ..
-rw-r--r--  1 genie.collections technology.collections 17307328 Aug 20 15:16 p2-repository-10.4.0-SNAPSHOT.zip
drwxr-sr-x  4 genie.collections technology.collections      171 Aug 20 15:16 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 32516
drwxrwsr-x  3 genie.collections technology.collections       68 Aug 20 15:17 .
drwxrwsr-x 28 genie.collections technology.collections     4096 Aug 20 15:16 ..
-rw-r--r--  1 genie.collections technology.collections 17307328 Aug 20 15:16 p2-repository-10.4.0.zip
drwxr-sr-x  4 genie.collections technology.collections      171 Aug 20 15:16 repository
All DONE!!!
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 68 killed;
[ssh-agent] Stopped.
Finished: SUCCESS