Started by user Nikhil Nanivadekar Running as Nikhil Nanivadekar Agent basic-gqgjc is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-gqgjc" namespace: "collections" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.collections.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-gqgjc" - 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-gqgjc" - 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-3107.v665000b_51092" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-collections" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-gqgjc (basic) in workspace /home/jenkins/agent/workspace/publish-p2-repo [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-krnyE4ZloegL/agent.52 SSH_AGENT_PID=54 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_9642855034456608727.key (/home/jenkins/agent/workspace/publish-p2-repo@tmp/private_key_9642855034456608727.key) [ssh-agent] Using credentials genie.collections (ssh://genie.collections@projects-storage.eclipse.org) The recommended git tool is: NONE using credential github-bot-ssh Cloning the remote Git repository Cloning repository git@github.com:eclipse/eclipse-collections.git > git init /home/jenkins/agent/workspace/publish-p2-repo # timeout=10 Fetching upstream changes from git@github.com:eclipse/eclipse-collections.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials GitHub bot (SSH) [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/publish-p2-repo@tmp/jenkins-gitclient-ssh12048205450029094742.key Verifying host key using known hosts file > 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/12.0.0.M2^{commit} # timeout=10 > git rev-parse tags/12.0.0.M2^{commit} # timeout=10 Checking out Revision e1cd1365304511364fc5257eaff3ed9ac17fcb92 (tags/12.0.0.M2) > git config core.sparsecheckout # timeout=10 > git checkout -f e1cd1365304511364fc5257eaff3ed9ac17fcb92 # timeout=10 Commit message: "Release version 12.0.0.M2." First time build. Skipping changelog. [publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_TAG=12.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.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" 23:28:09:855 [INFO] Error stacktraces are turned on. 23:28:12:783 [INFO] Scanning for projects... 23:28:24:167 [INFO] ------------------------------------------------------------------------ 23:28:24:167 [INFO] Reactor Build Order: 23:28:24:167 [INFO] 23:28:24:168 [INFO] Eclipse Collections Parent Project [pom] 23:28:24:169 [INFO] Eclipse Collections Code Generator [jar] 23:28:24:169 [INFO] Eclipse Collections Code Generator Maven Plugin [maven-plugin] 23:28:24:169 [INFO] Eclipse Collections API [jar] 23:28:24:169 [INFO] Eclipse Collections Main Library [jar] 23:28:24:169 [INFO] Eclipse Collections Test Utilities [jar] 23:28:24:169 [INFO] Eclipse Collections Fork Join Utilities [jar] 23:28:24:169 [INFO] Eclipse Collections JCStress Test Suite [jar] 23:28:24:169 [INFO] Eclipse Collections p2 Repository Build [pom] 23:28:24:169 [INFO] Eclipse Collections OSGi Bundle [eclipse-bundle-recipe] 23:28:24:176 [INFO] 23:28:24:176 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >--------- 23:28:24:176 [INFO] Building Eclipse Collections Parent Project 12.0.0.M2 [1/10] 23:28:24:176 [INFO] from pom.xml 23:28:24:176 [INFO] --------------------------------[ pom ]--------------------------------- 23:28:24:603 [INFO] 23:28:24:603 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections-parent --- 23:28:24:678 [INFO] 23:28:24:678 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections-parent --- 23:28:24:955 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 23:28:24:959 [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed 23:28:24:959 [INFO] Rule 2: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed 23:28:24:965 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 23:28:24:965 [INFO] 23:28:24:965 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections-parent --- 23:28:27:114 [INFO] Skipping pom project 23:28:27:114 [INFO] 23:28:27:114 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections-parent --- 23:28:27:135 [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/12.0.0.M2/eclipse-collections-parent-12.0.0.M2.pom 23:28:27:139 [INFO] 23:28:27:139 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >----- 23:28:27:139 [INFO] Building Eclipse Collections Code Generator 12.0.0.M2 [2/10] 23:28:27:139 [INFO] from eclipse-collections-code-generator/pom.xml 23:28:27:139 [INFO] --------------------------------[ jar ]--------------------------------- 23:28:27:336 [INFO] 23:28:27:336 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections-code-generator --- 23:28:27:337 [INFO] 23:28:27:337 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections-code-generator --- 23:28:27:339 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 23:28:27:340 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 23:28:27:340 [INFO] 23:28:27:340 [INFO] --- resources:3.3.0:resources (default-resources) @ eclipse-collections-code-generator --- 23:28:27:427 [INFO] Copying 398 resources 23:28:27:466 [INFO] 23:28:27:466 [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-collections-code-generator --- 23:28:27:671 [INFO] Changes detected - recompiling the module! :dependency 23:28:27:678 [INFO] Compiling 9 source files with javac [forked debug target 1.8] to target/classes 23:28:28:254 [INFO] 23:28:28:254 [INFO] --- resources:3.3.0:testResources (default-testResources) @ eclipse-collections-code-generator --- 23:28:28:255 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/src/test/resources 23:28:28:256 [INFO] 23:28:28:256 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-collections-code-generator --- 23:28:28:263 [INFO] Changes detected - recompiling the module! :dependency 23:28:28:263 [INFO] Compiling 1 source file with javac [forked debug target 1.8] to target/test-classes 23:28:28:663 [INFO] 23:28:28:664 [INFO] --- surefire:2.22.2:test (default-test) @ eclipse-collections-code-generator --- 23:28:29:029 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. 23:28:29:041 [INFO] 23:28:29:041 [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-collections-code-generator --- 23:28:29:340 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M2.jar 23:28:29:437 [INFO] 23:28:29:437 [INFO] --- source:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator --- 23:28:29:563 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M2-sources.jar 23:28:29:651 [INFO] 23:28:29:651 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator --- 23:28:29:673 [INFO] No dependency problems found 23:28:29:673 [INFO] 23:28:29:673 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections-code-generator --- 23:28:29:710 [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/12.0.0.M2/eclipse-collections-code-generator-12.0.0.M2.pom 23:28:29:711 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0.M2/eclipse-collections-code-generator-12.0.0.M2.jar 23:28:29:712 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0.M2/eclipse-collections-code-generator-12.0.0.M2-sources.jar 23:28:29:714 [INFO] 23:28:29:714 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >-- 23:28:29:714 [INFO] Building Eclipse Collections Code Generator Maven Plugin 12.0.0.M2 [3/10] 23:28:29:714 [INFO] from eclipse-collections-code-generator-maven-plugin/pom.xml 23:28:29:714 [INFO] ----------------------------[ maven-plugin ]---------------------------- 23:28:30:263 [INFO] 23:28:30:263 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin --- 23:28:30:263 [INFO] 23:28:30:263 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin --- 23:28:30:264 [INFO] Skipping Rule Enforcement. 23:28:30:264 [INFO] 23:28:30:264 [INFO] --- plugin:3.7.1:helpmojo (help-goal) @ eclipse-collections-code-generator-maven-plugin --- 23:28:31:564 [INFO] 23:28:31:564 [INFO] --- resources:3.3.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin --- 23:28:31:565 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/main/resources 23:28:31:565 [INFO] 23:28:31:565 [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin --- 23:28:31:567 [INFO] Changes detected - recompiling the module! :dependency 23:28:31:567 [INFO] Compiling 6 source files with javac [forked debug target 1.8] to target/classes 23:28:32:162 [INFO] 23:28:32:162 [INFO] --- plugin:3.7.1:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin --- 23:28:32:164 [WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. 23:28:32:164 [INFO] Using 'UTF-8' encoding to read mojo source files. 23:28:32:550 [INFO] java-annotations mojo extractor found 4 mojo descriptors. 23:28:32:555 [INFO] java-javadoc mojo extractor found 0 mojo descriptor. 23:28:32:556 [INFO] ant mojo extractor found 0 mojo descriptor. 23:28:32:556 [INFO] bsh mojo extractor found 0 mojo descriptor. 23:28:32:565 [INFO] 23:28:32:565 [INFO] --- plugin:3.7.1:descriptor (mojo-descriptor) @ eclipse-collections-code-generator-maven-plugin --- 23:28:32:566 [WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. 23:28:32:566 [INFO] Using 'UTF-8' encoding to read mojo source files. 23:28:32:785 [INFO] java-annotations mojo extractor found 4 mojo descriptors. 23:28:32:790 [INFO] java-javadoc mojo extractor found 0 mojo descriptor. 23:28:32:790 [INFO] ant mojo extractor found 0 mojo descriptor. 23:28:32:790 [INFO] bsh mojo extractor found 0 mojo descriptor. 23:28:32:810 [INFO] 23:28:32:810 [INFO] --- resources:3.3.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin --- 23:28:32:811 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/src/test/resources 23:28:32:811 [INFO] 23:28:32:811 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin --- 23:28:32:812 [INFO] No sources to compile 23:28:32:812 [INFO] 23:28:32:812 [INFO] --- surefire:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin --- 23:28:32:813 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. 23:28:32:814 [INFO] No tests to run. 23:28:32:815 [INFO] 23:28:32:815 [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin --- 23:28:32:818 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M2.jar 23:28:32:822 [INFO] 23:28:32:822 [INFO] --- plugin:3.7.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin --- 23:28:32:825 [INFO] 23:28:32:825 [INFO] --- source:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin --- 23:28:32:827 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M2-sources.jar 23:28:32:841 [INFO] 23:28:32:841 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin --- 23:28:32:850 [INFO] No dependency problems found 23:28:32:850 [INFO] 23:28:32:850 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections-code-generator-maven-plugin --- 23:28:32:851 [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/12.0.0.M2/eclipse-collections-code-generator-maven-plugin-12.0.0.M2.pom 23:28:32:851 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0.M2/eclipse-collections-code-generator-maven-plugin-12.0.0.M2.jar 23:28:32:855 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0.M2/eclipse-collections-code-generator-maven-plugin-12.0.0.M2-sources.jar 23:28:32:858 [INFO] 23:28:32:858 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >----------- 23:28:32:858 [INFO] Building Eclipse Collections API 12.0.0.M2 [4/10] 23:28:32:858 [INFO] from eclipse-collections-api/pom.xml 23:28:32:858 [INFO] --------------------------------[ jar ]--------------------------------- 23:28:32:888 [INFO] 23:28:32:889 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections-api --- 23:28:32:889 [INFO] 23:28:32:889 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections-api --- 23:28:32:891 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 23:28:32:891 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 23:28:32:892 [INFO] 23:28:32:892 [INFO] --- eclipse-collections-code-generator:12.0.0.M2:generate-sources (default) @ eclipse-collections-api --- 23:28:32:914 [INFO] Generating sources in eclipse-collections-api to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/generated-sources/java 23:28:33:836 [INFO] Generated 1370 files 23:28:33:836 [INFO] 23:28:33:836 [INFO] --- resources:3.3.0:resources (default-resources) @ eclipse-collections-api --- 23:28:33:837 [INFO] Copying 3 resources 23:28:33:838 [INFO] 23:28:33:838 [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-collections-api --- 23:28:33:912 [INFO] Changes detected - recompiling the module! :source 23:28:33:913 [INFO] Compiling 1592 source files with javac [forked debug target 1.8] to target/classes 23:28:38:192 [INFO] 23:28:38:192 [INFO] --- bnd:5.1.1:bnd-process (default) @ eclipse-collections-api --- 23:28:38:972 [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. 23:28:38:972 [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. 23:28:38:972 [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. 23:28:38:972 [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. 23:28:38:972 [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. 23:28:38:972 [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. 23:28:39:639 [INFO] 23:28:39:639 [INFO] --- resources:3.3.0:testResources (default-testResources) @ eclipse-collections-api --- 23:28:39:640 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/src/test/resources 23:28:39:640 [INFO] 23:28:39:640 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-collections-api --- 23:28:39:641 [INFO] No sources to compile 23:28:39:642 [INFO] 23:28:39:642 [INFO] --- surefire:2.22.2:test (default-test) @ eclipse-collections-api --- 23:28:39:642 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. 23:28:39:643 [INFO] No tests to run. 23:28:39:644 [INFO] 23:28:39:644 [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-collections-api --- 23:28:39:790 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-12.0.0.M2.jar 23:28:39:913 [INFO] 23:28:39:913 [INFO] --- source:3.2.1:jar-no-fork (default) @ eclipse-collections-api --- 23:28:39:938 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-12.0.0.M2-sources.jar 23:28:40:360 [INFO] 23:28:40:360 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections-api --- 23:28:40:558 [INFO] No dependency problems found 23:28:40:558 [INFO] 23:28:40:558 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections-api --- 23:28:40:559 [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/12.0.0.M2/eclipse-collections-api-12.0.0.M2.pom 23:28:40:560 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-12.0.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/12.0.0.M2/eclipse-collections-api-12.0.0.M2.jar 23:28:40:566 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-12.0.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-api/12.0.0.M2/eclipse-collections-api-12.0.0.M2-sources.jar 23:28:40:568 [INFO] 23:28:40:568 [INFO] ------------< org.eclipse.collections:eclipse-collections >------------- 23:28:40:568 [INFO] Building Eclipse Collections Main Library 12.0.0.M2 [5/10] 23:28:40:568 [INFO] from eclipse-collections/pom.xml 23:28:40:568 [INFO] --------------------------------[ jar ]--------------------------------- 23:28:40:570 [INFO] 23:28:40:570 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections --- 23:28:40:571 [INFO] 23:28:40:571 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections --- 23:28:40:573 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 23:28:40:574 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 23:28:40:574 [INFO] 23:28:40:574 [INFO] --- eclipse-collections-code-generator:12.0.0.M2:generate-sources (generate-sources) @ eclipse-collections --- 23:28:40:574 [INFO] Generating sources in eclipse-collections to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/generated-sources/java 23:28:43:569 [INFO] Generated 1478 files 23:28:43:569 [INFO] 23:28:43:569 [INFO] --- eclipse-collections-code-generator:12.0.0.M2:generate-services (generate-services) @ eclipse-collections --- 23:28:43:571 [INFO] Generating sources in eclipse-collections to /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/generated-resources/META-INF/services 23:28:43:624 [INFO] Generated 230 files 23:28:43:624 [INFO] 23:28:43:624 [INFO] --- resources:3.3.0:resources (default-resources) @ eclipse-collections --- 23:28:43:626 [INFO] Copying 27 resources 23:28:43:634 [INFO] Copying 230 resources to META-INF/services 23:28:43:654 [INFO] 23:28:43:654 [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-collections --- 23:28:43:746 [INFO] Changes detected - recompiling the module! :dependency 23:28:43:749 [INFO] Compiling 2133 source files with javac [forked debug target 1.8] to target/classes 23:29:11:840 [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 23:29:11:840 [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 23:29:11:840 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2275,19] Unsafe is internal proprietary API and may be removed in a future release 23:29:11:840 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2279,19] Unsafe is internal proprietary API and may be removed in a future release 23:29:11:840 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2285,83] Unsafe is internal proprietary API and may be removed in a future release 23:29:11:840 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2287,27] Unsafe is internal proprietary API and may be removed in a future release 23:29:11:840 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2289,34] Unsafe is internal proprietary API and may be removed in a future release 23:29:11:840 [WARNING] /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2291,32] Unsafe is internal proprietary API and may be removed in a future release 23:29:11:840 [INFO] 23:29:11:840 [INFO] --- bnd:5.1.1:bnd-process (default) @ eclipse-collections --- 23:29:11:902 [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. 23:29:11:902 [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. 23:29:11:902 [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. 23:29:11:902 [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. 23:29:11:902 [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. 23:29:11:902 [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. 23:29:13:898 [INFO] 23:29:13:898 [INFO] --- resources:3.3.0:testResources (default-testResources) @ eclipse-collections --- 23:29:13:900 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/src/test/resources 23:29:13:900 [INFO] 23:29:13:900 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-collections --- 23:29:13:901 [INFO] No sources to compile 23:29:13:901 [INFO] 23:29:13:901 [INFO] --- surefire:2.22.2:test (default-test) @ eclipse-collections --- 23:29:13:902 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. 23:29:13:904 [INFO] No tests to run. 23:29:13:904 [INFO] 23:29:13:904 [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-collections --- 23:29:14:284 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-12.0.0.M2.jar 23:29:15:031 [INFO] 23:29:15:031 [INFO] --- source:3.2.1:jar-no-fork (default) @ eclipse-collections --- 23:29:15:081 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-12.0.0.M2-sources.jar 23:29:15:473 [INFO] 23:29:15:473 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections --- 23:29:16:132 [INFO] No dependency problems found 23:29:16:132 [INFO] 23:29:16:132 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections --- 23:29:16:133 [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/12.0.0.M2/eclipse-collections-12.0.0.M2.pom 23:29:16:134 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-12.0.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/12.0.0.M2/eclipse-collections-12.0.0.M2.jar 23:29:16:143 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-12.0.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections/12.0.0.M2/eclipse-collections-12.0.0.M2-sources.jar 23:29:16:147 [INFO] 23:29:16:147 [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >-------- 23:29:16:147 [INFO] Building Eclipse Collections Test Utilities 12.0.0.M2 [6/10] 23:29:16:147 [INFO] from eclipse-collections-testutils/pom.xml 23:29:16:147 [INFO] --------------------------------[ jar ]--------------------------------- 23:29:16:204 [INFO] 23:29:16:204 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections-testutils --- 23:29:16:205 [INFO] 23:29:16:205 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections-testutils --- 23:29:16:207 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 23:29:16:207 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 23:29:16:207 [INFO] 23:29:16:207 [INFO] --- jacoco:0.8.8:prepare-agent (default) @ eclipse-collections-testutils --- 23:29:16:632 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/publish-p2-repo/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/jacoco.exec 23:29:16:632 [INFO] 23:29:16:632 [INFO] --- resources:3.3.0:resources (default-resources) @ eclipse-collections-testutils --- 23:29:16:633 [INFO] Copying 3 resources 23:29:16:634 [INFO] 23:29:16:634 [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-collections-testutils --- 23:29:16:636 [INFO] Changes detected - recompiling the module! :dependency 23:29:16:636 [INFO] Compiling 4 source files with javac [forked debug target 1.8] to target/classes 23:29:18:044 [INFO] 23:29:18:044 [INFO] --- resources:3.3.0:testResources (default-testResources) @ eclipse-collections-testutils --- 23:29:18:045 [INFO] Copying 1 resource 23:29:18:045 [INFO] 23:29:18:045 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-collections-testutils --- 23:29:18:047 [INFO] Changes detected - recompiling the module! :dependency 23:29:18:047 [INFO] Compiling 5 source files with javac [forked debug target 1.8] to target/test-classes 23:29:20:003 [INFO] 23:29:20:004 [INFO] --- surefire:2.22.2:test (default-test) @ eclipse-collections-testutils --- 23:29:20:004 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. 23:29:20:006 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/surefire-reports 23:29:20:100 [INFO] 23:29:20:100 [INFO] ------------------------------------------------------- 23:29:20:100 [INFO] T E S T S 23:29:20:100 [INFO] ------------------------------------------------------- 23:29:20:515 [INFO] Running org.eclipse.collections.impl.test.CollectionsEqualTest 23:29:20:881 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 s - in org.eclipse.collections.impl.test.CollectionsEqualTest 23:29:20:881 [INFO] Running org.eclipse.collections.impl.test.VerifyTest 23:29:21:382 [INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.5 s - in org.eclipse.collections.impl.test.VerifyTest 23:29:21:382 [INFO] Running org.eclipse.collections.impl.test.ExceptionThrownTest 23:29:21:384 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.test.ExceptionThrownTest 23:29:21:384 [INFO] Running org.eclipse.collections.impl.test.ClassComparerTest 23:29:21:444 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.collections.impl.test.ClassComparerTest 23:29:21:445 [INFO] Running org.eclipse.collections.impl.test.SerializeTestHelperTest 23:29:21:446 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.test.SerializeTestHelperTest 23:29:21:794 [INFO] 23:29:21:794 [INFO] Results: 23:29:21:794 [INFO] 23:29:21:794 [INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0 23:29:21:794 [INFO] 23:29:21:798 [INFO] 23:29:21:798 [INFO] --- jacoco:0.8.8:report (report) @ eclipse-collections-testutils --- 23:29:21:802 [INFO] Loading execution data file /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/jacoco.exec 23:29:21:885 [INFO] Analyzed bundle 'Eclipse Collections Test Utilities' with 3 classes 23:29:21:955 [INFO] 23:29:21:955 [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-collections-testutils --- 23:29:21:958 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-12.0.0.M2.jar 23:29:21:963 [INFO] 23:29:21:963 [INFO] --- source:3.2.1:jar-no-fork (default) @ eclipse-collections-testutils --- 23:29:21:965 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-12.0.0.M2-sources.jar 23:29:21:970 [INFO] 23:29:21:970 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections-testutils --- 23:29:21:980 [INFO] No dependency problems found 23:29:21:980 [INFO] 23:29:21:980 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections-testutils --- 23:29:21:980 [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/12.0.0.M2/eclipse-collections-testutils-12.0.0.M2.pom 23:29:21:981 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-12.0.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/12.0.0.M2/eclipse-collections-testutils-12.0.0.M2.jar 23:29:21:986 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-testutils/target/eclipse-collections-testutils-12.0.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-testutils/12.0.0.M2/eclipse-collections-testutils-12.0.0.M2-sources.jar 23:29:21:987 [INFO] 23:29:21:987 [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >-------- 23:29:21:987 [INFO] Building Eclipse Collections Fork Join Utilities 12.0.0.M2 [7/10] 23:29:21:987 [INFO] from eclipse-collections-forkjoin/pom.xml 23:29:21:987 [INFO] --------------------------------[ jar ]--------------------------------- 23:29:22:010 [INFO] 23:29:22:010 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections-forkjoin --- 23:29:22:011 [INFO] 23:29:22:011 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections-forkjoin --- 23:29:22:012 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 23:29:22:013 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 23:29:22:013 [INFO] 23:29:22:013 [INFO] --- jacoco:0.8.8:prepare-agent (default) @ eclipse-collections-forkjoin --- 23:29:22:013 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/publish-p2-repo/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/jacoco.exec 23:29:22:013 [INFO] 23:29:22:013 [INFO] --- resources:3.3.0:resources (default-resources) @ eclipse-collections-forkjoin --- 23:29:22:014 [INFO] Copying 3 resources 23:29:22:015 [INFO] 23:29:22:015 [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-collections-forkjoin --- 23:29:22:016 [INFO] Changes detected - recompiling the module! :dependency 23:29:22:017 [INFO] Compiling 8 source files with javac [forked debug target 1.8] to target/classes 23:29:22:825 [INFO] 23:29:22:825 [INFO] --- resources:3.3.0:testResources (default-testResources) @ eclipse-collections-forkjoin --- 23:29:22:826 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/src/test/resources 23:29:22:826 [INFO] 23:29:22:826 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-collections-forkjoin --- 23:29:22:827 [INFO] Changes detected - recompiling the module! :dependency 23:29:22:828 [INFO] Compiling 1 source file with javac [forked debug target 1.8] to target/test-classes 23:29:23:666 [INFO] 23:29:23:666 [INFO] --- surefire:2.22.2:test (default-test) @ eclipse-collections-forkjoin --- 23:29:23:667 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. 23:29:23:668 [INFO] Surefire report directory: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/surefire-reports 23:29:23:670 [INFO] 23:29:23:670 [INFO] ------------------------------------------------------- 23:29:23:670 [INFO] T E S T S 23:29:23:670 [INFO] ------------------------------------------------------- 23:29:24:040 [INFO] Running org.eclipse.collections.impl.forkjoin.FJIterateTest 23:29:25:232 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.19 s - in org.eclipse.collections.impl.forkjoin.FJIterateTest 23:29:25:576 [INFO] 23:29:25:576 [INFO] Results: 23:29:25:576 [INFO] 23:29:25:576 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 23:29:25:576 [INFO] 23:29:25:576 [INFO] 23:29:25:576 [INFO] --- jacoco:0.8.8:report (report) @ eclipse-collections-forkjoin --- 23:29:25:577 [INFO] Loading execution data file /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/jacoco.exec 23:29:25:587 [INFO] Analyzed bundle 'Eclipse Collections Fork Join Utilities' with 10 classes 23:29:25:607 [INFO] 23:29:25:607 [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-collections-forkjoin --- 23:29:25:611 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-12.0.0.M2.jar 23:29:25:614 [INFO] 23:29:25:614 [INFO] --- source:3.2.1:jar-no-fork (default) @ eclipse-collections-forkjoin --- 23:29:25:617 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-12.0.0.M2-sources.jar 23:29:25:621 [INFO] 23:29:25:621 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections-forkjoin --- 23:29:25:629 [INFO] No dependency problems found 23:29:25:629 [INFO] 23:29:25:629 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections-forkjoin --- 23:29:25:630 [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/12.0.0.M2/eclipse-collections-forkjoin-12.0.0.M2.pom 23:29:25:631 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-12.0.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/12.0.0.M2/eclipse-collections-forkjoin-12.0.0.M2.jar 23:29:25:635 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-12.0.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/eclipse-collections-forkjoin/12.0.0.M2/eclipse-collections-forkjoin-12.0.0.M2-sources.jar 23:29:25:636 [INFO] 23:29:25:636 [INFO] ---------------< org.eclipse.collections:jcstress-tests >--------------- 23:29:25:636 [INFO] Building Eclipse Collections JCStress Test Suite 12.0.0.M2 [8/10] 23:29:25:636 [INFO] from jcstress-tests/pom.xml 23:29:25:637 [INFO] --------------------------------[ jar ]--------------------------------- 23:29:25:852 [INFO] 23:29:25:852 [INFO] --- clean:3.2.0:clean (default-clean) @ jcstress-tests --- 23:29:25:852 [INFO] 23:29:25:852 [INFO] --- enforcer:3.2.1:enforce (enforce) @ jcstress-tests --- 23:29:25:854 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 23:29:25:854 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 23:29:25:854 [INFO] 23:29:25:854 [INFO] --- resources:3.3.0:resources (default-resources) @ jcstress-tests --- 23:29:25:855 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/main/resources 23:29:25:855 [INFO] 23:29:25:855 [INFO] --- compiler:3.11.0:compile (default-compile) @ jcstress-tests --- 23:29:25:857 [INFO] Changes detected - recompiling the module! :dependency 23:29:25:857 [INFO] Compiling 6 source files with javac [forked debug target 1.8] to target/classes 23:29:26:719 [INFO] 23:29:26:719 [INFO] --- resources:3.3.0:testResources (default-testResources) @ jcstress-tests --- 23:29:26:719 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/src/test/resources 23:29:26:719 [INFO] 23:29:26:719 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jcstress-tests --- 23:29:26:720 [INFO] No sources to compile 23:29:26:720 [INFO] 23:29:26:720 [INFO] --- surefire:2.22.2:test (default-test) @ jcstress-tests --- 23:29:26:720 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. 23:29:26:722 [INFO] No tests to run. 23:29:26:722 [INFO] 23:29:26:722 [INFO] --- jar:3.3.0:jar (default-jar) @ jcstress-tests --- 23:29:26:728 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-12.0.0.M2.jar 23:29:26:733 [INFO] 23:29:26:733 [INFO] --- shade:3.4.1:shade (default) @ jcstress-tests --- 23:29:26:902 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. 23:29:26:904 [INFO] Including org.eclipse.collections:eclipse-collections:jar:12.0.0.M2 in the shaded jar. 23:29:26:904 [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:12.0.0.M2 in the shaded jar. 23:29:26:904 [INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.15 in the shaded jar. 23:29:26:904 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar. 23:29:26:904 [INFO] Including net.java.dev.jna:jna:jar:5.8.0 in the shaded jar. 23:29:26:904 [INFO] Including net.java.dev.jna:jna-platform:jar:5.8.0 in the shaded jar. 23:29:26:904 [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/dependency-reduced-pom.xml 23:29:28:282 [WARNING] eclipse-collections-12.0.0.M2.jar, eclipse-collections-api-12.0.0.M2.jar, jcstress-core-0.15.jar, jcstress-tests-12.0.0.M2.jar, jna-5.8.0.jar, jna-platform-5.8.0.jar, jopt-simple-4.6.jar define 1 overlapping resource: 23:29:28:282 [WARNING] - META-INF/MANIFEST.MF 23:29:28:282 [WARNING] eclipse-collections-12.0.0.M2.jar, eclipse-collections-api-12.0.0.M2.jar define 3 overlapping resources: 23:29:28:282 [WARNING] - LICENSE-EDL-1.0.txt 23:29:28:282 [WARNING] - LICENSE-EPL-1.0.txt 23:29:28:282 [WARNING] - about.html 23:29:28:282 [WARNING] jna-5.8.0.jar, jna-platform-5.8.0.jar define 3 overlapping resources: 23:29:28:282 [WARNING] - META-INF/AL2.0 23:29:28:282 [WARNING] - META-INF/LGPL2.1 23:29:28:282 [WARNING] - META-INF/LICENSE 23:29:28:282 [WARNING] maven-shade-plugin has detected that some class files are 23:29:28:282 [WARNING] present in two or more JARs. When this happens, only one 23:29:28:282 [WARNING] single version of the class is copied to the uber jar. 23:29:28:282 [WARNING] Usually this is not harmful and you can skip these warnings, 23:29:28:282 [WARNING] otherwise try to manually exclude artifacts based on 23:29:28:282 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 23:29:28:282 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ 23:29:28:289 [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-12.0.0.M2-shaded.jar 23:29:28:290 [INFO] 23:29:28:290 [INFO] --- source:3.2.1:jar-no-fork (default) @ jcstress-tests --- 23:29:28:293 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-12.0.0.M2-sources.jar 23:29:28:309 [INFO] 23:29:28:309 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ jcstress-tests --- 23:29:28:319 [INFO] No dependency problems found 23:29:28:320 [INFO] 23:29:28:320 [INFO] --- install:3.1.0:install (default-install) @ jcstress-tests --- 23:29:28:320 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/dependency-reduced-pom.xml to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/12.0.0.M2/jcstress-tests-12.0.0.M2.pom 23:29:28:321 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-12.0.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/12.0.0.M2/jcstress-tests-12.0.0.M2.jar 23:29:28:325 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/jcstress-tests/target/jcstress-tests-12.0.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/jcstress-tests/12.0.0.M2/jcstress-tests-12.0.0.M2-sources.jar 23:29:28:326 [INFO] 23:29:28:326 [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- 23:29:28:326 [INFO] Building Eclipse Collections p2 Repository Build 12.0.0.M2 [9/10] 23:29:28:326 [INFO] from p2-repository/pom.xml 23:29:28:326 [INFO] --------------------------------[ pom ]--------------------------------- 23:29:28:336 [INFO] 23:29:28:336 [INFO] --- clean:3.2.0:clean (default-clean) @ p2-repository --- 23:29:28:345 [INFO] 23:29:28:345 [INFO] --- enforcer:3.2.1:enforce (enforce) @ p2-repository --- 23:29:28:394 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 23:29:28:396 [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed 23:29:28:397 [INFO] Rule 2: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed 23:29:28:412 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 23:29:28:412 [INFO] 23:29:28:412 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ p2-repository --- 23:29:28:533 [INFO] Skipping pom project 23:29:28:533 [INFO] 23:29:28:533 [INFO] --- install:3.1.0:install (default-install) @ p2-repository --- 23:29:28:542 [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/12.0.0.M2/p2-repository-12.0.0.M2.pom 23:29:28:543 [INFO] 23:29:28:543 [INFO] ----------< org.eclipse.collections:org.eclipse.collections >----------- 23:29:28:543 [INFO] Building Eclipse Collections OSGi Bundle 12.0.0.M2 [10/10] 23:29:28:543 [INFO] from p2-repository/org.eclipse.collections/pom.xml 23:29:28:543 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 23:29:28:621 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier)' 23:29:28:621 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:1.7.0:validate-version (default-validate-version)' 23:29:28:684 [INFO] 23:29:28:684 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.collections --- 23:29:28:684 [INFO] 23:29:28:684 [INFO] --- tycho-packaging:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections --- 23:29:29:749 [INFO] The project's OSGi version is 12.0.0.M2.v20230717-2325 23:29:29:749 [INFO] 23:29:29:749 [INFO] --- tycho-packaging:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections --- 23:29:29:750 [INFO] 23:29:29:750 [INFO] --- enforcer:3.2.1:enforce (enforce) @ org.eclipse.collections --- 23:29:29:752 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 23:29:29:753 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 23:29:29:753 [INFO] 23:29:29:753 [INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.collections --- 23:29:29:775 [INFO] Copying 2 resources 23:29:29:777 [INFO] 23:29:29:777 [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.collections --- 23:29:29:817 [INFO] No sources to compile 23:29:29:817 [INFO] 23:29:29:817 [INFO] --- ebr:1.3.0:bundle (default-bundle) @ org.eclipse.collections --- 23:29:29:821 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. 23:29:29:826 [INFO] Gathering dependencies 23:29:29:833 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:12.0.0.M2:jar 23:29:29:837 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:12.0.0.M2:jar 23:29:29:838 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-12.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/**/*.*" 23:29:30:647 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-12.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/**/*.*" 23:29:30:893 [INFO] Merging collected dependencies 23:29:30:963 [INFO] Copying 5905 resources 23:29:31:409 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-12.0.0.M2.jar 23:29:35:650 [INFO] Gathering sources 23:29:35:652 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:12.0.0.M2:jar 23:29:35:653 [INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:12.0.0.M2:jar 23:29:35:653 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections/target/eclipse-collections-12.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/**/*.*" 23:29:36:222 [INFO] Unpacking /home/jenkins/agent/workspace/publish-p2-repo/eclipse-collections-api/target/eclipse-collections-api-12.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/**/*.*" 23:29:36:717 [INFO] Copying 2 resources 23:29:36:717 [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-12.0.0.M2-sources.jar 23:29:37:400 [INFO] Packing and signing bundle 23:29:37:400 [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" 23:29:38:301 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-12.0.0.M2.jar 23:29:51:608 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-12.0.0.M2.jar 23:30:01:929 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-12.0.0.M2-sources.jar 23:30:05:621 [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" 23:30:06:232 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-12.0.0.M2.jar 23:30:19:572 [INFO] Assembling p2 repository 23:30:20:281 [INFO] 23:30:20:281 [INFO] --- tycho-p2:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections --- 23:30:20:283 [INFO] 23:30:20:283 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ org.eclipse.collections --- 23:30:21:092 [INFO] No dependency problems found 23:30:21:092 [INFO] 23:30:21:092 [INFO] --- install:3.1.0:install (default-install) @ org.eclipse.collections --- 23:30:21:093 [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/12.0.0.M2/org.eclipse.collections-12.0.0.M2.pom 23:30:21:094 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-12.0.0.M2.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/12.0.0.M2/org.eclipse.collections-12.0.0.M2.jar 23:30:21:103 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-12.0.0.M2-sources.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/12.0.0.M2/org.eclipse.collections-12.0.0.M2-sources.jar 23:30:21:111 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-repository/org.eclipse.collections/target/org.eclipse.collections-12.0.0.M2.jar.pack.gz to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections/12.0.0.M2/org.eclipse.collections-12.0.0.M2-pack200.jar.pack.gz 23:30:21:112 [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/12.0.0.M2/org.eclipse.collections-12.0.0.M2-p2metadata.xml 23:30:21:112 [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/12.0.0.M2/org.eclipse.collections-12.0.0.M2-p2artifacts.xml 23:30:21:114 [INFO] 23:30:21:114 [INFO] --- tycho-p2:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections --- 23:30:21:116 [INFO] ------------------------------------------------------------------------ 23:30:21:116 [INFO] Reactor Summary for Eclipse Collections Parent Project 12.0.0.M2: 23:30:21:116 [INFO] 23:30:21:116 [INFO] Eclipse Collections Parent Project ................. SUCCESS [ 2.963 s] 23:30:21:116 [INFO] Eclipse Collections Code Generator ................. SUCCESS [ 2.575 s] 23:30:21:116 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [ 3.144 s] 23:30:21:116 [INFO] Eclipse Collections API ............................ SUCCESS [ 7.710 s] 23:30:21:116 [INFO] Eclipse Collections Main Library ................... SUCCESS [ 35.579 s] 23:30:21:116 [INFO] Eclipse Collections Test Utilities ................. SUCCESS [ 5.840 s] 23:30:21:116 [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [ 3.649 s] 23:30:21:116 [INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [ 2.690 s] 23:30:21:116 [INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [ 0.217 s] 23:30:21:116 [INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 52.573 s] 23:30:21:116 [INFO] ------------------------------------------------------------------------ 23:30:21:116 [INFO] BUILD SUCCESS 23:30:21:116 [INFO] ------------------------------------------------------------------------ 23:30:21:116 [INFO] Total time: 02:09 min 23:30:21:117 [INFO] Finished at: 2023-07-17T23:30:21Z 23:30:21:117 [INFO] ------------------------------------------------------------------------ [publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=12.0.0.M2 -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository clean install Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" 23:30:22:813 [INFO] Error stacktraces are turned on. 23:30:23:029 [INFO] Scanning for projects... 23:30:25:369 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:12.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml 23:30:25:517 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B) 23:30:25:619 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 23:30:25:639 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) 23:30:25:774 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) 23:30:25:914 [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) 23:30:26:024 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) 23:30:26:130 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) 23:30:26:257 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository 23:30:26:267 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:12.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml 23:30:27:012 [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) 23:30:27:129 [WARNING] The following locally built units have been used to resolve project dependencies: 23:30:27:129 [WARNING] org.eclipse.collections/12.0.0.v20230717-2325 23:30:27:130 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:12.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml 23:30:27:149 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:12.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml 23:30:27:154 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository 23:30:27:160 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:12.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml 23:30:27:181 [WARNING] The following locally built units have been used to resolve project dependencies: 23:30:27:182 [WARNING] org.eclipse.collections/12.0.0.v20230717-2325 23:30:27:182 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:12.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml 23:30:27:182 [INFO] ------------------------------------------------------------------------ 23:30:27:182 [INFO] Reactor Build Order: 23:30:27:182 [INFO] 23:30:27:184 [INFO] Eclipse Collections p2 Repository with Feature Build [pom] 23:30:27:184 [INFO] org.eclipse.collections.feature [eclipse-feature] 23:30:27:184 [INFO] p2-repository [eclipse-repository] 23:30:27:211 [INFO] 23:30:27:211 [INFO] -----------------< org.eclipse.collections:p2-feature >----------------- 23:30:27:211 [INFO] Building Eclipse Collections p2 Repository with Feature Build 12.0.0-SNAPSHOT [1/3] 23:30:27:212 [INFO] from pom.xml 23:30:27:212 [INFO] --------------------------------[ pom ]--------------------------------- 23:30:27:220 [INFO] 23:30:27:220 [INFO] --- clean:3.2.0:clean (default-clean) @ p2-feature --- 23:30:27:251 [INFO] 23:30:27:251 [INFO] --- install:3.1.0:install (default-install) @ p2-feature --- 23:30:27:272 [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/12.0.0-SNAPSHOT/p2-feature-12.0.0-SNAPSHOT.pom 23:30:27:277 [INFO] 23:30:27:277 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >------- 23:30:27:277 [INFO] Building org.eclipse.collections.feature 12.0.0-SNAPSHOT [2/3] 23:30:27:277 [INFO] from org.eclipse.collections.feature/pom.xml 23:30:27:277 [INFO] --------------------------[ eclipse-feature ]--------------------------- 23:30:27:281 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator)' 23:30:27:281 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:1.7.0:validate-id (default-validate-id)' 23:30:27:281 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:1.7.0:validate-version (default-validate-version)' 23:30:27:282 [WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.7.0:target-platform (default-target-platform)' 23:30:27:282 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:1.7.0:target-platform (default-target-platform)' 23:30:27:282 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:1.7.0:package-feature (default-package-feature)' 23:30:27:286 [INFO] 23:30:27:286 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.collections.feature --- 23:30:27:287 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target 23:30:27:288 [INFO] 23:30:27:288 [INFO] --- tycho-packaging:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature --- 23:30:27:625 [INFO] The project's OSGi version is 12.0.0.v20230717-2325 23:30:27:625 [INFO] 23:30:27:625 [INFO] --- tycho-packaging:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature --- 23:30:27:627 [INFO] 23:30:27:627 [INFO] --- tycho-packaging:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature --- 23:30:27:629 [INFO] 23:30:27:629 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature --- 23:30:27:687 [INFO] 23:30:27:687 [INFO] --- tycho-packaging:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature --- 23:30:27:751 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-12.0.0-SNAPSHOT.jar 23:30:27:765 [INFO] 23:30:27:765 [INFO] --- tycho-p2:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature --- 23:30:27:779 [INFO] 23:30:27:779 [INFO] --- tycho-p2:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature --- 23:30:27:783 [INFO] 23:30:27:783 [INFO] --- tycho-source-feature:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature --- 23:30:27:822 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-12.0.0-SNAPSHOT-sources-feature.jar 23:30:27:851 [INFO] 23:30:27:851 [INFO] --- tycho-p2:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature --- 23:30:27:861 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2metadata:12.0.0-SNAPSHOT already attached, replace previous instance 23:30:27:861 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2artifacts:12.0.0-SNAPSHOT already attached, replace previous instance 23:30:27:861 [INFO] 23:30:27:861 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.collections.feature --- 23:30:28:021 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-12.0.0-SNAPSHOT.jar 23:30:29:553 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-12.0.0-SNAPSHOT-sources-feature.jar 23:30:30:964 [INFO] 23:30:30:964 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.collections.feature --- 23:30:31:325 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/12.0.0-SNAPSHOT/org.eclipse.collections.feature-12.0.0-SNAPSHOT.jar 23:30:31:326 [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/12.0.0-SNAPSHOT/org.eclipse.collections.feature-12.0.0-SNAPSHOT.pom 23:30:31:328 [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/12.0.0-SNAPSHOT/org.eclipse.collections.feature-12.0.0-SNAPSHOT-p2metadata.xml 23:30:31:332 [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/12.0.0-SNAPSHOT/org.eclipse.collections.feature-12.0.0-SNAPSHOT-p2artifacts.xml 23:30:31:333 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-12.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/12.0.0-SNAPSHOT/org.eclipse.collections.feature-12.0.0-SNAPSHOT-sources-feature.jar 23:30:31:334 [INFO] 23:30:31:335 [INFO] --- tycho-p2:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature --- 23:30:31:336 [INFO] 23:30:31:336 [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- 23:30:31:336 [INFO] Building p2-repository 12.0.0-SNAPSHOT [3/3] 23:30:31:336 [INFO] from org.eclipse.collections.repository/pom.xml 23:30:31:336 [INFO] -------------------------[ eclipse-repository ]------------------------- 23:30:31:337 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator)' 23:30:31:337 [WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.7.0:target-platform (default-target-platform)' 23:30:31:337 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:1.7.0:target-platform (default-target-platform)' 23:30:31:337 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository)' 23:30:31:338 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository)' 23:30:31:338 [INFO] 23:30:31:338 [INFO] --- clean:3.2.0:clean (default-clean) @ p2-repository --- 23:30:31:339 [INFO] 23:30:31:339 [INFO] --- tycho-packaging:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository --- 23:30:31:357 [INFO] The project's OSGi version is 12.0.0.v20230717-2325 23:30:31:357 [INFO] 23:30:31:357 [INFO] --- clean:3.2.0:clean (default-clean-1) @ p2-repository --- 23:30:31:358 [INFO] 23:30:31:358 [INFO] --- resources:2.4.3:resources (default-resources) @ p2-repository --- 23:30:31:835 [INFO] Using 'UTF-8' encoding to copy filtered resources. 23:30:31:835 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources 23:30:31:836 [INFO] 23:30:31:836 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository --- 23:30:31:846 [INFO] 23:30:31:846 [INFO] --- tycho-p2-publisher:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository --- 23:30:31:847 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration 23:30:31:854 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] 23:30:31:856 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] 23:30:31:856 [INFO] 23:30:31:856 [INFO] --- tycho-p2-publisher:1.7.0:publish-products (default-publish-products) @ p2-repository --- 23:30:31:858 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration 23:30:31:859 [INFO] 23:30:31:859 [INFO] --- tycho-p2-publisher:1.7.0:publish-categories (default-publish-categories) @ p2-repository --- 23:30:31:860 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration 23:30:31:867 [INFO] 23:30:31:867 [INFO] --- tycho-p2-publisher:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository --- 23:30:31:868 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration 23:30:31:869 [INFO] 23:30:31:869 [INFO] --- tycho-p2-repository:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository --- 23:30:31:870 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration 23:30:33:168 [INFO] 23:30:33:168 [INFO] --- tycho-p2-repository:1.7.0:archive-repository (default-archive-repository) @ p2-repository --- 23:30:33:170 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration 23:30:33:179 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-12.0.0-SNAPSHOT.zip 23:30:33:561 [INFO] 23:30:33:561 [INFO] --- install:2.3.1:install (default-install) @ p2-repository --- 23:30:33:562 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-12.0.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/12.0.0-SNAPSHOT/p2-repository-12.0.0-SNAPSHOT.zip 23:30:33:571 [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/12.0.0-SNAPSHOT/p2-repository-12.0.0-SNAPSHOT.pom 23:30:33:577 [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/12.0.0-SNAPSHOT/p2-repository-12.0.0-SNAPSHOT-p2metadata.xml 23:30:33:578 [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/12.0.0-SNAPSHOT/p2-repository-12.0.0-SNAPSHOT-p2artifacts.xml 23:30:33:579 [INFO] 23:30:33:579 [INFO] --- tycho-p2:1.7.0:update-local-index (default-update-local-index) @ p2-repository --- 23:30:33:580 [INFO] ------------------------------------------------------------------------ 23:30:33:580 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 12.0.0-SNAPSHOT: 23:30:33:580 [INFO] 23:30:33:580 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [ 0.066 s] 23:30:33:580 [INFO] org.eclipse.collections.feature .................... SUCCESS [ 4.059 s] 23:30:33:581 [INFO] p2-repository ...................................... SUCCESS [ 2.244 s] 23:30:33:581 [INFO] ------------------------------------------------------------------------ 23:30:33:581 [INFO] BUILD SUCCESS 23:30:33:581 [INFO] ------------------------------------------------------------------------ 23:30:33:581 [INFO] Total time: 10.739 s 23:30:33:581 [INFO] Finished at: 2023-07-17T23:30:33Z 23:30:33:581 [INFO] ------------------------------------------------------------------------ [publish-p2-repo] $ /opt/tools/apache-maven/latest/bin/mvn -f p2-feature/pom.xml -DRELEASE_TAG=12.0.0.M2 -Dmaven.repo.local=/home/jenkins/agent/workspace/publish-p2-repo/.repository clean install Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" 23:30:35:158 [INFO] Error stacktraces are turned on. 23:30:35:346 [INFO] Scanning for projects... 23:30:37:082 [INFO] Computing target platform for MavenProject: org.eclipse.collections:org.eclipse.collections.feature:12.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml 23:30:37:299 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B) 23:30:37:401 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license 23:30:37:446 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) 23:30:37:560 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/../../p2-repository/org.eclipse.collections/target/repository 23:30:37:571 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:12.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml 23:30:37:899 [WARNING] The following locally built units have been used to resolve project dependencies: 23:30:37:899 [WARNING] org.eclipse.collections/12.0.0.v20230717-2325 23:30:37:900 [INFO] Resolving class path of MavenProject: org.eclipse.collections:org.eclipse.collections.feature:12.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/pom.xml 23:30:37:928 [INFO] Computing target platform for MavenProject: org.eclipse.collections:p2-repository:12.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml 23:30:37:934 [INFO] Adding repository file:////home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/../../p2-repository/org.eclipse.collections/target/repository 23:30:37:942 [INFO] Resolving dependencies of MavenProject: org.eclipse.collections:p2-repository:12.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml 23:30:37:970 [WARNING] The following locally built units have been used to resolve project dependencies: 23:30:37:970 [WARNING] org.eclipse.collections/12.0.0.v20230717-2325 23:30:37:971 [INFO] Resolving class path of MavenProject: org.eclipse.collections:p2-repository:12.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/pom.xml 23:30:37:971 [INFO] ------------------------------------------------------------------------ 23:30:37:971 [INFO] Reactor Build Order: 23:30:37:971 [INFO] 23:30:37:972 [INFO] Eclipse Collections p2 Repository with Feature Build [pom] 23:30:37:972 [INFO] org.eclipse.collections.feature [eclipse-feature] 23:30:37:972 [INFO] p2-repository [eclipse-repository] 23:30:37:977 [INFO] 23:30:37:978 [INFO] -----------------< org.eclipse.collections:p2-feature >----------------- 23:30:37:978 [INFO] Building Eclipse Collections p2 Repository with Feature Build 12.0.0-SNAPSHOT [1/3] 23:30:37:978 [INFO] from pom.xml 23:30:37:978 [INFO] --------------------------------[ pom ]--------------------------------- 23:30:37:987 [INFO] 23:30:37:987 [INFO] --- clean:3.2.0:clean (default-clean) @ p2-feature --- 23:30:38:034 [INFO] 23:30:38:034 [INFO] --- install:3.1.0:install (default-install) @ p2-feature --- 23:30:38:052 [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/12.0.0-SNAPSHOT/p2-feature-12.0.0-SNAPSHOT.pom 23:30:38:064 [INFO] 23:30:38:064 [INFO] ------< org.eclipse.collections:org.eclipse.collections.feature >------- 23:30:38:064 [INFO] Building org.eclipse.collections.feature 12.0.0-SNAPSHOT [2/3] 23:30:38:064 [INFO] from org.eclipse.collections.feature/pom.xml 23:30:38:065 [INFO] --------------------------[ eclipse-feature ]--------------------------- 23:30:38:068 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator)' 23:30:38:068 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:1.7.0:validate-id (default-validate-id)' 23:30:38:068 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:1.7.0:validate-version (default-validate-version)' 23:30:38:068 [WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.7.0:target-platform (default-target-platform)' 23:30:38:069 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:1.7.0:target-platform (default-target-platform)' 23:30:38:069 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:1.7.0:package-feature (default-package-feature)' 23:30:38:071 [INFO] 23:30:38:071 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.collections.feature --- 23:30:38:072 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target 23:30:38:073 [INFO] 23:30:38:073 [INFO] --- tycho-packaging:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.collections.feature --- 23:30:38:385 [INFO] The project's OSGi version is 12.0.0.v20230717-2325 23:30:38:386 [INFO] 23:30:38:386 [INFO] --- tycho-packaging:1.7.0:validate-id (default-validate-id) @ org.eclipse.collections.feature --- 23:30:38:387 [INFO] 23:30:38:387 [INFO] --- tycho-packaging:1.7.0:validate-version (default-validate-version) @ org.eclipse.collections.feature --- 23:30:38:389 [INFO] 23:30:38:389 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.collections.feature --- 23:30:38:464 [INFO] 23:30:38:465 [INFO] --- tycho-packaging:1.7.0:package-feature (default-package-feature) @ org.eclipse.collections.feature --- 23:30:38:524 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-12.0.0-SNAPSHOT.jar 23:30:38:560 [INFO] 23:30:38:560 [INFO] --- tycho-p2:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections.feature --- 23:30:38:575 [INFO] 23:30:38:576 [INFO] --- tycho-p2:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.collections.feature --- 23:30:38:579 [INFO] 23:30:38:579 [INFO] --- tycho-source-feature:1.7.0:source-feature (source-feature) @ org.eclipse.collections.feature --- 23:30:38:622 [INFO] Building jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-12.0.0-SNAPSHOT-sources-feature.jar 23:30:38:667 [INFO] 23:30:38:667 [INFO] --- tycho-p2:1.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.collections.feature --- 23:30:38:693 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2metadata:12.0.0-SNAPSHOT already attached, replace previous instance 23:30:38:693 [WARNING] artifact org.eclipse.collections:org.eclipse.collections.feature:xml:p2artifacts:12.0.0-SNAPSHOT already attached, replace previous instance 23:30:38:693 [INFO] 23:30:38:693 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.collections.feature --- 23:30:38:839 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-12.0.0-SNAPSHOT.jar 23:30:39:818 [INFO] Signing jar: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-12.0.0-SNAPSHOT-sources-feature.jar 23:30:40:433 [INFO] 23:30:40:433 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.collections.feature --- 23:30:40:465 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-12.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/12.0.0-SNAPSHOT/org.eclipse.collections.feature-12.0.0-SNAPSHOT.jar 23:30:40:466 [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/12.0.0-SNAPSHOT/org.eclipse.collections.feature-12.0.0-SNAPSHOT.pom 23:30:40:472 [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/12.0.0-SNAPSHOT/org.eclipse.collections.feature-12.0.0-SNAPSHOT-p2metadata.xml 23:30:40:474 [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/12.0.0-SNAPSHOT/org.eclipse.collections.feature-12.0.0-SNAPSHOT-p2artifacts.xml 23:30:40:476 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.feature/target/org.eclipse.collections.feature-12.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/org.eclipse.collections.feature/12.0.0-SNAPSHOT/org.eclipse.collections.feature-12.0.0-SNAPSHOT-sources-feature.jar 23:30:40:478 [INFO] 23:30:40:478 [INFO] --- tycho-p2:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.collections.feature --- 23:30:40:480 [INFO] 23:30:40:480 [INFO] ---------------< org.eclipse.collections:p2-repository >---------------- 23:30:40:480 [INFO] Building p2-repository 12.0.0-SNAPSHOT [3/3] 23:30:40:480 [INFO] from org.eclipse.collections.repository/pom.xml 23:30:40:480 [INFO] -------------------------[ eclipse-repository ]------------------------- 23:30:40:481 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator)' 23:30:40:481 [WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.7.0:target-platform (default-target-platform)' 23:30:40:481 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:1.7.0:target-platform (default-target-platform)' 23:30:40:482 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository)' 23:30:40:482 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository)' 23:30:40:482 [INFO] 23:30:40:482 [INFO] --- clean:3.2.0:clean (default-clean) @ p2-repository --- 23:30:40:483 [INFO] Deleting /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target 23:30:40:489 [INFO] 23:30:40:489 [INFO] --- tycho-packaging:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ p2-repository --- 23:30:40:510 [INFO] The project's OSGi version is 12.0.0.v20230717-2325 23:30:40:510 [INFO] 23:30:40:510 [INFO] --- clean:3.2.0:clean (default-clean-1) @ p2-repository --- 23:30:40:511 [INFO] 23:30:40:511 [INFO] --- resources:2.4.3:resources (default-resources) @ p2-repository --- 23:30:40:572 [INFO] Using 'UTF-8' encoding to copy filtered resources. 23:30:40:572 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/src/main/resources 23:30:40:572 [INFO] 23:30:40:572 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ p2-repository --- 23:30:40:611 [INFO] 23:30:40:611 [INFO] --- tycho-p2-publisher:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ p2-repository --- 23:30:40:612 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration 23:30:40:621 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] 23:30:40:623 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] 23:30:40:623 [INFO] 23:30:40:623 [INFO] --- tycho-p2-publisher:1.7.0:publish-products (default-publish-products) @ p2-repository --- 23:30:40:625 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration 23:30:40:627 [INFO] 23:30:40:627 [INFO] --- tycho-p2-publisher:1.7.0:publish-categories (default-publish-categories) @ p2-repository --- 23:30:40:628 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration 23:30:40:634 [INFO] 23:30:40:634 [INFO] --- tycho-p2-publisher:1.7.0:attach-artifacts (default-attach-artifacts) @ p2-repository --- 23:30:40:635 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration 23:30:40:635 [INFO] 23:30:40:635 [INFO] --- tycho-p2-repository:1.7.0:assemble-repository (default-assemble-repository) @ p2-repository --- 23:30:40:636 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration 23:30:41:877 [INFO] 23:30:41:878 [INFO] --- tycho-p2-repository:1.7.0:archive-repository (default-archive-repository) @ p2-repository --- 23:30:41:880 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration 23:30:41:889 [INFO] Building zip: /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-12.0.0-SNAPSHOT.zip 23:30:42:292 [INFO] 23:30:42:292 [INFO] --- install:2.3.1:install (default-install) @ p2-repository --- 23:30:42:293 [INFO] Installing /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/p2-repository-12.0.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/publish-p2-repo/.repository/org/eclipse/collections/p2-repository/12.0.0-SNAPSHOT/p2-repository-12.0.0-SNAPSHOT.zip 23:30:42:305 [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/12.0.0-SNAPSHOT/p2-repository-12.0.0-SNAPSHOT.pom 23:30:42:310 [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/12.0.0-SNAPSHOT/p2-repository-12.0.0-SNAPSHOT-p2metadata.xml 23:30:42:312 [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/12.0.0-SNAPSHOT/p2-repository-12.0.0-SNAPSHOT-p2artifacts.xml 23:30:42:313 [INFO] 23:30:42:313 [INFO] --- tycho-p2:1.7.0:update-local-index (default-update-local-index) @ p2-repository --- 23:30:42:315 [INFO] ------------------------------------------------------------------------ 23:30:42:315 [INFO] Reactor Summary for Eclipse Collections p2 Repository with Feature Build 12.0.0-SNAPSHOT: 23:30:42:315 [INFO] 23:30:42:315 [INFO] Eclipse Collections p2 Repository with Feature Build SUCCESS [ 0.087 s] 23:30:42:315 [INFO] org.eclipse.collections.feature .................... SUCCESS [ 2.416 s] 23:30:42:315 [INFO] p2-repository ...................................... SUCCESS [ 1.835 s] 23:30:42:315 [INFO] ------------------------------------------------------------------------ 23:30:42:315 [INFO] BUILD SUCCESS 23:30:42:315 [INFO] ------------------------------------------------------------------------ 23:30:42:315 [INFO] Total time: 7.132 s 23:30:42:315 [INFO] Finished at: 2023-07-17T23:30:42Z 23:30:42:315 [INFO] ------------------------------------------------------------------------ [publish-p2-repo] $ /bin/bash /tmp/jenkins6506236724679341047.sh running command ssh genie.collections@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/collections/12.0.0.M2 running command ssh genie.collections@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/collections/12.0.0.M2 running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections total 35896 drwxrwsr-x 38 genie.collections technology.collections 4096 Jul 17 19:29 . drwxrwxr-x 381 root root 12288 Jul 3 06:42 .. drwxrwsr-x 3 genie.collections technology.collections 4096 Jul 11 2019 10.0.0 drwxrwsr-x 3 genie.collections technology.collections 4096 Sep 25 2018 10.0.0.M2 drwxrwsr-x 3 genie.collections technology.collections 4096 Dec 4 2019 10.1.0 drwxrwsr-x 3 genie.collections technology.collections 4096 Nov 22 2019 10.1.0.M1 drwxrwsr-x 3 genie.collections technology.collections 4096 Nov 25 2019 10.1.0.M2 drwxrwsr-x 3 genie.collections technology.collections 4096 Feb 11 2020 10.2.0 drwxrwsr-x 3 genie.collections technology.collections 4096 Aug 7 2020 10.3.0 drwxrwsr-x 3 genie.collections technology.collections 4096 Jul 3 2020 10.3.0.M1 drwxrwsr-x 3 genie.collections technology.collections 4096 Jul 15 2020 10.3.0.M3 drwxrwsr-x 3 genie.collections technology.collections 4096 Jul 16 2020 10.3.0.M4 drwxrwsr-x 3 genie.collections technology.collections 4096 Jul 30 2020 10.3.0.M5 drwxrwsr-x 3 genie.collections technology.collections 4096 Aug 20 2020 10.4.0 drwxr-sr-x 3 genie.collections technology.collections 4096 Nov 23 2021 11.0.0 drwxrwsr-x 3 genie.collections technology.collections 4096 Nov 2 2020 11.0.0.M1 drwxrwsr-x 3 genie.collections technology.collections 4096 Mar 19 2021 11.0.0.M2 drwxrwsr-x 3 genie.collections technology.collections 4096 Jul 13 2021 11.0.0.M3 drwxrwsr-x 3 genie.collections technology.collections 4096 Oct 29 2021 11.0.0.M5 drwxrwsr-x 3 genie.collections technology.collections 4096 Nov 4 2021 11.0.0.M6 drwxr-sr-x 3 genie.collections technology.collections 4096 Jul 5 2022 11.1.0 drwxr-sr-x 3 genie.collections technology.collections 4096 Jun 21 2022 11.1.0.M1 drwxr-sr-x 3 genie.collections technology.collections 4096 Jun 28 2022 11.1.0.M2 drwxr-sr-x 2 genie.collections technology.collections 4096 Jul 17 19:29 12.0.0.M2 drwxrwsr-x 3 genie.collections technology.collections 4096 Jun 22 2017 8.2.0 drwxrwsr-x 3 genie.collections technology.collections 4096 Sep 20 2017 9.0.0 drwxrwsr-x 3 genie.collections technology.collections 4096 Aug 19 2017 9.0.0.M2 drwxrwsr-x 3 genie.collections technology.collections 4096 Aug 24 2017 9.0.0.M3 drwxrwsr-x 3 genie.collections technology.collections 4096 Sep 5 2017 9.0.0.M4 drwxrwsr-x 3 genie.collections technology.collections 4096 Sep 13 2017 9.0.0-SNAPSHOT drwxrwsr-x 3 genie.collections technology.collections 4096 Dec 31 2017 9.1.0 drwxrwsr-x 3 genie.collections technology.collections 4096 Dec 6 2017 9.1.0.M1 drwxrwsr-x 3 genie.collections technology.collections 4096 Dec 11 2017 9.1.0.M2 drwxrwsr-x 3 genie.collections technology.collections 4096 May 18 2018 9.2.0 drwxrwsr-x 3 genie.collections technology.collections 4096 Feb 10 2018 9.2.0.M1 -rw-rw-r-- 1 genie.collections technology.collections 9871360 Apr 7 2016 gsc-ec-converter-7.1.0.tar -rw-rw-r-- 1 genie.collections technology.collections 8422439 Apr 7 2016 gsc-ec-converter-7.1.0.zip -rw-rw-r-- 1 genie.collections technology.collections 9871360 May 29 2016 gsc-ec-converter-7.1.1-SNAPSHOT.tar -rw-rw-r-- 1 genie.collections technology.collections 8422920 May 29 2016 gsc-ec-converter-7.1.1-SNAPSHOT.zip drwxrwsr-x 2 genie.collections technology.collections 4096 Mar 31 2016 pre-release drwxrwsr-x 2 genie.collections technology.collections 4096 Mar 24 2016 release drwxrwsr-x 2 genie.collections technology.collections 4096 Mar 24 2016 slides running command scp -r /home/jenkins/agent/workspace/publish-p2-repo/p2-feature/org.eclipse.collections.repository/target/repository genie.collections@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/collections/12.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/12.0.0.M2 running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/12.0.0.M2 total 17816 drwxr-sr-x 3 genie.collections technology.collections 4096 Jul 17 19:29 . drwxrwsr-x 38 genie.collections technology.collections 4096 Jul 17 19:29 .. -rw-r--r-- 1 genie.collections technology.collections 18228932 Jul 17 19:29 p2-repository-12.0.0-SNAPSHOT.zip drwxr-sr-x 4 genie.collections technology.collections 4096 Jul 17 19:29 repository running command ssh genie.collections@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/collections/12.0.0.M2/p2-repository-*.zip /home/data/httpd/download.eclipse.org/collections/12.0.0.M2/p2-repository-12.0.0.M2.zip running command ssh genie.collections@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/collections/12.0.0.M2 total 17816 drwxr-sr-x 3 genie.collections technology.collections 4096 Jul 17 19:29 . drwxrwsr-x 38 genie.collections technology.collections 4096 Jul 17 19:29 .. -rw-r--r-- 1 genie.collections technology.collections 18228932 Jul 17 19:29 p2-repository-12.0.0.M2.zip drwxr-sr-x 4 genie.collections technology.collections 4096 Jul 17 19:29 repository All DONE!!! $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 54 killed; [ssh-agent] Stopped. Finished: SUCCESS