Skip to main content

[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 » semeru-latest #1

See <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=semeru-latest/1/display/redirect>

Changes:


------------------------------------------
[...truncated 2.49 KiB...]
    - name: "REMOTING_OPTS"
      value: "-noReconnectAfter 1d"
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-4hpwd"
    - 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-4hpwd (basic basic-ubuntu) in workspace <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=semeru-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-2.2.x/jdk=semeru-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 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.
[semeru-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.2 [pom]
[INFO] Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta WebSocket for Jakarta EE, Release 2.2 [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.2.1-SNAPSHOT              [1/12]
[INFO]   from api/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jakarta.websocket-all ---
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jakarta.websocket-all ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=semeru-latest/ws/api/target/bom.xml>
[INFO]            attaching as jakarta.websocket-all-2.2.1-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=semeru-latest/ws/api/target/bom.json>
[WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
[INFO]            attaching as jakarta.websocket-all-2.2.1-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- install:3.1.2:install (default-install) @ jakarta.websocket-all ---
[INFO] Installing <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=semeru-latest/ws/api/pom.xml> to /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-all/2.2.1-SNAPSHOT/jakarta.websocket-all-2.2.1-SNAPSHOT.pom
[INFO] Installing <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=semeru-latest/ws/api/target/bom.xml> to /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-all/2.2.1-SNAPSHOT/jakarta.websocket-all-2.2.1-SNAPSHOT-cyclonedx.xml
[INFO] Installing <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=semeru-latest/ws/api/target/bom.json> to /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-all/2.2.1-SNAPSHOT/jakarta.websocket-all-2.2.1-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] -----------< jakarta.websocket:jakarta.websocket-client-api >-----------
[INFO] Building Jakarta WebSocket - Client API 2.2.1-SNAPSHOT            [2/12]
[INFO]   from api/client/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jakarta.websocket-client-api ---
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ jakarta.websocket-client-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jakarta.websocket-client-api ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.14.0:compile (default-compile) @ jakarta.websocket-client-api ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 28 source files with javac [debug deprecation release 9] to target/classes
[INFO] JDK-8318913 workaround: patched module-info.class requires version from [9] to [9] on 1 JDK modules [java.base]
[WARNING] <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=semeru-latest/ws/api/client/src/main/java/jakarta/websocket/ClientEndpointConfig.java>:[84,12] class jakarta.websocket.ClientEndpointConfig.Configurator in exported package jakarta.websocket declares no explicit constructors, thereby exposing a default constructor to clients of module jakarta.websocket.client
[WARNING] <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=semeru-latest/ws/api/client/src/main/java/jakarta/websocket/ContainerProvider.java>:[34,17] class jakarta.websocket.ContainerProvider in exported package jakarta.websocket declares no explicit constructors, thereby exposing a default constructor to clients of module jakarta.websocket.client
[WARNING] <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=semeru-latest/ws/api/client/src/main/java/jakarta/websocket/Endpoint.java>:[72,17] class jakarta.websocket.Endpoint in exported package jakarta.websocket declares no explicit constructors, thereby exposing a default constructor to clients of module jakarta.websocket.client
[WARNING] <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=semeru-latest/ws/api/client/src/main/java/jakarta/websocket/EncodeException.java>:[26,26] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=semeru-latest/ws/api/client/src/main/java/jakarta/websocket/DecodeException.java>:[28,30] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=semeru-latest/ws/api/client/src/main/java/jakarta/websocket/SessionException.java>:[26,27] non-transient instance field of a serializable class declared with a non-serializable type
[INFO] 
[INFO] --- compiler:3.14.0:compile (base-compile) @ jakarta.websocket-client-api ---
[INFO] Recompiling the module because of added or removed source files.
[INFO] Compiling 27 source files with javac [debug deprecation release 8] to target/classes
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=semeru-latest/ws/api/client/src/main/java/jakarta/websocket/EncodeException.java>:[26,26] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=semeru-latest/ws/api/client/src/main/java/jakarta/websocket/DecodeException.java>:[28,30] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=semeru-latest/ws/api/client/src/main/java/jakarta/websocket/SessionException.java>:[26,27] non-transient instance field of a serializable class declared with a non-serializable type
[INFO] 
[INFO] --- bundle:6.0.0:manifest (bundle-manifest) @ jakarta.websocket-client-api ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=semeru-latest/ws/api/client/target/classes/META-INF/MANIFEST.MF>
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jakarta.websocket-client-api ---
[INFO] skip non existing resourceDirectory <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=semeru-latest/ws/api/client/src/test/resources>
[INFO] 
[INFO] --- compiler:3.14.0:testCompile (default-testCompile) @ jakarta.websocket-client-api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ jakarta.websocket-client-api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ jakarta.websocket-client-api ---
[INFO] Building jar: <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=semeru-latest/ws/api/client/target/jakarta.websocket-client-api-2.2.1-SNAPSHOT.jar>
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jakarta.websocket-client-api ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=semeru-latest/ws/api/client/target/bom.xml>
[INFO]            attaching as jakarta.websocket-client-api-2.2.1-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=semeru-latest/ws/api/client/target/bom.json>
[WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
[INFO]            attaching as jakarta.websocket-client-api-2.2.1-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ jakarta.websocket-client-api ---
[INFO] Building jar: <https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=semeru-latest/ws/api/client/target/jakarta.websocket-client-api-2.2.1-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- javadoc:3.11.2:jar (attach-javadocs) @ jakarta.websocket-client-api ---
[INFO] No previous run data found, generating javadoc.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Jakarta WebSocket 2.2.1-SNAPSHOT:
[INFO] 
[INFO] Jakarta WebSocket API Parent ....................... SUCCESS [  5.221 s]
[INFO] Jakarta WebSocket - Client API ..................... FAILURE [ 18.330 s]
[INFO] Jakarta WebSocket - Server API ..................... SKIPPED
[INFO] Jakarta WebSocket Specification .................... SKIPPED
[INFO] websocket tck ...................................... SKIPPED
[INFO] Jakarta Websocket TCK common ....................... SKIPPED
[INFO] Eclipse Foundation Technology Compatibility Kit User's Guide Parent for Jakarta WebSocket for Jakarta EE, Release 2.2 SKIPPED
[INFO] Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta WebSocket for Jakarta EE, Release 2.2 SKIPPED
[INFO] websocket tck ...................................... SKIPPED
[INFO] Jakarta Websocket TCK Spec Tests ................... SKIPPED
[INFO] Jakarta Websocket TCK dist ......................... SKIPPED
[INFO] Jakarta WebSocket .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  33.427 s
[INFO] Finished at: 2025-03-27T11:05:56Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.11.2:jar (attach-javadocs) on project jakarta.websocket-client-api: MavenReportException: Error while generating Javadoc: 
[ERROR] Exit code: 1
[ERROR] error: Unexpected redirection for URL https://docs.oracle.com/javase/8/docs/api/element-list to https://docs.oracle.com/en/java/javase/24/
[ERROR] Note: Custom tags that could override future standard tags:  @implSpec. To avoid potential overrides, use at least one period character (.) in custom tag names.
[ERROR] 1 error
[ERROR] Command line was: /opt/tools/java/semeru/jdk-23/23.0.2+7/bin/javadoc -J-Duser.language= -J-Duser.country= -Xdoclint:none @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '<https://ci.eclipse.org/websocket/job/websocket-api-2.2.x/jdk=semeru-latest/ws/api/client/target/reports/apidocs'> dir.
[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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :jakarta.websocket-client-api
Build step 'Invoke top-level Maven targets' marked build as failure
[analysis] Skipping execution of recorder since overall result is 'FAILURE'


Back to the top