[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[websocket-dev] Build failed in Jenkins: websocket-api-master » openjdk-jdk17-latest #105
|
See <https://ci.eclipse.org/websocket/job/websocket-api-master/jdk=openjdk-jdk17-latest/105/display/redirect?page=changes>
Changes:
[Mark Thomas] Tabs to 4 spaces
[Mark Thomas] Add a TCK test for #417
[Mark Thomas] Remove unnecessary semi-colon
[Mark Thomas] Remove unused code
[Mark Thomas] Remove unthrown Exception
[Mark Thomas] Configurator.afterResponse() is also called for failed handshakes
[Mark Thomas] Add change entry to specification document
------------------------------------------
Started by upstream project "websocket-api-master" build number 105
originally caused by:
Started by an SCM change
Running as SYSTEM
Agent basic-x2pgm is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
kubernetes.jenkins.io/last-refresh: "1751558411549"
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-x2pgm"
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-x2pgm"
- 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-x2pgm"
- 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:
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
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-x2pgm (basic basic-ubuntu) in workspace <https://ci.eclipse.org/websocket/job/websocket-api-master/jdk=openjdk-jdk17-latest/ws/>
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/jakartaee/websocket
> git init <https://ci.eclipse.org/websocket/job/websocket-api-master/jdk=openjdk-jdk17-latest/ws/> # timeout=10
Fetching upstream changes from https://github.com/jakartaee/websocket
> git --version # timeout=10
> git --version # 'git version 2.49.0'
> git fetch --tags --force --progress -- https://github.com/jakartaee/websocket +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/jakartaee/websocket # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 39bd64d59d43a9dc8d08ee8cf264c210e929cd16 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 39bd64d59d43a9dc8d08ee8cf264c210e929cd16 # timeout=10
Commit message: "Add change entry to specification document"
> git rev-list --no-walk 8e1a56afc49948ce18a0642430c93827afa76e45 # timeout=10
[openjdk-jdk17-latest] $ /opt/tools/apache-maven/latest/bin/mvn clean install --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Jakarta WebSocket API Parent [pom]
[INFO] Jakarta WebSocket - Client API [jar]
[INFO] Jakarta WebSocket - Server API [jar]
[INFO] Jakarta WebSocket Specification [pom]
[INFO] websocket tck [pom]
[INFO] Jakarta Websocket TCK common [jar]
[INFO] Eclipse Foundation Technology Compatibility Kit User's Guide Parent for Jakarta WebSocket for Jakarta EE, Release 2.3 [pom]
[INFO] Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta WebSocket for Jakarta EE, Release 2.3 [pom]
[INFO] websocket tck [pom]
[INFO] Jakarta Websocket TCK Spec Tests [jar]
[INFO] Jakarta Websocket TCK dist [jar]
[INFO] Jakarta WebSocket [pom]
[INFO]
[INFO] --------------< jakarta.websocket:jakarta.websocket-all >---------------
[INFO] Building Jakarta WebSocket API Parent 2.3.0-SNAPSHOT [1/12]
[INFO] from api/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Jakarta WebSocket API Parent 2.3.0-SNAPSHOT ........ FAILURE [ 0.561 s]
[INFO] Jakarta WebSocket - Client API 2.3.0-SNAPSHOT ...... SKIPPED
[INFO] Jakarta WebSocket - Server API 2.3.0-SNAPSHOT ...... SKIPPED
[INFO] Jakarta WebSocket Specification 2.3-SNAPSHOT ....... SKIPPED
[INFO] websocket tck 2.3.0-SNAPSHOT ....................... SKIPPED
[INFO] Jakarta Websocket TCK common 2.3.0-SNAPSHOT ........ SKIPPED
[INFO] Eclipse Foundation Technology Compatibility Kit User's Guide Parent for Jakarta WebSocket for Jakarta EE, Release 2.3 2.3.0-SNAPSHOT SKIPPED
[INFO] Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta WebSocket for Jakarta EE, Release 2.3 2.3.0-SNAPSHOT SKIPPED
[INFO] websocket tck 2.3.0-SNAPSHOT ....................... SKIPPED
[INFO] Jakarta Websocket TCK Spec Tests 2.3.0-SNAPSHOT .... SKIPPED
[INFO] Jakarta Websocket TCK dist 2.3.0-SNAPSHOT .......... SKIPPED
[INFO] Jakarta WebSocket 2.3.0-SNAPSHOT ................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.498 s
[INFO] Finished at: 2025-07-03T16:00:30Z
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.apache.maven.plugins:maven-install-plugin:3.1.2 or one of its dependencies could not be resolved:
[ERROR] The following artifacts could not be resolved: org.junit:junit-bom:pom:5.10.2 (absent): Could not transfer artifact org.junit:junit-bom:pom:5.10.2 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): repo.eclipse.org:443 failed to respond
[ERROR] -> [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/PluginResolutionException
Build step 'Invoke top-level Maven targets' marked build as failure
[analysis] Skipping execution of recorder since overall result is 'FAILURE'