[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[websocket-dev] Build failed in Jenkins: websocket-api-2.2.x » temurin-latest #1
|
See <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=temurin-latest/1/display/redirect>
Changes:
------------------------------------------
Started by upstream project "websocket-api-2.2.x" build number 1
originally caused by:
Started by an SCM change
Running as SYSTEM
Agent basic-v9sz0 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
kubernetes.jenkins.io/last-refresh: "1743071371943"
labels:
jenkins: "slave"
jenkins/label-digest: "912d1574c252e51bb7b588e71dcf19b52d3ac765"
jenkins/label: "basic_basic-ubuntu"
kubernetes.jenkins.io/controller: "http___jenkins-ui_websocket_svc_cluster_local_websocketx"
name: "basic-v9sz0"
namespace: "websocket"
spec:
containers:
- env:
- name: "JENKINS_SECRET"
value: "********"
- name: "JENKINS_TUNNEL"
value: "jenkins-discovery.websocket.svc.cluster.local:50000"
- name: "JENKINS_AGENT_NAME"
value: "basic-v9sz0"
- 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: "REMOTING_OPTS"
value: "-noReconnectAfter 1d"
- name: "OPENJ9_JAVA_OPTIONS"
value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
- name: "JENKINS_NAME"
value: "basic-v9sz0"
- name: "JENKINS_AGENT_WORKDIR"
value: "/home/jenkins/agent"
- name: "JENKINS_URL"
value: "http://jenkins-ui.websocket.svc.cluster.local/websocket/"
image: "docker.io/eclipsecbi/jiro-agent-basic-ubuntu:remoting-3283.v92c105e0f819"
imagePullPolicy: "Always"
name: "jnlp"
resources:
limits:
memory: "4096Mi"
cpu: "2000m"
requests:
memory: "4096Mi"
cpu: "1000m"
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
nodeSelector:
kubernetes.io/os: "linux"
restartPolicy: "Never"
volumes:
- name: "volume-0"
persistentVolumeClaim:
claimName: "tools-claim-jiro-websocket"
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-v9sz0 (basic basic-ubuntu) in workspace <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=temurin-latest/ws/>
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ee4j/websocket-api.git
> git init <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=temurin-latest/ws/> # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/websocket-api.git
> git --version # timeout=10
> git --version # 'git version 2.49.0'
> git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/websocket-api.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/eclipse-ee4j/websocket-api.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 42d014f98fba0e9fcd9aeeecae1ca238dae29ccc (refs/remotes/origin/2.2.x)
> git config core.sparsecheckout # timeout=10
> git checkout -f 42d014f98fba0e9fcd9aeeecae1ca238dae29ccc # timeout=10
Commit message: "Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.2"
First time build. Skipping changelog.
[temurin-latest] $ /opt/tools/apache-maven/latest/bin/mvn clean install
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: The following artifacts could not be resolved: jakarta.tck:artifacts-bom:pom:11.0.0 (absent): Could not find artifact jakarta.tck:artifacts-bom:pom:11.0.0 in eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) @ line 50, column 25
[ERROR] 'dependencies.dependency.version' for jakarta.websocket:jakarta.websocket-api:jar is missing. @ line 61, column 21
[ERROR] 'dependencies.dependency.version' for jakarta.websocket:jakarta.websocket-client-api:jar is missing. @ line 65, column 21
[ERROR] 'dependencies.dependency.version' for jakarta.tck:common:jar is missing. @ line 71, column 21
[ERROR] 'dependencies.dependency.version' for jakarta.servlet:jakarta.servlet-api:jar is missing. @ line 75, column 21
[ERROR] 'dependencies.dependency.version' for jakarta.tck:signaturetest:jar is missing. @ line 79, column 21
[ERROR] 'dependencies.dependency.version' for org.junit.jupiter:junit-jupiter-api:jar is missing. @ line 86, column 21
[ERROR] 'dependencies.dependency.version' for org.jboss.arquillian.junit5:arquillian-junit5-container:jar is missing. @ line 90, column 21
[ERROR] 'dependencies.dependency.version' for org.jboss.arquillian.junit5:arquillian-junit5-core:jar is missing. @ line 94, column 21
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project jakarta.tck:websocket-tck:2.2.1-SNAPSHOT (<https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=temurin-latest/ws/tck/pom.xml)> has 9 errors
[ERROR] Non-resolvable import POM: The following artifacts could not be resolved: jakarta.tck:artifacts-bom:pom:11.0.0 (absent): Could not find artifact jakarta.tck:artifacts-bom:pom:11.0.0 in eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) @ line 50, column 25 -> [Help 2]
[ERROR] 'dependencies.dependency.version' for jakarta.websocket:jakarta.websocket-api:jar is missing. @ line 61, column 21
[ERROR] 'dependencies.dependency.version' for jakarta.websocket:jakarta.websocket-client-api:jar is missing. @ line 65, column 21
[ERROR] 'dependencies.dependency.version' for jakarta.tck:common:jar is missing. @ line 71, column 21
[ERROR] 'dependencies.dependency.version' for jakarta.servlet:jakarta.servlet-api:jar is missing. @ line 75, column 21
[ERROR] 'dependencies.dependency.version' for jakarta.tck:signaturetest:jar is missing. @ line 79, column 21
[ERROR] 'dependencies.dependency.version' for org.junit.jupiter:junit-jupiter-api:jar is missing. @ line 86, column 21
[ERROR] 'dependencies.dependency.version' for org.jboss.arquillian.junit5:arquillian-junit5-container:jar is missing. @ line 90, column 21
[ERROR] 'dependencies.dependency.version' for org.jboss.arquillian.junit5:arquillian-junit5-core:jar is missing. @ line 94, column 21
[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/UnresolvableModelException
Build step 'Invoke top-level Maven targets' marked build as failure
[analysis] Skipping execution of recorder since overall result is 'FAILURE'