Started by an SCM change Running as SYSTEM Agent centos-7-cccww is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-cccww" namespace: "tracecompass" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.tracecompass.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-cccww" - 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: "centos-7-cccww" - 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-centos-7:remoting-3160.vd76b_9ddd10cc" 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 centos-7-cccww (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/tracecompass-test-traces-nightly [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-jwQoOFE5wDuP/agent.44 SSH_AGENT_PID=46 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/tracecompass-test-traces-nightly@tmp/private_key_3993461471222741500.key (/home/jenkins/agent/workspace/tracecompass-test-traces-nightly@tmp/private_key_3993461471222741500.key) [ssh-agent] Using credentials genie.tracecompass (ssh://genie.tracecompass@projects-storage.eclipse.org) The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning repository https://github.com/eclipse-tracecompass/tracecompass-test-traces.git > git init /home/jenkins/agent/workspace/tracecompass-test-traces-nightly # timeout=10 Fetching upstream changes from https://github.com/eclipse-tracecompass/tracecompass-test-traces.git > git --version # timeout=10 > git --version # 'git version 2.36.6' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --tags --force --progress -- https://github.com/eclipse-tracecompass/tracecompass-test-traces.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-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 83c57c0443c9e19eff78403a973ed681eeceff1c (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 83c57c0443c9e19eff78403a973ed681eeceff1c # timeout=10 Commit message: "Fix compilation error of broken CtfTestTrace enum definition." > git rev-list --no-walk 93f05f242bc4cc222fe5a161d128835958c15f2a # timeout=10 [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.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 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: "6.2.9-300.fc38.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.13.0-SNAPSHOT [WARNING] 'dependencies.dependency.version' for junit:junit:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 43, column 16 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.tracecompass.testtraces:tracecompass-test-traces-ftrace:jar:1.13.0-SNAPSHOT [WARNING] 'dependencies.dependency.version' for junit:junit:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 43, 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.13.0-SNAPSHOT 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-ftrace [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.13.0-SNAPSHOT [1/4] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.0.0:clean (default-clean) @ tracecompass-test-traces-parent --- [INFO] [INFO] --- install: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.13.0-SNAPSHOT/tracecompass-test-traces-parent-1.13.0-SNAPSHOT.pom [INFO] [INFO] --< org.eclipse.tracecompass.testtraces:tracecompass-test-traces-ctf >-- [INFO] Building tracecompass-test-traces-ctf 1.13.0-SNAPSHOT [2/4] [INFO] from ctf/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.0.0:clean (default-clean) @ tracecompass-test-traces-ctf --- [INFO] [INFO] --- resources: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 2437 resources [INFO] [INFO] --- compiler: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] --- bundle:3.3.0:manifest (bundle-manifest) @ tracecompass-test-traces-ctf --- [INFO] [INFO] --- resources: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] --- compiler: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] --- surefire: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.064 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] --- jar: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.13.0-SNAPSHOT.jar [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ tracecompass-test-traces-ctf >>> [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ tracecompass-test-traces-ctf <<< [INFO] [INFO] [INFO] --- source: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.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install: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.13.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/.repository/org/eclipse/tracecompass/testtraces/tracecompass-test-traces-ctf/1.13.0-SNAPSHOT/tracecompass-test-traces-ctf-1.13.0-SNAPSHOT.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.13.0-SNAPSHOT/tracecompass-test-traces-ctf-1.13.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/ctf/target/tracecompass-test-traces-ctf-1.13.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/.repository/org/eclipse/tracecompass/testtraces/tracecompass-test-traces-ctf/1.13.0-SNAPSHOT/tracecompass-test-traces-ctf-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.eclipse.tracecompass.testtraces:tracecompass-test-traces-ftrace >-- [INFO] Building tracecompass-test-traces-ftrace 1.13.0-SNAPSHOT [3/4] [INFO] from ftrace/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.0.0:clean (default-clean) @ tracecompass-test-traces-ftrace --- [INFO] [INFO] --- resources:3.0.2:resources (default-resources) @ tracecompass-test-traces-ftrace --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 6 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ tracecompass-test-traces-ftrace --- [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/ftrace/target/classes [INFO] [INFO] --- bundle:3.3.0:manifest (bundle-manifest) @ tracecompass-test-traces-ftrace --- [INFO] [INFO] --- resources:3.0.2:testResources (default-testResources) @ tracecompass-test-traces-ftrace --- [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/ftrace/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ tracecompass-test-traces-ftrace --- [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/ftrace/target/test-classes [INFO] [INFO] --- surefire:2.20:test (default-test) @ tracecompass-test-traces-ftrace --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.tracecompass.testtraces.ftrace.FtraceTestTraceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.tracecompass.testtraces.ftrace.FtraceTestTraceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ tracecompass-test-traces-ftrace --- [INFO] Building jar: /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/ftrace/target/tracecompass-test-traces-ftrace-1.13.0-SNAPSHOT.jar [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ tracecompass-test-traces-ftrace >>> [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ tracecompass-test-traces-ftrace <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ tracecompass-test-traces-ftrace --- [INFO] Building jar: /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/ftrace/target/tracecompass-test-traces-ftrace-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:2.5.2:install (default-install) @ tracecompass-test-traces-ftrace --- [INFO] Installing /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/ftrace/target/tracecompass-test-traces-ftrace-1.13.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/.repository/org/eclipse/tracecompass/testtraces/tracecompass-test-traces-ftrace/1.13.0-SNAPSHOT/tracecompass-test-traces-ftrace-1.13.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/ftrace/pom.xml to /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/.repository/org/eclipse/tracecompass/testtraces/tracecompass-test-traces-ftrace/1.13.0-SNAPSHOT/tracecompass-test-traces-ftrace-1.13.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/ftrace/target/tracecompass-test-traces-ftrace-1.13.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/.repository/org/eclipse/tracecompass/testtraces/tracecompass-test-traces-ftrace/1.13.0-SNAPSHOT/tracecompass-test-traces-ftrace-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.eclipse.tracecompass.testtraces:tracecompass-test-traces-update-site >-- [INFO] Building tracecompass-test-traces-update-site 1.13.0-SNAPSHOT [4/4] [INFO] from update-site/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.0.0:clean (default-clean) @ tracecompass-test-traces-update-site --- [INFO] [INFO] --- p2:1.3.0:site (generate-p2-repo) @ tracecompass-test-traces-update-site --- [WARNING] Parameter 'artifacts' is read-only, must not be used in configuration [info] Resolving artifact=[org.eclipse.tracecompass.testtraces:tracecompass-test-traces-ctf:1.13.0-SNAPSHOT] transitive=[true] source=[true] [info] [JAR] tracecompass-test-traces-ctf-1.13.0-SNAPSHOT.jar [info] [SRC] tracecompass-test-traces-ctf-1.13.0-SNAPSHOT-sources.jar [info] Resolving artifact=[org.eclipse.tracecompass.testtraces:tracecompass-test-traces-ftrace:1.13.0-SNAPSHOT] transitive=[true] source=[true] [info] [JAR] tracecompass-test-traces-ftrace-1.13.0-SNAPSHOT.jar [info] [SRC] tracecompass-test-traces-ftrace-1.13.0-SNAPSHOT-sources.jar [info] Bundling Artifact org.eclipse.tracecompass.testtraces:tracecompass-test-traces-ctf:1.13.0-SNAPSHOT [info] Executing Bundler: [info] [SKIP] tracecompass-test-traces-ctf-1.13.0-SNAPSHOT.jar [info] [EXEC] tracecompass-test-traces-ctf-1.13.0-SNAPSHOT-sources.jar [info] Bundling Artifact org.eclipse.tracecompass.testtraces:tracecompass-test-traces-ftrace:1.13.0-SNAPSHOT [info] Executing Bundler: [info] [SKIP] tracecompass-test-traces-ftrace-1.13.0-SNAPSHOT.jar [info] [EXEC] tracecompass-test-traces-ftrace-1.13.0-SNAPSHOT-sources.jar [info] Resolved 0 features [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -jar, /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/.repository/org/eclipse/tycho/tycho-bundles-external/1.0.0/eclipse/plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar, -configuration, /tmp/tycho-p2-runtime1459040963571814925.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/tracecompass-test-traces-nightly/update-site/target/repository, -metadataRepository, file:/home/jenkins/agent/workspace/tracecompass-test-traces-nightly/update-site/target/repository, -publishArtifacts, -compress, -source, /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/update-site/target/source] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -jar, /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/.repository/org/eclipse/tycho/tycho-bundles-external/1.0.0/eclipse/plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar, -configuration, /tmp/tycho-p2-runtime589079986351404602.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.CategoryPublisher, -categoryDefinition, file://home/jenkins/agent/workspace/tracecompass-test-traces-nightly/update-site/target/repository/category.xml, -metadataRepository, file://home/jenkins/agent/workspace/tracecompass-test-traces-nightly/update-site/target/repository] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- install:2.5.2:install (default-install) @ tracecompass-test-traces-update-site --- [INFO] Installing /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/update-site/pom.xml to /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/.repository/org/eclipse/tracecompass/testtraces/tracecompass-test-traces-update-site/1.13.0-SNAPSHOT/tracecompass-test-traces-update-site-1.13.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for tracecompass-test-traces-parent 1.13.0-SNAPSHOT: [INFO] [INFO] tracecompass-test-traces-parent .................... SUCCESS [ 3.866 s] [INFO] tracecompass-test-traces-ctf ....................... SUCCESS [ 17.090 s] [INFO] tracecompass-test-traces-ftrace .................... SUCCESS [ 1.507 s] [INFO] tracecompass-test-traces-update-site ............... SUCCESS [ 17.455 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 40.261 s [INFO] Finished at: 2024-04-13T10:25:03Z [INFO] ------------------------------------------------------------------------ [tracecompass-test-traces-nightly] $ /usr/bin/env /bin/bash /tmp/jenkins6967556595193489794.sh Upload nightly p2 update site ------------------- source directory: /home/jenkins/agent/workspace/tracecompass-test-traces-nightly/update-site/target/repository/ nightly destination directory: /home/data/httpd/archive.eclipse.org/tracecompass/tracecompass-test-traces/repository/nightly ------------------- $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 46 killed; [ssh-agent] Stopped. Recording test results [Checks API] No suitable checks publisher found. Finished: SUCCESS