Skip to content

Console Output

Started by user Nikhil Nanivadekar
Running as Nikhil Nanivadekar
Agent basic-pkw03 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-pkw03"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-pkw03"
    - 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-pkw03"
    - 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.5"
    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
    - 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-pkw03 (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-7eHKZn0fVj00/agent.65
SSH_AGENT_PID=67
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_8145596538692469765.key (/home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_8145596538692469765.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-ssh12203734037422844181.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.M3^{commit} # timeout=10
 > git rev-parse tags/11.0.0.M3^{commit} # timeout=10
Checking out Revision d38d93fad9eb43cf98600fccb8f673e48615d041 (tags/11.0.0.M3)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d38d93fad9eb43cf98600fccb8f673e48615d041 # timeout=10
Commit message: "Release version 11.0.0.M3."
First time build. Skipping changelog.
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_TAG=11.0.0.M3 -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.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
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"
02:26:30:501 [INFO] Error stacktraces are turned on.
02:26:30:759 [INFO] Scanning for projects...
02:27:02:932 [INFO] ------------------------------------------------------------------------
02:27:02:932 [INFO] Reactor Build Order:
02:27:02:932 [INFO] 
02:27:02:933 [INFO] Eclipse Collections Parent Project                                 [pom]
02:27:02:933 [INFO] Eclipse Collections Code Generator                                 [jar]
02:27:02:934 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
02:27:02:934 [INFO] Eclipse Collections API                                            [jar]
02:27:02:935 [INFO] Eclipse Collections Main Library                                   [jar]
02:27:02:935 [INFO] Eclipse Collections Test Utilities                                 [jar]
02:27:02:935 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
02:27:02:935 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
02:27:02:936 [INFO] Eclipse Collections p2 Repository Build                            [pom]
02:27:02:936 [INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
02:27:02:939 [INFO] 
02:27:02:939 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
02:27:02:940 [INFO] Building Eclipse Collections Parent Project 11.0.0.M3             [1/10]
02:27:02:940 [INFO] --------------------------------[ pom ]---------------------------------
02:27:03:138 [INFO] 
02:27:03:138 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
02:27:03:237 [INFO] 
02:27:03:237 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
02:27:03:389 [INFO] 
02:27:03:389 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
02:27:04:456 [INFO] Skipping pom project
02:27:04:456 [INFO] 
02:27:04:456 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
02:27:04:552 [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.M3/eclipse-collections-parent-11.0.0.M3.pom
02:27:04:556 [INFO] 
02:27:04:556 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
02:27:04:556 [INFO] Building Eclipse Collections Code Generator 11.0.0.M3             [2/10]
02:27:04:557 [INFO] --------------------------------[ jar ]---------------------------------
02:27:04:763 [INFO] 
02:27:04:763 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
02:27:04:764 [INFO] 
02:27:04:764 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
02:27:04:772 [INFO] 
02:27:04:772 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator ---
02:27:04:838 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:27:04:846 [INFO] Copying 356 resources
02:27:04:932 [INFO] 
02:27:04:932 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
02:27:05:076 [INFO] Changes detected - recompiling the module!
02:27:05:083 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/classes
02:27:06:055 [INFO] 
02:27:06:055 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
02:27:06:057 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:27:06:057 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/src/test/resources
02:27:06:058 [INFO] 
02:27:06:058 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
02:27:06:064 [INFO] Changes detected - recompiling the module!
02:27:06:065 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/test-classes
02:27:06:587 [INFO] 
02:27:06:587 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
02:27:07:163 [INFO] 
02:27:07:163 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
02:27:07:349 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M3.jar
02:27:07:464 [INFO] 
02:27:07:464 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
02:27:07:553 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M3-sources.jar
02:27:07:663 [INFO] 
02:27:07:663 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
02:27:07:684 [INFO] No dependency problems found
02:27:07:684 [INFO] 
02:27:07:684 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
02:27:07:687 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M3.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.0.0.M3/eclipse-collections-code-generator-11.0.0.M3.jar
02:27:07:693 [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.M3/eclipse-collections-code-generator-11.0.0.M3.pom
02:27:07:707 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M3-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.0.0.M3/eclipse-collections-code-generator-11.0.0.M3-sources.jar
02:27:07:738 [INFO] 
02:27:07:738 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
02:27:07:738 [INFO] Building Eclipse Collections Code Generator Maven Plugin 11.0.0.M3 [3/10]
02:27:07:738 [INFO] ----------------------------[ maven-plugin ]----------------------------
02:27:08:168 [INFO] 
02:27:08:168 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
02:27:08:169 [INFO] 
02:27:08:169 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
02:27:08:191 [INFO] 
02:27:08:191 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
02:27:08:192 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:27:08:192 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/main/resources
02:27:08:192 [INFO] 
02:27:08:192 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
02:27:08:194 [INFO] Changes detected - recompiling the module!
02:27:08:194 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/classes
02:27:08:587 [INFO] 
02:27:08:587 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
02:27:10:427 [INFO] Using 'UTF-8' encoding to read mojo source files.
02:27:10:477 [INFO] java-javadoc mojo extractor found 1 mojo descriptor.
02:27:10:551 [INFO] java-annotations mojo extractor found 0 mojo descriptor.
02:27:10:615 [INFO] 
02:27:10:615 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
02:27:10:616 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:27:10:616 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/test/resources
02:27:10:616 [INFO] 
02:27:10:616 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
02:27:10:618 [INFO] No sources to compile
02:27:10:618 [INFO] 
02:27:10:618 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
02:27:10:620 [INFO] No tests to run.
02:27:10:620 [INFO] 
02:27:10:620 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
02:27:10:631 [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.M3.jar
02:27:10:644 [INFO] 
02:27:10:644 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
02:27:10:646 [INFO] 
02:27:10:646 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
02:27:10:649 [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.M3-sources.jar
02:27:10:653 [INFO] 
02:27:10:653 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
02:27:10:656 [INFO] No dependency problems found
02:27:10:656 [INFO] 
02:27:10:656 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
02:27:10:658 [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.M3.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.0.0.M3/eclipse-collections-code-generator-maven-plugin-11.0.0.M3.jar
02:27:10:663 [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.M3/eclipse-collections-code-generator-maven-plugin-11.0.0.M3.pom
02:27:10:676 [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.M3-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.0.0.M3/eclipse-collections-code-generator-maven-plugin-11.0.0.M3-sources.jar
02:27:10:678 [INFO] 
02:27:10:678 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
02:27:10:678 [INFO] Building Eclipse Collections API 11.0.0.M3                        [4/10]
02:27:10:679 [INFO] --------------------------------[ jar ]---------------------------------
02:27:10:713 [INFO] 
02:27:10:713 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
02:27:10:713 [INFO] 
02:27:10:713 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
02:27:10:716 [INFO] 
02:27:10:716 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0.M3:generate (default) @ eclipse-collections-api ---
02:27:10:735 [INFO] Generating sources to eclipse-collections-api
02:27:11:505 [INFO] Generated 1171 files
02:27:11:505 [INFO] 
02:27:11:505 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api ---
02:27:11:507 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:27:11:507 [INFO] Copying 3 resources
02:27:11:508 [INFO] 
02:27:11:508 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
02:27:11:678 [INFO] Changes detected - recompiling the module!
02:27:11:679 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/classes
02:27:16:109 [INFO] 
02:27:16:109 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api ---
02:27:18:475 [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.
02:27:18:475 [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.
02:27:18:476 [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.
02:27:18:476 [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.
02:27:18:476 [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.
02:27:18:477 [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.
02:27:19:163 [INFO] 
02:27:19:164 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api ---
02:27:19:165 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:27:19:165 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/src/test/resources
02:27:19:166 [INFO] 
02:27:19:166 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
02:27:19:167 [INFO] No sources to compile
02:27:19:167 [INFO] 
02:27:19:167 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
02:27:19:170 [INFO] No tests to run.
02:27:19:170 [INFO] 
02:27:19:170 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api ---
02:27:19:281 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M3.jar
02:27:19:373 [INFO] 
02:27:19:374 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api ---
02:27:19:438 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M3-sources.jar
02:27:19:739 [INFO] 
02:27:19:739 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api ---
02:27:19:915 [INFO] No dependency problems found
02:27:19:915 [INFO] 
02:27:19:915 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
02:27:19:916 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M3.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/11.0.0.M3/eclipse-collections-api-11.0.0.M3.jar
02:27:19:922 [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.M3/eclipse-collections-api-11.0.0.M3.pom
02:27:19:932 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M3-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/11.0.0.M3/eclipse-collections-api-11.0.0.M3-sources.jar
02:27:19:934 [INFO] 
02:27:19:934 [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
02:27:19:934 [INFO] Building Eclipse Collections Main Library 11.0.0.M3               [5/10]
02:27:19:934 [INFO] --------------------------------[ jar ]---------------------------------
02:27:19:937 [INFO] 
02:27:19:937 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
02:27:19:937 [INFO] 
02:27:19:937 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
02:27:19:940 [INFO] 
02:27:19:940 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0.M3:generate (default) @ eclipse-collections ---
02:27:19:940 [INFO] Generating sources to eclipse-collections
02:27:22:902 [INFO] Generated 1446 files
02:27:22:902 [INFO] 
02:27:22:902 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections ---
02:27:22:903 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:27:22:904 [INFO] Copying 24 resources
02:27:22:908 [INFO] 
02:27:22:909 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
02:27:23:062 [INFO] Changes detected - recompiling the module!
02:27:23:064 [INFO] Compiling 2101 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/classes
02:27:49:292 [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
02:27:49:292 [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
02:27:49:293 [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
02:27:49:293 [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
02:27:49:293 [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
02:27:49:294 [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
02:27:49:294 [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
02:27:49:295 [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
02:27:49:295 [INFO] 
02:27:49:295 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections ---
02:27:49:359 [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.
02:27:49:360 [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.
02:27:49:360 [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.
02:27:49:360 [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.
02:27:49:360 [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.
02:27:49:361 [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.
02:27:51:595 [INFO] 
02:27:51:595 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections ---
02:27:51:596 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:27:51:596 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/test/resources
02:27:51:597 [INFO] 
02:27:51:597 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
02:27:51:598 [INFO] No sources to compile
02:27:51:598 [INFO] 
02:27:51:598 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
02:27:51:600 [INFO] No tests to run.
02:27:51:600 [INFO] 
02:27:51:600 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections ---
02:27:51:852 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M3.jar
02:27:52:450 [INFO] 
02:27:52:450 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections ---
02:27:52:602 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M3-sources.jar
02:27:53:015 [INFO] 
02:27:53:015 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections ---
02:27:53:562 [INFO] No dependency problems found
02:27:53:563 [INFO] 
02:27:53:563 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
02:27:53:564 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M3.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/11.0.0.M3/eclipse-collections-11.0.0.M3.jar
02:27:53:573 [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.M3/eclipse-collections-11.0.0.M3.pom
02:27:53:574 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M3-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/11.0.0.M3/eclipse-collections-11.0.0.M3-sources.jar
02:27:53:578 [INFO] 
02:27:53:578 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
02:27:53:578 [INFO] Building Eclipse Collections Test Utilities 11.0.0.M3             [6/10]
02:27:53:578 [INFO] --------------------------------[ jar ]---------------------------------
02:27:53:636 [INFO] 
02:27:53:636 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
02:27:53:636 [INFO] 
02:27:53:636 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
02:27:53:641 [INFO] 
02:27:53:641 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-testutils ---
02:27:54:255 [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
02:27:54:255 [INFO] 
02:27:54:255 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils ---
02:27:54:256 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:27:54:257 [INFO] Copying 3 resources
02:27:54:257 [INFO] 
02:27:54:257 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
02:27:54:259 [INFO] Changes detected - recompiling the module!
02:27:54:259 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/classes
02:27:55:161 [INFO] 
02:27:55:161 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils ---
02:27:55:162 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:27:55:162 [INFO] Copying 1 resource
02:27:55:162 [INFO] 
02:27:55:163 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
02:27:55:164 [INFO] Changes detected - recompiling the module!
02:27:55:164 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/test-classes
02:27:56:637 [INFO] 
02:27:56:637 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
02:27:56:640 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/surefire-reports
02:27:56:763 [INFO] 
02:27:56:763 [INFO] -------------------------------------------------------
02:27:56:763 [INFO]  T E S T S
02:27:56:763 [INFO] -------------------------------------------------------
02:27:57:151 [INFO] Running org.eclipse.collections.impl.test.CollectionsEqualTest
02:27:57:556 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s - in org.eclipse.collections.impl.test.CollectionsEqualTest
02:27:57:556 [INFO] Running org.eclipse.collections.impl.test.SerializeTestHelperTest
02:27:57:570 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.test.SerializeTestHelperTest
02:27:57:570 [INFO] Running org.eclipse.collections.impl.test.VerifyTest
02:27:58:051 [INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 s - in org.eclipse.collections.impl.test.VerifyTest
02:27:58:052 [INFO] Running org.eclipse.collections.impl.test.ExceptionThrownTest
02:27:58:054 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.test.ExceptionThrownTest
02:27:58:394 [INFO] 
02:27:58:394 [INFO] Results:
02:27:58:394 [INFO] 
02:27:58:395 [INFO] Tests run: 99, Failures: 0, Errors: 0, Skipped: 0
02:27:58:395 [INFO] 
02:27:58:397 [INFO] 
02:27:58:397 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-testutils ---
02:27:58:400 [INFO] Loading execution data file /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/jacoco.exec
02:27:58:494 [INFO] Analyzed bundle 'Eclipse Collections Test Utilities' with 2 classes
02:27:58:560 [INFO] 
02:27:58:560 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils ---
02:27:58:563 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0.M3.jar
02:27:58:568 [INFO] 
02:27:58:568 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils ---
02:27:58:571 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0.M3-sources.jar
02:27:58:576 [INFO] 
02:27:58:576 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils ---
02:27:58:584 [INFO] No dependency problems found
02:27:58:584 [INFO] 
02:27:58:584 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
02:27:58:585 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0.M3.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/11.0.0.M3/eclipse-collections-testutils-11.0.0.M3.jar
02:27:58:590 [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.M3/eclipse-collections-testutils-11.0.0.M3.pom
02:27:58:591 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0.M3-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/11.0.0.M3/eclipse-collections-testutils-11.0.0.M3-sources.jar
02:27:58:592 [INFO] 
02:27:58:592 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
02:27:58:592 [INFO] Building Eclipse Collections Fork Join Utilities 11.0.0.M3        [7/10]
02:27:58:592 [INFO] --------------------------------[ jar ]---------------------------------
02:27:58:595 [INFO] 
02:27:58:595 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
02:27:58:595 [INFO] 
02:27:58:595 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
02:27:58:633 [INFO] 
02:27:58:633 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-forkjoin ---
02:27:58:634 [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
02:27:58:634 [INFO] 
02:27:58:634 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin ---
02:27:58:635 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:27:58:635 [INFO] Copying 3 resources
02:27:58:636 [INFO] 
02:27:58:636 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
02:27:58:637 [INFO] Changes detected - recompiling the module!
02:27:58:638 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/classes
02:27:59:410 [INFO] 
02:27:59:410 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
02:27:59:410 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:27:59:410 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/src/test/resources
02:27:59:411 [INFO] 
02:27:59:411 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
02:27:59:412 [INFO] Changes detected - recompiling the module!
02:27:59:412 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/test-classes
02:28:00:305 [INFO] 
02:28:00:305 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
02:28:00:307 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/surefire-reports
02:28:00:308 [INFO] 
02:28:00:308 [INFO] -------------------------------------------------------
02:28:00:308 [INFO]  T E S T S
02:28:00:308 [INFO] -------------------------------------------------------
02:28:00:675 [INFO] Running org.eclipse.collections.impl.forkjoin.FJIterateTest
02:28:01:886 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.21 s - in org.eclipse.collections.impl.forkjoin.FJIterateTest
02:28:02:225 [INFO] 
02:28:02:225 [INFO] Results:
02:28:02:225 [INFO] 
02:28:02:225 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
02:28:02:225 [INFO] 
02:28:02:226 [INFO] 
02:28:02:226 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-forkjoin ---
02:28:02:227 [INFO] Loading execution data file /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/jacoco.exec
02:28:02:237 [INFO] Analyzed bundle 'Eclipse Collections Fork Join Utilities' with 10 classes
02:28:02:253 [INFO] 
02:28:02:253 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin ---
02:28:02:256 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0.M3.jar
02:28:02:260 [INFO] 
02:28:02:260 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin ---
02:28:02:262 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0.M3-sources.jar
02:28:02:271 [INFO] 
02:28:02:271 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin ---
02:28:02:279 [INFO] No dependency problems found
02:28:02:279 [INFO] 
02:28:02:279 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
02:28:02:280 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0.M3.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.0.0.M3/eclipse-collections-forkjoin-11.0.0.M3.jar
02:28:02:290 [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.M3/eclipse-collections-forkjoin-11.0.0.M3.pom
02:28:02:291 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0.M3-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.0.0.M3/eclipse-collections-forkjoin-11.0.0.M3-sources.jar
02:28:02:299 [INFO] 
02:28:02:299 [INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
02:28:02:299 [INFO] Building Eclipse Collections JCStress Test Suite 11.0.0.M3        [8/10]
02:28:02:299 [INFO] --------------------------------[ jar ]---------------------------------
02:28:02:512 [INFO] 
02:28:02:512 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
02:28:02:513 [INFO] 
02:28:02:513 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
02:28:02:518 [INFO] 
02:28:02:518 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests ---
02:28:02:519 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:28:02:519 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/main/resources
02:28:02:519 [INFO] 
02:28:02:519 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
02:28:02:521 [INFO] Changes detected - recompiling the module!
02:28:02:522 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/classes
02:28:03:832 [INFO] 
02:28:03:832 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests ---
02:28:03:833 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:28:03:833 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/test/resources
02:28:03:833 [INFO] 
02:28:03:833 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
02:28:03:834 [INFO] No sources to compile
02:28:03:834 [INFO] 
02:28:03:834 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
02:28:03:836 [INFO] No tests to run.
02:28:03:836 [INFO] 
02:28:03:836 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests ---
02:28:03:840 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.0.0.M3.jar
02:28:03:844 [INFO] 
02:28:03:844 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests ---
02:28:05:252 [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.0.0.M3 in the shaded jar.
02:28:05:252 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.0.0.M3 in the shaded jar.
02:28:05:252 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
02:28:05:252 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
02:28:06:297 [WARNING] eclipse-collections-11.0.0.M3.jar, eclipse-collections-api-11.0.0.M3.jar define 3 overlapping resources: 
02:28:06:297 [WARNING]   - LICENSE-EDL-1.0.txt
02:28:06:297 [WARNING]   - LICENSE-EPL-1.0.txt
02:28:06:297 [WARNING]   - about.html
02:28:06:297 [WARNING] eclipse-collections-11.0.0.M3.jar, eclipse-collections-api-11.0.0.M3.jar, jcstress-core-0.4.jar, jcstress-tests-11.0.0.M3.jar, jopt-simple-4.6.jar define 1 overlapping resources: 
02:28:06:298 [WARNING]   - META-INF/MANIFEST.MF
02:28:06:298 [WARNING] maven-shade-plugin has detected that some class files are
02:28:06:298 [WARNING] present in two or more JARs. When this happens, only one
02:28:06:298 [WARNING] single version of the class is copied to the uber jar.
02:28:06:298 [WARNING] Usually this is not harmful and you can skip these warnings,
02:28:06:298 [WARNING] otherwise try to manually exclude artifacts based on
02:28:06:298 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
02:28:06:298 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
02:28:06:306 [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.M3-shaded.jar
02:28:06:306 [INFO] 
02:28:06:306 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests ---
02:28:06:309 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.0.0.M3-sources.jar
02:28:06:314 [INFO] 
02:28:06:314 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests ---
02:28:06:322 [INFO] No dependency problems found
02:28:06:322 [INFO] 
02:28:06:322 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
02:28:06:323 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.0.0.M3.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/11.0.0.M3/jcstress-tests-11.0.0.M3.jar
02:28:06:328 [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.M3/jcstress-tests-11.0.0.M3.pom
02:28:06:330 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.0.0.M3-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/11.0.0.M3/jcstress-tests-11.0.0.M3-sources.jar
02:28:06:332 [INFO] 
02:28:06:332 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
02:28:06:332 [INFO] Building Eclipse Collections p2 Repository Build 11.0.0.M3        [9/10]
02:28:06:332 [INFO] --------------------------------[ pom ]---------------------------------
02:28:06:342 [INFO] 
02:28:06:343 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
02:28:06:351 [INFO] 
02:28:06:351 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
02:28:06:387 [INFO] 
02:28:06:387 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository ---
02:28:06:524 [INFO] Skipping pom project
02:28:06:524 [INFO] 
02:28:06:524 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
02:28:06:541 [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.M3/p2-repository-11.0.0.M3.pom
02:28:06:542 [INFO] 
02:28:06:542 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
02:28:06:542 [INFO] Building Eclipse Collections OSGi Bundle 11.0.0.M3               [10/10]
02:28:06:542 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
02:28:06:847 [INFO] 
02:28:06:847 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
02:28:06:847 [INFO] 
02:28:06:848 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
02:28:08:679 [INFO] The project's OSGi version is 11.0.0.M3.v20210714-0224
02:28:08:679 [INFO] 
02:28:08:679 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections ---
02:28:08:680 [INFO] 
02:28:08:680 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
02:28:08:684 [INFO] 
02:28:08:684 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections ---
02:28:08:709 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:28:08:711 [INFO] Copying 2 resources
02:28:08:731 [INFO] 
02:28:08:731 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
02:28:08:754 [INFO] No sources to compile
02:28:08:754 [INFO] 
02:28:08:754 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.eclipse.collections ---
02:28:08:762 [INFO] Gathering dependencies
02:28:08:768 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:11.0.0.M3:jar
02:28:08:772 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:11.0.0.M3:jar
02:28:08:773 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M3.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
02:28:09:566 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M3.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
02:28:09:778 [INFO] Merging collected dependencies
02:28:09:781 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:28:09:838 [INFO] Copying 5293 resources
02:28:10:787 [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.M3.jar
02:28:15:455 [INFO] Gathering sources
02:28:15:457 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:11.0.0.M3:jar
02:28:15:458 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:11.0.0.M3:jar
02:28:15:458 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M3-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/**/*.*"
02:28:16:045 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M3-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/**/*.*"
02:28:16:412 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:28:16:413 [INFO] Copying 2 resources
02:28:16:413 [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.M3-sources.jar
02:28:17:166 [INFO] Packing and signing bundle
02:28:17:166 [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"
02:28:18:799 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M3.jar
02:28:36:344 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M3.jar
02:28:44:770 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M3-sources.jar
02:28:51:761 [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"
02:28:53:994 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M3.jar
02:29:06:628 [INFO] Assembling p2 repository
02:29:07:447 [INFO] 
02:29:07:447 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
02:29:07:448 [INFO] 
02:29:07:448 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections ---
02:29:08:261 [INFO] No dependency problems found
02:29:08:261 [INFO] 
02:29:08:261 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
02:29:08:262 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M3.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0.M3/org.eclipse.collections-11.0.0.M3.jar
02:29:08:272 [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.M3/org.eclipse.collections-11.0.0.M3.pom
02:29:08:273 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M3-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0.M3/org.eclipse.collections-11.0.0.M3-sources.jar
02:29:08:277 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M3.jar.pack.gz to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0.M3/org.eclipse.collections-11.0.0.M3-pack200.jar.pack.gz
02:29:08:279 [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.M3/org.eclipse.collections-11.0.0.M3-p2metadata.xml
02:29:08:280 [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.M3/org.eclipse.collections-11.0.0.M3-p2artifacts.xml
02:29:08:281 [INFO] 
02:29:08:281 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
02:29:08:283 [INFO] ------------------------------------------------------------------------
02:29:08:283 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.0.0.M3:
02:29:08:283 [INFO] 
02:29:08:283 [INFO] Eclipse Collections Parent Project ................. SUCCESS [  1.617 s]
02:29:08:283 [INFO] Eclipse Collections Code Generator ................. SUCCESS [  3.181 s]
02:29:08:284 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  2.940 s]
02:29:08:284 [INFO] Eclipse Collections API ............................ SUCCESS [  9.256 s]
02:29:08:284 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 33.644 s]
02:29:08:284 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  5.014 s]
02:29:08:284 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  3.707 s]
02:29:08:284 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  4.033 s]
02:29:08:284 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.210 s]
02:29:08:285 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [01:01 min]
02:29:08:285 [INFO] ------------------------------------------------------------------------
02:29:08:285 [INFO] BUILD SUCCESS
02:29:08:285 [INFO] ------------------------------------------------------------------------
02:29:08:285 [INFO] Total time:  02:37 min
02:29:08:285 [INFO] Finished at: 2021-07-14T02:29:08Z
02:29:08:285 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=11.0.0.M3 -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository clean install
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
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"
02:29:09:857 [INFO] Error stacktraces are turned on.
02:29:10:070 [INFO] Scanning for projects...
02:29:13:053 [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
02:29:13:205 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B)
02:29:13:308 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
02:29:13:330 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
02:29:13:448 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
02:29:13:580 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
02:29:13:686 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
02:29:13:812 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
02:29:13:927 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository
02:29:13:942 [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
02:29:14:804 [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)
02:29:14:922 [WARNING] The following locally built units have been used to resolve project dependencies:
02:29:14:922 [WARNING]   org.eclipse.collections/11.0.0.v20210714-0224
02:29:14:923 [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
02:29:14:950 [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
02:29:14:958 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository
02:29:14:968 [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
02:29:14:989 [WARNING] The following locally built units have been used to resolve project dependencies:
02:29:14:989 [WARNING]   org.eclipse.collections/11.0.0.v20210714-0224
02:29:14:990 [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
02:29:14:991 [INFO] ------------------------------------------------------------------------
02:29:14:991 [INFO] Reactor Build Order:
02:29:14:991 [INFO] 
02:29:14:992 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
02:29:14:992 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
02:29:14:993 [INFO] p2-repository                                       [eclipse-repository]
02:29:14:997 [INFO] 
02:29:14:997 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
02:29:14:997 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT [1/3]
02:29:14:998 [INFO] --------------------------------[ pom ]---------------------------------
02:29:15:157 [INFO] 
02:29:15:157 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
02:29:15:291 [INFO] 
02:29:15:291 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
02:29:15:940 [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
02:29:15:945 [INFO] 
02:29:15:945 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
02:29:15:945 [INFO] Building org.eclipse.collections.feature 11.0.0-SNAPSHOT           [2/3]
02:29:15:945 [INFO] --------------------------[ eclipse-feature ]---------------------------
02:29:15:948 [INFO] 
02:29:15:948 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
02:29:15:949 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
02:29:15:950 [INFO] 
02:29:15:950 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
02:29:16:313 [INFO] The project's OSGi version is 11.0.0.v20210714-0224
02:29:16:313 [INFO] 
02:29:16:313 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
02:29:16:314 [INFO] 
02:29:16:314 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
02:29:16:316 [INFO] 
02:29:16:316 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
02:29:16:373 [INFO] 
02:29:16:373 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
02:29:16:416 [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
02:29:16:432 [INFO] 
02:29:16:432 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
02:29:16:446 [INFO] 
02:29:16:446 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
02:29:16:448 [INFO] 
02:29:16:448 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
02:29:16:468 [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
02:29:16:518 [INFO] 
02:29:16:518 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
02:29:16:535 [INFO] 
02:29:16:535 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.collections.feature ---
02:29:18:367 [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
02:29:19:882 [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
02:29:20:981 [INFO] 
02:29:20:981 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
02:29:21:034 [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
02:29:21:035 [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
02:29:21:036 [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
02:29:21:039 [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
02:29:21:041 [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
02:29:21:042 [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
02:29:21:044 [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
02:29:21:045 [INFO] 
02:29:21:045 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
02:29:21:047 [INFO] 
02:29:21:047 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
02:29:21:047 [INFO] Building p2-repository 11.0.0-SNAPSHOT                             [3/3]
02:29:21:047 [INFO] -------------------------[ eclipse-repository ]-------------------------
02:29:21:048 [INFO] 
02:29:21:049 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
02:29:21:050 [INFO] 
02:29:21:050 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
02:29:21:075 [INFO] The project's OSGi version is 11.0.0.v20210714-0224
02:29:21:075 [INFO] 
02:29:21:075 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
02:29:21:076 [INFO] 
02:29:21:076 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
02:29:21:806 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:29:21:806 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
02:29:21:807 [INFO] 
02:29:21:807 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository ---
02:29:21:819 [INFO] 
02:29:21:820 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
02:29:21:838 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
02:29:21:841 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
02:29:21:841 [INFO] 
02:29:21:841 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository ---
02:29:21:843 [INFO] 
02:29:21:843 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository ---
02:29:21:850 [INFO] 
02:29:21:850 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
02:29:21:852 [INFO] 
02:29:21:852 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository ---
02:29:23:004 [INFO] 
02:29:23:004 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository ---
02:29:23:015 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-11.0.0-SNAPSHOT.zip
02:29:23:339 [INFO] 
02:29:23:339 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
02:29:23:340 [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
02:29:23:352 [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
02:29:23:353 [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
02:29:23:355 [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
02:29:23:356 [INFO] 
02:29:23:356 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository ---
02:29:23:357 [INFO] ------------------------------------------------------------------------
02:29:23:358 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT:
02:29:23:358 [INFO] 
02:29:23:358 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  0.948 s]
02:29:23:358 [INFO] org.eclipse.collections.feature .................... SUCCESS [  5.102 s]
02:29:23:358 [INFO] p2-repository ...................................... SUCCESS [  2.310 s]
02:29:23:358 [INFO] ------------------------------------------------------------------------
02:29:23:359 [INFO] BUILD SUCCESS
02:29:23:359 [INFO] ------------------------------------------------------------------------
02:29:23:359 [INFO] Total time:  13.483 s
02:29:23:359 [INFO] Finished at: 2021-07-14T02:29:23Z
02:29:23:359 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=11.0.0.M3 -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository clean install
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
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"
02:29:24:844 [INFO] Error stacktraces are turned on.
02:29:25:055 [INFO] Scanning for projects...
02:29:26:744 [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
02:29:27:033 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B)
02:29:27:136 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license
02:29:27:189 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
02:29:27:318 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository
02:29:27:334 [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
02:29:27:684 [WARNING] The following locally built units have been used to resolve project dependencies:
02:29:27:684 [WARNING]   org.eclipse.collections/11.0.0.v20210714-0224
02:29:27:686 [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
02:29:27:707 [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
02:29:27:711 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository
02:29:27:717 [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
02:29:27:736 [WARNING] The following locally built units have been used to resolve project dependencies:
02:29:27:737 [WARNING]   org.eclipse.collections/11.0.0.v20210714-0224
02:29:27:737 [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
02:29:27:738 [INFO] ------------------------------------------------------------------------
02:29:27:738 [INFO] Reactor Build Order:
02:29:27:738 [INFO] 
02:29:27:739 [INFO] Eclipse Collections p2 Repository with Feature Build               [pom]
02:29:27:739 [INFO] org.eclipse.collections.feature                        [eclipse-feature]
02:29:27:739 [INFO] p2-repository                                       [eclipse-repository]
02:29:27:744 [INFO] 
02:29:27:745 [INFO] -----------------< org.eclipse.collections:p2-feature >-----------------
02:29:27:745 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT [1/3]
02:29:27:745 [INFO] --------------------------------[ pom ]---------------------------------
02:29:27:756 [INFO] 
02:29:27:756 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature ---
02:29:27:833 [INFO] 
02:29:27:833 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature ---
02:29:27:874 [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
02:29:27:885 [INFO] 
02:29:27:885 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >-------
02:29:27:885 [INFO] Building org.eclipse.collections.feature 11.0.0-SNAPSHOT           [2/3]
02:29:27:885 [INFO] --------------------------[ eclipse-feature ]---------------------------
02:29:27:888 [INFO] 
02:29:27:888 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature ---
02:29:27:889 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target
02:29:27:891 [INFO] 
02:29:27:891 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature ---
02:29:28:232 [INFO] The project's OSGi version is 11.0.0.v20210714-0224
02:29:28:232 [INFO] 
02:29:28:233 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature ---
02:29:28:234 [INFO] 
02:29:28:234 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature ---
02:29:28:235 [INFO] 
02:29:28:235 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature ---
02:29:28:291 [INFO] 
02:29:28:291 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature ---
02:29:28:355 [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
02:29:28:370 [INFO] 
02:29:28:370 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature ---
02:29:28:386 [INFO] 
02:29:28:386 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature ---
02:29:28:388 [INFO] 
02:29:28:388 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature ---
02:29:28:408 [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
02:29:28:451 [INFO] 
02:29:28:451 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature ---
02:29:28:461 [INFO] 
02:29:28:461 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.collections.feature ---
02:29:28:584 [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
02:29:29:826 [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
02:29:31:001 [INFO] 
02:29:31:001 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature ---
02:29:31:016 [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
02:29:31:037 [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
02:29:31:040 [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
02:29:31:043 [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
02:29:31:045 [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
02:29:31:048 [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
02:29:31:051 [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
02:29:31:053 [INFO] 
02:29:31:053 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature ---
02:29:31:055 [INFO] 
02:29:31:055 [INFO] ---------------< org.eclipse.collections:p2-repository >----------------
02:29:31:056 [INFO] Building p2-repository 11.0.0-SNAPSHOT                             [3/3]
02:29:31:056 [INFO] -------------------------[ eclipse-repository ]-------------------------
02:29:31:057 [INFO] 
02:29:31:057 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository ---
02:29:31:058 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target
02:29:31:064 [INFO] 
02:29:31:064 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository ---
02:29:31:083 [INFO] The project's OSGi version is 11.0.0.v20210714-0224
02:29:31:083 [INFO] 
02:29:31:083 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository ---
02:29:31:084 [INFO] 
02:29:31:084 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository ---
02:29:31:144 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:29:31:144 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources
02:29:31:145 [INFO] 
02:29:31:145 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository ---
02:29:31:157 [INFO] 
02:29:31:157 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository ---
02:29:31:166 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
02:29:31:168 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
02:29:31:168 [INFO] 
02:29:31:168 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository ---
02:29:31:171 [INFO] 
02:29:31:171 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository ---
02:29:31:178 [INFO] 
02:29:31:178 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository ---
02:29:31:180 [INFO] 
02:29:31:180 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository ---
02:29:32:518 [INFO] 
02:29:32:518 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository ---
02:29:32:531 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-11.0.0-SNAPSHOT.zip
02:29:32:852 [INFO] 
02:29:32:852 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository ---
02:29:32:853 [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
02:29:32:900 [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
02:29:32:902 [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
02:29:32:904 [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
02:29:32:906 [INFO] 
02:29:32:906 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository ---
02:29:32:908 [INFO] ------------------------------------------------------------------------
02:29:32:908 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT:
02:29:32:908 [INFO] 
02:29:32:908 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [  0.141 s]
02:29:32:909 [INFO] org.eclipse.collections.feature .................... SUCCESS [  3.170 s]
02:29:32:909 [INFO] p2-repository ...................................... SUCCESS [  1.853 s]
02:29:32:909 [INFO] ------------------------------------------------------------------------
02:29:32:909 [INFO] BUILD SUCCESS
02:29:32:909 [INFO] ------------------------------------------------------------------------
02:29:32:909 [INFO] Total time:  8.048 s
02:29:32:910 [INFO] Finished at: 2021-07-14T02:29:32Z
02:29:32:910 [INFO] ------------------------------------------------------------------------
[publish-p2-repo] $ /bin/bash /tmp/jenkins7629189564224075654.sh
running command ssh genie.collections@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/collections/11.0.0.M3
running command ssh genie.collections@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/collections/11.0.0.M3
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections
total 35752
drwxrwsr-x  31 genie.collections technology.collections    4096 Jul 13 22:29 .
drwxr-xr-x 351 root              root                      8192 Jul  7 10:45 ..
drwxrwsr-x   3 genie.collections technology.collections      68 Jul 11  2019 10.0.0
drwxrwsr-x   3 genie.collections technology.collections      71 Sep 25  2018 10.0.0.M2
drwxrwsr-x   3 genie.collections technology.collections      68 Dec  4  2019 10.1.0
drwxrwsr-x   3 genie.collections technology.collections      71 Nov 22  2019 10.1.0.M1
drwxrwsr-x   3 genie.collections technology.collections      71 Nov 25  2019 10.1.0.M2
drwxrwsr-x   3 genie.collections technology.collections      68 Feb 11  2020 10.2.0
drwxrwsr-x   3 genie.collections technology.collections      68 Aug  7  2020 10.3.0
drwxrwsr-x   3 genie.collections technology.collections      71 Jul  3  2020 10.3.0.M1
drwxrwsr-x   3 genie.collections technology.collections      71 Jul 15  2020 10.3.0.M3
drwxrwsr-x   3 genie.collections technology.collections      71 Jul 16  2020 10.3.0.M4
drwxrwsr-x   3 genie.collections technology.collections      71 Jul 30  2020 10.3.0.M5
drwxrwsr-x   3 genie.collections technology.collections      68 Aug 20  2020 10.4.0
drwxrwsr-x   3 genie.collections technology.collections      71 Nov  2  2020 11.0.0.M1
drwxrwsr-x   3 genie.collections technology.collections      71 Mar 19 12:09 11.0.0.M2
drwxrwsr-x   2 genie.collections technology.collections      10 Jul 13 22:29 11.0.0.M3
drwxr-sr-x   3 genie.collections technology.collections      32 Jun 22  2017 8.2.0
drwxr-sr-x   3 genie.collections technology.collections      32 Sep 20  2017 9.0.0
drwxr-sr-x   3 genie.collections technology.collections      32 Aug 19  2017 9.0.0.M2
drwxr-sr-x   3 genie.collections technology.collections      32 Aug 24  2017 9.0.0.M3
drwxr-sr-x   3 genie.collections technology.collections      32 Sep  5  2017 9.0.0.M4
drwxr-sr-x   3 genie.collections technology.collections      32 Sep 13  2017 9.0.0-SNAPSHOT
drwxrwsr-x   3 genie.collections technology.collections      67 Dec 31  2017 9.1.0
drwxrwsr-x   3 genie.collections technology.collections      32 Dec  6  2017 9.1.0.M1
drwxrwsr-x   3 genie.collections technology.collections      70 Dec 11  2017 9.1.0.M2
drwxrwsr-x   3 genie.collections technology.collections      67 May 18  2018 9.2.0
drwxrwsr-x   3 genie.collections technology.collections      70 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     104 Mar 31  2016 pre-release
drwxrwsr-x   2 genie.collections technology.collections      10 Mar 24  2016 release
drwxrwsr-x   2 genie.collections technology.collections      10 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.M3
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.M3
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/11.0.0.M3
total 26628
drwxrwsr-x  3 genie.collections technology.collections       77 Jul 13 22:29 .
drwxrwsr-x 31 genie.collections technology.collections     4096 Jul 13 22:29 ..
-rw-r--r--  1 genie.collections technology.collections 17401782 Jul 13 22:29 p2-repository-11.0.0-SNAPSHOT.zip
drwxr-sr-x  4 genie.collections technology.collections      171 Jul 13 22:29 repository
running command ssh genie.collections@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/collections/11.0.0.M3/p2-repository-*.zip /home/data/httpd/download.eclipse.org/collections/11.0.0.M3/p2-repository-11.0.0.M3.zip
running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/11.0.0.M3
total 26628
drwxrwsr-x  3 genie.collections technology.collections       71 Jul 13 22:29 .
drwxrwsr-x 31 genie.collections technology.collections     4096 Jul 13 22:29 ..
-rw-r--r--  1 genie.collections technology.collections 17401782 Jul 13 22:29 p2-repository-11.0.0.M3.zip
drwxr-sr-x  4 genie.collections technology.collections      171 Jul 13 22:29 repository
All DONE!!!
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 67 killed;
[ssh-agent] Stopped.
Finished: SUCCESS