Started by user Leif Geiger Rebuilds build #18 Running as Leif Geiger Agent basic-vgq17 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-vgq17" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.mpc.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-vgq17" - 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-vgq17" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.mpc.svc.cluster.local/mpc/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10.1" 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-mpc" 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-vgq17 (basic) in workspace /home/jenkins/agent/workspace/epp-mpc-httpclient-feature The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/mpc/org.eclipse.epp.mpc > git init /home/jenkins/agent/workspace/epp-mpc-httpclient-feature # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/mpc/org.eclipse.epp.mpc > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://git.eclipse.org/r/mpc/org.eclipse.epp.mpc +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/mpc/org.eclipse.epp.mpc # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 7e5701fce1fd3aa6f006855ea4b5961b24655acc (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 7e5701fce1fd3aa6f006855ea4b5961b24655acc # timeout=10 Commit message: "Remove redundant type arguments." First time build. Skipping changelog. [epp-mpc-httpclient-feature] $ /opt/tools/apache-maven/latest/bin/mvn -f httpclient-target-site/pom.xml -Dtycho.localArtifacts=ignore -Dtycho.disableP2Mirrors=true -DskipTests=true -Dsurefire.timeout=1500 -Dmaven.repo.local=/home/jenkins/agent/workspace/epp-mpc-httpclient-feature/.repository clean package -B Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/openj9-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc.apache.httpclient:org.eclipse.epp.mpc.apache.httpclient.feature:4.5.10-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-httpclient-feature/httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc.apache.httpclient:org.eclipse.epp.mpc.apache.httpclient.feature:4.5.10-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-httpclient-feature/httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc.apache.httpclient:org.eclipse.epp.mpc.apache.httpclient.feature:4.5.10-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-httpclient-feature/httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc.apache.httpclient:org.eclipse.epp.mpc.apache.httpclient.site:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-httpclient-feature/httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc.apache.httpclient:org.eclipse.epp.mpc.apache.httpclient.site:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-httpclient-feature/httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.site/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc.apache.httpclient:org.eclipse.epp.mpc.apache.httpclient.site:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-httpclient-feature/httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.site/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] HttpClient Wrapper Feature Parent [pom] [INFO] HttpClient Target Definition [eclipse-target-definition] [INFO] HttpClient Wrapper Feature [eclipse-feature] [INFO] HttpClient Feature Site [eclipse-repository] [INFO] [INFO] --< org.eclipse.epp.mpc.apache.httpclient:org.eclipse.epp.mpc.apache.httpclient.parent >-- [INFO] Building HttpClient Wrapper Feature Parent 1.0.0-SNAPSHOT [1/4] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.apache.httpclient.parent --- [INFO] [INFO] ------< org.eclipse.epp.mpc.apache.httpclient:httpclient-target >------- [INFO] Building HttpClient Target Definition 1.0.0-SNAPSHOT [2/4] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ httpclient-target --- [INFO] [INFO] --- tycho-packaging-plugin:2.5.0:package-target-definition (default-package-target-definition) @ httpclient-target --- [INFO] [INFO] --< org.eclipse.epp.mpc.apache.httpclient:org.eclipse.epp.mpc.apache.httpclient.feature >-- [INFO] Building HttpClient Wrapper Feature 4.5.10-SNAPSHOT [3/4] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.apache.httpclient.feature --- [INFO] Deleting /home/jenkins/agent/workspace/epp-mpc-httpclient-feature/httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.mpc.apache.httpclient.feature --- [INFO] Fetching com.sun.jna_4.5.1.v20210503-0343.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (1.41MB) [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (1.14MB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (367.61kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (71.45kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (1,021.45kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (350.75kB) [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.13.v20211010-1849.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (30.16kB) [INFO] The project's OSGi version is 4.5.10.202110101849 [INFO] [INFO] --- tycho-packaging-plugin:2.5.0:validate-id (default-validate-id) @ org.eclipse.epp.mpc.apache.httpclient.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.5.0:validate-version (default-validate-version) @ org.eclipse.epp.mpc.apache.httpclient.feature --- [INFO] [INFO] --- target-platform-configuration:2.5.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.apache.httpclient.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.5.0:package-feature (default-package-feature) @ org.eclipse.epp.mpc.apache.httpclient.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-httpclient-feature/httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.feature/target/org.eclipse.epp.mpc.apache.httpclient.feature-4.5.10-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.apache.httpclient.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.mpc.apache.httpclient.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.5.0:source-feature (source-feature) @ org.eclipse.epp.mpc.apache.httpclient.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-httpclient-feature/httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.feature/target/org.eclipse.epp.mpc.apache.httpclient.feature-4.5.10-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.apache.httpclient.feature --- [WARNING] artifact org.eclipse.epp.mpc.apache.httpclient:org.eclipse.epp.mpc.apache.httpclient.feature:xml:p2metadata:4.5.10-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.epp.mpc.apache.httpclient:org.eclipse.epp.mpc.apache.httpclient.feature:xml:p2artifacts:4.5.10-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --< org.eclipse.epp.mpc.apache.httpclient:org.eclipse.epp.mpc.apache.httpclient.site >-- [INFO] Building HttpClient Feature Site 1.0.0-SNAPSHOT [4/4] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.apache.httpclient.site --- [INFO] [INFO] --- tycho-packaging-plugin:2.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.mpc.apache.httpclient.site --- [INFO] The project's OSGi version is 1.0.0.202110101849 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.epp.mpc.apache.httpclient.site --- [INFO] [INFO] --- target-platform-configuration:2.5.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.apache.httpclient.site --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.epp.mpc.apache.httpclient.site --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-httpclient-feature/httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.site/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-promotion) @ org.eclipse.epp.mpc.apache.httpclient.site --- [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [WARNING] Please take a look into the FAQ: https://maven.apache.org/general.html#encoding-warning [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 2 resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.5.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.epp.mpc.apache.httpclient.site --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.5.0:publish-products (default-publish-products) @ org.eclipse.epp.mpc.apache.httpclient.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.5.0:publish-categories (default-publish-categories) @ org.eclipse.epp.mpc.apache.httpclient.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.5.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.epp.mpc.apache.httpclient.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.5.0:assemble-repository (default-assemble-repository) @ org.eclipse.epp.mpc.apache.httpclient.site --- [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.14.v20210128-2225.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (431.79kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.13.v20210128-2225.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (966.92kB) [INFO] Fetching com.sun.jna.source_4.5.1.v20210503-0343.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (163.18kB) [INFO] Fetching com.sun.jna.platform.source_4.5.1.v20190425-1842.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (912.59kB) [INFO] Fetching org.apache.httpcomponents.httpclient.win.source_4.5.13.v20211010-1849.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (29.96kB) [INFO] [INFO] --- tycho-p2-repository-plugin:2.5.0:archive-repository (default-archive-repository) @ org.eclipse.epp.mpc.apache.httpclient.site --- [INFO] Building zip: /home/jenkins/agent/workspace/epp-mpc-httpclient-feature/httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.site/target/org.eclipse.epp.mpc.apache.httpclient.site-1.0.0-SNAPSHOT.zip [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (promote-assembly) @ org.eclipse.epp.mpc.apache.httpclient.site --- [INFO] Reading assembly descriptor: promote-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/epp-mpc-httpclient-feature/httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.site/target/org.eclipse.epp.mpc.apache.httpclient.site-promote.zip [INFO] [INFO] --- tycho-p2-plugin:2.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.apache.httpclient.site --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] HttpClient Wrapper Feature Parent 1.0.0-SNAPSHOT ... SUCCESS [ 0.114 s] [INFO] HttpClient Target Definition 1.0.0-SNAPSHOT ........ SUCCESS [ 0.258 s] [INFO] HttpClient Wrapper Feature 4.5.10-SNAPSHOT ......... SUCCESS [ 4.336 s] [INFO] HttpClient Feature Site 1.0.0-SNAPSHOT ............. SUCCESS [ 4.161 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16.853 s [INFO] Finished at: 2022-01-10T17:25:25Z [INFO] ------------------------------------------------------------------------ Sending e-mails to: reckord@yatta.de Archiving artifacts Finished: SUCCESS