Started by user Nikhil Nanivadekar Running as Nikhil Nanivadekar Agent basic-jg1sl is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-jg1sl" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.collections.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-jg1sl" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\ \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-jg1sl" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.collections.svc.cluster.local/collections/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-collections" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-jg1sl 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-7ecBaSgoqOhA/agent.70 SSH_AGENT_PID=72 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_2867764324719671852.key (/home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_2867764324719671852.key) [ssh-agent] Using credentials genie.collections (ssh://genie.collections@projects-storage.eclipse.org) using credential github-bot-ssh Cloning the remote Git repository Cloning repository git@github.com:eclipse/eclipse-collections.git > git init /home/jenkins/agent/workspace/publish-p2-repo # timeout=10 Fetching upstream changes from git@github.com:eclipse/eclipse-collections.git > git --version # timeout=10 using GIT_SSH to set credentials GitHub bot SSH > git fetch --tags --force --progress -- git@github.com:eclipse/eclipse-collections.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:eclipse/eclipse-collections.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:eclipse/eclipse-collections.git # timeout=10 Fetching upstream changes from git@github.com:eclipse/eclipse-collections.git using GIT_SSH to set credentials GitHub bot SSH > git fetch --tags --force --progress -- git@github.com:eclipse/eclipse-collections.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse tags/10.3.0.M3^{commit} # timeout=10 > git rev-parse refs/remotes/origin/tags/10.3.0.M3^{commit} # timeout=10 Checking out Revision 30fbfcdc978e62053ad186f4f14f59876cc3aa5f (tags/10.3.0.M3) > git config core.sparsecheckout # timeout=10 > git checkout -f 30fbfcdc978e62053ad186f4f14f59876cc3aa5f # timeout=10 Commit message: "Release version 10.3.0.M3." First time build. Skipping changelog. [publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_TAG=10.3.0.M3 -DsigningServiceType=eclipse -Dsurefire.useFile=false -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository -pl !jmh-scala-tests,!jmh-tests,!junit-trait-runner,!scala-unit-tests,!serialization-tests,!test-coverage,!unit-tests-java8,!unit-tests clean install Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" 18:22:17:260 [INFO] Error stacktraces are turned on. 18:22:17:475 [INFO] Scanning for projects... 18:22:57:240 [INFO] ------------------------------------------------------------------------ 18:22:57:240 [INFO] Reactor Build Order: 18:22:57:241 [INFO] 18:22:57:242 [INFO] Eclipse Collections Parent Project [pom] 18:22:57:242 [INFO] Eclipse Collections Code Generator [jar] 18:22:57:242 [INFO] Eclipse Collections Code Generator Maven Plugin [maven-plugin] 18:22:57:242 [INFO] Eclipse Collections API [jar] 18:22:57:242 [INFO] Eclipse Collections Main Library [jar] 18:22:57:243 [INFO] Eclipse Collections Test Utilities [jar] 18:22:57:243 [INFO] Eclipse Collections Fork Join Utilities [jar] 18:22:57:243 [INFO] Eclipse Collections JCStress Test Suite [jar] 18:22:57:243 [INFO] Eclipse Collections p2 Repository Build [pom] 18:22:57:244 [INFO] Eclipse Collections OSGi Bundle [eclipse-bundle-recipe] 18:22:57:248 [INFO] 18:22:57:248 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >--------- 18:22:57:248 [INFO] Building Eclipse Collections Parent Project 10.3.0.M3 [1/10] 18:22:57:248 [INFO] --------------------------------[ pom ]--------------------------------- 18:22:57:559 [INFO] 18:22:57:559 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent --- 18:22:57:598 [INFO] 18:22:57:599 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent --- 18:22:58:046 [INFO] 18:22:58:046 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent --- 18:23:01:258 [INFO] Skipping pom project 18:23:01:258 [INFO] 18:23:01:258 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent --- 18:23:01:480 [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/10.3.0.M3/eclipse-collections-parent-10.3.0.M3.pom 18:23:01:485 [INFO] 18:23:01:485 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >----- 18:23:01:485 [INFO] Building Eclipse Collections Code Generator 10.3.0.M3 [2/10] 18:23:01:486 [INFO] --------------------------------[ jar ]--------------------------------- 18:23:01:953 [INFO] 18:23:01:953 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator --- 18:23:01:954 [INFO] 18:23:01:954 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator --- 18:23:01:964 [INFO] 18:23:01:964 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator --- 18:23:02:107 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:23:02:117 [INFO] Copying 355 resources 18:23:02:210 [INFO] 18:23:02:210 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator --- 18:23:02:445 [INFO] Changes detected - recompiling the module! 18:23:02:452 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/classes 18:23:03:171 [INFO] 18:23:03:171 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator --- 18:23:03:173 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:23:03:173 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/src/test/resources 18:23:03:173 [INFO] 18:23:03:173 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator --- 18:23:03:198 [INFO] Changes detected - recompiling the module! 18:23:03:198 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/test-classes 18:23:03:719 [INFO] 18:23:03:719 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator --- 18:23:04:306 [INFO] 18:23:04:307 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator --- 18:23:04:504 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0.M3.jar 18:23:04:611 [INFO] 18:23:04:611 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator --- 18:23:04:672 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0.M3-sources.jar 18:23:04:807 [INFO] 18:23:04:807 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator --- 18:23:04:828 [INFO] No dependency problems found 18:23:04:828 [INFO] 18:23:04:828 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator --- 18:23:04:831 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0.M3.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.3.0.M3/eclipse-collections-code-generator-10.3.0.M3.jar 18:23:04:832 [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/10.3.0.M3/eclipse-collections-code-generator-10.3.0.M3.pom 18:23:04:834 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.3.0.M3-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.3.0.M3/eclipse-collections-code-generator-10.3.0.M3-sources.jar 18:23:04:837 [INFO] 18:23:04:837 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >-- 18:23:04:837 [INFO] Building Eclipse Collections Code Generator Maven Plugin 10.3.0.M3 [3/10] 18:23:04:837 [INFO] ----------------------------[ maven-plugin ]---------------------------- 18:23:05:284 [INFO] 18:23:05:284 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin --- 18:23:05:285 [INFO] 18:23:05:285 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin --- 18:23:05:315 [INFO] 18:23:05:315 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin --- 18:23:05:316 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:23:05:317 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/main/resources 18:23:05:317 [INFO] 18:23:05:317 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin --- 18:23:05:320 [INFO] Changes detected - recompiling the module! 18:23:05:320 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/classes 18:23:05:672 [INFO] 18:23:05:672 [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin --- 18:23:07:173 [INFO] Using 'UTF-8' encoding to read mojo source files. 18:23:07:231 [INFO] java-javadoc mojo extractor found 1 mojo descriptor. 18:23:07:315 [INFO] java-annotations mojo extractor found 0 mojo descriptor. 18:23:07:402 [INFO] 18:23:07:402 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin --- 18:23:07:403 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:23:07:403 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/test/resources 18:23:07:404 [INFO] 18:23:07:404 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin --- 18:23:07:405 [INFO] No sources to compile 18:23:07:405 [INFO] 18:23:07:405 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin --- 18:23:07:407 [INFO] No tests to run. 18:23:07:407 [INFO] 18:23:07:407 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin --- 18:23:07:410 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.3.0.M3.jar 18:23:07:414 [INFO] 18:23:07:414 [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin --- 18:23:07:416 [INFO] 18:23:07:416 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin --- 18:23:07:418 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.3.0.M3-sources.jar 18:23:07:422 [INFO] 18:23:07:422 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin --- 18:23:07:425 [INFO] No dependency problems found 18:23:07:425 [INFO] 18:23:07:425 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin --- 18:23:07:427 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.3.0.M3.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.3.0.M3/eclipse-collections-code-generator-maven-plugin-10.3.0.M3.jar 18:23:07:429 [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/10.3.0.M3/eclipse-collections-code-generator-maven-plugin-10.3.0.M3.pom 18:23:07:442 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.3.0.M3-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.3.0.M3/eclipse-collections-code-generator-maven-plugin-10.3.0.M3-sources.jar 18:23:07:444 [INFO] 18:23:07:444 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >----------- 18:23:07:444 [INFO] Building Eclipse Collections API 10.3.0.M3 [4/10] 18:23:07:444 [INFO] --------------------------------[ jar ]--------------------------------- 18:23:07:548 [INFO] 18:23:07:548 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api --- 18:23:07:548 [INFO] 18:23:07:548 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api --- 18:23:07:550 [INFO] 18:23:07:551 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0.M3:generate (default) @ eclipse-collections-api --- 18:23:07:557 [INFO] Generating sources to eclipse-collections-api 18:23:08:420 [INFO] Generated 1171 files 18:23:08:421 [INFO] 18:23:08:421 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api --- 18:23:08:422 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:23:08:422 [INFO] Copying 3 resources 18:23:08:423 [INFO] 18:23:08:423 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api --- 18:23:08:558 [INFO] Changes detected - recompiling the module! 18:23:08:559 [INFO] Compiling 1393 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/classes 18:23:12:016 [INFO] 18:23:12:017 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections-api --- 18:23:13:550 [WARNING] Cannot consider developer in line '76' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 18:23:13:551 [WARNING] Cannot consider developer in line '81' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 18:23:13:551 [WARNING] Cannot consider developer in line '86' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 18:23:13:552 [WARNING] Cannot consider developer in line '91' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 18:23:13:552 [WARNING] Cannot consider developer in line '96' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 18:23:14:140 [INFO] 18:23:14:140 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api --- 18:23:14:141 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:23:14:141 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/src/test/resources 18:23:14:142 [INFO] 18:23:14:142 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api --- 18:23:14:143 [INFO] No sources to compile 18:23:14:143 [INFO] 18:23:14:143 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api --- 18:23:14:145 [INFO] No tests to run. 18:23:14:145 [INFO] 18:23:14:145 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-api --- 18:23:14:254 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.M3.jar 18:23:14:422 [INFO] 18:23:14:422 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-api --- 18:23:14:453 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.M3-sources.jar 18:23:14:733 [INFO] 18:23:14:733 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-api --- 18:23:14:856 [INFO] No dependency problems found 18:23:14:856 [INFO] 18:23:14:856 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api --- 18:23:14:857 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.M3.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/10.3.0.M3/eclipse-collections-api-10.3.0.M3.jar 18:23:14:859 [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/10.3.0.M3/eclipse-collections-api-10.3.0.M3.pom 18:23:14:860 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.M3-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/10.3.0.M3/eclipse-collections-api-10.3.0.M3-sources.jar 18:23:14:863 [INFO] 18:23:14:863 [INFO] ------------< org.eclipse.collections:eclipse-collections >------------- 18:23:14:864 [INFO] Building Eclipse Collections Main Library 10.3.0.M3 [5/10] 18:23:14:864 [INFO] --------------------------------[ jar ]--------------------------------- 18:23:14:865 [INFO] 18:23:14:865 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections --- 18:23:14:866 [INFO] 18:23:14:866 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections --- 18:23:14:868 [INFO] 18:23:14:868 [INFO] --- eclipse-collections-code-generator-maven-plugin:10.3.0.M3:generate (default) @ eclipse-collections --- 18:23:14:868 [INFO] Generating sources to eclipse-collections 18:23:17:762 [INFO] Generated 1438 files 18:23:17:762 [INFO] 18:23:17:762 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections --- 18:23:17:763 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:23:17:764 [INFO] Copying 24 resources 18:23:17:768 [INFO] 18:23:17:768 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections --- 18:23:17:922 [INFO] Changes detected - recompiling the module! 18:23:17:923 [INFO] Compiling 2093 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/classes 18:23:42:235 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[54,15] Unsafe is internal proprietary API and may be removed in a future release 18:23:42:235 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[79,25] Unsafe is internal proprietary API and may be removed in a future release 18:23:42:235 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2281,19] Unsafe is internal proprietary API and may be removed in a future release 18:23:42:236 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2285,19] Unsafe is internal proprietary API and may be removed in a future release 18:23:42:236 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2291,83] Unsafe is internal proprietary API and may be removed in a future release 18:23:42:236 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2293,27] Unsafe is internal proprietary API and may be removed in a future release 18:23:42:237 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2295,34] Unsafe is internal proprietary API and may be removed in a future release 18:23:42:237 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2297,32] Unsafe is internal proprietary API and may be removed in a future release 18:23:42:238 [INFO] 18:23:42:238 [INFO] --- bnd-maven-plugin:5.1.1:bnd-process (default) @ eclipse-collections --- 18:23:42:302 [WARNING] Cannot consider developer in line '76' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 18:23:42:302 [WARNING] Cannot consider developer in line '81' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 18:23:42:302 [WARNING] Cannot consider developer in line '86' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 18:23:42:302 [WARNING] Cannot consider developer in line '91' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 18:23:42:303 [WARNING] Cannot consider developer in line '96' of file '/home/jenkins/agent/workspace/publish-p2-repo/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id. 18:23:44:382 [INFO] 18:23:44:382 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections --- 18:23:44:383 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:23:44:383 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/test/resources 18:23:44:383 [INFO] 18:23:44:383 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections --- 18:23:44:384 [INFO] No sources to compile 18:23:44:384 [INFO] 18:23:44:384 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections --- 18:23:44:386 [INFO] No tests to run. 18:23:44:387 [INFO] 18:23:44:387 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections --- 18:23:44:604 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.M3.jar 18:23:45:238 [INFO] 18:23:45:238 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections --- 18:23:45:300 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.M3-sources.jar 18:23:45:701 [INFO] 18:23:45:701 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections --- 18:23:46:262 [INFO] No dependency problems found 18:23:46:262 [INFO] 18:23:46:262 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections --- 18:23:46:263 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.M3.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/10.3.0.M3/eclipse-collections-10.3.0.M3.jar 18:23:46:270 [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/10.3.0.M3/eclipse-collections-10.3.0.M3.pom 18:23:46:271 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.M3-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/10.3.0.M3/eclipse-collections-10.3.0.M3-sources.jar 18:23:46:279 [INFO] 18:23:46:279 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >-------- 18:23:46:279 [INFO] Building Eclipse Collections Test Utilities 10.3.0.M3 [6/10] 18:23:46:279 [INFO] --------------------------------[ jar ]--------------------------------- 18:23:46:640 [INFO] 18:23:46:640 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils --- 18:23:46:641 [INFO] 18:23:46:641 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils --- 18:23:46:645 [INFO] 18:23:46:646 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-testutils --- 18:23:48:712 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/publish-p2-repo/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/jacoco.exec 18:23:48:713 [INFO] 18:23:48:713 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils --- 18:23:48:714 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:23:48:714 [INFO] Copying 3 resources 18:23:48:715 [INFO] 18:23:48:715 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils --- 18:23:48:717 [INFO] Changes detected - recompiling the module! 18:23:48:718 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/classes 18:23:49:721 [INFO] 18:23:49:721 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils --- 18:23:49:722 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:23:49:722 [INFO] Copying 1 resource 18:23:49:722 [INFO] 18:23:49:722 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils --- 18:23:49:724 [INFO] Changes detected - recompiling the module! 18:23:49:725 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/test-classes 18:23:51:148 [INFO] 18:23:51:148 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils --- 18:23:51:152 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/surefire-reports 18:23:51:285 [INFO] 18:23:51:285 [INFO] ------------------------------------------------------- 18:23:51:285 [INFO] T E S T S 18:23:51:285 [INFO] ------------------------------------------------------- 18:23:51:725 [INFO] Running org.eclipse.collections.impl.test.ExceptionThrownTest 18:23:51:810 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.collections.impl.test.ExceptionThrownTest 18:23:51:811 [INFO] Running org.eclipse.collections.impl.test.VerifyTest 18:23:52:513 [INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.698 s - in org.eclipse.collections.impl.test.VerifyTest 18:23:52:513 [INFO] Running org.eclipse.collections.impl.test.SerializeTestHelperTest 18:23:52:515 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.test.SerializeTestHelperTest 18:23:52:515 [INFO] Running org.eclipse.collections.impl.test.AssertNotEqualsThrowsTest 18:23:52:520 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.test.AssertNotEqualsThrowsTest 18:23:52:521 [INFO] Running org.eclipse.collections.impl.test.CollectionsEqualTest 18:23:52:529 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.test.CollectionsEqualTest 18:23:52:530 [INFO] Running org.eclipse.collections.impl.test.AssertNotEqualsTest 18:23:52:533 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.test.AssertNotEqualsTest 18:23:52:943 [INFO] 18:23:52:943 [INFO] Results: 18:23:52:943 [INFO] 18:23:52:943 [INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0 18:23:52:943 [INFO] 18:23:52:946 [INFO] 18:23:52:946 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-testutils --- 18:23:52:948 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0.M3.jar 18:23:52:960 [INFO] 18:23:52:960 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils --- 18:23:52:963 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0.M3-sources.jar 18:23:52:967 [INFO] 18:23:52:968 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils --- 18:23:52:977 [INFO] No dependency problems found 18:23:52:977 [INFO] 18:23:52:977 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils --- 18:23:52:978 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0.M3.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/10.3.0.M3/eclipse-collections-testutils-10.3.0.M3.jar 18:23:52:979 [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/10.3.0.M3/eclipse-collections-testutils-10.3.0.M3.pom 18:23:52:980 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-10.3.0.M3-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/10.3.0.M3/eclipse-collections-testutils-10.3.0.M3-sources.jar 18:23:52:981 [INFO] 18:23:52:981 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >-------- 18:23:52:981 [INFO] Building Eclipse Collections Fork Join Utilities 10.3.0.M3 [7/10] 18:23:52:982 [INFO] --------------------------------[ jar ]--------------------------------- 18:23:52:984 [INFO] 18:23:52:984 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin --- 18:23:52:985 [INFO] 18:23:52:985 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin --- 18:23:52:989 [INFO] 18:23:52:989 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-forkjoin --- 18:23:52:990 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/publish-p2-repo/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/jacoco.exec 18:23:52:990 [INFO] 18:23:52:990 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin --- 18:23:52:991 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:23:52:991 [INFO] Copying 3 resources 18:23:52:992 [INFO] 18:23:52:992 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin --- 18:23:52:994 [INFO] Changes detected - recompiling the module! 18:23:52:994 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/classes 18:23:53:838 [INFO] 18:23:53:838 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin --- 18:23:53:839 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:23:53:839 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/src/test/resources 18:23:53:839 [INFO] 18:23:53:839 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin --- 18:23:53:841 [INFO] Changes detected - recompiling the module! 18:23:53:841 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/test-classes 18:23:54:673 [INFO] 18:23:54:673 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin --- 18:23:54:675 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/surefire-reports 18:23:54:676 [INFO] 18:23:54:676 [INFO] ------------------------------------------------------- 18:23:54:676 [INFO] T E S T S 18:23:54:676 [INFO] ------------------------------------------------------- 18:23:55:057 [INFO] Running org.eclipse.collections.impl.forkjoin.FJIterateTest 18:23:56:139 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.08 s - in org.eclipse.collections.impl.forkjoin.FJIterateTest 18:23:56:493 [INFO] 18:23:56:493 [INFO] Results: 18:23:56:493 [INFO] 18:23:56:493 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 18:23:56:493 [INFO] 18:23:56:493 [INFO] 18:23:56:493 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-forkjoin --- 18:23:56:496 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0.M3.jar 18:23:56:500 [INFO] 18:23:56:500 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin --- 18:23:56:503 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0.M3-sources.jar 18:23:56:507 [INFO] 18:23:56:507 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin --- 18:23:56:515 [INFO] No dependency problems found 18:23:56:515 [INFO] 18:23:56:515 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin --- 18:23:56:516 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0.M3.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.3.0.M3/eclipse-collections-forkjoin-10.3.0.M3.jar 18:23:56:517 [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/10.3.0.M3/eclipse-collections-forkjoin-10.3.0.M3.pom 18:23:56:520 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.3.0.M3-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.3.0.M3/eclipse-collections-forkjoin-10.3.0.M3-sources.jar 18:23:56:521 [INFO] 18:23:56:521 [INFO] ---------------< org.eclipse.collections:jcstress-tests >--------------- 18:23:56:521 [INFO] Building Eclipse Collections JCStress Test Suite 10.3.0.M3 [8/10] 18:23:56:521 [INFO] --------------------------------[ jar ]--------------------------------- 18:23:56:730 [INFO] 18:23:56:730 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests --- 18:23:56:730 [INFO] 18:23:56:730 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests --- 18:23:56:735 [INFO] 18:23:56:735 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests --- 18:23:56:736 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:23:56:736 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/main/resources 18:23:56:736 [INFO] 18:23:56:736 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests --- 18:23:56:738 [INFO] Changes detected - recompiling the module! 18:23:56:739 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/classes 18:23:57:626 [INFO] 18:23:57:626 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests --- 18:23:57:626 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:23:57:627 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/test/resources 18:23:57:627 [INFO] 18:23:57:627 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests --- 18:23:57:628 [INFO] No sources to compile 18:23:57:628 [INFO] 18:23:57:628 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests --- 18:23:57:629 [INFO] No tests to run. 18:23:57:629 [INFO] 18:23:57:629 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jcstress-tests --- 18:23:57:632 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.3.0.M3.jar 18:23:57:642 [INFO] 18:23:57:642 [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ jcstress-tests --- 18:23:58:120 [INFO] Including org.eclipse.collections:eclipse-collections:jar:10.3.0.M3 in the shaded jar. 18:23:58:120 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.3.0.M3 in the shaded jar. 18:23:58:120 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar. 18:23:58:120 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar. 18:23:59:096 [WARNING] eclipse-collections-10.3.0.M3.jar, eclipse-collections-api-10.3.0.M3.jar, jcstress-core-0.4.jar, jcstress-tests-10.3.0.M3.jar, jopt-simple-4.6.jar define 1 overlapping resources: 18:23:59:096 [WARNING] - META-INF/MANIFEST.MF 18:23:59:096 [WARNING] eclipse-collections-10.3.0.M3.jar, eclipse-collections-api-10.3.0.M3.jar define 3 overlapping resources: 18:23:59:097 [WARNING] - LICENSE-EDL-1.0.txt 18:23:59:097 [WARNING] - LICENSE-EPL-1.0.txt 18:23:59:097 [WARNING] - about.html 18:23:59:097 [WARNING] maven-shade-plugin has detected that some class files are 18:23:59:097 [WARNING] present in two or more JARs. When this happens, only one 18:23:59:097 [WARNING] single version of the class is copied to the uber jar. 18:23:59:097 [WARNING] Usually this is not harmful and you can skip these warnings, 18:23:59:097 [WARNING] otherwise try to manually exclude artifacts based on 18:23:59:097 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 18:23:59:097 [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ 18:23:59:102 [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-10.3.0.M3-shaded.jar 18:23:59:103 [INFO] 18:23:59:103 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ jcstress-tests --- 18:23:59:106 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.3.0.M3-sources.jar 18:23:59:110 [INFO] 18:23:59:110 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ jcstress-tests --- 18:23:59:118 [INFO] No dependency problems found 18:23:59:118 [INFO] 18:23:59:118 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests --- 18:23:59:119 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.3.0.M3.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/10.3.0.M3/jcstress-tests-10.3.0.M3.jar 18:23:59:120 [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/10.3.0.M3/jcstress-tests-10.3.0.M3.pom 18:23:59:121 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-10.3.0.M3-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/10.3.0.M3/jcstress-tests-10.3.0.M3-sources.jar 18:23:59:123 [INFO] 18:23:59:123 [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- 18:23:59:123 [INFO] Building Eclipse Collections p2 Repository Build 10.3.0.M3 [9/10] 18:23:59:123 [INFO] --------------------------------[ pom ]--------------------------------- 18:23:59:133 [INFO] 18:23:59:133 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository --- 18:23:59:143 [INFO] 18:23:59:143 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository --- 18:23:59:211 [INFO] 18:23:59:211 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ p2-repository --- 18:23:59:328 [INFO] Skipping pom project 18:23:59:328 [INFO] 18:23:59:328 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository --- 18:23:59:340 [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/10.3.0.M3/p2-repository-10.3.0.M3.pom 18:23:59:341 [INFO] 18:23:59:341 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >----------- 18:23:59:342 [INFO] Building Eclipse Collections OSGi Bundle 10.3.0.M3 [10/10] 18:23:59:342 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 18:23:59:795 [INFO] 18:23:59:795 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections --- 18:23:59:795 [INFO] 18:23:59:795 [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections --- 18:24:03:516 [INFO] The project's OSGi version is 10.3.0.M3.v20200715-1741 18:24:03:516 [INFO] 18:24:03:516 [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.collections --- 18:24:03:517 [INFO] 18:24:03:517 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections --- 18:24:03:521 [INFO] 18:24:03:521 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections --- 18:24:03:543 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:24:03:545 [INFO] Copying 2 resources 18:24:03:550 [INFO] 18:24:03:550 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections --- 18:24:03:602 [INFO] No sources to compile 18:24:03:603 [INFO] 18:24:03:603 [INFO] --- ebr-maven-plugin:1.0.0:bundle (default-bundle) @ org.eclipse.collections --- 18:24:03:609 [INFO] Gathering dependencies 18:24:03:614 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:10.3.0.M3:jar 18:24:03:619 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:10.3.0.M3:jar 18:24:03:620 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.M3.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 18:24:04:592 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.M3.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 18:24:04:827 [INFO] Merging collected dependencies 18:24:04:830 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:24:04:894 [INFO] Copying 5283 resources 18:24:05:956 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M3.jar 18:24:10:121 [INFO] Gathering sources 18:24:10:123 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:10.3.0.M3:jar 18:24:10:124 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:10.3.0.M3:jar 18:24:10:124 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-10.3.0.M3-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 18:24:10:776 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-10.3.0.M3-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 18:24:11:187 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:24:11:188 [INFO] Copying 2 resources 18:24:11:188 [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-10.3.0.M3-sources.jar 18:24:11:972 [INFO] Packing and signing bundle 18:24:11:972 [WARNING] No version defined in the efective model for plugin org.eclipse.tycho.extras:tycho-pack200a-plugin. Please consider defining one in the pluginManagement section. Falling back to version "1.2.0" 18:24:13:199 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M3.jar 18:24:28:634 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M3.jar 18:24:38:576 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M3-sources.jar 18:24:44:965 [WARNING] No version defined in the efective model for plugin org.eclipse.tycho.extras:tycho-pack200a-plugin. Please consider defining one in the pluginManagement section. Falling back to version "1.2.0" 18:24:46:028 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M3.jar 18:24:55:812 [INFO] Assembling p2 repository 18:24:56:576 [INFO] 18:24:56:576 [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections --- 18:24:56:577 [INFO] 18:24:56:577 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ org.eclipse.collections --- 18:24:57:316 [INFO] No dependency problems found 18:24:57:316 [INFO] 18:24:57:316 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections --- 18:24:57:318 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M3.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0.M3/org.eclipse.collections-10.3.0.M3.jar 18:24:57:325 [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/10.3.0.M3/org.eclipse.collections-10.3.0.M3.pom 18:24:57:326 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M3-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0.M3/org.eclipse.collections-10.3.0.M3-sources.jar 18:24:57:331 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.3.0.M3.jar.pack.gz to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/10.3.0.M3/org.eclipse.collections-10.3.0.M3-pack200.jar.pack.gz 18:24:57:336 [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/10.3.0.M3/org.eclipse.collections-10.3.0.M3-p2metadata.xml 18:24:57:338 [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/10.3.0.M3/org.eclipse.collections-10.3.0.M3-p2artifacts.xml 18:24:57:339 [INFO] 18:24:57:339 [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.collections --- 18:24:57:341 [INFO] ------------------------------------------------------------------------ 18:24:57:341 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.3.0.M3: 18:24:57:341 [INFO] 18:24:57:341 [INFO] Eclipse Collections Parent Project ................. SUCCESS [ 4.238 s] 18:24:57:341 [INFO] Eclipse Collections Code Generator ................. SUCCESS [ 3.352 s] 18:24:57:342 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [ 2.607 s] 18:24:57:342 [INFO] Eclipse Collections API ............................ SUCCESS [ 7.419 s] 18:24:57:342 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 31.416 s] 18:24:57:342 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [ 6.702 s] 18:24:57:342 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [ 3.540 s] 18:24:57:342 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [ 2.602 s] 18:24:57:343 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [ 0.218 s] 18:24:57:343 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 58.000 s] 18:24:57:343 [INFO] ------------------------------------------------------------------------ 18:24:57:343 [INFO] BUILD SUCCESS 18:24:57:343 [INFO] ------------------------------------------------------------------------ 18:24:57:343 [INFO] Total time: 02:40 min 18:24:57:343 [INFO] Finished at: 2020-07-15T18:24:57Z 18:24:57:343 [INFO] ------------------------------------------------------------------------ [publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=10.3.0.M3 -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository clean install Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" 18:24:59:554 [INFO] Error stacktraces are turned on. 18:24:59:740 [INFO] Scanning for projects... 18:25:12:254 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml 18:25:12:392 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ 18:25:12:394 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ 18:25:12:496 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 18:25:12:596 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) 18:25:12:596 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) 18:25:12:806 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) 18:25:12:806 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) 18:25:13:032 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) 18:25:13:033 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) 18:25:13:149 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ 18:25:13:150 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ 18:25:13:344 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ 18:25:13:345 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ 18:25:13:456 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository 18:25:13:468 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml 18:25:14:728 [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB) 18:25:14:729 [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB) 18:25:14:840 [WARNING] The following locally built units have been used to resolve project dependencies: 18:25:14:840 [WARNING] org.eclipse.collections/10.3.0.v20200715-1741 18:25:14:842 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml 18:25:14:856 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml 18:25:14:860 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository 18:25:14:866 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml 18:25:14:880 [WARNING] The following locally built units have been used to resolve project dependencies: 18:25:14:880 [WARNING] org.eclipse.collections/10.3.0.v20200715-1741 18:25:14:881 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml 18:25:14:881 [INFO] ------------------------------------------------------------------------ 18:25:14:881 [INFO] Reactor Build Order: 18:25:14:881 [INFO] 18:25:14:882 [INFO] Eclipse Collections p2 Repository with Feature Build [pom] 18:25:14:883 [INFO] org.eclipse.collections.feature [eclipse-feature] 18:25:14:883 [INFO] p2-repository [eclipse-repository] 18:25:14:886 [INFO] 18:25:14:886 [INFO] -----------------< org.eclipse.collections:p2-feature >----------------- 18:25:14:886 [INFO] Building Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT [1/3] 18:25:14:886 [INFO] --------------------------------[ pom ]--------------------------------- 18:25:15:198 [INFO] 18:25:15:198 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature --- 18:25:15:309 [INFO] 18:25:15:309 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature --- 18:25:15:965 [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/10.3.0-SNAPSHOT/p2-feature-10.3.0-SNAPSHOT.pom 18:25:15:972 [INFO] 18:25:15:972 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >------- 18:25:15:972 [INFO] Building org.eclipse.collections.feature 10.3.0-SNAPSHOT [2/3] 18:25:15:972 [INFO] --------------------------[ eclipse-feature ]--------------------------- 18:25:15:975 [INFO] 18:25:15:975 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature --- 18:25:15:976 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target 18:25:15:977 [INFO] 18:25:15:978 [INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature --- 18:25:18:825 [INFO] The project's OSGi version is 10.3.0.v20200715-1741 18:25:18:825 [INFO] 18:25:18:825 [INFO] --- tycho-packaging-plugin:1.2.0:validate-id (default-validate-id) @ org.eclipse.collections.feature --- 18:25:18:826 [INFO] 18:25:18:826 [INFO] --- tycho-packaging-plugin:1.2.0:validate-version (default-validate-version) @ org.eclipse.collections.feature --- 18:25:18:827 [INFO] 18:25:18:828 [INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ org.eclipse.collections.feature --- 18:25:18:903 [INFO] 18:25:18:903 [INFO] --- tycho-packaging-plugin:1.2.0:package-feature (default-package-feature) @ org.eclipse.collections.feature --- 18:25:18:943 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT.jar 18:25:18:972 [INFO] 18:25:18:972 [INFO] --- tycho-p2-plugin:1.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature --- 18:25:19:001 [INFO] 18:25:19:001 [INFO] --- tycho-p2-plugin:1.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature --- 18:25:19:003 [INFO] 18:25:19:004 [INFO] --- tycho-source-feature-plugin:1.2.0:source-feature (source-feature) @ org.eclipse.collections.feature --- 18:25:19:020 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT-sources-feature.jar 18:25:19:086 [INFO] 18:25:19:086 [INFO] --- tycho-p2-plugin:1.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature --- 18:25:19:094 [INFO] 18:25:19:094 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.collections.feature --- 18:25:21:472 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT.jar 18:25:22:724 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT-sources-feature.jar 18:25:23:833 [INFO] 18:25:23:833 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature --- 18:25:23:896 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT.jar 18:25:23:897 [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/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT.pom 18:25:23:899 [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/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-p2metadata.xml 18:25:23:902 [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/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-p2artifacts.xml 18:25:23:903 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-sources-feature.jar 18:25:23:905 [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/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-p2metadata.xml 18:25:23:906 [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/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-p2artifacts.xml 18:25:23:908 [INFO] 18:25:23:908 [INFO] --- tycho-p2-plugin:1.2.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature --- 18:25:23:910 [INFO] 18:25:23:910 [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- 18:25:23:910 [INFO] Building p2-repository 10.3.0-SNAPSHOT [3/3] 18:25:23:910 [INFO] -------------------------[ eclipse-repository ]------------------------- 18:25:23:911 [INFO] 18:25:23:911 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository --- 18:25:23:912 [INFO] 18:25:23:912 [INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository --- 18:25:23:951 [INFO] The project's OSGi version is 10.3.0.v20200715-1741 18:25:23:951 [INFO] 18:25:23:952 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository --- 18:25:23:952 [INFO] 18:25:23:952 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository --- 18:25:24:319 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:25:24:319 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources 18:25:24:319 [INFO] 18:25:24:319 [INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ p2-repository --- 18:25:24:328 [INFO] 18:25:24:328 [INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository --- 18:25:24:336 [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] 18:25:24:336 [INFO] 18:25:24:336 [INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-products (default-publish-products) @ p2-repository --- 18:25:24:338 [INFO] 18:25:24:338 [INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-categories (default-publish-categories) @ p2-repository --- 18:25:24:345 [INFO] 18:25:24:345 [INFO] --- tycho-p2-publisher-plugin:1.2.0:attach-artifacts (default-attach-artifacts) @ p2-repository --- 18:25:24:346 [INFO] 18:25:24:346 [INFO] --- tycho-p2-repository-plugin:1.2.0:assemble-repository (default-assemble-repository) @ p2-repository --- 18:25:25:558 [INFO] 18:25:25:558 [INFO] --- tycho-p2-repository-plugin:1.2.0:archive-repository (default-archive-repository) @ p2-repository --- 18:25:25:570 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.3.0-SNAPSHOT.zip 18:25:26:005 [INFO] 18:25:26:005 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository --- 18:25:26:006 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.3.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT.zip 18:25:26:019 [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/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT.pom 18:25:26:021 [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/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT-p2metadata.xml 18:25:26:023 [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/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT-p2artifacts.xml 18:25:26:024 [INFO] 18:25:26:024 [INFO] --- tycho-p2-plugin:1.2.0:update-local-index (default-update-local-index) @ p2-repository --- 18:25:26:025 [INFO] ------------------------------------------------------------------------ 18:25:26:026 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT: 18:25:26:026 [INFO] 18:25:26:026 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [ 1.087 s] 18:25:26:026 [INFO] org.eclipse.collections.feature .................... SUCCESS [ 7.938 s] 18:25:26:026 [INFO] p2-repository ...................................... SUCCESS [ 2.115 s] 18:25:26:026 [INFO] ------------------------------------------------------------------------ 18:25:26:026 [INFO] BUILD SUCCESS 18:25:26:027 [INFO] ------------------------------------------------------------------------ 18:25:26:027 [INFO] Total time: 26.454 s 18:25:26:027 [INFO] Finished at: 2020-07-15T18:25:26Z 18:25:26:027 [INFO] ------------------------------------------------------------------------ [publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=10.3.0.M3 -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository clean install Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" 18:25:27:906 [INFO] Error stacktraces are turned on. 18:25:28:081 [INFO] Scanning for projects... 18:25:29:649 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml 18:25:29:909 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ 18:25:29:911 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ 18:25:30:012 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 18:25:30:282 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ 18:25:30:282 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ 18:25:30:453 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository 18:25:30:464 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml 18:25:31:082 [WARNING] The following locally built units have been used to resolve project dependencies: 18:25:31:083 [WARNING] org.eclipse.collections/10.3.0.v20200715-1741 18:25:31:084 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml 18:25:31:103 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml 18:25:31:109 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository 18:25:31:116 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml 18:25:31:132 [WARNING] The following locally built units have been used to resolve project dependencies: 18:25:31:132 [WARNING] org.eclipse.collections/10.3.0.v20200715-1741 18:25:31:132 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:10.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml 18:25:31:133 [INFO] ------------------------------------------------------------------------ 18:25:31:133 [INFO] Reactor Build Order: 18:25:31:133 [INFO] 18:25:31:134 [INFO] Eclipse Collections p2 Repository with Feature Build [pom] 18:25:31:135 [INFO] org.eclipse.collections.feature [eclipse-feature] 18:25:31:135 [INFO] p2-repository [eclipse-repository] 18:25:31:139 [INFO] 18:25:31:139 [INFO] -----------------< org.eclipse.collections:p2-feature >----------------- 18:25:31:139 [INFO] Building Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT [1/3] 18:25:31:139 [INFO] --------------------------------[ pom ]--------------------------------- 18:25:31:147 [INFO] 18:25:31:148 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-feature --- 18:25:31:203 [INFO] 18:25:31:203 [INFO] --- maven-install-plugin:2.4:install (default-install) @ p2-feature --- 18:25:31:229 [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/10.3.0-SNAPSHOT/p2-feature-10.3.0-SNAPSHOT.pom 18:25:31:235 [INFO] 18:25:31:236 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >------- 18:25:31:236 [INFO] Building org.eclipse.collections.feature 10.3.0-SNAPSHOT [2/3] 18:25:31:236 [INFO] --------------------------[ eclipse-feature ]--------------------------- 18:25:31:239 [INFO] 18:25:31:239 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.collections.feature --- 18:25:31:239 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target 18:25:31:240 [INFO] 18:25:31:241 [INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature --- 18:25:31:531 [INFO] The project's OSGi version is 10.3.0.v20200715-1741 18:25:31:532 [INFO] 18:25:31:532 [INFO] --- tycho-packaging-plugin:1.2.0:validate-id (default-validate-id) @ org.eclipse.collections.feature --- 18:25:31:533 [INFO] 18:25:31:533 [INFO] --- tycho-packaging-plugin:1.2.0:validate-version (default-validate-version) @ org.eclipse.collections.feature --- 18:25:31:534 [INFO] 18:25:31:534 [INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ org.eclipse.collections.feature --- 18:25:31:618 [INFO] 18:25:31:618 [INFO] --- tycho-packaging-plugin:1.2.0:package-feature (default-package-feature) @ org.eclipse.collections.feature --- 18:25:31:659 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT.jar 18:25:31:673 [INFO] 18:25:31:673 [INFO] --- tycho-p2-plugin:1.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature --- 18:25:31:698 [INFO] 18:25:31:698 [INFO] --- tycho-p2-plugin:1.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature --- 18:25:31:700 [INFO] 18:25:31:700 [INFO] --- tycho-source-feature-plugin:1.2.0:source-feature (source-feature) @ org.eclipse.collections.feature --- 18:25:31:716 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT-sources-feature.jar 18:25:31:745 [INFO] 18:25:31:745 [INFO] --- tycho-p2-plugin:1.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature --- 18:25:31:751 [INFO] 18:25:31:751 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.collections.feature --- 18:25:31:865 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT.jar 18:25:33:154 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT-sources-feature.jar 18:25:34:235 [INFO] 18:25:34:235 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.collections.feature --- 18:25:34:251 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT.jar 18:25:34:252 [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/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT.pom 18:25:34:259 [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/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-p2metadata.xml 18:25:34:262 [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/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-p2artifacts.xml 18:25:34:264 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-10.3.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-sources-feature.jar 18:25:34:267 [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/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-p2metadata.xml 18:25:34:269 [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/10.3.0-SNAPSHOT/org.eclipse.collections.feature-10.3.0-SNAPSHOT-p2artifacts.xml 18:25:34:271 [INFO] 18:25:34:271 [INFO] --- tycho-p2-plugin:1.2.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature --- 18:25:34:273 [INFO] 18:25:34:273 [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- 18:25:34:273 [INFO] Building p2-repository 10.3.0-SNAPSHOT [3/3] 18:25:34:274 [INFO] -------------------------[ eclipse-repository ]------------------------- 18:25:34:275 [INFO] 18:25:34:275 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ p2-repository --- 18:25:34:275 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target 18:25:34:282 [INFO] 18:25:34:282 [INFO] --- tycho-packaging-plugin:1.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository --- 18:25:34:309 [INFO] The project's OSGi version is 10.3.0.v20200715-1741 18:25:34:309 [INFO] 18:25:34:309 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ p2-repository --- 18:25:34:310 [INFO] 18:25:34:310 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ p2-repository --- 18:25:34:334 [INFO] Using 'UTF-8' encoding to copy filtered resources. 18:25:34:334 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources 18:25:34:335 [INFO] 18:25:34:335 [INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ p2-repository --- 18:25:34:345 [INFO] 18:25:34:345 [INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository --- 18:25:34:353 [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] 18:25:34:353 [INFO] 18:25:34:353 [INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-products (default-publish-products) @ p2-repository --- 18:25:34:355 [INFO] 18:25:34:355 [INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-categories (default-publish-categories) @ p2-repository --- 18:25:34:362 [INFO] 18:25:34:362 [INFO] --- tycho-p2-publisher-plugin:1.2.0:attach-artifacts (default-attach-artifacts) @ p2-repository --- 18:25:34:363 [INFO] 18:25:34:363 [INFO] --- tycho-p2-repository-plugin:1.2.0:assemble-repository (default-assemble-repository) @ p2-repository --- 18:25:35:001 [INFO] 18:25:35:001 [INFO] --- tycho-p2-repository-plugin:1.2.0:archive-repository (default-archive-repository) @ p2-repository --- 18:25:35:012 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.3.0-SNAPSHOT.zip 18:25:35:329 [INFO] 18:25:35:329 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ p2-repository --- 18:25:35:330 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-10.3.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT.zip 18:25:35:344 [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/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT.pom 18:25:35:367 [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/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT-p2metadata.xml 18:25:35:378 [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/10.3.0-SNAPSHOT/p2-repository-10.3.0-SNAPSHOT-p2artifacts.xml 18:25:35:379 [INFO] 18:25:35:379 [INFO] --- tycho-p2-plugin:1.2.0:update-local-index (default-update-local-index) @ p2-repository --- 18:25:35:380 [INFO] ------------------------------------------------------------------------ 18:25:35:381 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 10.3.0-SNAPSHOT: 18:25:35:381 [INFO] 18:25:35:381 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [ 0.097 s] 18:25:35:381 [INFO] org.eclipse.collections.feature .................... SUCCESS [ 3.038 s] 18:25:35:381 [INFO] p2-repository ...................................... SUCCESS [ 1.107 s] 18:25:35:381 [INFO] ------------------------------------------------------------------------ 18:25:35:382 [INFO] BUILD SUCCESS 18:25:35:382 [INFO] ------------------------------------------------------------------------ 18:25:35:382 [INFO] Total time: 7.460 s 18:25:35:382 [INFO] Finished at: 2020-07-15T18:25:35Z 18:25:35:382 [INFO] ------------------------------------------------------------------------ [publish-p2-repo] $ /bin/bash /tmp/jenkins6426046970092270223.sh running command ssh genie.collections@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/collections/10.3.0.M3 running command ssh genie.collections@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/collections/10.3.0.M3 running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections total 35752 drwxrwsr-x 24 genie.collections technology.collections 4096 Jul 15 14:25 . drwxr-xr-x 336 root root 8192 Jun 17 11:33 .. 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 11:35 10.2.0 drwxrwsr-x 3 genie.collections technology.collections 71 Jul 3 10:15 10.3.0.M1 drwxrwsr-x 2 genie.collections technology.collections 10 Jul 15 14:25 10.3.0.M3 drwxr-sr-x 3 genie.collections technology.collections 32 Jun 22 2017 8.2.0 drwxr-sr-x 3 genie.collections technology.collections 32 Sep 20 2017 9.0.0 drwxr-sr-x 3 genie.collections technology.collections 32 Aug 19 2017 9.0.0.M2 drwxr-sr-x 3 genie.collections technology.collections 32 Aug 24 2017 9.0.0.M3 drwxr-sr-x 3 genie.collections technology.collections 32 Sep 5 2017 9.0.0.M4 drwxr-sr-x 3 genie.collections technology.collections 32 Sep 13 2017 9.0.0-SNAPSHOT drwxrwsr-x 3 genie.collections technology.collections 67 Dec 31 2017 9.1.0 drwxrwsr-x 3 genie.collections technology.collections 32 Dec 6 2017 9.1.0.M1 drwxrwsr-x 3 genie.collections technology.collections 70 Dec 11 2017 9.1.0.M2 drwxrwsr-x 3 genie.collections technology.collections 67 May 18 2018 9.2.0 drwxrwsr-x 3 genie.collections technology.collections 70 Feb 10 2018 9.2.0.M1 -rw-rw-r-- 1 genie.collections technology.collections 9871360 Apr 7 2016 gsc-ec-converter-7.1.0.tar -rw-rw-r-- 1 genie.collections technology.collections 8422439 Apr 7 2016 gsc-ec-converter-7.1.0.zip -rw-rw-r-- 1 genie.collections technology.collections 9871360 May 29 2016 gsc-ec-converter-7.1.1-SNAPSHOT.tar -rw-rw-r-- 1 genie.collections technology.collections 8422920 May 29 2016 gsc-ec-converter-7.1.1-SNAPSHOT.zip drwxrwsr-x 2 genie.collections technology.collections 104 Mar 31 2016 pre-release drwxrwsr-x 2 genie.collections technology.collections 10 Mar 24 2016 release drwxrwsr-x 2 genie.collections technology.collections 10 Mar 24 2016 slides running command scp -r /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/repository genie.collections@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/collections/10.3.0.M3 running command scp /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-*.zip genie.collections@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/collections/10.3.0.M3 running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/10.3.0.M3 total 32516 drwxrwsr-x 3 genie.collections technology.collections 77 Jul 15 14:25 . drwxrwsr-x 24 genie.collections technology.collections 4096 Jul 15 14:25 .. -rw-r--r-- 1 genie.collections technology.collections 17281805 Jul 15 14:25 p2-repository-10.3.0-SNAPSHOT.zip drwxr-sr-x 4 genie.collections technology.collections 171 Jul 15 14:25 repository running command ssh genie.collections@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/collections/10.3.0.M3/p2-repository-*.zip /home/data/httpd/download.eclipse.org/collections/10.3.0.M3/p2-repository-10.3.0.M3.zip running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/10.3.0.M3 total 32516 drwxrwsr-x 3 genie.collections technology.collections 71 Jul 15 14:25 . drwxrwsr-x 24 genie.collections technology.collections 4096 Jul 15 14:25 .. -rw-r--r-- 1 genie.collections technology.collections 17281805 Jul 15 14:25 p2-repository-10.3.0.M3.zip drwxr-sr-x 4 genie.collections technology.collections 171 Jul 15 14:25 repository All DONE!!! $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 72 killed; [ssh-agent] Stopped. Sending e-mails to: nikhilnanivadekar@gmail.com Finished: SUCCESS