Started by an SCM change Running as SYSTEM Agent basic-rf3mt is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-rf3mt" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.lyo.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-rf3mt" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\ \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-rf3mt" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.lyo.svc.cluster.local/lyo/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-lyo" 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-rf3mt in workspace /home/jenkins/agent/workspace/lyo-client-master [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-vuDd5QucYyNK/agent.62 SSH_AGENT_PID=64 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/lyo-client-master@tmp/private_key_8404203656717562183.key (/home/jenkins/agent/workspace/lyo-client-master@tmp/private_key_8404203656717562183.key) [ssh-agent] Using credentials genie.lyo (ssh://genie.lyo@projects-storage.eclipse.org) No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/lyo.client.git > git init /home/jenkins/agent/workspace/lyo-client-master # timeout=10 Fetching upstream changes from https://github.com/eclipse/lyo.client.git > git --version # timeout=10 > git fetch --tags --force --progress -- https://github.com/eclipse/lyo.client.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/lyo.client.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/lyo.client.git # timeout=10 Fetching upstream changes from https://github.com/eclipse/lyo.client.git > git fetch --tags --force --progress -- https://github.com/eclipse/lyo.client.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision a0c5365d4d2df460aef6c863dbb82eb17b4b28d7 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f a0c5365d4d2df460aef6c863dbb82eb17b4b28d7 # timeout=10 Commit message: "Merge pull request #110 from eclipse/refactors" > git rev-list --no-walk 11d64da708c3b86e9a9ab81c15a80e4874d2da1d # timeout=10 [lyo-client-master] $ /opt/tools/apache-maven/latest/bin/mvn -f oslc-java-client/pom.xml clean package javadoc:javadoc -B [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.lyo.clients:oslc-java-client:jar:4.0.0-SNAPSHOT [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.httpcomponents:httpcore:jar -> duplicate declaration of version 4.4.5 @ line 226, column 25 [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] [INFO] [INFO] --------------< org.eclipse.lyo.clients:oslc-java-client >-------------- [INFO] Building OSLC Java Client (Legacy) 4.0.0-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] The POM for org.eclipse.lyo.clients:oslc-client-base:jar:4.0.0-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.eclipse.lyo.clients:oslc-java-client-resources:jar:4.0.0-SNAPSHOT is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12.284 s [INFO] Finished at: 2020-11-10T14:47:58Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project oslc-java-client: Could not resolve dependencies for project org.eclipse.lyo.clients:oslc-java-client:jar:4.0.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse.lyo.clients:oslc-client-base:jar:4.0.0-SNAPSHOT, org.eclipse.lyo.clients:oslc-java-client-resources:jar:4.0.0-SNAPSHOT: Could not find artifact org.eclipse.lyo.clients:oslc-client-base:jar:4.0.0-SNAPSHOT in lyo-snapshots (https://repo.eclipse.org/content/repositories/lyo-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/DependencyResolutionException Build step 'Invoke top-level Maven targets' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 64 killed; [ssh-agent] Stopped. Sending e-mails to: andriib@kth.se jad@kth.se jamsden@us.ibm.com yash.s.khatri@gmail.com neormx@gmail.com Recording test results ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? Finished: FAILURE