Started by timer Obtained build/Jenkinsfile from git https://github.com/eclipse/elk [Pipeline] Start of Pipeline [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes elk/elk-build-pod-9vs7z-n42gg Still waiting to schedule task ‘elk-build-pod-9vs7z-n42gg’ is offline Agent elk-build-pod-9vs7z-n42gg is provisioned from template elk-build-pod-9vs7z --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.elk.svc.cluster.local/elk/job/IntegrationNightly/1876/" runUrl: "job/IntegrationNightly/1876/" labels: jenkins: "slave" jenkins/label-digest: "c12d53dbf1cf3f542aed58af0f1ec88b035ffab9" jenkins/label: "elk-build-pod" name: "elk-build-pod-9vs7z-n42gg" namespace: "elk" spec: containers: - command: - "cat" env: - name: "MAVEN_OPTS" value: "-Duser.home=/home/jenkins" - name: "HOME" value: "/home/jenkins" image: "maven:3.6-openjdk-17" name: "maven" resources: limits: memory: "2Gi" cpu: "1" requests: memory: "2Gi" cpu: "1" tty: true volumeMounts: - mountPath: "/home/jenkins" name: "jenkins-home" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/repository" name: "m2-repo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - command: - "cat" image: "klakegg/hugo:alpine" name: "hugo" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.elk.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "elk-build-pod-9vs7z-n42gg" - name: "JENKINS_NAME" value: "elk-build-pod-9vs7z-n42gg" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.elk.svc.cluster.local/elk/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins" name: "jenkins-home" readOnly: false - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: {} name: "m2-repo" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: {} name: "jenkins-home" - emptyDir: medium: "" name: "workspace-volume" - configMap: name: "known-hosts" name: "volume-known-hosts" Running on elk-build-pod-9vs7z-n42gg in /home/jenkins/agent/workspace/IntegrationNightly [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Using shallow clone with depth 1 Avoid fetching tags Cloning repository https://github.com/eclipse/elk.git > git init /home/jenkins/agent/workspace/IntegrationNightly/elk # timeout=10 Fetching upstream changes from https://github.com/eclipse/elk.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --no-tags --force --progress --depth=1 -- https://github.com/eclipse/elk.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/elk.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision ec041017f61ba0310a52693dc3ceabe1ab4c3bb2 (refs/remotes/origin/master) > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ec041017f61ba0310a52693dc3ceabe1ab4c3bb2 # timeout=10 Commit message: "changed version numbers to 0.10.0-SNAPSHOT/.qualifier (#1007)" > git rev-list --no-walk ec041017f61ba0310a52693dc3ceabe1ab4c3bb2 # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 [Pipeline] checkout The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Using shallow clone with depth 1 Avoid fetching tags Cloning repository https://github.com/eclipse/elk-models.git > git init /home/jenkins/agent/workspace/IntegrationNightly/elk-models # timeout=10 Fetching upstream changes from https://github.com/eclipse/elk-models.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --no-tags --force --progress --depth=1 -- https://github.com/eclipse/elk-models.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git clean -fdx # timeout=10 Avoid second fetch Checking out Revision 0aa78c30fcebb6bc24a1d92e3a32b3385a4e3685 (refs/remotes/origin/master) > git config remote.origin.url https://github.com/eclipse/elk-models.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0aa78c30fcebb6bc24a1d92e3a32b3385a4e3685 # timeout=10 Commit message: "Corrected notice." > git rev-list --no-walk 0aa78c30fcebb6bc24a1d92e3a32b3385a4e3685 # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (MelkCompiler) [Pipeline] container [Pipeline] { [Pipeline] sh + mvn -v Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /usr/share/maven Java version: 17-ea, vendor: Oracle Corporation, runtime: /usr/java/openjdk-17 Default locale: en, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" > git clean -fdx # timeout=10 [Pipeline] sh + mvn -f elk/build/pom.xml -Pelk-meta clean install [INFO] Scanning for projects... [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.7.3/tycho-maven-plugin-2.7.3.pom [INFO] Downloading from eclipse-cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/2.7.3/tycho-maven-plugin-2.7.3.pom [ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:2.7.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho:tycho-maven-plugin:jar:2.7.3 @ @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.eclipse.elk:parent:0.10.0-SNAPSHOT (/home/jenkins/agent/workspace/IntegrationNightly/elk/build/pom.xml) has 1 error [ERROR] Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:2.7.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho:tycho-maven-plugin:jar:2.7.3: Could not transfer artifact org.eclipse.tycho:tycho-maven-plugin:pom:2.7.3 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Authorization failed for https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.7.3/tycho-maven-plugin-2.7.3.pom 403 Forbidden -> [Help 2] [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/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (TestELK) Stage "TestELK" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DeployELK) Stage "DeployELK" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Website) Stage "Website" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish) Stage "Publish" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] junit Recording test results No test report files were found. Configuration error? [Checks API] No suitable checks publisher found. [Pipeline] mail [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE