Skip to content

Console Output

Started by user Nikhil Nanivadekar
Running as Nikhil Nanivadekar
Agent basic-3hf1m is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-3hf1m"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-3hf1m"
    - 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-3hf1m"
    - 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-3hf1m 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-w8aIF9GW9zaq/agent.59
SSH_AGENT_PID=61
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_8705586376210173235.key (/home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_8705586376210173235.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.M4^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/tags/10.3.0.M4^{commit} # timeout=10
Checking out Revision 2a17ff14ffa1581717c8b83e80665bca7384e414 (tags/10.3.0.M4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2a17ff14ffa1581717c8b83e80665bca7384e414 # timeout=10
Commit message: "Release version 10.3.0.M4."
First time build. Skipping changelog.
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_TAG=10.3.0.M4 -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"
16:37:25:145 [INFO] Error stacktraces are turned on.
16:37:25:354 [INFO] Scanning for projects...
16:38:04:393 [INFO] ------------------------------------------------------------------------
16:38:04:393 [INFO] Reactor Build Order:
16:38:04:394 [INFO] 
16:38:04:395 [INFO] Eclipse Collections Parent Project                                 [pom]
16:38:04:395 [INFO] Eclipse Collections Code Generator                                 [jar]
16:38:04:395 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
16:38:04:395 [INFO] Eclipse Collections API                                            [jar]
16:38:04:395 [INFO] Eclipse Collections Main Library                                   [jar]
16:38:04:396 [INFO] Eclipse Collections Test Utilities                                 [jar]
16:38:04:396 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
16:38:04:396 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
16:38:04:396 [INFO] Eclipse Collections p2 Repository Build                            [pom]
16:38:04:396 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
16:38:04:413 [INFO] 
16:38:04:413 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
16:38:04:413 [INFO] Building Eclipse Collections Parent Project 10.3.0.M4             [1/10]
16:38:04:414 [INFO] --------------------------------[ pom ]---------------------------------
16:38:04:828 [INFO] 
16:38:04:828 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
16:38:04:914 [INFO] 
16:38:04:914 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
16:38:05:423 [INFO] 
16:38:05:423 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
16:38:08:930 [INFO] Skipping pom project
16:38:08:931 [INFO] 
16:38:08:931 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
16:38:09:337 [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.M4/eclipse-collections-parent-10.3.0.M4.pom
16:38:09:341 [INFO] 
16:38:09:341 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
16:38:09:342 [INFO] Building Eclipse Collections Code Generator 10.3.0.M4             [2/10]
16:38:09:342 [INFO] --------------------------------[ jar ]---------------------------------
16:38:10:821 [INFO] 
16:38:10:821 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
16:38:10:822 [INFO] 
16:38:10:822 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
16:38:10:831 [INFO] 
16:38:10:831 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator ---
16:38:11:173 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:38:11:182 [INFO] Copying 355 resources
16:38:11:258 [INFO] 
16:38:11:258 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
16:38:11:558 [INFO] Changes detected - recompiling the module!
16:38:11:567 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/classes
16:38:12:290 [INFO] 
16:38:12:290 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
16:38:12:292 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:38:12:292 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/src/test/resources
16:38:12:292 [INFO] 
16:38:12:292 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
16:38:12:316 [INFO] Changes detected - recompiling the module!
16:38:12:316 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/test-classes
16:38:12:671 [INFO] 
16:38:12:671 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
16:38:13:238 [INFO] 
16:38:13:238 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
16:38:13:423 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0.M4.jar
16:38:13:523 [INFO] 
16:38:13:523 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
16:38:13:584 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0.M4-sources.jar
16:38:13:721 [INFO] 
16:38:13:721 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
16:38:13:746 [INFO] No dependency problems found
16:38:13:747 [INFO] 
16:38:13:747 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
16:38:13:749 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0.M4.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.3.0.M4/eclipse-collections-code-generator-10.3.0.M4.jar
16:38:13:754 [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.M4/eclipse-collections-code-generator-10.3.0.M4.pom
16:38:13:759 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0.M4-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.3.0.M4/eclipse-collections-code-generator-10.3.0.M4-sources.jar
16:38:13:762 [INFO] 
16:38:13:762 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
16:38:13:762 [INFO] Building Eclipse Collections Code Generator Maven Plugin 10.3.0.M4 [3/10]
16:38:13:762 [INFO] ----------------------------[ maven-plugin ]----------------------------
16:38:14:315 [INFO] 
16:38:14:316 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
16:38:14:316 [INFO] 
16:38:14:316 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
16:38:14:346 [INFO] 
16:38:14:346 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
16:38:14:347 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:38:14:347 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/main/resources
16:38:14:347 [INFO] 
16:38:14:347 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
16:38:14:350 [INFO] Changes detected - recompiling the module!
16:38:14:351 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/classes
16:38:14:729 [INFO] 
16:38:14:729 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
16:38:15:472 [INFO] Using 'UTF-8' encoding to read mojo source files.
16:38:15:531 [INFO] java-javadoc mojo extractor found 1 mojo descriptor.
16:38:15:635 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
16:38:15:712 [INFO] 
16:38:15:712 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
16:38:15:714 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:38:15:714 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/test/resources
16:38:15:714 [INFO] 
16:38:15:714 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
16:38:15:715 [INFO] No sources to compile
16:38:15:715 [INFO] 
16:38:15:715 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
16:38:15:717 [INFO] No tests to run.
16:38:15:718 [INFO] 
16:38:15:718 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
16:38:15:721 [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.M4.jar
16:38:15:724 [INFO] 
16:38:15:724 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
16:38:15:726 [INFO] 
16:38:15:726 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
16:38:15:729 [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.M4-sources.jar
16:38:15:732 [INFO] 
16:38:15:732 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
16:38:15:735 [INFO] No dependency problems found
16:38:15:735 [INFO] 
16:38:15:735 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
16:38:15:737 [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.M4.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.3.0.M4/eclipse-collections-code-generator-maven-plugin-10.3.0.M4.jar
16:38:15:739 [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.M4/eclipse-collections-code-generator-maven-plugin-10.3.0.M4.pom
16:38:15:752 [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.M4-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.3.0.M4/eclipse-collections-code-generator-maven-plugin-10.3.0.M4-sources.jar
16:38:15:754 [INFO] 
16:38:15:754 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
16:38:15:754 [INFO] Building Eclipse Collections API 10.3.0.M4                        [4/10]
16:38:15:754 [INFO] --------------------------------[ jar ]---------------------------------
16:38:15:811 [INFO] 
16:38:15:811 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
16:38:15:812 [INFO] 
16:38:15:812 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
16:38:15:814 [INFO] 
16:38:15:814 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0.M4:generate (default) @ eclipse-collections-api ---
16:38:15:821 [INFO] Generating sources to eclipse-collections-api
16:38:16:638 [INFO] Generated 1171 files
16:38:16:638 [INFO] 
16:38:16:639 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api ---
16:38:16:640 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:38:16:640 [INFO] Copying 3 resources
16:38:16:641 [INFO] 
16:38:16:641 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
16:38:16:788 [INFO] Changes detected - recompiling the module!
16:38:16:789 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/classes
16:38:20:241 [INFO] 
16:38:20:241 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api ---
16:38:21:821 [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.
16:38:21:822 [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.
16:38:21:822 [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.
16:38:21:822 [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.
16:38:21:822 [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.
16:38:22:396 [INFO] 
16:38:22:396 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api ---
16:38:22:397 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:38:22:397 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/src/test/resources
16:38:22:397 [INFO] 
16:38:22:397 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
16:38:22:398 [INFO] No sources to compile
16:38:22:398 [INFO] 
16:38:22:398 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
16:38:22:400 [INFO] No tests to run.
16:38:22:400 [INFO] 
16:38:22:400 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api ---
16:38:22:494 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.M4.jar
16:38:22:642 [INFO] 
16:38:22:642 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
16:38:22:669 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.M4-sources.jar
16:38:22:943 [INFO] 
16:38:22:944 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
16:38:23:083 [INFO] No dependency problems found
16:38:23:084 [INFO] 
16:38:23:084 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
16:38:23:085 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.M4.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/10.3.0.M4/eclipse-collections-api-10.3.0.M4.jar
16:38:23:087 [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.M4/eclipse-collections-api-10.3.0.M4.pom
16:38:23:089 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.M4-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/10.3.0.M4/eclipse-collections-api-10.3.0.M4-sources.jar
16:38:23:091 [INFO] 
16:38:23:091 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
16:38:23:091 [INFO] Building Eclipse Collections Main Library 10.3.0.M4               [5/10]
16:38:23:091 [INFO] --------------------------------[ jar ]---------------------------------
16:38:23:111 [INFO] 
16:38:23:111 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
16:38:23:112 [INFO] 
16:38:23:112 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
16:38:23:114 [INFO] 
16:38:23:114 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0.M4:generate (default) @ eclipse-collections ---
16:38:23:114 [INFO] Generating sources to eclipse-collections
16:38:25:861 [INFO] Generated 1438 files
16:38:25:861 [INFO] 
16:38:25:861 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections ---
16:38:25:862 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:38:25:863 [INFO] Copying 24 resources
16:38:25:867 [INFO] 
16:38:25:867 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
16:38:26:036 [INFO] Changes detected - recompiling the module!
16:38:26:038 [INFO] Compiling 2093 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/classes
16:38:50:071 [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
16:38:50:071 [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
16:38:50:072 [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
16:38:50:072 [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
16:38:50:072 [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
16:38:50:072 [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
16:38:50:073 [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
16:38:50:073 [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
16:38:50:073 [INFO] 
16:38:50:073 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections ---
16:38:50:141 [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.
16:38:50:141 [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.
16:38:50:141 [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.
16:38:50:141 [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.
16:38:50:142 [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.
16:38:52:317 [INFO] 
16:38:52:317 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections ---
16:38:52:319 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:38:52:319 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/test/resources
16:38:52:319 [INFO] 
16:38:52:319 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
16:38:52:320 [INFO] No sources to compile
16:38:52:320 [INFO] 
16:38:52:320 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
16:38:52:322 [INFO] No tests to run.
16:38:52:323 [INFO] 
16:38:52:323 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections ---
16:38:52:557 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.M4.jar
16:38:53:155 [INFO] 
16:38:53:155 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections ---
16:38:53:213 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.M4-sources.jar
16:38:53:661 [INFO] 
16:38:53:661 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections ---
16:38:54:324 [INFO] No dependency problems found
16:38:54:325 [INFO] 
16:38:54:325 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
16:38:54:326 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.M4.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/10.3.0.M4/eclipse-collections-10.3.0.M4.jar
16:38:54:332 [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.M4/eclipse-collections-10.3.0.M4.pom
16:38:54:342 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.M4-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/10.3.0.M4/eclipse-collections-10.3.0.M4-sources.jar
16:38:54:345 [INFO] 
16:38:54:345 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
16:38:54:345 [INFO] Building Eclipse Collections Test Utilities 10.3.0.M4             [6/10]
16:38:54:345 [INFO] --------------------------------[ jar ]---------------------------------
16:38:54:647 [INFO] 
16:38:54:647 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
16:38:54:647 [INFO] 
16:38:54:647 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
16:38:54:653 [INFO] 
16:38:54:653 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-testutils ---
16:38:56:678 [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
16:38:56:679 [INFO] 
16:38:56:679 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils ---
16:38:56:680 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:38:56:680 [INFO] Copying 3 resources
16:38:56:682 [INFO] 
16:38:56:682 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
16:38:56:683 [INFO] Changes detected - recompiling the module!
16:38:56:684 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/classes
16:38:57:546 [INFO] 
16:38:57:546 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils ---
16:38:57:547 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:38:57:548 [INFO] Copying 1 resource
16:38:57:548 [INFO] 
16:38:57:548 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
16:38:57:550 [INFO] Changes detected - recompiling the module!
16:38:57:550 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/test-classes
16:38:59:008 [INFO] 
16:38:59:008 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
16:38:59:011 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/surefire-reports
16:38:59:209 [INFO] 
16:38:59:209 [INFO] -------------------------------------------------------
16:38:59:210 [INFO]  T E S T S
16:38:59:210 [INFO] -------------------------------------------------------
16:38:59:659 [INFO] Running org.eclipse.collections.impl.test.ExceptionThrownTest
16:38:59:742 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.collections.impl.test.ExceptionThrownTest
16:38:59:743 [INFO] Running org.eclipse.collections.impl.test.AssertNotEqualsThrowsTest
16:38:59:756 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.test.AssertNotEqualsThrowsTest
16:38:59:756 [INFO] Running org.eclipse.collections.impl.test.SerializeTestHelperTest
16:38:59:810 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.test.SerializeTestHelperTest
16:38:59:810 [INFO] Running org.eclipse.collections.impl.test.AssertNotEqualsTest
16:38:59:812 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.test.AssertNotEqualsTest
16:38:59:813 [INFO] Running org.eclipse.collections.impl.test.CollectionsEqualTest
16:39:00:048 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s - in org.eclipse.collections.impl.test.CollectionsEqualTest
16:39:00:048 [INFO] Running org.eclipse.collections.impl.test.VerifyTest
16:39:00:522 [INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.472 s - in org.eclipse.collections.impl.test.VerifyTest
16:39:00:873 [INFO] 
16:39:00:873 [INFO] Results:
16:39:00:873 [INFO] 
16:39:00:873 [INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0
16:39:00:873 [INFO] 
16:39:00:876 [INFO] 
16:39:00:876 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils ---
16:39:00:878 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0.M4.jar
16:39:00:892 [INFO] 
16:39:00:892 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
16:39:00:895 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0.M4-sources.jar
16:39:00:899 [INFO] 
16:39:00:899 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
16:39:00:909 [INFO] No dependency problems found
16:39:00:909 [INFO] 
16:39:00:909 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
16:39:00:910 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0.M4.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/10.3.0.M4/eclipse-collections-testutils-10.3.0.M4.jar
16:39:00:917 [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.M4/eclipse-collections-testutils-10.3.0.M4.pom
16:39:00:920 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0.M4-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/10.3.0.M4/eclipse-collections-testutils-10.3.0.M4-sources.jar
16:39:00:921 [INFO] 
16:39:00:921 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
16:39:00:922 [INFO] Building Eclipse Collections Fork Join Utilities 10.3.0.M4        [7/10]
16:39:00:922 [INFO] --------------------------------[ jar ]---------------------------------
16:39:00:925 [INFO] 
16:39:00:925 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
16:39:00:925 [INFO] 
16:39:00:925 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
16:39:00:930 [INFO] 
16:39:00:930 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-forkjoin ---
16:39:00:930 [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
16:39:00:931 [INFO] 
16:39:00:931 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin ---
16:39:00:932 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:39:00:932 [INFO] Copying 3 resources
16:39:00:933 [INFO] 
16:39:00:933 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
16:39:00:935 [INFO] Changes detected - recompiling the module!
16:39:00:936 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/classes
16:39:01:846 [INFO] 
16:39:01:846 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
16:39:01:846 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:39:01:847 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/src/test/resources
16:39:01:847 [INFO] 
16:39:01:847 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
16:39:01:848 [INFO] Changes detected - recompiling the module!
16:39:01:848 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/test-classes
16:39:02:675 [INFO] 
16:39:02:675 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
16:39:02:677 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/surefire-reports
16:39:02:678 [INFO] 
16:39:02:678 [INFO] -------------------------------------------------------
16:39:02:678 [INFO]  T E S T S
16:39:02:678 [INFO] -------------------------------------------------------
16:39:03:051 [INFO] Running org.eclipse.collections.impl.forkjoin.FJIterateTest
16:39:04:124 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.072 s - in org.eclipse.collections.impl.forkjoin.FJIterateTest
16:39:04:471 [INFO] 
16:39:04:471 [INFO] Results:
16:39:04:471 [INFO] 
16:39:04:471 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
16:39:04:471 [INFO] 
16:39:04:472 [INFO] 
16:39:04:472 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin ---
16:39:04:474 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0.M4.jar
16:39:04:478 [INFO] 
16:39:04:478 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
16:39:04:480 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0.M4-sources.jar
16:39:04:484 [INFO] 
16:39:04:484 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
16:39:04:492 [INFO] No dependency problems found
16:39:04:492 [INFO] 
16:39:04:492 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
16:39:04:492 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0.M4.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.3.0.M4/eclipse-collections-forkjoin-10.3.0.M4.jar
16:39:04:496 [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.M4/eclipse-collections-forkjoin-10.3.0.M4.pom
16:39:04:497 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0.M4-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.3.0.M4/eclipse-collections-forkjoin-10.3.0.M4-sources.jar
16:39:04:498 [INFO] 
16:39:04:498 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
16:39:04:498 [INFO] Building Eclipse Collections JCStress Test Suite 10.3.0.M4        [8/10]
16:39:04:498 [INFO] --------------------------------[ jar ]---------------------------------
16:39:04:707 [INFO] 
16:39:04:707 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
16:39:04:707 [INFO] 
16:39:04:707 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
16:39:04:712 [INFO] 
16:39:04:713 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests ---
16:39:04:713 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:39:04:713 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/main/resources
16:39:04:714 [INFO] 
16:39:04:714 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
16:39:04:716 [INFO] Changes detected - recompiling the module!
16:39:04:716 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/classes
16:39:05:586 [INFO] 
16:39:05:587 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests ---
16:39:05:587 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:39:05:587 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/test/resources
16:39:05:588 [INFO] 
16:39:05:588 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
16:39:05:588 [INFO] No sources to compile
16:39:05:589 [INFO] 
16:39:05:589 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
16:39:05:590 [INFO] No tests to run.
16:39:05:590 [INFO] 
16:39:05:590 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests ---
16:39:05:610 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.3.0.M4.jar
16:39:05:614 [INFO] 
16:39:05:614 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests ---
16:39:06:099 [INFO] Including org.eclipse.collections:eclipse-collections:jar:10.3.0.M4 in the shaded jar.
16:39:06:100 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.3.0.M4 in the shaded jar.
16:39:06:100 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
16:39:06:100 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
16:39:07:059 [WARNING] eclipse-collections-10.3.0.M4.jar, eclipse-collections-api-10.3.0.M4.jar define 3 overlapping resources: 
16:39:07:059 [WARNING]   - LICENSE-EDL-1.0.txt
16:39:07:059 [WARNING]   - LICENSE-EPL-1.0.txt
16:39:07:059 [WARNING]   - about.html
16:39:07:059 [WARNING] eclipse-collections-10.3.0.M4.jar, eclipse-collections-api-10.3.0.M4.jar, jcstress-core-0.4.jar, jcstress-tests-10.3.0.M4.jar, jopt-simple-4.6.jar define 1 overlapping resources: 
16:39:07:060 [WARNING]   - META-INF/MANIFEST.MF
16:39:07:060 [WARNING] maven-shade-plugin has detected that some class files are
16:39:07:060 [WARNING] present in two or more JARs. When this happens, only one
16:39:07:060 [WARNING] single version of the class is copied to the uber jar.
16:39:07:060 [WARNING] Usually this is not harmful and you can skip these warnings,
16:39:07:060 [WARNING] otherwise try to manually exclude artifacts based on
16:39:07:060 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
16:39:07:060 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
16:39:07:069 [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.M4-shaded.jar
16:39:07:069 [INFO] 
16:39:07:069 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests ---
16:39:07:073 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.3.0.M4-sources.jar
16:39:07:094 [INFO] 
16:39:07:094 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests ---
16:39:07:110 [INFO] No dependency problems found
16:39:07:111 [INFO] 
16:39:07:111 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
16:39:07:111 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.3.0.M4.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/10.3.0.M4/jcstress-tests-10.3.0.M4.jar
16:39:07:113 [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.M4/jcstress-tests-10.3.0.M4.pom
16:39:07:114 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.3.0.M4-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/10.3.0.M4/jcstress-tests-10.3.0.M4-sources.jar
16:39:07:115 [INFO] 
16:39:07:115 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
16:39:07:116 [INFO] Building Eclipse Collections p2 Repository Build 10.3.0.M4        [9/10]
16:39:07:116 [INFO] --------------------------------[ pom ]---------------------------------
16:39:07:125 [INFO] 
16:39:07:125 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
16:39:07:134 [INFO] 
16:39:07:134 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
16:39:07:168 [INFO] 
16:39:07:169 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository ---
16:39:07:311 [INFO] Skipping pom project
16:39:07:311 [INFO] 
16:39:07:311 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
16:39:07:323 [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.M4/p2-repository-10.3.0.M4.pom
16:39:07:324 [INFO] 
16:39:07:325 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
16:39:07:325 [INFO] Building Eclipse Collections OSGi Bundle 10.3.0.M4               [10/10]
16:39:07:325 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
16:39:08:106 [INFO] 
16:39:08:106 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
16:39:08:107 [INFO] 
16:39:08:107 [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
16:39:10:577 [INFO] The project's OSGi version is 10.3.0.M4.v20200716-1600
16:39:10:577 [INFO] 
16:39:10:577 [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.collections ---
16:39:10:578 [INFO] 
16:39:10:578 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
16:39:10:582 [INFO] 
16:39:10:582 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections ---
16:39:10:628 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:39:10:630 [INFO] Copying 2 resources
16:39:10:634 [INFO] 
16:39:10:634 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
16:39:10:657 [INFO] No sources to compile
16:39:10:657 [INFO] 
16:39:10:657 [INFO] --- ebr-maven-plugin:1.0.0:bundle (default-bundle) @ org.eclipse.collections ---
16:39:10:664 [INFO] Gathering dependencies
16:39:10:669 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:10.3.0.M4:jar
16:39:10:674 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:10.3.0.M4:jar
16:39:10:674 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.M4.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
16:39:11:537 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.M4.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
16:39:11:775 [INFO] Merging collected dependencies
16:39:11:779 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:39:11:838 [INFO] Copying 5283 resources
16:39:12:839 [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.M4.jar
16:39:17:465 [INFO] Gathering sources
16:39:17:467 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:10.3.0.M4:jar
16:39:17:468 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:10.3.0.M4:jar
16:39:17:468 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.M4-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/**/*.*"
16:39:18:094 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.M4-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/**/*.*"
16:39:18:481 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:39:18:481 [INFO] Copying 2 resources
16:39:18:482 [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.M4-sources.jar
16:39:19:214 [INFO] Packing and signing bundle
16:39:19:214 [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"
16:39:20:185 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M4.jar
16:39:35:360 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M4.jar
16:39:44:352 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M4-sources.jar
16:39:50:640 [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"
16:39:51:382 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M4.jar
16:40:01:553 [INFO] Assembling p2 repository
16:40:02:328 [INFO] 
16:40:02:328 [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
16:40:02:329 [INFO] 
16:40:02:329 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections ---
16:40:03:057 [INFO] No dependency problems found
16:40:03:057 [INFO] 
16:40:03:057 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
16:40:03:058 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M4.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0.M4/org.eclipse.collections-10.3.0.M4.jar
16:40:03:065 [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.M4/org.eclipse.collections-10.3.0.M4.pom
16:40:03:066 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M4-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0.M4/org.eclipse.collections-10.3.0.M4-sources.jar
16:40:03:073 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M4.jar.pack.gz to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0.M4/org.eclipse.collections-10.3.0.M4-pack200.jar.pack.gz
16:40:03:075 [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.M4/org.eclipse.collections-10.3.0.M4-p2metadata.xml
16:40:03:076 [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.M4/org.eclipse.collections-10.3.0.M4-p2artifacts.xml
16:40:03:077 [INFO] 
16:40:03:077 [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
16:40:03:079 [INFO] ------------------------------------------------------------------------
16:40:03:079 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.3.0.M4:
16:40:03:079 [INFO] 
16:40:03:079 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  4.928 s]
16:40:03:079 [INFO] Eclipse Collections Code Generator ................. SUCCESS [  4.421 s]
16:40:03:079 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  1.992 s]
16:40:03:080 [INFO] Eclipse Collections API ............................ SUCCESS [  7.337 s]
16:40:03:080 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 31.254 s]
16:40:03:080 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  6.576 s]
16:40:03:080 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  3.577 s]
16:40:03:080 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  2.617 s]
16:40:03:080 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.209 s]
16:40:03:080 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 55.755 s]
16:40:03:081 [INFO] ------------------------------------------------------------------------
16:40:03:081 [INFO] BUILD SUCCESS
16:40:03:081 [INFO] ------------------------------------------------------------------------
16:40:03:081 [INFO] Total time:  02:37 min
16:40:03:081 [INFO] Finished at: 2020-07-16T16:40:03Z
16:40:03:081 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=10.3.0.M4 -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"
16:40:05:024 [INFO] Error stacktraces are turned on.
16:40:05:221 [INFO] Scanning for projects...
16:40:14:627 [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
16:40:14:789 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/
16:40:14:892 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
16:40:14:986 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
16:40:14:987 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
16:40:15:187 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
16:40:15:187 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
16:40:15:476 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
16:40:15:477 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
16:40:15:605 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
16:40:15:606 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
16:40:15:792 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
16:40:15:792 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
16:40:15:918 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository
16:40:15:928 [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
16:40:17:061 [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)
16:40:17:062 [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)
16:40:17:173 [WARNING] The following locally built units have been used to resolve project dependencies:
16:40:17:173 [WARNING]   org.eclipse.collections/10.3.0.v20200716-1600
16:40:17:175 [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
16:40:17:188 [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
16:40:17:192 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository
16:40:17:198 [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
16:40:17:213 [WARNING] The following locally built units have been used to resolve project dependencies:
16:40:17:213 [WARNING]   org.eclipse.collections/10.3.0.v20200716-1600
16:40:17:214 [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
16:40:17:214 [INFO] ------------------------------------------------------------------------
16:40:17:214 [INFO] Reactor Build Order:
16:40:17:215 [INFO] 
16:40:17:216 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
16:40:17:216 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
16:40:17:216 [INFO] p2-repository                                       [eclipse-repository]
16:40:17:219 [INFO] 
16:40:17:219 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
16:40:17:220 [INFO] Building Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT [1/3]
16:40:17:220 [INFO] --------------------------------[ pom ]---------------------------------
16:40:17:435 [INFO] 
16:40:17:435 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
16:40:17:615 [INFO] 
16:40:17:615 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
16:40:18:281 [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
16:40:18:287 [INFO] 
16:40:18:287 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
16:40:18:287 [INFO] Building org.eclipse.collections.feature 10.3.0-SNAPSHOT           [2/3]
16:40:18:287 [INFO] --------------------------[ eclipse-feature ]---------------------------
16:40:18:291 [INFO] 
16:40:18:291 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
16:40:18:292 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
16:40:18:293 [INFO] 
16:40:18:293 [INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
16:40:19:832 [INFO] The project's OSGi version is 10.3.0.v20200716-1600
16:40:19:832 [INFO] 
16:40:19:832 [INFO] --- tycho-packaging-plugin:1.2.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
16:40:19:833 [INFO] 
16:40:19:834 [INFO] --- tycho-packaging-plugin:1.2.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
16:40:19:835 [INFO] 
16:40:19:835 [INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
16:40:19:883 [INFO] 
16:40:19:883 [INFO] --- tycho-packaging-plugin:1.2.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
16:40:19:944 [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
16:40:19:976 [INFO] 
16:40:19:976 [INFO] --- tycho-p2-plugin:1.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
16:40:19:990 [INFO] 
16:40:19:990 [INFO] --- tycho-p2-plugin:1.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
16:40:19:992 [INFO] 
16:40:19:992 [INFO] --- tycho-source-feature-plugin:1.2.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
16:40:20:019 [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
16:40:20:047 [INFO] 
16:40:20:047 [INFO] --- tycho-p2-plugin:1.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
16:40:20:053 [INFO] 
16:40:20:053 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.collections.feature ---
16:40:22:186 [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
16:40:23:306 [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
16:40:24:357 [INFO] 
16:40:24:357 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
16:40:24:443 [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
16:40:24:445 [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
16:40:24:446 [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
16:40:24:450 [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
16:40:24:452 [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
16:40:24:455 [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
16:40:24:457 [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
16:40:24:459 [INFO] 
16:40:24:459 [INFO] --- tycho-p2-plugin:1.2.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
16:40:24:461 [INFO] 
16:40:24:461 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
16:40:24:461 [INFO] Building p2-repository 10.3.0-SNAPSHOT                             [3/3]
16:40:24:461 [INFO] -------------------------[ eclipse-repository ]-------------------------
16:40:24:462 [INFO] 
16:40:24:462 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
16:40:24:463 [INFO] 
16:40:24:463 [INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
16:40:24:496 [INFO] The project's OSGi version is 10.3.0.v20200716-1600
16:40:24:497 [INFO] 
16:40:24:497 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
16:40:24:498 [INFO] 
16:40:24:498 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
16:40:24:976 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:40:24:977 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
16:40:24:977 [INFO] 
16:40:24:977 [INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ p2-repository ---
16:40:24:986 [INFO] 
16:40:24:986 [INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
16:40:24:994 [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
16:40:24:994 [INFO] 
16:40:24:994 [INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-products (default-publish-products) @ p2-repository ---
16:40:24:997 [INFO] 
16:40:24:997 [INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-categories (default-publish-categories) @ p2-repository ---
16:40:25:003 [INFO] 
16:40:25:003 [INFO] --- tycho-p2-publisher-plugin:1.2.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
16:40:25:004 [INFO] 
16:40:25:005 [INFO] --- tycho-p2-repository-plugin:1.2.0:assemble-repository (default-assemble-repository) @ p2-repository ---
16:40:26:224 [INFO] 
16:40:26:224 [INFO] --- tycho-p2-repository-plugin:1.2.0:archive-repository (default-archive-repository) @ p2-repository ---
16:40:26:236 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.3.0-SNAPSHOT.zip
16:40:26:675 [INFO] 
16:40:26:675 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
16:40:26:676 [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
16:40:26:686 [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
16:40:26:687 [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
16:40:26:689 [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
16:40:26:691 [INFO] 
16:40:26:691 [INFO] --- tycho-p2-plugin:1.2.0:update-local-index (default-update-local-index) @ p2-repository ---
16:40:26:692 [INFO] ------------------------------------------------------------------------
16:40:26:692 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT:
16:40:26:692 [INFO] 
16:40:26:693 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  1.068 s]
16:40:26:693 [INFO] org.eclipse.collections.feature .................... SUCCESS [  6.173 s]
16:40:26:693 [INFO] p2-repository ...................................... SUCCESS [  2.231 s]
16:40:26:693 [INFO] ------------------------------------------------------------------------
16:40:26:693 [INFO] BUILD SUCCESS
16:40:26:693 [INFO] ------------------------------------------------------------------------
16:40:26:694 [INFO] Total time:  21.652 s
16:40:26:694 [INFO] Finished at: 2020-07-16T16:40:26Z
16:40:26:694 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=10.3.0.M4 -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"
16:40:28:515 [INFO] Error stacktraces are turned on.
16:40:28:727 [INFO] Scanning for projects...
16:40:30:253 [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
16:40:30:569 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/
16:40:30:671 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
16:40:30:963 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
16:40:30:963 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
16:40:31:134 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository
16:40:31:146 [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
16:40:31:756 [WARNING] The following locally built units have been used to resolve project dependencies:
16:40:31:757 [WARNING]   org.eclipse.collections/10.3.0.v20200716-1600
16:40:31:758 [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
16:40:31:776 [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
16:40:31:781 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository
16:40:31:787 [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
16:40:31:801 [WARNING] The following locally built units have been used to resolve project dependencies:
16:40:31:801 [WARNING]   org.eclipse.collections/10.3.0.v20200716-1600
16:40:31:802 [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
16:40:31:803 [INFO] ------------------------------------------------------------------------
16:40:31:803 [INFO] Reactor Build Order:
16:40:31:803 [INFO] 
16:40:31:804 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
16:40:31:804 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
16:40:31:804 [INFO] p2-repository                                       [eclipse-repository]
16:40:31:808 [INFO] 
16:40:31:808 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
16:40:31:808 [INFO] Building Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT [1/3]
16:40:31:808 [INFO] --------------------------------[ pom ]---------------------------------
16:40:31:816 [INFO] 
16:40:31:816 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
16:40:31:839 [INFO] 
16:40:31:839 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
16:40:31:865 [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
16:40:31:871 [INFO] 
16:40:31:871 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
16:40:31:871 [INFO] Building org.eclipse.collections.feature 10.3.0-SNAPSHOT           [2/3]
16:40:31:872 [INFO] --------------------------[ eclipse-feature ]---------------------------
16:40:31:874 [INFO] 
16:40:31:875 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
16:40:31:875 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
16:40:31:877 [INFO] 
16:40:31:877 [INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
16:40:32:213 [INFO] The project's OSGi version is 10.3.0.v20200716-1600
16:40:32:214 [INFO] 
16:40:32:214 [INFO] --- tycho-packaging-plugin:1.2.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
16:40:32:215 [INFO] 
16:40:32:216 [INFO] --- tycho-packaging-plugin:1.2.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
16:40:32:217 [INFO] 
16:40:32:217 [INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
16:40:32:275 [INFO] 
16:40:32:275 [INFO] --- tycho-packaging-plugin:1.2.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
16:40:32:343 [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
16:40:32:357 [INFO] 
16:40:32:357 [INFO] --- tycho-p2-plugin:1.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
16:40:32:372 [INFO] 
16:40:32:372 [INFO] --- tycho-p2-plugin:1.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
16:40:32:374 [INFO] 
16:40:32:374 [INFO] --- tycho-source-feature-plugin:1.2.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
16:40:32:391 [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
16:40:32:455 [INFO] 
16:40:32:455 [INFO] --- tycho-p2-plugin:1.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
16:40:32:460 [INFO] 
16:40:32:461 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.collections.feature ---
16:40:32:570 [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
16:40:33:969 [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
16:40:35:052 [INFO] 
16:40:35:052 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
16:40:35:074 [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
16:40:35:075 [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
16:40:35:077 [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
16:40:35:080 [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
16:40:35:082 [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
16:40:35:084 [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
16:40:35:086 [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
16:40:35:088 [INFO] 
16:40:35:088 [INFO] --- tycho-p2-plugin:1.2.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
16:40:35:090 [INFO] 
16:40:35:090 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
16:40:35:090 [INFO] Building p2-repository 10.3.0-SNAPSHOT                             [3/3]
16:40:35:090 [INFO] -------------------------[ eclipse-repository ]-------------------------
16:40:35:091 [INFO] 
16:40:35:091 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
16:40:35:092 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target
16:40:35:099 [INFO] 
16:40:35:099 [INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
16:40:35:129 [INFO] The project's OSGi version is 10.3.0.v20200716-1600
16:40:35:129 [INFO] 
16:40:35:129 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
16:40:35:130 [INFO] 
16:40:35:130 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
16:40:35:155 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:40:35:155 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
16:40:35:155 [INFO] 
16:40:35:156 [INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ p2-repository ---
16:40:35:166 [INFO] 
16:40:35:166 [INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
16:40:35:216 [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
16:40:35:216 [INFO] 
16:40:35:216 [INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-products (default-publish-products) @ p2-repository ---
16:40:35:219 [INFO] 
16:40:35:219 [INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-categories (default-publish-categories) @ p2-repository ---
16:40:35:226 [INFO] 
16:40:35:226 [INFO] --- tycho-p2-publisher-plugin:1.2.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
16:40:35:227 [INFO] 
16:40:35:227 [INFO] --- tycho-p2-repository-plugin:1.2.0:assemble-repository (default-assemble-repository) @ p2-repository ---
16:40:36:519 [INFO] 
16:40:36:519 [INFO] --- tycho-p2-repository-plugin:1.2.0:archive-repository (default-archive-repository) @ p2-repository ---
16:40:36:531 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.3.0-SNAPSHOT.zip
16:40:36:856 [INFO] 
16:40:36:856 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
16:40:36:857 [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
16:40:36:869 [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
16:40:36:906 [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
16:40:36:917 [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
16:40:36:918 [INFO] 
16:40:36:918 [INFO] --- tycho-p2-plugin:1.2.0:update-local-index (default-update-local-index) @ p2-repository ---
16:40:36:919 [INFO] ------------------------------------------------------------------------
16:40:36:919 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT:
16:40:36:919 [INFO] 
16:40:36:920 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  0.064 s]
16:40:36:920 [INFO] org.eclipse.collections.feature .................... SUCCESS [  3.219 s]
16:40:36:920 [INFO] p2-repository ...................................... SUCCESS [  1.829 s]
16:40:36:920 [INFO] ------------------------------------------------------------------------
16:40:36:920 [INFO] BUILD SUCCESS
16:40:36:920 [INFO] ------------------------------------------------------------------------
16:40:36:920 [INFO] Total time:  8.389 s
16:40:36:921 [INFO] Finished at: 2020-07-16T16:40:36Z
16:40:36:921 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /bin/bash /tmp/jenkins25305872620219418.sh
running command ssh genie.collections@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/collections/10.3.0.M4
running command ssh genie.collections@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/collections/10.3.0.M4
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections
total 35752
drwxrwsr-x  25 genie.collections technology.collections    4096 Jul 16 12:40 .
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   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   2 genie.collections technology.collections      10 Jul 16 12:40 10.3.0.M4
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.M4
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.M4
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/10.3.0.M4
total 32516
drwxrwsr-x  3 genie.collections technology.collections       77 Jul 16 12:40 .
drwxrwsr-x 25 genie.collections technology.collections     4096 Jul 16 12:40 ..
-rw-r--r--  1 genie.collections technology.collections 17296559 Jul 16 12:40 p2-repository-10.3.0-SNAPSHOT.zip
drwxr-sr-x  4 genie.collections technology.collections      171 Jul 16 12:40 repository
running command ssh genie.collections@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/collections/10.3.0.M4/p2-repository-*.zip /home/data/httpd/download.eclipse.org/collections/10.3.0.M4/p2-repository-10.3.0.M4.zip
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/10.3.0.M4
total 32516
drwxrwsr-x  3 genie.collections technology.collections       71 Jul 16 12:40 .
drwxrwsr-x 25 genie.collections technology.collections     4096 Jul 16 12:40 ..
-rw-r--r--  1 genie.collections technology.collections 17296559 Jul 16 12:40 p2-repository-10.3.0.M4.zip
drwxr-sr-x  4 genie.collections technology.collections      171 Jul 16 12:40 repository
All DONE!!!
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 61 killed;
[ssh-agent] Stopped.
Finished: SUCCESS