Skip to content

Console Output

Started by user Sirisha Pratha
Running as Sirisha Pratha
Agent basic-rrwjf is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-rrwjf"
  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-rrwjf"
    - 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-rrwjf"
    - 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-rrwjf (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-aOA2SUP6XHme/agent.66
SSH_AGENT_PID=68
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_11497785436207191233.key (/home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_11497785436207191233.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-ssh12313821585839013278.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.M1^{commit} # timeout=10
 > git rev-parse tags/11.1.0.M1^{commit} # timeout=10
Checking out Revision b2290ffad7feedfa6772e275368e79822d52a5a4 (tags/11.1.0.M1)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b2290ffad7feedfa6772e275368e79822d52a5a4 # timeout=10
Commit message: "Release version 11.1.0.M1."
First time build. Skipping changelog.
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_TAG=11.1.0.M1 -DsigningServiceType=eclipse -Dsurefire.useFile=false -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository -pl !jmh-scala-tests,!jmh-tests,!junit-trait-runner,!scala-unit-tests,!serialization-tests,!test-coverage,!unit-tests-java8,!unit-tests clean install
Apache Maven 3.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"
16:21:48:842 [INFO] Error stacktraces are turned on.
16:21:49:281 [INFO] Scanning for projects...
16:22:11:322 [INFO] ------------------------------------------------------------------------
16:22:11:322 [INFO] Reactor Build Order:
16:22:11:322 [INFO] 
16:22:11:324 [INFO] Eclipse Collections Parent Project                                 [pom]
16:22:11:324 [INFO] Eclipse Collections Code Generator                                 [jar]
16:22:11:324 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
16:22:11:324 [INFO] Eclipse Collections API                                            [jar]
16:22:11:324 [INFO] Eclipse Collections Main Library                                   [jar]
16:22:11:324 [INFO] Eclipse Collections Test Utilities                                 [jar]
16:22:11:325 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
16:22:11:325 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
16:22:11:325 [INFO] Eclipse Collections p2 Repository Build                            [pom]
16:22:11:325 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
16:22:11:331 [INFO] 
16:22:11:331 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
16:22:11:331 [INFO] Building Eclipse Collections Parent Project 11.1.0.M1             [1/10]
16:22:11:331 [INFO] --------------------------------[ pom ]---------------------------------
16:22:11:695 [INFO] 
16:22:11:695 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
16:22:11:818 [INFO] 
16:22:11:818 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
16:22:12:294 [INFO] 
16:22:12:294 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
16:22:16:581 [INFO] Skipping pom project
16:22:16:581 [INFO] 
16:22:16:581 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
16:22:16:862 [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.M1/eclipse-collections-parent-11.1.0.M1.pom
16:22:16:873 [INFO] 
16:22:16:873 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
16:22:16:873 [INFO] Building Eclipse Collections Code Generator 11.1.0.M1             [2/10]
16:22:16:873 [INFO] --------------------------------[ jar ]---------------------------------
16:22:17:531 [INFO] 
16:22:17:532 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
16:22:17:532 [INFO] 
16:22:17:532 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
16:22:17:544 [INFO] 
16:22:17:544 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator ---
16:22:18:565 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:22:18:565 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:22:18:579 [INFO] Copying 394 resources
16:22:18:765 [INFO] 
16:22:18:765 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
16:22:19:100 [INFO] Changes detected - recompiling the module!
16:22:19:118 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/classes
16:22:20:355 [INFO] 
16:22:20:355 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
16:22:20:356 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:22:20:356 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:22:20:356 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/src/test/resources
16:22:20:356 [INFO] 
16:22:20:356 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
16:22:20:364 [INFO] Changes detected - recompiling the module!
16:22:20:364 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/test-classes
16:22:21:217 [INFO] 
16:22:21:217 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
16:22:21:688 [INFO] 
16:22:21:688 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
16:22:21:990 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.1.0.M1.jar
16:22:22:119 [INFO] 
16:22:22:119 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
16:22:22:277 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.1.0.M1-sources.jar
16:22:22:433 [INFO] 
16:22:22:433 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
16:22:22:477 [INFO] No dependency problems found
16:22:22:477 [INFO] 
16:22:22:477 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
16:22:22:481 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.1.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.1.0.M1/eclipse-collections-code-generator-11.1.0.M1.jar
16:22:22:482 [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.M1/eclipse-collections-code-generator-11.1.0.M1.pom
16:22:22:483 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.1.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.1.0.M1/eclipse-collections-code-generator-11.1.0.M1-sources.jar
16:22:22:488 [INFO] 
16:22:22:488 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
16:22:22:488 [INFO] Building Eclipse Collections Code Generator Maven Plugin 11.1.0.M1 [3/10]
16:22:22:488 [INFO] ----------------------------[ maven-plugin ]----------------------------
16:22:23:123 [INFO] 
16:22:23:123 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
16:22:23:124 [INFO] 
16:22:23:124 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
16:22:23:124 [INFO] Skipping Rule Enforcement.
16:22:23:125 [INFO] 
16:22:23:125 [INFO] --- maven-plugin-plugin:3.6.2:helpmojo (help-goal) @ eclipse-collections-code-generator-maven-plugin ---
16:22:25:536 [INFO] Using 'UTF-8' encoding to read mojo source files.
16:22:25:615 [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
16:22:25:616 [INFO] bsh mojo extractor found 0 mojo descriptor.
16:22:25:619 [INFO] ant mojo extractor found 0 mojo descriptor.
16:22:25:848 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
16:22:25:886 [INFO] 
16:22:25:886 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
16:22:25:888 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:22:25:888 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:22:25:888 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/main/resources
16:22:25:888 [INFO] 
16:22:25:888 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
16:22:25:890 [INFO] Changes detected - recompiling the module!
16:22:25:891 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/classes
16:22:27:090 [INFO] 
16:22:27:090 [INFO] --- maven-plugin-plugin:3.6.2:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
16:22:27:117 [INFO] Using 'UTF-8' encoding to read mojo source files.
16:22:27:125 [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
16:22:27:125 [INFO] bsh mojo extractor found 0 mojo descriptor.
16:22:27:125 [INFO] ant mojo extractor found 0 mojo descriptor.
16:22:27:357 [INFO] java-annotations mojo extractor found 4 mojo descriptors.
16:22:27:540 [INFO] 
16:22:27:540 [INFO] --- maven-plugin-plugin:3.6.2:descriptor (mojo-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
16:22:27:541 [INFO] Using 'UTF-8' encoding to read mojo source files.
16:22:27:546 [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
16:22:27:546 [INFO] bsh mojo extractor found 0 mojo descriptor.
16:22:27:546 [INFO] ant mojo extractor found 0 mojo descriptor.
16:22:27:787 [INFO] java-annotations mojo extractor found 4 mojo descriptors.
16:22:27:792 [INFO] 
16:22:27:792 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
16:22:27:793 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:22:27:793 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:22:27:793 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/test/resources
16:22:27:793 [INFO] 
16:22:27:793 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
16:22:27:794 [INFO] No sources to compile
16:22:27:794 [INFO] 
16:22:27:794 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
16:22:27:797 [INFO] No tests to run.
16:22:27:797 [INFO] 
16:22:27:797 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
16:22:27:800 [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.M1.jar
16:22:27:833 [INFO] 
16:22:27:833 [INFO] --- maven-plugin-plugin:3.6.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
16:22:27:836 [INFO] 
16:22:27:836 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
16:22:27:840 [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.M1-sources.jar
16:22:27:846 [INFO] 
16:22:27:846 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
16:22:27:855 [INFO] No dependency problems found
16:22:27:855 [INFO] 
16:22:27:855 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
16:22:27:857 [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.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.1.0.M1/eclipse-collections-code-generator-maven-plugin-11.1.0.M1.jar
16:22:27:862 [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.M1/eclipse-collections-code-generator-maven-plugin-11.1.0.M1.pom
16:22:27:876 [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.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.1.0.M1/eclipse-collections-code-generator-maven-plugin-11.1.0.M1-sources.jar
16:22:27:878 [INFO] 
16:22:27:878 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
16:22:27:878 [INFO] Building Eclipse Collections API 11.1.0.M1                        [4/10]
16:22:27:878 [INFO] --------------------------------[ jar ]---------------------------------
16:22:27:938 [INFO] 
16:22:27:938 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
16:22:27:939 [INFO] 
16:22:27:939 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
16:22:27:942 [INFO] 
16:22:27:942 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.1.0.M1:generate-sources (default) @ eclipse-collections-api ---
16:22:27:987 [INFO] Generating sources in eclipse-collections-api to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/generated-sources/java
16:22:29:019 [INFO] Generated 1370 files
16:22:29:020 [INFO] 
16:22:29:020 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-api ---
16:22:29:021 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:22:29:021 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:22:29:021 [INFO] Copying 3 resources
16:22:29:022 [INFO] 
16:22:29:022 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
16:22:29:195 [INFO] Changes detected - recompiling the module!
16:22:29:196 [INFO] Compiling 1592 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/classes
16:22:34:230 [INFO] 
16:22:34:230 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api ---
16:22:35:744 [WARNING] Cannot consider developer in line '76' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
16:22:35:744 [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.
16:22:35:744 [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.
16:22:35:744 [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.
16:22:35:744 [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.
16:22:35:744 [WARNING] Cannot consider developer in line '96' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
16:22:36:843 [INFO] 
16:22:36:843 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-api ---
16:22:36:844 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:22:36:844 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:22:36:845 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/src/test/resources
16:22:36:845 [INFO] 
16:22:36:845 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
16:22:36:846 [INFO] No sources to compile
16:22:36:846 [INFO] 
16:22:36:846 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
16:22:36:848 [INFO] No tests to run.
16:22:36:848 [INFO] 
16:22:36:848 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api ---
16:22:36:957 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.1.0.M1.jar
16:22:37:073 [INFO] 
16:22:37:073 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
16:22:37:152 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.1.0.M1-sources.jar
16:22:37:559 [INFO] 
16:22:37:559 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
16:22:37:740 [INFO] No dependency problems found
16:22:37:740 [INFO] 
16:22:37:740 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
16:22:37:741 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.1.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/11.1.0.M1/eclipse-collections-api-11.1.0.M1.jar
16:22:37:742 [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.M1/eclipse-collections-api-11.1.0.M1.pom
16:22:37:744 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.1.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/11.1.0.M1/eclipse-collections-api-11.1.0.M1-sources.jar
16:22:37:746 [INFO] 
16:22:37:746 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
16:22:37:746 [INFO] Building Eclipse Collections Main Library 11.1.0.M1               [5/10]
16:22:37:746 [INFO] --------------------------------[ jar ]---------------------------------
16:22:37:749 [INFO] 
16:22:37:749 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
16:22:37:749 [INFO] 
16:22:37:749 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
16:22:37:754 [INFO] 
16:22:37:754 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.1.0.M1:generate-sources (generate-sources) @ eclipse-collections ---
16:22:37:755 [INFO] Generating sources in eclipse-collections to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/generated-sources/java
16:22:40:809 [INFO] Generated 1462 files
16:22:40:809 [INFO] 
16:22:40:809 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.1.0.M1:generate-services (generate-services) @ eclipse-collections ---
16:22:40:810 [INFO] Generating sources in eclipse-collections to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/generated-resources/META-INF/services
16:22:40:870 [INFO] Generated 230 files
16:22:40:871 [INFO] 
16:22:40:871 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections ---
16:22:40:871 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:22:40:871 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:22:40:872 [INFO] Copying 27 resources
16:22:40:883 [INFO] Copying 230 resources to META-INF/services
16:22:40:947 [INFO] 
16:22:40:947 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
16:22:41:116 [INFO] Changes detected - recompiling the module!
16:22:41:119 [INFO] Compiling 2117 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/classes
16:23:10:061 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[54,15] Unsafe is internal proprietary API and may be removed in a future release
16:23:10:061 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[79,25] Unsafe is internal proprietary API and may be removed in a future release
16:23:10:061 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2281,19] Unsafe is internal proprietary API and may be removed in a future release
16:23:10:061 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2285,19] Unsafe is internal proprietary API and may be removed in a future release
16:23:10:061 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2291,83] Unsafe is internal proprietary API and may be removed in a future release
16:23:10:061 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2293,27] Unsafe is internal proprietary API and may be removed in a future release
16:23:10:061 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2295,34] Unsafe is internal proprietary API and may be removed in a future release
16:23:10:061 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2297,32] Unsafe is internal proprietary API and may be removed in a future release
16:23:10:062 [INFO] 
16:23:10:062 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections ---
16:23:10:131 [WARNING] Cannot consider developer in line '76' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
16:23:10:131 [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.
16:23:10:131 [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.
16:23:10:131 [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.
16:23:10:132 [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.
16:23:10:132 [WARNING] Cannot consider developer in line '96' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
16:23:12:361 [INFO] 
16:23:12:361 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections ---
16:23:12:362 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:23:12:362 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:23:12:362 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/test/resources
16:23:12:362 [INFO] 
16:23:12:362 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
16:23:12:363 [INFO] No sources to compile
16:23:12:363 [INFO] 
16:23:12:363 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
16:23:12:365 [INFO] No tests to run.
16:23:12:365 [INFO] 
16:23:12:365 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections ---
16:23:12:616 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.1.0.M1.jar
16:23:13:290 [INFO] 
16:23:13:290 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections ---
16:23:13:353 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.1.0.M1-sources.jar
16:23:13:950 [INFO] 
16:23:13:950 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections ---
16:23:14:574 [INFO] No dependency problems found
16:23:14:574 [INFO] 
16:23:14:574 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
16:23:14:575 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.1.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/11.1.0.M1/eclipse-collections-11.1.0.M1.jar
16:23:14:585 [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.M1/eclipse-collections-11.1.0.M1.pom
16:23:14:586 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.1.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/11.1.0.M1/eclipse-collections-11.1.0.M1-sources.jar
16:23:14:589 [INFO] 
16:23:14:589 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
16:23:14:589 [INFO] Building Eclipse Collections Test Utilities 11.1.0.M1             [6/10]
16:23:14:589 [INFO] --------------------------------[ jar ]---------------------------------
16:23:14:712 [INFO] 
16:23:14:712 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
16:23:14:713 [INFO] 
16:23:14:713 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
16:23:14:722 [INFO] 
16:23:14:722 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-testutils ---
16:23:15:222 [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
16:23:15:222 [INFO] 
16:23:15:222 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-testutils ---
16:23:15:223 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:23:15:223 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:23:15:223 [INFO] Copying 3 resources
16:23:15:224 [INFO] 
16:23:15:224 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
16:23:15:226 [INFO] Changes detected - recompiling the module!
16:23:15:226 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/classes
16:23:16:645 [INFO] 
16:23:16:646 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-testutils ---
16:23:16:646 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:23:16:646 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:23:16:646 [INFO] Copying 1 resource
16:23:16:647 [INFO] 
16:23:16:647 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
16:23:16:648 [INFO] Changes detected - recompiling the module!
16:23:16:648 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/test-classes
16:23:18:886 [INFO] 
16:23:18:886 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
16:23:18:890 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/surefire-reports
16:23:19:127 [INFO] 
16:23:19:127 [INFO] -------------------------------------------------------
16:23:19:127 [INFO]  T E S T S
16:23:19:127 [INFO] -------------------------------------------------------
16:23:19:848 [INFO] Running org.eclipse.collections.impl.test.CollectionsEqualTest
16:23:20:418 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.54 s - in org.eclipse.collections.impl.test.CollectionsEqualTest
16:23:20:419 [INFO] Running org.eclipse.collections.impl.test.ClassComparerTest
16:23:20:654 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s - in org.eclipse.collections.impl.test.ClassComparerTest
16:23:20:654 [INFO] Running org.eclipse.collections.impl.test.VerifyTest
16:23:21:265 [INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.608 s - in org.eclipse.collections.impl.test.VerifyTest
16:23:21:267 [INFO] Running org.eclipse.collections.impl.test.ExceptionThrownTest
16:23:21:268 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.test.ExceptionThrownTest
16:23:21:268 [INFO] Running org.eclipse.collections.impl.test.SerializeTestHelperTest
16:23:21:271 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.test.SerializeTestHelperTest
16:23:21:660 [INFO] 
16:23:21:660 [INFO] Results:
16:23:21:660 [INFO] 
16:23:21:661 [INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0
16:23:21:661 [INFO] 
16:23:21:665 [INFO] 
16:23:21:665 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-testutils ---
16:23:21:674 [INFO] Loading execution data file /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/jacoco.exec
16:23:21:818 [INFO] Analyzed bundle 'Eclipse Collections Test Utilities' with 3 classes
16:23:21:890 [INFO] 
16:23:21:891 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils ---
16:23:21:894 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.1.0.M1.jar
16:23:21:900 [INFO] 
16:23:21:900 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
16:23:21:903 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.1.0.M1-sources.jar
16:23:21:919 [INFO] 
16:23:21:919 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
16:23:21:930 [INFO] No dependency problems found
16:23:21:930 [INFO] 
16:23:21:930 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
16:23:21:931 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.1.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/11.1.0.M1/eclipse-collections-testutils-11.1.0.M1.jar
16:23:21:936 [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.M1/eclipse-collections-testutils-11.1.0.M1.pom
16:23:21:937 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.1.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/11.1.0.M1/eclipse-collections-testutils-11.1.0.M1-sources.jar
16:23:21:938 [INFO] 
16:23:21:938 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
16:23:21:938 [INFO] Building Eclipse Collections Fork Join Utilities 11.1.0.M1        [7/10]
16:23:21:938 [INFO] --------------------------------[ jar ]---------------------------------
16:23:21:942 [INFO] 
16:23:21:942 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
16:23:21:943 [INFO] 
16:23:21:943 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
16:23:21:953 [INFO] 
16:23:21:953 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-forkjoin ---
16:23:21: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-forkjoin/target/jacoco.exec
16:23:21:954 [INFO] 
16:23:21:954 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-forkjoin ---
16:23:21:955 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:23:21:955 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:23:21:955 [INFO] Copying 3 resources
16:23:21:956 [INFO] 
16:23:21:956 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
16:23:21:958 [INFO] Changes detected - recompiling the module!
16:23:21:958 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/classes
16:23:23:253 [INFO] 
16:23:23:253 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
16:23:23:254 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:23:23:254 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:23:23:254 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/src/test/resources
16:23:23:254 [INFO] 
16:23:23:254 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
16:23:23:256 [INFO] Changes detected - recompiling the module!
16:23:23:256 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/test-classes
16:23:24:687 [INFO] 
16:23:24:687 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
16:23:24:689 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/surefire-reports
16:23:24:691 [INFO] 
16:23:24:691 [INFO] -------------------------------------------------------
16:23:24:691 [INFO]  T E S T S
16:23:24:691 [INFO] -------------------------------------------------------
16:23:25:357 [INFO] Running org.eclipse.collections.impl.forkjoin.FJIterateTest
16:23:26:967 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.609 s - in org.eclipse.collections.impl.forkjoin.FJIterateTest
16:23:27:313 [INFO] 
16:23:27:313 [INFO] Results:
16:23:27:313 [INFO] 
16:23:27:313 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
16:23:27:313 [INFO] 
16:23:27:314 [INFO] 
16:23:27:314 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-forkjoin ---
16:23:27:316 [INFO] Loading execution data file /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/jacoco.exec
16:23:27:328 [INFO] Analyzed bundle 'Eclipse Collections Fork Join Utilities' with 10 classes
16:23:27:345 [INFO] 
16:23:27:345 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin ---
16:23:27:348 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.1.0.M1.jar
16:23:27:353 [INFO] 
16:23:27:353 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
16:23:27:356 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.1.0.M1-sources.jar
16:23:27:367 [INFO] 
16:23:27:367 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
16:23:27:376 [INFO] No dependency problems found
16:23:27:376 [INFO] 
16:23:27:376 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
16:23:27:377 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.1.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.1.0.M1/eclipse-collections-forkjoin-11.1.0.M1.jar
16:23:27:382 [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.M1/eclipse-collections-forkjoin-11.1.0.M1.pom
16:23:27:383 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.1.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.1.0.M1/eclipse-collections-forkjoin-11.1.0.M1-sources.jar
16:23:27:384 [INFO] 
16:23:27:384 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
16:23:27:384 [INFO] Building Eclipse Collections JCStress Test Suite 11.1.0.M1        [8/10]
16:23:27:384 [INFO] --------------------------------[ jar ]---------------------------------
16:23:27:640 [INFO] 
16:23:27:640 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
16:23:27:641 [INFO] 
16:23:27:641 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
16:23:27:646 [INFO] 
16:23:27:646 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jcstress-tests ---
16:23:27:647 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:23:27:647 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:23:27:647 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/main/resources
16:23:27:647 [INFO] 
16:23:27:647 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
16:23:27:649 [INFO] Changes detected - recompiling the module!
16:23:27:650 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/classes
16:23:29:077 [INFO] 
16:23:29:077 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jcstress-tests ---
16:23:29:078 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:23:29:078 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:23:29:078 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/test/resources
16:23:29:078 [INFO] 
16:23:29:078 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
16:23:29:078 [INFO] No sources to compile
16:23:29:079 [INFO] 
16:23:29:079 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
16:23:29:080 [INFO] No tests to run.
16:23:29:081 [INFO] 
16:23:29:081 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests ---
16:23:29:085 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.1.0.M1.jar
16:23:29:118 [INFO] 
16:23:29:118 [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ jcstress-tests ---
16:23:29:757 [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.1.0.M1 in the shaded jar.
16:23:29:757 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.1.0.M1 in the shaded jar.
16:23:29:757 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
16:23:29:757 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
16:23:30:865 [WARNING] eclipse-collections-11.1.0.M1.jar, eclipse-collections-api-11.1.0.M1.jar, jcstress-core-0.4.jar, jcstress-tests-11.1.0.M1.jar, jopt-simple-4.6.jar define 1 overlapping resource: 
16:23:30:866 [WARNING]   - META-INF/MANIFEST.MF
16:23:30:866 [WARNING] eclipse-collections-11.1.0.M1.jar, eclipse-collections-api-11.1.0.M1.jar define 3 overlapping resources: 
16:23:30:866 [WARNING]   - LICENSE-EDL-1.0.txt
16:23:30:866 [WARNING]   - LICENSE-EPL-1.0.txt
16:23:30:866 [WARNING]   - about.html
16:23:30:866 [WARNING] maven-shade-plugin has detected that some class files are
16:23:30:866 [WARNING] present in two or more JARs. When this happens, only one
16:23:30:866 [WARNING] single version of the class is copied to the uber jar.
16:23:30:866 [WARNING] Usually this is not harmful and you can skip these warnings,
16:23:30:866 [WARNING] otherwise try to manually exclude artifacts based on
16:23:30:866 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
16:23:30:866 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
16:23:30:871 [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.M1-shaded.jar
16:23:30:871 [INFO] 
16:23:30:871 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests ---
16:23:30:875 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.1.0.M1-sources.jar
16:23:30:880 [INFO] 
16:23:30:880 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests ---
16:23:30:889 [INFO] No dependency problems found
16:23:30:889 [INFO] 
16:23:30:889 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
16:23:30:890 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.1.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/11.1.0.M1/jcstress-tests-11.1.0.M1.jar
16:23:30:895 [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.M1/jcstress-tests-11.1.0.M1.pom
16:23:30:896 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.1.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/11.1.0.M1/jcstress-tests-11.1.0.M1-sources.jar
16:23:30:897 [INFO] 
16:23:30:897 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
16:23:30:897 [INFO] Building Eclipse Collections p2 Repository Build 11.1.0.M1        [9/10]
16:23:30:897 [INFO] --------------------------------[ pom ]---------------------------------
16:23:30:920 [INFO] 
16:23:30:920 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
16:23:30:938 [INFO] 
16:23:30:938 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
16:23:31:028 [INFO] 
16:23:31:028 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository ---
16:23:31:386 [INFO] Skipping pom project
16:23:31:387 [INFO] 
16:23:31:387 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
16:23:31:420 [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.M1/p2-repository-11.1.0.M1.pom
16:23:31:425 [INFO] 
16:23:31:426 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
16:23:31:426 [INFO] Building Eclipse Collections OSGi Bundle 11.1.0.M1               [10/10]
16:23:31:426 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
16:23:31:591 [INFO] 
16:23:31:591 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
16:23:31:591 [INFO] 
16:23:31:591 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
16:23:33:178 [INFO] The project's OSGi version is 11.1.0.M1.v20220621-1524
16:23:33:178 [INFO] 
16:23:33:178 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections ---
16:23:33:179 [INFO] 
16:23:33:179 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
16:23:33:186 [INFO] 
16:23:33:186 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.collections ---
16:23:33:253 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:23:33:253 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:23:33:258 [INFO] Copying 2 resources
16:23:33:269 [INFO] 
16:23:33:269 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
16:23:33:325 [INFO] No sources to compile
16:23:33:325 [INFO] 
16:23:33:325 [INFO] --- ebr-maven-plugin:1.3.0:bundle (default-bundle) @ org.eclipse.collections ---
16:23:33:338 [INFO] Gathering dependencies
16:23:33:363 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:11.1.0.M1:jar
16:23:33:376 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:11.1.0.M1:jar
16:23:33:377 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.1.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
16:23:34:545 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.1.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
16:23:34:863 [INFO] Merging collected dependencies
16:23:34:870 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:23:34:870 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:23:34:955 [INFO] Copying 5738 resources
16:23:36:355 [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.M1.jar
16:23:41:279 [INFO] Gathering sources
16:23:41:283 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:11.1.0.M1:jar
16:23:41:285 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:11.1.0.M1:jar
16:23:41:286 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.1.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
16:23:42:092 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.1.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
16:23:42:658 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:23:42:658 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:23:42:658 [INFO] Copying 2 resources
16:23:42:659 [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.M1-sources.jar
16:23:43:537 [INFO] Packing and signing bundle
16:23:43:537 [WARNING] No version defined in the efective model for plugin org.eclipse.tycho.extras:tycho-pack200a-plugin. Please consider defining one in the pluginManagement section. Falling back to version "1.2.0"
16:23:45:305 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0.M1.jar
16:24:00:184 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0.M1.jar
16:24:07:409 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0.M1-sources.jar
16:24:10:681 [WARNING] No version defined in the efective model for plugin org.eclipse.tycho.extras:tycho-pack200a-plugin. Please consider defining one in the pluginManagement section. Falling back to version "1.2.0"
16:24:11:613 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0.M1.jar
16:24:26:107 [INFO] Assembling p2 repository
16:24:27:049 [INFO] 
16:24:27:049 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
16:24:27:050 [INFO] 
16:24:27:050 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections ---
16:24:27:893 [INFO] No dependency problems found
16:24:27:893 [INFO] 
16:24:27:893 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
16:24:27:895 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.1.0.M1/org.eclipse.collections-11.1.0.M1.jar
16:24:27:902 [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.M1/org.eclipse.collections-11.1.0.M1.pom
16:24:27:902 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.1.0.M1/org.eclipse.collections-11.1.0.M1-sources.jar
16:24:27:907 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0.M1.jar.pack.gz to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.1.0.M1/org.eclipse.collections-11.1.0.M1-pack200.jar.pack.gz
16:24:27:909 [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.M1/org.eclipse.collections-11.1.0.M1-p2metadata.xml
16:24:27:910 [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.M1/org.eclipse.collections-11.1.0.M1-p2artifacts.xml
16:24:27:911 [INFO] 
16:24:27:911 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
16:24:27:917 [INFO] ------------------------------------------------------------------------
16:24:27:917 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.1.0.M1:
16:24:27:917 [INFO] 
16:24:27:917 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  5.541 s]
16:24:27:918 [INFO] Eclipse Collections Code Generator ................. SUCCESS [  5.615 s]
16:24:27:918 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  5.390 s]
16:24:27:918 [INFO] Eclipse Collections API ............................ SUCCESS [  9.868 s]
16:24:27:918 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 36.843 s]
16:24:27:918 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  7.349 s]
16:24:27:918 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  5.446 s]
16:24:27:918 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  3.513 s]
16:24:27:918 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.528 s]
16:24:27:918 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 56.492 s]
16:24:27:918 [INFO] ------------------------------------------------------------------------
16:24:27:918 [INFO] BUILD SUCCESS
16:24:27:918 [INFO] ------------------------------------------------------------------------
16:24:27:918 [INFO] Total time:  02:39 min
16:24:27:918 [INFO] Finished at: 2022-06-21T16:24:27Z
16:24:27:918 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=11.1.0.M1 -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"
16:24:30:253 [INFO] Error stacktraces are turned on.
16:24:30:597 [INFO] Scanning for projects...
16:24:34:876 [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
16:24:35:174 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B)
16:24:35:279 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
16:24:35:309 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
16:24:35:436 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
16:24:35:558 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
16:24:35:667 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
16:24:35:776 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
16:24:35:901 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository
16:24:35:920 [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
16:24:36:831 [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB)
16:24:36:957 [WARNING] The following locally built units have been used to resolve project dependencies:
16:24:36:957 [WARNING]   org.eclipse.collections/11.1.0.v20220621-1524
16:24:36:960 [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
16:24:36:985 [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
16:24:36:989 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository
16:24:36:995 [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
16:24:37:018 [WARNING] The following locally built units have been used to resolve project dependencies:
16:24:37:018 [WARNING]   org.eclipse.collections/11.1.0.v20220621-1524
16:24:37:018 [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
16:24:37:018 [INFO] ------------------------------------------------------------------------
16:24:37:019 [INFO] Reactor Build Order:
16:24:37:019 [INFO] 
16:24:37:020 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
16:24:37:020 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
16:24:37:021 [INFO] p2-repository                                       [eclipse-repository]
16:24:37:026 [INFO] 
16:24:37:027 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
16:24:37:027 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.1.0-SNAPSHOT [1/3]
16:24:37:027 [INFO] --------------------------------[ pom ]---------------------------------
16:24:37:122 [INFO] 
16:24:37:122 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
16:24:37:264 [INFO] 
16:24:37:264 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
16:24:37:690 [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
16:24:37:698 [INFO] 
16:24:37:698 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
16:24:37:698 [INFO] Building org.eclipse.collections.feature 11.1.0-SNAPSHOT           [2/3]
16:24:37:698 [INFO] --------------------------[ eclipse-feature ]---------------------------
16:24:37:703 [INFO] 
16:24:37:703 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
16:24:37:704 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
16:24:37:705 [INFO] 
16:24:37:705 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
16:24:38:335 [INFO] The project's OSGi version is 11.1.0.v20220621-1524
16:24:38:335 [INFO] 
16:24:38:335 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
16:24:38:337 [INFO] 
16:24:38:338 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
16:24:38:339 [INFO] 
16:24:38:339 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
16:24:38:485 [INFO] 
16:24:38:485 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
16:24:38:593 [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
16:24:38:626 [INFO] 
16:24:38:626 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
16:24:38:652 [INFO] 
16:24:38:652 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
16:24:38:655 [INFO] 
16:24:38:655 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
16:24:38:703 [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
16:24:38:782 [INFO] 
16:24:38:782 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
16:24:38:793 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2metadata:11.1.0-SNAPSHOT already attached, replace previous instance
16:24:38:793 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2artifacts:11.1.0-SNAPSHOT already attached, replace previous instance
16:24:38:794 [INFO] 
16:24:38:794 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.collections.feature ---
16:24:39:040 [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
16:24:40:321 [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
16:24:41:257 [INFO] 
16:24:41:257 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
16:24:41:321 [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
16:24:41:322 [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
16:24:41:323 [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
16:24:41:328 [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
16:24:41:330 [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
16:24:41:332 [INFO] 
16:24:41:332 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
16:24:41:334 [INFO] 
16:24:41:334 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
16:24:41:334 [INFO] Building p2-repository 11.1.0-SNAPSHOT                             [3/3]
16:24:41:334 [INFO] -------------------------[ eclipse-repository ]-------------------------
16:24:41:335 [INFO] 
16:24:41:335 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
16:24:41:336 [INFO] 
16:24:41:337 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
16:24:41:365 [INFO] The project's OSGi version is 11.1.0.v20220621-1524
16:24:41:365 [INFO] 
16:24:41:365 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
16:24:41:366 [INFO] 
16:24:41:366 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
16:24:41:932 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:24:41:932 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
16:24:41:932 [INFO] 
16:24:41:933 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository ---
16:24:41:948 [INFO] 
16:24:41:948 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
16:24:41:961 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
16:24:41:964 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
16:24:41:965 [INFO] 
16:24:41:965 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository ---
16:24:41:969 [INFO] 
16:24:41:969 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository ---
16:24:41:980 [INFO] 
16:24:41:980 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
16:24:41:983 [INFO] 
16:24:41:983 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository ---
16:24:43:508 [INFO] 
16:24:43:508 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository ---
16:24:43:532 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-11.1.0-SNAPSHOT.zip
16:24:43:967 [INFO] 
16:24:43:967 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
16:24:43:968 [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
16:24:43:981 [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
16:24:43:982 [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
16:24:43:984 [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
16:24:43:986 [INFO] 
16:24:43:986 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository ---
16:24:43:987 [INFO] ------------------------------------------------------------------------
16:24:43:987 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.1.0-SNAPSHOT:
16:24:43:987 [INFO] 
16:24:43:988 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  0.672 s]
16:24:43:988 [INFO] org.eclipse.collections.feature .................... SUCCESS [  3.636 s]
16:24:43:988 [INFO] p2-repository ...................................... SUCCESS [  2.653 s]
16:24:43:988 [INFO] ------------------------------------------------------------------------
16:24:43:988 [INFO] BUILD SUCCESS
16:24:43:988 [INFO] ------------------------------------------------------------------------
16:24:43:988 [INFO] Total time:  13.696 s
16:24:43:988 [INFO] Finished at: 2022-06-21T16:24:43Z
16:24:43:988 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=11.1.0.M1 -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"
16:24:46:294 [INFO] Error stacktraces are turned on.
16:24:46:655 [INFO] Scanning for projects...
16:24:49:480 [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
16:24:49:993 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B)
16:24:50:099 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
16:24:50:173 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
16:24:50:314 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository
16:24:50:334 [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
16:24:50:771 [WARNING] The following locally built units have been used to resolve project dependencies:
16:24:50:771 [WARNING]   org.eclipse.collections/11.1.0.v20220621-1524
16:24:50:773 [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
16:24:50:799 [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
16:24:50:804 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository
16:24:50:813 [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
16:24:50:837 [WARNING] The following locally built units have been used to resolve project dependencies:
16:24:50:837 [WARNING]   org.eclipse.collections/11.1.0.v20220621-1524
16:24:50:837 [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
16:24:50:838 [INFO] ------------------------------------------------------------------------
16:24:50:838 [INFO] Reactor Build Order:
16:24:50:838 [INFO] 
16:24:50:839 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
16:24:50:839 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
16:24:50:840 [INFO] p2-repository                                       [eclipse-repository]
16:24:50:846 [INFO] 
16:24:50:846 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
16:24:50:846 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.1.0-SNAPSHOT [1/3]
16:24:50:846 [INFO] --------------------------------[ pom ]---------------------------------
16:24:50:857 [INFO] 
16:24:50:857 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
16:24:50:943 [INFO] 
16:24:50:943 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
16:24:50:997 [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
16:24:51:020 [INFO] 
16:24:51:020 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
16:24:51:020 [INFO] Building org.eclipse.collections.feature 11.1.0-SNAPSHOT           [2/3]
16:24:51:020 [INFO] --------------------------[ eclipse-feature ]---------------------------
16:24:51:025 [INFO] 
16:24:51:025 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
16:24:51:026 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
16:24:51:028 [INFO] 
16:24:51:028 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
16:24:51:687 [INFO] The project's OSGi version is 11.1.0.v20220621-1524
16:24:51:687 [INFO] 
16:24:51:687 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
16:24:51:689 [INFO] 
16:24:51:689 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
16:24:51:690 [INFO] 
16:24:51:690 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
16:24:51:867 [INFO] 
16:24:51:867 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
16:24:51:978 [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
16:24:52:012 [INFO] 
16:24:52:012 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
16:24:52:039 [INFO] 
16:24:52:039 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
16:24:52:041 [INFO] 
16:24:52:041 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
16:24:52:088 [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
16:24:52:218 [INFO] 
16:24:52:218 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
16:24:52:228 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2metadata:11.1.0-SNAPSHOT already attached, replace previous instance
16:24:52:228 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2artifacts:11.1.0-SNAPSHOT already attached, replace previous instance
16:24:52:229 [INFO] 
16:24:52:229 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.collections.feature ---
16:24:52:491 [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
16:24:53:760 [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
16:24:54:734 [INFO] 
16:24:54:734 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
16:24:54:768 [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
16:24:54:773 [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
16:24:54:775 [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
16:24:54:777 [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
16:24:54:779 [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
16:24:54:782 [INFO] 
16:24:54:782 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
16:24:54:784 [INFO] 
16:24:54:784 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
16:24:54:784 [INFO] Building p2-repository 11.1.0-SNAPSHOT                             [3/3]
16:24:54:784 [INFO] -------------------------[ eclipse-repository ]-------------------------
16:24:54:785 [INFO] 
16:24:54:785 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
16:24:54:787 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target
16:24:54:791 [INFO] 
16:24:54:791 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
16:24:54:825 [INFO] The project's OSGi version is 11.1.0.v20220621-1524
16:24:54:826 [INFO] 
16:24:54:826 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
16:24:54:827 [INFO] 
16:24:54:827 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
16:24:54:880 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:24:54:880 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
16:24:54:880 [INFO] 
16:24:54:880 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository ---
16:24:54:920 [INFO] 
16:24:54:920 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
16:24:54:934 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
16:24:54:936 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
16:24:54:937 [INFO] 
16:24:54:937 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository ---
16:24:54:940 [INFO] 
16:24:54:941 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository ---
16:24:54:952 [INFO] 
16:24:54:952 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
16:24:54:954 [INFO] 
16:24:54:954 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository ---
16:24:56:374 [INFO] 
16:24:56:374 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository ---
16:24:56:403 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-11.1.0-SNAPSHOT.zip
16:24:56:841 [INFO] 
16:24:56:841 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
16:24:56:842 [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
16:24:56:876 [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
16:24:56:897 [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
16:24:56:899 [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
16:24:56:900 [INFO] 
16:24:56:901 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository ---
16:24:56:902 [INFO] ------------------------------------------------------------------------
16:24:56:902 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.1.0-SNAPSHOT:
16:24:56:902 [INFO] 
16:24:56:902 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  0.175 s]
16:24:56:902 [INFO] org.eclipse.collections.feature .................... SUCCESS [  3.764 s]
16:24:56:902 [INFO] p2-repository ...................................... SUCCESS [  2.118 s]
16:24:56:902 [INFO] ------------------------------------------------------------------------
16:24:56:903 [INFO] BUILD SUCCESS
16:24:56:903 [INFO] ------------------------------------------------------------------------
16:24:56:903 [INFO] Total time:  10.554 s
16:24:56:903 [INFO] Finished at: 2022-06-21T16:24:56Z
16:24:56:903 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /bin/bash /tmp/jenkins2018383798301830761.sh
running command ssh genie.collections@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/collections/11.1.0.M1
running command ssh genie.collections@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/collections/11.1.0.M1
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections
total 35884
drwxrwsr-x  35 genie.collections technology.collections    4096 Jun 21 12:24 .
drwxrwxr-x 356 root              root                     12288 Jun 20 15:41 ..
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   2 genie.collections technology.collections    4096 Jun 21 12:24 11.1.0.M1
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.M1
running command scp /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-*.zip genie.collections@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/collections/11.1.0.M1
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/11.1.0.M1
total 17628
drwxr-sr-x  3 genie.collections technology.collections     4096 Jun 21 12:24 .
drwxrwsr-x 35 genie.collections technology.collections     4096 Jun 21 12:24 ..
-rw-r--r--  1 genie.collections technology.collections 18036477 Jun 21 12:24 p2-repository-11.1.0-SNAPSHOT.zip
drwxr-sr-x  4 genie.collections technology.collections     4096 Jun 21 12:24 repository
running command ssh genie.collections@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/collections/11.1.0.M1/p2-repository-*.zip /home/data/httpd/download.eclipse.org/collections/11.1.0.M1/p2-repository-11.1.0.M1.zip
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/11.1.0.M1
total 17628
drwxr-sr-x  3 genie.collections technology.collections     4096 Jun 21 12:24 .
drwxrwsr-x 35 genie.collections technology.collections     4096 Jun 21 12:24 ..
-rw-r--r--  1 genie.collections technology.collections 18036477 Jun 21 12:24 p2-repository-11.1.0.M1.zip
drwxr-sr-x  4 genie.collections technology.collections     4096 Jun 21 12:24 repository
All DONE!!!
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 68 killed;
[ssh-agent] Stopped.
Finished: SUCCESS