Started by user Frederic Gurr Rebuilds build #39 Running as Frederic Gurr Agent basic-vdjfq is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-vdjfq" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.collections.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-vdjfq" - 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-vdjfq" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.collections.svc.cluster.local/collections/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" imagePullPolicy: "Always" name: "jnlp" resources: limits: 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-vdjfq 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-PotaQdsLVWEG/agent.75 SSH_AGENT_PID=77 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_10372313558196497359.key (/home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_10372313558196497359.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) > 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.M2^{commit} # timeout=10 > git rev-parse tags/11.0.0.M2^{commit} # timeout=10 Checking out Revision 9a59f2704a8c8ea7ec848e2c875176db1104f486 (tags/11.0.0.M2) > git config core.sparsecheckout # timeout=10 > git checkout -f 9a59f2704a8c8ea7ec848e2c875176db1104f486 # timeout=10 Commit message: "Release version 11.0.0.M2." First time build. Skipping changelog. [publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_TAG=11.0.0.M2 -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" 16:05:08:336 [INFO] Error stacktraces are turned on. 16:05:08:530 [INFO] Scanning for projects... 16:06:15:606 [INFO] ------------------------------------------------------------------------ 16:06:15:606 [INFO] Reactor Build Order: 16:06:15:606 [INFO] 16:06:15:607 [INFO] Eclipse Collections Parent Project [pom] 16:06:15:607 [INFO] Eclipse Collections Code Generator [jar] 16:06:15:608 [INFO] Eclipse Collections Code Generator Maven Plugin [maven-plugin] 16:06:15:608 [INFO] Eclipse Collections API [jar] 16:06:15:608 [INFO] Eclipse Collections Main Library [jar] 16:06:15:608 [INFO] Eclipse Collections Test Utilities [jar] 16:06:15:608 [INFO] Eclipse Collections Fork Join Utilities [jar] 16:06:15:609 [INFO] Eclipse Collections JCStress Test Suite [jar] 16:06:15:609 [INFO] Eclipse Collections p2 Repository Build [pom] 16:06:15:609 [INFO] Eclipse Collections OSGi Bundle [eclipse-bundle-recipe] 16:06:15:612 [INFO] 16:06:15:613 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >--------- 16:06:15:613 [INFO] Building Eclipse Collections Parent Project 11.0.0.M2 [1/10] 16:06:15:613 [INFO] --------------------------------[ pom ]--------------------------------- 16:06:16:951 [INFO] 16:06:16:951 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent --- 16:06:17:051 [INFO] 16:06:17:051 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent --- 16:06:17:971 [INFO] 16:06:17:971 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent --- 16:06:24:124 [INFO] Skipping pom project 16:06:24:124 [INFO] 16:06:24:124 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent --- 16:06:24:465 [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.M2/eclipse-collections-parent-11.0.0.M2.pom 16:06:24:472 [INFO] 16:06:24:472 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >----- 16:06:24:473 [INFO] Building Eclipse Collections Code Generator 11.0.0.M2 [2/10] 16:06:24:473 [INFO] --------------------------------[ jar ]--------------------------------- 16:06:24:861 [INFO] 16:06:24:861 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator --- 16:06:24:862 [INFO] 16:06:24:862 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator --- 16:06:24:872 [INFO] 16:06:24:872 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator --- 16:06:25:181 [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:06:25:193 [INFO] Copying 356 resources 16:06:25:399 [INFO] 16:06:25:399 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator --- 16:06:25:796 [INFO] Changes detected - recompiling the module! 16:06:25:809 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/classes 16:06:26:438 [INFO] 16:06:26:439 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator --- 16:06:26:441 [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:06:26:441 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/src/test/resources 16:06:26:441 [INFO] 16:06:26:442 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator --- 16:06:26:457 [INFO] Changes detected - recompiling the module! 16:06:26:464 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/test-classes 16:06:26:839 [INFO] 16:06:26:839 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator --- 16:06:27:364 [INFO] 16:06:27:364 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator --- 16:06:27:597 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M2.jar 16:06:27:695 [INFO] 16:06:27:695 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator --- 16:06:27:760 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M2-sources.jar 16:06:27:894 [INFO] 16:06:27:894 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator --- 16:06:27:916 [INFO] No dependency problems found 16:06:27:916 [INFO] 16:06:27:916 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator --- 16:06:27:918 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.0.0.M2/eclipse-collections-code-generator-11.0.0.M2.jar 16:06:27:923 [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.M2/eclipse-collections-code-generator-11.0.0.M2.pom 16:06:27:924 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/11.0.0.M2/eclipse-collections-code-generator-11.0.0.M2-sources.jar 16:06:27:926 [INFO] 16:06:27:926 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >-- 16:06:27:926 [INFO] Building Eclipse Collections Code Generator Maven Plugin 11.0.0.M2 [3/10] 16:06:27:926 [INFO] ----------------------------[ maven-plugin ]---------------------------- 16:06:29:027 [INFO] 16:06:29:027 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin --- 16:06:29:028 [INFO] 16:06:29:028 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin --- 16:06:29:050 [INFO] 16:06:29:050 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin --- 16:06:29:050 [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:06:29:051 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/main/resources 16:06:29:051 [INFO] 16:06:29:051 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin --- 16:06:29:056 [INFO] Changes detected - recompiling the module! 16:06:29:063 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/classes 16:06:29:404 [INFO] 16:06:29:404 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin --- 16:06:32:994 [INFO] Using 'UTF-8' encoding to read mojo source files. 16:06:33:039 [INFO] java-javadoc mojo extractor found 1 mojo descriptor. 16:06:33:114 [INFO] java-annotations mojo extractor found 0 mojo descriptor. 16:06:33:182 [INFO] 16:06:33:182 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin --- 16:06:33:183 [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:06:33:183 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/test/resources 16:06:33:183 [INFO] 16:06:33:183 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin --- 16:06:33:184 [INFO] No sources to compile 16:06:33:185 [INFO] 16:06:33:185 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin --- 16:06:33:187 [INFO] No tests to run. 16:06:33:187 [INFO] 16:06:33:187 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin --- 16:06:33:192 [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.M2.jar 16:06:33:195 [INFO] 16:06:33:195 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin --- 16:06:33:197 [INFO] 16:06:33:197 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin --- 16:06:33:199 [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.M2-sources.jar 16:06:33:203 [INFO] 16:06:33:203 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin --- 16:06:33:206 [INFO] No dependency problems found 16:06:33:206 [INFO] 16:06:33:206 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin --- 16:06:33:207 [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.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.0.0.M2/eclipse-collections-code-generator-maven-plugin-11.0.0.M2.jar 16:06:33:211 [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.M2/eclipse-collections-code-generator-maven-plugin-11.0.0.M2.pom 16:06:33:226 [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.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/11.0.0.M2/eclipse-collections-code-generator-maven-plugin-11.0.0.M2-sources.jar 16:06:33:228 [INFO] 16:06:33:228 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >----------- 16:06:33:228 [INFO] Building Eclipse Collections API 11.0.0.M2 [4/10] 16:06:33:228 [INFO] --------------------------------[ jar ]--------------------------------- 16:06:33:406 [INFO] 16:06:33:406 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api --- 16:06:33:406 [INFO] 16:06:33:406 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api --- 16:06:33:409 [INFO] 16:06:33:409 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0.M2:generate (default) @ eclipse-collections-api --- 16:06:33:418 [INFO] Generating sources to eclipse-collections-api 16:06:34:900 [INFO] Generated 1171 files 16:06:34:900 [INFO] 16:06:34:901 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api --- 16:06:34:902 [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:06:34:902 [INFO] Copying 3 resources 16:06:34:903 [INFO] 16:06:34:903 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api --- 16:06:35:069 [INFO] Changes detected - recompiling the module! 16:06:35:073 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/classes 16:06:39:906 [INFO] 16:06:39:906 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api --- 16:06:44:555 [WARNING] Cannot consider developer in line '76' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 16:06:44:555 [WARNING] Cannot consider developer in line '80' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 16:06:44:556 [WARNING] Cannot consider developer in line '84' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 16:06:44:556 [WARNING] Cannot consider developer in line '88' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 16:06:44:556 [WARNING] Cannot consider developer in line '92' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 16:06:44:557 [WARNING] Cannot consider developer in line '96' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 16:06:45:318 [INFO] 16:06:45:318 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api --- 16:06:45:319 [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:06:45:320 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/src/test/resources 16:06:45:320 [INFO] 16:06:45:320 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api --- 16:06:45:321 [INFO] No sources to compile 16:06:45:321 [INFO] 16:06:45:321 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api --- 16:06:45:323 [INFO] No tests to run. 16:06:45:323 [INFO] 16:06:45:324 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api --- 16:06:45:482 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M2.jar 16:06:45:606 [INFO] 16:06:45:606 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api --- 16:06:45:639 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M2-sources.jar 16:06:46:002 [INFO] 16:06:46:002 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api --- 16:06:46:130 [INFO] No dependency problems found 16:06:46:130 [INFO] 16:06:46:130 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api --- 16:06:46:131 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/11.0.0.M2/eclipse-collections-api-11.0.0.M2.jar 16:06:46:135 [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.M2/eclipse-collections-api-11.0.0.M2.pom 16:06:46:140 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/11.0.0.M2/eclipse-collections-api-11.0.0.M2-sources.jar 16:06:46:143 [INFO] 16:06:46:143 [INFO] ------------< org.eclipse.collections:eclipse-collections >------------- 16:06:46:143 [INFO] Building Eclipse Collections Main Library 11.0.0.M2 [5/10] 16:06:46:143 [INFO] --------------------------------[ jar ]--------------------------------- 16:06:46:144 [INFO] 16:06:46:145 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections --- 16:06:46:181 [INFO] 16:06:46:181 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections --- 16:06:46:184 [INFO] 16:06:46:184 [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0.M2:generate (default) @ eclipse-collections --- 16:06:46:185 [INFO] Generating sources to eclipse-collections 16:06:49:019 [INFO] Generated 1446 files 16:06:49:019 [INFO] 16:06:49:019 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections --- 16:06:49:020 [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:06:49:021 [INFO] Copying 24 resources 16:06:49:028 [INFO] 16:06:49:028 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections --- 16:06:49:202 [INFO] Changes detected - recompiling the module! 16:06:49:203 [INFO] Compiling 2101 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/classes 16:07:18:816 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[54,15] Unsafe is internal proprietary API and may be removed in a future release 16:07:18:816 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[79,25] Unsafe is internal proprietary API and may be removed in a future release 16:07:18:817 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2281,19] Unsafe is internal proprietary API and may be removed in a future release 16:07:18:817 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2285,19] Unsafe is internal proprietary API and may be removed in a future release 16:07:18:817 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2291,83] Unsafe is internal proprietary API and may be removed in a future release 16:07:18:818 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2293,27] Unsafe is internal proprietary API and may be removed in a future release 16:07:18:818 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2295,34] Unsafe is internal proprietary API and may be removed in a future release 16:07:18:818 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2297,32] Unsafe is internal proprietary API and may be removed in a future release 16:07:18:819 [INFO] 16:07:18:819 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections --- 16:07:18:884 [WARNING] Cannot consider developer in line '76' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 16:07:18:885 [WARNING] Cannot consider developer in line '80' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 16:07:18:885 [WARNING] Cannot consider developer in line '84' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 16:07:18:885 [WARNING] Cannot consider developer in line '88' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 16:07:18:885 [WARNING] Cannot consider developer in line '92' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 16:07:18:885 [WARNING] Cannot consider developer in line '96' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 16:07:21:329 [INFO] 16:07:21:329 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections --- 16:07:21:330 [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:07:21:330 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/test/resources 16:07:21:330 [INFO] 16:07:21:330 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections --- 16:07:21:331 [INFO] No sources to compile 16:07:21:331 [INFO] 16:07:21:331 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections --- 16:07:21:333 [INFO] No tests to run. 16:07:21:333 [INFO] 16:07:21:333 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections --- 16:07:21:565 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M2.jar 16:07:22:202 [INFO] 16:07:22:202 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections --- 16:07:22:268 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M2-sources.jar 16:07:22:694 [INFO] 16:07:22:695 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections --- 16:07:23:314 [INFO] No dependency problems found 16:07:23:314 [INFO] 16:07:23:314 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections --- 16:07:23:316 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/11.0.0.M2/eclipse-collections-11.0.0.M2.jar 16:07:23:322 [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.M2/eclipse-collections-11.0.0.M2.pom 16:07:23:324 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/11.0.0.M2/eclipse-collections-11.0.0.M2-sources.jar 16:07:23:327 [INFO] 16:07:23:327 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >-------- 16:07:23:327 [INFO] Building Eclipse Collections Test Utilities 11.0.0.M2 [6/10] 16:07:23:327 [INFO] --------------------------------[ jar ]--------------------------------- 16:07:23:792 [INFO] 16:07:23:792 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils --- 16:07:23:793 [INFO] 16:07:23:793 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils --- 16:07:23:799 [INFO] 16:07:23:799 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ eclipse-collections-testutils --- 16:07:25:449 [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 16:07:25:449 [INFO] 16:07:25:449 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils --- 16:07:25:450 [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:07:25:450 [INFO] Copying 3 resources 16:07:25:451 [INFO] 16:07:25:451 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils --- 16:07:25:453 [INFO] Changes detected - recompiling the module! 16:07:25:453 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/classes 16:07:26:264 [INFO] 16:07:26:264 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils --- 16:07:26:265 [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:07:26:265 [INFO] Copying 1 resource 16:07:26:266 [INFO] 16:07:26:266 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils --- 16:07:26:267 [INFO] Changes detected - recompiling the module! 16:07:26:267 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/test-classes 16:07:27:703 [INFO] 16:07:27:703 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils --- 16:07:27:706 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/surefire-reports 16:07:27:888 [INFO] 16:07:27:888 [INFO] ------------------------------------------------------- 16:07:27:888 [INFO] T E S T S 16:07:27:888 [INFO] ------------------------------------------------------- 16:07:28:294 [INFO] Running org.eclipse.collections.impl.test.SerializeTestHelperTest 16:07:28:425 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.eclipse.collections.impl.test.SerializeTestHelperTest 16:07:28:425 [INFO] Running org.eclipse.collections.impl.test.ExceptionThrownTest 16:07:28:427 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.test.ExceptionThrownTest 16:07:28:427 [INFO] Running org.eclipse.collections.impl.test.VerifyTest 16:07:29:189 [INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.759 s - in org.eclipse.collections.impl.test.VerifyTest 16:07:29:189 [INFO] Running org.eclipse.collections.impl.test.CollectionsEqualTest 16:07:29:195 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.test.CollectionsEqualTest 16:07:29:554 [INFO] 16:07:29:554 [INFO] Results: 16:07:29:554 [INFO] 16:07:29:554 [INFO] Tests run: 99, Failures: 0, Errors: 0, Skipped: 0 16:07:29:554 [INFO] 16:07:29:557 [INFO] 16:07:29:557 [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ eclipse-collections-testutils --- 16:07:29:594 [INFO] Loading execution data file /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/jacoco.exec 16:07:29:692 [INFO] Analyzed bundle 'Eclipse Collections Test Utilities' with 2 classes 16:07:29:748 [INFO] 16:07:29:748 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils --- 16:07:29:750 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0.M2.jar 16:07:29:784 [INFO] 16:07:29:784 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils --- 16:07:29:787 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0.M2-sources.jar 16:07:29:792 [INFO] 16:07:29:792 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils --- 16:07:29:801 [INFO] No dependency problems found 16:07:29:801 [INFO] 16:07:29:801 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils --- 16:07:29:802 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/11.0.0.M2/eclipse-collections-testutils-11.0.0.M2.jar 16:07:29:803 [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.M2/eclipse-collections-testutils-11.0.0.M2.pom 16:07:29:804 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/11.0.0.M2/eclipse-collections-testutils-11.0.0.M2-sources.jar 16:07:29:805 [INFO] 16:07:29:806 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >-------- 16:07:29:806 [INFO] Building Eclipse Collections Fork Join Utilities 11.0.0.M2 [7/10] 16:07:29:806 [INFO] --------------------------------[ jar ]--------------------------------- 16:07:29:809 [INFO] 16:07:29:809 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin --- 16:07:29:809 [INFO] 16:07:29:809 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin --- 16:07:29:814 [INFO] 16:07:29:814 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ eclipse-collections-forkjoin --- 16:07:29:814 [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 16:07:29:814 [INFO] 16:07:29:815 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin --- 16:07:29:815 [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:07:29:816 [INFO] Copying 3 resources 16:07:29:816 [INFO] 16:07:29:816 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin --- 16:07:29:819 [INFO] Changes detected - recompiling the module! 16:07:29:819 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/classes 16:07:30:733 [INFO] 16:07:30:733 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin --- 16:07:30:733 [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:07:30:733 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/src/test/resources 16:07:30:734 [INFO] 16:07:30:734 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin --- 16:07:30:735 [INFO] Changes detected - recompiling the module! 16:07:31:158 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/test-classes 16:07:31:999 [INFO] 16:07:31:999 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin --- 16:07:32:001 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/surefire-reports 16:07:32:002 [INFO] 16:07:32:002 [INFO] ------------------------------------------------------- 16:07:32:002 [INFO] T E S T S 16:07:32:002 [INFO] ------------------------------------------------------- 16:07:32:389 [INFO] Running org.eclipse.collections.impl.forkjoin.FJIterateTest 16:07:33:591 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.201 s - in org.eclipse.collections.impl.forkjoin.FJIterateTest 16:07:33:945 [INFO] 16:07:33:945 [INFO] Results: 16:07:33:945 [INFO] 16:07:33:945 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 16:07:33:945 [INFO] 16:07:33:945 [INFO] 16:07:33:945 [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ eclipse-collections-forkjoin --- 16:07:33:946 [INFO] Loading execution data file /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/jacoco.exec 16:07:33:957 [INFO] Analyzed bundle 'Eclipse Collections Fork Join Utilities' with 10 classes 16:07:34:028 [INFO] 16:07:34:028 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin --- 16:07:34:031 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0.M2.jar 16:07:34:035 [INFO] 16:07:34:035 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin --- 16:07:34:038 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0.M2-sources.jar 16:07:34:042 [INFO] 16:07:34:042 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin --- 16:07:34:050 [INFO] No dependency problems found 16:07:34:051 [INFO] 16:07:34:051 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin --- 16:07:34:051 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.0.0.M2/eclipse-collections-forkjoin-11.0.0.M2.jar 16:07:34:053 [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.M2/eclipse-collections-forkjoin-11.0.0.M2.pom 16:07:34:054 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/11.0.0.M2/eclipse-collections-forkjoin-11.0.0.M2-sources.jar 16:07:34:057 [INFO] 16:07:34:057 [INFO] ---------------< org.eclipse.collections:jcstress-tests >--------------- 16:07:34:057 [INFO] Building Eclipse Collections JCStress Test Suite 11.0.0.M2 [8/10] 16:07:34:057 [INFO] --------------------------------[ jar ]--------------------------------- 16:07:34:675 [INFO] 16:07:34:675 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests --- 16:07:34:675 [INFO] 16:07:34:675 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests --- 16:07:34:682 [INFO] 16:07:34:682 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests --- 16:07:34:682 [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:07:34:683 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/main/resources 16:07:34:683 [INFO] 16:07:34:683 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests --- 16:07:34:685 [INFO] Changes detected - recompiling the module! 16:07:34:685 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/classes 16:07:36:006 [INFO] 16:07:36:006 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests --- 16:07:36:007 [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:07:36:007 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/test/resources 16:07:36:007 [INFO] 16:07:36:007 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests --- 16:07:36:008 [INFO] No sources to compile 16:07:36:008 [INFO] 16:07:36:008 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests --- 16:07:36:010 [INFO] No tests to run. 16:07:36:010 [INFO] 16:07:36:010 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests --- 16:07:36:014 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.0.0.M2.jar 16:07:36:019 [INFO] 16:07:36:019 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests --- 16:07:37:719 [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.0.0.M2 in the shaded jar. 16:07:37:719 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.0.0.M2 in the shaded jar. 16:07:37:719 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar. 16:07:37:720 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar. 16:07:38:746 [WARNING] eclipse-collections-11.0.0.M2.jar, eclipse-collections-api-11.0.0.M2.jar, jcstress-core-0.4.jar, jcstress-tests-11.0.0.M2.jar, jopt-simple-4.6.jar define 1 overlapping resources: 16:07:38:746 [WARNING] - META-INF/MANIFEST.MF 16:07:38:746 [WARNING] eclipse-collections-11.0.0.M2.jar, eclipse-collections-api-11.0.0.M2.jar define 3 overlapping resources: 16:07:38:747 [WARNING] - LICENSE-EDL-1.0.txt 16:07:38:747 [WARNING] - LICENSE-EPL-1.0.txt 16:07:38:747 [WARNING] - about.html 16:07:38:747 [WARNING] maven-shade-plugin has detected that some class files are 16:07:38:747 [WARNING] present in two or more JARs. When this happens, only one 16:07:38:747 [WARNING] single version of the class is copied to the uber jar. 16:07:38:747 [WARNING] Usually this is not harmful and you can skip these warnings, 16:07:38:747 [WARNING] otherwise try to manually exclude artifacts based on 16:07:38:747 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 16:07:38:747 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ 16:07:38:753 [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.M2-shaded.jar 16:07:38:754 [INFO] 16:07:38:754 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests --- 16:07:38:757 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.0.0.M2-sources.jar 16:07:38:761 [INFO] 16:07:38:761 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests --- 16:07:38:769 [INFO] No dependency problems found 16:07:38:769 [INFO] 16:07:38:769 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests --- 16:07:38:770 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.0.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/11.0.0.M2/jcstress-tests-11.0.0.M2.jar 16:07:38:778 [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.M2/jcstress-tests-11.0.0.M2.pom 16:07:38:780 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-11.0.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/11.0.0.M2/jcstress-tests-11.0.0.M2-sources.jar 16:07:38:781 [INFO] 16:07:38:781 [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- 16:07:38:781 [INFO] Building Eclipse Collections p2 Repository Build 11.0.0.M2 [9/10] 16:07:38:781 [INFO] --------------------------------[ pom ]--------------------------------- 16:07:38:791 [INFO] 16:07:38:791 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository --- 16:07:38:800 [INFO] 16:07:38:800 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository --- 16:07:38:837 [INFO] 16:07:38:837 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository --- 16:07:38:989 [INFO] Skipping pom project 16:07:38:989 [INFO] 16:07:38:989 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository --- 16:07:39:002 [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.M2/p2-repository-11.0.0.M2.pom 16:07:39:004 [INFO] 16:07:39:004 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >----------- 16:07:39:004 [INFO] Building Eclipse Collections OSGi Bundle 11.0.0.M2 [10/10] 16:07:39:005 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 16:07:39:497 [INFO] 16:07:39:497 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections --- 16:07:39:498 [INFO] 16:07:39:498 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections --- 16:07:43:881 [INFO] The project's OSGi version is 11.0.0.M2.v20210318-1645 16:07:43:881 [INFO] 16:07:43:881 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections --- 16:07:43:882 [INFO] 16:07:43:882 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections --- 16:07:43:886 [INFO] 16:07:43:887 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections --- 16:07:43:920 [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:07:43:923 [INFO] Copying 2 resources 16:07:43:928 [INFO] 16:07:43:928 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections --- 16:07:43:963 [INFO] No sources to compile 16:07:43:963 [INFO] 16:07:43:963 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.eclipse.collections --- 16:07:43:981 [INFO] Gathering dependencies 16:07:43:989 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:11.0.0.M2:jar 16:07:43:996 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:11.0.0.M2:jar 16:07:43:996 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 16:07:45:125 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 16:07:45:467 [INFO] Merging collected dependencies 16:07:45:470 [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:07:45:554 [INFO] Copying 5293 resources 16:07:46:782 [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.M2.jar 16:07:50:918 [INFO] Gathering sources 16:07:50:920 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:11.0.0.M2:jar 16:07:50:920 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:11.0.0.M2:jar 16:07:50:920 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-11.0.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 16:07:51:583 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 16:07:52:003 [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:07:52:004 [INFO] Copying 2 resources 16:07:52:004 [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.M2-sources.jar 16:07:52:837 [INFO] Packing and signing bundle 16:07:52:837 [WARNING] No version defined in the efective model for plugin org.eclipse.tycho.extras:tycho-pack200a-plugin. Please consider defining one in the pluginManagement section. Falling back to version "1.2.0" 16:07:54:827 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M2.jar 16:08:24:713 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M2.jar 16:08:37:806 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M2-sources.jar 16:08:47:076 [WARNING] No version defined in the efective model for plugin org.eclipse.tycho.extras:tycho-pack200a-plugin. Please consider defining one in the pluginManagement section. Falling back to version "1.2.0" 16:08:48:005 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M2.jar 16:08:59:925 [INFO] Assembling p2 repository 16:09:00:670 [INFO] 16:09:00:670 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections --- 16:09:00:671 [INFO] 16:09:00:671 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections --- 16:09:01:792 [INFO] No dependency problems found 16:09:01:792 [INFO] 16:09:01:792 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections --- 16:09:01:794 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0.M2/org.eclipse.collections-11.0.0.M2.jar 16:09:01:803 [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.M2/org.eclipse.collections-11.0.0.M2.pom 16:09:01:828 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0.M2/org.eclipse.collections-11.0.0.M2-sources.jar 16:09:01:853 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-11.0.0.M2.jar.pack.gz to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/11.0.0.M2/org.eclipse.collections-11.0.0.M2-pack200.jar.pack.gz 16:09:01:889 [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.M2/org.eclipse.collections-11.0.0.M2-p2metadata.xml 16:09:01:931 [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.M2/org.eclipse.collections-11.0.0.M2-p2artifacts.xml 16:09:01:932 [INFO] 16:09:01:932 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections --- 16:09:01:934 [INFO] ------------------------------------------------------------------------ 16:09:01:934 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.0.0.M2: 16:09:01:934 [INFO] 16:09:01:934 [INFO] Eclipse Collections Parent Project ................. SUCCESS [ 8.860 s] 16:09:01:934 [INFO] Eclipse Collections Code Generator ................. SUCCESS [ 3.454 s] 16:09:01:935 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [ 5.302 s] 16:09:01:935 [INFO] Eclipse Collections API ............................ SUCCESS [ 12.915 s] 16:09:01:935 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 37.184 s] 16:09:01:935 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [ 6.478 s] 16:09:01:935 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [ 4.252 s] 16:09:01:935 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [ 4.724 s] 16:09:01:935 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [ 0.223 s] 16:09:01:936 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [01:22 min] 16:09:01:936 [INFO] ------------------------------------------------------------------------ 16:09:01:936 [INFO] BUILD SUCCESS 16:09:01:936 [INFO] ------------------------------------------------------------------------ 16:09:01:936 [INFO] Total time: 03:53 min 16:09:01:936 [INFO] Finished at: 2021-03-19T16:09:01Z 16:09:01:937 [INFO] ------------------------------------------------------------------------ [publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=11.0.0.M2 -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" 16:09:04:050 [INFO] Error stacktraces are turned on. 16:09:04:288 [INFO] Scanning for projects... 16:09:08:212 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml 16:09:08:405 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B) 16:09:08:509 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 16:09:08:536 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) 16:09:08:650 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) 16:09:08:763 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) 16:09:08:869 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) 16:09:08:975 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) 16:09:09:092 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository 16:09:09:108 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml 16:09:09:952 [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB) 16:09:10:067 [WARNING] The following locally built units have been used to resolve project dependencies: 16:09:10:067 [WARNING] org.eclipse.collections/11.0.0.v20210318-1645 16:09:10:069 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml 16:09:10:090 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml 16:09:10:098 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository 16:09:10:109 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml 16:09:10:131 [WARNING] The following locally built units have been used to resolve project dependencies: 16:09:10:131 [WARNING] org.eclipse.collections/11.0.0.v20210318-1645 16:09:10:131 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml 16:09:10:132 [INFO] ------------------------------------------------------------------------ 16:09:10:132 [INFO] Reactor Build Order: 16:09:10:132 [INFO] 16:09:10:134 [INFO] Eclipse Collections p2 Repository with Feature Build [pom] 16:09:10:134 [INFO] org.eclipse.collections.feature [eclipse-feature] 16:09:10:134 [INFO] p2-repository [eclipse-repository] 16:09:10:137 [INFO] 16:09:10:137 [INFO] -----------------< org.eclipse.collections:p2-feature >----------------- 16:09:10:138 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT [1/3] 16:09:10:138 [INFO] --------------------------------[ pom ]--------------------------------- 16:09:10:739 [INFO] 16:09:10:739 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature --- 16:09:10:867 [INFO] 16:09:10:867 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature --- 16:09:13:637 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-feature/11.0.0-SNAPSHOT/p2-feature-11.0.0-SNAPSHOT.pom 16:09:13:659 [INFO] 16:09:13:659 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >------- 16:09:13:659 [INFO] Building org.eclipse.collections.feature 11.0.0-SNAPSHOT [2/3] 16:09:13:659 [INFO] --------------------------[ eclipse-feature ]--------------------------- 16:09:13:662 [INFO] 16:09:13:662 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature --- 16:09:13:663 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target 16:09:13:664 [INFO] 16:09:13:664 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature --- 16:09:13:940 [INFO] The project's OSGi version is 11.0.0.v20210318-1645 16:09:13:940 [INFO] 16:09:13:940 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature --- 16:09:13:942 [INFO] 16:09:13:942 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature --- 16:09:13:943 [INFO] 16:09:13:943 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature --- 16:09:14:002 [INFO] 16:09:14:003 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature --- 16:09:14:047 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.0.0-SNAPSHOT.jar 16:09:14:060 [INFO] 16:09:14:060 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature --- 16:09:14:080 [INFO] 16:09:14:080 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature --- 16:09:14:082 [INFO] 16:09:14:082 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature --- 16:09:14:107 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.0.0-SNAPSHOT-sources-feature.jar 16:09:14:163 [INFO] 16:09:14:163 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature --- 16:09:14:168 [INFO] 16:09:14:168 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.collections.feature --- 16:09:20:296 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.0.0-SNAPSHOT.jar 16:09:21:477 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.0.0-SNAPSHOT-sources-feature.jar 16:09:22:585 [INFO] 16:09:22:585 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature --- 16:09:22:649 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/11.0.0-SNAPSHOT/org.eclipse.collections.feature-11.0.0-SNAPSHOT.jar 16:09:22:671 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/11.0.0-SNAPSHOT/org.eclipse.collections.feature-11.0.0-SNAPSHOT.pom 16:09:22:703 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/11.0.0-SNAPSHOT/org.eclipse.collections.feature-11.0.0-SNAPSHOT-p2metadata.xml 16:09:22:748 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/11.0.0-SNAPSHOT/org.eclipse.collections.feature-11.0.0-SNAPSHOT-p2artifacts.xml 16:09:22:770 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/11.0.0-SNAPSHOT/org.eclipse.collections.feature-11.0.0-SNAPSHOT-sources-feature.jar 16:09:22:820 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/11.0.0-SNAPSHOT/org.eclipse.collections.feature-11.0.0-SNAPSHOT-p2metadata.xml 16:09:22:862 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/11.0.0-SNAPSHOT/org.eclipse.collections.feature-11.0.0-SNAPSHOT-p2artifacts.xml 16:09:22:864 [INFO] 16:09:22:864 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature --- 16:09:22:866 [INFO] 16:09:22:866 [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- 16:09:22:866 [INFO] Building p2-repository 11.0.0-SNAPSHOT [3/3] 16:09:22:866 [INFO] -------------------------[ eclipse-repository ]------------------------- 16:09:22:867 [INFO] 16:09:22:867 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository --- 16:09:22:869 [INFO] 16:09:22:869 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository --- 16:09:22:890 [INFO] The project's OSGi version is 11.0.0.v20210318-1645 16:09:22:891 [INFO] 16:09:22:891 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository --- 16:09:22:892 [INFO] 16:09:22:892 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository --- 16:09:24:956 [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:09:24:956 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources 16:09:24:956 [INFO] 16:09:24:957 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository --- 16:09:24:966 [INFO] 16:09:24:966 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository --- 16:09:24:974 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] 16:09:25:006 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] 16:09:25:006 [INFO] 16:09:25:006 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository --- 16:09:25:009 [INFO] 16:09:25:009 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository --- 16:09:25:020 [INFO] 16:09:25:020 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository --- 16:09:25:021 [INFO] 16:09:25:021 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository --- 16:09:26:788 [INFO] 16:09:26:788 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository --- 16:09:26:797 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-11.0.0-SNAPSHOT.zip 16:09:27:146 [INFO] 16:09:27:146 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository --- 16:09:27:147 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-11.0.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/11.0.0-SNAPSHOT/p2-repository-11.0.0-SNAPSHOT.zip 16:09:27:160 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/11.0.0-SNAPSHOT/p2-repository-11.0.0-SNAPSHOT.pom 16:09:27:162 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/11.0.0-SNAPSHOT/p2-repository-11.0.0-SNAPSHOT-p2metadata.xml 16:09:27:195 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/11.0.0-SNAPSHOT/p2-repository-11.0.0-SNAPSHOT-p2artifacts.xml 16:09:27:196 [INFO] 16:09:27:197 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository --- 16:09:27:198 [INFO] ------------------------------------------------------------------------ 16:09:27:198 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT: 16:09:27:198 [INFO] 16:09:27:198 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [ 3.522 s] 16:09:27:199 [INFO] org.eclipse.collections.feature .................... SUCCESS [ 9.207 s] 16:09:27:199 [INFO] p2-repository ...................................... SUCCESS [ 4.332 s] 16:09:27:199 [INFO] ------------------------------------------------------------------------ 16:09:27:199 [INFO] BUILD SUCCESS 16:09:27:199 [INFO] ------------------------------------------------------------------------ 16:09:27:200 [INFO] Total time: 23.109 s 16:09:27:200 [INFO] Finished at: 2021-03-19T16:09:27Z 16:09:27:200 [INFO] ------------------------------------------------------------------------ [publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=11.0.0.M2 -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" 16:09:29:350 [INFO] Error stacktraces are turned on. 16:09:29:583 [INFO] Scanning for projects... 16:09:31:357 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml 16:09:31:671 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B) 16:09:31:773 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 16:09:32:037 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) 16:09:32:154 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository 16:09:32:168 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml 16:09:32:503 [WARNING] The following locally built units have been used to resolve project dependencies: 16:09:32:503 [WARNING] org.eclipse.collections/11.0.0.v20210318-1645 16:09:32:505 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml 16:09:32:522 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml 16:09:32:526 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository 16:09:32:531 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml 16:09:32:546 [WARNING] The following locally built units have been used to resolve project dependencies: 16:09:32:546 [WARNING] org.eclipse.collections/11.0.0.v20210318-1645 16:09:32:546 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml 16:09:32:547 [INFO] ------------------------------------------------------------------------ 16:09:32:547 [INFO] Reactor Build Order: 16:09:32:547 [INFO] 16:09:32:548 [INFO] Eclipse Collections p2 Repository with Feature Build [pom] 16:09:32:549 [INFO] org.eclipse.collections.feature [eclipse-feature] 16:09:32:549 [INFO] p2-repository [eclipse-repository] 16:09:32:552 [INFO] 16:09:32:552 [INFO] -----------------< org.eclipse.collections:p2-feature >----------------- 16:09:32:552 [INFO] Building Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT [1/3] 16:09:32:552 [INFO] --------------------------------[ pom ]--------------------------------- 16:09:32:559 [INFO] 16:09:32:559 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature --- 16:09:32:596 [INFO] 16:09:32:596 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature --- 16:09:32:629 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-feature/11.0.0-SNAPSHOT/p2-feature-11.0.0-SNAPSHOT.pom 16:09:32:635 [INFO] 16:09:32:635 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >------- 16:09:32:635 [INFO] Building org.eclipse.collections.feature 11.0.0-SNAPSHOT [2/3] 16:09:32:635 [INFO] --------------------------[ eclipse-feature ]--------------------------- 16:09:32:638 [INFO] 16:09:32:638 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature --- 16:09:32:639 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target 16:09:32:640 [INFO] 16:09:32:640 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature --- 16:09:32:939 [INFO] The project's OSGi version is 11.0.0.v20210318-1645 16:09:32:940 [INFO] 16:09:32:940 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature --- 16:09:32:941 [INFO] 16:09:32:941 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature --- 16:09:32:943 [INFO] 16:09:32:943 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature --- 16:09:33:025 [INFO] 16:09:33:025 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature --- 16:09:33:085 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.0.0-SNAPSHOT.jar 16:09:33:099 [INFO] 16:09:33:099 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature --- 16:09:33:114 [INFO] 16:09:33:114 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature --- 16:09:33:116 [INFO] 16:09:33:117 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature --- 16:09:33:137 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.0.0-SNAPSHOT-sources-feature.jar 16:09:33:207 [INFO] 16:09:33:207 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature --- 16:09:33:212 [INFO] 16:09:33:212 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.collections.feature --- 16:09:33:328 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.0.0-SNAPSHOT.jar 16:09:34:576 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.0.0-SNAPSHOT-sources-feature.jar 16:09:35:686 [INFO] 16:09:35:686 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature --- 16:09:35:706 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/11.0.0-SNAPSHOT/org.eclipse.collections.feature-11.0.0-SNAPSHOT.jar 16:09:35:707 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/11.0.0-SNAPSHOT/org.eclipse.collections.feature-11.0.0-SNAPSHOT.pom 16:09:35:712 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/11.0.0-SNAPSHOT/org.eclipse.collections.feature-11.0.0-SNAPSHOT-p2metadata.xml 16:09:35:742 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/11.0.0-SNAPSHOT/org.eclipse.collections.feature-11.0.0-SNAPSHOT-p2artifacts.xml 16:09:35:745 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-11.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/11.0.0-SNAPSHOT/org.eclipse.collections.feature-11.0.0-SNAPSHOT-sources-feature.jar 16:09:35:787 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/11.0.0-SNAPSHOT/org.eclipse.collections.feature-11.0.0-SNAPSHOT-p2metadata.xml 16:09:35:844 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/11.0.0-SNAPSHOT/org.eclipse.collections.feature-11.0.0-SNAPSHOT-p2artifacts.xml 16:09:35:845 [INFO] 16:09:35:845 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature --- 16:09:35:847 [INFO] 16:09:35:847 [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- 16:09:35:847 [INFO] Building p2-repository 11.0.0-SNAPSHOT [3/3] 16:09:35:847 [INFO] -------------------------[ eclipse-repository ]------------------------- 16:09:35:849 [INFO] 16:09:35:849 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository --- 16:09:35:850 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target 16:09:35:856 [INFO] 16:09:35:856 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository --- 16:09:35:870 [INFO] The project's OSGi version is 11.0.0.v20210318-1645 16:09:35:870 [INFO] 16:09:35:870 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository --- 16:09:35:871 [INFO] 16:09:35:871 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository --- 16:09:35:902 [INFO] Using 'UTF-8' encoding to copy filtered resources. 16:09:35:902 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources 16:09:35:902 [INFO] 16:09:35:902 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository --- 16:09:35:912 [INFO] 16:09:35:912 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository --- 16:09:35:919 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] 16:09:35:945 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] 16:09:35:945 [INFO] 16:09:35:945 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ p2-repository --- 16:09:35:948 [INFO] 16:09:35:948 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ p2-repository --- 16:09:35:978 [INFO] 16:09:35:978 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository --- 16:09:35:979 [INFO] 16:09:35:979 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository --- 16:09:37:553 [INFO] 16:09:37:553 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ p2-repository --- 16:09:37:562 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-11.0.0-SNAPSHOT.zip 16:09:37:885 [INFO] 16:09:37:885 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository --- 16:09:37:886 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-11.0.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/11.0.0-SNAPSHOT/p2-repository-11.0.0-SNAPSHOT.zip 16:09:37:898 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/11.0.0-SNAPSHOT/p2-repository-11.0.0-SNAPSHOT.pom 16:09:37:986 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2content.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/11.0.0-SNAPSHOT/p2-repository-11.0.0-SNAPSHOT-p2metadata.xml 16:09:37:988 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/11.0.0-SNAPSHOT/p2-repository-11.0.0-SNAPSHOT-p2artifacts.xml 16:09:37:990 [INFO] 16:09:37:990 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ p2-repository --- 16:09:37:991 [INFO] ------------------------------------------------------------------------ 16:09:37:991 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 11.0.0-SNAPSHOT: 16:09:37:992 [INFO] 16:09:37:992 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [ 0.083 s] 16:09:37:992 [INFO] org.eclipse.collections.feature .................... SUCCESS [ 3.212 s] 16:09:37:992 [INFO] p2-repository ...................................... SUCCESS [ 2.144 s] 16:09:37:992 [INFO] ------------------------------------------------------------------------ 16:09:37:993 [INFO] BUILD SUCCESS 16:09:37:993 [INFO] ------------------------------------------------------------------------ 16:09:37:993 [INFO] Total time: 8.627 s 16:09:37:993 [INFO] Finished at: 2021-03-19T16:09:37Z 16:09:37:993 [INFO] ------------------------------------------------------------------------ [publish-p2-repo] $ /bin/bash /tmp/jenkins11993447780966445701.sh running command ssh genie.collections@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/collections/11.0.0.M2 running command ssh genie.collections@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/collections/11.0.0.M2 running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections total 35756 drwxrwsr-x 30 genie.collections technology.collections 4096 Mar 19 12:09 . drwxr-xr-x 341 root root 12288 Mar 4 18:29 .. drwxrwsr-x 3 genie.collections technology.collections 68 Jul 11 2019 10.0.0 drwxrwsr-x 3 genie.collections technology.collections 71 Sep 25 2018 10.0.0.M2 drwxrwsr-x 3 genie.collections technology.collections 68 Dec 4 2019 10.1.0 drwxrwsr-x 3 genie.collections technology.collections 71 Nov 22 2019 10.1.0.M1 drwxrwsr-x 3 genie.collections technology.collections 71 Nov 25 2019 10.1.0.M2 drwxrwsr-x 3 genie.collections technology.collections 68 Feb 11 2020 10.2.0 drwxrwsr-x 3 genie.collections technology.collections 68 Aug 7 2020 10.3.0 drwxrwsr-x 3 genie.collections technology.collections 71 Jul 3 2020 10.3.0.M1 drwxrwsr-x 3 genie.collections technology.collections 71 Jul 15 2020 10.3.0.M3 drwxrwsr-x 3 genie.collections technology.collections 71 Jul 16 2020 10.3.0.M4 drwxrwsr-x 3 genie.collections technology.collections 71 Jul 30 2020 10.3.0.M5 drwxrwsr-x 3 genie.collections technology.collections 68 Aug 20 2020 10.4.0 drwxrwsr-x 3 genie.collections technology.collections 71 Nov 2 13:33 11.0.0.M1 drwxrwsr-x 2 genie.collections technology.collections 10 Mar 19 12:09 11.0.0.M2 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.M2 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.M2 running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/11.0.0.M2 total 32260 drwxrwsr-x 3 genie.collections technology.collections 77 Mar 19 12:09 . drwxrwsr-x 30 genie.collections technology.collections 4096 Mar 19 12:09 .. -rw-r--r-- 1 genie.collections technology.collections 17373879 Mar 19 12:09 p2-repository-11.0.0-SNAPSHOT.zip drwxr-sr-x 4 genie.collections technology.collections 171 Mar 19 12:09 repository running command ssh genie.collections@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/collections/11.0.0.M2/p2-repository-*.zip /home/data/httpd/download.eclipse.org/collections/11.0.0.M2/p2-repository-11.0.0.M2.zip running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/11.0.0.M2 total 32260 drwxrwsr-x 3 genie.collections technology.collections 71 Mar 19 12:09 . drwxrwsr-x 30 genie.collections technology.collections 4096 Mar 19 12:09 .. -rw-r--r-- 1 genie.collections technology.collections 17373879 Mar 19 12:09 p2-repository-11.0.0.M2.zip drwxr-sr-x 4 genie.collections technology.collections 171 Mar 19 12:09 repository All DONE!!! $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 77 killed; [ssh-agent] Stopped. Sending e-mails to: nikhilnanivadekar@gmail.com Finished: SUCCESS