[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[ebr-dev] Build failed in Jenkins: ebr-maven-plugins #527
|
See <https://ci.eclipse.org/ebr/job/ebr-maven-plugins/527/display/redirect>
Changes:
------------------------------------------
Started by timer
Running as SYSTEM
Agent basic-1kcm9 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations: {}
labels:
jenkins: "slave"
jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
jenkins/label: "basic"
name: "basic-1kcm9"
namespace: "ebr"
spec:
containers:
- env:
- name: "JENKINS_SECRET"
value: "********"
- name: "JENKINS_TUNNEL"
value: "jenkins-discovery.ebr.svc.cluster.local:50000"
- name: "JENKINS_AGENT_NAME"
value: "basic-1kcm9"
- 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-1kcm9"
- name: "JENKINS_AGENT_WORKDIR"
value: "/home/jenkins/agent"
- name: "JENKINS_URL"
value: "http://jenkins-ui.ebr.svc.cluster.local/ebr/"
image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13"
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-ebr"
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-1kcm9 (basic) in workspace <https://ci.eclipse.org/ebr/job/ebr-maven-plugins/ws/>
The recommended git tool is: NONE
using credential projects-storage.eclipse.org-bot-ssh
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/ebr.git
> git init <https://ci.eclipse.org/ebr/job/ebr-maven-plugins/ws/> # timeout=10
Fetching upstream changes from https://github.com/eclipse/ebr.git
> git --version # timeout=10
> git --version # 'git version 2.20.1'
using GIT_SSH to set credentials ssh://genie.ebr@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t <https://ci.eclipse.org/ebr/job/ebr-maven-plugins/ws/@tmp/jenkins-gitclient-ssh11789443558350903048.key>
> git fetch --tags --force --progress -- https://github.com/eclipse/ebr.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/eclipse/ebr.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 8d169f22dd497999d844776bab98d1c0a61644a2 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 8d169f22dd497999d844776bab98d1c0a61644a2 # timeout=10
Commit message: "Merge pull request #56 from cdietrich/cd_bmpFelixMavenPlugin"
> git rev-list --no-walk 8d169f22dd497999d844776bab98d1c0a61644a2 # timeout=10
[ebr-maven-plugins] $ /opt/tools/apache-maven/latest/bin/mvn -f releng/maven-plugins/pom.xml -DBUILD_BRANCH=master -Dmaven.test.skip=true -Dmaven.repo.local=<https://ci.eclipse.org/ebr/job/ebr-maven-plugins/ws/.repository> clean deploy --batch-mode
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
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.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
14:51:24 [INFO] Scanning for projects...
14:51:25 [ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin io.takari.maven.plugins:takari-lifecycle-plugin:2.0.7 or one of its dependencies could not be resolved: Failed to read artifact descriptor for io.takari.maven.plugins:takari-lifecycle-plugin:jar:2.0.7 @
@
14:51:25 [ERROR] The build could not read 1 project -> [Help 1]
14:51:25 [ERROR]
14:51:25 [ERROR] The project org.eclipse.ebr:ebr-maven-plugins-parent:1.4.0-SNAPSHOT (<https://ci.eclipse.org/ebr/job/ebr-maven-plugins/ws/releng/maven-plugins/pom.xml)> has 1 error
14:51:25 [ERROR] Unresolveable build extension: Plugin io.takari.maven.plugins:takari-lifecycle-plugin:2.0.7 or one of its dependencies could not be resolved: Failed to read artifact descriptor for io.takari.maven.plugins:takari-lifecycle-plugin:jar:2.0.7: Could not transfer artifact io.takari.maven.plugins:takari-lifecycle-plugin:pom:2.0.7 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): transfer failed for https://repo.eclipse.org/content/repositories/maven_central/io/takari/maven/plugins/takari-lifecycle-plugin/2.0.7/takari-lifecycle-plugin-2.0.7.pom, status: 503 Service Unavailable -> [Help 2]
14:51:25 [ERROR]
14:51:25 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
14:51:25 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
14:51:25 [ERROR]
14:51:25 [ERROR] For more information about the errors and possible solutions, please read the following articles:
14:51:25 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
14:51:25 [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException
Build step 'Invoke top-level Maven targets' marked build as failure