Started by user Nikhil Nanivadekar Running as Nikhil Nanivadekar Agent basic-t119f is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-t119f" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.collections.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-t119f" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\ \ -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-t119f" - 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.2.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false 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: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} 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-t119f 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-9FVGc0oPLtPk/agent.74 SSH_AGENT_PID=76 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_5337416354808977801.key (/home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_5337416354808977801.key) [ssh-agent] Using credentials genie.collections (ssh://genie.collections@projects-storage.eclipse.org) 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 using GIT_SSH to set credentials GitHub bot SSH > 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 > git config remote.origin.url git@github.com:eclipse/eclipse-collections.git # timeout=10 Fetching upstream changes from git@github.com:eclipse/eclipse-collections.git using GIT_SSH to set credentials GitHub bot SSH > git fetch --tags --force --progress -- git@github.com:eclipse/eclipse-collections.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse tags/11.0.0.M1^{commit} # timeout=10 > git rev-parse refs/remotes/origin/tags/11.0.0.M1^{commit} # timeout=10 Checking out Revision 9889a16afc78b965550ef4edc9b1f063ac5d0f7d (tags/11.0.0.M1) > git config core.sparsecheckout # timeout=10 > git checkout -f 9889a16afc78b965550ef4edc9b1f063ac5d0f7d # timeout=10 Commit message: "Release version 11.0.0.M1." First time build. Skipping changelog. [publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_TAG=11.0.0.M1 -DsigningServiceType=eclipse -Dsurefire.useFile=false -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository -pl !jmh-scala-tests,!jmh-tests,!junit-trait-runner,!scala-unit-tests,!serialization-tests,!test-coverage,!unit-tests-java8,!unit-tests clean install Apache Maven 3.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: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" 18:29:50:343 [INFO] Error stacktraces are turned on. 18:29:50:602 [INFO] Scanning for projects... 18:30:35:368 [INFO] ------------------------------------------------------------------------ 18:30:35:369 [INFO] Reactor Build Order: 18:30:35:369 [INFO] 18:30:35:369 [INFO] Eclipse Collections Parent Project [pom] 18:30:35:370 [INFO] Eclipse Collections Code Generator [jar] 18:30:35:370 [INFO] Eclipse Collections Code Generator Maven Plugin [maven-plugin] 18:30:35:370 [INFO] Eclipse Collections API [jar] 18:30:35:370 [INFO] Eclipse Collections Main Library [jar] 18:30:35:370 [INFO] Eclipse Collections Test Utilities [jar] 18:30:35:371 [INFO] Eclipse Collections Fork Join Utilities [jar] 18:30:35:380 [INFO] Eclipse Collections JCStress Test Suite [jar] 18:30:35:380 [INFO] Eclipse Collections p2 Repository Build [pom] 18:30:35:380 [INFO] Eclipse Collections OSGi Bundle [eclipse-bundle-recipe] 18:30:35:384 [INFO] 18:30:35:384 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >--------- 18:30:35:384 [INFO] Building Eclipse Collections Parent Project 11.0.0.M1 [1/10] 18:30:35:385 [INFO] --------------------------------[ pom ]--------------------------------- 18:30:36:088 [INFO] 18:30:36:088 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent --- 18:30:36:155 [INFO] 18:30:36:155 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent --- 18:30:36:615 [INFO] 18:30:36:616 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent --- 18:30:40:460 [INFO] Skipping pom project 18:30:40:460 [INFO] 18:30:40:461 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent --- 18:30:40:919 [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.M1/eclipse-collections-parent-11.0.0.M1.pom 18:30:40:924 [INFO] 18:30:40:924 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >----- 18:30:40:924 [INFO] Building Eclipse Collections Code Generator 11.0.0.M1 [2/10] 18:30:40:924 [INFO] --------------------------------[ jar ]--------------------------------- 18:30:41:289 [INFO] 18:30:41:289 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator --- 18:30:41:290 [INFO] 18:30:41:290 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator --- 18:30:41:304 [INFO] 18:30:41:304 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator --- 18:30:41:437 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:30:41:446 [INFO] Copying 355 resources 18:30:41:591 [INFO] 18:30:41:591 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator --- 18:30:41:883 [INFO] Changes detected - recompiling the module! 18:30:41:910 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/classes 18:30:42:910 [INFO] 18:30:42:911 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator --- 18:30:42:912 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:30:42:913 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/src/test/resources 18:30:42:913 [INFO] 18:30:42:913 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator --- 18:30:42:920 [INFO] Changes detected - recompiling the module! 18:30:42:921 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/test-classes 18:30:43:533 [INFO] 18:30:43:533 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator --- 18:30:44:107 [INFO] 18:30:44:107 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator --- 18:30:44:364 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M1.jar 18:30:44:436 [INFO] 18:30:44:436 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator --- 18:30:44:533 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M1-sources.jar 18:30:44:630 [INFO] 18:30:44:630 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator --- 18:30:44:693 [INFO] No dependency problems found 18:30:44:693 [INFO] 18:30:44:693 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator --- 18:30:44:696 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.0.0.M1/eclipse-collections-code-generator-11.0.0.M1.jar 18:30:44:698 [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.M1/eclipse-collections-code-generator-11.0.0.M1.pom 18:30:44:699 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.0.0.M1/eclipse-collections-code-generator-11.0.0.M1-sources.jar 18:30:44:701 [INFO] 18:30:44:701 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >-- 18:30:44:701 [INFO] Building Eclipse Collections Code Generator Maven Plugin 11.0.0.M1 [3/10] 18:30:44:701 [INFO] ----------------------------[ maven-plugin ]---------------------------- 18:30:45:182 [INFO] 18:30:45:182 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin --- 18:30:45:182 [INFO] 18:30:45:182 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin --- 18:30:45:204 [INFO] 18:30:45:204 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin --- 18:30:45:205 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:30:45:205 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/main/resources 18:30:45:205 [INFO] 18:30:45:205 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin --- 18:30:45:208 [INFO] Changes detected - recompiling the module! 18:30:45:208 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/classes 18:30:45:668 [INFO] 18:30:45:668 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin --- 18:30:47:474 [INFO] Using 'UTF-8' encoding to read mojo source files. 18:30:47:526 [INFO] java-javadoc mojo extractor found 1 mojo descriptor. 18:30:47:599 [INFO] java-annotations mojo extractor found 0 mojo descriptor. 18:30:47:659 [INFO] 18:30:47:659 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin --- 18:30:47:680 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:30:47:680 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/test/resources 18:30:47:680 [INFO] 18:30:47:680 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin --- 18:30:47:682 [INFO] No sources to compile 18:30:47:682 [INFO] 18:30:47:682 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin --- 18:30:47:684 [INFO] No tests to run. 18:30:47:684 [INFO] 18:30:47:684 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin --- 18:30:47:689 [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.M1.jar 18:30:47:693 [INFO] 18:30:47:693 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin --- 18:30:47:694 [INFO] 18:30:47:694 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin --- 18:30:47:697 [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.M1-sources.jar 18:30:47:701 [INFO] 18:30:47:701 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin --- 18:30:47:704 [INFO] No dependency problems found 18:30:47:704 [INFO] 18:30:47:704 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin --- 18:30:47:706 [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.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.0.0.M1/eclipse-collections-code-generator-maven-plugin-11.0.0.M1.jar 18:30:47:709 [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.M1/eclipse-collections-code-generator-maven-plugin-11.0.0.M1.pom 18:30:47:726 [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.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.0.0.M1/eclipse-collections-code-generator-maven-plugin-11.0.0.M1-sources.jar 18:30:47:728 [INFO] 18:30:47:728 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >----------- 18:30:47:728 [INFO] Building Eclipse Collections API 11.0.0.M1 [4/10] 18:30:47:728 [INFO] --------------------------------[ jar ]--------------------------------- 18:30:47:840 [INFO] 18:30:47:840 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api --- 18:30:47:841 [INFO] 18:30:47:841 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api --- 18:30:47:844 [INFO] 18:30:47:844 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0.M1:generate (default) @ eclipse-collections-api --- 18:30:47:853 [INFO] Generating sources to eclipse-collections-api 18:30:48:717 [INFO] Generated 1171 files 18:30:48:718 [INFO] 18:30:48:718 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api --- 18:30:48:719 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:30:48:719 [INFO] Copying 3 resources 18:30:48:720 [INFO] 18:30:48:721 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api --- 18:30:48:897 [INFO] Changes detected - recompiling the module! 18:30:48:898 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/classes 18:30:52:608 [INFO] 18:30:52:608 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api --- 18:30:54:563 [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. 18:30:54:564 [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. 18:30:54:564 [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. 18:30:54:564 [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. 18:30:54:564 [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. 18:30:54:565 [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. 18:30:55:265 [INFO] 18:30:55:265 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api --- 18:30:55:266 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:30:55:266 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/src/test/resources 18:30:55:267 [INFO] 18:30:55:267 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api --- 18:30:55:268 [INFO] No sources to compile 18:30:55:268 [INFO] 18:30:55:268 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api --- 18:30:55:270 [INFO] No tests to run. 18:30:55:271 [INFO] 18:30:55:271 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api --- 18:30:55:363 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M1.jar 18:30:55:503 [INFO] 18:30:55:503 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api --- 18:30:55:534 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M1-sources.jar 18:30:55:834 [INFO] 18:30:55:834 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api --- 18:30:56:035 [INFO] No dependency problems found 18:30:56:035 [INFO] 18:30:56:035 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api --- 18:30:56:036 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/11.0.0.M1/eclipse-collections-api-11.0.0.M1.jar 18:30:56:046 [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.M1/eclipse-collections-api-11.0.0.M1.pom 18:30:56:051 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/11.0.0.M1/eclipse-collections-api-11.0.0.M1-sources.jar 18:30:56:082 [INFO] 18:30:56:082 [INFO] ------------< org.eclipse.collections:eclipse-collections >------------- 18:30:56:082 [INFO] Building Eclipse Collections Main Library 11.0.0.M1 [5/10] 18:30:56:083 [INFO] --------------------------------[ jar ]--------------------------------- 18:30:56:085 [INFO] 18:30:56:085 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections --- 18:30:56:086 [INFO] 18:30:56:086 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections --- 18:30:56:089 [INFO] 18:30:56:089 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0.M1:generate (default) @ eclipse-collections --- 18:30:56:089 [INFO] Generating sources to eclipse-collections 18:30:59:193 [INFO] Generated 1438 files 18:30:59:193 [INFO] 18:30:59:193 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections --- 18:30:59:194 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:30:59:195 [INFO] Copying 24 resources 18:30:59:201 [INFO] 18:30:59:201 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections --- 18:30:59:383 [INFO] Changes detected - recompiling the module! 18:30:59:385 [INFO] Compiling 2093 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/classes 18:31:27:776 [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 18:31:27:777 [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 18:31:27:777 [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 18:31:27:777 [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 18:31:27:778 [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 18:31:27:778 [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 18:31:27:778 [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 18:31:27:779 [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 18:31:27:779 [INFO] 18:31:27:779 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections --- 18:31:27:850 [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. 18:31:27:850 [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. 18:31:27:851 [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. 18:31:27:851 [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. 18:31:27:851 [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. 18:31:27:852 [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. 18:31:29:991 [INFO] 18:31:29:991 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections --- 18:31:29:992 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:31:29:992 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/test/resources 18:31:29:993 [INFO] 18:31:29:993 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections --- 18:31:29:994 [INFO] No sources to compile 18:31:29:994 [INFO] 18:31:29:994 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections --- 18:31:29:996 [INFO] No tests to run. 18:31:29:996 [INFO] 18:31:29:996 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections --- 18:31:30:228 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M1.jar 18:31:31:183 [INFO] 18:31:31:183 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections --- 18:31:31:249 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M1-sources.jar 18:31:31:704 [INFO] 18:31:31:704 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections --- 18:31:32:399 [INFO] No dependency problems found 18:31:32:399 [INFO] 18:31:32:399 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections --- 18:31:32:400 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/11.0.0.M1/eclipse-collections-11.0.0.M1.jar 18:31:32:407 [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.M1/eclipse-collections-11.0.0.M1.pom 18:31:32:408 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/11.0.0.M1/eclipse-collections-11.0.0.M1-sources.jar 18:31:32:412 [INFO] 18:31:32:412 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >-------- 18:31:32:412 [INFO] Building Eclipse Collections Test Utilities 11.0.0.M1 [6/10] 18:31:32:412 [INFO] --------------------------------[ jar ]--------------------------------- 18:31:32:502 [INFO] 18:31:32:502 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils --- 18:31:32:503 [INFO] 18:31:32:503 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils --- 18:31:32:507 [INFO] 18:31:32:508 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ eclipse-collections-testutils --- 18:31:33:222 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/publish-p2-repo/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/jacoco.exec 18:31:33:222 [INFO] 18:31:33:223 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils --- 18:31:33:223 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:31:33:224 [INFO] Copying 3 resources 18:31:33:225 [INFO] 18:31:33:225 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils --- 18:31:33:226 [INFO] Changes detected - recompiling the module! 18:31:33:227 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/classes 18:31:34:549 [INFO] 18:31:34:549 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils --- 18:31:34:551 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:31:34:551 [INFO] Copying 1 resource 18:31:34:552 [INFO] 18:31:34:552 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils --- 18:31:34:554 [INFO] Changes detected - recompiling the module! 18:31:34:555 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/test-classes 18:31:36:097 [INFO] 18:31:36:097 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils --- 18:31:36:101 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/surefire-reports 18:31:36:266 [INFO] 18:31:36:266 [INFO] ------------------------------------------------------- 18:31:36:266 [INFO] T E S T S 18:31:36:266 [INFO] ------------------------------------------------------- 18:31:36:848 [INFO] Running org.eclipse.collections.impl.test.CollectionsEqualTest 18:31:37:228 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.372 s - in org.eclipse.collections.impl.test.CollectionsEqualTest 18:31:37:229 [INFO] Running org.eclipse.collections.impl.test.VerifyTest 18:31:37:729 [INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 s - in org.eclipse.collections.impl.test.VerifyTest 18:31:37:729 [INFO] Running org.eclipse.collections.impl.test.SerializeTestHelperTest 18:31:37:731 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.test.SerializeTestHelperTest 18:31:37:731 [INFO] Running org.eclipse.collections.impl.test.ExceptionThrownTest 18:31:37:732 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.test.ExceptionThrownTest 18:31:37:732 [INFO] Running org.eclipse.collections.impl.test.AssertNotEqualsThrowsTest 18:31:37:780 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.test.AssertNotEqualsThrowsTest 18:31:37:781 [INFO] Running org.eclipse.collections.impl.test.AssertNotEqualsTest 18:31:37:782 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.test.AssertNotEqualsTest 18:31:38:134 [INFO] 18:31:38:134 [INFO] Results: 18:31:38:134 [INFO] 18:31:38:134 [INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0 18:31:38:134 [INFO] 18:31:38:137 [INFO] 18:31:38:137 [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ eclipse-collections-testutils --- 18:31:38:175 [INFO] Loading execution data file /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/jacoco.exec 18:31:38:258 [INFO] Analyzed bundle 'Eclipse Collections Test Utilities' with 2 classes 18:31:38:329 [INFO] 18:31:38:329 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils --- 18:31:38:332 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0.M1.jar 18:31:38:338 [INFO] 18:31:38:338 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils --- 18:31:38:340 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0.M1-sources.jar 18:31:38:346 [INFO] 18:31:38:346 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils --- 18:31:38:389 [INFO] No dependency problems found 18:31:38:389 [INFO] 18:31:38:389 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils --- 18:31:38:390 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/11.0.0.M1/eclipse-collections-testutils-11.0.0.M1.jar 18:31:38:398 [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.M1/eclipse-collections-testutils-11.0.0.M1.pom 18:31:38:400 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/11.0.0.M1/eclipse-collections-testutils-11.0.0.M1-sources.jar 18:31:38:402 [INFO] 18:31:38:402 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >-------- 18:31:38:402 [INFO] Building Eclipse Collections Fork Join Utilities 11.0.0.M1 [7/10] 18:31:38:402 [INFO] --------------------------------[ jar ]--------------------------------- 18:31:38:405 [INFO] 18:31:38:405 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin --- 18:31:38:406 [INFO] 18:31:38:406 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin --- 18:31:38:411 [INFO] 18:31:38:411 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ eclipse-collections-forkjoin --- 18:31:38:412 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/publish-p2-repo/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/jacoco.exec 18:31:38:412 [INFO] 18:31:38:412 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin --- 18:31:38:413 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:31:38:414 [INFO] Copying 3 resources 18:31:38:417 [INFO] 18:31:38:417 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin --- 18:31:38:420 [INFO] Changes detected - recompiling the module! 18:31:38:421 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/classes 18:31:39:281 [INFO] 18:31:39:281 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin --- 18:31:39:281 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:31:39:282 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/src/test/resources 18:31:39:282 [INFO] 18:31:39:282 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin --- 18:31:39:285 [INFO] Changes detected - recompiling the module! 18:31:39:287 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/test-classes 18:31:40:159 [INFO] 18:31:40:159 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin --- 18:31:40:161 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/surefire-reports 18:31:40:163 [INFO] 18:31:40:163 [INFO] ------------------------------------------------------- 18:31:40:163 [INFO] T E S T S 18:31:40:163 [INFO] ------------------------------------------------------- 18:31:40:534 [INFO] Running org.eclipse.collections.impl.forkjoin.FJIterateTest 18:31:41:625 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.09 s - in org.eclipse.collections.impl.forkjoin.FJIterateTest 18:31:41:978 [INFO] 18:31:41:978 [INFO] Results: 18:31:41:978 [INFO] 18:31:41:978 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 18:31:41:978 [INFO] 18:31:41:978 [INFO] 18:31:41:979 [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ eclipse-collections-forkjoin --- 18:31:41:979 [INFO] Loading execution data file /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/jacoco.exec 18:31:41:993 [INFO] Analyzed bundle 'Eclipse Collections Fork Join Utilities' with 10 classes 18:31:42:010 [INFO] 18:31:42:010 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin --- 18:31:42:013 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0.M1.jar 18:31:42:017 [INFO] 18:31:42:017 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin --- 18:31:42:020 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0.M1-sources.jar 18:31:42:024 [INFO] 18:31:42:024 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin --- 18:31:42:031 [INFO] No dependency problems found 18:31:42:032 [INFO] 18:31:42:032 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin --- 18:31:42:032 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.0.0.M1/eclipse-collections-forkjoin-11.0.0.M1.jar 18:31:42:036 [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.M1/eclipse-collections-forkjoin-11.0.0.M1.pom 18:31:42:038 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.0.0.M1/eclipse-collections-forkjoin-11.0.0.M1-sources.jar 18:31:42:039 [INFO] 18:31:42:039 [INFO] ---------------< org.eclipse.collections:jcstress-tests >--------------- 18:31:42:039 [INFO] Building Eclipse Collections JCStress Test Suite 11.0.0.M1 [8/10] 18:31:42:039 [INFO] --------------------------------[ jar ]--------------------------------- 18:31:42:273 [INFO] 18:31:42:273 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests --- 18:31:42:273 [INFO] 18:31:42:273 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests --- 18:31:42:278 [INFO] 18:31:42:278 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests --- 18:31:42:279 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:31:42:279 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/main/resources 18:31:42:279 [INFO] 18:31:42:279 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests --- 18:31:42:282 [INFO] Changes detected - recompiling the module! 18:31:42:283 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/classes 18:31:43:142 [INFO] 18:31:43:142 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests --- 18:31:43:143 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:31:43:143 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/test/resources 18:31:43:143 [INFO] 18:31:43:143 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests --- 18:31:43:144 [INFO] No sources to compile 18:31:43:144 [INFO] 18:31:43:144 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests --- 18:31:43:146 [INFO] No tests to run. 18:31:43:146 [INFO] 18:31:43:146 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests --- 18:31:43:149 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.0.0.M1.jar 18:31:43:180 [INFO] 18:31:43:181 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests --- 18:31:43:650 [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.0.0.M1 in the shaded jar. 18:31:43:650 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.0.0.M1 in the shaded jar. 18:31:43:651 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar. 18:31:43:651 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar. 18:31:44:665 [WARNING] eclipse-collections-11.0.0.M1.jar, eclipse-collections-api-11.0.0.M1.jar define 3 overlapping resources: 18:31:44:665 [WARNING] - LICENSE-EDL-1.0.txt 18:31:44:665 [WARNING] - LICENSE-EPL-1.0.txt 18:31:44:666 [WARNING] - about.html 18:31:44:666 [WARNING] eclipse-collections-11.0.0.M1.jar, eclipse-collections-api-11.0.0.M1.jar, jcstress-core-0.4.jar, jcstress-tests-11.0.0.M1.jar, jopt-simple-4.6.jar define 1 overlapping resources: 18:31:44:666 [WARNING] - META-INF/MANIFEST.MF 18:31:44:666 [WARNING] maven-shade-plugin has detected that some class files are 18:31:44:666 [WARNING] present in two or more JARs. When this happens, only one 18:31:44:666 [WARNING] single version of the class is copied to the uber jar. 18:31:44:667 [WARNING] Usually this is not harmful and you can skip these warnings, 18:31:44:667 [WARNING] otherwise try to manually exclude artifacts based on 18:31:44:667 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 18:31:44:667 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ 18:31:44:675 [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.M1-shaded.jar 18:31:44:675 [INFO] 18:31:44:675 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests --- 18:31:44:679 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.0.0.M1-sources.jar 18:31:44:696 [INFO] 18:31:44:696 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests --- 18:31:44:704 [INFO] No dependency problems found 18:31:44:704 [INFO] 18:31:44:704 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests --- 18:31:44:704 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.0.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/11.0.0.M1/jcstress-tests-11.0.0.M1.jar 18:31:44:706 [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.M1/jcstress-tests-11.0.0.M1.pom 18:31:44:707 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.0.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/11.0.0.M1/jcstress-tests-11.0.0.M1-sources.jar 18:31:44:708 [INFO] 18:31:44:708 [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- 18:31:44:708 [INFO] Building Eclipse Collections p2 Repository Build 11.0.0.M1 [9/10] 18:31:44:708 [INFO] --------------------------------[ pom ]--------------------------------- 18:31:44:718 [INFO] 18:31:44:718 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository --- 18:31:44:727 [INFO] 18:31:44:727 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository --- 18:31:44:760 [INFO] 18:31:44:760 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository --- 18:31:44:894 [INFO] Skipping pom project 18:31:44:894 [INFO] 18:31:44:894 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository --- 18:31:44:906 [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.M1/p2-repository-11.0.0.M1.pom 18:31:44:912 [INFO] 18:31:44:912 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >----------- 18:31:44:912 [INFO] Building Eclipse Collections OSGi Bundle 11.0.0.M1 [10/10] 18:31:44:912 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 18:31:45:369 [INFO] 18:31:45:369 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections --- 18:31:45:370 [INFO] 18:31:45:370 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections --- 18:31:47:684 [INFO] The project's OSGi version is 11.0.0.M1.v20201102-1600 18:31:47:684 [INFO] 18:31:47:684 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections --- 18:31:47:685 [INFO] 18:31:47:685 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections --- 18:31:47:688 [INFO] 18:31:47:688 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections --- 18:31:47:711 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:31:47:713 [INFO] Copying 2 resources 18:31:47:717 [INFO] 18:31:47:717 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections --- 18:31:47:740 [INFO] No sources to compile 18:31:47:740 [INFO] 18:31:47:740 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.eclipse.collections --- 18:31:47:747 [INFO] Gathering dependencies 18:31:47:752 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:11.0.0.M1:jar 18:31:47:757 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:11.0.0.M1:jar 18:31:47:757 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 18:31:48:674 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 18:31:48:909 [INFO] Merging collected dependencies 18:31:48:912 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:31:48:980 [INFO] Copying 5285 resources 18:31:50:074 [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.M1.jar 18:31:53:723 [INFO] Gathering sources 18:31:53:725 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:11.0.0.M1:jar 18:31:53:726 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:11.0.0.M1:jar 18:31:53:726 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 18:31:54:376 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 18:31:54:797 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:31:54:798 [INFO] Copying 2 resources 18:31:54:798 [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.M1-sources.jar 18:31:55:624 [INFO] Packing and signing bundle 18:31:55:624 [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" 18:31:59:750 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M1.jar 18:32:17:200 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M1.jar 18:32:26:916 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M1-sources.jar 18:32:33:625 [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" 18:32:34:574 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M1.jar 18:32:44:637 [INFO] Assembling p2 repository 18:32:45:437 [INFO] 18:32:45:437 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections --- 18:32:45:438 [INFO] 18:32:45:438 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections --- 18:32:46:165 [INFO] No dependency problems found 18:32:46:165 [INFO] 18:32:46:165 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections --- 18:32:46:167 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M1.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0.M1/org.eclipse.collections-11.0.0.M1.jar 18:32:46:181 [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.M1/org.eclipse.collections-11.0.0.M1.pom 18:32:46:185 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M1-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0.M1/org.eclipse.collections-11.0.0.M1-sources.jar 18:32:46:191 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M1.jar.pack.gz to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0.M1/org.eclipse.collections-11.0.0.M1-pack200.jar.pack.gz 18:32:46:193 [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.M1/org.eclipse.collections-11.0.0.M1-p2metadata.xml 18:32:46:196 [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.M1/org.eclipse.collections-11.0.0.M1-p2artifacts.xml 18:32:46:200 [INFO] 18:32:46:200 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections --- 18:32:46:202 [INFO] ------------------------------------------------------------------------ 18:32:46:202 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.0.0.M1: 18:32:46:202 [INFO] 18:32:46:203 [INFO] Eclipse Collections Parent Project ................. SUCCESS [ 5.540 s] 18:32:46:203 [INFO] Eclipse Collections Code Generator ................. SUCCESS [ 3.777 s] 18:32:46:203 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [ 3.027 s] 18:32:46:203 [INFO] Eclipse Collections API ............................ SUCCESS [ 8.354 s] 18:32:46:203 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 36.330 s] 18:32:46:203 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [ 5.990 s] 18:32:46:204 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [ 3.637 s] 18:32:46:204 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [ 2.669 s] 18:32:46:204 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [ 0.204 s] 18:32:46:204 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [01:01 min] 18:32:46:204 [INFO] ------------------------------------------------------------------------ 18:32:46:204 [INFO] BUILD SUCCESS 18:32:46:204 [INFO] ------------------------------------------------------------------------ 18:32:46:204 [INFO] Total time: 02:55 min 18:32:46:205 [INFO] Finished at: 2020-11-02T18:32:46Z 18:32:46:205 [INFO] ------------------------------------------------------------------------ [publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=11.0.0.M1 -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: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" 18:32:48:140 [INFO] Error stacktraces are turned on. 18:32:48:336 [INFO] Scanning for projects... 18:32:57:510 [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 18:32:57:676 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B) 18:32:57:783 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 18:32:57:800 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) 18:32:57:923 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) 18:32:58:064 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) 18:32:58:174 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) 18:32:58:280 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) 18:32:58:394 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository 18:32:58:408 [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 18:32:59:243 [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) 18:32:59:356 [WARNING] The following locally built units have been used to resolve project dependencies: 18:32:59:356 [WARNING] org.eclipse.collections/11.0.0.v20201102-1600 18:32:59:357 [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 18:32:59:374 [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 18:32:59:379 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository 18:32:59:385 [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 18:32:59:400 [WARNING] The following locally built units have been used to resolve project dependencies: 18:32:59:400 [WARNING] org.eclipse.collections/11.0.0.v20201102-1600 18:32:59:400 [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 18:32:59:401 [INFO] ------------------------------------------------------------------------ 18:32:59:401 [INFO] Reactor Build Order: 18:32:59:402 [INFO] 18:32:59:403 [INFO] Eclipse Collections p2 Repository with Feature Build [pom] 18:32:59:403 [INFO] org.eclipse.collections.feature [eclipse-feature] 18:32:59:403 [INFO] p2-repository [eclipse-repository] 18:32:59:406 [INFO] 18:32:59:406 [INFO] -----------------< org.eclipse.collections:p2-feature >----------------- 18:32:59:406 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT [1/3] 18:32:59:407 [INFO] --------------------------------[ pom ]--------------------------------- 18:33:00:086 [INFO] 18:33:00:086 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature --- 18:33:00:215 [INFO] 18:33:00:216 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature --- 18:33:00:845 [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 18:33:00:851 [INFO] 18:33:00:851 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >------- 18:33:00:852 [INFO] Building org.eclipse.collections.feature 11.0.0-SNAPSHOT [2/3] 18:33:00:852 [INFO] --------------------------[ eclipse-feature ]--------------------------- 18:33:00:854 [INFO] 18:33:00:855 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature --- 18:33:00:855 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target 18:33:00:856 [INFO] 18:33:00:856 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature --- 18:33:01:113 [INFO] The project's OSGi version is 11.0.0.v20201102-1600 18:33:01:113 [INFO] 18:33:01:113 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature --- 18:33:01:115 [INFO] 18:33:01:115 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature --- 18:33:01:116 [INFO] 18:33:01:116 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature --- 18:33:01:182 [INFO] 18:33:01:182 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature --- 18:33:01:225 [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 18:33:01:238 [INFO] 18:33:01:238 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature --- 18:33:01:254 [INFO] 18:33:01:254 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature --- 18:33:01:256 [INFO] 18:33:01:256 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature --- 18:33:01:293 [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 18:33:01:358 [INFO] 18:33:01:358 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature --- 18:33:01:366 [INFO] 18:33:01:366 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.collections.feature --- 18:33:04:061 [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 18:33:05:290 [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 18:33:06:436 [INFO] 18:33:06:436 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature --- 18:33:06:472 [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 18:33:06:475 [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 18:33:06:476 [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 18:33:06:479 [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 18:33:06:486 [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 18:33:06:488 [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 18:33:06:489 [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 18:33:06:490 [INFO] 18:33:06:490 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature --- 18:33:06:492 [INFO] 18:33:06:492 [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- 18:33:06:492 [INFO] Building p2-repository 11.0.0-SNAPSHOT [3/3] 18:33:06:492 [INFO] -------------------------[ eclipse-repository ]------------------------- 18:33:06:493 [INFO] 18:33:06:493 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository --- 18:33:06:494 [INFO] 18:33:06:494 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository --- 18:33:06:511 [INFO] The project's OSGi version is 11.0.0.v20201102-1600 18:33:06:511 [INFO] 18:33:06:511 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository --- 18:33:06:512 [INFO] 18:33:06:512 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository --- 18:33:07:362 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:33:07:362 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources 18:33:07:362 [INFO] 18:33:07:362 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository --- 18:33:07:375 [INFO] 18:33:07:375 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository --- 18:33:07:383 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] 18:33:07:385 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] 18:33:07:385 [INFO] 18:33:07:385 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository --- 18:33:07:387 [INFO] 18:33:07:387 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository --- 18:33:07:394 [INFO] 18:33:07:394 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository --- 18:33:07:395 [INFO] 18:33:07:395 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository --- 18:33:08:753 [INFO] 18:33:08:753 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository --- 18:33:08:763 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-11.0.0-SNAPSHOT.zip 18:33:09:096 [INFO] 18:33:09:096 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository --- 18:33:09:097 [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 18:33:09:107 [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 18:33:09:109 [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 18:33:09:111 [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 18:33:09:113 [INFO] 18:33:09:113 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository --- 18:33:09:114 [INFO] ------------------------------------------------------------------------ 18:33:09:114 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT: 18:33:09:114 [INFO] 18:33:09:114 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [ 1.445 s] 18:33:09:115 [INFO] org.eclipse.collections.feature .................... SUCCESS [ 5.641 s] 18:33:09:115 [INFO] p2-repository ...................................... SUCCESS [ 2.622 s] 18:33:09:115 [INFO] ------------------------------------------------------------------------ 18:33:09:115 [INFO] BUILD SUCCESS 18:33:09:115 [INFO] ------------------------------------------------------------------------ 18:33:09:115 [INFO] Total time: 20.957 s 18:33:09:115 [INFO] Finished at: 2020-11-02T18:33:09Z 18:33:09:115 [INFO] ------------------------------------------------------------------------ [publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=11.0.0.M1 -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: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" 18:33:10:930 [INFO] Error stacktraces are turned on. 18:33:11:143 [INFO] Scanning for projects... 18:33:12:851 [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 18:33:13:146 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B) 18:33:13:249 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 18:33:13:286 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) 18:33:13:403 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository 18:33:13:417 [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 18:33:13:775 [WARNING] The following locally built units have been used to resolve project dependencies: 18:33:13:775 [WARNING] org.eclipse.collections/11.0.0.v20201102-1600 18:33:13:776 [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 18:33:13:796 [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 18:33:13:804 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository 18:33:13:810 [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 18:33:13:829 [WARNING] The following locally built units have been used to resolve project dependencies: 18:33:13:829 [WARNING] org.eclipse.collections/11.0.0.v20201102-1600 18:33:13:829 [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 18:33:13:830 [INFO] ------------------------------------------------------------------------ 18:33:13:830 [INFO] Reactor Build Order: 18:33:13:830 [INFO] 18:33:13:831 [INFO] Eclipse Collections p2 Repository with Feature Build [pom] 18:33:13:831 [INFO] org.eclipse.collections.feature [eclipse-feature] 18:33:13:831 [INFO] p2-repository [eclipse-repository] 18:33:13:835 [INFO] 18:33:13:835 [INFO] -----------------< org.eclipse.collections:p2-feature >----------------- 18:33:13:835 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT [1/3] 18:33:13:835 [INFO] --------------------------------[ pom ]--------------------------------- 18:33:13:842 [INFO] 18:33:13:842 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature --- 18:33:13:894 [INFO] 18:33:13:894 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature --- 18:33:13:925 [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 18:33:13:931 [INFO] 18:33:13:931 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >------- 18:33:13:931 [INFO] Building org.eclipse.collections.feature 11.0.0-SNAPSHOT [2/3] 18:33:13:931 [INFO] --------------------------[ eclipse-feature ]--------------------------- 18:33:13:934 [INFO] 18:33:13:934 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature --- 18:33:13:935 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target 18:33:13:936 [INFO] 18:33:13:936 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature --- 18:33:14:247 [INFO] The project's OSGi version is 11.0.0.v20201102-1600 18:33:14:247 [INFO] 18:33:14:247 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature --- 18:33:14:249 [INFO] 18:33:14:249 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature --- 18:33:14:250 [INFO] 18:33:14:250 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature --- 18:33:14:328 [INFO] 18:33:14:328 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature --- 18:33:14:387 [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 18:33:14:401 [INFO] 18:33:14:401 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature --- 18:33:14:416 [INFO] 18:33:14:417 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature --- 18:33:14:419 [INFO] 18:33:14:419 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature --- 18:33:14:441 [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 18:33:14:515 [INFO] 18:33:14:515 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature --- 18:33:14:520 [INFO] 18:33:14:521 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.collections.feature --- 18:33:14:643 [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 18:33:16:077 [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 18:33:17:349 [INFO] 18:33:17:349 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature --- 18:33:17:363 [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 18:33:17:364 [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 18:33:17:366 [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 18:33:17:368 [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 18:33:17:369 [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 18:33:17:373 [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 18:33:17:375 [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 18:33:17:376 [INFO] 18:33:17:376 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature --- 18:33:17:378 [INFO] 18:33:17:378 [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- 18:33:17:378 [INFO] Building p2-repository 11.0.0-SNAPSHOT [3/3] 18:33:17:378 [INFO] -------------------------[ eclipse-repository ]------------------------- 18:33:17:379 [INFO] 18:33:17:379 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository --- 18:33:17:380 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target 18:33:17:387 [INFO] 18:33:17:387 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository --- 18:33:17:405 [INFO] The project's OSGi version is 11.0.0.v20201102-1600 18:33:17:405 [INFO] 18:33:17:406 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository --- 18:33:17:406 [INFO] 18:33:17:406 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository --- 18:33:17:437 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:33:17:437 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources 18:33:17:438 [INFO] 18:33:17:438 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository --- 18:33:17:451 [INFO] 18:33:17:451 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository --- 18:33:17:484 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] 18:33:17:490 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] 18:33:17:490 [INFO] 18:33:17:490 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository --- 18:33:17:493 [INFO] 18:33:17:493 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository --- 18:33:17:500 [INFO] 18:33:17:500 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository --- 18:33:17:501 [INFO] 18:33:17:501 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository --- 18:33:18:224 [INFO] 18:33:18:224 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository --- 18:33:18:233 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-11.0.0-SNAPSHOT.zip 18:33:18:568 [INFO] 18:33:18:568 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository --- 18:33:18:569 [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 18:33:18:583 [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 18:33:18:673 [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 18:33:18:797 [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 18:33:18:803 [INFO] 18:33:18:803 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository --- 18:33:18:804 [INFO] ------------------------------------------------------------------------ 18:33:18:804 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT: 18:33:18:805 [INFO] 18:33:18:805 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [ 0.097 s] 18:33:18:805 [INFO] org.eclipse.collections.feature .................... SUCCESS [ 3.447 s] 18:33:18:805 [INFO] p2-repository ...................................... SUCCESS [ 1.426 s] 18:33:18:805 [INFO] ------------------------------------------------------------------------ 18:33:18:806 [INFO] BUILD SUCCESS 18:33:18:806 [INFO] ------------------------------------------------------------------------ 18:33:18:806 [INFO] Total time: 7.860 s 18:33:18:806 [INFO] Finished at: 2020-11-02T18:33:18Z 18:33:18:806 [INFO] ------------------------------------------------------------------------ [publish-p2-repo] $ /bin/bash /tmp/jenkins1194081743638981379.sh running command ssh genie.collections@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/collections/11.0.0.M1 running command ssh genie.collections@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/collections/11.0.0.M1 running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections total 35752 drwxrwsr-x 29 genie.collections technology.collections 4096 Nov 2 13:33 . drwxr-xr-x 338 root root 8192 Jul 31 13:21 .. 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 14:48 10.3.0 drwxrwsr-x 3 genie.collections technology.collections 71 Jul 3 10:15 10.3.0.M1 drwxrwsr-x 3 genie.collections technology.collections 71 Jul 15 14:25 10.3.0.M3 drwxrwsr-x 3 genie.collections technology.collections 71 Jul 16 12:40 10.3.0.M4 drwxrwsr-x 3 genie.collections technology.collections 71 Jul 30 14:32 10.3.0.M5 drwxrwsr-x 3 genie.collections technology.collections 68 Aug 20 17:03 10.4.0 drwxrwsr-x 2 genie.collections technology.collections 10 Nov 2 13:33 11.0.0.M1 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.M1 running command scp /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-*.zip genie.collections@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/collections/11.0.0.M1 running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/11.0.0.M1 total 29956 drwxrwsr-x 3 genie.collections technology.collections 77 Nov 2 13:33 . drwxrwsr-x 29 genie.collections technology.collections 4096 Nov 2 13:33 .. -rw-r--r-- 1 genie.collections technology.collections 17333399 Nov 2 13:33 p2-repository-11.0.0-SNAPSHOT.zip drwxr-sr-x 4 genie.collections technology.collections 171 Nov 2 13:33 repository running command ssh genie.collections@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/collections/11.0.0.M1/p2-repository-*.zip /home/data/httpd/download.eclipse.org/collections/11.0.0.M1/p2-repository-11.0.0.M1.zip running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/11.0.0.M1 total 29956 drwxrwsr-x 3 genie.collections technology.collections 71 Nov 2 13:33 . drwxrwsr-x 29 genie.collections technology.collections 4096 Nov 2 13:33 .. -rw-r--r-- 1 genie.collections technology.collections 17333399 Nov 2 13:33 p2-repository-11.0.0.M1.zip drwxr-sr-x 4 genie.collections technology.collections 171 Nov 2 13:33 repository All DONE!!! $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 76 killed; [ssh-agent] Stopped. Finished: SUCCESS