Started by upstream project "websocket-api-master" build number 68 originally caused by: Started by an SCM change Running as SYSTEM Agent basic-d114j is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1720009075358" labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" kubernetes.jenkins.io/controller: "http___jenkins-ui_websocket_svc_cluster_local_websocketx" name: "basic-d114j" 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-d114j" - 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-d114j" - 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:remoting-3206.vb_15dcf73f6a_9" 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-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-d114j (basic) in workspace /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest 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 /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest # timeout=10 Fetching upstream changes from https://github.com/jakartaee/websocket-api.git > git --version # timeout=10 > git --version # 'git version 2.20.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 397b0d6c6cadd46a46e4f1b0c49fef0307ace53a (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 397b0d6c6cadd46a46e4f1b0c49fef0307ace53a # timeout=10 Commit message: "Bump org.jruby:jruby-complete from 9.3.14.0 to 9.3.15.0" > git rev-list --no-walk a499ecbd285925874d0c1967ca30ab664913117b # timeout=10 [temurin-latest] $ /opt/tools/apache-maven/latest/bin/mvn clean install [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] Jakarta WebSocket [pom] [INFO] [INFO] --------------< jakarta.websocket:jakarta.websocket-all >--------------- [INFO] Building Jakarta WebSocket API Parent 2.3.0-SNAPSHOT [1/5] [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): /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/target/bom.xml [INFO] attaching as jakarta.websocket-all-2.3.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/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.3.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- install:3.1.1:install (default-install) @ jakarta.websocket-all --- [INFO] Installing /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/pom.xml to /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-all/2.3.0-SNAPSHOT/jakarta.websocket-all-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/target/bom.xml to /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-all/2.3.0-SNAPSHOT/jakarta.websocket-all-2.3.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/target/bom.json to /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-all/2.3.0-SNAPSHOT/jakarta.websocket-all-2.3.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] -----------< jakarta.websocket:jakarta.websocket-client-api >----------- [INFO] Building Jakarta WebSocket - Client API 2.3.0-SNAPSHOT [2/5] [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.13.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] /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/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] /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/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] /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/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] /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/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] /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/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] /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/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.13.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] /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/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] /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/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] /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/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:5.1.9:manifest (bundle-manifest) @ jakarta.websocket-client-api --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/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 /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/client/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ jakarta.websocket-client-api --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2: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: /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/client/target/jakarta.websocket-client-api-2.3.0-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): /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/client/target/bom.xml [INFO] attaching as jakarta.websocket-client-api-2.3.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/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.3.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ jakarta.websocket-client-api --- [INFO] Building jar: /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/client/target/jakarta.websocket-client-api-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.7.0:jar (attach-javadocs) @ jakarta.websocket-client-api --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] warning: URL https://docs.oracle.com/javase/8/docs/api/element-list was redirected to https://docs.oracle.com/en/java/javase/22/ -- Update the command-line options to suppress this warning. [WARNING] Note: Custom tags that could override future standard tags: @implSpec. To avoid potential overrides, use at least one period character (.) in custom tag names. [WARNING] 1 warning [INFO] Building jar: /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/client/target/jakarta.websocket-client-api-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jakarta.websocket-client-api --- [INFO] Installing /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/client/pom.xml to /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-client-api/2.3.0-SNAPSHOT/jakarta.websocket-client-api-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/client/target/jakarta.websocket-client-api-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-client-api/2.3.0-SNAPSHOT/jakarta.websocket-client-api-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/client/target/bom.xml to /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-client-api/2.3.0-SNAPSHOT/jakarta.websocket-client-api-2.3.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/client/target/bom.json to /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-client-api/2.3.0-SNAPSHOT/jakarta.websocket-client-api-2.3.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/client/target/jakarta.websocket-client-api-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-client-api/2.3.0-SNAPSHOT/jakarta.websocket-client-api-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/client/target/jakarta.websocket-client-api-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-client-api/2.3.0-SNAPSHOT/jakarta.websocket-client-api-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --------------< jakarta.websocket:jakarta.websocket-api >--------------- [INFO] Building Jakarta WebSocket - Server API 2.3.0-SNAPSHOT [3/5] [INFO] from api/server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jakarta.websocket-api --- [INFO] [INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ jakarta.websocket-api --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jakarta.websocket-api --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ jakarta.websocket-api --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 9 source files with javac [debug deprecation release 9 module-path] to target/classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [9] to [9] on 1 JDK modules [java.base] [WARNING] /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/server/src/main/java/jakarta/websocket/server/ServerEndpointConfig.java:[88,12] class jakarta.websocket.server.ServerEndpointConfig.Configurator in exported package jakarta.websocket.server declares no explicit constructors, thereby exposing a default constructor to clients of module jakarta.websocket [INFO] [INFO] --- compiler:3.13.0:compile (base-compile) @ jakarta.websocket-api --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 8 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. [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ jakarta.websocket-api --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jakarta.websocket-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/server/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ jakarta.websocket-api --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ jakarta.websocket-api --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.4.2:jar (default-jar) @ jakarta.websocket-api --- [INFO] Building jar: /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/server/target/jakarta.websocket-api-2.3.0-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jakarta.websocket-api --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/server/target/bom.xml [INFO] attaching as jakarta.websocket-api-2.3.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/server/target/bom.json [INFO] attaching as jakarta.websocket-api-2.3.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ jakarta.websocket-api --- [INFO] Building jar: /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/server/target/jakarta.websocket-api-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.7.0:jar (attach-javadocs) @ jakarta.websocket-api --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] warning: URL https://docs.oracle.com/javase/8/docs/api/element-list was redirected to https://docs.oracle.com/en/java/javase/22/ -- Update the command-line options to suppress this warning. [WARNING] Note: Custom tags that could override future standard tags: @implSpec. To avoid potential overrides, use at least one period character (.) in custom tag names. [WARNING] 1 warning [INFO] Building jar: /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/server/target/jakarta.websocket-api-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jakarta.websocket-api --- [INFO] Installing /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/server/pom.xml to /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-api/2.3.0-SNAPSHOT/jakarta.websocket-api-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/server/target/jakarta.websocket-api-2.3.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-api/2.3.0-SNAPSHOT/jakarta.websocket-api-2.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/server/target/bom.xml to /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-api/2.3.0-SNAPSHOT/jakarta.websocket-api-2.3.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/server/target/bom.json to /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-api/2.3.0-SNAPSHOT/jakarta.websocket-api-2.3.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/server/target/jakarta.websocket-api-2.3.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-api/2.3.0-SNAPSHOT/jakarta.websocket-api-2.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/server/target/jakarta.websocket-api-2.3.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-api/2.3.0-SNAPSHOT/jakarta.websocket-api-2.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] ------------------< jakarta.websocket:websocket-spec >------------------ [INFO] Building Jakarta WebSocket Specification 2.3-SNAPSHOT [4/5] [INFO] from spec/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ websocket-spec --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ websocket-spec --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] [INFO] --- build-helper:3.6.0:timestamp-property (timestamp-property) @ websocket-spec --- [INFO] [INFO] --- asciidoctor:2.2.4:process-asciidoc (asciidoc-to-html) @ websocket-spec --- 2024-07-03T12:19:00.503Z [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable. [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] asciidoctor: INFO: possible invalid reference: url to this license [INFO] Converted /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/spec/src/main/asciidoc/websocket-spec.adoc [INFO] [INFO] --- asciidoctor:2.2.4:process-asciidoc (asciidoc-to-pdf) @ websocket-spec --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] asciidoctor: INFO: possible invalid reference: url to this license [INFO] Converted /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/spec/src/main/asciidoc/websocket-spec.adoc [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ websocket-spec --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/spec/target/bom.xml [INFO] attaching as websocket-spec-2.3-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/spec/target/bom.json [INFO] attaching as websocket-spec-2.3-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.7.1:single (default) @ websocket-spec --- [INFO] Reading assembly descriptor: assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/spec/target/websocket-spec-2.3-SNAPSHOT.zip [INFO] [INFO] --- install:3.1.1:install (default-install) @ websocket-spec --- [INFO] Installing /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/spec/pom.xml to /home/jenkins/.m2/repository/jakarta/websocket/websocket-spec/2.3-SNAPSHOT/websocket-spec-2.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/spec/target/bom.xml to /home/jenkins/.m2/repository/jakarta/websocket/websocket-spec/2.3-SNAPSHOT/websocket-spec-2.3-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/spec/target/bom.json to /home/jenkins/.m2/repository/jakarta/websocket/websocket-spec/2.3-SNAPSHOT/websocket-spec-2.3-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/spec/target/websocket-spec-2.3-SNAPSHOT.zip to /home/jenkins/.m2/repository/jakarta/websocket/websocket-spec/2.3-SNAPSHOT/websocket-spec-2.3-SNAPSHOT.zip [INFO] [INFO] -----------------< jakarta.websocket:websocket-parent >----------------- [INFO] Building Jakarta WebSocket 2.3.0-SNAPSHOT [5/5] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ websocket-parent --- [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ websocket-parent --- [INFO] CycloneDX: Resolving Aggregated Dependencies [WARNING] BOM dependency listed but is not depended upon: pkg:maven/jakarta.websocket/jakarta.websocket-all@2.3.0-SNAPSHOT?type=pom [WARNING] BOM dependency listed but is not depended upon: pkg:maven/jakarta.websocket/websocket-spec@2.3-SNAPSHOT?type=pom [INFO] CycloneDX: Creating BOM version 1.4 with 4 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/target/bom.xml [INFO] attaching as websocket-parent-2.3.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/target/bom.json [INFO] attaching as websocket-parent-2.3.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- install:3.1.1:install (default-install) @ websocket-parent --- [INFO] Installing /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/pom.xml to /home/jenkins/.m2/repository/jakarta/websocket/websocket-parent/2.3.0-SNAPSHOT/websocket-parent-2.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/target/bom.xml to /home/jenkins/.m2/repository/jakarta/websocket/websocket-parent/2.3.0-SNAPSHOT/websocket-parent-2.3.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/target/bom.json to /home/jenkins/.m2/repository/jakarta/websocket/websocket-parent/2.3.0-SNAPSHOT/websocket-parent-2.3.0-SNAPSHOT-cyclonedx.json [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Jakarta WebSocket API Parent 2.3.0-SNAPSHOT ........ SUCCESS [ 3.910 s] [INFO] Jakarta WebSocket - Client API 2.3.0-SNAPSHOT ...... SUCCESS [ 25.019 s] [INFO] Jakarta WebSocket - Server API 2.3.0-SNAPSHOT ...... SUCCESS [ 7.981 s] [INFO] Jakarta WebSocket Specification 2.3-SNAPSHOT ....... SUCCESS [ 58.427 s] [INFO] Jakarta WebSocket 2.3.0-SNAPSHOT ................... SUCCESS [ 0.451 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:41 min [INFO] Finished at: 2024-07-03T12:19:54Z [INFO] ------------------------------------------------------------------------ [JaCoCo plugin] Collecting JaCoCo coverage data... [JaCoCo plugin] Version: 3.3.6 [JaCoCo plugin] **/**.exec;**/classes;**/src/main/java; locations are configured [JaCoCo plugin] Number of found exec files for pattern **/**.exec: 0 [JaCoCo plugin] Saving matched execfiles: [JaCoCo plugin] Saving matched class directories for class-pattern: **/classes: [JaCoCo plugin] - /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/client/target/classes 47 files [JaCoCo plugin] - /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/server/target/classes 11 files [JaCoCo plugin] Saving matched source directories for source-pattern: **/src/main/java: [JaCoCo plugin] Source Inclusions: **/*.java,**/*.groovy,**/*.kt,**/*.kts [JaCoCo plugin] Source Exclusions: [JaCoCo plugin] - /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/client/src/main/java 28 files [JaCoCo plugin] - /home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest/api/server/src/main/java 9 files [JaCoCo plugin] Loading inclusions files.. [JaCoCo plugin] inclusions: [] [JaCoCo plugin] exclusions: [] [JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=0, maxClass=0, minMethod=0, maxMethod=0, minLine=0, maxLine=0, minBranch=0, maxBranch=0, minInstruction=0, maxInstruction=0, minComplexity=0, maxComplexity=0] [JaCoCo plugin] Publishing the results.. [JaCoCo plugin] Loading packages.. [JaCoCo plugin] Done. [JaCoCo plugin] Overall coverage: class: 0.0, method: 0.0, line: 0.0, branch: 0.0, instruction: 0.0, complexity: 0.0 [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest') [Java Compiler] Successfully parsed console log [Java Compiler] -> found 7 issues (skipped 3 duplicates) [Java Compiler] Post processing issues on 'basic-d114j' with source code encoding 'UTF-8' [Java Compiler] Creating SCM blamer to obtain author and commit information for affected files [Java Compiler] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git. [Java Compiler] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest' [Java Compiler] -> resolved paths in source directory (7 found, 0 not found) [Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [Java Compiler] -> resolved module names for 7 issues [Java Compiler] Resolving package names (or namespaces) by parsing the affected files [Java Compiler] -> resolved package names of 7 affected files [Java Compiler] No filter has been set, publishing all 7 issues [Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds [Java Compiler] -> created fingerprints for 7 issues (skipped 0 issues) [Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/websocket-api-master/configurations/axis-jdk/temurin-latest/builds/68/files-with-issues' [Java Compiler] -> 7 copied, 0 not in workspace, 0 not-found, 0 with I/O error [Java Compiler] Skipping cleaning of source code files in old builds [Java Compiler] Repository miner is not configured, skipping repository mining [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest') [Java Compiler] Successfully parsed console log [Java Compiler] -> found 7 issues (skipped 3 duplicates) [Java Compiler] Post processing issues on 'basic-d114j' with source code encoding 'UTF-8' [Java Compiler] Creating SCM blamer to obtain author and commit information for affected files [Java Compiler] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git. [Java Compiler] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest' [Java Compiler] -> resolved paths in source directory (7 found, 0 not found) [Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [Java Compiler] -> resolved module names for 7 issues [Java Compiler] Resolving package names (or namespaces) by parsing the affected files [Java Compiler] -> resolved package names of 7 affected files [Java Compiler] No filter has been set, publishing all 7 issues [Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds [Java Compiler] -> created fingerprints for 7 issues (skipped 0 issues) [Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/websocket-api-master/configurations/axis-jdk/temurin-latest/builds/68/files-with-issues' [Java Compiler] -> 7 copied, 0 not in workspace, 0 not-found, 0 with I/O error [Java Compiler] Skipping cleaning of source code files in old builds [Java Compiler] Repository miner is not configured, skipping repository mining [Java Compiler] Reference build recorder is not configured [Java Compiler] No valid reference build found [Java Compiler] All reported issues will be considered outstanding [Java Compiler] No quality gates have been set - skipping [Java Compiler] Health report is disabled - skipping [Java Compiler] Created analysis result for 7 issues (found 0 new issues, fixed 0 issues) [Java Compiler] Attaching ResultAction with ID 'java' to build 'websocket-api-master/jdk=temurin-latest #68'. [Checks API] No suitable checks publisher found. [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest') [JavaDoc] -> found 0 issues (skipped 0 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest') [JavaDoc] Skipping post processing [JavaDoc] No filter has been set, publishing all 0 issues [JavaDoc] Repository miner is not configured, skipping repository mining [JavaDoc] Successfully parsed console log [JavaDoc] -> found 0 issues (skipped 0 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest') [JavaDoc] Skipping post processing [JavaDoc] No filter has been set, publishing all 0 issues [JavaDoc] Repository miner is not configured, skipping repository mining [JavaDoc] Reference build recorder is not configured [JavaDoc] No valid reference build found [JavaDoc] All reported issues will be considered outstanding [JavaDoc] No quality gates have been set - skipping [JavaDoc] Health report is disabled - skipping [JavaDoc] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues) [JavaDoc] Attaching ResultAction with ID 'javadoc-warnings' to build 'websocket-api-master/jdk=temurin-latest #68'. [Checks API] No suitable checks publisher found. [SpotBugs] Using default pattern '**/spotbugsXml.xml' since user defined pattern is not set [SpotBugs] [-ERROR-] Errors during parsing [SpotBugs] [-ERROR-] No files found for pattern '**/spotbugsXml.xml'. Configuration error? [SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest' that match the pattern '**/spotbugsXml.xml' [SpotBugs] Traversing of symbolic links: enabled [SpotBugs] Skipping post processing [SpotBugs] No filter has been set, publishing all 0 issues [SpotBugs] Repository miner is not configured, skipping repository mining [SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/websocket-api-master/jdk/temurin-latest' that match the pattern '**/spotbugsXml.xml' [SpotBugs] Traversing of symbolic links: enabled [SpotBugs] Skipping post processing [SpotBugs] No filter has been set, publishing all 0 issues [SpotBugs] Repository miner is not configured, skipping repository mining [SpotBugs] [-ERROR-] Errors during parsing [SpotBugs] [-ERROR-] No files found for pattern '**/spotbugsXml.xml'. Configuration error? [SpotBugs] Reference build recorder is not configured [SpotBugs] No valid reference build found [SpotBugs] All reported issues will be considered outstanding [SpotBugs] No quality gates have been set - skipping [SpotBugs] Health report is disabled - skipping [SpotBugs] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues) [SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'websocket-api-master/jdk=temurin-latest #68'. [Checks API] No suitable checks publisher found. Finished: SUCCESS