Skip to content

Console Output

Started by user Sirisha Pratha
Running as Sirisha Pratha
Agent basic-p2frx is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-p2frx"
  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-p2frx"
    - 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-p2frx"
    - 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-p2frx (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-JIZcsEln0kiI/agent.75
SSH_AGENT_PID=77
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_311971820503836326.key (/home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_311971820503836326.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-ssh7809356827737257597.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^{commit} # timeout=10
 > git rev-parse tags/11.1.0^{commit} # timeout=10
Checking out Revision fb6abf7fe655ff04acf616158bce49725f2df5ad (tags/11.1.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fb6abf7fe655ff04acf616158bce49725f2df5ad # timeout=10
Commit message: "Release version 11.1.0."
First time build. Skipping changelog.
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_TAG=11.1.0 -DsigningServiceType=eclipse -Dsurefire.useFile=false -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository -pl !jmh-scala-tests,!jmh-tests,!junit-trait-runner,!scala-unit-tests,!serialization-tests,!test-coverage,!unit-tests-java8,!unit-tests clean install
Apache Maven 3.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"
15:12:18:747 [INFO] Error stacktraces are turned on.
15:12:19:193 [INFO] Scanning for projects...
15:12:41:752 [INFO] ------------------------------------------------------------------------
15:12:41:752 [INFO] Reactor Build Order:
15:12:41:752 [INFO] 
15:12:41:754 [INFO] Eclipse Collections Parent Project                                 [pom]
15:12:41:754 [INFO] Eclipse Collections Code Generator                                 [jar]
15:12:41:754 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
15:12:41:754 [INFO] Eclipse Collections API                                            [jar]
15:12:41:754 [INFO] Eclipse Collections Main Library                                   [jar]
15:12:41:754 [INFO] Eclipse Collections Test Utilities                                 [jar]
15:12:41:754 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
15:12:41:754 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
15:12:41:754 [INFO] Eclipse Collections p2 Repository Build                            [pom]
15:12:41:754 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
15:12:41:761 [INFO] 
15:12:41:761 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
15:12:41:761 [INFO] Building Eclipse Collections Parent Project 11.1.0                [1/10]
15:12:41:761 [INFO] --------------------------------[ pom ]---------------------------------
15:12:42:240 [INFO] 
15:12:42:240 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
15:12:42:403 [INFO] 
15:12:42:403 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
15:12:43:042 [INFO] 
15:12:43:042 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
15:12:48:782 [INFO] Skipping pom project
15:12:48:783 [INFO] 
15:12:48:783 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
15:12:49:018 [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/eclipse-collections-parent-11.1.0.pom
15:12:49:027 [INFO] 
15:12:49:027 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
15:12:49:027 [INFO] Building Eclipse Collections Code Generator 11.1.0                [2/10]
15:12:49:027 [INFO] --------------------------------[ jar ]---------------------------------
15:12:51:689 [INFO] 
15:12:51:689 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
15:12:51:690 [INFO] 
15:12:51:690 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
15:12:51:706 [INFO] 
15:12:51:706 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator ---
15:12:54:119 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:12:54:119 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:12:54:142 [INFO] Copying 394 resources
15:12:54:283 [INFO] 
15:12:54:283 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
15:12:54:763 [INFO] Changes detected - recompiling the module!
15:12:54:773 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/classes
15:12:55:986 [INFO] 
15:12:55:986 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
15:12:55:988 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:12:55:988 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:12:55:988 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/src/test/resources
15:12:55:988 [INFO] 
15:12:55:988 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
15:12:55:996 [INFO] Changes detected - recompiling the module!
15:12:55:996 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/test-classes
15:12:56:920 [INFO] 
15:12:56:920 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
15:12:57:441 [INFO] 
15:12:57:441 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
15:12:57:879 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.1.0.jar
15:12:57:979 [INFO] 
15:12:57:979 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
15:12:58:175 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.1.0-sources.jar
15:12:58:293 [INFO] 
15:12:58:293 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
15:12:58:373 [INFO] No dependency problems found
15:12:58:373 [INFO] 
15:12:58:373 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
15:12:58:377 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.1.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.1.0/eclipse-collections-code-generator-11.1.0.jar
15:12:58:382 [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/eclipse-collections-code-generator-11.1.0.pom
15:12:58:384 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.1.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.1.0/eclipse-collections-code-generator-11.1.0-sources.jar
15:12:58:388 [INFO] 
15:12:58:388 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
15:12:58:388 [INFO] Building Eclipse Collections Code Generator Maven Plugin 11.1.0   [3/10]
15:12:58:388 [INFO] ----------------------------[ maven-plugin ]----------------------------
15:12:59:931 [INFO] 
15:12:59:931 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
15:12:59:932 [INFO] 
15:12:59:932 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
15:12:59:933 [INFO] Skipping Rule Enforcement.
15:12:59:933 [INFO] 
15:12:59:933 [INFO] --- maven-plugin-plugin:3.6.2:helpmojo (help-goal) @ eclipse-collections-code-generator-maven-plugin ---
15:13:01:811 [INFO] Using 'UTF-8' encoding to read mojo source files.
15:13:01:886 [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
15:13:01:887 [INFO] bsh mojo extractor found 0 mojo descriptor.
15:13:01:890 [INFO] ant mojo extractor found 0 mojo descriptor.
15:13:02:117 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
15:13:02:163 [INFO] 
15:13:02:163 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
15:13:02:164 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:13:02:164 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:13:02:164 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/main/resources
15:13:02:164 [INFO] 
15:13:02:164 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
15:13:02:168 [INFO] Changes detected - recompiling the module!
15:13:02:169 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/classes
15:13:03:403 [INFO] 
15:13:03:403 [INFO] --- maven-plugin-plugin:3.6.2:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
15:13:03:404 [INFO] Using 'UTF-8' encoding to read mojo source files.
15:13:03:435 [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
15:13:03:435 [INFO] bsh mojo extractor found 0 mojo descriptor.
15:13:03:435 [INFO] ant mojo extractor found 0 mojo descriptor.
15:13:03:681 [INFO] java-annotations mojo extractor found 4 mojo descriptors.
15:13:03:865 [INFO] 
15:13:03:865 [INFO] --- maven-plugin-plugin:3.6.2:descriptor (mojo-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
15:13:03:866 [INFO] Using 'UTF-8' encoding to read mojo source files.
15:13:03:874 [INFO] java-javadoc mojo extractor found 0 mojo descriptor.
15:13:03:874 [INFO] bsh mojo extractor found 0 mojo descriptor.
15:13:03:874 [INFO] ant mojo extractor found 0 mojo descriptor.
15:13:04:117 [INFO] java-annotations mojo extractor found 4 mojo descriptors.
15:13:04:122 [INFO] 
15:13:04:122 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
15:13:04:123 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:13:04:123 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:13:04:123 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/test/resources
15:13:04:123 [INFO] 
15:13:04:123 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
15:13:04:124 [INFO] No sources to compile
15:13:04:124 [INFO] 
15:13:04:124 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
15:13:04:135 [INFO] No tests to run.
15:13:04:135 [INFO] 
15:13:04:135 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
15:13:04:139 [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.jar
15:13:04:144 [INFO] 
15:13:04:144 [INFO] --- maven-plugin-plugin:3.6.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
15:13:04:147 [INFO] 
15:13:04:147 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
15:13:04:150 [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-sources.jar
15:13:04:156 [INFO] 
15:13:04:156 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
15:13:04:166 [INFO] No dependency problems found
15:13:04:166 [INFO] 
15:13:04:166 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
15:13:04:168 [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.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.1.0/eclipse-collections-code-generator-maven-plugin-11.1.0.jar
15:13:04:173 [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/eclipse-collections-code-generator-maven-plugin-11.1.0.pom
15:13:04:187 [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-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.1.0/eclipse-collections-code-generator-maven-plugin-11.1.0-sources.jar
15:13:04:188 [INFO] 
15:13:04:188 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
15:13:04:188 [INFO] Building Eclipse Collections API 11.1.0                           [4/10]
15:13:04:188 [INFO] --------------------------------[ jar ]---------------------------------
15:13:04:245 [INFO] 
15:13:04:245 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
15:13:04:246 [INFO] 
15:13:04:246 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
15:13:04:249 [INFO] 
15:13:04:249 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.1.0:generate-sources (default) @ eclipse-collections-api ---
15:13:04:288 [INFO] Generating sources in eclipse-collections-api to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/generated-sources/java
15:13:05:522 [INFO] Generated 1370 files
15:13:05:522 [INFO] 
15:13:05:522 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-api ---
15:13:05:535 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:13:05:535 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:13:05:535 [INFO] Copying 3 resources
15:13:05:536 [INFO] 
15:13:05:536 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
15:13:05:687 [INFO] Changes detected - recompiling the module!
15:13:05:688 [INFO] Compiling 1592 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/classes
15:13:11:047 [INFO] 
15:13:11:047 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api ---
15:13:12:731 [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.
15:13:12:731 [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.
15:13:12:731 [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.
15:13:12:731 [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.
15:13:12:731 [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.
15:13:12:731 [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.
15:13:13:581 [INFO] 
15:13:13:581 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-api ---
15:13:13:583 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:13:13:583 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:13:13:583 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/src/test/resources
15:13:13:583 [INFO] 
15:13:13:583 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
15:13:13:584 [INFO] No sources to compile
15:13:13:584 [INFO] 
15:13:13:584 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
15:13:13:586 [INFO] No tests to run.
15:13:13:586 [INFO] 
15:13:13:586 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api ---
15:13:13:718 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.1.0.jar
15:13:13:882 [INFO] 
15:13:13:882 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
15:13:13:952 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.1.0-sources.jar
15:13:14:290 [INFO] 
15:13:14:291 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
15:13:14:507 [INFO] No dependency problems found
15:13:14:507 [INFO] 
15:13:14:507 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
15:13:14:508 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.1.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/11.1.0/eclipse-collections-api-11.1.0.jar
15:13:14:510 [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/eclipse-collections-api-11.1.0.pom
15:13:14:535 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.1.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/11.1.0/eclipse-collections-api-11.1.0-sources.jar
15:13:14:537 [INFO] 
15:13:14:537 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
15:13:14:537 [INFO] Building Eclipse Collections Main Library 11.1.0                  [5/10]
15:13:14:537 [INFO] --------------------------------[ jar ]---------------------------------
15:13:14:540 [INFO] 
15:13:14:540 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
15:13:14:540 [INFO] 
15:13:14:541 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
15:13:14:546 [INFO] 
15:13:14:546 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.1.0:generate-sources (generate-sources) @ eclipse-collections ---
15:13:14:546 [INFO] Generating sources in eclipse-collections to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/generated-sources/java
15:13:17:626 [INFO] Generated 1462 files
15:13:17:627 [INFO] 
15:13:17:627 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.1.0:generate-services (generate-services) @ eclipse-collections ---
15:13:17:628 [INFO] Generating sources in eclipse-collections to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/generated-resources/META-INF/services
15:13:17:695 [INFO] Generated 230 files
15:13:17:695 [INFO] 
15:13:17:695 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections ---
15:13:17:696 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:13:17:696 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:13:17:697 [INFO] Copying 27 resources
15:13:17:709 [INFO] Copying 230 resources to META-INF/services
15:13:17:775 [INFO] 
15:13:17:775 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
15:13:17:943 [INFO] Changes detected - recompiling the module!
15:13:17:946 [INFO] Compiling 2117 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/classes
15:13:45:618 [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
15:13:45:618 [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
15:13:45:618 [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
15:13:45:618 [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
15:13:45:618 [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
15:13:45:618 [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
15:13:45:618 [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
15:13:45:618 [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
15:13:45:618 [INFO] 
15:13:45:618 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections ---
15:13:45:696 [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.
15:13:45:696 [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.
15:13:45:696 [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.
15:13:45:696 [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.
15:13:45:696 [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.
15:13:45:696 [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.
15:13:48:062 [INFO] 
15:13:48:062 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections ---
15:13:48:064 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:13:48:064 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:13:48:064 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/test/resources
15:13:48:064 [INFO] 
15:13:48:064 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
15:13:48:065 [INFO] No sources to compile
15:13:48:065 [INFO] 
15:13:48:065 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
15:13:48:067 [INFO] No tests to run.
15:13:48:068 [INFO] 
15:13:48:068 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections ---
15:13:48:325 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.1.0.jar
15:13:49:004 [INFO] 
15:13:49:004 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections ---
15:13:49:076 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.1.0-sources.jar
15:13:49:570 [INFO] 
15:13:49:570 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections ---
15:13:50:177 [INFO] No dependency problems found
15:13:50:177 [INFO] 
15:13:50:177 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
15:13:50:178 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.1.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/11.1.0/eclipse-collections-11.1.0.jar
15:13:50:189 [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/eclipse-collections-11.1.0.pom
15:13:50:190 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.1.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/11.1.0/eclipse-collections-11.1.0-sources.jar
15:13:50:194 [INFO] 
15:13:50:194 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
15:13:50:194 [INFO] Building Eclipse Collections Test Utilities 11.1.0                [6/10]
15:13:50:194 [INFO] --------------------------------[ jar ]---------------------------------
15:13:50:312 [INFO] 
15:13:50:312 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
15:13:50:312 [INFO] 
15:13:50:312 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
15:13:50:320 [INFO] 
15:13:50:321 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-testutils ---
15:13:50:680 [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
15:13:50:680 [INFO] 
15:13:50:680 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-testutils ---
15:13:50:681 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:13:50:681 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:13:50:681 [INFO] Copying 3 resources
15:13:50:682 [INFO] 
15:13:50:682 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
15:13:50:684 [INFO] Changes detected - recompiling the module!
15:13:50:685 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/classes
15:13:52:175 [INFO] 
15:13:52:175 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-testutils ---
15:13:52:176 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:13:52:176 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:13:52:176 [INFO] Copying 1 resource
15:13:52:176 [INFO] 
15:13:52:176 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
15:13:52:178 [INFO] Changes detected - recompiling the module!
15:13:52:178 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/test-classes
15:13:54:500 [INFO] 
15:13:54:500 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
15:13:54:504 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/surefire-reports
15:13:54:637 [INFO] 
15:13:54:637 [INFO] -------------------------------------------------------
15:13:54:637 [INFO]  T E S T S
15:13:54:637 [INFO] -------------------------------------------------------
15:13:55:393 [INFO] Running org.eclipse.collections.impl.test.CollectionsEqualTest
15:13:55:944 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.527 s - in org.eclipse.collections.impl.test.CollectionsEqualTest
15:13:55:945 [INFO] Running org.eclipse.collections.impl.test.VerifyTest
15:13:56:681 [INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.733 s - in org.eclipse.collections.impl.test.VerifyTest
15:13:56:681 [INFO] Running org.eclipse.collections.impl.test.ClassComparerTest
15:13:56:765 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.collections.impl.test.ClassComparerTest
15:13:56:766 [INFO] Running org.eclipse.collections.impl.test.ExceptionThrownTest
15:13:56:768 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.test.ExceptionThrownTest
15:13:56:768 [INFO] Running org.eclipse.collections.impl.test.SerializeTestHelperTest
15:13:56:771 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.test.SerializeTestHelperTest
15:13:57:123 [INFO] 
15:13:57:123 [INFO] Results:
15:13:57:123 [INFO] 
15:13:57:123 [INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0
15:13:57:123 [INFO] 
15:13:57:128 [INFO] 
15:13:57:128 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-testutils ---
15:13:57:136 [INFO] Loading execution data file /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/jacoco.exec
15:13:57:276 [INFO] Analyzed bundle 'Eclipse Collections Test Utilities' with 3 classes
15:13:57:359 [INFO] 
15:13:57:360 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils ---
15:13:57:362 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.1.0.jar
15:13:57:369 [INFO] 
15:13:57:369 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
15:13:57:372 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.1.0-sources.jar
15:13:57:384 [INFO] 
15:13:57:384 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
15:13:57:395 [INFO] No dependency problems found
15:13:57:395 [INFO] 
15:13:57:395 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
15:13:57:396 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.1.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/11.1.0/eclipse-collections-testutils-11.1.0.jar
15:13:57:401 [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/eclipse-collections-testutils-11.1.0.pom
15:13:57:402 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.1.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/11.1.0/eclipse-collections-testutils-11.1.0-sources.jar
15:13:57:404 [INFO] 
15:13:57:404 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
15:13:57:404 [INFO] Building Eclipse Collections Fork Join Utilities 11.1.0           [7/10]
15:13:57:404 [INFO] --------------------------------[ jar ]---------------------------------
15:13:57:408 [INFO] 
15:13:57:408 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
15:13:57:409 [INFO] 
15:13:57:409 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
15:13:57:442 [INFO] 
15:13:57:442 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-forkjoin ---
15:13:57:442 [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
15:13:57:442 [INFO] 
15:13:57:442 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-forkjoin ---
15:13:57:443 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:13:57:443 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:13:57:443 [INFO] Copying 3 resources
15:13:57:444 [INFO] 
15:13:57:444 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
15:13:57:446 [INFO] Changes detected - recompiling the module!
15:13:57:447 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/classes
15:13:58:760 [INFO] 
15:13:58:760 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
15:13:58:760 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:13:58:760 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:13:58:760 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/src/test/resources
15:13:58:760 [INFO] 
15:13:58:760 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
15:13:58:762 [INFO] Changes detected - recompiling the module!
15:13:58:762 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/test-classes
15:14:00:275 [INFO] 
15:14:00:275 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
15:14:00:277 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/surefire-reports
15:14:00:278 [INFO] 
15:14:00:278 [INFO] -------------------------------------------------------
15:14:00:278 [INFO]  T E S T S
15:14:00:278 [INFO] -------------------------------------------------------
15:14:00:881 [INFO] Running org.eclipse.collections.impl.forkjoin.FJIterateTest
15:14:02:554 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.672 s - in org.eclipse.collections.impl.forkjoin.FJIterateTest
15:14:02:902 [INFO] 
15:14:02:902 [INFO] Results:
15:14:02:902 [INFO] 
15:14:02:902 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
15:14:02:902 [INFO] 
15:14:02:902 [INFO] 
15:14:02:903 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-forkjoin ---
15:14:02:904 [INFO] Loading execution data file /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/jacoco.exec
15:14:02:916 [INFO] Analyzed bundle 'Eclipse Collections Fork Join Utilities' with 10 classes
15:14:02:933 [INFO] 
15:14:02:933 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin ---
15:14:02:936 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.1.0.jar
15:14:02:941 [INFO] 
15:14:02:941 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
15:14:02:944 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.1.0-sources.jar
15:14:02:949 [INFO] 
15:14:02:949 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
15:14:02:958 [INFO] No dependency problems found
15:14:02:958 [INFO] 
15:14:02:958 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
15:14:02:958 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.1.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.1.0/eclipse-collections-forkjoin-11.1.0.jar
15:14:02:963 [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/eclipse-collections-forkjoin-11.1.0.pom
15:14:02:964 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.1.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.1.0/eclipse-collections-forkjoin-11.1.0-sources.jar
15:14:02:965 [INFO] 
15:14:02:965 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
15:14:02:965 [INFO] Building Eclipse Collections JCStress Test Suite 11.1.0           [8/10]
15:14:02:965 [INFO] --------------------------------[ jar ]---------------------------------
15:14:03:212 [INFO] 
15:14:03:212 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
15:14:03:213 [INFO] 
15:14:03:213 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
15:14:03:219 [INFO] 
15:14:03:219 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jcstress-tests ---
15:14:03:219 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:14:03:219 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:14:03:219 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/main/resources
15:14:03:219 [INFO] 
15:14:03:219 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
15:14:03:222 [INFO] Changes detected - recompiling the module!
15:14:03:222 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/classes
15:14:04:756 [INFO] 
15:14:04:756 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jcstress-tests ---
15:14:04:757 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:14:04:757 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:14:04:757 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/test/resources
15:14:04:757 [INFO] 
15:14:04:757 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
15:14:04:758 [INFO] No sources to compile
15:14:04:758 [INFO] 
15:14:04:758 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
15:14:04:760 [INFO] No tests to run.
15:14:04:760 [INFO] 
15:14:04:760 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests ---
15:14:04:763 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.1.0.jar
15:14:04:768 [INFO] 
15:14:04:768 [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ jcstress-tests ---
15:14:05:327 [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.1.0 in the shaded jar.
15:14:05:327 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.1.0 in the shaded jar.
15:14:05:327 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
15:14:05:327 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
15:14:06:409 [WARNING] eclipse-collections-11.1.0.jar, eclipse-collections-api-11.1.0.jar, jcstress-core-0.4.jar, jcstress-tests-11.1.0.jar, jopt-simple-4.6.jar define 1 overlapping resource: 
15:14:06:409 [WARNING]   - META-INF/MANIFEST.MF
15:14:06:409 [WARNING] eclipse-collections-11.1.0.jar, eclipse-collections-api-11.1.0.jar define 3 overlapping resources: 
15:14:06:409 [WARNING]   - LICENSE-EDL-1.0.txt
15:14:06:409 [WARNING]   - LICENSE-EPL-1.0.txt
15:14:06:409 [WARNING]   - about.html
15:14:06:409 [WARNING] maven-shade-plugin has detected that some class files are
15:14:06:409 [WARNING] present in two or more JARs. When this happens, only one
15:14:06:409 [WARNING] single version of the class is copied to the uber jar.
15:14:06:409 [WARNING] Usually this is not harmful and you can skip these warnings,
15:14:06:409 [WARNING] otherwise try to manually exclude artifacts based on
15:14:06:409 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
15:14:06:409 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
15:14:06:416 [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-shaded.jar
15:14:06:416 [INFO] 
15:14:06:416 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests ---
15:14:06:419 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.1.0-sources.jar
15:14:06:424 [INFO] 
15:14:06:424 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests ---
15:14:06:438 [INFO] No dependency problems found
15:14:06:438 [INFO] 
15:14:06:438 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
15:14:06:439 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.1.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/11.1.0/jcstress-tests-11.1.0.jar
15:14:06:444 [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/jcstress-tests-11.1.0.pom
15:14:06:445 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.1.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/11.1.0/jcstress-tests-11.1.0-sources.jar
15:14:06:446 [INFO] 
15:14:06:446 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
15:14:06:446 [INFO] Building Eclipse Collections p2 Repository Build 11.1.0           [9/10]
15:14:06:446 [INFO] --------------------------------[ pom ]---------------------------------
15:14:06:456 [INFO] 
15:14:06:456 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
15:14:06:472 [INFO] 
15:14:06:473 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
15:14:06:591 [INFO] 
15:14:06:591 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository ---
15:14:06:943 [INFO] Skipping pom project
15:14:06:943 [INFO] 
15:14:06:943 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
15:14:06:966 [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/p2-repository-11.1.0.pom
15:14:06:971 [INFO] 
15:14:06:971 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
15:14:06:971 [INFO] Building Eclipse Collections OSGi Bundle 11.1.0                  [10/10]
15:14:06:971 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
15:14:07:126 [INFO] 
15:14:07:126 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
15:14:07:127 [INFO] 
15:14:07:127 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
15:14:08:675 [INFO] The project's OSGi version is 11.1.0.v20220705-1455
15:14:08:675 [INFO] 
15:14:08:675 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections ---
15:14:08:676 [INFO] 
15:14:08:676 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
15:14:08:685 [INFO] 
15:14:08:685 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.collections ---
15:14:08:765 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:14:08:765 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:14:08:770 [INFO] Copying 2 resources
15:14:08:781 [INFO] 
15:14:08:781 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
15:14:08:843 [INFO] No sources to compile
15:14:08:843 [INFO] 
15:14:08:843 [INFO] --- ebr-maven-plugin:1.3.0:bundle (default-bundle) @ org.eclipse.collections ---
15:14:08:864 [INFO] Gathering dependencies
15:14:08:889 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:11.1.0:jar
15:14:08:903 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:11.1.0:jar
15:14:08:905 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.1.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
15:14:10:063 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.1.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
15:14:10:396 [INFO] Merging collected dependencies
15:14:10:403 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:14:10:403 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:14:10:500 [INFO] Copying 5738 resources
15:14:11:920 [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.jar
15:14:16:844 [INFO] Gathering sources
15:14:16:848 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:11.1.0:jar
15:14:16:850 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:11.1.0:jar
15:14:16:851 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.1.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
15:14:17:669 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.1.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
15:14:18:268 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:14:18:268 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:14:18:269 [INFO] Copying 2 resources
15:14:18:269 [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-sources.jar
15:14:19:105 [INFO] Packing and signing bundle
15:14:19:105 [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"
15:14:20:155 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0.jar
15:14:33:939 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0.jar
15:14:40:731 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0-sources.jar
15:14:44:827 [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"
15:14:45:531 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0.jar
15:14:56:613 [INFO] Assembling p2 repository
15:14:57:766 [INFO] 
15:14:57:766 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
15:14:57:768 [INFO] 
15:14:57:768 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections ---
15:14:58:627 [INFO] No dependency problems found
15:14:58:627 [INFO] 
15:14:58:627 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
15:14:58:629 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.1.0/org.eclipse.collections-11.1.0.jar
15:14:58:644 [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/org.eclipse.collections-11.1.0.pom
15:14:58:645 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.1.0/org.eclipse.collections-11.1.0-sources.jar
15:14:58:650 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.1.0.jar.pack.gz to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.1.0/org.eclipse.collections-11.1.0-pack200.jar.pack.gz
15:14:58:651 [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/org.eclipse.collections-11.1.0-p2metadata.xml
15:14:58:652 [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/org.eclipse.collections-11.1.0-p2artifacts.xml
15:14:58:653 [INFO] 
15:14:58:653 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
15:14:58:655 [INFO] ------------------------------------------------------------------------
15:14:58:655 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.1.0:
15:14:58:655 [INFO] 
15:14:58:655 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  7.267 s]
15:14:58:655 [INFO] Eclipse Collections Code Generator ................. SUCCESS [  9.361 s]
15:14:58:655 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  5.800 s]
15:14:58:655 [INFO] Eclipse Collections API ............................ SUCCESS [ 10.349 s]
15:14:58:655 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 35.657 s]
15:14:58:655 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  7.209 s]
15:14:58:655 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  5.562 s]
15:14:58:656 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  3.481 s]
15:14:58:656 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.525 s]
15:14:58:656 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 51.684 s]
15:14:58:656 [INFO] ------------------------------------------------------------------------
15:14:58:656 [INFO] BUILD SUCCESS
15:14:58:656 [INFO] ------------------------------------------------------------------------
15:14:58:656 [INFO] Total time:  02:39 min
15:14:58:656 [INFO] Finished at: 2022-07-05T15:14:58Z
15:14:58:656 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=11.1.0 -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"
15:15:01:073 [INFO] Error stacktraces are turned on.
15:15:01:415 [INFO] Scanning for projects...
15:15:05:792 [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
15:15:06:081 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B)
15:15:06:186 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
15:15:06:216 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
15:15:06:338 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
15:15:06:464 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
15:15:06:570 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
15:15:06:677 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
15:15:06:802 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository
15:15:06:821 [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
15:15:07:654 [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)
15:15:07:781 [WARNING] The following locally built units have been used to resolve project dependencies:
15:15:07:781 [WARNING]   org.eclipse.collections/11.1.0.v20220705-1455
15:15:07:784 [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
15:15:07:826 [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
15:15:07:832 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository
15:15:07:838 [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
15:15:07:854 [WARNING] The following locally built units have been used to resolve project dependencies:
15:15:07:855 [WARNING]   org.eclipse.collections/11.1.0.v20220705-1455
15:15:07:855 [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
15:15:07:855 [INFO] ------------------------------------------------------------------------
15:15:07:855 [INFO] Reactor Build Order:
15:15:07:855 [INFO] 
15:15:07:857 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
15:15:07:857 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
15:15:07:857 [INFO] p2-repository                                       [eclipse-repository]
15:15:07:864 [INFO] 
15:15:07:864 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
15:15:07:864 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.1.0-SNAPSHOT [1/3]
15:15:07:864 [INFO] --------------------------------[ pom ]---------------------------------
15:15:07:985 [INFO] 
15:15:07:985 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
15:15:08:127 [INFO] 
15:15:08:127 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
15:15:08:812 [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
15:15:08:821 [INFO] 
15:15:08:822 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
15:15:08:822 [INFO] Building org.eclipse.collections.feature 11.1.0-SNAPSHOT           [2/3]
15:15:08:822 [INFO] --------------------------[ eclipse-feature ]---------------------------
15:15:08:827 [INFO] 
15:15:08:827 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
15:15:08:827 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
15:15:08:829 [INFO] 
15:15:08:829 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
15:15:09:487 [INFO] The project's OSGi version is 11.1.0.v20220705-1455
15:15:09:487 [INFO] 
15:15:09:487 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
15:15:09:489 [INFO] 
15:15:09:489 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
15:15:09:490 [INFO] 
15:15:09:491 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
15:15:09:665 [INFO] 
15:15:09:665 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
15:15:09:775 [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
15:15:09:808 [INFO] 
15:15:09:808 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
15:15:09:832 [INFO] 
15:15:09:832 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
15:15:09:835 [INFO] 
15:15:09:835 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
15:15:09:882 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.1.0-SNAPSHOT-sources-feature.jar
15:15:09:964 [INFO] 
15:15:09:964 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
15:15:09:975 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2metadata:11.1.0-SNAPSHOT already attached, replace previous instance
15:15:09:975 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2artifacts:11.1.0-SNAPSHOT already attached, replace previous instance
15:15:09:976 [INFO] 
15:15:09:976 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.collections.feature ---
15:15:10:215 [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
15:15:11:335 [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
15:15:12:135 [INFO] 
15:15:12:135 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
15:15:12:206 [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
15:15:12:207 [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
15:15:12:209 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/11.1.0-SNAPSHOT/org.eclipse.collections.feature-11.1.0-SNAPSHOT-p2metadata.xml
15:15:12:214 [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
15:15:12:215 [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
15:15:12:217 [INFO] 
15:15:12:217 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
15:15:12:218 [INFO] 
15:15:12:219 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
15:15:12:219 [INFO] Building p2-repository 11.1.0-SNAPSHOT                             [3/3]
15:15:12:219 [INFO] -------------------------[ eclipse-repository ]-------------------------
15:15:12:220 [INFO] 
15:15:12:220 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
15:15:12:221 [INFO] 
15:15:12:221 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
15:15:12:249 [INFO] The project's OSGi version is 11.1.0.v20220705-1455
15:15:12:249 [INFO] 
15:15:12:249 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
15:15:12:250 [INFO] 
15:15:12:250 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
15:15:13:077 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:15:13:077 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
15:15:13:077 [INFO] 
15:15:13:078 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository ---
15:15:13:092 [INFO] 
15:15:13:092 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
15:15:13:106 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
15:15:13:108 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
15:15:13:109 [INFO] 
15:15:13:109 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository ---
15:15:13:113 [INFO] 
15:15:13:113 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository ---
15:15:13:124 [INFO] 
15:15:13:124 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
15:15:13:127 [INFO] 
15:15:13:127 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository ---
15:15:14:569 [INFO] 
15:15:14:569 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository ---
15:15:14:595 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-11.1.0-SNAPSHOT.zip
15:15:14:986 [INFO] 
15:15:14:986 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
15:15:14:988 [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
15:15:15:002 [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
15:15:15:005 [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
15:15:15:007 [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
15:15:15:008 [INFO] 
15:15:15:008 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository ---
15:15:15:009 [INFO] ------------------------------------------------------------------------
15:15:15:009 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.1.0-SNAPSHOT:
15:15:15:009 [INFO] 
15:15:15:009 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  0.958 s]
15:15:15:010 [INFO] org.eclipse.collections.feature .................... SUCCESS [  3.397 s]
15:15:15:010 [INFO] p2-repository ...................................... SUCCESS [  2.791 s]
15:15:15:010 [INFO] ------------------------------------------------------------------------
15:15:15:010 [INFO] BUILD SUCCESS
15:15:15:010 [INFO] ------------------------------------------------------------------------
15:15:15:010 [INFO] Total time:  13.897 s
15:15:15:010 [INFO] Finished at: 2022-07-05T15:15:15Z
15:15:15:010 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=11.1.0 -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"
15:15:17:270 [INFO] Error stacktraces are turned on.
15:15:17:594 [INFO] Scanning for projects...
15:15:20:491 [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
15:15:20:947 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B)
15:15:21:053 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
15:15:21:134 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
15:15:21:260 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository
15:15:21:274 [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
15:15:21:714 [WARNING] The following locally built units have been used to resolve project dependencies:
15:15:21:715 [WARNING]   org.eclipse.collections/11.1.0.v20220705-1455
15:15:21:717 [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
15:15:21:744 [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
15:15:21:751 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository
15:15:21:760 [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
15:15:21:782 [WARNING] The following locally built units have been used to resolve project dependencies:
15:15:21:782 [WARNING]   org.eclipse.collections/11.1.0.v20220705-1455
15:15:21:783 [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
15:15:21:784 [INFO] ------------------------------------------------------------------------
15:15:21:784 [INFO] Reactor Build Order:
15:15:21:784 [INFO] 
15:15:21:786 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
15:15:21:786 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
15:15:21:786 [INFO] p2-repository                                       [eclipse-repository]
15:15:21:792 [INFO] 
15:15:21:793 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
15:15:21:793 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.1.0-SNAPSHOT [1/3]
15:15:21:793 [INFO] --------------------------------[ pom ]---------------------------------
15:15:21:839 [INFO] 
15:15:21:839 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
15:15:21:888 [INFO] 
15:15:21:888 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
15:15:21:955 [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
15:15:21:972 [INFO] 
15:15:21:973 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
15:15:21:973 [INFO] Building org.eclipse.collections.feature 11.1.0-SNAPSHOT           [2/3]
15:15:21:973 [INFO] --------------------------[ eclipse-feature ]---------------------------
15:15:21:978 [INFO] 
15:15:21:978 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
15:15:21:979 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
15:15:21:980 [INFO] 
15:15:21:980 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
15:15:22:656 [INFO] The project's OSGi version is 11.1.0.v20220705-1455
15:15:22:657 [INFO] 
15:15:22:657 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
15:15:22:658 [INFO] 
15:15:22:658 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
15:15:22:659 [INFO] 
15:15:22:659 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
15:15:22:817 [INFO] 
15:15:22:817 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
15:15:22:928 [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
15:15:22:961 [INFO] 
15:15:22:961 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
15:15:22:989 [INFO] 
15:15:22:989 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
15:15:22:992 [INFO] 
15:15:22:992 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
15:15:23:043 [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
15:15:23:272 [INFO] 
15:15:23:272 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
15:15:23:282 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2metadata:11.1.0-SNAPSHOT already attached, replace previous instance
15:15:23:283 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2artifacts:11.1.0-SNAPSHOT already attached, replace previous instance
15:15:23:283 [INFO] 
15:15:23:283 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.collections.feature ---
15:15:23:525 [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
15:15:24:696 [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
15:15:25:878 [INFO] 
15:15:25:878 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
15:15:25:907 [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
15:15:25:912 [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
15:15:25:914 [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
15:15:25:916 [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
15:15:25:920 [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
15:15:25:922 [INFO] 
15:15:25:922 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
15:15:25:924 [INFO] 
15:15:25:924 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
15:15:25:924 [INFO] Building p2-repository 11.1.0-SNAPSHOT                             [3/3]
15:15:25:924 [INFO] -------------------------[ eclipse-repository ]-------------------------
15:15:25:925 [INFO] 
15:15:25:925 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
15:15:25:926 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target
15:15:25:931 [INFO] 
15:15:25:931 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
15:15:25:956 [INFO] The project's OSGi version is 11.1.0.v20220705-1455
15:15:25:956 [INFO] 
15:15:25:956 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
15:15:25:957 [INFO] 
15:15:25:957 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
15:15:26:014 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:15:26:014 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
15:15:26:014 [INFO] 
15:15:26:014 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository ---
15:15:26:047 [INFO] 
15:15:26:047 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
15:15:26:061 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
15:15:26:063 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
15:15:26:064 [INFO] 
15:15:26:064 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository ---
15:15:26:067 [INFO] 
15:15:26:068 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository ---
15:15:26:078 [INFO] 
15:15:26:078 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
15:15:26:080 [INFO] 
15:15:26:080 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository ---
15:15:27:321 [INFO] 
15:15:27:322 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository ---
15:15:27:347 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-11.1.0-SNAPSHOT.zip
15:15:27:701 [INFO] 
15:15:27:701 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
15:15:27:702 [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
15:15:27:750 [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
15:15:27:752 [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
15:15:27:754 [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
15:15:27:756 [INFO] 
15:15:27:756 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository ---
15:15:27:757 [INFO] ------------------------------------------------------------------------
15:15:27:758 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.1.0-SNAPSHOT:
15:15:27:758 [INFO] 
15:15:27:758 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  0.180 s]
15:15:27:758 [INFO] org.eclipse.collections.feature .................... SUCCESS [  3.952 s]
15:15:27:758 [INFO] p2-repository ...................................... SUCCESS [  1.833 s]
15:15:27:758 [INFO] ------------------------------------------------------------------------
15:15:27:758 [INFO] BUILD SUCCESS
15:15:27:758 [INFO] ------------------------------------------------------------------------
15:15:27:758 [INFO] Total time:  10.451 s
15:15:27:758 [INFO] Finished at: 2022-07-05T15:15:27Z
15:15:27:759 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /bin/bash /tmp/jenkins17768787697349522032.sh
running command ssh genie.collections@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/collections/11.1.0
running command ssh genie.collections@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/collections/11.1.0
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections
total 35892
drwxrwsr-x  37 genie.collections technology.collections    4096 Jul  5 11:15 .
drwxrwxr-x 357 root              root                     12288 Jun 23 11:40 ..
drwxrwsr-x   3 genie.collections technology.collections    4096 Jul 11  2019 10.0.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Sep 25  2018 10.0.0.M2
drwxrwsr-x   3 genie.collections technology.collections    4096 Dec  4  2019 10.1.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Nov 22  2019 10.1.0.M1
drwxrwsr-x   3 genie.collections technology.collections    4096 Nov 25  2019 10.1.0.M2
drwxrwsr-x   3 genie.collections technology.collections    4096 Feb 11  2020 10.2.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Aug  7  2020 10.3.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Jul  3  2020 10.3.0.M1
drwxrwsr-x   3 genie.collections technology.collections    4096 Jul 15  2020 10.3.0.M3
drwxrwsr-x   3 genie.collections technology.collections    4096 Jul 16  2020 10.3.0.M4
drwxrwsr-x   3 genie.collections technology.collections    4096 Jul 30  2020 10.3.0.M5
drwxrwsr-x   3 genie.collections technology.collections    4096 Aug 20  2020 10.4.0
drwxr-sr-x   3 genie.collections technology.collections    4096 Nov 23  2021 11.0.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Nov  2  2020 11.0.0.M1
drwxrwsr-x   3 genie.collections technology.collections    4096 Mar 19  2021 11.0.0.M2
drwxrwsr-x   3 genie.collections technology.collections    4096 Jul 13  2021 11.0.0.M3
drwxrwsr-x   3 genie.collections technology.collections    4096 Oct 29  2021 11.0.0.M5
drwxrwsr-x   3 genie.collections technology.collections    4096 Nov  4  2021 11.0.0.M6
drwxr-sr-x   2 genie.collections technology.collections    4096 Jul  5 11:15 11.1.0
drwxr-sr-x   3 genie.collections technology.collections    4096 Jun 21 12:24 11.1.0.M1
drwxr-sr-x   3 genie.collections technology.collections    4096 Jun 28 10:10 11.1.0.M2
drwxrwsr-x   3 genie.collections technology.collections    4096 Jun 22  2017 8.2.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Sep 20  2017 9.0.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Aug 19  2017 9.0.0.M2
drwxrwsr-x   3 genie.collections technology.collections    4096 Aug 24  2017 9.0.0.M3
drwxrwsr-x   3 genie.collections technology.collections    4096 Sep  5  2017 9.0.0.M4
drwxrwsr-x   3 genie.collections technology.collections    4096 Sep 13  2017 9.0.0-SNAPSHOT
drwxrwsr-x   3 genie.collections technology.collections    4096 Dec 31  2017 9.1.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Dec  6  2017 9.1.0.M1
drwxrwsr-x   3 genie.collections technology.collections    4096 Dec 11  2017 9.1.0.M2
drwxrwsr-x   3 genie.collections technology.collections    4096 May 18  2018 9.2.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Feb 10  2018 9.2.0.M1
-rw-rw-r--   1 genie.collections technology.collections 9871360 Apr  7  2016 gsc-ec-converter-7.1.0.tar
-rw-rw-r--   1 genie.collections technology.collections 8422439 Apr  7  2016 gsc-ec-converter-7.1.0.zip
-rw-rw-r--   1 genie.collections technology.collections 9871360 May 29  2016 gsc-ec-converter-7.1.1-SNAPSHOT.tar
-rw-rw-r--   1 genie.collections technology.collections 8422920 May 29  2016 gsc-ec-converter-7.1.1-SNAPSHOT.zip
drwxrwsr-x   2 genie.collections technology.collections    4096 Mar 31  2016 pre-release
drwxrwsr-x   2 genie.collections technology.collections    4096 Mar 24  2016 release
drwxrwsr-x   2 genie.collections technology.collections    4096 Mar 24  2016 slides
running command scp -r /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/repository genie.collections@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/collections/11.1.0
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
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/11.1.0
total 17648
drwxr-sr-x  3 genie.collections technology.collections     4096 Jul  5 11:15 .
drwxrwsr-x 37 genie.collections technology.collections     4096 Jul  5 11:15 ..
-rw-r--r--  1 genie.collections technology.collections 18056667 Jul  5 11:15 p2-repository-11.1.0-SNAPSHOT.zip
drwxr-sr-x  4 genie.collections technology.collections     4096 Jul  5 11:15 repository
running command ssh genie.collections@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/collections/11.1.0/p2-repository-*.zip /home/data/httpd/download.eclipse.org/collections/11.1.0/p2-repository-11.1.0.zip
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/11.1.0
total 17648
drwxr-sr-x  3 genie.collections technology.collections     4096 Jul  5 11:15 .
drwxrwsr-x 37 genie.collections technology.collections     4096 Jul  5 11:15 ..
-rw-r--r--  1 genie.collections technology.collections 18056667 Jul  5 11:15 p2-repository-11.1.0.zip
drwxr-sr-x  4 genie.collections technology.collections     4096 Jul  5 11:15 repository
All DONE!!!
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 77 killed;
[ssh-agent] Stopped.
Finished: SUCCESS