Skip to content

Console Output

Started by user Sirisha Pratha
Running as Sirisha Pratha
Agent basic-7jb43 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-7jb43"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-7jb43"
    - 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-7jb43"
    - 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.10"
    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-7jb43 (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-iVZJehlTMmYb/agent.70
SSH_AGENT_PID=72
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_6490997187807380532.key (/home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_6490997187807380532.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-ssh87266829420006399.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.0.0.M5^{commit} # timeout=10
 > git rev-parse tags/11.0.0.M5^{commit} # timeout=10
Checking out Revision 871a364a58656437f5edeaacd0a9ca6a7a2d23d7 (tags/11.0.0.M5)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 871a364a58656437f5edeaacd0a9ca6a7a2d23d7 # timeout=10
Commit message: "Release version 11.0.0.M5."
First time build. Skipping changelog.
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_TAG=11.0.0.M5 -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.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
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.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
16:11:09:714 [INFO] Error stacktraces are turned on.
16:11:09:968 [INFO] Scanning for projects...
16:12:20:576 [INFO] ------------------------------------------------------------------------
16:12:20:576 [INFO] Reactor Build Order:
16:12:20:576 [INFO] 
16:12:20:577 [INFO] Eclipse Collections Parent Project                                 [pom]
16:12:20:577 [INFO] Eclipse Collections Code Generator                                 [jar]
16:12:20:577 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
16:12:20:577 [INFO] Eclipse Collections API                                            [jar]
16:12:20:578 [INFO] Eclipse Collections Main Library                                   [jar]
16:12:20:578 [INFO] Eclipse Collections Test Utilities                                 [jar]
16:12:20:578 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
16:12:20:578 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
16:12:20:578 [INFO] Eclipse Collections p2 Repository Build                            [pom]
16:12:20:578 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
16:12:20:581 [INFO] 
16:12:20:581 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
16:12:20:596 [INFO] Building Eclipse Collections Parent Project 11.0.0.M5             [1/10]
16:12:20:596 [INFO] --------------------------------[ pom ]---------------------------------
16:12:21:615 [INFO] 
16:12:21:615 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
16:12:21:848 [INFO] 
16:12:21:848 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
16:12:25:232 [INFO] 
16:12:25:232 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
16:12:33:892 [INFO] Skipping pom project
16:12:33:893 [INFO] 
16:12:33:893 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
16:12:34:355 [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.0.0.M5/eclipse-collections-parent-11.0.0.M5.pom
16:12:34:360 [INFO] 
16:12:34:360 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
16:12:34:360 [INFO] Building Eclipse Collections Code Generator 11.0.0.M5             [2/10]
16:12:34:360 [INFO] --------------------------------[ jar ]---------------------------------
16:12:36:232 [INFO] 
16:12:36:232 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
16:12:36:233 [INFO] 
16:12:36:233 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
16:12:36:243 [INFO] 
16:12:36:243 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator ---
16:12:36:889 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:12:36:889 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:12:36:901 [INFO] Copying 356 resources
16:12:37:026 [INFO] 
16:12:37:026 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
16:12:39:832 [INFO] Changes detected - recompiling the module!
16:12:39:839 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/classes
16:12:40:544 [INFO] 
16:12:40:544 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
16:12:40:545 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:12:40:545 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:12:40:545 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/src/test/resources
16:12:40:545 [INFO] 
16:12:40:546 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
16:12:40:553 [INFO] Changes detected - recompiling the module!
16:12:40:553 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/test-classes
16:12:40:970 [INFO] 
16:12:40:970 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
16:12:41:664 [INFO] 
16:12:41:665 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
16:12:42:041 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M5.jar
16:12:42:123 [INFO] 
16:12:42:124 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
16:12:42:202 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M5-sources.jar
16:12:42:312 [INFO] 
16:12:42:312 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
16:12:42:333 [INFO] No dependency problems found
16:12:42:333 [INFO] 
16:12:42:334 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
16:12:42:336 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M5.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.0.0.M5/eclipse-collections-code-generator-11.0.0.M5.jar
16:12:42:340 [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.0.0.M5/eclipse-collections-code-generator-11.0.0.M5.pom
16:12:42:341 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M5-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.0.0.M5/eclipse-collections-code-generator-11.0.0.M5-sources.jar
16:12:42:344 [INFO] 
16:12:42:344 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
16:12:42:344 [INFO] Building Eclipse Collections Code Generator Maven Plugin 11.0.0.M5 [3/10]
16:12:42:344 [INFO] ----------------------------[ maven-plugin ]----------------------------
16:12:44:370 [INFO] 
16:12:44:370 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
16:12:44:370 [INFO] 
16:12:44:370 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
16:12:44:394 [INFO] 
16:12:44:395 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
16:12:44:395 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:12:44:395 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:12:44:395 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/main/resources
16:12:44:395 [INFO] 
16:12:44:395 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
16:12:44:398 [INFO] Changes detected - recompiling the module!
16:12:44:398 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/classes
16:12:44:796 [INFO] 
16:12:44:796 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
16:12:50:202 [INFO] Using 'UTF-8' encoding to read mojo source files.
16:12:50:255 [INFO] java-javadoc mojo extractor found 1 mojo descriptor.
16:12:50:331 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
16:12:50:416 [INFO] 
16:12:50:416 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
16:12:50:418 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:12:50:418 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:12:50:418 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/test/resources
16:12:50:418 [INFO] 
16:12:50:418 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
16:12:50:419 [INFO] No sources to compile
16:12:50:419 [INFO] 
16:12:50:419 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
16:12:50:422 [INFO] No tests to run.
16:12:50:422 [INFO] 
16:12:50:422 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
16:12:50:426 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.0.0.M5.jar
16:12:50:430 [INFO] 
16:12:50:430 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
16:12:50:431 [INFO] 
16:12:50:432 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
16:12:50:434 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.0.0.M5-sources.jar
16:12:50:445 [INFO] 
16:12:50:445 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
16:12:50:448 [INFO] No dependency problems found
16:12:50:448 [INFO] 
16:12:50:448 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
16:12:50:450 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.0.0.M5.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.0.0.M5/eclipse-collections-code-generator-maven-plugin-11.0.0.M5.jar
16:12:50:450 [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.0.0.M5/eclipse-collections-code-generator-maven-plugin-11.0.0.M5.pom
16:12:50:463 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.0.0.M5-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.0.0.M5/eclipse-collections-code-generator-maven-plugin-11.0.0.M5-sources.jar
16:12:50:464 [INFO] 
16:12:50:465 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
16:12:50:465 [INFO] Building Eclipse Collections API 11.0.0.M5                        [4/10]
16:12:50:465 [INFO] --------------------------------[ jar ]---------------------------------
16:12:50:528 [INFO] 
16:12:50:529 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
16:12:50:529 [INFO] 
16:12:50:529 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
16:12:50:531 [INFO] 
16:12:50:531 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0.M5:generate (default) @ eclipse-collections-api ---
16:12:50:539 [INFO] Generating sources to eclipse-collections-api
16:12:51:444 [INFO] Generated 1171 files
16:12:51:445 [INFO] 
16:12:51:445 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-api ---
16:12:51:446 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:12:51:446 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:12:51:446 [INFO] Copying 3 resources
16:12:51:447 [INFO] 
16:12:51:447 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
16:12:51:606 [INFO] Changes detected - recompiling the module!
16:12:51:607 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/classes
16:12:55:923 [INFO] 
16:12:55:923 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api ---
16:12:58:528 [WARNING] Cannot consider developer in line '76' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
16:12:58:529 [WARNING] Cannot consider developer in line '80' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
16:12:58:529 [WARNING] Cannot consider developer in line '84' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
16:12:58:529 [WARNING] Cannot consider developer in line '88' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
16:12:58:529 [WARNING] Cannot consider developer in line '92' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
16:12:58:529 [WARNING] Cannot consider developer in line '96' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
16:12:59:202 [INFO] 
16:12:59:202 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-api ---
16:12:59:203 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:12:59:203 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:12:59:203 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/src/test/resources
16:12:59:204 [INFO] 
16:12:59:204 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
16:12:59:205 [INFO] No sources to compile
16:12:59:205 [INFO] 
16:12:59:205 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
16:12:59:207 [INFO] No tests to run.
16:12:59:207 [INFO] 
16:12:59:208 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api ---
16:12:59:352 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M5.jar
16:12:59:505 [INFO] 
16:12:59:505 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
16:12:59:537 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M5-sources.jar
16:12:59:811 [INFO] 
16:12:59:811 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
16:12:59:985 [INFO] No dependency problems found
16:12:59:985 [INFO] 
16:12:59:985 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
16:12:59:986 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M5.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/11.0.0.M5/eclipse-collections-api-11.0.0.M5.jar
16:13:00:001 [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.0.0.M5/eclipse-collections-api-11.0.0.M5.pom
16:13:00:002 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M5-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/11.0.0.M5/eclipse-collections-api-11.0.0.M5-sources.jar
16:13:00:004 [INFO] 
16:13:00:004 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
16:13:00:004 [INFO] Building Eclipse Collections Main Library 11.0.0.M5               [5/10]
16:13:00:004 [INFO] --------------------------------[ jar ]---------------------------------
16:13:00:006 [INFO] 
16:13:00:006 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
16:13:00:006 [INFO] 
16:13:00:006 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
16:13:00:009 [INFO] 
16:13:00:009 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0.M5:generate (default) @ eclipse-collections ---
16:13:00:009 [INFO] Generating sources to eclipse-collections
16:13:03:106 [INFO] Generated 1446 files
16:13:03:106 [INFO] 
16:13:03:106 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections ---
16:13:03:107 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:13:03:107 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:13:03:108 [INFO] Copying 24 resources
16:13:03:113 [INFO] 
16:13:03:113 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
16:13:03:274 [INFO] Changes detected - recompiling the module!
16:13:03:275 [INFO] Compiling 2101 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/classes
16:13:29:578 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[54,15] Unsafe is internal proprietary API and may be removed in a future release
16:13:29:578 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[79,25] Unsafe is internal proprietary API and may be removed in a future release
16:13:29:578 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2281,19] Unsafe is internal proprietary API and may be removed in a future release
16:13:29:578 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2285,19] Unsafe is internal proprietary API and may be removed in a future release
16:13:29:578 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2291,83] Unsafe is internal proprietary API and may be removed in a future release
16:13:29:578 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2293,27] Unsafe is internal proprietary API and may be removed in a future release
16:13:29:578 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2295,34] Unsafe is internal proprietary API and may be removed in a future release
16:13:29:578 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2297,32] Unsafe is internal proprietary API and may be removed in a future release
16:13:29:578 [INFO] 
16:13:29:578 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections ---
16:13:29:645 [WARNING] Cannot consider developer in line '76' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
16:13:29:645 [WARNING] Cannot consider developer in line '80' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
16:13:29:645 [WARNING] Cannot consider developer in line '84' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
16:13:29:645 [WARNING] Cannot consider developer in line '88' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
16:13:29:645 [WARNING] Cannot consider developer in line '92' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
16:13:29:645 [WARNING] Cannot consider developer in line '96' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
16:13:31:846 [INFO] 
16:13:31:846 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections ---
16:13:31:847 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:13:31:847 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:13:31:847 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/test/resources
16:13:31:847 [INFO] 
16:13:31:847 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
16:13:31:848 [INFO] No sources to compile
16:13:31:848 [INFO] 
16:13:31:848 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
16:13:31:850 [INFO] No tests to run.
16:13:31:850 [INFO] 
16:13:31:850 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections ---
16:13:32:058 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M5.jar
16:13:32:697 [INFO] 
16:13:32:697 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections ---
16:13:32:756 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M5-sources.jar
16:13:33:260 [INFO] 
16:13:33:260 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections ---
16:13:33:957 [INFO] No dependency problems found
16:13:33:957 [INFO] 
16:13:33:957 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
16:13:33:958 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M5.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/11.0.0.M5/eclipse-collections-11.0.0.M5.jar
16:13:33:966 [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.0.0.M5/eclipse-collections-11.0.0.M5.pom
16:13:33:967 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M5-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/11.0.0.M5/eclipse-collections-11.0.0.M5-sources.jar
16:13:33:970 [INFO] 
16:13:33:970 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
16:13:33:970 [INFO] Building Eclipse Collections Test Utilities 11.0.0.M5             [6/10]
16:13:33:970 [INFO] --------------------------------[ jar ]---------------------------------
16:13:34:090 [INFO] 
16:13:34:090 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
16:13:34:091 [INFO] 
16:13:34:091 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
16:13:34:097 [INFO] 
16:13:34:097 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-testutils ---
16:13:35:563 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/publish-p2-repo/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/jacoco.exec
16:13:35:563 [INFO] 
16:13:35:563 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-testutils ---
16:13:35:564 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:13:35:564 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:13:35:564 [INFO] Copying 3 resources
16:13:35:565 [INFO] 
16:13:35:565 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
16:13:35:566 [INFO] Changes detected - recompiling the module!
16:13:35:567 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/classes
16:13:36:632 [INFO] 
16:13:36:632 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-testutils ---
16:13:36:633 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:13:36:633 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:13:36:633 [INFO] Copying 1 resource
16:13:36:634 [INFO] 
16:13:36:634 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
16:13:36:635 [INFO] Changes detected - recompiling the module!
16:13:36:636 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/test-classes
16:13:38:158 [INFO] 
16:13:38:158 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
16:13:38:160 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/surefire-reports
16:13:38:407 [INFO] 
16:13:38:407 [INFO] -------------------------------------------------------
16:13:38:407 [INFO]  T E S T S
16:13:38:407 [INFO] -------------------------------------------------------
16:13:38:822 [INFO] Running org.eclipse.collections.impl.test.CollectionsEqualTest
16:13:39:224 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 s - in org.eclipse.collections.impl.test.CollectionsEqualTest
16:13:39:224 [INFO] Running org.eclipse.collections.impl.test.VerifyTest
16:13:39:733 [INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 s - in org.eclipse.collections.impl.test.VerifyTest
16:13:39:733 [INFO] Running org.eclipse.collections.impl.test.SerializeTestHelperTest
16:13:39:734 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.test.SerializeTestHelperTest
16:13:39:734 [INFO] Running org.eclipse.collections.impl.test.ExceptionThrownTest
16:13:39:738 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.test.ExceptionThrownTest
16:13:40:075 [INFO] 
16:13:40:075 [INFO] Results:
16:13:40:075 [INFO] 
16:13:40:075 [INFO] Tests run: 99, Failures: 0, Errors: 0, Skipped: 0
16:13:40:075 [INFO] 
16:13:40:078 [INFO] 
16:13:40:078 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-testutils ---
16:13:40:081 [INFO] Loading execution data file /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/jacoco.exec
16:13:40:177 [INFO] Analyzed bundle 'Eclipse Collections Test Utilities' with 2 classes
16:13:40:249 [INFO] 
16:13:40:249 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils ---
16:13:40:252 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0.M5.jar
16:13:40:262 [INFO] 
16:13:40:263 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
16:13:40:265 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0.M5-sources.jar
16:13:40:299 [INFO] 
16:13:40:299 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
16:13:40:307 [INFO] No dependency problems found
16:13:40:307 [INFO] 
16:13:40:307 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
16:13:40:308 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0.M5.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/11.0.0.M5/eclipse-collections-testutils-11.0.0.M5.jar
16:13:40:309 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/11.0.0.M5/eclipse-collections-testutils-11.0.0.M5.pom
16:13:40:310 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0.M5-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/11.0.0.M5/eclipse-collections-testutils-11.0.0.M5-sources.jar
16:13:40:310 [INFO] 
16:13:40:310 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
16:13:40:310 [INFO] Building Eclipse Collections Fork Join Utilities 11.0.0.M5        [7/10]
16:13:40:310 [INFO] --------------------------------[ jar ]---------------------------------
16:13:40:313 [INFO] 
16:13:40:313 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
16:13:40:314 [INFO] 
16:13:40:314 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
16:13:40:318 [INFO] 
16:13:40:319 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-forkjoin ---
16:13:40:319 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/publish-p2-repo/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/jacoco.exec
16:13:40:319 [INFO] 
16:13:40:319 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-forkjoin ---
16:13:40:320 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:13:40:320 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:13:40:320 [INFO] Copying 3 resources
16:13:40:321 [INFO] 
16:13:40:321 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
16:13:40:322 [INFO] Changes detected - recompiling the module!
16:13:40:323 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/classes
16:13:41:154 [INFO] 
16:13:41:154 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
16:13:41:154 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:13:41:154 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:13:41:154 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/src/test/resources
16:13:41:154 [INFO] 
16:13:41:154 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
16:13:41:155 [INFO] Changes detected - recompiling the module!
16:13:41:155 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/test-classes
16:13:42:141 [INFO] 
16:13:42:141 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
16:13:42:144 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/surefire-reports
16:13:42:145 [INFO] 
16:13:42:145 [INFO] -------------------------------------------------------
16:13:42:145 [INFO]  T E S T S
16:13:42:145 [INFO] -------------------------------------------------------
16:13:42:535 [INFO] Running org.eclipse.collections.impl.forkjoin.FJIterateTest
16:13:43:755 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.218 s - in org.eclipse.collections.impl.forkjoin.FJIterateTest
16:13:44:125 [INFO] 
16:13:44:125 [INFO] Results:
16:13:44:125 [INFO] 
16:13:44:125 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
16:13:44:125 [INFO] 
16:13:44:125 [INFO] 
16:13:44:125 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-forkjoin ---
16:13:44:126 [INFO] Loading execution data file /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/jacoco.exec
16:13:44:137 [INFO] Analyzed bundle 'Eclipse Collections Fork Join Utilities' with 10 classes
16:13:44:153 [INFO] 
16:13:44:153 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin ---
16:13:44:156 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0.M5.jar
16:13:44:160 [INFO] 
16:13:44:160 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
16:13:44:162 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0.M5-sources.jar
16:13:44:171 [INFO] 
16:13:44:171 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
16:13:44:180 [INFO] No dependency problems found
16:13:44:180 [INFO] 
16:13:44:180 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
16:13:44:181 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0.M5.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.0.0.M5/eclipse-collections-forkjoin-11.0.0.M5.jar
16:13:44:182 [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.0.0.M5/eclipse-collections-forkjoin-11.0.0.M5.pom
16:13:44:182 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0.M5-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.0.0.M5/eclipse-collections-forkjoin-11.0.0.M5-sources.jar
16:13:44:183 [INFO] 
16:13:44:183 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
16:13:44:183 [INFO] Building Eclipse Collections JCStress Test Suite 11.0.0.M5        [8/10]
16:13:44:183 [INFO] --------------------------------[ jar ]---------------------------------
16:13:45:998 [INFO] 
16:13:45:998 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
16:13:45:998 [INFO] 
16:13:45:998 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
16:13:46:004 [INFO] 
16:13:46:004 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jcstress-tests ---
16:13:46:005 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:13:46:005 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:13:46:005 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/main/resources
16:13:46:005 [INFO] 
16:13:46:005 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
16:13:46:007 [INFO] Changes detected - recompiling the module!
16:13:46:008 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/classes
16:13:47:055 [INFO] 
16:13:47:055 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jcstress-tests ---
16:13:47:055 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:13:47:055 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:13:47:055 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/test/resources
16:13:47:056 [INFO] 
16:13:47:056 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
16:13:47:056 [INFO] No sources to compile
16:13:47:056 [INFO] 
16:13:47:056 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
16:13:47:058 [INFO] No tests to run.
16:13:47:058 [INFO] 
16:13:47:058 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests ---
16:13:47:063 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.0.0.M5.jar
16:13:47:067 [INFO] 
16:13:47:067 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests ---
16:13:48:965 [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.0.0.M5 in the shaded jar.
16:13:48:965 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.0.0.M5 in the shaded jar.
16:13:48:965 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
16:13:48:965 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
16:13:49:967 [WARNING] eclipse-collections-11.0.0.M5.jar, eclipse-collections-api-11.0.0.M5.jar define 3 overlapping resources: 
16:13:49:967 [WARNING]   - LICENSE-EDL-1.0.txt
16:13:49:967 [WARNING]   - LICENSE-EPL-1.0.txt
16:13:49:967 [WARNING]   - about.html
16:13:49:967 [WARNING] eclipse-collections-11.0.0.M5.jar, eclipse-collections-api-11.0.0.M5.jar, jcstress-core-0.4.jar, jcstress-tests-11.0.0.M5.jar, jopt-simple-4.6.jar define 1 overlapping resources: 
16:13:49:967 [WARNING]   - META-INF/MANIFEST.MF
16:13:49:967 [WARNING] maven-shade-plugin has detected that some class files are
16:13:49:967 [WARNING] present in two or more JARs. When this happens, only one
16:13:49:967 [WARNING] single version of the class is copied to the uber jar.
16:13:49:967 [WARNING] Usually this is not harmful and you can skip these warnings,
16:13:49:967 [WARNING] otherwise try to manually exclude artifacts based on
16:13:49:967 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
16:13:49:967 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
16:13:49:972 [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.0.0.M5-shaded.jar
16:13:49:973 [INFO] 
16:13:49:973 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests ---
16:13:49:976 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.0.0.M5-sources.jar
16:13:49:980 [INFO] 
16:13:49:980 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests ---
16:13:49:990 [INFO] No dependency problems found
16:13:49:990 [INFO] 
16:13:49:990 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
16:13:49:991 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.0.0.M5.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/11.0.0.M5/jcstress-tests-11.0.0.M5.jar
16:13:49:996 [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.0.0.M5/jcstress-tests-11.0.0.M5.pom
16:13:49:997 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.0.0.M5-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/11.0.0.M5/jcstress-tests-11.0.0.M5-sources.jar
16:13:49:998 [INFO] 
16:13:49:998 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
16:13:49:998 [INFO] Building Eclipse Collections p2 Repository Build 11.0.0.M5        [9/10]
16:13:49:998 [INFO] --------------------------------[ pom ]---------------------------------
16:13:50:015 [INFO] 
16:13:50:015 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
16:13:50:025 [INFO] 
16:13:50:025 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
16:13:50:063 [INFO] 
16:13:50:063 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository ---
16:13:50:196 [INFO] Skipping pom project
16:13:50:196 [INFO] 
16:13:50:196 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
16:13:50:209 [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.0.0.M5/p2-repository-11.0.0.M5.pom
16:13:50:210 [INFO] 
16:13:50:210 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
16:13:50:210 [INFO] Building Eclipse Collections OSGi Bundle 11.0.0.M5               [10/10]
16:13:50:210 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
16:13:50:863 [INFO] 
16:13:50:863 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
16:13:50:863 [INFO] 
16:13:50:863 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
16:13:54:842 [INFO] The project's OSGi version is 11.0.0.M5.v20211029-1544
16:13:54:842 [INFO] 
16:13:54:842 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections ---
16:13:54:843 [INFO] 
16:13:54:843 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
16:13:54:846 [INFO] 
16:13:54:846 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.collections ---
16:13:54:904 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:13:54:904 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:13:54:906 [INFO] Copying 2 resources
16:13:54:910 [INFO] 
16:13:54:910 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
16:13:54:934 [INFO] No sources to compile
16:13:54:934 [INFO] 
16:13:54:934 [INFO] --- ebr-maven-plugin:1.3.0:bundle (default-bundle) @ org.eclipse.collections ---
16:13:54:941 [INFO] Gathering dependencies
16:13:54:946 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:11.0.0.M5:jar
16:13:54:950 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:11.0.0.M5:jar
16:13:54:951 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M5.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
16:13:55:779 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M5.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
16:13:56:003 [INFO] Merging collected dependencies
16:13:56:006 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:13:56:006 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:13:56:098 [INFO] Copying 5293 resources
16:13:57:157 [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.0.0.M5.jar
16:14:01:429 [INFO] Gathering sources
16:14:01:432 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:11.0.0.M5:jar
16:14:01:433 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:11.0.0.M5:jar
16:14:01:433 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M5-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
16:14:02:057 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M5-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
16:14:02:451 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:14:02:451 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
16:14:02:451 [INFO] Copying 2 resources
16:14:02:452 [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.0.0.M5-sources.jar
16:14:03:255 [INFO] Packing and signing bundle
16:14:03:255 [WARNING] No version defined in the efective model for plugin org.eclipse.tycho.extras:tycho-pack200a-plugin. Please consider defining one in the pluginManagement section. Falling back to version "1.2.0"
16:14:05:599 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M5.jar
16:14:22:082 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M5.jar
16:14:30:655 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M5-sources.jar
16:14:38:675 [WARNING] No version defined in the efective model for plugin org.eclipse.tycho.extras:tycho-pack200a-plugin. Please consider defining one in the pluginManagement section. Falling back to version "1.2.0"
16:14:40:015 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M5.jar
16:14:56:215 [INFO] Assembling p2 repository
16:14:57:036 [INFO] 
16:14:57:036 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
16:14:57:037 [INFO] 
16:14:57:037 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections ---
16:14:57:816 [INFO] No dependency problems found
16:14:57:816 [INFO] 
16:14:57:816 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
16:14:57:817 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M5.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0.M5/org.eclipse.collections-11.0.0.M5.jar
16:14:57:828 [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.0.0.M5/org.eclipse.collections-11.0.0.M5.pom
16:14:57:829 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M5-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0.M5/org.eclipse.collections-11.0.0.M5-sources.jar
16:14:57:834 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M5.jar.pack.gz to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0.M5/org.eclipse.collections-11.0.0.M5-pack200.jar.pack.gz
16:14:57:836 [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.0.0.M5/org.eclipse.collections-11.0.0.M5-p2metadata.xml
16:14:57:837 [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.0.0.M5/org.eclipse.collections-11.0.0.M5-p2artifacts.xml
16:14:57:838 [INFO] 
16:14:57:838 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
16:14:57:839 [INFO] ------------------------------------------------------------------------
16:14:57:839 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.0.0.M5:
16:14:57:839 [INFO] 
16:14:57:840 [INFO] Eclipse Collections Parent Project ................. SUCCESS [ 13.779 s]
16:14:57:840 [INFO] Eclipse Collections Code Generator ................. SUCCESS [  7.984 s]
16:14:57:840 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  8.120 s]
16:14:57:840 [INFO] Eclipse Collections API ............................ SUCCESS [  9.540 s]
16:14:57:840 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 33.966 s]
16:14:57:840 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  6.340 s]
16:14:57:840 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  3.873 s]
16:14:57:840 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  5.815 s]
16:14:57:840 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.212 s]
16:14:57:840 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [01:07 min]
16:14:57:840 [INFO] ------------------------------------------------------------------------
16:14:57:840 [INFO] BUILD SUCCESS
16:14:57:840 [INFO] ------------------------------------------------------------------------
16:14:57:840 [INFO] Total time:  03:48 min
16:14:57:840 [INFO] Finished at: 2021-10-29T16:14:57Z
16:14:57:840 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=11.0.0.M5 -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository clean install
Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
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.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
16:14:59:408 [INFO] Error stacktraces are turned on.
16:14:59:628 [INFO] Scanning for projects...
16:15:06:847 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
16:15:06:997 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B)
16:15:07:100 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
16:15:07:118 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
16:15:07:235 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
16:15:07:356 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
16:15:07:461 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
16:15:07:568 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
16:15:07:685 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository
16:15:07:700 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
16:15:08:875 [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB)
16:15:08:989 [WARNING] The following locally built units have been used to resolve project dependencies:
16:15:08:989 [WARNING]   org.eclipse.collections/11.0.0.v20211029-1544
16:15:08:990 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
16:15:09:007 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
16:15:09:011 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository
16:15:09:016 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
16:15:09:033 [WARNING] The following locally built units have been used to resolve project dependencies:
16:15:09:033 [WARNING]   org.eclipse.collections/11.0.0.v20211029-1544
16:15:09:034 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
16:15:09:034 [INFO] ------------------------------------------------------------------------
16:15:09:034 [INFO] Reactor Build Order:
16:15:09:034 [INFO] 
16:15:09:035 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
16:15:09:035 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
16:15:09:035 [INFO] p2-repository                                       [eclipse-repository]
16:15:09:038 [INFO] 
16:15:09:039 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
16:15:09:039 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT [1/3]
16:15:09:039 [INFO] --------------------------------[ pom ]---------------------------------
16:15:09:250 [INFO] 
16:15:09:250 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
16:15:09:417 [INFO] 
16:15:09:417 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
16:15:12:994 [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.0.0-SNAPSHOT/p2-feature-11.0.0-SNAPSHOT.pom
16:15:12:999 [INFO] 
16:15:12:999 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
16:15:12:999 [INFO] Building org.eclipse.collections.feature 11.0.0-SNAPSHOT           [2/3]
16:15:12:999 [INFO] --------------------------[ eclipse-feature ]---------------------------
16:15:13:001 [INFO] 
16:15:13:002 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
16:15:13:002 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
16:15:13:003 [INFO] 
16:15:13:003 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
16:15:13:273 [INFO] The project's OSGi version is 11.0.0.v20211029-1544
16:15:13:273 [INFO] 
16:15:13:273 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
16:15:13:274 [INFO] 
16:15:13:274 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
16:15:13:275 [INFO] 
16:15:13:275 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
16:15:13:348 [INFO] 
16:15:13:348 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
16:15:13:400 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.0.0-SNAPSHOT.jar
16:15:13:415 [INFO] 
16:15:13:415 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
16:15:13:429 [INFO] 
16:15:13:429 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
16:15:13:431 [INFO] 
16:15:13:431 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
16:15:13:451 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.0.0-SNAPSHOT-sources-feature.jar
16:15:13:480 [INFO] 
16:15:13:480 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
16:15:13:504 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2metadata:11.0.0-SNAPSHOT already attached, replace previous instance
16:15:13:505 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2artifacts:11.0.0-SNAPSHOT already attached, replace previous instance
16:15:13:505 [INFO] 
16:15:13:506 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.collections.feature ---
16:15:13:707 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.0.0-SNAPSHOT.jar
16:15:14:659 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.0.0-SNAPSHOT-sources-feature.jar
16:15:15:784 [INFO] 
16:15:15:784 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
16:15:15:930 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/11.0.0-SNAPSHOT/org.eclipse.collections.feature-11.0.0-SNAPSHOT.jar
16:15:15:930 [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.0.0-SNAPSHOT/org.eclipse.collections.feature-11.0.0-SNAPSHOT.pom
16:15:15:932 [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.0.0-SNAPSHOT/org.eclipse.collections.feature-11.0.0-SNAPSHOT-p2metadata.xml
16:15:15:934 [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.0.0-SNAPSHOT/org.eclipse.collections.feature-11.0.0-SNAPSHOT-p2artifacts.xml
16:15:15:936 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/11.0.0-SNAPSHOT/org.eclipse.collections.feature-11.0.0-SNAPSHOT-sources-feature.jar
16:15:15:937 [INFO] 
16:15:15:937 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
16:15:15:938 [INFO] 
16:15:15:938 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
16:15:15:938 [INFO] Building p2-repository 11.0.0-SNAPSHOT                             [3/3]
16:15:15:938 [INFO] -------------------------[ eclipse-repository ]-------------------------
16:15:15:939 [INFO] 
16:15:15:939 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
16:15:15:940 [INFO] 
16:15:15:940 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
16:15:15:959 [INFO] The project's OSGi version is 11.0.0.v20211029-1544
16:15:15:959 [INFO] 
16:15:15:959 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
16:15:15:960 [INFO] 
16:15:15:960 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
16:15:20:420 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:15:20:420 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
16:15:20:420 [INFO] 
16:15:20:420 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository ---
16:15:20:431 [INFO] 
16:15:20:431 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
16:15:20:444 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
16:15:20:450 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
16:15:20:450 [INFO] 
16:15:20:450 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository ---
16:15:20:452 [INFO] 
16:15:20:452 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository ---
16:15:20:461 [INFO] 
16:15:20:461 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
16:15:20:463 [INFO] 
16:15:20:463 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository ---
16:15:21:675 [INFO] 
16:15:21:675 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository ---
16:15:21:687 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-11.0.0-SNAPSHOT.zip
16:15:22:078 [INFO] 
16:15:22:078 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
16:15:22:079 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-11.0.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/11.0.0-SNAPSHOT/p2-repository-11.0.0-SNAPSHOT.zip
16:15:22:086 [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.0.0-SNAPSHOT/p2-repository-11.0.0-SNAPSHOT.pom
16:15:22:087 [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.0.0-SNAPSHOT/p2-repository-11.0.0-SNAPSHOT-p2metadata.xml
16:15:22:089 [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.0.0-SNAPSHOT/p2-repository-11.0.0-SNAPSHOT-p2artifacts.xml
16:15:22:090 [INFO] 
16:15:22:090 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository ---
16:15:22:091 [INFO] ------------------------------------------------------------------------
16:15:22:091 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT:
16:15:22:091 [INFO] 
16:15:22:091 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  3.961 s]
16:15:22:091 [INFO] org.eclipse.collections.feature .................... SUCCESS [  2.939 s]
16:15:22:091 [INFO] p2-repository ...................................... SUCCESS [  6.153 s]
16:15:22:091 [INFO] ------------------------------------------------------------------------
16:15:22:091 [INFO] BUILD SUCCESS
16:15:22:091 [INFO] ------------------------------------------------------------------------
16:15:22:092 [INFO] Total time:  22.664 s
16:15:22:092 [INFO] Finished at: 2021-10-29T16:15:22Z
16:15:22:092 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=11.0.0.M5 -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository clean install
Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
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.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
16:15:23:549 [INFO] Error stacktraces are turned on.
16:15:23:747 [INFO] Scanning for projects...
16:15:25:412 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
16:15:25:677 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B)
16:15:25:780 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
16:15:25:818 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
16:15:25:935 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository
16:15:25:945 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
16:15:26:263 [WARNING] The following locally built units have been used to resolve project dependencies:
16:15:26:263 [WARNING]   org.eclipse.collections/11.0.0.v20211029-1544
16:15:26:264 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml
16:15:26:282 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
16:15:26:286 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository
16:15:26:292 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
16:15:26:308 [WARNING] The following locally built units have been used to resolve project dependencies:
16:15:26:308 [WARNING]   org.eclipse.collections/11.0.0.v20211029-1544
16:15:26:308 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml
16:15:26:308 [INFO] ------------------------------------------------------------------------
16:15:26:308 [INFO] Reactor Build Order:
16:15:26:308 [INFO] 
16:15:26:309 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
16:15:26:310 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
16:15:26:310 [INFO] p2-repository                                       [eclipse-repository]
16:15:26:313 [INFO] 
16:15:26:313 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
16:15:26:313 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT [1/3]
16:15:26:313 [INFO] --------------------------------[ pom ]---------------------------------
16:15:26:319 [INFO] 
16:15:26:320 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
16:15:26:344 [INFO] 
16:15:26:344 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
16:15:26:404 [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.0.0-SNAPSHOT/p2-feature-11.0.0-SNAPSHOT.pom
16:15:26:414 [INFO] 
16:15:26:414 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
16:15:26:414 [INFO] Building org.eclipse.collections.feature 11.0.0-SNAPSHOT           [2/3]
16:15:26:414 [INFO] --------------------------[ eclipse-feature ]---------------------------
16:15:26:417 [INFO] 
16:15:26:417 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
16:15:26:417 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
16:15:26:418 [INFO] 
16:15:26:419 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
16:15:26:713 [INFO] The project's OSGi version is 11.0.0.v20211029-1544
16:15:26:713 [INFO] 
16:15:26:713 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
16:15:26:714 [INFO] 
16:15:26:715 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
16:15:26:716 [INFO] 
16:15:26:716 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
16:15:26:773 [INFO] 
16:15:26:773 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
16:15:26:841 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.0.0-SNAPSHOT.jar
16:15:26:870 [INFO] 
16:15:26:870 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
16:15:26:885 [INFO] 
16:15:26:885 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
16:15:26:897 [INFO] 
16:15:26:897 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
16:15:26:919 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.0.0-SNAPSHOT-sources-feature.jar
16:15:26:955 [INFO] 
16:15:26:955 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
16:15:26:965 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2metadata:11.0.0-SNAPSHOT already attached, replace previous instance
16:15:26:965 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2artifacts:11.0.0-SNAPSHOT already attached, replace previous instance
16:15:26:965 [INFO] 
16:15:26:965 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.collections.feature ---
16:15:27:124 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.0.0-SNAPSHOT.jar
16:15:28:819 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.0.0-SNAPSHOT-sources-feature.jar
16:15:29:570 [INFO] 
16:15:29:570 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
16:15:29:588 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/11.0.0-SNAPSHOT/org.eclipse.collections.feature-11.0.0-SNAPSHOT.jar
16:15:29:593 [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.0.0-SNAPSHOT/org.eclipse.collections.feature-11.0.0-SNAPSHOT.pom
16:15:29:594 [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.0.0-SNAPSHOT/org.eclipse.collections.feature-11.0.0-SNAPSHOT-p2metadata.xml
16:15:29:596 [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.0.0-SNAPSHOT/org.eclipse.collections.feature-11.0.0-SNAPSHOT-p2artifacts.xml
16:15:29:610 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/11.0.0-SNAPSHOT/org.eclipse.collections.feature-11.0.0-SNAPSHOT-sources-feature.jar
16:15:29:611 [INFO] 
16:15:29:611 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
16:15:29:613 [INFO] 
16:15:29:613 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
16:15:29:613 [INFO] Building p2-repository 11.0.0-SNAPSHOT                             [3/3]
16:15:29:613 [INFO] -------------------------[ eclipse-repository ]-------------------------
16:15:29:614 [INFO] 
16:15:29:614 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
16:15:29:615 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target
16:15:29:619 [INFO] 
16:15:29:619 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
16:15:29:644 [INFO] The project's OSGi version is 11.0.0.v20211029-1544
16:15:29:644 [INFO] 
16:15:29:644 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
16:15:29:645 [INFO] 
16:15:29:645 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
16:15:29:710 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:15:29:710 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
16:15:29:710 [INFO] 
16:15:29:710 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository ---
16:15:29:720 [INFO] 
16:15:29:720 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
16:15:29:728 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
16:15:29:730 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
16:15:29:730 [INFO] 
16:15:29:730 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository ---
16:15:29:732 [INFO] 
16:15:29:732 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository ---
16:15:29:739 [INFO] 
16:15:29:739 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
16:15:29:740 [INFO] 
16:15:29:740 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository ---
16:15:30:908 [INFO] 
16:15:30:908 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository ---
16:15:30:918 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-11.0.0-SNAPSHOT.zip
16:15:31:304 [INFO] 
16:15:31:304 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
16:15:31:305 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-11.0.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/11.0.0-SNAPSHOT/p2-repository-11.0.0-SNAPSHOT.zip
16:15:31:351 [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.0.0-SNAPSHOT/p2-repository-11.0.0-SNAPSHOT.pom
16:15:31:352 [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.0.0-SNAPSHOT/p2-repository-11.0.0-SNAPSHOT-p2metadata.xml
16:15:31:354 [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.0.0-SNAPSHOT/p2-repository-11.0.0-SNAPSHOT-p2artifacts.xml
16:15:31:355 [INFO] 
16:15:31:355 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository ---
16:15:31:356 [INFO] ------------------------------------------------------------------------
16:15:31:356 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT:
16:15:31:356 [INFO] 
16:15:31:356 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  0.100 s]
16:15:31:356 [INFO] org.eclipse.collections.feature .................... SUCCESS [  3.198 s]
16:15:31:356 [INFO] p2-repository ...................................... SUCCESS [  1.743 s]
16:15:31:356 [INFO] ------------------------------------------------------------------------
16:15:31:356 [INFO] BUILD SUCCESS
16:15:31:356 [INFO] ------------------------------------------------------------------------
16:15:31:356 [INFO] Total time:  7.791 s
16:15:31:356 [INFO] Finished at: 2021-10-29T16:15:31Z
16:15:31:356 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /bin/bash /tmp/jenkins18169045103153123557.sh
running command ssh genie.collections@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/collections/11.0.0.M5
running command ssh genie.collections@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/collections/11.0.0.M5
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections
total 35872
drwxrwsr-x  32 genie.collections technology.collections    4096 Oct 29 12:15 .
drwxr-xr-x 354 root              root                     12288 Oct 12 10:15 ..
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
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 22:29 11.0.0.M3
drwxr-sr-x   2 genie.collections technology.collections    4096 Oct 29 12:15 11.0.0.M5
drwxr-sr-x   3 genie.collections technology.collections    4096 Jun 22  2017 8.2.0
drwxr-sr-x   3 genie.collections technology.collections    4096 Sep 20  2017 9.0.0
drwxr-sr-x   3 genie.collections technology.collections    4096 Aug 19  2017 9.0.0.M2
drwxr-sr-x   3 genie.collections technology.collections    4096 Aug 24  2017 9.0.0.M3
drwxr-sr-x   3 genie.collections technology.collections    4096 Sep  5  2017 9.0.0.M4
drwxr-sr-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.0.0.M5
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.0.0.M5
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/11.0.0.M5
total 17008
drwxr-sr-x  3 genie.collections technology.collections     4096 Oct 29 12:15 .
drwxrwsr-x 32 genie.collections technology.collections     4096 Oct 29 12:15 ..
-rw-r--r--  1 genie.collections technology.collections 17403673 Oct 29 12:15 p2-repository-11.0.0-SNAPSHOT.zip
drwxr-sr-x  4 genie.collections technology.collections     4096 Oct 29 12:15 repository
running command ssh genie.collections@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/collections/11.0.0.M5/p2-repository-*.zip /home/data/httpd/download.eclipse.org/collections/11.0.0.M5/p2-repository-11.0.0.M5.zip
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/11.0.0.M5
total 17008
drwxr-sr-x  3 genie.collections technology.collections     4096 Oct 29 12:15 .
drwxrwsr-x 32 genie.collections technology.collections     4096 Oct 29 12:15 ..
-rw-r--r--  1 genie.collections technology.collections 17403673 Oct 29 12:15 p2-repository-11.0.0.M5.zip
drwxr-sr-x  4 genie.collections technology.collections     4096 Oct 29 12:15 repository
All DONE!!!
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 72 killed;
[ssh-agent] Stopped.
Finished: SUCCESS