Skip to content

Console Output

Started by user Sirisha Pratha
Running as Sirisha Pratha
Agent basic-0sh5j is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-0sh5j"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-0sh5j"
    - 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-0sh5j"
    - 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.1"
    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-0sh5j (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-ccg28iruVNEw/agent.88
SSH_AGENT_PID=90
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_884350062680040103.key (/home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_884350062680040103.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-ssh18292505526207830876.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^{commit} # timeout=10
 > git rev-parse tags/11.0.0^{commit} # timeout=10
Checking out Revision 2a74b95f78474f91c773f4c76937828b2ac66ab0 (tags/11.0.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2a74b95f78474f91c773f4c76937828b2ac66ab0 # timeout=10
Commit message: "Release version 11.0.0."
First time build. Skipping changelog.
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_TAG=11.0.0 -DsigningServiceType=eclipse -Dsurefire.useFile=false -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository -pl !jmh-scala-tests,!jmh-tests,!junit-trait-runner,!scala-unit-tests,!serialization-tests,!test-coverage,!unit-tests-java8,!unit-tests clean install
Apache Maven 3.8.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"
15:26:41:517 [INFO] Error stacktraces are turned on.
15:26:41:772 [INFO] Scanning for projects...
15:28:01:764 [INFO] ------------------------------------------------------------------------
15:28:01:764 [INFO] Reactor Build Order:
15:28:01:764 [INFO] 
15:28:01:765 [INFO] Eclipse Collections Parent Project                                 [pom]
15:28:01:765 [INFO] Eclipse Collections Code Generator                                 [jar]
15:28:01:765 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
15:28:01:765 [INFO] Eclipse Collections API                                            [jar]
15:28:01:765 [INFO] Eclipse Collections Main Library                                   [jar]
15:28:01:765 [INFO] Eclipse Collections Test Utilities                                 [jar]
15:28:01:765 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
15:28:01:765 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
15:28:01:765 [INFO] Eclipse Collections p2 Repository Build                            [pom]
15:28:01:766 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
15:28:01:769 [INFO] 
15:28:01:770 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
15:28:01:770 [INFO] Building Eclipse Collections Parent Project 11.0.0                [1/10]
15:28:01:770 [INFO] --------------------------------[ pom ]---------------------------------
15:28:02:150 [INFO] 
15:28:02:150 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
15:28:02:236 [INFO] 
15:28:02:236 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
15:28:04:118 [INFO] 
15:28:04:118 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
15:28:09:446 [INFO] Skipping pom project
15:28:09:446 [INFO] 
15:28:09:446 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
15:28:09:644 [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/eclipse-collections-parent-11.0.0.pom
15:28:09:649 [INFO] 
15:28:09:649 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
15:28:09:649 [INFO] Building Eclipse Collections Code Generator 11.0.0                [2/10]
15:28:09:649 [INFO] --------------------------------[ jar ]---------------------------------
15:28:10:107 [INFO] 
15:28:10:107 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
15:28:10:108 [INFO] 
15:28:10:108 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
15:28:10:118 [INFO] 
15:28:10:118 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator ---
15:28:10:683 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:28:10:683 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:28:10:707 [INFO] Copying 356 resources
15:28:10:803 [INFO] 
15:28:10:803 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
15:28:11:324 [INFO] Changes detected - recompiling the module!
15:28:11:331 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/classes
15:28:12:029 [INFO] 
15:28:12:029 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
15:28:12:030 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:28:12:031 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:28:12:031 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/src/test/resources
15:28:12:031 [INFO] 
15:28:12:031 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
15:28:12:037 [INFO] Changes detected - recompiling the module!
15:28:12:038 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/test-classes
15:28:12:438 [INFO] 
15:28:12:438 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
15:28:12:851 [INFO] 
15:28:12:851 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
15:28:13:116 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.jar
15:28:13:211 [INFO] 
15:28:13:212 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
15:28:13:278 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0-sources.jar
15:28:13:411 [INFO] 
15:28:13:411 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
15:28:13:443 [INFO] No dependency problems found
15:28:13:443 [INFO] 
15:28:13:443 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
15:28:13:446 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.0.0/eclipse-collections-code-generator-11.0.0.jar
15:28:13:450 [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/eclipse-collections-code-generator-11.0.0.pom
15:28:13:451 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.0.0/eclipse-collections-code-generator-11.0.0-sources.jar
15:28:13:453 [INFO] 
15:28:13:453 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
15:28:13:453 [INFO] Building Eclipse Collections Code Generator Maven Plugin 11.0.0   [3/10]
15:28:13:453 [INFO] ----------------------------[ maven-plugin ]----------------------------
15:28:13:688 [INFO] 
15:28:13:688 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
15:28:13:689 [INFO] 
15:28:13:689 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
15:28:13:712 [INFO] 
15:28:13:712 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
15:28:13:713 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:28:13:713 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:28:13:713 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/main/resources
15:28:13:713 [INFO] 
15:28:13:713 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
15:28:13:715 [INFO] Changes detected - recompiling the module!
15:28:13:715 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/classes
15:28:14:228 [INFO] 
15:28:14:228 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
15:28:15:634 [INFO] Using 'UTF-8' encoding to read mojo source files.
15:28:15:712 [INFO] java-javadoc mojo extractor found 1 mojo descriptor.
15:28:15:785 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
15:28:15:858 [INFO] 
15:28:15:858 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
15:28:15:859 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:28:15:859 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:28:15:859 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/test/resources
15:28:15:859 [INFO] 
15:28:15:859 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
15:28:15:860 [INFO] No sources to compile
15:28:15:860 [INFO] 
15:28:15:860 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
15:28:15:862 [INFO] No tests to run.
15:28:15:863 [INFO] 
15:28:15:863 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
15:28:15:866 [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.jar
15:28:15:869 [INFO] 
15:28:15:869 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
15:28:15:870 [INFO] 
15:28:15:871 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
15:28:15:873 [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-sources.jar
15:28:15:876 [INFO] 
15:28:15:876 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
15:28:15:879 [INFO] No dependency problems found
15:28:15:879 [INFO] 
15:28:15:880 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
15:28:15:881 [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.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.0.0/eclipse-collections-code-generator-maven-plugin-11.0.0.jar
15:28:15:885 [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/eclipse-collections-code-generator-maven-plugin-11.0.0.pom
15:28:15:909 [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-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.0.0/eclipse-collections-code-generator-maven-plugin-11.0.0-sources.jar
15:28:15:909 [INFO] 
15:28:15:910 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
15:28:15:910 [INFO] Building Eclipse Collections API 11.0.0                           [4/10]
15:28:15:910 [INFO] --------------------------------[ jar ]---------------------------------
15:28:16:006 [INFO] 
15:28:16:006 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
15:28:16:006 [INFO] 
15:28:16:006 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
15:28:16:008 [INFO] 
15:28:16:009 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0:generate (default) @ eclipse-collections-api ---
15:28:16:015 [INFO] Generating sources to eclipse-collections-api
15:28:16:814 [INFO] Generated 1171 files
15:28:16:814 [INFO] 
15:28:16:814 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-api ---
15:28:16:815 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:28:16:815 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:28:16:815 [INFO] Copying 3 resources
15:28:16:816 [INFO] 
15:28:16:816 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
15:28:16:956 [INFO] Changes detected - recompiling the module!
15:28:16:957 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/classes
15:28:20:799 [INFO] 
15:28:20:799 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api ---
15:28:27:092 [WARNING] Cannot consider developer in line '76' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
15:28:27:092 [WARNING] Cannot consider developer in line '80' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
15:28:27:092 [WARNING] Cannot consider developer in line '84' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
15:28:27:092 [WARNING] Cannot consider developer in line '88' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
15:28:27:092 [WARNING] Cannot consider developer in line '92' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
15:28:27:092 [WARNING] Cannot consider developer in line '96' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
15:28:27:726 [INFO] 
15:28:27:726 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-api ---
15:28:27:727 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:28:27:728 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:28:27:728 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/src/test/resources
15:28:27:728 [INFO] 
15:28:27:728 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
15:28:27:728 [INFO] No sources to compile
15:28:27:729 [INFO] 
15:28:27:729 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
15:28:27:731 [INFO] No tests to run.
15:28:27:731 [INFO] 
15:28:27:731 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api ---
15:28:27:823 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.jar
15:28:27:940 [INFO] 
15:28:27:940 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
15:28:28:006 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0-sources.jar
15:28:28:500 [INFO] 
15:28:28:500 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
15:28:28:630 [INFO] No dependency problems found
15:28:28:631 [INFO] 
15:28:28:631 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
15:28:28:632 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/11.0.0/eclipse-collections-api-11.0.0.jar
15:28:28:637 [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/eclipse-collections-api-11.0.0.pom
15:28:28:638 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/11.0.0/eclipse-collections-api-11.0.0-sources.jar
15:28:28:639 [INFO] 
15:28:28:639 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
15:28:28:640 [INFO] Building Eclipse Collections Main Library 11.0.0                  [5/10]
15:28:28:640 [INFO] --------------------------------[ jar ]---------------------------------
15:28:28:641 [INFO] 
15:28:28:641 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
15:28:28:642 [INFO] 
15:28:28:642 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
15:28:28:645 [INFO] 
15:28:28:645 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0:generate (default) @ eclipse-collections ---
15:28:28:645 [INFO] Generating sources to eclipse-collections
15:28:31:525 [INFO] Generated 1446 files
15:28:31:525 [INFO] 
15:28:31:525 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections ---
15:28:31:526 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:28:31:526 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:28:31:527 [INFO] Copying 24 resources
15:28:31:532 [INFO] 
15:28:31:532 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
15:28:31:717 [INFO] Changes detected - recompiling the module!
15:28:31:719 [INFO] Compiling 2101 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/classes
15:28:58:909 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[54,15] Unsafe is internal proprietary API and may be removed in a future release
15:28:58:909 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[79,25] Unsafe is internal proprietary API and may be removed in a future release
15:28:58:909 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2281,19] Unsafe is internal proprietary API and may be removed in a future release
15:28:58:909 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2285,19] Unsafe is internal proprietary API and may be removed in a future release
15:28:58:909 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2291,83] Unsafe is internal proprietary API and may be removed in a future release
15:28:58:909 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2293,27] Unsafe is internal proprietary API and may be removed in a future release
15:28:58:909 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2295,34] Unsafe is internal proprietary API and may be removed in a future release
15:28:58:909 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2297,32] Unsafe is internal proprietary API and may be removed in a future release
15:28:58:909 [INFO] 
15:28:58:909 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections ---
15:28:58:987 [WARNING] Cannot consider developer in line '76' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
15:28:58:987 [WARNING] Cannot consider developer in line '80' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
15:28:58:987 [WARNING] Cannot consider developer in line '84' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
15:28:58:987 [WARNING] Cannot consider developer in line '88' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
15:28:58:987 [WARNING] Cannot consider developer in line '92' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
15:28:58:987 [WARNING] Cannot consider developer in line '96' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
15:29:01:085 [INFO] 
15:29:01:085 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections ---
15:29:01:086 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:29:01:086 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:29:01:086 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/test/resources
15:29:01:086 [INFO] 
15:29:01:087 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
15:29:01:088 [INFO] No sources to compile
15:29:01:088 [INFO] 
15:29:01:088 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
15:29:01:089 [INFO] No tests to run.
15:29:01:090 [INFO] 
15:29:01:090 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections ---
15:29:01:302 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.jar
15:29:01:880 [INFO] 
15:29:01:880 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections ---
15:29:01:969 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0-sources.jar
15:29:02:423 [INFO] 
15:29:02:423 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections ---
15:29:03:029 [INFO] No dependency problems found
15:29:03:030 [INFO] 
15:29:03:030 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
15:29:03:030 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/11.0.0/eclipse-collections-11.0.0.jar
15:29:03:039 [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/eclipse-collections-11.0.0.pom
15:29:03:040 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/11.0.0/eclipse-collections-11.0.0-sources.jar
15:29:03:043 [INFO] 
15:29:03:043 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
15:29:03:043 [INFO] Building Eclipse Collections Test Utilities 11.0.0                [6/10]
15:29:03:043 [INFO] --------------------------------[ jar ]---------------------------------
15:29:03:074 [INFO] 
15:29:03:074 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
15:29:03:075 [INFO] 
15:29:03:075 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
15:29:03:082 [INFO] 
15:29:03:082 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-testutils ---
15:29:03:885 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/publish-p2-repo/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/jacoco.exec
15:29:03:885 [INFO] 
15:29:03:886 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-testutils ---
15:29:03:886 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:29:03:886 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:29:03:886 [INFO] Copying 3 resources
15:29:03:887 [INFO] 
15:29:03:887 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
15:29:03:889 [INFO] Changes detected - recompiling the module!
15:29:03:889 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/classes
15:29:04:828 [INFO] 
15:29:04:828 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-testutils ---
15:29:04:829 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:29:04:829 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:29:04:829 [INFO] Copying 1 resource
15:29:04:829 [INFO] 
15:29:04:829 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
15:29:04:831 [INFO] Changes detected - recompiling the module!
15:29:04:831 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/test-classes
15:29:06:429 [INFO] 
15:29:06:429 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
15:29:06:431 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/surefire-reports
15:29:06:637 [INFO] 
15:29:06:637 [INFO] -------------------------------------------------------
15:29:06:637 [INFO]  T E S T S
15:29:06:637 [INFO] -------------------------------------------------------
15:29:07:046 [INFO] Running org.eclipse.collections.impl.test.VerifyTest
15:29:07:946 [INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.89 s - in org.eclipse.collections.impl.test.VerifyTest
15:29:07:946 [INFO] Running org.eclipse.collections.impl.test.CollectionsEqualTest
15:29:07:948 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.test.CollectionsEqualTest
15:29:07:948 [INFO] Running org.eclipse.collections.impl.test.ClassComparerTest
15:29:08:016 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.collections.impl.test.ClassComparerTest
15:29:08:016 [INFO] Running org.eclipse.collections.impl.test.SerializeTestHelperTest
15:29:08:018 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.test.SerializeTestHelperTest
15:29:08:018 [INFO] Running org.eclipse.collections.impl.test.ExceptionThrownTest
15:29:08:020 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.test.ExceptionThrownTest
15:29:08:360 [INFO] 
15:29:08:360 [INFO] Results:
15:29:08:360 [INFO] 
15:29:08:360 [INFO] Tests run: 117, Failures: 0, Errors: 0, Skipped: 0
15:29:08:360 [INFO] 
15:29:08:363 [INFO] 
15:29:08:363 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-testutils ---
15:29:08:366 [INFO] Loading execution data file /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/jacoco.exec
15:29:08:440 [INFO] Analyzed bundle 'Eclipse Collections Test Utilities' with 3 classes
15:29:08:507 [INFO] 
15:29:08:507 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils ---
15:29:08:509 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0.jar
15:29:08:515 [INFO] 
15:29:08:515 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
15:29:08:518 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0-sources.jar
15:29:08:522 [INFO] 
15:29:08:522 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
15:29:08:531 [INFO] No dependency problems found
15:29:08:532 [INFO] 
15:29:08:532 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
15:29:08:532 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/11.0.0/eclipse-collections-testutils-11.0.0.jar
15:29:08:537 [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/eclipse-collections-testutils-11.0.0.pom
15:29:08:538 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/11.0.0/eclipse-collections-testutils-11.0.0-sources.jar
15:29:08:538 [INFO] 
15:29:08:538 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
15:29:08:538 [INFO] Building Eclipse Collections Fork Join Utilities 11.0.0           [7/10]
15:29:08:538 [INFO] --------------------------------[ jar ]---------------------------------
15:29:08:541 [INFO] 
15:29:08:541 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
15:29:08:542 [INFO] 
15:29:08:542 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
15:29:08:546 [INFO] 
15:29:08:547 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-forkjoin ---
15:29:08:547 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/publish-p2-repo/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/jacoco.exec
15:29:08:547 [INFO] 
15:29:08:547 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-forkjoin ---
15:29:08:548 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:29:08:548 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:29:08:548 [INFO] Copying 3 resources
15:29:08:548 [INFO] 
15:29:08:549 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
15:29:08:550 [INFO] Changes detected - recompiling the module!
15:29:08:551 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/classes
15:29:09:321 [INFO] 
15:29:09:321 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
15:29:09:322 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:29:09:322 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:29:09:322 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/src/test/resources
15:29:09:322 [INFO] 
15:29:09:322 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
15:29:09:323 [INFO] Changes detected - recompiling the module!
15:29:09:323 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/test-classes
15:29:10:176 [INFO] 
15:29:10:176 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
15:29:10:177 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/surefire-reports
15:29:10:178 [INFO] 
15:29:10:178 [INFO] -------------------------------------------------------
15:29:10:178 [INFO]  T E S T S
15:29:10:178 [INFO] -------------------------------------------------------
15:29:10:556 [INFO] Running org.eclipse.collections.impl.forkjoin.FJIterateTest
15:29:11:809 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.252 s - in org.eclipse.collections.impl.forkjoin.FJIterateTest
15:29:12:144 [INFO] 
15:29:12:144 [INFO] Results:
15:29:12:144 [INFO] 
15:29:12:144 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
15:29:12:144 [INFO] 
15:29:12:144 [INFO] 
15:29:12:145 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-forkjoin ---
15:29:12:145 [INFO] Loading execution data file /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/jacoco.exec
15:29:12:156 [INFO] Analyzed bundle 'Eclipse Collections Fork Join Utilities' with 10 classes
15:29:12:173 [INFO] 
15:29:12:173 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin ---
15:29:12:175 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0.jar
15:29:12:179 [INFO] 
15:29:12:179 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
15:29:12:182 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0-sources.jar
15:29:12:185 [INFO] 
15:29:12:185 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
15:29:12:194 [INFO] No dependency problems found
15:29:12:194 [INFO] 
15:29:12:194 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
15:29:12:194 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.0.0/eclipse-collections-forkjoin-11.0.0.jar
15:29:12:199 [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/eclipse-collections-forkjoin-11.0.0.pom
15:29:12:200 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.0.0/eclipse-collections-forkjoin-11.0.0-sources.jar
15:29:12:201 [INFO] 
15:29:12:201 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
15:29:12:201 [INFO] Building Eclipse Collections JCStress Test Suite 11.0.0           [8/10]
15:29:12:201 [INFO] --------------------------------[ jar ]---------------------------------
15:29:12:777 [INFO] 
15:29:12:777 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
15:29:12:777 [INFO] 
15:29:12:777 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
15:29:12:783 [INFO] 
15:29:12:783 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jcstress-tests ---
15:29:12:783 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:29:12:783 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:29:12:783 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/main/resources
15:29:12:783 [INFO] 
15:29:12:783 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
15:29:12:785 [INFO] Changes detected - recompiling the module!
15:29:12:785 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/classes
15:29:13:726 [INFO] 
15:29:13:726 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jcstress-tests ---
15:29:13:727 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:29:13:727 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:29:13:727 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/test/resources
15:29:13:727 [INFO] 
15:29:13:727 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
15:29:13:727 [INFO] No sources to compile
15:29:13:727 [INFO] 
15:29:13:727 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
15:29:13:729 [INFO] No tests to run.
15:29:13:729 [INFO] 
15:29:13:729 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests ---
15:29:13:733 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.0.0.jar
15:29:13:737 [INFO] 
15:29:13:737 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests ---
15:29:16:019 [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.0.0 in the shaded jar.
15:29:16:019 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.0.0 in the shaded jar.
15:29:16:019 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
15:29:16:019 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
15:29:17:140 [WARNING] eclipse-collections-11.0.0.jar, eclipse-collections-api-11.0.0.jar define 3 overlapping resources: 
15:29:17:140 [WARNING]   - LICENSE-EDL-1.0.txt
15:29:17:140 [WARNING]   - LICENSE-EPL-1.0.txt
15:29:17:140 [WARNING]   - about.html
15:29:17:140 [WARNING] eclipse-collections-11.0.0.jar, eclipse-collections-api-11.0.0.jar, jcstress-core-0.4.jar, jcstress-tests-11.0.0.jar, jopt-simple-4.6.jar define 1 overlapping resources: 
15:29:17:140 [WARNING]   - META-INF/MANIFEST.MF
15:29:17:140 [WARNING] maven-shade-plugin has detected that some class files are
15:29:17:140 [WARNING] present in two or more JARs. When this happens, only one
15:29:17:140 [WARNING] single version of the class is copied to the uber jar.
15:29:17:140 [WARNING] Usually this is not harmful and you can skip these warnings,
15:29:17:140 [WARNING] otherwise try to manually exclude artifacts based on
15:29:17:140 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
15:29:17:140 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
15:29:17:147 [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-shaded.jar
15:29:17:148 [INFO] 
15:29:17:148 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests ---
15:29:17:152 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.0.0-sources.jar
15:29:17:158 [INFO] 
15:29:17:158 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests ---
15:29:17:171 [INFO] No dependency problems found
15:29:17:171 [INFO] 
15:29:17:171 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
15:29:17:172 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.0.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/11.0.0/jcstress-tests-11.0.0.jar
15:29:17:177 [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/jcstress-tests-11.0.0.pom
15:29:17:178 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.0.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/11.0.0/jcstress-tests-11.0.0-sources.jar
15:29:17:179 [INFO] 
15:29:17:179 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
15:29:17:179 [INFO] Building Eclipse Collections p2 Repository Build 11.0.0           [9/10]
15:29:17:179 [INFO] --------------------------------[ pom ]---------------------------------
15:29:17:209 [INFO] 
15:29:17:209 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
15:29:17:220 [INFO] 
15:29:17:220 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
15:29:17:260 [INFO] 
15:29:17:260 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository ---
15:29:17:416 [INFO] Skipping pom project
15:29:17:416 [INFO] 
15:29:17:416 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
15:29:17:433 [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/p2-repository-11.0.0.pom
15:29:17:434 [INFO] 
15:29:17:434 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
15:29:17:434 [INFO] Building Eclipse Collections OSGi Bundle 11.0.0                  [10/10]
15:29:17:434 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
15:29:18:896 [INFO] 
15:29:18:896 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
15:29:18:897 [INFO] 
15:29:18:897 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
15:29:31:672 [INFO] The project's OSGi version is 11.0.0.v20211123-1459
15:29:31:672 [INFO] 
15:29:31:673 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections ---
15:29:31:673 [INFO] 
15:29:31:673 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
15:29:31:677 [INFO] 
15:29:31:677 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.collections ---
15:29:31:719 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:29:31:720 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:29:31:722 [INFO] Copying 2 resources
15:29:31:727 [INFO] 
15:29:31:727 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
15:29:31:751 [INFO] No sources to compile
15:29:31:752 [INFO] 
15:29:31:752 [INFO] --- ebr-maven-plugin:1.3.0:bundle (default-bundle) @ org.eclipse.collections ---
15:29:31:758 [INFO] Gathering dependencies
15:29:31:764 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:11.0.0:jar
15:29:31:768 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:11.0.0:jar
15:29:31:769 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
15:29:32:594 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
15:29:32:826 [INFO] Merging collected dependencies
15:29:32:829 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:29:32:829 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:29:32:904 [INFO] Copying 5293 resources
15:29:33:966 [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.jar
15:29:38:051 [INFO] Gathering sources
15:29:38:054 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:11.0.0:jar
15:29:38:054 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:11.0.0:jar
15:29:38:054 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
15:29:38:708 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
15:29:39:105 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:29:39:105 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
15:29:39:105 [INFO] Copying 2 resources
15:29:39:106 [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-sources.jar
15:29:39:869 [INFO] Packing and signing bundle
15:29:39:869 [WARNING] No version defined in the efective model for plugin org.eclipse.tycho.extras:tycho-pack200a-plugin. Please consider defining one in the pluginManagement section. Falling back to version "1.2.0"
15:29:43:034 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.jar
15:30:29:009 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.jar
15:30:38:448 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0-sources.jar
15:30:46:222 [WARNING] No version defined in the efective model for plugin org.eclipse.tycho.extras:tycho-pack200a-plugin. Please consider defining one in the pluginManagement section. Falling back to version "1.2.0"
15:30:47:012 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.jar
15:30:59:597 [INFO] Assembling p2 repository
15:31:00:315 [INFO] 
15:31:00:315 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
15:31:00:316 [INFO] 
15:31:00:316 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections ---
15:31:01:055 [INFO] No dependency problems found
15:31:01:055 [INFO] 
15:31:01:055 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
15:31:01:056 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0/org.eclipse.collections-11.0.0.jar
15:31:01:066 [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/org.eclipse.collections-11.0.0.pom
15:31:01:066 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0/org.eclipse.collections-11.0.0-sources.jar
15:31:01:070 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.jar.pack.gz to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0/org.eclipse.collections-11.0.0-pack200.jar.pack.gz
15:31:01:072 [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/org.eclipse.collections-11.0.0-p2metadata.xml
15:31:01:072 [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/org.eclipse.collections-11.0.0-p2artifacts.xml
15:31:01:073 [INFO] 
15:31:01:073 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
15:31:01:074 [INFO] ------------------------------------------------------------------------
15:31:01:074 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.0.0:
15:31:01:074 [INFO] 
15:31:01:074 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  7.879 s]
15:31:01:074 [INFO] Eclipse Collections Code Generator ................. SUCCESS [  3.804 s]
15:31:01:074 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  2.456 s]
15:31:01:074 [INFO] Eclipse Collections API ............................ SUCCESS [ 12.730 s]
15:31:01:074 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 34.404 s]
15:31:01:074 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  5.495 s]
15:31:01:074 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  3.662 s]
15:31:01:074 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  4.979 s]
15:31:01:074 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.255 s]
15:31:01:074 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [01:43 min]
15:31:01:074 [INFO] ------------------------------------------------------------------------
15:31:01:074 [INFO] BUILD SUCCESS
15:31:01:074 [INFO] ------------------------------------------------------------------------
15:31:01:074 [INFO] Total time:  04:19 min
15:31:01:075 [INFO] Finished at: 2021-11-23T15:31:01Z
15:31:01:075 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=11.0.0 -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"
15:31:02:644 [INFO] Error stacktraces are turned on.
15:31:02:846 [INFO] Scanning for projects...
15:31:07:672 [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
15:31:09:821 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B)
15:31:09:924 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
15:31:10:146 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
15:31:10:284 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
15:31:10:620 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
15:31:10:725 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
15:31:10:831 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
15:31:10:946 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository
15:31:10:965 [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
15:31:11:945 [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB)
15:31:12:063 [WARNING] The following locally built units have been used to resolve project dependencies:
15:31:12:063 [WARNING]   org.eclipse.collections/11.0.0.v20211123-1459
15:31:12:064 [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
15:31:12:080 [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
15:31:12:085 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository
15:31:12:090 [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
15:31:12:108 [WARNING] The following locally built units have been used to resolve project dependencies:
15:31:12:108 [WARNING]   org.eclipse.collections/11.0.0.v20211123-1459
15:31:12:109 [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
15:31:12:109 [INFO] ------------------------------------------------------------------------
15:31:12:109 [INFO] Reactor Build Order:
15:31:12:109 [INFO] 
15:31:12:110 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
15:31:12:110 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
15:31:12:110 [INFO] p2-repository                                       [eclipse-repository]
15:31:12:114 [INFO] 
15:31:12:114 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
15:31:12:114 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT [1/3]
15:31:12:114 [INFO] --------------------------------[ pom ]---------------------------------
15:31:12:512 [INFO] 
15:31:12:512 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
15:31:12:662 [INFO] 
15:31:12:662 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
15:31:13:315 [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
15:31:13:320 [INFO] 
15:31:13:320 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
15:31:13:320 [INFO] Building org.eclipse.collections.feature 11.0.0-SNAPSHOT           [2/3]
15:31:13:320 [INFO] --------------------------[ eclipse-feature ]---------------------------
15:31:13:323 [INFO] 
15:31:13:323 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
15:31:13:324 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
15:31:13:325 [INFO] 
15:31:13:325 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
15:31:13:610 [INFO] The project's OSGi version is 11.0.0.v20211123-1459
15:31:13:610 [INFO] 
15:31:13:610 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
15:31:13:611 [INFO] 
15:31:13:611 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
15:31:13:612 [INFO] 
15:31:13:613 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
15:31:13:669 [INFO] 
15:31:13:669 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
15:31:13:736 [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
15:31:13:749 [INFO] 
15:31:13:749 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
15:31:13:763 [INFO] 
15:31:13:763 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
15:31:13:765 [INFO] 
15:31:13:765 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
15:31:13:789 [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
15:31:13:820 [INFO] 
15:31:13:820 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
15:31:13:839 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2metadata:11.0.0-SNAPSHOT already attached, replace previous instance
15:31:13:839 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2artifacts:11.0.0-SNAPSHOT already attached, replace previous instance
15:31:13:842 [INFO] 
15:31:13:843 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.collections.feature ---
15:31:14:054 [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
15:31:15:990 [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
15:31:16:762 [INFO] 
15:31:16:762 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
15:31:16:843 [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
15:31:16:844 [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
15:31:16:845 [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
15:31:16:849 [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
15:31:16:850 [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
15:31:16:851 [INFO] 
15:31:16:851 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
15:31:16:853 [INFO] 
15:31:16:853 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
15:31:16:853 [INFO] Building p2-repository 11.0.0-SNAPSHOT                             [3/3]
15:31:16:853 [INFO] -------------------------[ eclipse-repository ]-------------------------
15:31:16:854 [INFO] 
15:31:16:854 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
15:31:16:854 [INFO] 
15:31:16:855 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
15:31:16:874 [INFO] The project's OSGi version is 11.0.0.v20211123-1459
15:31:16:875 [INFO] 
15:31:16:875 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
15:31:16:875 [INFO] 
15:31:16:875 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
15:31:20:130 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:31:20:130 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
15:31:20:131 [INFO] 
15:31:20:131 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository ---
15:31:20:145 [INFO] 
15:31:20:145 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
15:31:20:155 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
15:31:20:159 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
15:31:20:160 [INFO] 
15:31:20:160 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository ---
15:31:20:162 [INFO] 
15:31:20:162 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository ---
15:31:20:171 [INFO] 
15:31:20:171 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
15:31:20:173 [INFO] 
15:31:20:173 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository ---
15:31:21:458 [INFO] 
15:31:21:458 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository ---
15:31:21:468 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-11.0.0-SNAPSHOT.zip
15:31:21:818 [INFO] 
15:31:21:818 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
15:31:21:819 [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
15:31:21:833 [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
15:31:21:834 [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
15:31:21:836 [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
15:31:21:837 [INFO] 
15:31:21:837 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository ---
15:31:21:839 [INFO] ------------------------------------------------------------------------
15:31:21:839 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT:
15:31:21:839 [INFO] 
15:31:21:839 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  1.207 s]
15:31:21:839 [INFO] org.eclipse.collections.feature .................... SUCCESS [  3.533 s]
15:31:21:839 [INFO] p2-repository ...................................... SUCCESS [  4.986 s]
15:31:21:839 [INFO] ------------------------------------------------------------------------
15:31:21:839 [INFO] BUILD SUCCESS
15:31:21:839 [INFO] ------------------------------------------------------------------------
15:31:21:839 [INFO] Total time:  19.175 s
15:31:21:839 [INFO] Finished at: 2021-11-23T15:31:21Z
15:31:21:840 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=11.0.0 -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"
15:31:23:303 [INFO] Error stacktraces are turned on.
15:31:23:503 [INFO] Scanning for projects...
15:31:25:163 [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
15:31:25:531 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B)
15:31:25:633 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
15:31:25:742 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
15:31:25:867 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository
15:31:25:877 [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
15:31:26:488 [WARNING] The following locally built units have been used to resolve project dependencies:
15:31:26:488 [WARNING]   org.eclipse.collections/11.0.0.v20211123-1459
15:31:26:489 [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
15:31:26:511 [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
15:31:26:518 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository
15:31:26:526 [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
15:31:26:547 [WARNING] The following locally built units have been used to resolve project dependencies:
15:31:26:547 [WARNING]   org.eclipse.collections/11.0.0.v20211123-1459
15:31:26:548 [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
15:31:26:548 [INFO] ------------------------------------------------------------------------
15:31:26:548 [INFO] Reactor Build Order:
15:31:26:548 [INFO] 
15:31:26:549 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
15:31:26:549 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
15:31:26:549 [INFO] p2-repository                                       [eclipse-repository]
15:31:26:553 [INFO] 
15:31:26:553 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
15:31:26:554 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT [1/3]
15:31:26:554 [INFO] --------------------------------[ pom ]---------------------------------
15:31:26:563 [INFO] 
15:31:26:563 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
15:31:26:614 [INFO] 
15:31:26:614 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
15:31:26:655 [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
15:31:26:664 [INFO] 
15:31:26:664 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
15:31:26:664 [INFO] Building org.eclipse.collections.feature 11.0.0-SNAPSHOT           [2/3]
15:31:26:664 [INFO] --------------------------[ eclipse-feature ]---------------------------
15:31:26:667 [INFO] 
15:31:26:667 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
15:31:26:668 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
15:31:26:669 [INFO] 
15:31:26:669 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
15:31:26:969 [INFO] The project's OSGi version is 11.0.0.v20211123-1459
15:31:26:969 [INFO] 
15:31:26:969 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
15:31:26:970 [INFO] 
15:31:26:970 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
15:31:26:971 [INFO] 
15:31:26:972 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
15:31:27:054 [INFO] 
15:31:27:054 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
15:31:27:117 [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
15:31:27:156 [INFO] 
15:31:27:156 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
15:31:27:174 [INFO] 
15:31:27:174 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
15:31:27:176 [INFO] 
15:31:27:176 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
15:31:27:219 [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
15:31:27:249 [INFO] 
15:31:27:250 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
15:31:27:261 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2metadata:11.0.0-SNAPSHOT already attached, replace previous instance
15:31:27:261 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2artifacts:11.0.0-SNAPSHOT already attached, replace previous instance
15:31:27:261 [INFO] 
15:31:27:261 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.collections.feature ---
15:31:27:440 [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
15:31:28:386 [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
15:31:30:642 [INFO] 
15:31:30:642 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
15:31:30:658 [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
15:31:30:663 [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
15:31:30:664 [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
15:31:30:666 [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
15:31:30:667 [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
15:31:30:668 [INFO] 
15:31:30:668 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
15:31:30:670 [INFO] 
15:31:30:670 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
15:31:30:670 [INFO] Building p2-repository 11.0.0-SNAPSHOT                             [3/3]
15:31:30:670 [INFO] -------------------------[ eclipse-repository ]-------------------------
15:31:30:671 [INFO] 
15:31:30:671 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
15:31:30:672 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target
15:31:30:676 [INFO] 
15:31:30:676 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
15:31:30:697 [INFO] The project's OSGi version is 11.0.0.v20211123-1459
15:31:30:697 [INFO] 
15:31:30:697 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
15:31:30:697 [INFO] 
15:31:30:698 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
15:31:30:735 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:31:30:735 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
15:31:30:735 [INFO] 
15:31:30:735 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository ---
15:31:30:746 [INFO] 
15:31:30:746 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
15:31:30:754 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
15:31:30:757 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
15:31:30:757 [INFO] 
15:31:30:757 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository ---
15:31:30:759 [INFO] 
15:31:30:759 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository ---
15:31:30:766 [INFO] 
15:31:30:766 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
15:31:30:767 [INFO] 
15:31:30:767 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository ---
15:31:31:405 [INFO] 
15:31:31:405 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository ---
15:31:31:416 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-11.0.0-SNAPSHOT.zip
15:31:31:757 [INFO] 
15:31:31:757 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
15:31:31:758 [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
15:31:31:805 [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
15:31:31:806 [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
15:31:31:807 [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
15:31:31:809 [INFO] 
15:31:31:809 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository ---
15:31:31:810 [INFO] ------------------------------------------------------------------------
15:31:31:810 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT:
15:31:31:810 [INFO] 
15:31:31:811 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  0.111 s]
15:31:31:811 [INFO] org.eclipse.collections.feature .................... SUCCESS [  4.006 s]
15:31:31:811 [INFO] p2-repository ...................................... SUCCESS [  1.140 s]
15:31:31:811 [INFO] ------------------------------------------------------------------------
15:31:31:811 [INFO] BUILD SUCCESS
15:31:31:811 [INFO] ------------------------------------------------------------------------
15:31:31:811 [INFO] Total time:  8.491 s
15:31:31:811 [INFO] Finished at: 2021-11-23T15:31:31Z
15:31:31:811 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /bin/bash /tmp/jenkins2759389079456068578.sh
running command ssh genie.collections@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/collections/11.0.0
running command ssh genie.collections@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/collections/11.0.0
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections
total 35880
drwxrwsr-x  34 genie.collections technology.collections    4096 Nov 23  2021 .
drwxrwxr-x 349 root              root                     12288 Nov 19 10:07 ..
drwxrwsr-x   3 genie.collections technology.collections    4096 Jul 11  2019 10.0.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Sep 25  2018 10.0.0.M2
drwxrwsr-x   3 genie.collections technology.collections    4096 Dec  4  2019 10.1.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Nov 22  2019 10.1.0.M1
drwxrwsr-x   3 genie.collections technology.collections    4096 Nov 25  2019 10.1.0.M2
drwxrwsr-x   3 genie.collections technology.collections    4096 Feb 11  2020 10.2.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Aug  7  2020 10.3.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Jul  3  2020 10.3.0.M1
drwxrwsr-x   3 genie.collections technology.collections    4096 Jul 15  2020 10.3.0.M3
drwxrwsr-x   3 genie.collections technology.collections    4096 Jul 16  2020 10.3.0.M4
drwxrwsr-x   3 genie.collections technology.collections    4096 Jul 30  2020 10.3.0.M5
drwxrwsr-x   3 genie.collections technology.collections    4096 Aug 20  2020 10.4.0
drwxr-sr-x   2 genie.collections technology.collections    4096 Nov 23  2021 11.0.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Nov  2  2020 11.0.0.M1
drwxrwsr-x   3 genie.collections technology.collections    4096 Mar 19  2021 11.0.0.M2
drwxrwsr-x   3 genie.collections technology.collections    4096 Jul 13 22:29 11.0.0.M3
drwxrwsr-x   3 genie.collections technology.collections    4096 Oct 29 12:15 11.0.0.M5
drwxrwsr-x   3 genie.collections technology.collections    4096 Nov  4 10:38 11.0.0.M6
drwxrwsr-x   3 genie.collections technology.collections    4096 Jun 22  2017 8.2.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Sep 20  2017 9.0.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Aug 19  2017 9.0.0.M2
drwxrwsr-x   3 genie.collections technology.collections    4096 Aug 24  2017 9.0.0.M3
drwxrwsr-x   3 genie.collections technology.collections    4096 Sep  5  2017 9.0.0.M4
drwxrwsr-x   3 genie.collections technology.collections    4096 Sep 13  2017 9.0.0-SNAPSHOT
drwxrwsr-x   3 genie.collections technology.collections    4096 Dec 31  2017 9.1.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Dec  6  2017 9.1.0.M1
drwxrwsr-x   3 genie.collections technology.collections    4096 Dec 11  2017 9.1.0.M2
drwxrwsr-x   3 genie.collections technology.collections    4096 May 18  2018 9.2.0
drwxrwsr-x   3 genie.collections technology.collections    4096 Feb 10  2018 9.2.0.M1
-rw-rw-r--   1 genie.collections technology.collections 9871360 Apr  7  2016 gsc-ec-converter-7.1.0.tar
-rw-rw-r--   1 genie.collections technology.collections 8422439 Apr  7  2016 gsc-ec-converter-7.1.0.zip
-rw-rw-r--   1 genie.collections technology.collections 9871360 May 29  2016 gsc-ec-converter-7.1.1-SNAPSHOT.tar
-rw-rw-r--   1 genie.collections technology.collections 8422920 May 29  2016 gsc-ec-converter-7.1.1-SNAPSHOT.zip
drwxrwsr-x   2 genie.collections technology.collections    4096 Mar 31  2016 pre-release
drwxrwsr-x   2 genie.collections technology.collections    4096 Mar 24  2016 release
drwxrwsr-x   2 genie.collections technology.collections    4096 Mar 24  2016 slides
running command scp -r /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/repository genie.collections@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/collections/11.0.0
running command scp /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-*.zip genie.collections@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/collections/11.0.0
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/11.0.0
total 17012
drwxr-sr-x  3 genie.collections technology.collections     4096 Nov 23 10:31 .
drwxrwsr-x 34 genie.collections technology.collections     4096 Nov 23 10:31 ..
-rw-r--r--  1 genie.collections technology.collections 17406970 Nov 23  2021 p2-repository-11.0.0-SNAPSHOT.zip
drwxr-sr-x  4 genie.collections technology.collections     4096 Nov 23 10:31 repository
running command ssh genie.collections@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/collections/11.0.0/p2-repository-*.zip /home/data/httpd/download.eclipse.org/collections/11.0.0/p2-repository-11.0.0.zip
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/11.0.0
total 17012
drwxr-sr-x  3 genie.collections technology.collections     4096 Nov 23  2021 .
drwxrwsr-x 34 genie.collections technology.collections     4096 Nov 23 10:31 ..
-rw-r--r--  1 genie.collections technology.collections 17406970 Nov 23 10:31 p2-repository-11.0.0.zip
drwxr-sr-x  4 genie.collections technology.collections     4096 Nov 23 10:31 repository
All DONE!!!
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 90 killed;
[ssh-agent] Stopped.
Finished: SUCCESS