[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[websocket-dev] Build failed in Jenkins: websocket-api-master » openjdk-jdk21-latest #83
|
See <https://ci.eclipse.org/websocket/job/websocket-api-master/jdk=openjdk-jdk21-latest/83/display/redirect?page=changes>
Changes:
[Mark Thomas] Remove duplicate code and depend on the common module.
[Mark Thomas] Fix Javadoc warnings observed in command line mvn build
[Mark Thomas] Fix Java doc warnings observed in mvn command line build
[Mark Thomas] Fix errors and warnings when building TCK user guide
------------------------------------------
Started by upstream project "websocket-api-master" build number 83
originally caused by:
Started by an SCM change
Running as SYSTEM
Agent basic-69vhr is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
kubernetes.jenkins.io/last-refresh: "1741888832477"
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-69vhr"
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-69vhr"
- 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-69vhr"
- 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-69vhr (basic basic-ubuntu) in workspace <https://ci.eclipse.org/websocket/job/websocket-api-master/jdk=openjdk-jdk21-latest/ws/>
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/jakartaee/websocket-api.git
> git init <https://ci.eclipse.org/websocket/job/websocket-api-master/jdk=openjdk-jdk21-latest/ws/> # timeout=10
Fetching upstream changes from https://github.com/jakartaee/websocket-api.git
> git --version # timeout=10
> git --version # 'git version 2.48.1'
> git fetch --tags --force --progress -- https://github.com/jakartaee/websocket-api.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/jakartaee/websocket-api.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 08dec7693e12c1bb0ea802e6be392b8a846650ae (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 08dec7693e12c1bb0ea802e6be392b8a846650ae # timeout=10
Commit message: "Fix errors and warnings when building TCK user guide"
> git rev-list --no-walk 0d431a3f04867472ad7f47d254df0578025ea331 # timeout=10
[openjdk-jdk21-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.0 (<https://ci.eclipse.org/websocket/job/websocket-api-master/jdk=openjdk-jdk21-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'