Started by user Bernd Hufmann Running as Bernd Hufmann Agent basic-ln2jk is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-ln2jk" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.tracecompass.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-ln2jk" - 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-ln2jk" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.tracecompass.svc.cluster.local/tracecompass/" 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-tracecompass" 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-ln2jk (basic) in workspace /home/jenkins/agent/workspace/tracecompass-test-traces-nightly The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/tracecompass/tracecompass-test-traces.git > git init /home/jenkins/agent/workspace/tracecompass-test-traces-nightly # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/tracecompass/tracecompass-test-traces.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://git.eclipse.org/r/tracecompass/tracecompass-test-traces.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/tracecompass/tracecompass-test-traces.git # 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 dbc18d6dcc7af6345588280944c369c52134200f (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f dbc18d6dcc7af6345588280944c369c52134200f # timeout=10 Commit message: "Add empty line in README.md" First time build. Skipping changelog. [tracecompass-test-traces-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/tracecompass-test-traces-nightly/.repository clean install Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.tracecompass.testtraces:tracecompass-test-traces-ctf:jar:1.7.2 [WARNING] 'dependencies.dependency.version' for junit:junit:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 27, column 16 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [WARNING] The project org.eclipse.tracecompass.testtraces:tracecompass-test-traces-parent:pom:1.7.2 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] tracecompass-test-traces-parent [pom] [INFO] tracecompass-test-traces-ctf [jar] [INFO] tracecompass-test-traces-update-site [pom] [INFO] [INFO] --< org.eclipse.tracecompass.testtraces:tracecompass-test-traces-parent >-- [INFO] Building tracecompass-test-traces-parent 1.7.2 [1/3] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ tracecompass-test-traces-parent --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tracecompass-test-traces-parent --- [INFO] Installing /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/pom.xml to /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/.repository/org/eclipse/tracecompass/testtraces/tracecompass-test-traces-parent/1.7.2/tracecompass-test-traces-parent-1.7.2.pom [INFO] [INFO] --< org.eclipse.tracecompass.testtraces:tracecompass-test-traces-ctf >-- [INFO] Building tracecompass-test-traces-ctf 1.7.2 [2/3] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ tracecompass-test-traces-ctf --- [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ tracecompass-test-traces-ctf --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 2263 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ tracecompass-test-traces-ctf --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/ctf/target/classes [INFO] [INFO] --- maven-bundle-plugin:3.3.0:manifest (bundle-manifest) @ tracecompass-test-traces-ctf --- [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ tracecompass-test-traces-ctf --- [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/tracecompass-test-traces-nightly/ctf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ tracecompass-test-traces-ctf --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/ctf/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ tracecompass-test-traces-ctf --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tracecompass.testtraces.ctf.CtfTestTraceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.tracecompass.testtraces.ctf.CtfTestTraceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ tracecompass-test-traces-ctf --- [INFO] Building jar: /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/ctf/target/tracecompass-test-traces-ctf-1.7.2.jar [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ tracecompass-test-traces-ctf >>> [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ tracecompass-test-traces-ctf <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ tracecompass-test-traces-ctf --- [INFO] Building jar: /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/ctf/target/tracecompass-test-traces-ctf-1.7.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tracecompass-test-traces-ctf --- [INFO] Installing /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/ctf/target/tracecompass-test-traces-ctf-1.7.2.jar to /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/.repository/org/eclipse/tracecompass/testtraces/tracecompass-test-traces-ctf/1.7.2/tracecompass-test-traces-ctf-1.7.2.jar [INFO] Installing /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/ctf/pom.xml to /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/.repository/org/eclipse/tracecompass/testtraces/tracecompass-test-traces-ctf/1.7.2/tracecompass-test-traces-ctf-1.7.2.pom [INFO] Installing /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/ctf/target/tracecompass-test-traces-ctf-1.7.2-sources.jar to /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/.repository/org/eclipse/tracecompass/testtraces/tracecompass-test-traces-ctf/1.7.2/tracecompass-test-traces-ctf-1.7.2-sources.jar [INFO] [INFO] --< org.eclipse.tracecompass.testtraces:tracecompass-test-traces-update-site >-- [INFO] Building tracecompass-test-traces-update-site 1.7.2 [3/3] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Could not transfer metadata org.reficio:p2-maven-plugin:1.2.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/reficio/p2-maven-plugin/1.2.0-SNAPSHOT/maven-metadata.xml [WARNING] org.reficio:p2-maven-plugin:1.2.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.reficio:p2-maven-plugin:1.2.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/reficio/p2-maven-plugin/1.2.0-SNAPSHOT/maven-metadata.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for tracecompass-test-traces-parent 1.7.2: [INFO] [INFO] tracecompass-test-traces-parent .................... SUCCESS [ 1.388 s] [INFO] tracecompass-test-traces-ctf ....................... SUCCESS [ 11.005 s] [INFO] tracecompass-test-traces-update-site ............... FAILURE [ 0.005 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12.701 s [INFO] Finished at: 2021-12-21T19:35:41Z [INFO] ------------------------------------------------------------------------ [ERROR] Plugin org.reficio:p2-maven-plugin:1.2.0-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.reficio:p2-maven-plugin:jar:1.2.0-SNAPSHOT: Could not transfer artifact org.reficio:p2-maven-plugin:pom:1.2.0-SNAPSHOT from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [reficio (http://repo.reficio.org/maven/, default, releases+snapshots)] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException Build step 'Invoke top-level Maven targets' marked build as failure Recording test results [Checks API] No suitable checks publisher found. Finished: FAILURE