Started by user Sirisha Pratha Running as Sirisha Pratha Agent basic-qx4vr is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-qx4vr" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.collections.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-qx4vr" - 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-qx4vr" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.collections.svc.cluster.local/collections/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-collections" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-qx4vr (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-yHg46mr6MBC3/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_16750535777233714584.key (/home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_16750535777233714584.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-ssh1100622833328766935.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.M6^{commit} # timeout=10 > git rev-parse tags/11.0.0.M6^{commit} # timeout=10 Checking out Revision 82dd090e85e596bc54a1c7fdb67f4c86048ad808 (tags/11.0.0.M6) > git config core.sparsecheckout # timeout=10 > git checkout -f 82dd090e85e596bc54a1c7fdb67f4c86048ad808 # timeout=10 Commit message: "Release version 11.0.0.M6." First time build. Skipping changelog. [publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_TAG=11.0.0.M6 -DsigningServiceType=eclipse -Dsurefire.useFile=false -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository -pl !jmh-scala-tests,!jmh-tests,!junit-trait-runner,!scala-unit-tests,!serialization-tests,!test-coverage,!unit-tests-java8,!unit-tests clean install Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" 14:34:50:974 [INFO] Error stacktraces are turned on. 14:34:51:261 [INFO] Scanning for projects... 14:35:27:590 [INFO] ------------------------------------------------------------------------ 14:35:27:590 [INFO] Reactor Build Order: 14:35:27:590 [INFO] 14:35:27:591 [INFO] Eclipse Collections Parent Project [pom] 14:35:27:591 [INFO] Eclipse Collections Code Generator [jar] 14:35:27:591 [INFO] Eclipse Collections Code Generator Maven Plugin [maven-plugin] 14:35:27:591 [INFO] Eclipse Collections API [jar] 14:35:27:591 [INFO] Eclipse Collections Main Library [jar] 14:35:27:591 [INFO] Eclipse Collections Test Utilities [jar] 14:35:27:591 [INFO] Eclipse Collections Fork Join Utilities [jar] 14:35:27:591 [INFO] Eclipse Collections JCStress Test Suite [jar] 14:35:27:591 [INFO] Eclipse Collections p2 Repository Build [pom] 14:35:27:591 [INFO] Eclipse Collections OSGi Bundle [eclipse-bundle-recipe] 14:35:27:600 [INFO] 14:35:27:600 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >--------- 14:35:27:600 [INFO] Building Eclipse Collections Parent Project 11.0.0.M6 [1/10] 14:35:27:600 [INFO] --------------------------------[ pom ]--------------------------------- 14:35:27:943 [INFO] 14:35:27:944 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent --- 14:35:28:059 [INFO] 14:35:28:059 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent --- 14:35:28:570 [INFO] 14:35:28:570 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent --- 14:35:29:910 [INFO] Skipping pom project 14:35:29:910 [INFO] 14:35:29:910 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent --- 14:35:30:154 [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.M6/eclipse-collections-parent-11.0.0.M6.pom 14:35:30:161 [INFO] 14:35:30:161 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >----- 14:35:30:161 [INFO] Building Eclipse Collections Code Generator 11.0.0.M6 [2/10] 14:35:30:161 [INFO] --------------------------------[ jar ]--------------------------------- 14:35:31:878 [INFO] 14:35:31:878 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator --- 14:35:31:879 [INFO] 14:35:31:879 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator --- 14:35:31:893 [INFO] 14:35:31:893 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator --- 14:35:32:311 [INFO] Using 'UTF-8' encoding to copy filtered resources. 14:35:32:311 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 14:35:32:323 [INFO] Copying 356 resources 14:35:32:416 [INFO] 14:35:32:416 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator --- 14:35:32:883 [INFO] Changes detected - recompiling the module! 14:35:32:898 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/classes 14:35:33:544 [INFO] 14:35:33:544 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator --- 14:35:33:545 [INFO] Using 'UTF-8' encoding to copy filtered resources. 14:35:33:545 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 14:35:33:545 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/src/test/resources 14:35:33:545 [INFO] 14:35:33:545 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator --- 14:35:33:552 [INFO] Changes detected - recompiling the module! 14:35:33:552 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/test-classes 14:35:34:037 [INFO] 14:35:34:037 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator --- 14:35:34:724 [INFO] 14:35:34:724 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator --- 14:35:34:909 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M6.jar 14:35:35:028 [INFO] 14:35:35:028 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator --- 14:35:35:140 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M6-sources.jar 14:35:35:248 [INFO] 14:35:35:248 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator --- 14:35:35:318 [INFO] No dependency problems found 14:35:35:318 [INFO] 14:35:35:318 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator --- 14:35:35:320 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M6.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.0.0.M6/eclipse-collections-code-generator-11.0.0.M6.jar 14:35:35:336 [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.M6/eclipse-collections-code-generator-11.0.0.M6.pom 14:35:35:337 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M6-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.0.0.M6/eclipse-collections-code-generator-11.0.0.M6-sources.jar 14:35:35:340 [INFO] 14:35:35:340 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >-- 14:35:35:340 [INFO] Building Eclipse Collections Code Generator Maven Plugin 11.0.0.M6 [3/10] 14:35:35:340 [INFO] ----------------------------[ maven-plugin ]---------------------------- 14:35:35:703 [INFO] 14:35:35:703 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin --- 14:35:35:703 [INFO] 14:35:35:703 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin --- 14:35:35:743 [INFO] 14:35:35:743 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin --- 14:35:35:744 [INFO] Using 'UTF-8' encoding to copy filtered resources. 14:35:35:744 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 14:35:35:744 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/main/resources 14:35:35:744 [INFO] 14:35:35:744 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin --- 14:35:35:746 [INFO] Changes detected - recompiling the module! 14:35:35:747 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/classes 14:35:36:431 [INFO] 14:35:36:431 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin --- 14:35:38:553 [INFO] Using 'UTF-8' encoding to read mojo source files. 14:35:38:626 [INFO] java-javadoc mojo extractor found 1 mojo descriptor. 14:35:38:735 [INFO] java-annotations mojo extractor found 0 mojo descriptor. 14:35:38:822 [INFO] 14:35:38:822 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin --- 14:35:38:823 [INFO] Using 'UTF-8' encoding to copy filtered resources. 14:35:38:823 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 14:35:38:823 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/test/resources 14:35:38:823 [INFO] 14:35:38:823 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin --- 14:35:38:825 [INFO] No sources to compile 14:35:38:825 [INFO] 14:35:38:825 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin --- 14:35:38:828 [INFO] No tests to run. 14:35:38:828 [INFO] 14:35:38:828 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin --- 14:35:38:833 [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.M6.jar 14:35:38:837 [INFO] 14:35:38:837 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin --- 14:35:38:839 [INFO] 14:35:38:839 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin --- 14:35:38:843 [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.M6-sources.jar 14:35:38:847 [INFO] 14:35:38:847 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin --- 14:35:38:852 [INFO] No dependency problems found 14:35:38:852 [INFO] 14:35:38:852 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin --- 14:35:38:854 [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.M6.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.0.0.M6/eclipse-collections-code-generator-maven-plugin-11.0.0.M6.jar 14:35:38:859 [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.M6/eclipse-collections-code-generator-maven-plugin-11.0.0.M6.pom 14:35:38:872 [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.M6-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.0.0.M6/eclipse-collections-code-generator-maven-plugin-11.0.0.M6-sources.jar 14:35:38:873 [INFO] 14:35:38:873 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >----------- 14:35:38:873 [INFO] Building Eclipse Collections API 11.0.0.M6 [4/10] 14:35:38:873 [INFO] --------------------------------[ jar ]--------------------------------- 14:35:38:951 [INFO] 14:35:38:951 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api --- 14:35:38:951 [INFO] 14:35:38:952 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api --- 14:35:38:954 [INFO] 14:35:38:954 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0.M6:generate (default) @ eclipse-collections-api --- 14:35:38:961 [INFO] Generating sources to eclipse-collections-api 14:35:39:933 [INFO] Generated 1171 files 14:35:39:933 [INFO] 14:35:39:933 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-api --- 14:35:39:934 [INFO] Using 'UTF-8' encoding to copy filtered resources. 14:35:39:934 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 14:35:39:936 [INFO] Copying 3 resources 14:35:39:937 [INFO] 14:35:39:937 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api --- 14:35:40:103 [INFO] Changes detected - recompiling the module! 14:35:40:104 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/classes 14:35:44:751 [INFO] 14:35:44:751 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api --- 14:35:46:526 [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. 14:35:46:526 [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. 14:35:46:526 [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. 14:35:46:526 [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. 14:35:46:526 [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. 14:35:46:526 [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. 14:35:47:234 [INFO] 14:35:47:234 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-api --- 14:35:47:235 [INFO] Using 'UTF-8' encoding to copy filtered resources. 14:35:47:235 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 14:35:47:235 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/src/test/resources 14:35:47:236 [INFO] 14:35:47:236 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api --- 14:35:47:236 [INFO] No sources to compile 14:35:47:237 [INFO] 14:35:47:237 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api --- 14:35:47:238 [INFO] No tests to run. 14:35:47:239 [INFO] 14:35:47:239 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api --- 14:35:47:342 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M6.jar 14:35:47:509 [INFO] 14:35:47:509 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api --- 14:35:47:537 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M6-sources.jar 14:35:48:100 [INFO] 14:35:48:100 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api --- 14:35:48:313 [INFO] No dependency problems found 14:35:48:314 [INFO] 14:35:48:314 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api --- 14:35:48:315 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M6.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/11.0.0.M6/eclipse-collections-api-11.0.0.M6.jar 14:35:48:326 [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.M6/eclipse-collections-api-11.0.0.M6.pom 14:35:48:327 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M6-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/11.0.0.M6/eclipse-collections-api-11.0.0.M6-sources.jar 14:35:48:329 [INFO] 14:35:48:329 [INFO] ------------< org.eclipse.collections:eclipse-collections >------------- 14:35:48:329 [INFO] Building Eclipse Collections Main Library 11.0.0.M6 [5/10] 14:35:48:329 [INFO] --------------------------------[ jar ]--------------------------------- 14:35:48:331 [INFO] 14:35:48:331 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections --- 14:35:48:331 [INFO] 14:35:48:331 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections --- 14:35:48:335 [INFO] 14:35:48:335 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0.M6:generate (default) @ eclipse-collections --- 14:35:48:335 [INFO] Generating sources to eclipse-collections 14:35:51:611 [INFO] Generated 1446 files 14:35:51:612 [INFO] 14:35:51:612 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections --- 14:35:51:613 [INFO] Using 'UTF-8' encoding to copy filtered resources. 14:35:51:613 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 14:35:51:614 [INFO] Copying 24 resources 14:35:51:621 [INFO] 14:35:51:622 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections --- 14:35:51:828 [INFO] Changes detected - recompiling the module! 14:35:51:830 [INFO] Compiling 2101 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/classes 14:36:21:927 [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 14:36:21:927 [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 14:36:21:927 [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 14:36:21:927 [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 14:36:21:927 [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 14:36:21:927 [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 14:36:21:927 [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 14:36:21:927 [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 14:36:21:927 [INFO] 14:36:21:927 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections --- 14:36:22:009 [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. 14:36:22:009 [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. 14:36:22:009 [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. 14:36:22:009 [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. 14:36:22:009 [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. 14:36:22:009 [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. 14:36:24:476 [INFO] 14:36:24:476 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections --- 14:36:24:477 [INFO] Using 'UTF-8' encoding to copy filtered resources. 14:36:24:477 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 14:36:24:477 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/test/resources 14:36:24:477 [INFO] 14:36:24:477 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections --- 14:36:24:478 [INFO] No sources to compile 14:36:24:478 [INFO] 14:36:24:478 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections --- 14:36:24:479 [INFO] No tests to run. 14:36:24:479 [INFO] 14:36:24:480 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections --- 14:36:24:694 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M6.jar 14:36:25:335 [INFO] 14:36:25:335 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections --- 14:36:25:426 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M6-sources.jar 14:36:26:010 [INFO] 14:36:26:010 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections --- 14:36:26:805 [INFO] No dependency problems found 14:36:26:805 [INFO] 14:36:26:805 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections --- 14:36:26:806 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M6.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/11.0.0.M6/eclipse-collections-11.0.0.M6.jar 14:36:26:826 [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.M6/eclipse-collections-11.0.0.M6.pom 14:36:26:826 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M6-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/11.0.0.M6/eclipse-collections-11.0.0.M6-sources.jar 14:36:26:829 [INFO] 14:36:26:829 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >-------- 14:36:26:829 [INFO] Building Eclipse Collections Test Utilities 11.0.0.M6 [6/10] 14:36:26:829 [INFO] --------------------------------[ jar ]--------------------------------- 14:36:26:931 [INFO] 14:36:26:932 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils --- 14:36:26:932 [INFO] 14:36:26:932 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils --- 14:36:26:938 [INFO] 14:36:26:938 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-testutils --- 14:36:27:963 [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 14:36:27:963 [INFO] 14:36:27:963 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-testutils --- 14:36:27:964 [INFO] Using 'UTF-8' encoding to copy filtered resources. 14:36:27:964 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 14:36:27:964 [INFO] Copying 3 resources 14:36:27:965 [INFO] 14:36:27:965 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils --- 14:36:27:967 [INFO] Changes detected - recompiling the module! 14:36:27:967 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/classes 14:36:29:037 [INFO] 14:36:29:037 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-testutils --- 14:36:29:038 [INFO] Using 'UTF-8' encoding to copy filtered resources. 14:36:29:038 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 14:36:29:038 [INFO] Copying 1 resource 14:36:29:039 [INFO] 14:36:29:039 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils --- 14:36:29:040 [INFO] Changes detected - recompiling the module! 14:36:29:041 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/test-classes 14:36:30:928 [INFO] 14:36:30:928 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils --- 14:36:30:930 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/surefire-reports 14:36:31:121 [INFO] 14:36:31:121 [INFO] ------------------------------------------------------- 14:36:31:121 [INFO] T E S T S 14:36:31:121 [INFO] ------------------------------------------------------- 14:36:31:628 [INFO] Running org.eclipse.collections.impl.test.VerifyTest 14:36:32:702 [INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.041 s - in org.eclipse.collections.impl.test.VerifyTest 14:36:32:703 [INFO] Running org.eclipse.collections.impl.test.SerializeTestHelperTest 14:36:32:705 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.test.SerializeTestHelperTest 14:36:32:705 [INFO] Running org.eclipse.collections.impl.test.ExceptionThrownTest 14:36:32:706 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.test.ExceptionThrownTest 14:36:32:706 [INFO] Running org.eclipse.collections.impl.test.CollectionsEqualTest 14:36:32:708 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.test.CollectionsEqualTest 14:36:33:047 [INFO] 14:36:33:047 [INFO] Results: 14:36:33:047 [INFO] 14:36:33:047 [INFO] Tests run: 99, Failures: 0, Errors: 0, Skipped: 0 14:36:33:047 [INFO] 14:36:33:050 [INFO] 14:36:33:050 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-testutils --- 14:36:33:053 [INFO] Loading execution data file /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/jacoco.exec 14:36:33:134 [INFO] Analyzed bundle 'Eclipse Collections Test Utilities' with 2 classes 14:36:33:218 [INFO] 14:36:33:219 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils --- 14:36:33:222 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0.M6.jar 14:36:33:229 [INFO] 14:36:33:229 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils --- 14:36:33:233 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0.M6-sources.jar 14:36:33:238 [INFO] 14:36:33:238 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils --- 14:36:33:246 [INFO] No dependency problems found 14:36:33:247 [INFO] 14:36:33:247 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils --- 14:36:33:247 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0.M6.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/11.0.0.M6/eclipse-collections-testutils-11.0.0.M6.jar 14:36:33:254 [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.M6/eclipse-collections-testutils-11.0.0.M6.pom 14:36:33:259 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0.M6-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/11.0.0.M6/eclipse-collections-testutils-11.0.0.M6-sources.jar 14:36:33:260 [INFO] 14:36:33:260 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >-------- 14:36:33:261 [INFO] Building Eclipse Collections Fork Join Utilities 11.0.0.M6 [7/10] 14:36:33:261 [INFO] --------------------------------[ jar ]--------------------------------- 14:36:33:264 [INFO] 14:36:33:264 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin --- 14:36:33:265 [INFO] 14:36:33:265 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin --- 14:36:33:300 [INFO] 14:36:33:300 [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ eclipse-collections-forkjoin --- 14:36:33:301 [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 14:36:33:301 [INFO] 14:36:33:301 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-forkjoin --- 14:36:33:302 [INFO] Using 'UTF-8' encoding to copy filtered resources. 14:36:33:302 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 14:36:33:302 [INFO] Copying 3 resources 14:36:33:303 [INFO] 14:36:33:303 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin --- 14:36:33:306 [INFO] Changes detected - recompiling the module! 14:36:33:306 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/classes 14:36:34:268 [INFO] 14:36:34:268 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-forkjoin --- 14:36:34:269 [INFO] Using 'UTF-8' encoding to copy filtered resources. 14:36:34:269 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 14:36:34:269 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/src/test/resources 14:36:34:269 [INFO] 14:36:34:269 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin --- 14:36:34:270 [INFO] Changes detected - recompiling the module! 14:36:34:270 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/test-classes 14:36:35:356 [INFO] 14:36:35:356 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin --- 14:36:35:358 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/surefire-reports 14:36:35:359 [INFO] 14:36:35:359 [INFO] ------------------------------------------------------- 14:36:35:359 [INFO] T E S T S 14:36:35:359 [INFO] ------------------------------------------------------- 14:36:35:746 [INFO] Running org.eclipse.collections.impl.forkjoin.FJIterateTest 14:36:37:055 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.308 s - in org.eclipse.collections.impl.forkjoin.FJIterateTest 14:36:37:391 [INFO] 14:36:37:391 [INFO] Results: 14:36:37:391 [INFO] 14:36:37:391 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 14:36:37:391 [INFO] 14:36:37:391 [INFO] 14:36:37:391 [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ eclipse-collections-forkjoin --- 14:36:37:392 [INFO] Loading execution data file /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/jacoco.exec 14:36:37:402 [INFO] Analyzed bundle 'Eclipse Collections Fork Join Utilities' with 10 classes 14:36:37:419 [INFO] 14:36:37:419 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin --- 14:36:37:421 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0.M6.jar 14:36:37:434 [INFO] 14:36:37:434 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin --- 14:36:37:437 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0.M6-sources.jar 14:36:37:440 [INFO] 14:36:37:440 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin --- 14:36:37:448 [INFO] No dependency problems found 14:36:37:448 [INFO] 14:36:37:448 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin --- 14:36:37:449 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0.M6.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.0.0.M6/eclipse-collections-forkjoin-11.0.0.M6.jar 14:36:37:462 [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.M6/eclipse-collections-forkjoin-11.0.0.M6.pom 14:36:37:463 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0.M6-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.0.0.M6/eclipse-collections-forkjoin-11.0.0.M6-sources.jar 14:36:37:463 [INFO] 14:36:37:463 [INFO] ---------------< org.eclipse.collections:jcstress-tests >--------------- 14:36:37:463 [INFO] Building Eclipse Collections JCStress Test Suite 11.0.0.M6 [8/10] 14:36:37:463 [INFO] --------------------------------[ jar ]--------------------------------- 14:36:37:701 [INFO] 14:36:37:701 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests --- 14:36:37:701 [INFO] 14:36:37:701 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests --- 14:36:37:709 [INFO] 14:36:37:709 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jcstress-tests --- 14:36:37:710 [INFO] Using 'UTF-8' encoding to copy filtered resources. 14:36:37:710 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 14:36:37:710 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/main/resources 14:36:37:710 [INFO] 14:36:37:710 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests --- 14:36:37:713 [INFO] Changes detected - recompiling the module! 14:36:37:713 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/classes 14:36:38:782 [INFO] 14:36:38:782 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jcstress-tests --- 14:36:38:783 [INFO] Using 'UTF-8' encoding to copy filtered resources. 14:36:38:783 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 14:36:38:783 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/test/resources 14:36:38:783 [INFO] 14:36:38:783 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests --- 14:36:38:783 [INFO] No sources to compile 14:36:38:784 [INFO] 14:36:38:784 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests --- 14:36:38:797 [INFO] No tests to run. 14:36:38:798 [INFO] 14:36:38:798 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests --- 14:36:38:802 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.0.0.M6.jar 14:36:38:808 [INFO] 14:36:38:808 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests --- 14:36:40:931 [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.0.0.M6 in the shaded jar. 14:36:40:931 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.0.0.M6 in the shaded jar. 14:36:40:931 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar. 14:36:40:931 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar. 14:36:42:022 [WARNING] eclipse-collections-11.0.0.M6.jar, eclipse-collections-api-11.0.0.M6.jar define 3 overlapping resources: 14:36:42:022 [WARNING] - LICENSE-EDL-1.0.txt 14:36:42:022 [WARNING] - LICENSE-EPL-1.0.txt 14:36:42:022 [WARNING] - about.html 14:36:42:022 [WARNING] eclipse-collections-11.0.0.M6.jar, eclipse-collections-api-11.0.0.M6.jar, jcstress-core-0.4.jar, jcstress-tests-11.0.0.M6.jar, jopt-simple-4.6.jar define 1 overlapping resources: 14:36:42:022 [WARNING] - META-INF/MANIFEST.MF 14:36:42:022 [WARNING] maven-shade-plugin has detected that some class files are 14:36:42:022 [WARNING] present in two or more JARs. When this happens, only one 14:36:42:022 [WARNING] single version of the class is copied to the uber jar. 14:36:42:022 [WARNING] Usually this is not harmful and you can skip these warnings, 14:36:42:022 [WARNING] otherwise try to manually exclude artifacts based on 14:36:42:022 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 14:36:42:022 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ 14:36:42:029 [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.M6-shaded.jar 14:36:42:029 [INFO] 14:36:42:029 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests --- 14:36:42:033 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.0.0.M6-sources.jar 14:36:42:038 [INFO] 14:36:42:038 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests --- 14:36:42:046 [INFO] No dependency problems found 14:36:42:046 [INFO] 14:36:42:046 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests --- 14:36:42:047 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.0.0.M6.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/11.0.0.M6/jcstress-tests-11.0.0.M6.jar 14:36:42:051 [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.M6/jcstress-tests-11.0.0.M6.pom 14:36:42:052 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.0.0.M6-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/11.0.0.M6/jcstress-tests-11.0.0.M6-sources.jar 14:36:42:053 [INFO] 14:36:42:053 [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- 14:36:42:053 [INFO] Building Eclipse Collections p2 Repository Build 11.0.0.M6 [9/10] 14:36:42:053 [INFO] --------------------------------[ pom ]--------------------------------- 14:36:42:069 [INFO] 14:36:42:069 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository --- 14:36:42:078 [INFO] 14:36:42:078 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository --- 14:36:42:123 [INFO] 14:36:42:123 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository --- 14:36:42:319 [INFO] Skipping pom project 14:36:42:319 [INFO] 14:36:42:319 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository --- 14:36:42:338 [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.M6/p2-repository-11.0.0.M6.pom 14:36:42:340 [INFO] 14:36:42:340 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >----------- 14:36:42:340 [INFO] Building Eclipse Collections OSGi Bundle 11.0.0.M6 [10/10] 14:36:42:340 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 14:36:43:093 [INFO] 14:36:43:093 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections --- 14:36:43:094 [INFO] 14:36:43:094 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections --- 14:36:44:998 [INFO] The project's OSGi version is 11.0.0.M6.v20211104-1409 14:36:44:998 [INFO] 14:36:44:998 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections --- 14:36:44:999 [INFO] 14:36:44:999 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections --- 14:36:45:003 [INFO] 14:36:45:003 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.collections --- 14:36:45:049 [INFO] Using 'UTF-8' encoding to copy filtered resources. 14:36:45:049 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 14:36:45:051 [INFO] Copying 2 resources 14:36:45:056 [INFO] 14:36:45:056 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections --- 14:36:45:084 [INFO] No sources to compile 14:36:45:084 [INFO] 14:36:45:084 [INFO] --- ebr-maven-plugin:1.3.0:bundle (default-bundle) @ org.eclipse.collections --- 14:36:45:103 [INFO] Gathering dependencies 14:36:45:109 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:11.0.0.M6:jar 14:36:45:114 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:11.0.0.M6:jar 14:36:45:115 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M6.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 14:36:46:090 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M6.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 14:36:46:336 [INFO] Merging collected dependencies 14:36:46:340 [INFO] Using 'UTF-8' encoding to copy filtered resources. 14:36:46:340 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 14:36:46:467 [INFO] Copying 5293 resources 14:36:47:625 [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.M6.jar 14:36:52:362 [INFO] Gathering sources 14:36:52:364 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:11.0.0.M6:jar 14:36:52:365 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:11.0.0.M6:jar 14:36:52:365 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M6-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/**/*.*" 14:36:53:101 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M6-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/**/*.*" 14:36:53:516 [INFO] Using 'UTF-8' encoding to copy filtered resources. 14:36:53:516 [INFO] Using 'UTF-8' encoding to copy filtered properties files. 14:36:53:517 [INFO] Copying 2 resources 14:36:53:517 [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.M6-sources.jar 14:36:54:409 [INFO] Packing and signing bundle 14:36:54:409 [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" 14:36:55:106 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M6.jar 14:37:12:397 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M6.jar 14:37:21:151 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M6-sources.jar 14:37:27:817 [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" 14:37:28:598 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M6.jar 14:37:40:156 [INFO] Assembling p2 repository 14:37:40:981 [INFO] 14:37:40:981 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections --- 14:37:40:982 [INFO] 14:37:40:982 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections --- 14:37:41:792 [INFO] No dependency problems found 14:37:41:792 [INFO] 14:37:41:792 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections --- 14:37:41:793 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M6.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0.M6/org.eclipse.collections-11.0.0.M6.jar 14:37:41:807 [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.M6/org.eclipse.collections-11.0.0.M6.pom 14:37:41:808 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M6-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0.M6/org.eclipse.collections-11.0.0.M6-sources.jar 14:37:41:811 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M6.jar.pack.gz to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0.M6/org.eclipse.collections-11.0.0.M6-pack200.jar.pack.gz 14:37:41:813 [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.M6/org.eclipse.collections-11.0.0.M6-p2metadata.xml 14:37:41:814 [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.M6/org.eclipse.collections-11.0.0.M6-p2artifacts.xml 14:37:41:815 [INFO] 14:37:41:815 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections --- 14:37:41:816 [INFO] ------------------------------------------------------------------------ 14:37:41:816 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.0.0.M6: 14:37:41:816 [INFO] 14:37:41:816 [INFO] Eclipse Collections Parent Project ................. SUCCESS [ 2.561 s] 14:37:41:816 [INFO] Eclipse Collections Code Generator ................. SUCCESS [ 5.179 s] 14:37:41:816 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [ 3.533 s] 14:37:41:816 [INFO] Eclipse Collections API ............................ SUCCESS [ 9.456 s] 14:37:41:817 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 38.500 s] 14:37:41:817 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [ 6.431 s] 14:37:41:817 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [ 4.203 s] 14:37:41:817 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [ 4.590 s] 14:37:41:817 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [ 0.287 s] 14:37:41:817 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 59.476 s] 14:37:41:817 [INFO] ------------------------------------------------------------------------ 14:37:41:817 [INFO] BUILD SUCCESS 14:37:41:817 [INFO] ------------------------------------------------------------------------ 14:37:41:817 [INFO] Total time: 02:50 min 14:37:41:817 [INFO] Finished at: 2021-11-04T14:37:41Z 14:37:41:817 [INFO] ------------------------------------------------------------------------ [publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=11.0.0.M6 -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository clean install Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" 14:37:43:476 [INFO] Error stacktraces are turned on. 14:37:43:738 [INFO] Scanning for projects... 14:37:48:136 [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 14:37:48:306 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B) 14:37:48:409 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 14:37:48:430 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) 14:37:48:568 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) 14:37:48:870 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) 14:37:48:975 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) 14:37:49:083 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) 14:37:49:196 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository 14:37:49:210 [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 14:37:50:057 [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) 14:37:50:173 [WARNING] The following locally built units have been used to resolve project dependencies: 14:37:50:173 [WARNING] org.eclipse.collections/11.0.0.v20211104-1409 14:37:50:174 [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 14:37:50:188 [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 14:37:50:192 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository 14:37:50:199 [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 14:37:50:222 [WARNING] The following locally built units have been used to resolve project dependencies: 14:37:50:222 [WARNING] org.eclipse.collections/11.0.0.v20211104-1409 14:37:50:222 [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 14:37:50:223 [INFO] ------------------------------------------------------------------------ 14:37:50:223 [INFO] Reactor Build Order: 14:37:50:223 [INFO] 14:37:50:224 [INFO] Eclipse Collections p2 Repository with Feature Build [pom] 14:37:50:224 [INFO] org.eclipse.collections.feature [eclipse-feature] 14:37:50:224 [INFO] p2-repository [eclipse-repository] 14:37:50:228 [INFO] 14:37:50:228 [INFO] -----------------< org.eclipse.collections:p2-feature >----------------- 14:37:50:228 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT [1/3] 14:37:50:228 [INFO] --------------------------------[ pom ]--------------------------------- 14:37:50:336 [INFO] 14:37:50:336 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature --- 14:37:50:477 [INFO] 14:37:50:477 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature --- 14:37:51:051 [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 14:37:51:075 [INFO] 14:37:51:075 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >------- 14:37:51:075 [INFO] Building org.eclipse.collections.feature 11.0.0-SNAPSHOT [2/3] 14:37:51:075 [INFO] --------------------------[ eclipse-feature ]--------------------------- 14:37:51:078 [INFO] 14:37:51:078 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature --- 14:37:51:079 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target 14:37:51:080 [INFO] 14:37:51:080 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature --- 14:37:51:374 [INFO] The project's OSGi version is 11.0.0.v20211104-1409 14:37:51:374 [INFO] 14:37:51:374 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature --- 14:37:51:375 [INFO] 14:37:51:375 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature --- 14:37:51:376 [INFO] 14:37:51:376 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature --- 14:37:51:454 [INFO] 14:37:51:454 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature --- 14:37:51:520 [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 14:37:51:535 [INFO] 14:37:51:535 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature --- 14:37:51:551 [INFO] 14:37:51:551 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature --- 14:37:51:554 [INFO] 14:37:51:554 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature --- 14:37:51:578 [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 14:37:51:623 [INFO] 14:37:51:623 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature --- 14:37:51:634 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2metadata:11.0.0-SNAPSHOT already attached, replace previous instance 14:37:51:634 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2artifacts:11.0.0-SNAPSHOT already attached, replace previous instance 14:37:51:634 [INFO] 14:37:51:634 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.collections.feature --- 14:37:51:865 [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 14:37:52:858 [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 14:37:53:623 [INFO] 14:37:53:623 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature --- 14:37:53:867 [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 14:37:53:867 [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 14:37:53:869 [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 14:37:53:872 [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 14:37:53:874 [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 14:37:53:876 [INFO] 14:37:53:876 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature --- 14:37:53:877 [INFO] 14:37:53:878 [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- 14:37:53:878 [INFO] Building p2-repository 11.0.0-SNAPSHOT [3/3] 14:37:53:878 [INFO] -------------------------[ eclipse-repository ]------------------------- 14:37:53:879 [INFO] 14:37:53:879 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository --- 14:37:53:880 [INFO] 14:37:53:880 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository --- 14:37:53:909 [INFO] The project's OSGi version is 11.0.0.v20211104-1409 14:37:53:909 [INFO] 14:37:53:909 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository --- 14:37:53:910 [INFO] 14:37:53:910 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository --- 14:37:55:000 [INFO] Using 'UTF-8' encoding to copy filtered resources. 14:37:55:000 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources 14:37:55:000 [INFO] 14:37:55:000 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository --- 14:37:55:009 [INFO] 14:37:55:010 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository --- 14:37:55:017 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] 14:37:55:020 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] 14:37:55:020 [INFO] 14:37:55:020 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository --- 14:37:55:022 [INFO] 14:37:55:022 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository --- 14:37:55:029 [INFO] 14:37:55:029 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository --- 14:37:55:031 [INFO] 14:37:55:031 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository --- 14:37:56:502 [INFO] 14:37:56:502 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository --- 14:37:56:514 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-11.0.0-SNAPSHOT.zip 14:37:56:944 [INFO] 14:37:56:945 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository --- 14:37:56:946 [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 14:37:56:956 [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 14:37:56:957 [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 14:37:56:959 [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 14:37:56:963 [INFO] 14:37:56:963 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository --- 14:37:56:964 [INFO] ------------------------------------------------------------------------ 14:37:56:964 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT: 14:37:56:964 [INFO] 14:37:56:964 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [ 0.847 s] 14:37:56:964 [INFO] org.eclipse.collections.feature .................... SUCCESS [ 2.802 s] 14:37:56:964 [INFO] p2-repository ...................................... SUCCESS [ 3.087 s] 14:37:56:964 [INFO] ------------------------------------------------------------------------ 14:37:56:964 [INFO] BUILD SUCCESS 14:37:56:965 [INFO] ------------------------------------------------------------------------ 14:37:56:965 [INFO] Total time: 13.444 s 14:37:56:965 [INFO] Finished at: 2021-11-04T14:37:56Z 14:37:56:965 [INFO] ------------------------------------------------------------------------ [publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=11.0.0.M6 -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository clean install Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" 14:37:58:580 [INFO] Error stacktraces are turned on. 14:37:58:853 [INFO] Scanning for projects... 14:38:00:949 [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 14:38:01:349 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B) 14:38:01:452 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 14:38:01:511 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) 14:38:01:643 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository 14:38:01:655 [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 14:38:01:990 [WARNING] The following locally built units have been used to resolve project dependencies: 14:38:01:990 [WARNING] org.eclipse.collections/11.0.0.v20211104-1409 14:38:01:991 [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 14:38:02:007 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml 14:38:02:011 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository 14:38:02:016 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml 14:38:02:046 [WARNING] The following locally built units have been used to resolve project dependencies: 14:38:02:046 [WARNING] org.eclipse.collections/11.0.0.v20211104-1409 14:38:02:046 [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 14:38:02:047 [INFO] ------------------------------------------------------------------------ 14:38:02:047 [INFO] Reactor Build Order: 14:38:02:047 [INFO] 14:38:02:048 [INFO] Eclipse Collections p2 Repository with Feature Build [pom] 14:38:02:048 [INFO] org.eclipse.collections.feature [eclipse-feature] 14:38:02:048 [INFO] p2-repository [eclipse-repository] 14:38:02:052 [INFO] 14:38:02:052 [INFO] -----------------< org.eclipse.collections:p2-feature >----------------- 14:38:02:052 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT [1/3] 14:38:02:052 [INFO] --------------------------------[ pom ]--------------------------------- 14:38:02:059 [INFO] 14:38:02:059 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature --- 14:38:02:118 [INFO] 14:38:02:118 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature --- 14:38:02:158 [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 14:38:02:165 [INFO] 14:38:02:165 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >------- 14:38:02:165 [INFO] Building org.eclipse.collections.feature 11.0.0-SNAPSHOT [2/3] 14:38:02:165 [INFO] --------------------------[ eclipse-feature ]--------------------------- 14:38:02:168 [INFO] 14:38:02:168 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature --- 14:38:02:169 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target 14:38:02:170 [INFO] 14:38:02:170 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature --- 14:38:02:512 [INFO] The project's OSGi version is 11.0.0.v20211104-1409 14:38:02:513 [INFO] 14:38:02:513 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature --- 14:38:02:514 [INFO] 14:38:02:514 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature --- 14:38:02:516 [INFO] 14:38:02:516 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature --- 14:38:02:607 [INFO] 14:38:02:607 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature --- 14:38:02:677 [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 14:38:02:706 [INFO] 14:38:02:706 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature --- 14:38:02:721 [INFO] 14:38:02:721 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature --- 14:38:02:723 [INFO] 14:38:02:723 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature --- 14:38:02:743 [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 14:38:02:773 [INFO] 14:38:02:773 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature --- 14:38:02:782 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2metadata:11.0.0-SNAPSHOT already attached, replace previous instance 14:38:02:782 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2artifacts:11.0.0-SNAPSHOT already attached, replace previous instance 14:38:02:782 [INFO] 14:38:02:783 [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.collections.feature --- 14:38:02:959 [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 14:38:04:585 [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 14:38:05:645 [INFO] 14:38:05:645 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature --- 14:38:05:668 [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 14:38:05:672 [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 14:38:05:674 [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 14:38:05:677 [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 14:38:05:679 [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 14:38:05:680 [INFO] 14:38:05:680 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature --- 14:38:05:682 [INFO] 14:38:05:682 [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- 14:38:05:682 [INFO] Building p2-repository 11.0.0-SNAPSHOT [3/3] 14:38:05:682 [INFO] -------------------------[ eclipse-repository ]------------------------- 14:38:05:683 [INFO] 14:38:05:683 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository --- 14:38:05:684 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target 14:38:05:691 [INFO] 14:38:05:691 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository --- 14:38:05:722 [INFO] The project's OSGi version is 11.0.0.v20211104-1409 14:38:05:723 [INFO] 14:38:05:723 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository --- 14:38:05:724 [INFO] 14:38:05:724 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository --- 14:38:05:770 [INFO] Using 'UTF-8' encoding to copy filtered resources. 14:38:05:770 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources 14:38:05:770 [INFO] 14:38:05:770 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository --- 14:38:05:798 [INFO] 14:38:05:798 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository --- 14:38:05:817 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] 14:38:05:828 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] 14:38:05:829 [INFO] 14:38:05:829 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository --- 14:38:05:831 [INFO] 14:38:05:831 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository --- 14:38:05:839 [INFO] 14:38:05:839 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository --- 14:38:05:841 [INFO] 14:38:05:841 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository --- 14:38:06:645 [INFO] 14:38:06:645 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository --- 14:38:06:656 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-11.0.0-SNAPSHOT.zip 14:38:07:147 [INFO] 14:38:07:147 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository --- 14:38:07:148 [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 14:38:07:215 [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 14:38:07:217 [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 14:38:07:219 [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 14:38:07:225 [INFO] 14:38:07:225 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository --- 14:38:07:227 [INFO] ------------------------------------------------------------------------ 14:38:07:227 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT: 14:38:07:227 [INFO] 14:38:07:227 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [ 0.113 s] 14:38:07:227 [INFO] org.eclipse.collections.feature .................... SUCCESS [ 3.517 s] 14:38:07:227 [INFO] p2-repository ...................................... SUCCESS [ 1.544 s] 14:38:07:227 [INFO] ------------------------------------------------------------------------ 14:38:07:227 [INFO] BUILD SUCCESS 14:38:07:227 [INFO] ------------------------------------------------------------------------ 14:38:07:227 [INFO] Total time: 8.607 s 14:38:07:227 [INFO] Finished at: 2021-11-04T14:38:07Z 14:38:07:227 [INFO] ------------------------------------------------------------------------ [publish-p2-repo] $ /bin/bash /tmp/jenkins5274695064502175181.sh running command ssh genie.collections@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/collections/11.0.0.M6 running command ssh genie.collections@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/collections/11.0.0.M6 running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections total 35876 drwxrwsr-x 33 genie.collections technology.collections 4096 Nov 4 10:38 . drwxr-xr-x 353 root root 12288 Nov 3 08:44 .. drwxrwsr-x 3 genie.collections technology.collections 4096 Jul 11 2019 10.0.0 drwxrwsr-x 3 genie.collections technology.collections 4096 Sep 25 2018 10.0.0.M2 drwxrwsr-x 3 genie.collections technology.collections 4096 Dec 4 2019 10.1.0 drwxrwsr-x 3 genie.collections technology.collections 4096 Nov 22 2019 10.1.0.M1 drwxrwsr-x 3 genie.collections technology.collections 4096 Nov 25 2019 10.1.0.M2 drwxrwsr-x 3 genie.collections technology.collections 4096 Feb 11 2020 10.2.0 drwxrwsr-x 3 genie.collections technology.collections 4096 Aug 7 2020 10.3.0 drwxrwsr-x 3 genie.collections technology.collections 4096 Jul 3 2020 10.3.0.M1 drwxrwsr-x 3 genie.collections technology.collections 4096 Jul 15 2020 10.3.0.M3 drwxrwsr-x 3 genie.collections technology.collections 4096 Jul 16 2020 10.3.0.M4 drwxrwsr-x 3 genie.collections technology.collections 4096 Jul 30 2020 10.3.0.M5 drwxrwsr-x 3 genie.collections technology.collections 4096 Aug 20 2020 10.4.0 drwxrwsr-x 3 genie.collections technology.collections 4096 Nov 2 2020 11.0.0.M1 drwxrwsr-x 3 genie.collections technology.collections 4096 Mar 19 2021 11.0.0.M2 drwxrwsr-x 3 genie.collections technology.collections 4096 Jul 13 22:29 11.0.0.M3 drwxr-sr-x 3 genie.collections technology.collections 4096 Oct 29 12:15 11.0.0.M5 drwxr-sr-x 2 genie.collections technology.collections 4096 Nov 4 10:38 11.0.0.M6 drwxr-sr-x 3 genie.collections technology.collections 4096 Jun 22 2017 8.2.0 drwxr-sr-x 3 genie.collections technology.collections 4096 Sep 20 2017 9.0.0 drwxr-sr-x 3 genie.collections technology.collections 4096 Aug 19 2017 9.0.0.M2 drwxr-sr-x 3 genie.collections technology.collections 4096 Aug 24 2017 9.0.0.M3 drwxr-sr-x 3 genie.collections technology.collections 4096 Sep 5 2017 9.0.0.M4 drwxr-sr-x 3 genie.collections technology.collections 4096 Sep 13 2017 9.0.0-SNAPSHOT drwxrwsr-x 3 genie.collections technology.collections 4096 Dec 31 2017 9.1.0 drwxrwsr-x 3 genie.collections technology.collections 4096 Dec 6 2017 9.1.0.M1 drwxrwsr-x 3 genie.collections technology.collections 4096 Dec 11 2017 9.1.0.M2 drwxrwsr-x 3 genie.collections technology.collections 4096 May 18 2018 9.2.0 drwxrwsr-x 3 genie.collections technology.collections 4096 Feb 10 2018 9.2.0.M1 -rw-rw-r-- 1 genie.collections technology.collections 9871360 Apr 7 2016 gsc-ec-converter-7.1.0.tar -rw-rw-r-- 1 genie.collections technology.collections 8422439 Apr 7 2016 gsc-ec-converter-7.1.0.zip -rw-rw-r-- 1 genie.collections technology.collections 9871360 May 29 2016 gsc-ec-converter-7.1.1-SNAPSHOT.tar -rw-rw-r-- 1 genie.collections technology.collections 8422920 May 29 2016 gsc-ec-converter-7.1.1-SNAPSHOT.zip drwxrwsr-x 2 genie.collections technology.collections 4096 Mar 31 2016 pre-release drwxrwsr-x 2 genie.collections technology.collections 4096 Mar 24 2016 release drwxrwsr-x 2 genie.collections technology.collections 4096 Mar 24 2016 slides running command scp -r /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/repository genie.collections@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/collections/11.0.0.M6 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.M6 running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/11.0.0.M6 total 17008 drwxr-sr-x 3 genie.collections technology.collections 4096 Nov 4 10:38 . drwxrwsr-x 33 genie.collections technology.collections 4096 Nov 4 10:38 .. -rw-r--r-- 1 genie.collections technology.collections 17401493 Nov 4 10:38 p2-repository-11.0.0-SNAPSHOT.zip drwxr-sr-x 4 genie.collections technology.collections 4096 Nov 4 10:38 repository running command ssh genie.collections@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/collections/11.0.0.M6/p2-repository-*.zip /home/data/httpd/download.eclipse.org/collections/11.0.0.M6/p2-repository-11.0.0.M6.zip running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/11.0.0.M6 total 17008 drwxr-sr-x 3 genie.collections technology.collections 4096 Nov 4 10:38 . drwxrwsr-x 33 genie.collections technology.collections 4096 Nov 4 10:38 .. -rw-r--r-- 1 genie.collections technology.collections 17401493 Nov 4 10:38 p2-repository-11.0.0.M6.zip drwxr-sr-x 4 genie.collections technology.collections 4096 Nov 4 10:38 repository All DONE!!! $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 67 killed; [ssh-agent] Stopped. Finished: SUCCESS