Skip to content
Success

Console Output

Started by user Nikhil Nanivadekar
Running as Nikhil Nanivadekar
Agent basic-szpzj is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-szpzj"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-szpzj"
    - 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-szpzj"
    - 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-szpzj 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-tuvQ87mO5TAu/agent.68
SSH_AGENT_PID=70
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_9141127167339387181.key (/home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_9141127167339387181.key)
[ssh-agent] Using credentials genie.collections (ssh://genie.collections@projects-storage.eclipse.org)
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse/eclipse-collections.git
 > git init /home/jenkins/agent/workspace/publish-p2-repo # timeout=10
Fetching upstream changes from git@github.com:eclipse/eclipse-collections.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse/eclipse-collections.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse/eclipse-collections.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse/eclipse-collections.git # timeout=10
Fetching upstream changes from git@github.com:eclipse/eclipse-collections.git
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse/eclipse-collections.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse tags/10.3.0.M1^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/tags/10.3.0.M1^{commit} # timeout=10
Checking out Revision a00b2c50d247808549f372933bcb428abf04df68 (tags/10.3.0.M1)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a00b2c50d247808549f372933bcb428abf04df68 # timeout=10
Commit message: "Release version 10.3.0.M1."
First time build. Skipping changelog.
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_TAG=10.3.0.M1 -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"
14:12:14:590 [INFO] Error stacktraces are turned on.
14:12:14:849 [INFO] Scanning for projects...
14:12:50:912 [INFO] ------------------------------------------------------------------------
14:12:50:912 [INFO] Reactor Build Order:
14:12:50:912 [INFO] 
14:12:50:913 [INFO] Eclipse Collections Parent Project                                 [pom]
14:12:50:913 [INFO] Eclipse Collections Code Generator                                 [jar]
14:12:50:914 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
14:12:50:914 [INFO] Eclipse Collections API                                            [jar]
14:12:50:914 [INFO] Eclipse Collections Main Library                                   [jar]
14:12:50:914 [INFO] Eclipse Collections Test Utilities                                 [jar]
14:12:50:914 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
14:12:50:915 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
14:12:50:915 [INFO] Eclipse Collections p2 Repository Build                            [pom]
14:12:50:915 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
14:12:50:918 [INFO] 
14:12:50:919 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
14:12:50:919 [INFO] Building Eclipse Collections Parent Project 10.3.0.M1             [1/10]
14:12:50:919 [INFO] --------------------------------[ pom ]---------------------------------
14:12:51:073 [INFO] 
14:12:51:073 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
14:12:51:110 [INFO] 
14:12:51:110 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
14:12:51:464 [INFO] 
14:12:51:464 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-parent ---
14:12:52:950 [INFO] Skipping pom project
14:12:52:950 [INFO] 
14:12:52:950 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
14:12:53:611 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-parent/10.3.0.M1/eclipse-collections-parent-10.3.0.M1.pom
14:12:53:615 [INFO] 
14:12:53:616 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
14:12:53:616 [INFO] Building Eclipse Collections Code Generator 10.3.0.M1             [2/10]
14:12:53:616 [INFO] --------------------------------[ jar ]---------------------------------
14:12:54:060 [INFO] 
14:12:54:060 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
14:12:54:061 [INFO] 
14:12:54:061 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
14:12:54:070 [INFO] 
14:12:54:070 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator ---
14:12:54:163 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:12:54:171 [INFO] Copying 355 resources
14:12:54:287 [INFO] 
14:12:54:287 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
14:12:54:931 [INFO] Changes detected - recompiling the module!
14:12:54:938 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/classes
14:12:55:565 [INFO] 
14:12:55:565 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
14:12:55:566 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:12:55:566 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/src/test/resources
14:12:55:567 [INFO] 
14:12:55:567 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
14:12:55:573 [INFO] Changes detected - recompiling the module!
14:12:55:573 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/test-classes
14:12:55:966 [INFO] 
14:12:55:967 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
14:12:56:754 [INFO] 
14:12:56:754 [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-code-generator ---
14:12:56:950 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0.M1.jar
14:12:57:024 [INFO] 
14:12:57:024 [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-code-generator ---
14:12:57:117 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0.M1-sources.jar
14:12:57:240 [INFO] 
14:12:57:240 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-code-generator ---
14:12:57:302 [INFO] No dependency problems found
14:12:57:303 [INFO] 
14:12:57:303 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
14:12:57:305 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.3.0.M1/eclipse-collections-code-generator-10.3.0.M1.jar
14:12:57:341 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.3.0.M1/eclipse-collections-code-generator-10.3.0.M1.pom
14:12:57:362 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.3.0.M1/eclipse-collections-code-generator-10.3.0.M1-sources.jar
14:12:57:387 [INFO] 
14:12:57:387 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
14:12:57:387 [INFO] Building Eclipse Collections Code Generator Maven Plugin 10.3.0.M1 [3/10]
14:12:57:387 [INFO] ----------------------------[ maven-plugin ]----------------------------
14:12:58:241 [INFO] 
14:12:58:241 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
14:12:58:241 [INFO] 
14:12:58:241 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
14:12:58:261 [INFO] 
14:12:58:261 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
14:12:58:262 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:12:58:262 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/main/resources
14:12:58:262 [INFO] 
14:12:58:263 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
14:12:58:264 [INFO] Changes detected - recompiling the module!
14:12:58:265 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/classes
14:12:58:648 [INFO] 
14:12:58:648 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
14:13:00:194 [INFO] Using 'UTF-8' encoding to read mojo source files.
14:13:00:249 [INFO] java-javadoc mojo extractor found 1 mojo descriptor.
14:13:00:355 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
14:13:00:424 [INFO] 
14:13:00:424 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
14:13:00:425 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:13:00:425 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/test/resources
14:13:00:426 [INFO] 
14:13:00:426 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
14:13:00:427 [INFO] No sources to compile
14:13:00:427 [INFO] 
14:13:00:427 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
14:13:00:429 [INFO] No tests to run.
14:13:00:429 [INFO] 
14:13:00:429 [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
14:13:00:432 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.3.0.M1.jar
14:13:00:435 [INFO] 
14:13:00:435 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
14:13:00:437 [INFO] 
14:13:00:437 [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
14:13:00:440 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.3.0.M1-sources.jar
14:13:00:443 [INFO] 
14:13:00:443 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
14:13:00:446 [INFO] No dependency problems found
14:13:00:446 [INFO] 
14:13:00:446 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
14:13:00:447 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.3.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.3.0.M1/eclipse-collections-code-generator-maven-plugin-10.3.0.M1.jar
14:13:00:457 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.3.0.M1/eclipse-collections-code-generator-maven-plugin-10.3.0.M1.pom
14:13:00:471 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.3.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.3.0.M1/eclipse-collections-code-generator-maven-plugin-10.3.0.M1-sources.jar
14:13:00:490 [INFO] 
14:13:00:490 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
14:13:00:490 [INFO] Building Eclipse Collections API 10.3.0.M1                        [4/10]
14:13:00:490 [INFO] --------------------------------[ jar ]---------------------------------
14:13:00:492 [INFO] 
14:13:00:492 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
14:13:00:493 [INFO] 
14:13:00:493 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
14:13:00:495 [INFO] 
14:13:00:495 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0.M1:generate (default) @ eclipse-collections-api ---
14:13:00:502 [INFO] Generating sources to eclipse-collections-api
14:13:01:346 [INFO] Generated 1179 files
14:13:01:346 [INFO] 
14:13:01:346 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api ---
14:13:01:347 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:13:01:348 [INFO] Copying 3 resources
14:13:01:349 [INFO] 
14:13:01:349 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
14:13:01:502 [INFO] Changes detected - recompiling the module!
14:13:01:503 [INFO] Compiling 1401 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/classes
14:13:05:180 [INFO] 
14:13:05:180 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api ---
14:13:05:182 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:13:05:182 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/src/test/resources
14:13:05:182 [INFO] 
14:13:05:182 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
14:13:05:184 [INFO] No sources to compile
14:13:05:184 [INFO] 
14:13:05:184 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
14:13:05:186 [INFO] No tests to run.
14:13:05:186 [INFO] 
14:13:05:186 [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-api ---
14:13:05:293 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.M1.jar
14:13:05:419 [INFO] 
14:13:05:419 [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-api ---
14:13:05:514 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.M1-sources.jar
14:13:05:915 [INFO] 
14:13:05:915 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-api ---
14:13:06:066 [INFO] No dependency problems found
14:13:06:066 [INFO] 
14:13:06:066 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
14:13:06:067 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/10.3.0.M1/eclipse-collections-api-10.3.0.M1.jar
14:13:06:069 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/10.3.0.M1/eclipse-collections-api-10.3.0.M1.pom
14:13:06:070 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/10.3.0.M1/eclipse-collections-api-10.3.0.M1-sources.jar
14:13:06:072 [INFO] 
14:13:06:072 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
14:13:06:073 [INFO] Building Eclipse Collections Main Library 10.3.0.M1               [5/10]
14:13:06:073 [INFO] --------------------------------[ jar ]---------------------------------
14:13:06:074 [INFO] 
14:13:06:074 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
14:13:06:074 [INFO] 
14:13:06:090 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
14:13:06:092 [INFO] 
14:13:06:092 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0.M1:generate (default) @ eclipse-collections ---
14:13:06:093 [INFO] Generating sources to eclipse-collections
14:13:08:635 [INFO] Generated 1430 files
14:13:08:635 [INFO] 
14:13:08:635 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections ---
14:13:08:636 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:13:08:637 [INFO] Copying 24 resources
14:13:08:641 [INFO] 
14:13:08:642 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
14:13:08:796 [INFO] Changes detected - recompiling the module!
14:13:08:797 [INFO] Compiling 2085 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/classes
14:13:32:455 [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
14:13:32:456 [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
14:13:32:456 [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
14:13:32:456 [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
14:13:32:457 [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
14:13:32:457 [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
14:13:32:457 [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
14:13:32:457 [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
14:13:32:458 [INFO] 
14:13:32:458 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections ---
14:13:32:459 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:13:32:459 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/test/resources
14:13:32:459 [INFO] 
14:13:32:459 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
14:13:32:460 [INFO] No sources to compile
14:13:32:460 [INFO] 
14:13:32:460 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
14:13:32:461 [INFO] No tests to run.
14:13:32:462 [INFO] 
14:13:32:462 [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections ---
14:13:32:659 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.M1.jar
14:13:33:390 [INFO] 
14:13:33:390 [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections ---
14:13:33:540 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.M1-sources.jar
14:13:34:255 [INFO] 
14:13:34:255 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections ---
14:13:35:011 [INFO] No dependency problems found
14:13:35:011 [INFO] 
14:13:35:011 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
14:13:35:012 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/10.3.0.M1/eclipse-collections-10.3.0.M1.jar
14:13:35:019 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/10.3.0.M1/eclipse-collections-10.3.0.M1.pom
14:13:35:020 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/10.3.0.M1/eclipse-collections-10.3.0.M1-sources.jar
14:13:35:026 [INFO] 
14:13:35:026 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
14:13:35:026 [INFO] Building Eclipse Collections Test Utilities 10.3.0.M1             [6/10]
14:13:35:026 [INFO] --------------------------------[ jar ]---------------------------------
14:13:35:330 [INFO] 
14:13:35:330 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
14:13:35:330 [INFO] 
14:13:35:330 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
14:13:35:335 [INFO] 
14:13:35:335 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-testutils ---
14:13:36:924 [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
14:13:36:925 [INFO] 
14:13:36:925 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils ---
14:13:36:926 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:13:36:927 [INFO] Copying 3 resources
14:13:36:928 [INFO] 
14:13:36:928 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
14:13:36:930 [INFO] Changes detected - recompiling the module!
14:13:36:931 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/classes
14:13:37:821 [INFO] 
14:13:37:821 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils ---
14:13:37:822 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:13:37:822 [INFO] Copying 1 resource
14:13:37:822 [INFO] 
14:13:37:822 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
14:13:37:824 [INFO] Changes detected - recompiling the module!
14:13:37:824 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/test-classes
14:13:39:246 [INFO] 
14:13:39:246 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
14:13:39:249 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/surefire-reports
14:13:39:386 [INFO] 
14:13:39:386 [INFO] -------------------------------------------------------
14:13:39:386 [INFO]  T E S T S
14:13:39:386 [INFO] -------------------------------------------------------
14:13:39:823 [INFO] Running org.eclipse.collections.impl.test.CollectionsEqualTest
14:13:40:138 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 s - in org.eclipse.collections.impl.test.CollectionsEqualTest
14:13:40:139 [INFO] Running org.eclipse.collections.impl.test.SerializeTestHelperTest
14:13:40:144 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.test.SerializeTestHelperTest
14:13:40:144 [INFO] Running org.eclipse.collections.impl.test.VerifyTest
14:13:40:621 [INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 s - in org.eclipse.collections.impl.test.VerifyTest
14:13:40:622 [INFO] Running org.eclipse.collections.impl.test.AssertNotEqualsThrowsTest
14:13:40:625 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.test.AssertNotEqualsThrowsTest
14:13:40:626 [INFO] Running org.eclipse.collections.impl.test.AssertNotEqualsTest
14:13:40:630 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.test.AssertNotEqualsTest
14:13:40:630 [INFO] Running org.eclipse.collections.impl.test.ExceptionThrownTest
14:13:40:631 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.test.ExceptionThrownTest
14:13:41:036 [INFO] 
14:13:41:036 [INFO] Results:
14:13:41:036 [INFO] 
14:13:41:037 [INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0
14:13:41:037 [INFO] 
14:13:41:039 [INFO] 
14:13:41:040 [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-testutils ---
14:13:41:042 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0.M1.jar
14:13:41:047 [INFO] 
14:13:41:047 [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-testutils ---
14:13:41:050 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0.M1-sources.jar
14:13:41:055 [INFO] 
14:13:41:055 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-testutils ---
14:13:41:067 [INFO] No dependency problems found
14:13:41:067 [INFO] 
14:13:41:067 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
14:13:41:068 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/10.3.0.M1/eclipse-collections-testutils-10.3.0.M1.jar
14:13:41:070 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/10.3.0.M1/eclipse-collections-testutils-10.3.0.M1.pom
14:13:41:071 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/10.3.0.M1/eclipse-collections-testutils-10.3.0.M1-sources.jar
14:13:41:073 [INFO] 
14:13:41:073 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
14:13:41:073 [INFO] Building Eclipse Collections Fork Join Utilities 10.3.0.M1        [7/10]
14:13:41:073 [INFO] --------------------------------[ jar ]---------------------------------
14:13:41:076 [INFO] 
14:13:41:077 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
14:13:41:077 [INFO] 
14:13:41:077 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
14:13:41:082 [INFO] 
14:13:41:082 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-forkjoin ---
14:13:41:083 [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
14:13:41:083 [INFO] 
14:13:41:083 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin ---
14:13:41:084 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:13:41:084 [INFO] Copying 3 resources
14:13:41:085 [INFO] 
14:13:41:085 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
14:13:41:087 [INFO] Changes detected - recompiling the module!
14:13:41:088 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/classes
14:13:41:746 [INFO] 
14:13:41:746 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
14:13:41:747 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:13:41:747 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/src/test/resources
14:13:41:747 [INFO] 
14:13:41:747 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
14:13:41:748 [INFO] Changes detected - recompiling the module!
14:13:41:748 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/test-classes
14:13:42:616 [INFO] 
14:13:42:616 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
14:13:42:619 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/surefire-reports
14:13:42:620 [INFO] 
14:13:42:620 [INFO] -------------------------------------------------------
14:13:42:620 [INFO]  T E S T S
14:13:42:620 [INFO] -------------------------------------------------------
14:13:42:994 [INFO] Running org.eclipse.collections.impl.forkjoin.FJIterateTest
14:13:44:099 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.104 s - in org.eclipse.collections.impl.forkjoin.FJIterateTest
14:13:44:447 [INFO] 
14:13:44:448 [INFO] Results:
14:13:44:448 [INFO] 
14:13:44:448 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
14:13:44:448 [INFO] 
14:13:44:448 [INFO] 
14:13:44:448 [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-forkjoin ---
14:13:44:451 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0.M1.jar
14:13:44:455 [INFO] 
14:13:44:455 [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-forkjoin ---
14:13:44:458 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0.M1-sources.jar
14:13:44:462 [INFO] 
14:13:44:462 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-forkjoin ---
14:13:44:470 [INFO] No dependency problems found
14:13:44:470 [INFO] 
14:13:44:470 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
14:13:44:471 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.3.0.M1/eclipse-collections-forkjoin-10.3.0.M1.jar
14:13:44:472 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.3.0.M1/eclipse-collections-forkjoin-10.3.0.M1.pom
14:13:44:473 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.3.0.M1/eclipse-collections-forkjoin-10.3.0.M1-sources.jar
14:13:44:474 [INFO] 
14:13:44:474 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
14:13:44:475 [INFO] Building Eclipse Collections JCStress Test Suite 10.3.0.M1        [8/10]
14:13:44:475 [INFO] --------------------------------[ jar ]---------------------------------
14:13:44:927 [INFO] 
14:13:44:927 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
14:13:44:928 [INFO] 
14:13:44:928 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
14:13:44:933 [INFO] 
14:13:44:933 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests ---
14:13:44:934 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:13:44:934 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/main/resources
14:13:44:934 [INFO] 
14:13:44:934 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
14:13:44:936 [INFO] Changes detected - recompiling the module!
14:13:44:937 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/classes
14:13:45:760 [INFO] 
14:13:45:760 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests ---
14:13:45:761 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:13:45:761 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/test/resources
14:13:45:761 [INFO] 
14:13:45:761 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
14:13:45:762 [INFO] No sources to compile
14:13:45:762 [INFO] 
14:13:45:762 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
14:13:45:763 [INFO] No tests to run.
14:13:45:764 [INFO] 
14:13:45:764 [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jcstress-tests ---
14:13:45:767 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.3.0.M1.jar
14:13:45:771 [INFO] 
14:13:45:771 [INFO] --- maven-shade-plugin:2.3:shade (default) @ jcstress-tests ---
14:13:46:126 [INFO] Including org.eclipse.collections:eclipse-collections:jar:10.3.0.M1 in the shaded jar.
14:13:46:126 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.3.0.M1 in the shaded jar.
14:13:46:126 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
14:13:46:127 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
14:13:47:089 [INFO] Replacing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress.jar with /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.3.0.M1-shaded.jar
14:13:47:089 [INFO] 
14:13:47:089 [INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ jcstress-tests ---
14:13:47:094 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.3.0.M1-sources.jar
14:13:47:101 [INFO] 
14:13:47:101 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ jcstress-tests ---
14:13:47:107 [INFO] No dependency problems found
14:13:47:107 [INFO] 
14:13:47:107 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
14:13:47:108 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.3.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/10.3.0.M1/jcstress-tests-10.3.0.M1.jar
14:13:47:109 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/10.3.0.M1/jcstress-tests-10.3.0.M1.pom
14:13:47:111 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.3.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/10.3.0.M1/jcstress-tests-10.3.0.M1-sources.jar
14:13:47:112 [INFO] 
14:13:47:112 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
14:13:47:112 [INFO] Building Eclipse Collections p2 Repository Build 10.3.0.M1        [9/10]
14:13:47:112 [INFO] --------------------------------[ pom ]---------------------------------
14:13:47:126 [INFO] 
14:13:47:126 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
14:13:47:139 [INFO] 
14:13:47:139 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
14:13:47:229 [INFO] 
14:13:47:229 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ p2-repository ---
14:13:47:368 [INFO] Skipping pom project
14:13:47:369 [INFO] 
14:13:47:369 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
14:13:47:379 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.3.0.M1/p2-repository-10.3.0.M1.pom
14:13:47:381 [INFO] 
14:13:47:381 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
14:13:47:381 [INFO] Building Eclipse Collections OSGi Bundle 10.3.0.M1               [10/10]
14:13:47:382 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
14:13:47:886 [INFO] 
14:13:47:886 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
14:13:47:887 [INFO] 
14:13:47:887 [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
14:13:50:503 [INFO] The project's OSGi version is 10.3.0.M1.v20200703-1238
14:13:50:503 [INFO] 
14:13:50:503 [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.collections ---
14:13:50:504 [INFO] 
14:13:50:504 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
14:13:50:507 [INFO] 
14:13:50:507 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections ---
14:13:50:528 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:13:50:530 [INFO] Copying 2 resources
14:13:50:534 [INFO] 
14:13:50:534 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
14:13:50:556 [INFO] No sources to compile
14:13:50:556 [INFO] 
14:13:50:556 [INFO] --- ebr-maven-plugin:1.0.0:bundle (default-bundle) @ org.eclipse.collections ---
14:13:50:563 [INFO] Gathering dependencies
14:13:50:569 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:10.3.0.M1:jar
14:13:50:572 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:10.3.0.M1:jar
14:13:50:573 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
14:13:51:395 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
14:13:51:633 [INFO] Merging collected dependencies
14:13:51:636 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:13:51:697 [INFO] Copying 5283 resources
14:13:52:675 [INFO] Generating OSGi MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M1.jar
14:13:56:998 [INFO] Gathering sources
14:13:57:000 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:10.3.0.M1:jar
14:13:57:000 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:10.3.0.M1:jar
14:13:57:000 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.M1-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/**/*.*"
14:13:57:582 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.M1-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/**/*.*"
14:13:57:999 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:13:58:000 [INFO] Copying 2 resources
14:13:58:000 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M1-sources.jar
14:13:58:909 [INFO] Packing and signing bundle
14:13:58:910 [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"
14:14:00:412 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M1.jar
14:14:18:212 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M1.jar
14:14:27:753 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M1-sources.jar
14:14:34:973 [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"
14:14:35:929 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M1.jar
14:14:45:896 [INFO] Assembling p2 repository
14:14:46:701 [INFO] 
14:14:46:701 [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
14:14:46:702 [INFO] 
14:14:46:702 [INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ org.eclipse.collections ---
14:14:47:417 [INFO] No dependency problems found
14:14:47:418 [INFO] 
14:14:47:418 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
14:14:47:419 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0.M1/org.eclipse.collections-10.3.0.M1.jar
14:14:47:426 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0.M1/org.eclipse.collections-10.3.0.M1.pom
14:14:47:427 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0.M1/org.eclipse.collections-10.3.0.M1-sources.jar
14:14:47:433 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M1.jar.pack.gz to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0.M1/org.eclipse.collections-10.3.0.M1-pack200.jar.pack.gz
14:14:47:435 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0.M1/org.eclipse.collections-10.3.0.M1-p2metadata.xml
14:14:47:437 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0.M1/org.eclipse.collections-10.3.0.M1-p2artifacts.xml
14:14:47:438 [INFO] 
14:14:47:438 [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
14:14:47:439 [INFO] ------------------------------------------------------------------------
14:14:47:439 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.3.0.M1:
14:14:47:440 [INFO] 
14:14:47:440 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  2.697 s]
14:14:47:440 [INFO] Eclipse Collections Code Generator ................. SUCCESS [  3.772 s]
14:14:47:440 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  3.103 s]
14:14:47:440 [INFO] Eclipse Collections API ............................ SUCCESS [  5.582 s]
14:14:47:440 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 28.954 s]
14:14:47:440 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  6.047 s]
14:14:47:440 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  3.401 s]
14:14:47:440 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  2.637 s]
14:14:47:441 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.269 s]
14:14:47:441 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [01:00 min]
14:14:47:441 [INFO] ------------------------------------------------------------------------
14:14:47:441 [INFO] BUILD SUCCESS
14:14:47:441 [INFO] ------------------------------------------------------------------------
14:14:47:441 [INFO] Total time:  02:32 min
14:14:47:441 [INFO] Finished at: 2020-07-03T14:14:47Z
14:14:47:441 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=10.3.0.M1 -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"
14:14:49:359 [INFO] Error stacktraces are turned on.
14:14:49:553 [INFO] Scanning for projects...
14:15:00:068 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
14:15:00:215 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/
14:15:00:218 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/
14:15:00:319 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
14:15:00:398 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
14:15:00:399 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
14:15:00:609 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
14:15:00:609 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
14:15:00:810 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
14:15:00:810 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
14:15:00:929 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
14:15:00:930 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
14:15:01:111 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
14:15:01:112 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
14:15:01:225 [INFO] Adding repository file:/home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository
14:15:01:235 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
14:15:02:361 [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)
14:15:02:363 [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)
14:15:02:473 [WARNING] The following locally built units have been used to resolve project dependencies:
14:15:02:473 [WARNING]   org.eclipse.collections/10.3.0.v20200703-1238
14:15:02:474 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
14:15:02:488 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
14:15:02:492 [INFO] Adding repository file:/home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository
14:15:02:498 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
14:15:02:525 [WARNING] The following locally built units have been used to resolve project dependencies:
14:15:02:525 [WARNING]   org.eclipse.collections/10.3.0.v20200703-1238
14:15:02:526 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
14:15:02:526 [INFO] ------------------------------------------------------------------------
14:15:02:527 [INFO] Reactor Build Order:
14:15:02:527 [INFO] 
14:15:02:528 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
14:15:02:528 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
14:15:02:528 [INFO] p2-repository                                       [eclipse-repository]
14:15:02:531 [INFO] 
14:15:02:531 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
14:15:02:531 [INFO] Building Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT [1/3]
14:15:02:531 [INFO] --------------------------------[ pom ]---------------------------------
14:15:02:687 [INFO] 
14:15:02:687 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
14:15:02:819 [INFO] 
14:15:02:819 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
14:15:03:345 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-feature/10.3.0-SNAPSHOT/p2-feature-10.3.0-SNAPSHOT.pom
14:15:03:350 [INFO] 
14:15:03:350 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
14:15:03:350 [INFO] Building org.eclipse.collections.feature 10.3.0-SNAPSHOT           [2/3]
14:15:03:350 [INFO] --------------------------[ eclipse-feature ]---------------------------
14:15:03:354 [INFO] 
14:15:03:354 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
14:15:03:355 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
14:15:03:356 [INFO] 
14:15:03:356 [INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
14:15:04:840 [INFO] The project's OSGi version is 10.3.0.v20200703-1238
14:15:04:840 [INFO] 
14:15:04:841 [INFO] --- tycho-packaging-plugin:1.2.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
14:15:04:842 [INFO] 
14:15:04:842 [INFO] --- tycho-packaging-plugin:1.2.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
14:15:04:843 [INFO] 
14:15:04:843 [INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
14:15:04:919 [INFO] 
14:15:04:919 [INFO] --- tycho-packaging-plugin:1.2.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
14:15:04:959 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT.jar
14:15:04:972 [INFO] 
14:15:04:972 [INFO] --- tycho-p2-plugin:1.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
14:15:04:993 [INFO] 
14:15:04:993 [INFO] --- tycho-p2-plugin:1.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
14:15:04:995 [INFO] 
14:15:04:996 [INFO] --- tycho-source-feature-plugin:1.2.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
14:15:05:011 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT-sources-feature.jar
14:15:05:086 [INFO] 
14:15:05:087 [INFO] --- tycho-p2-plugin:1.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
14:15:05:095 [INFO] 
14:15:05:095 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.collections.feature ---
14:15:07:778 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT.jar
14:15:09:297 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT-sources-feature.jar
14:15:10:423 [INFO] 
14:15:10:423 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
14:15:10:459 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT.jar
14:15:10:461 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT.pom
14:15:10:462 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-p2metadata.xml
14:15:10:465 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-p2artifacts.xml
14:15:10:467 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-sources-feature.jar
14:15:10:469 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-p2metadata.xml
14:15:10:470 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-p2artifacts.xml
14:15:10:471 [INFO] 
14:15:10:472 [INFO] --- tycho-p2-plugin:1.2.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
14:15:10:473 [INFO] 
14:15:10:473 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
14:15:10:473 [INFO] Building p2-repository 10.3.0-SNAPSHOT                             [3/3]
14:15:10:473 [INFO] -------------------------[ eclipse-repository ]-------------------------
14:15:10:474 [INFO] 
14:15:10:474 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
14:15:10:475 [INFO] 
14:15:10:475 [INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
14:15:10:510 [INFO] The project's OSGi version is 10.3.0.v20200703-1238
14:15:10:510 [INFO] 
14:15:10:511 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
14:15:10:511 [INFO] 
14:15:10:511 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
14:15:10:986 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:15:10:986 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
14:15:10:986 [INFO] 
14:15:10:986 [INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ p2-repository ---
14:15:10:995 [INFO] 
14:15:10:996 [INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
14:15:11:003 [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
14:15:11:003 [INFO] 
14:15:11:004 [INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-products (default-publish-products) @ p2-repository ---
14:15:11:006 [INFO] 
14:15:11:006 [INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-categories (default-publish-categories) @ p2-repository ---
14:15:11:012 [INFO] 
14:15:11:012 [INFO] --- tycho-p2-publisher-plugin:1.2.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
14:15:11:013 [INFO] 
14:15:11:013 [INFO] --- tycho-p2-repository-plugin:1.2.0:assemble-repository (default-assemble-repository) @ p2-repository ---
14:15:11:722 [INFO] 
14:15:11:722 [INFO] --- tycho-p2-repository-plugin:1.2.0:archive-repository (default-archive-repository) @ p2-repository ---
14:15:11:734 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.3.0-SNAPSHOT.zip
14:15:12:067 [INFO] 
14:15:12:067 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
14:15:12:068 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.3.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT.zip
14:15:12:078 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT.pom
14:15:12:079 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT-p2metadata.xml
14:15:12:081 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT-p2artifacts.xml
14:15:12:082 [INFO] 
14:15:12:082 [INFO] --- tycho-p2-plugin:1.2.0:update-local-index (default-update-local-index) @ p2-repository ---
14:15:12:083 [INFO] ------------------------------------------------------------------------
14:15:12:083 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT:
14:15:12:084 [INFO] 
14:15:12:084 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  0.819 s]
14:15:12:084 [INFO] org.eclipse.collections.feature .................... SUCCESS [  7.123 s]
14:15:12:084 [INFO] p2-repository ...................................... SUCCESS [  1.610 s]
14:15:12:084 [INFO] ------------------------------------------------------------------------
14:15:12:084 [INFO] BUILD SUCCESS
14:15:12:084 [INFO] ------------------------------------------------------------------------
14:15:12:085 [INFO] Total time:  22.708 s
14:15:12:085 [INFO] Finished at: 2020-07-03T14:15:12Z
14:15:12:085 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=10.3.0.M1 -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"
14:15:13:951 [INFO] Error stacktraces are turned on.
14:15:14:134 [INFO] Scanning for projects...
14:15:15:621 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
14:15:15:929 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/
14:15:15:930 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/
14:15:16:032 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
14:15:16:309 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
14:15:16:309 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
14:15:16:474 [INFO] Adding repository file:/home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository
14:15:16:484 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
14:15:18:085 [WARNING] The following locally built units have been used to resolve project dependencies:
14:15:18:086 [WARNING]   org.eclipse.collections/10.3.0.v20200703-1238
14:15:18:087 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
14:15:18:103 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
14:15:18:108 [INFO] Adding repository file:/home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository
14:15:18:113 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
14:15:18:133 [WARNING] The following locally built units have been used to resolve project dependencies:
14:15:18:133 [WARNING]   org.eclipse.collections/10.3.0.v20200703-1238
14:15:18:134 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
14:15:18:134 [INFO] ------------------------------------------------------------------------
14:15:18:135 [INFO] Reactor Build Order:
14:15:18:135 [INFO] 
14:15:18:136 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
14:15:18:136 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
14:15:18:136 [INFO] p2-repository                                       [eclipse-repository]
14:15:18:139 [INFO] 
14:15:18:139 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
14:15:18:140 [INFO] Building Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT [1/3]
14:15:18:140 [INFO] --------------------------------[ pom ]---------------------------------
14:15:18:146 [INFO] 
14:15:18:146 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
14:15:18:196 [INFO] 
14:15:18:196 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
14:15:18:222 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-feature/10.3.0-SNAPSHOT/p2-feature-10.3.0-SNAPSHOT.pom
14:15:18:229 [INFO] 
14:15:18:229 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
14:15:18:229 [INFO] Building org.eclipse.collections.feature 10.3.0-SNAPSHOT           [2/3]
14:15:18:229 [INFO] --------------------------[ eclipse-feature ]---------------------------
14:15:18:232 [INFO] 
14:15:18:232 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
14:15:18:233 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
14:15:18:234 [INFO] 
14:15:18:234 [INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
14:15:18:539 [INFO] The project's OSGi version is 10.3.0.v20200703-1238
14:15:18:539 [INFO] 
14:15:18:540 [INFO] --- tycho-packaging-plugin:1.2.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
14:15:18:541 [INFO] 
14:15:18:541 [INFO] --- tycho-packaging-plugin:1.2.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
14:15:18:542 [INFO] 
14:15:18:542 [INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
14:15:18:622 [INFO] 
14:15:18:622 [INFO] --- tycho-packaging-plugin:1.2.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
14:15:18:663 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT.jar
14:15:18:692 [INFO] 
14:15:18:692 [INFO] --- tycho-p2-plugin:1.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
14:15:18:707 [INFO] 
14:15:18:707 [INFO] --- tycho-p2-plugin:1.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
14:15:18:709 [INFO] 
14:15:18:709 [INFO] --- tycho-source-feature-plugin:1.2.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
14:15:18:725 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT-sources-feature.jar
14:15:18:754 [INFO] 
14:15:18:754 [INFO] --- tycho-p2-plugin:1.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
14:15:18:759 [INFO] 
14:15:18:759 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.collections.feature ---
14:15:18:892 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT.jar
14:15:20:357 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT-sources-feature.jar
14:15:21:491 [INFO] 
14:15:21:491 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
14:15:21:508 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT.jar
14:15:21:509 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT.pom
14:15:21:511 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-p2metadata.xml
14:15:21:513 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-p2artifacts.xml
14:15:21:515 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-sources-feature.jar
14:15:21:517 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-p2metadata.xml
14:15:21:519 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-p2artifacts.xml
14:15:21:520 [INFO] 
14:15:21:520 [INFO] --- tycho-p2-plugin:1.2.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
14:15:21:522 [INFO] 
14:15:21:522 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
14:15:21:522 [INFO] Building p2-repository 10.3.0-SNAPSHOT                             [3/3]
14:15:21:522 [INFO] -------------------------[ eclipse-repository ]-------------------------
14:15:21:523 [INFO] 
14:15:21:524 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
14:15:21:524 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target
14:15:21:531 [INFO] 
14:15:21:531 [INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
14:15:21:594 [INFO] The project's OSGi version is 10.3.0.v20200703-1238
14:15:21:594 [INFO] 
14:15:21:594 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
14:15:21:595 [INFO] 
14:15:21:595 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
14:15:21:619 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:15:21:619 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
14:15:21:619 [INFO] 
14:15:21:619 [INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ p2-repository ---
14:15:21:629 [INFO] 
14:15:21:629 [INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
14:15:21:637 [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
14:15:21:637 [INFO] 
14:15:21:637 [INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-products (default-publish-products) @ p2-repository ---
14:15:21:639 [INFO] 
14:15:21:639 [INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-categories (default-publish-categories) @ p2-repository ---
14:15:21:645 [INFO] 
14:15:21:645 [INFO] --- tycho-p2-publisher-plugin:1.2.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
14:15:21:647 [INFO] 
14:15:21:647 [INFO] --- tycho-p2-repository-plugin:1.2.0:assemble-repository (default-assemble-repository) @ p2-repository ---
14:15:23:004 [INFO] 
14:15:23:004 [INFO] --- tycho-p2-repository-plugin:1.2.0:archive-repository (default-archive-repository) @ p2-repository ---
14:15:23:016 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.3.0-SNAPSHOT.zip
14:15:23:340 [INFO] 
14:15:23:340 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
14:15:23:341 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.3.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT.zip
14:15:23:354 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT.pom
14:15:23:424 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT-p2metadata.xml
14:15:23:426 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT-p2artifacts.xml
14:15:23:427 [INFO] 
14:15:23:427 [INFO] --- tycho-p2-plugin:1.2.0:update-local-index (default-update-local-index) @ p2-repository ---
14:15:23:429 [INFO] ------------------------------------------------------------------------
14:15:23:429 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT:
14:15:23:429 [INFO] 
14:15:23:429 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  0.090 s]
14:15:23:429 [INFO] org.eclipse.collections.feature .................... SUCCESS [  3.293 s]
14:15:23:429 [INFO] p2-repository ...................................... SUCCESS [  1.907 s]
14:15:23:429 [INFO] ------------------------------------------------------------------------
14:15:23:429 [INFO] BUILD SUCCESS
14:15:23:430 [INFO] ------------------------------------------------------------------------
14:15:23:430 [INFO] Total time:  9.462 s
14:15:23:430 [INFO] Finished at: 2020-07-03T14:15:23Z
14:15:23:430 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /bin/bash /tmp/jenkins4807451815392592282.sh
running command ssh genie.collections@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/collections/10.3.0.M1
running command ssh genie.collections@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/collections/10.3.0.M1
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections
total 35752
drwxrwsr-x  23 genie.collections technology.collections    4096 Jul  3 10:15 .
drwxr-xr-x 336 root              root                      8192 Jun 17 11:33 ..
drwxrwsr-x   3 genie.collections technology.collections      68 Jul 11  2019 10.0.0
drwxrwsr-x   3 genie.collections technology.collections      71 Sep 25  2018 10.0.0.M2
drwxrwsr-x   3 genie.collections technology.collections      68 Dec  4  2019 10.1.0
drwxrwsr-x   3 genie.collections technology.collections      71 Nov 22  2019 10.1.0.M1
drwxrwsr-x   3 genie.collections technology.collections      71 Nov 25  2019 10.1.0.M2
drwxrwsr-x   3 genie.collections technology.collections      68 Feb 11 11:35 10.2.0
drwxrwsr-x   2 genie.collections technology.collections      10 Jul  3 10:15 10.3.0.M1
drwxr-sr-x   3 genie.collections technology.collections      32 Jun 22  2017 8.2.0
drwxr-sr-x   3 genie.collections technology.collections      32 Sep 20  2017 9.0.0
drwxr-sr-x   3 genie.collections technology.collections      32 Aug 19  2017 9.0.0.M2
drwxr-sr-x   3 genie.collections technology.collections      32 Aug 24  2017 9.0.0.M3
drwxr-sr-x   3 genie.collections technology.collections      32 Sep  5  2017 9.0.0.M4
drwxr-sr-x   3 genie.collections technology.collections      32 Sep 13  2017 9.0.0-SNAPSHOT
drwxrwsr-x   3 genie.collections technology.collections      67 Dec 31  2017 9.1.0
drwxrwsr-x   3 genie.collections technology.collections      32 Dec  6  2017 9.1.0.M1
drwxrwsr-x   3 genie.collections technology.collections      70 Dec 11  2017 9.1.0.M2
drwxrwsr-x   3 genie.collections technology.collections      67 May 18  2018 9.2.0
drwxrwsr-x   3 genie.collections technology.collections      70 Feb 10  2018 9.2.0.M1
-rw-rw-r--   1 genie.collections technology.collections 9871360 Apr  7  2016 gsc-ec-converter-7.1.0.tar
-rw-rw-r--   1 genie.collections technology.collections 8422439 Apr  7  2016 gsc-ec-converter-7.1.0.zip
-rw-rw-r--   1 genie.collections technology.collections 9871360 May 29  2016 gsc-ec-converter-7.1.1-SNAPSHOT.tar
-rw-rw-r--   1 genie.collections technology.collections 8422920 May 29  2016 gsc-ec-converter-7.1.1-SNAPSHOT.zip
drwxrwsr-x   2 genie.collections technology.collections     104 Mar 31  2016 pre-release
drwxrwsr-x   2 genie.collections technology.collections      10 Mar 24  2016 release
drwxrwsr-x   2 genie.collections technology.collections      10 Mar 24  2016 slides
running command scp -r /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/repository genie.collections@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/collections/10.3.0.M1
running command scp /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-*.zip genie.collections@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/collections/10.3.0.M1
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/10.3.0.M1
total 31748
drwxrwsr-x  3 genie.collections technology.collections       77 Jul  3 10:15 .
drwxrwsr-x 23 genie.collections technology.collections     4096 Jul  3 10:15 ..
-rw-r--r--  1 genie.collections technology.collections 17382508 Jul  3 10:15 p2-repository-10.3.0-SNAPSHOT.zip
drwxr-sr-x  4 genie.collections technology.collections      171 Jul  3 10:15 repository
running command ssh genie.collections@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/collections/10.3.0.M1/p2-repository-*.zip /home/data/httpd/download.eclipse.org/collections/10.3.0.M1/p2-repository-10.3.0.M1.zip
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/10.3.0.M1
total 31748
drwxrwsr-x  3 genie.collections technology.collections       71 Jul  3 10:15 .
drwxrwsr-x 23 genie.collections technology.collections     4096 Jul  3 10:15 ..
-rw-r--r--  1 genie.collections technology.collections 17382508 Jul  3 10:15 p2-repository-10.3.0.M1.zip
drwxr-sr-x  4 genie.collections technology.collections      171 Jul  3 10:15 repository
All DONE!!!
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 70 killed;
[ssh-agent] Stopped.
Finished: SUCCESS