Skip to content

Console Output

Started by user Sirisha Pratha
Running as Sirisha Pratha
Agent basic-jw8tg is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-jw8tg"
  namespace: "collections"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-jw8tg"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -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-jw8tg"
    - 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.13"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    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
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  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-jw8tg (basic) 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-EJZHop1TSTQW/agent.60
SSH_AGENT_PID=62
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_5104294316741695076.key (/home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_5104294316741695076.key)
[ssh-agent] Using credentials genie.collections (ssh://genie.collections@projects-storage.eclipse.org)
The recommended git tool is: NONE
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
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/publish-p2-repo@tmp/jenkins-gitclient-ssh6994246878192157565.key
 > 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
Avoid second fetch
 > git rev-parse refs/remotes/origin/tags/11.1.0.M2^{commit} # timeout=10
 > git rev-parse tags/11.1.0.M2^{commit} # timeout=10
Checking out Revision eb856973bfa9401ed4277ae0c7f1140857778731 (tags/11.1.0.M2)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f eb856973bfa9401ed4277ae0c7f1140857778731 # timeout=10
Commit message: "Release version 11.1.0.M2."
First time build. Skipping changelog.
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_TAG=11.1.0.M2 -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.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
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: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
14:06:47:301 [INFO] Error stacktraces are turned on.
14:06:47:625 [INFO] Scanning for projects...
14:07:05:493 [INFO] ------------------------------------------------------------------------
14:07:05:493 [INFO] Reactor Build Order:
14:07:05:493 [INFO] 
14:07:05:494 [INFO] Eclipse Collections Parent Project                                 [pom]
14:07:05:494 [INFO] Eclipse Collections Code Generator                                 [jar]
14:07:05:494 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
14:07:05:494 [INFO] Eclipse Collections API                                            [jar]
14:07:05:495 [INFO] Eclipse Collections Main Library                                   [jar]
14:07:05:495 [INFO] Eclipse Collections Test Utilities                                 [jar]
14:07:05:495 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
14:07:05:495 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
14:07:05:495 [INFO] Eclipse Collections p2 Repository Build                            [pom]
14:07:05:495 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
14:07:05:500 [INFO] 
14:07:05:500 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
14:07:05:500 [INFO] Building Eclipse Collections Parent Project 11.1.0.M2             [1/10]
14:07:05:500 [INFO] --------------------------------[ pom ]---------------------------------
14:07:06:141 [INFO] 
14:07:06:141 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
14:07:06:230 [INFO] 
14:07:06:230 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
14:07:06:740 [INFO] 
14:07:06:740 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
14:07:08:751 [INFO] Skipping pom project
14:07:08:751 [INFO] 
14:07:08:751 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
14:07:08:899 [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/11.1.0.M2/eclipse-collections-parent-11.1.0.M2.pom
14:07:08:906 [INFO] 
14:07:08:906 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
14:07:08:906 [INFO] Building Eclipse Collections Code Generator 11.1.0.M2             [2/10]
14:07:08:906 [INFO] --------------------------------[ jar ]---------------------------------
14:07:09:385 [INFO] 
14:07:09:385 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
14:07:09:386 [INFO] 
14:07:09:386 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
14:07:09:399 [INFO] 
14:07:09:399 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator ---
14:07:09:777 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:07:09:777 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:07:09:822 [INFO] Copying 394 resources
14:07:09:980 [INFO] 
14:07:09:980 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
14:07:10:383 [INFO] Changes detected - recompiling the module!
14:07:10:393 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/classes
14:07:11:153 [INFO] 
14:07:11:154 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
14:07:11:155 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:07:11:155 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:07:11:155 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/src/test/resources
14:07:11:155 [INFO] 
14:07:11:155 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
14:07:11:165 [INFO] Changes detected - recompiling the module!
14:07:11:166 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/test-classes
14:07:11:712 [INFO] 
14:07:11:712 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
14:07:12:134 [INFO] 
14:07:12:134 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
14:07:12:380 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.1.0.M2.jar
14:07:12:487 [INFO] 
14:07:12:487 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
14:07:12:609 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.1.0.M2-sources.jar
14:07:12:773 [INFO] 
14:07:12:773 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
14:07:12:804 [INFO] No dependency problems found
14:07:12:804 [INFO] 
14:07:12:804 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
14:07:12:808 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.1.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.1.0.M2/eclipse-collections-code-generator-11.1.0.M2.jar
14:07:12:810 [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/11.1.0.M2/eclipse-collections-code-generator-11.1.0.M2.pom
14:07:12:811 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.1.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.1.0.M2/eclipse-collections-code-generator-11.1.0.M2-sources.jar
14:07:12:814 [INFO] 
14:07:12:814 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
14:07:12:814 [INFO] Building Eclipse Collections Code Generator Maven Plugin 11.1.0.M2 [3/10]
14:07:12:814 [INFO] ----------------------------[ maven-plugin ]----------------------------
14:07:13:343 [INFO] 
14:07:13:343 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
14:07:13:344 [INFO] 
14:07:13:344 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
14:07:13:345 [INFO] Skipping Rule Enforcement.
14:07:13:345 [INFO] 
14:07:13:345 [INFO] --- maven-plugin-plugin:3.6.2:helpmojo (help-goal) @ eclipse-collections-code-generator-maven-plugin ---
14:07:14:784 [INFO] Using 'UTF-8' encoding to read mojo source files.
14:07:14:833 [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
14:07:14:835 [INFO] ant mojo extractor found 0 mojo descriptor.
14:07:14:835 [INFO] bsh mojo extractor found 0 mojo descriptor.
14:07:15:170 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
14:07:15:200 [INFO] 
14:07:15:200 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
14:07:15:201 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:07:15:201 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:07:15:201 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/main/resources
14:07:15:201 [INFO] 
14:07:15:201 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
14:07:15:205 [INFO] Changes detected - recompiling the module!
14:07:15:205 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/classes
14:07:16:028 [INFO] 
14:07:16:028 [INFO] --- maven-plugin-plugin:3.6.2:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
14:07:16:030 [INFO] Using 'UTF-8' encoding to read mojo source files.
14:07:16:056 [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
14:07:16:056 [INFO] ant mojo extractor found 0 mojo descriptor.
14:07:16:056 [INFO] bsh mojo extractor found 0 mojo descriptor.
14:07:16:370 [INFO] java-annotations mojo extractor found 4 mojo descriptors.
14:07:16:494 [INFO] 
14:07:16:494 [INFO] --- maven-plugin-plugin:3.6.2:descriptor (mojo-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
14:07:16:495 [INFO] Using 'UTF-8' encoding to read mojo source files.
14:07:16:503 [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
14:07:16:503 [INFO] ant mojo extractor found 0 mojo descriptor.
14:07:16:503 [INFO] bsh mojo extractor found 0 mojo descriptor.
14:07:16:802 [INFO] java-annotations mojo extractor found 4 mojo descriptors.
14:07:16:807 [INFO] 
14:07:16:808 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
14:07:16:809 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:07:16:809 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:07:16:809 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/test/resources
14:07:16:809 [INFO] 
14:07:16:809 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
14:07:16:810 [INFO] No sources to compile
14:07:16:810 [INFO] 
14:07:16:810 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
14:07:16:813 [INFO] No tests to run.
14:07:16:813 [INFO] 
14:07:16:813 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
14:07:16:817 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.1.0.M2.jar
14:07:16:849 [INFO] 
14:07:16:849 [INFO] --- maven-plugin-plugin:3.6.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
14:07:16:852 [INFO] 
14:07:16:852 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
14:07:16:856 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.1.0.M2-sources.jar
14:07:16:865 [INFO] 
14:07:16:865 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
14:07:16:875 [INFO] No dependency problems found
14:07:16:876 [INFO] 
14:07:16:876 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
14:07:16:877 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.1.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.1.0.M2/eclipse-collections-code-generator-maven-plugin-11.1.0.M2.jar
14:07:16:878 [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/11.1.0.M2/eclipse-collections-code-generator-maven-plugin-11.1.0.M2.pom
14:07:16:892 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.1.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.1.0.M2/eclipse-collections-code-generator-maven-plugin-11.1.0.M2-sources.jar
14:07:16:893 [INFO] 
14:07:16:893 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
14:07:16:893 [INFO] Building Eclipse Collections API 11.1.0.M2                        [4/10]
14:07:16:893 [INFO] --------------------------------[ jar ]---------------------------------
14:07:16:930 [INFO] 
14:07:16:930 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
14:07:16:930 [INFO] 
14:07:16:930 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
14:07:16:934 [INFO] 
14:07:16:934 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.1.0.M2:generate-sources (default) @ eclipse-collections-api ---
14:07:16:955 [INFO] Generating sources in eclipse-collections-api to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/generated-sources/java
14:07:18:501 [INFO] Generated 1370 files
14:07:18:502 [INFO] 
14:07:18:502 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-api ---
14:07:18:506 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:07:18:506 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:07:18:506 [INFO] Copying 3 resources
14:07:18:507 [INFO] 
14:07:18:507 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
14:07:18:794 [INFO] Changes detected - recompiling the module!
14:07:18:795 [INFO] Compiling 1592 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/classes
14:07:24:984 [INFO] 
14:07:24:985 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api ---
14:07:26:181 [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.
14:07:26:181 [WARNING] Cannot consider developer in line '80' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
14:07:26:181 [WARNING] Cannot consider developer in line '84' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
14:07:26:181 [WARNING] Cannot consider developer in line '88' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
14:07:26:181 [WARNING] Cannot consider developer in line '92' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
14:07:26:181 [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.
14:07:27:272 [INFO] 
14:07:27:272 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-api ---
14:07:27:275 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:07:27:275 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:07:27:275 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/src/test/resources
14:07:27:275 [INFO] 
14:07:27:275 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
14:07:27:276 [INFO] No sources to compile
14:07:27:276 [INFO] 
14:07:27:277 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
14:07:27:280 [INFO] No tests to run.
14:07:27:280 [INFO] 
14:07:27:280 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api ---
14:07:27:466 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.1.0.M2.jar
14:07:27:702 [INFO] 
14:07:27:703 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
14:07:27:775 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.1.0.M2-sources.jar
14:07:28:593 [INFO] 
14:07:28:593 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
14:07:28:818 [INFO] No dependency problems found
14:07:28:818 [INFO] 
14:07:28:818 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
14:07:28:819 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.1.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/11.1.0.M2/eclipse-collections-api-11.1.0.M2.jar
14:07:28:825 [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/11.1.0.M2/eclipse-collections-api-11.1.0.M2.pom
14:07:28:826 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.1.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/11.1.0.M2/eclipse-collections-api-11.1.0.M2-sources.jar
14:07:28:829 [INFO] 
14:07:28:829 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
14:07:28:829 [INFO] Building Eclipse Collections Main Library 11.1.0.M2               [5/10]
14:07:28:829 [INFO] --------------------------------[ jar ]---------------------------------
14:07:28:833 [INFO] 
14:07:28:833 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
14:07:28:833 [INFO] 
14:07:28:834 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
14:07:28:840 [INFO] 
14:07:28:840 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.1.0.M2:generate-sources (generate-sources) @ eclipse-collections ---
14:07:28:840 [INFO] Generating sources in eclipse-collections to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/generated-sources/java
14:07:33:041 [INFO] Generated 1462 files
14:07:33:042 [INFO] 
14:07:33:042 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.1.0.M2:generate-services (generate-services) @ eclipse-collections ---
14:07:33:049 [INFO] Generating sources in eclipse-collections to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/generated-resources/META-INF/services
14:07:33:125 [INFO] Generated 230 files
14:07:33:126 [INFO] 
14:07:33:126 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections ---
14:07:33:128 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:07:33:128 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:07:33:129 [INFO] Copying 27 resources
14:07:33:143 [INFO] Copying 230 resources to META-INF/services
14:07:33:202 [INFO] 
14:07:33:202 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
14:07:33:450 [INFO] Changes detected - recompiling the module!
14:07:33:454 [INFO] Compiling 2117 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/classes
14:08:11:947 [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:08:11:947 [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:08:11:947 [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:08:11:947 [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:08:11:947 [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:08:11:947 [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:08:11:947 [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:08:11:947 [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:08:11:947 [INFO] 
14:08:11:947 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections ---
14:08:12:059 [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.
14:08:12:059 [WARNING] Cannot consider developer in line '80' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
14:08:12:059 [WARNING] Cannot consider developer in line '84' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
14:08:12:059 [WARNING] Cannot consider developer in line '88' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
14:08:12:059 [WARNING] Cannot consider developer in line '92' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
14:08:12:059 [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.
14:08:15:374 [INFO] 
14:08:15:374 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections ---
14:08:15:376 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:08:15:376 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:08:15:376 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/test/resources
14:08:15:376 [INFO] 
14:08:15:376 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
14:08:15:377 [INFO] No sources to compile
14:08:15:377 [INFO] 
14:08:15:377 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
14:08:15:380 [INFO] No tests to run.
14:08:15:380 [INFO] 
14:08:15:380 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections ---
14:08:15:764 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.1.0.M2.jar
14:08:16:598 [INFO] 
14:08:16:598 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections ---
14:08:16:702 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.1.0.M2-sources.jar
14:08:17:472 [INFO] 
14:08:17:472 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections ---
14:08:18:646 [INFO] No dependency problems found
14:08:18:646 [INFO] 
14:08:18:646 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
14:08:18:647 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.1.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/11.1.0.M2/eclipse-collections-11.1.0.M2.jar
14:08:18:656 [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/11.1.0.M2/eclipse-collections-11.1.0.M2.pom
14:08:18:657 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.1.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/11.1.0.M2/eclipse-collections-11.1.0.M2-sources.jar
14:08:18:663 [INFO] 
14:08:18:663 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
14:08:18:663 [INFO] Building Eclipse Collections Test Utilities 11.1.0.M2             [6/10]
14:08:18:663 [INFO] --------------------------------[ jar ]---------------------------------
14:08:18:734 [INFO] 
14:08:18:734 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
14:08:18:735 [INFO] 
14:08:18:735 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
14:08:18:745 [INFO] 
14:08:18:745 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-testutils ---
14:08:18:954 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/publish-p2-repo/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/jacoco.exec
14:08:18:954 [INFO] 
14:08:18:954 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-testutils ---
14:08:18:955 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:08:18:955 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:08:18:955 [INFO] Copying 3 resources
14:08:18:956 [INFO] 
14:08:18:956 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
14:08:18:958 [INFO] Changes detected - recompiling the module!
14:08:18:959 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/classes
14:08:20:231 [INFO] 
14:08:20:231 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-testutils ---
14:08:20:232 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:08:20:232 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:08:20:232 [INFO] Copying 1 resource
14:08:20:233 [INFO] 
14:08:20:233 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
14:08:20:234 [INFO] Changes detected - recompiling the module!
14:08:20:234 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/test-classes
14:08:22:453 [INFO] 
14:08:22:453 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
14:08:22:456 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/surefire-reports
14:08:22:719 [INFO] 
14:08:22:719 [INFO] -------------------------------------------------------
14:08:22:719 [INFO]  T E S T S
14:08:22:719 [INFO] -------------------------------------------------------
14:08:23:296 [INFO] Running org.eclipse.collections.impl.test.ExceptionThrownTest
14:08:23:467 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in org.eclipse.collections.impl.test.ExceptionThrownTest
14:08:23:468 [INFO] Running org.eclipse.collections.impl.test.SerializeTestHelperTest
14:08:23:480 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.test.SerializeTestHelperTest
14:08:23:480 [INFO] Running org.eclipse.collections.impl.test.ClassComparerTest
14:08:24:159 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.677 s - in org.eclipse.collections.impl.test.ClassComparerTest
14:08:24:159 [INFO] Running org.eclipse.collections.impl.test.CollectionsEqualTest
14:08:24:177 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.test.CollectionsEqualTest
14:08:24:177 [INFO] Running org.eclipse.collections.impl.test.VerifyTest
14:08:24:685 [INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.506 s - in org.eclipse.collections.impl.test.VerifyTest
14:08:25:045 [INFO] 
14:08:25:045 [INFO] Results:
14:08:25:045 [INFO] 
14:08:25:045 [INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0
14:08:25:045 [INFO] 
14:08:25:049 [INFO] 
14:08:25:049 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-testutils ---
14:08:25:054 [INFO] Loading execution data file /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/jacoco.exec
14:08:25:172 [INFO] Analyzed bundle 'Eclipse Collections Test Utilities' with 3 classes
14:08:25:265 [INFO] 
14:08:25:265 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils ---
14:08:25:269 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.1.0.M2.jar
14:08:25:279 [INFO] 
14:08:25:279 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
14:08:25:282 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.1.0.M2-sources.jar
14:08:25:291 [INFO] 
14:08:25:291 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
14:08:25:304 [INFO] No dependency problems found
14:08:25:304 [INFO] 
14:08:25:304 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
14:08:25:305 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.1.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/11.1.0.M2/eclipse-collections-testutils-11.1.0.M2.jar
14:08:25:309 [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/11.1.0.M2/eclipse-collections-testutils-11.1.0.M2.pom
14:08:25:310 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.1.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/11.1.0.M2/eclipse-collections-testutils-11.1.0.M2-sources.jar
14:08:25:311 [INFO] 
14:08:25:311 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
14:08:25:311 [INFO] Building Eclipse Collections Fork Join Utilities 11.1.0.M2        [7/10]
14:08:25:311 [INFO] --------------------------------[ jar ]---------------------------------
14:08:25:316 [INFO] 
14:08:25:316 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
14:08:25:317 [INFO] 
14:08:25:317 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
14:08:25:356 [INFO] 
14:08:25:356 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-forkjoin ---
14:08:25:357 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/publish-p2-repo/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/jacoco.exec
14:08:25:357 [INFO] 
14:08:25:357 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-forkjoin ---
14:08:25:357 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:08:25:357 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:08:25:358 [INFO] Copying 3 resources
14:08:25:359 [INFO] 
14:08:25:359 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
14:08:25:361 [INFO] Changes detected - recompiling the module!
14:08:25:361 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/classes
14:08:26:362 [INFO] 
14:08:26:362 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
14:08:26:363 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:08:26:363 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:08:26:363 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/src/test/resources
14:08:26:363 [INFO] 
14:08:26:363 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
14:08:26:365 [INFO] Changes detected - recompiling the module!
14:08:26:365 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/test-classes
14:08:27:580 [INFO] 
14:08:27:580 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
14:08:27:583 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/surefire-reports
14:08:27:584 [INFO] 
14:08:27:584 [INFO] -------------------------------------------------------
14:08:27:584 [INFO]  T E S T S
14:08:27:584 [INFO] -------------------------------------------------------
14:08:28:089 [INFO] Running org.eclipse.collections.impl.forkjoin.FJIterateTest
14:08:29:795 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.705 s - in org.eclipse.collections.impl.forkjoin.FJIterateTest
14:08:30:154 [INFO] 
14:08:30:154 [INFO] Results:
14:08:30:154 [INFO] 
14:08:30:154 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
14:08:30:154 [INFO] 
14:08:30:154 [INFO] 
14:08:30:154 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-forkjoin ---
14:08:30:155 [INFO] Loading execution data file /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/jacoco.exec
14:08:30:170 [INFO] Analyzed bundle 'Eclipse Collections Fork Join Utilities' with 10 classes
14:08:30:258 [INFO] 
14:08:30:258 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin ---
14:08:30:262 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.1.0.M2.jar
14:08:30:270 [INFO] 
14:08:30:270 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
14:08:30:274 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.1.0.M2-sources.jar
14:08:30:281 [INFO] 
14:08:30:281 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
14:08:30:292 [INFO] No dependency problems found
14:08:30:293 [INFO] 
14:08:30:293 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
14:08:30:294 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.1.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.1.0.M2/eclipse-collections-forkjoin-11.1.0.M2.jar
14:08:30:295 [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/11.1.0.M2/eclipse-collections-forkjoin-11.1.0.M2.pom
14:08:30:296 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.1.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.1.0.M2/eclipse-collections-forkjoin-11.1.0.M2-sources.jar
14:08:30:297 [INFO] 
14:08:30:297 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
14:08:30:297 [INFO] Building Eclipse Collections JCStress Test Suite 11.1.0.M2        [8/10]
14:08:30:297 [INFO] --------------------------------[ jar ]---------------------------------
14:08:30:505 [INFO] 
14:08:30:505 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
14:08:30:506 [INFO] 
14:08:30:506 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
14:08:30:513 [INFO] 
14:08:30:513 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jcstress-tests ---
14:08:30:514 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:08:30:514 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:08:30:514 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/main/resources
14:08:30:514 [INFO] 
14:08:30:514 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
14:08:30:517 [INFO] Changes detected - recompiling the module!
14:08:30:517 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/classes
14:08:31:807 [INFO] 
14:08:31:807 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jcstress-tests ---
14:08:31:807 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:08:31:808 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:08:31:808 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/test/resources
14:08:31:808 [INFO] 
14:08:31:808 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
14:08:31:808 [INFO] No sources to compile
14:08:31:808 [INFO] 
14:08:31:808 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
14:08:31:810 [INFO] No tests to run.
14:08:31:810 [INFO] 
14:08:31:810 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests ---
14:08:31:814 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.1.0.M2.jar
14:08:31:823 [INFO] 
14:08:31:823 [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ jcstress-tests ---
14:08:32:352 [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.1.0.M2 in the shaded jar.
14:08:32:353 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.1.0.M2 in the shaded jar.
14:08:32:353 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
14:08:32:353 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
14:08:33:958 [WARNING] eclipse-collections-11.1.0.M2.jar, eclipse-collections-api-11.1.0.M2.jar, jcstress-core-0.4.jar, jcstress-tests-11.1.0.M2.jar, jopt-simple-4.6.jar define 1 overlapping resource: 
14:08:33:958 [WARNING]   - META-INF/MANIFEST.MF
14:08:33:958 [WARNING] eclipse-collections-11.1.0.M2.jar, eclipse-collections-api-11.1.0.M2.jar define 3 overlapping resources: 
14:08:33:958 [WARNING]   - LICENSE-EDL-1.0.txt
14:08:33:958 [WARNING]   - LICENSE-EPL-1.0.txt
14:08:33:958 [WARNING]   - about.html
14:08:33:958 [WARNING] maven-shade-plugin has detected that some class files are
14:08:33:958 [WARNING] present in two or more JARs. When this happens, only one
14:08:33:958 [WARNING] single version of the class is copied to the uber jar.
14:08:33:958 [WARNING] Usually this is not harmful and you can skip these warnings,
14:08:33:958 [WARNING] otherwise try to manually exclude artifacts based on
14:08:33:958 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
14:08:33:958 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
14:08:33:969 [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-11.1.0.M2-shaded.jar
14:08:33:969 [INFO] 
14:08:33:970 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests ---
14:08:33:974 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.1.0.M2-sources.jar
14:08:33:982 [INFO] 
14:08:33:982 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests ---
14:08:33:994 [INFO] No dependency problems found
14:08:33:994 [INFO] 
14:08:33:994 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
14:08:33:995 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.1.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/11.1.0.M2/jcstress-tests-11.1.0.M2.jar
14:08:34:000 [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/11.1.0.M2/jcstress-tests-11.1.0.M2.pom
14:08:34:001 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.1.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/11.1.0.M2/jcstress-tests-11.1.0.M2-sources.jar
14:08:34:002 [INFO] 
14:08:34:002 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
14:08:34:002 [INFO] Building Eclipse Collections p2 Repository Build 11.1.0.M2        [9/10]
14:08:34:002 [INFO] --------------------------------[ pom ]---------------------------------
14:08:34:016 [INFO] 
14:08:34:016 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
14:08:34:053 [INFO] 
14:08:34:053 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
14:08:34:168 [INFO] 
14:08:34:168 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository ---
14:08:34:348 [INFO] Skipping pom project
14:08:34:348 [INFO] 
14:08:34:348 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
14:08:34:365 [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/11.1.0.M2/p2-repository-11.1.0.M2.pom
14:08:34:367 [INFO] 
14:08:34:367 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
14:08:34:367 [INFO] Building Eclipse Collections OSGi Bundle 11.1.0.M2               [10/10]
14:08:34:367 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
14:08:34:665 [INFO] 
14:08:34:665 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
14:08:34:666 [INFO] 
14:08:34:666 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
14:08:37:050 [INFO] The project's OSGi version is 11.1.0.M2.v20220628-1344
14:08:37:050 [INFO] 
14:08:37:050 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections ---
14:08:37:051 [INFO] 
14:08:37:051 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
14:08:37:056 [INFO] 
14:08:37:056 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.collections ---
14:08:37:123 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:08:37:123 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:08:37:127 [INFO] Copying 2 resources
14:08:37:150 [INFO] 
14:08:37:150 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
14:08:37:182 [INFO] No sources to compile
14:08:37:182 [INFO] 
14:08:37:182 [INFO] --- ebr-maven-plugin:1.3.0:bundle (default-bundle) @ org.eclipse.collections ---
14:08:37:192 [INFO] Gathering dependencies
14:08:37:200 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:11.1.0.M2:jar
14:08:37:210 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:11.1.0.M2:jar
14:08:37:211 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.1.0.M2.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:08:38:397 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.1.0.M2.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:08:38:777 [INFO] Merging collected dependencies
14:08:38:783 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:08:38:784 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:08:38:912 [INFO] Copying 5738 resources
14:08:40:571 [INFO] Generating OSGi MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0.M2.jar
14:08:46:582 [INFO] Gathering sources
14:08:46:585 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:11.1.0.M2:jar
14:08:46:587 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:11.1.0.M2:jar
14:08:46:588 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.1.0.M2-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:08:47:484 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.1.0.M2-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:08:48:154 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:08:48:154 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
14:08:48:154 [INFO] Copying 2 resources
14:08:48:155 [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-11.1.0.M2-sources.jar
14:08:49:357 [INFO] Packing and signing bundle
14:08:49:357 [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:08:49:980 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0.M2.jar
14:09:10:157 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0.M2.jar
14:09:17:078 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0.M2-sources.jar
14:09:20:736 [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:09:21:495 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0.M2.jar
14:09:36:597 [INFO] Assembling p2 repository
14:09:37:966 [INFO] 
14:09:37:966 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
14:09:37:967 [INFO] 
14:09:37:967 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections ---
14:09:39:127 [INFO] No dependency problems found
14:09:39:127 [INFO] 
14:09:39:127 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
14:09:39:129 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.1.0.M2/org.eclipse.collections-11.1.0.M2.jar
14:09:39:143 [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/11.1.0.M2/org.eclipse.collections-11.1.0.M2.pom
14:09:39:144 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.1.0.M2/org.eclipse.collections-11.1.0.M2-sources.jar
14:09:39:150 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0.M2.jar.pack.gz to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.1.0.M2/org.eclipse.collections-11.1.0.M2-pack200.jar.pack.gz
14:09:39:152 [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/11.1.0.M2/org.eclipse.collections-11.1.0.M2-p2metadata.xml
14:09:39:153 [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/11.1.0.M2/org.eclipse.collections-11.1.0.M2-p2artifacts.xml
14:09:39:154 [INFO] 
14:09:39:154 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
14:09:39:156 [INFO] ------------------------------------------------------------------------
14:09:39:156 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.1.0.M2:
14:09:39:156 [INFO] 
14:09:39:156 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  3.406 s]
14:09:39:156 [INFO] Eclipse Collections Code Generator ................. SUCCESS [  3.908 s]
14:09:39:156 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  4.079 s]
14:09:39:156 [INFO] Eclipse Collections API ............................ SUCCESS [ 11.936 s]
14:09:39:156 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 49.834 s]
14:09:39:156 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  6.648 s]
14:09:39:156 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  4.986 s]
14:09:39:156 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  3.705 s]
14:09:39:156 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.365 s]
14:09:39:156 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [01:04 min]
14:09:39:156 [INFO] ------------------------------------------------------------------------
14:09:39:156 [INFO] BUILD SUCCESS
14:09:39:156 [INFO] ------------------------------------------------------------------------
14:09:39:156 [INFO] Total time:  02:51 min
14:09:39:156 [INFO] Finished at: 2022-06-28T14:09:39Z
14:09:39:156 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=11.1.0.M2 -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository clean install
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
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: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
14:09:41:048 [INFO] Error stacktraces are turned on.
14:09:41:391 [INFO] Scanning for projects...
14:09:45:126 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
14:09:45:376 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B)
14:09:45:480 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
14:09:45:510 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
14:09:45:642 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
14:09:45:761 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
14:09:45:870 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
14:09:45:977 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
14:09:46:101 [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:09:46:123 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
14:09:47:043 [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:09:47:167 [WARNING] The following locally built units have been used to resolve project dependencies:
14:09:47:167 [WARNING]   org.eclipse.collections/11.1.0.v20220628-1344
14:09:47:169 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
14:09:47:229 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:11.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
14:09:47:234 [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:09:47:258 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:11.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
14:09:47:284 [WARNING] The following locally built units have been used to resolve project dependencies:
14:09:47:284 [WARNING]   org.eclipse.collections/11.1.0.v20220628-1344
14:09:47:285 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:11.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
14:09:47:286 [INFO] ------------------------------------------------------------------------
14:09:47:286 [INFO] Reactor Build Order:
14:09:47:286 [INFO] 
14:09:47:287 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
14:09:47:287 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
14:09:47:287 [INFO] p2-repository                                       [eclipse-repository]
14:09:47:292 [INFO] 
14:09:47:292 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
14:09:47:292 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.1.0-SNAPSHOT [1/3]
14:09:47:293 [INFO] --------------------------------[ pom ]---------------------------------
14:09:47:445 [INFO] 
14:09:47:445 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
14:09:47:559 [INFO] 
14:09:47:559 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
14:09:48:187 [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/11.1.0-SNAPSHOT/p2-feature-11.1.0-SNAPSHOT.pom
14:09:48:193 [INFO] 
14:09:48:193 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
14:09:48:193 [INFO] Building org.eclipse.collections.feature 11.1.0-SNAPSHOT           [2/3]
14:09:48:193 [INFO] --------------------------[ eclipse-feature ]---------------------------
14:09:48:198 [INFO] 
14:09:48:198 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
14:09:48:198 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
14:09:48:199 [INFO] 
14:09:48:199 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
14:09:48:598 [INFO] The project's OSGi version is 11.1.0.v20220628-1344
14:09:48:599 [INFO] 
14:09:48:599 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
14:09:48:600 [INFO] 
14:09:48:600 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
14:09:48:601 [INFO] 
14:09:48:602 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
14:09:48:725 [INFO] 
14:09:48:725 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
14:09:48:801 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.1.0-SNAPSHOT.jar
14:09:48:822 [INFO] 
14:09:48:822 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
14:09:48:850 [INFO] 
14:09:48:850 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
14:09:48:853 [INFO] 
14:09:48:853 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
14:09:48:882 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.1.0-SNAPSHOT-sources-feature.jar
14:09:48:927 [INFO] 
14:09:48:927 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
14:09:48:938 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2metadata:11.1.0-SNAPSHOT already attached, replace previous instance
14:09:48:938 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2artifacts:11.1.0-SNAPSHOT already attached, replace previous instance
14:09:48:939 [INFO] 
14:09:48:939 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.collections.feature ---
14:09:49:177 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.1.0-SNAPSHOT.jar
14:09:50:408 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.1.0-SNAPSHOT-sources-feature.jar
14:09:51:362 [INFO] 
14:09:51:362 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
14:09:51:410 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/11.1.0-SNAPSHOT/org.eclipse.collections.feature-11.1.0-SNAPSHOT.jar
14:09:51:411 [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/11.1.0-SNAPSHOT/org.eclipse.collections.feature-11.1.0-SNAPSHOT.pom
14:09:51:413 [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/11.1.0-SNAPSHOT/org.eclipse.collections.feature-11.1.0-SNAPSHOT-p2metadata.xml
14:09:51:417 [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/11.1.0-SNAPSHOT/org.eclipse.collections.feature-11.1.0-SNAPSHOT-p2artifacts.xml
14:09:51:418 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/11.1.0-SNAPSHOT/org.eclipse.collections.feature-11.1.0-SNAPSHOT-sources-feature.jar
14:09:51:420 [INFO] 
14:09:51:420 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
14:09:51:422 [INFO] 
14:09:51:422 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
14:09:51:422 [INFO] Building p2-repository 11.1.0-SNAPSHOT                             [3/3]
14:09:51:422 [INFO] -------------------------[ eclipse-repository ]-------------------------
14:09:51:423 [INFO] 
14:09:51:423 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
14:09:51:424 [INFO] 
14:09:51:424 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
14:09:51:457 [INFO] The project's OSGi version is 11.1.0.v20220628-1344
14:09:51:457 [INFO] 
14:09:51:457 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
14:09:51:458 [INFO] 
14:09:51:458 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
14:09:52:082 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:09:52:082 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
14:09:52:082 [INFO] 
14:09:52:082 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository ---
14:09:52:097 [INFO] 
14:09:52:098 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
14:09:52:110 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
14:09:52:114 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
14:09:52:115 [INFO] 
14:09:52:115 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository ---
14:09:52:119 [INFO] 
14:09:52:119 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository ---
14:09:52:157 [INFO] 
14:09:52:158 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
14:09:52:159 [INFO] 
14:09:52:159 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository ---
14:09:53:812 [INFO] 
14:09:53:812 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository ---
14:09:53:828 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-11.1.0-SNAPSHOT.zip
14:09:54:425 [INFO] 
14:09:54:425 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
14:09:54:427 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-11.1.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/11.1.0-SNAPSHOT/p2-repository-11.1.0-SNAPSHOT.zip
14:09:54:444 [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/11.1.0-SNAPSHOT/p2-repository-11.1.0-SNAPSHOT.pom
14:09:54:446 [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/11.1.0-SNAPSHOT/p2-repository-11.1.0-SNAPSHOT-p2metadata.xml
14:09:54:448 [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/11.1.0-SNAPSHOT/p2-repository-11.1.0-SNAPSHOT-p2artifacts.xml
14:09:54:449 [INFO] 
14:09:54:450 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository ---
14:09:54:451 [INFO] ------------------------------------------------------------------------
14:09:54:451 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.1.0-SNAPSHOT:
14:09:54:451 [INFO] 
14:09:54:451 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  0.901 s]
14:09:54:451 [INFO] org.eclipse.collections.feature .................... SUCCESS [  3.229 s]
14:09:54:451 [INFO] p2-repository ...................................... SUCCESS [  3.029 s]
14:09:54:451 [INFO] ------------------------------------------------------------------------
14:09:54:451 [INFO] BUILD SUCCESS
14:09:54:452 [INFO] ------------------------------------------------------------------------
14:09:54:452 [INFO] Total time:  13.370 s
14:09:54:452 [INFO] Finished at: 2022-06-28T14:09:54Z
14:09:54:452 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=11.1.0.M2 -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository clean install
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
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: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
14:09:56:267 [INFO] Error stacktraces are turned on.
14:09:56:531 [INFO] Scanning for projects...
14:09:58:582 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
14:09:59:059 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B)
14:09:59:163 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
14:09:59:210 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
14:09:59:332 [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:09:59:346 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
14:09:59:706 [WARNING] The following locally built units have been used to resolve project dependencies:
14:09:59:706 [WARNING]   org.eclipse.collections/11.1.0.v20220628-1344
14:09:59:708 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
14:09:59:728 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:11.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
14:09:59:734 [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:09:59:743 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:11.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
14:09:59:767 [WARNING] The following locally built units have been used to resolve project dependencies:
14:09:59:767 [WARNING]   org.eclipse.collections/11.1.0.v20220628-1344
14:09:59:767 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:11.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
14:09:59:768 [INFO] ------------------------------------------------------------------------
14:09:59:768 [INFO] Reactor Build Order:
14:09:59:768 [INFO] 
14:09:59:769 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
14:09:59:769 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
14:09:59:769 [INFO] p2-repository                                       [eclipse-repository]
14:09:59:773 [INFO] 
14:09:59:774 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
14:09:59:774 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.1.0-SNAPSHOT [1/3]
14:09:59:774 [INFO] --------------------------------[ pom ]---------------------------------
14:09:59:783 [INFO] 
14:09:59:783 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
14:09:59:815 [INFO] 
14:09:59:815 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
14:09:59:883 [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/11.1.0-SNAPSHOT/p2-feature-11.1.0-SNAPSHOT.pom
14:09:59:892 [INFO] 
14:09:59:892 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
14:09:59:892 [INFO] Building org.eclipse.collections.feature 11.1.0-SNAPSHOT           [2/3]
14:09:59:892 [INFO] --------------------------[ eclipse-feature ]---------------------------
14:09:59:896 [INFO] 
14:09:59:896 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
14:09:59:897 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
14:09:59:898 [INFO] 
14:09:59:898 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
14:10:00:373 [INFO] The project's OSGi version is 11.1.0.v20220628-1344
14:10:00:373 [INFO] 
14:10:00:373 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
14:10:00:375 [INFO] 
14:10:00:375 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
14:10:00:376 [INFO] 
14:10:00:376 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
14:10:00:476 [INFO] 
14:10:00:476 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
14:10:00:542 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.1.0-SNAPSHOT.jar
14:10:00:576 [INFO] 
14:10:00:576 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
14:10:00:597 [INFO] 
14:10:00:597 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
14:10:00:600 [INFO] 
14:10:00:600 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
14:10:00:648 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.1.0-SNAPSHOT-sources-feature.jar
14:10:00:700 [INFO] 
14:10:00:700 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
14:10:00:713 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2metadata:11.1.0-SNAPSHOT already attached, replace previous instance
14:10:00:713 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2artifacts:11.1.0-SNAPSHOT already attached, replace previous instance
14:10:00:714 [INFO] 
14:10:00:714 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.collections.feature ---
14:10:00:930 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.1.0-SNAPSHOT.jar
14:10:01:969 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.1.0-SNAPSHOT-sources-feature.jar
14:10:02:810 [INFO] 
14:10:02:811 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
14:10:02:831 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/11.1.0-SNAPSHOT/org.eclipse.collections.feature-11.1.0-SNAPSHOT.jar
14:10:02:832 [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/11.1.0-SNAPSHOT/org.eclipse.collections.feature-11.1.0-SNAPSHOT.pom
14:10:02:834 [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/11.1.0-SNAPSHOT/org.eclipse.collections.feature-11.1.0-SNAPSHOT-p2metadata.xml
14:10:02:835 [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/11.1.0-SNAPSHOT/org.eclipse.collections.feature-11.1.0-SNAPSHOT-p2artifacts.xml
14:10:02:837 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/11.1.0-SNAPSHOT/org.eclipse.collections.feature-11.1.0-SNAPSHOT-sources-feature.jar
14:10:02:839 [INFO] 
14:10:02:839 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
14:10:02:840 [INFO] 
14:10:02:840 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
14:10:02:840 [INFO] Building p2-repository 11.1.0-SNAPSHOT                             [3/3]
14:10:02:841 [INFO] -------------------------[ eclipse-repository ]-------------------------
14:10:02:842 [INFO] 
14:10:02:842 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
14:10:02:843 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target
14:10:02:850 [INFO] 
14:10:02:851 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
14:10:02:883 [INFO] The project's OSGi version is 11.1.0.v20220628-1344
14:10:02:883 [INFO] 
14:10:02:883 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
14:10:02:884 [INFO] 
14:10:02:884 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
14:10:02:925 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:10:02:925 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
14:10:02:925 [INFO] 
14:10:02:925 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository ---
14:10:02:954 [INFO] 
14:10:02:954 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
14:10:02:965 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
14:10:02:968 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
14:10:02:969 [INFO] 
14:10:02:969 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository ---
14:10:02:971 [INFO] 
14:10:02:971 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository ---
14:10:02:980 [INFO] 
14:10:02:980 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
14:10:02:982 [INFO] 
14:10:02:982 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository ---
14:10:04:617 [INFO] 
14:10:04:618 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository ---
14:10:04:631 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-11.1.0-SNAPSHOT.zip
14:10:05:193 [INFO] 
14:10:05:193 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
14:10:05:194 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-11.1.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/11.1.0-SNAPSHOT/p2-repository-11.1.0-SNAPSHOT.zip
14:10:05:268 [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/11.1.0-SNAPSHOT/p2-repository-11.1.0-SNAPSHOT.pom
14:10:05:270 [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/11.1.0-SNAPSHOT/p2-repository-11.1.0-SNAPSHOT-p2metadata.xml
14:10:05:272 [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/11.1.0-SNAPSHOT/p2-repository-11.1.0-SNAPSHOT-p2artifacts.xml
14:10:05:274 [INFO] 
14:10:05:274 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository ---
14:10:05:275 [INFO] ------------------------------------------------------------------------
14:10:05:275 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.1.0-SNAPSHOT:
14:10:05:275 [INFO] 
14:10:05:276 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  0.119 s]
14:10:05:276 [INFO] org.eclipse.collections.feature .................... SUCCESS [  2.948 s]
14:10:05:276 [INFO] p2-repository ...................................... SUCCESS [  2.435 s]
14:10:05:276 [INFO] ------------------------------------------------------------------------
14:10:05:276 [INFO] BUILD SUCCESS
14:10:05:276 [INFO] ------------------------------------------------------------------------
14:10:05:276 [INFO] Total time:  8.985 s
14:10:05:276 [INFO] Finished at: 2022-06-28T14:10:05Z
14:10:05:276 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /bin/bash /tmp/jenkins14270490294548243499.sh
running command ssh genie.collections@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/collections/11.1.0.M2
running command ssh genie.collections@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/collections/11.1.0.M2
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections
total 35888
drwxrwsr-x  36 genie.collections technology.collections    4096 Jun 28 10:10 .
drwxrwxr-x 357 root              root                     12288 Jun 23 11:40 ..
drwxrwsr-x   3 genie.collections technology.collections    4096 Jul 11  2019 10.0.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Sep 25  2018 10.0.0.M2
drwxrwsr-x   3 genie.collections technology.collections    4096 Dec  4  2019 10.1.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Nov 22  2019 10.1.0.M1
drwxrwsr-x   3 genie.collections technology.collections    4096 Nov 25  2019 10.1.0.M2
drwxrwsr-x   3 genie.collections technology.collections    4096 Feb 11  2020 10.2.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Aug  7  2020 10.3.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Jul  3  2020 10.3.0.M1
drwxrwsr-x   3 genie.collections technology.collections    4096 Jul 15  2020 10.3.0.M3
drwxrwsr-x   3 genie.collections technology.collections    4096 Jul 16  2020 10.3.0.M4
drwxrwsr-x   3 genie.collections technology.collections    4096 Jul 30  2020 10.3.0.M5
drwxrwsr-x   3 genie.collections technology.collections    4096 Aug 20  2020 10.4.0
drwxr-sr-x   3 genie.collections technology.collections    4096 Nov 23  2021 11.0.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Nov  2  2020 11.0.0.M1
drwxrwsr-x   3 genie.collections technology.collections    4096 Mar 19  2021 11.0.0.M2
drwxrwsr-x   3 genie.collections technology.collections    4096 Jul 13  2021 11.0.0.M3
drwxrwsr-x   3 genie.collections technology.collections    4096 Oct 29  2021 11.0.0.M5
drwxrwsr-x   3 genie.collections technology.collections    4096 Nov  4  2021 11.0.0.M6
drwxr-sr-x   3 genie.collections technology.collections    4096 Jun 21 12:24 11.1.0.M1
drwxr-sr-x   2 genie.collections technology.collections    4096 Jun 28 10:10 11.1.0.M2
drwxrwsr-x   3 genie.collections technology.collections    4096 Jun 22  2017 8.2.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Sep 20  2017 9.0.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Aug 19  2017 9.0.0.M2
drwxrwsr-x   3 genie.collections technology.collections    4096 Aug 24  2017 9.0.0.M3
drwxrwsr-x   3 genie.collections technology.collections    4096 Sep  5  2017 9.0.0.M4
drwxrwsr-x   3 genie.collections technology.collections    4096 Sep 13  2017 9.0.0-SNAPSHOT
drwxrwsr-x   3 genie.collections technology.collections    4096 Dec 31  2017 9.1.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Dec  6  2017 9.1.0.M1
drwxrwsr-x   3 genie.collections technology.collections    4096 Dec 11  2017 9.1.0.M2
drwxrwsr-x   3 genie.collections technology.collections    4096 May 18  2018 9.2.0
drwxrwsr-x   3 genie.collections technology.collections    4096 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    4096 Mar 31  2016 pre-release
drwxrwsr-x   2 genie.collections technology.collections    4096 Mar 24  2016 release
drwxrwsr-x   2 genie.collections technology.collections    4096 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/11.1.0.M2
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/11.1.0.M2
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/11.1.0.M2
total 17656
drwxr-sr-x  3 genie.collections technology.collections     4096 Jun 28 10:10 .
drwxrwsr-x 36 genie.collections technology.collections     4096 Jun 28 10:10 ..
-rw-r--r--  1 genie.collections technology.collections 18065672 Jun 28 10:10 p2-repository-11.1.0-SNAPSHOT.zip
drwxr-sr-x  4 genie.collections technology.collections     4096 Jun 28 10:10 repository
running command ssh genie.collections@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/collections/11.1.0.M2/p2-repository-*.zip /home/data/httpd/download.eclipse.org/collections/11.1.0.M2/p2-repository-11.1.0.M2.zip
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/11.1.0.M2
total 17656
drwxr-sr-x  3 genie.collections technology.collections     4096 Jun 28 10:10 .
drwxrwsr-x 36 genie.collections technology.collections     4096 Jun 28 10:10 ..
-rw-r--r--  1 genie.collections technology.collections 18065672 Jun 28 10:10 p2-repository-11.1.0.M2.zip
drwxr-sr-x  4 genie.collections technology.collections     4096 Jun 28 10:10 repository
All DONE!!!
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 62 killed;
[ssh-agent] Stopped.
Finished: SUCCESS