Started by user Kyle Aure Rebuilds build #14 Running as Kyle Aure Agent basic-500np is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-500np" namespace: "cu" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.cu.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-500np" - 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: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-500np" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.cu.svc.cluster.local/cu/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" 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-cu" 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-500np (basic) in workspace /home/jenkins/agent/workspace/concurrency_api-build-main [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... The recommended git tool is: NONE using credential github-bot-ssh Cloning the remote Git repository Cloning repository git@github.com:jakartaee/concurrency.git > git init /home/jenkins/agent/workspace/concurrency_api-build-main # timeout=10 Fetching upstream changes from git@github.com:jakartaee/concurrency.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials GitHub bot SSH [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/concurrency_api-build-main@tmp/jenkins-gitclient-ssh15568470298948494601.key Verifying host key using manually-configured host key entries > git fetch --tags --force --progress -- git@github.com:jakartaee/concurrency.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:jakartaee/concurrency.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 Checking out Revision d8e4914403a7b4a9ac1c109ade5f127df98c3186 (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f d8e4914403a7b4a9ac1c109ade5f127df98c3186 # timeout=10 Commit message: "Merge pull request #491 from OndroMih/ondromih-relax-qualifiers-test" > git rev-list --no-walk 0cedef21d5f5f52aa6d022736dddf2cde0ba9039 # timeout=10 [concurrency_api-build-main] $ /bin/bash -ex /tmp/jenkins7214666976210028466.sh + TOOLS_PREFIX=/opt/tools + JAVA_PREFIX=/opt/tools/java/openjdk + JAVA_HOME=/opt/tools/java/openjdk/jdk-17/latest + MVN_HOME=/opt/tools/apache-maven/latest + PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + mvn clean install -s /home/jenkins/.m2/settings.xml -Dnon-final=true [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Jakarta Concurrency [pom] [INFO] Jakarta Concurrency [jar] [INFO] Jakarta Concurrency Specification [pom] [INFO] Jakarta Concurrency TCK [jar] [INFO] Jakarta Concurrency TCK Distribution [jar] [INFO] [INFO] --< jakarta.enterprise.concurrent:jakarta.enterprise.concurrent.parent >-- [INFO] Building Jakarta Concurrency 3.1.0-SNAPSHOT [1/5] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jakarta.enterprise.concurrent.parent --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ jakarta.enterprise.concurrent.parent --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jakarta.enterprise.concurrent.parent --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jakarta.enterprise.concurrent.parent --- [INFO] CycloneDX: Resolving Aggregated Dependencies [WARNING] Unable to create Maven project for org.netbeans.tools:ct-sym:jar:latest from repository. [INFO] CycloneDX: Creating BOM version 1.4 with 105 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/concurrency_api-build-main/target/bom.xml [INFO] attaching as jakarta.enterprise.concurrent.parent-3.1.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/concurrency_api-build-main/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.enterprise.concurrent.parent-3.1.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- install:3.1.1:install (default-install) @ jakarta.enterprise.concurrent.parent --- [INFO] Installing /home/jenkins/agent/workspace/concurrency_api-build-main/pom.xml to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent.parent/3.1.0-SNAPSHOT/jakarta.enterprise.concurrent.parent-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/concurrency_api-build-main/target/bom.xml to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent.parent/3.1.0-SNAPSHOT/jakarta.enterprise.concurrent.parent-3.1.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/concurrency_api-build-main/target/bom.json to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent.parent/3.1.0-SNAPSHOT/jakarta.enterprise.concurrent.parent-3.1.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --< jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-api >--- [INFO] Building Jakarta Concurrency 3.1.0-SNAPSHOT [2/5] [INFO] from api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jakarta.enterprise.concurrent-api --- [INFO] [INFO] --- flatten:1.6.0:clean (flatten.clean) @ jakarta.enterprise.concurrent-api --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ jakarta.enterprise.concurrent-api --- [INFO] [INFO] --- spec-version:2.2:set-spec-properties (default) @ jakarta.enterprise.concurrent-api --- [INFO] [INFO] -- spec properties -- [INFO] spec.bundle.symbolic-name = jakarta.enterprise.concurrent-api [INFO] spec.implementation.version = 3.1.0 [INFO] spec.extension.name = jakarta.enterprise.concurrent [INFO] spec.bundle.spec.version = 3.1 [INFO] spec.specification.version = 3.1 [INFO] spec.bundle.version = 3.1.0 [INFO] [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ jakarta.enterprise.concurrent-api --- [INFO] Building jar: /home/jenkins/agent/workspace/concurrency_api-build-main/api/target/jakarta.enterprise.concurrent-api-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- build-helper:3.5.0:add-resource (add-resource) @ jakarta.enterprise.concurrent-api --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jakarta.enterprise.concurrent-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/concurrency_api-build-main/api/src/main/resources [INFO] Copying 1 resource from .. to target/classes/META-INF [INFO] [INFO] --- flatten:1.6.0:flatten (flatten) @ jakarta.enterprise.concurrent-api --- [INFO] Generating flattened POM of project jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-api:jar:3.1.0-SNAPSHOT... [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ jakarta.enterprise.concurrent-api --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 26 source files with javac [debug release 17 module-path] to target/classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [17.0.2] to [17] on 1 JDK modules [java.base] [INFO] /home/jenkins/agent/workspace/concurrency_api-build-main/api/src/main/java/jakarta/enterprise/concurrent/ManagedExecutors.java: /home/jenkins/agent/workspace/concurrency_api-build-main/api/src/main/java/jakarta/enterprise/concurrent/ManagedExecutors.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/concurrency_api-build-main/api/src/main/java/jakarta/enterprise/concurrent/ManagedExecutors.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jakarta.enterprise.concurrent-api --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ jakarta.enterprise.concurrent-api --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/concurrency_api-build-main/api/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jakarta.enterprise.concurrent-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/concurrency_api-build-main/api/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ jakarta.enterprise.concurrent-api --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 10 source files with javac [debug release 17 module-path] to target/test-classes [INFO] /home/jenkins/agent/workspace/concurrency_api-build-main/api/src/test/java/jakarta/enterprise/concurrent/ManagedExecutorsTest.java: /home/jenkins/agent/workspace/concurrency_api-build-main/api/src/test/java/jakarta/enterprise/concurrent/ManagedExecutorsTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/concurrency_api-build-main/api/src/test/java/jakarta/enterprise/concurrent/ManagedExecutorsTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jakarta.enterprise.concurrent-api --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running jakarta.enterprise.concurrent.ContextServiceDefinitionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in jakarta.enterprise.concurrent.ContextServiceDefinitionTest [INFO] Running jakarta.enterprise.concurrent.CronTriggerTest [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in jakarta.enterprise.concurrent.CronTriggerTest [INFO] Running jakarta.enterprise.concurrent.ManagedExecutorDefinitionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in jakarta.enterprise.concurrent.ManagedExecutorDefinitionTest [INFO] Running jakarta.enterprise.concurrent.ManagedExecutorsTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in jakarta.enterprise.concurrent.ManagedExecutorsTest [INFO] Running jakarta.enterprise.concurrent.ManagedScheduledExecutorDefinitionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in jakarta.enterprise.concurrent.ManagedScheduledExecutorDefinitionTest [INFO] Running jakarta.enterprise.concurrent.ManagedThreadFactoryDefinitionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in jakarta.enterprise.concurrent.ManagedThreadFactoryDefinitionTest [INFO] Running jakarta.enterprise.concurrent.ThreadContextProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in jakarta.enterprise.concurrent.ThreadContextProviderTest [INFO] Running jakarta.enterprise.concurrent.ZonedTriggerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in jakarta.enterprise.concurrent.ZonedTriggerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.4.1:jar (default-jar) @ jakarta.enterprise.concurrent-api --- [INFO] Building jar: /home/jenkins/agent/workspace/concurrency_api-build-main/api/target/jakarta.enterprise.concurrent-api-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jakarta.enterprise.concurrent-api --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/concurrency_api-build-main/api/target/bom.xml [INFO] attaching as jakarta.enterprise.concurrent-api-3.1.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/concurrency_api-build-main/api/target/bom.json [INFO] attaching as jakarta.enterprise.concurrent-api-3.1.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- spec-version:2.2:check-module (default) @ jakarta.enterprise.concurrent-api --- [INFO] [INFO] --- javadoc:3.6.3:jar (attach-api-javadocs) @ jakarta.enterprise.concurrent-api --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/concurrency_api-build-main/api/target/jakarta.enterprise.concurrent-api-3.1.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jakarta.enterprise.concurrent-api --- [INFO] Installing /home/jenkins/agent/workspace/concurrency_api-build-main/api/.flattened-pom.xml to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-api/3.1.0-SNAPSHOT/jakarta.enterprise.concurrent-api-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/concurrency_api-build-main/api/target/jakarta.enterprise.concurrent-api-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-api/3.1.0-SNAPSHOT/jakarta.enterprise.concurrent-api-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/concurrency_api-build-main/api/target/jakarta.enterprise.concurrent-api-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-api/3.1.0-SNAPSHOT/jakarta.enterprise.concurrent-api-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/concurrency_api-build-main/api/target/bom.xml to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-api/3.1.0-SNAPSHOT/jakarta.enterprise.concurrent-api-3.1.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/concurrency_api-build-main/api/target/bom.json to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-api/3.1.0-SNAPSHOT/jakarta.enterprise.concurrent-api-3.1.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/concurrency_api-build-main/api/target/jakarta.enterprise.concurrent-api-3.1.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-api/3.1.0-SNAPSHOT/jakarta.enterprise.concurrent-api-3.1.0-SNAPSHOT-javadoc.jar [INFO] [INFO] -----------< jakarta.enterprise.concurrent:concurrency-spec >----------- [INFO] Building Jakarta Concurrency Specification 3.1.0-SNAPSHOT [3/5] [INFO] from specification/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ concurrency-spec --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ concurrency-spec --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- asciidoctor:3.0.0:process-asciidoc (asciidoc-to-html) @ concurrency-spec --- [INFO] asciidoctor: WARN: license-efsl.adoc: line 14: section title out of sequence: expected levels 0 or 1, got level 2 [INFO] Converted /home/jenkins/agent/workspace/concurrency_api-build-main/specification/src/main/asciidoc/jakarta-concurrency-spec.adoc [INFO] [INFO] --- asciidoctor:3.0.0:process-asciidoc (asciidoc-to-pdf) @ concurrency-spec --- [INFO] asciidoctor: WARN: license-efsl.adoc: line 14: section title out of sequence: expected levels 0 or 1, got level 2 [INFO] asciidoctor: ERROR: failed to parse formatted text: "Copyright (c) 2018, 2024 Eclipse Foundation AISBL.This software or document includes material copied from or derived from Jakarta Concurrency and https://jakarta.ee/​specifications/​concurrency/​3.0/​." (reason: Expected one of ' ', '>' after --- [INFO] Building Jakarta Concurrency TCK 3.1.0-SNAPSHOT [4/5] [INFO] from tck/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jakarta.enterprise.concurrent-tck --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ jakarta.enterprise.concurrent-tck --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jakarta.enterprise.concurrent-tck --- [INFO] Copying 5 resources from src/main/resources to target/classes [INFO] Copying 16 resources from src/main/java to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ jakarta.enterprise.concurrent-tck --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 186 source files with javac [debug release 17] to target/classes [WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '17' [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jakarta.enterprise.concurrent-tck --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jakarta.enterprise.concurrent-tck --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/concurrency_api-build-main/tck/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ jakarta.enterprise.concurrent-tck --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ jakarta.enterprise.concurrent-tck --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jakarta.enterprise.concurrent-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/concurrency_api-build-main/tck/target/jakarta.enterprise.concurrent-tck-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jakarta.enterprise.concurrent-tck --- [INFO] CycloneDX: Resolving Dependencies [WARNING] Unable to create Maven project for org.netbeans.tools:ct-sym:jar:latest from repository. [INFO] CycloneDX: Creating BOM version 1.4 with 102 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/concurrency_api-build-main/tck/target/bom.xml [INFO] attaching as jakarta.enterprise.concurrent-tck-3.1.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/concurrency_api-build-main/tck/target/bom.json [INFO] attaching as jakarta.enterprise.concurrent-tck-3.1.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.6.3:jar (attach-api-javadocs) @ jakarta.enterprise.concurrent-tck --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in https://github.com/jakartaee/concurrency/apidocs/ are in named modules. [WARNING] /home/jenkins/agent/workspace/concurrency_api-build-main/tck/src/main/java/ee/jakarta/tck/concurrent/common/signature/SignatureTestDriver.java:491: warning: @param argument "packageName" is not a parameter name. [WARNING] * @param packageName The package under test [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/concurrency_api-build-main/tck/src/main/java/ee/jakarta/tck/concurrent/framework/junit/extensions/Wait.java:79: warning: @param argument "maxWaitTimeMillis" is not a parameter name. [WARNING] * @param maxWaitTimeMillis - timeout [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/concurrency_api-build-main/tck/src/main/java/ee/jakarta/tck/concurrent/framework/junit/extensions/Wait.java:80: warning: @param argument "pollIntervalMillis" is not a parameter name. [WARNING] * @param pollIntervalMillis - poll interval [WARNING] ^ [WARNING] 4 warnings [INFO] Building jar: /home/jenkins/agent/workspace/concurrency_api-build-main/tck/target/jakarta.enterprise.concurrent-tck-3.1.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ jakarta.enterprise.concurrent-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/concurrency_api-build-main/tck/target/jakarta.enterprise.concurrent-tck-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jakarta.enterprise.concurrent-tck --- [INFO] Installing /home/jenkins/agent/workspace/concurrency_api-build-main/tck/pom.xml to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck/3.1.0-SNAPSHOT/jakarta.enterprise.concurrent-tck-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/concurrency_api-build-main/tck/target/jakarta.enterprise.concurrent-tck-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck/3.1.0-SNAPSHOT/jakarta.enterprise.concurrent-tck-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/concurrency_api-build-main/tck/target/bom.xml to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck/3.1.0-SNAPSHOT/jakarta.enterprise.concurrent-tck-3.1.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/concurrency_api-build-main/tck/target/bom.json to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck/3.1.0-SNAPSHOT/jakarta.enterprise.concurrent-tck-3.1.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/concurrency_api-build-main/tck/target/jakarta.enterprise.concurrent-tck-3.1.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck/3.1.0-SNAPSHOT/jakarta.enterprise.concurrent-tck-3.1.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/concurrency_api-build-main/tck/target/jakarta.enterprise.concurrent-tck-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck/3.1.0-SNAPSHOT/jakarta.enterprise.concurrent-tck-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --< jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-tck-dist >-- [INFO] Building Jakarta Concurrency TCK Distribution 3.1.0-SNAPSHOT [5/5] [INFO] from tck-dist/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'toc' is unknown for plugin 'asciidoctor-maven-plugin:3.0.0:process-asciidoc (asciidoc-to-html)' [WARNING] Parameter 'sourceHighlighter' is unknown for plugin 'asciidoctor-maven-plugin:3.0.0:process-asciidoc (asciidoc-to-html)' [WARNING] Parameter 'toc' is unknown for plugin 'asciidoctor-maven-plugin:3.0.0:process-asciidoc (asciidoc-to-pdf)' [WARNING] Parameter 'sourceHighlighter' is unknown for plugin 'asciidoctor-maven-plugin:3.0.0:process-asciidoc (asciidoc-to-pdf)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jakarta.enterprise.concurrent-tck-dist --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ jakarta.enterprise.concurrent-tck-dist --- [INFO] [INFO] --- dependency:3.6.1:properties (default) @ jakarta.enterprise.concurrent-tck-dist --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jakarta.enterprise.concurrent-tck-dist --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/concurrency_api-build-main/tck-dist/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ jakarta.enterprise.concurrent-tck-dist --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 2 source files with javac [debug release 17] to target/classes [WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '17' [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jakarta.enterprise.concurrent-tck-dist --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- exec:3.2.0:java (generate-asciidoc) @ jakarta.enterprise.concurrent-tck-dist --- Attempting to load test class: ee/jakarta/tck/concurrent/api/AbortedException/AbortedExceptionTests.class Attempting to load test class: ee/jakarta/tck/concurrent/api/ContextService/ContextServiceTests.class Attempting to load test class: ee/jakarta/tck/concurrent/api/LastExecution/LastExecutionTests.class Attempting to load test class: ee/jakarta/tck/concurrent/api/ManagedExecutors/ManagedExecutorsTests$1.class Attempting to load test class: ee/jakarta/tck/concurrent/api/ManagedExecutors/ManagedExecutorsTests$2.class Attempting to load test class: ee/jakarta/tck/concurrent/api/ManagedExecutors/ManagedExecutorsTests.class Attempting to load test class: ee/jakarta/tck/concurrent/api/ManagedScheduledExecutorService/ManagedScheduledExecutorServiceTests.class Attempting to load test class: ee/jakarta/tck/concurrent/api/ManagedTask/ManagedTaskTests.class Attempting to load test class: ee/jakarta/tck/concurrent/api/ManagedTaskListener/ManagedTaskListenerTests.class Attempting to load test class: ee/jakarta/tck/concurrent/api/ManagedThreadFactory/ManagedThreadFactoryTests.class Attempting to load test class: ee/jakarta/tck/concurrent/api/SkippedException/SkippedExceptionTests.class Attempting to load test class: ee/jakarta/tck/concurrent/api/Trigger/TriggerTests.class Attempting to read package listee/jakarta/tck/concurrent/common/signature/sig-test-pkg-list.txt apiPackages populated with: [jakarta.enterprise.concurrent, jakarta.enterprise.concurrent.spi] Attempting to load test class: ee/jakarta/tck/concurrent/spec/ContextService/contextPropagate/ContextPropagationFullTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ContextService/contextPropagate/ContextPropagationWebTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ContextService/contextPropagate/TestSecurityRunnableWork.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ContextService/contextPropagate/servlet/ContextPropagationServletTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ContextService/tx/TransactionTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ManagedExecutorService/inheritedapi/InheritedAPITests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ManagedExecutorService/managed/forbiddenapi/ForbiddenAPIEJBTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ManagedExecutorService/managed/forbiddenapi/ForbiddenAPIServletTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ManagedExecutorService/resourcedef/ManagedExecutorDefinitionFullTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ManagedExecutorService/resourcedef/ManagedExecutorDefinitionWebTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ManagedExecutorService/security/SecurityFullTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ManagedExecutorService/security/SecurityWebTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ManagedExecutorService/tx/TransactionTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ManagedScheduledExecutorService/inheritedapi/InheritedAPIFullTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ManagedScheduledExecutorService/inheritedapi/InheritedAPIServletTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ManagedScheduledExecutorService/inheritedapi/InheritedAPIWebTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ManagedScheduledExecutorService/managed/forbiddenapi/ForbiddenAPIEJBTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ManagedScheduledExecutorService/managed/forbiddenapi/ForbiddenAPIServletTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ManagedScheduledExecutorService/resourcedef/ManagedScheduledExecutorDefinitionFullTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ManagedScheduledExecutorService/resourcedef/ManagedScheduledExecutorDefinitionWebTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ManagedScheduledExecutorService/security/SecurityFullTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ManagedScheduledExecutorService/security/SecurityWebTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ManagedScheduledExecutorService/tx/TransactionTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ManagedThreadFactory/context/ContextFullTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ManagedThreadFactory/context/ContextWebTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ManagedThreadFactory/resourcedef/ManagedThreadFactoryDefinitionFullTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ManagedThreadFactory/resourcedef/ManagedThreadFactoryDefinitionWebTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/ManagedThreadFactory/tx/TransactionTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/Platform/anno/AnnotationFullTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/Platform/anno/AnnotationWebTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/Platform/dd/DeploymentDescriptorFullTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/Platform/dd/DeploymentDescriptorWebTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/Platform/virtual/VirtualFullTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/Platform/virtual/VirtualWebTests.class Attempting to load test class: ee/jakarta/tck/concurrent/spec/signature/SignatureTests.class TestMetaData [testName=abortedExceptionNoArgTest, isDisabled=false, tags=[web, full]] TestMetaData [testName=abortedExceptionThrowableTest, isDisabled=false, tags=[web, full]] TestMetaData [testName=abortedExceptionStringTest, isDisabled=false, tags=[web, full]] TestMetaData [testName=abortedExceptionStringThrowableTest, isDisabled=false, tags=[web, full]] TestMetaData [testName=contextServiceWithMultiIntfsAndPropertiesAndIntfNoImplemented, isDisabled=false, tags=[web, full]] TestMetaData [testName=contextServiceWithMultiIntfs, isDisabled=false, tags=[web, full]] TestMetaData [testName=contextServiceWithIntf, isDisabled=false, tags=[web, full]] TestMetaData [testName=getExecutionPropertiesNoProxy, isDisabled=false, tags=[web, full]] TestMetaData [testName=contextServiceWithIntfAndPropertiesAndIntfNoImplemented, isDisabled=false, tags=[web, full]] TestMetaData [testName=contextServiceWithMultiIntfsAndProperties, isDisabled=false, tags=[web, full]] TestMetaData [testName=contextServiceWithMultiIntfsAndIntfNoImplemented, isDisabled=false, tags=[web, full]] TestMetaData [testName=contextServiceWithIntfsAndPropertiesAndInstanceIsNull, isDisabled=false, tags=[web, full]] TestMetaData [testName=contextServiceWithIntfAndIntfNoImplemented, isDisabled=false, tags=[web, full]] TestMetaData [testName=contextServiceWithIntfAndInstanceIsNull, isDisabled=false, tags=[web, full]] TestMetaData [testName=contextServiceWithMultiIntfsAndInstanceIsNull, isDisabled=false, tags=[web, full]] TestMetaData [testName=contextServiceWithIntfAndProperties, isDisabled=false, tags=[web, full]] TestMetaData [testName=contextServiceWithMultiIntfsAndPropertiesAndInstanceIsNull, isDisabled=false, tags=[web, full]] TestMetaData [testName=getExecutionProperties, isDisabled=false, tags=[web, full]] TestMetaData [testName=lastExecutionGetIdentityNameTest, isDisabled=false, tags=[web, full]] TestMetaData [testName=lastExecutionGetResultCallableTest, isDisabled=false, tags=[web, full]] TestMetaData [testName=lastExecutionGetResultRunnableTest, isDisabled=false, tags=[web, full]] TestMetaData [testName=lastExecutionGetRunningTimeTest, isDisabled=false, tags=[web, full]] TestMetaData [testName=manageRunnableTaskWithNullArg, isDisabled=false, tags=[web, full]] TestMetaData [testName=isCurrentThreadShutdownManageableThread, isDisabled=false, tags=[web, full]] TestMetaData [testName=manageRunnableTaskWithMapAndNullArg, isDisabled=false, tags=[web, full]] TestMetaData [testName=manageRunnableTaskWithTaskListenerAndMap, isDisabled=false, tags=[web, full]] TestMetaData [testName=manageCallableTaskWithNullArg, isDisabled=false, tags=[web, full]] TestMetaData [testName=manageRunnableTaskWithTaskListener, isDisabled=false, tags=[web, full]] TestMetaData [testName=manageCallableTaskWithMapAndNullArg, isDisabled=false, tags=[web, full]] TestMetaData [testName=isCurrentThreadShutdown, isDisabled=false, tags=[web, full]] TestMetaData [testName=manageCallableTaskWithTaskListenerAndMap, isDisabled=false, tags=[web, full]] TestMetaData [testName=manageCallableTaskWithTaskListener, isDisabled=false, tags=[web, full]] TestMetaData [testName=normalScheduleProcess1Test, isDisabled=false, tags=[web, full]] TestMetaData [testName=normalScheduleProcess2Test, isDisabled=false, tags=[web, full]] TestMetaData [testName=nullCallableScheduleProcessTest, isDisabled=false, tags=[web, full]] TestMetaData [testName=nullCommandScheduleProcessTest, isDisabled=false, tags=[web, full]] TestMetaData [testName=getManagedTaskListener, isDisabled=false, tags=[web, full]] TestMetaData [testName=getExecutionProperties, isDisabled=false, tags=[web, full]] TestMetaData [testName=taskSubmitted, isDisabled=false, tags=[web, full]] TestMetaData [testName=taskDone, isDisabled=false, tags=[web, full]] TestMetaData [testName=taskStarting, isDisabled=false, tags=[web, full]] TestMetaData [testName=taskAborted, isDisabled=false, tags=[web, full]] TestMetaData [testName=isShutdown, isDisabled=false, tags=[web, full]] TestMetaData [testName=implementsManageableThreadInterfaceTest, isDisabled=false, tags=[web, full]] TestMetaData [testName=interruptThreadApiTest, isDisabled=false, tags=[web, full]] TestMetaData [testName=skippedExceptionThrowableTest, isDisabled=false, tags=[web, full]] TestMetaData [testName=skippedExceptionNoArgTest, isDisabled=false, tags=[web, full]] TestMetaData [testName=skippedExceptionStringThrowableTest, isDisabled=false, tags=[web, full]] TestMetaData [testName=skippedExceptionStringTest, isDisabled=false, tags=[web, full]] TestMetaData [testName=triggerGetNextRunTimeTest, isDisabled=false, tags=[web, full]] TestMetaData [testName=triggerSkipRunTest, isDisabled=false, tags=[web, full]] TestMetaData [testName=testSecurityUnchangedContext, isDisabled=true, tags=[full]] TestMetaData [testName=testContextServiceDefinitionFromEJBAllAttributes, isDisabled=false, tags=[full]] TestMetaData [testName=testContextualConsumer, isDisabled=false, tags=[full]] TestMetaData [testName=testJNDIContextAndCreateProxyInEJB, isDisabled=false, tags=[full]] TestMetaData [testName=testContextServiceDefinitionWithThirdPartyContext, isDisabled=false, tags=[full]] TestMetaData [testName=testSecurityClearedContext, isDisabled=true, tags=[full]] TestMetaData [testName=testJNDIContextAndCreateProxyInServlet, isDisabled=false, tags=[full]] TestMetaData [testName=testSecurityAndCreateProxyInServlet, isDisabled=false, tags=[full]] TestMetaData [testName=testContextualFunction, isDisabled=true, tags=[full]] TestMetaData [testName=testSecurityPropagatedContext, isDisabled=false, tags=[full]] TestMetaData [testName=testContextualFlowSubscriber, isDisabled=false, tags=[full]] TestMetaData [testName=testContextServiceDefinitionDefaults, isDisabled=false, tags=[full]] TestMetaData [testName=testCopyWithContextCapture, isDisabled=false, tags=[full]] TestMetaData [testName=testContextualSupplier, isDisabled=false, tags=[full]] TestMetaData [testName=testContextServiceDefinitionFromEJBDefaults, isDisabled=false, tags=[full]] TestMetaData [testName=testClassloaderAndCreateProxyInServlet, isDisabled=false, tags=[full]] TestMetaData [testName=testContextServiceDefinitionAllAttributes, isDisabled=false, tags=[full]] TestMetaData [testName=testContextualFlowProcessor, isDisabled=false, tags=[full]] TestMetaData [testName=testSecurityUnchangedContext, isDisabled=true, tags=[web, full]] TestMetaData [testName=testContextServiceDefinitionFromEJBAllAttributes, isDisabled=false, tags=[web, full]] TestMetaData [testName=testContextualConsumer, isDisabled=false, tags=[web, full]] TestMetaData [testName=testJNDIContextAndCreateProxyInEJB, isDisabled=true, tags=[web, full]] TestMetaData [testName=testContextServiceDefinitionWithThirdPartyContext, isDisabled=false, tags=[web, full]] TestMetaData [testName=testSecurityClearedContext, isDisabled=true, tags=[web, full]] TestMetaData [testName=testJNDIContextAndCreateProxyInServlet, isDisabled=false, tags=[web, full]] TestMetaData [testName=testSecurityAndCreateProxyInServlet, isDisabled=false, tags=[web, full]] TestMetaData [testName=testContextualFunction, isDisabled=true, tags=[web, full]] TestMetaData [testName=testSecurityPropagatedContext, isDisabled=false, tags=[web, full]] TestMetaData [testName=testContextualFlowSubscriber, isDisabled=false, tags=[web, full]] TestMetaData [testName=testContextServiceDefinitionDefaults, isDisabled=false, tags=[web, full]] TestMetaData [testName=testCopyWithContextCapture, isDisabled=false, tags=[web, full]] TestMetaData [testName=testContextualSupplier, isDisabled=false, tags=[web, full]] TestMetaData [testName=testContextServiceDefinitionFromEJBDefaults, isDisabled=false, tags=[web, full]] TestMetaData [testName=testClassloaderAndCreateProxyInServlet, isDisabled=false, tags=[web, full]] TestMetaData [testName=testContextServiceDefinitionAllAttributes, isDisabled=false, tags=[web, full]] TestMetaData [testName=testContextualFlowProcessor, isDisabled=false, tags=[web, full]] TestMetaData [testName=testClassloaderInServlet, isDisabled=false, tags=[web, full]] TestMetaData [testName=testJNDIContextInServlet, isDisabled=false, tags=[web, full]] TestMetaData [testName=testTransactionOfExecuteThreadAndCommit, isDisabled=false, tags=[web, full]] TestMetaData [testName=testSuspendAndRollback, isDisabled=false, tags=[web, full]] TestMetaData [testName=testSuspendAndCommit, isDisabled=false, tags=[web, full]] TestMetaData [testName=testDefaultAndCommit, isDisabled=false, tags=[web, full]] TestMetaData [testName=testTransactionOfExecuteThreadAndRollback, isDisabled=false, tags=[web, full]] TestMetaData [testName=testExecute, isDisabled=false, tags=[web, full]] TestMetaData [testName=testInvokeAll, isDisabled=false, tags=[web, full]] TestMetaData [testName=testInvokeAny, isDisabled=false, tags=[web, full]] TestMetaData [testName=testSubmit, isDisabled=false, tags=[web, full]] TestMetaData [testName=testIsShutdown, isDisabled=false, tags=[web, full]] TestMetaData [testName=testAwaitTermination, isDisabled=false, tags=[web, full]] TestMetaData [testName=testShutdown, isDisabled=false, tags=[web, full]] TestMetaData [testName=testShutdownNow, isDisabled=false, tags=[web, full]] TestMetaData [testName=testIsTerminated, isDisabled=false, tags=[web, full]] TestMetaData [testName=testIsShutdown, isDisabled=false, tags=[web, full]] TestMetaData [testName=testAwaitTermination, isDisabled=false, tags=[web, full]] TestMetaData [testName=testShutdown, isDisabled=false, tags=[web, full]] TestMetaData [testName=testShutdownNow, isDisabled=false, tags=[web, full]] TestMetaData [testName=testIsTerminated, isDisabled=false, tags=[web, full]] TestMetaData [testName=testScheduledAsynchCompletedFuture, isDisabled=false, tags=[full]] TestMetaData [testName=testScheduledAsynchCompletedResult, isDisabled=false, tags=[full]] TestMetaData [testName=testAsyncCompletionStage, isDisabled=false, tags=[full]] TestMetaData [testName=testScheduledAsynchCompletedExceptionally, isDisabled=false, tags=[full]] TestMetaData [testName=testScheduledAsynchOverlapSkipping, isDisabled=false, tags=[full]] TestMetaData [testName=testIncompleteFutureEJB, isDisabled=false, tags=[full]] TestMetaData [testName=testCopyCompletableFuture, isDisabled=false, tags=[full]] TestMetaData [testName=testAsynchronousMethodVoidReturnType, isDisabled=false, tags=[full]] TestMetaData [testName=testScheduledAsynchVoidReturn, isDisabled=false, tags=[full]] TestMetaData [testName=testScheduledAsynchWithMultipleSchedules, isDisabled=false, tags=[full]] TestMetaData [testName=testAsynchronousMethodReturnsCompletableFuture, isDisabled=false, tags=[full]] TestMetaData [testName=testIncompleteFuture, isDisabled=false, tags=[full]] TestMetaData [testName=testAsynchronousMethodReturnsCompletionStage, isDisabled=false, tags=[full]] TestMetaData [testName=testCompletedFuture, isDisabled=true, tags=[full]] TestMetaData [testName=testManagedExecutorDefinitionAllAttributes, isDisabled=false, tags=[full]] TestMetaData [testName=testManagedExecutorDefinitionDefaults, isDisabled=false, tags=[full]] TestMetaData [testName=testScheduledAsynchWithInvalidJNDIName, isDisabled=false, tags=[full]] TestMetaData [testName=testScheduledAsynchIgnoresMaxAsync, isDisabled=false, tags=[full]] TestMetaData [testName=testCopyCompletableFutureEJB, isDisabled=false, tags=[full]] TestMetaData [testName=testScheduledAsynchCompletedFuture, isDisabled=false, tags=[web, full]] TestMetaData [testName=testScheduledAsynchCompletedResult, isDisabled=false, tags=[web, full]] TestMetaData [testName=testAsyncCompletionStage, isDisabled=false, tags=[web, full]] TestMetaData [testName=testScheduledAsynchCompletedExceptionally, isDisabled=false, tags=[web, full]] TestMetaData [testName=testScheduledAsynchOverlapSkipping, isDisabled=false, tags=[web, full]] TestMetaData [testName=testIncompleteFutureEJB, isDisabled=false, tags=[web, full]] TestMetaData [testName=testCopyCompletableFuture, isDisabled=false, tags=[web, full]] TestMetaData [testName=testAsynchronousMethodVoidReturnType, isDisabled=false, tags=[web, full]] TestMetaData [testName=testScheduledAsynchVoidReturn, isDisabled=false, tags=[web, full]] TestMetaData [testName=testScheduledAsynchWithMultipleSchedules, isDisabled=false, tags=[web, full]] TestMetaData [testName=testAsynchronousMethodReturnsCompletableFuture, isDisabled=false, tags=[web, full]] TestMetaData [testName=testIncompleteFuture, isDisabled=false, tags=[web, full]] TestMetaData [testName=testAsynchronousMethodReturnsCompletionStage, isDisabled=false, tags=[web, full]] TestMetaData [testName=testCompletedFuture, isDisabled=true, tags=[web, full]] TestMetaData [testName=testManagedExecutorDefinitionAllAttributes, isDisabled=false, tags=[web, full]] TestMetaData [testName=testManagedExecutorDefinitionDefaults, isDisabled=false, tags=[web, full]] TestMetaData [testName=testScheduledAsynchWithInvalidJNDIName, isDisabled=false, tags=[web, full]] TestMetaData [testName=testScheduledAsynchIgnoresMaxAsync, isDisabled=false, tags=[web, full]] TestMetaData [testName=testCopyCompletableFutureEJB, isDisabled=false, tags=[web, full]] TestMetaData [testName=managedExecutorServiceAPISecurityTest, isDisabled=true, tags=[full]] TestMetaData [testName=managedExecutorServiceAPISecurityTest, isDisabled=true, tags=[web, full]] TestMetaData [testName=testCancelTransactionWithManagedExecutorService, isDisabled=false, tags=[web, full]] TestMetaData [testName=testRollbackTransactionWithManagedExecutorService, isDisabled=false, tags=[web, full]] TestMetaData [testName=testCommitTransactionWithManagedExecutorService, isDisabled=false, tags=[web, full]] TestMetaData [testName=testApiInvokeAll, isDisabled=false, tags=[full]] TestMetaData [testName=testApiInvokeAny, isDisabled=false, tags=[full]] TestMetaData [testName=testApiSchedule, isDisabled=false, tags=[full]] TestMetaData [testName=testApiExecute, isDisabled=false, tags=[full]] TestMetaData [testName=testApiScheduleWithFixedDelay, isDisabled=false, tags=[full]] TestMetaData [testName=testApiSubmit, isDisabled=false, tags=[full]] TestMetaData [testName=testApiScheduleAtFixedRate, isDisabled=false, tags=[full]] TestMetaData [testName=testApiInvokeAll, isDisabled=false, tags=[web, full]] TestMetaData [testName=testApiInvokeAny, isDisabled=false, tags=[web, full]] TestMetaData [testName=testApiSchedule, isDisabled=false, tags=[web, full]] TestMetaData [testName=testApiExecute, isDisabled=false, tags=[web, full]] TestMetaData [testName=testApiScheduleWithFixedDelay, isDisabled=false, tags=[web, full]] TestMetaData [testName=testApiSubmit, isDisabled=false, tags=[web, full]] TestMetaData [testName=testApiScheduleAtFixedRate, isDisabled=false, tags=[web, full]] TestMetaData [testName=testApiInvokeAll, isDisabled=false, tags=[web, full]] TestMetaData [testName=testApiInvokeAny, isDisabled=false, tags=[web, full]] TestMetaData [testName=testApiSchedule, isDisabled=false, tags=[web, full]] TestMetaData [testName=testApiExecute, isDisabled=false, tags=[web, full]] TestMetaData [testName=testApiScheduleWithFixedDelay, isDisabled=false, tags=[web, full]] TestMetaData [testName=testApiSubmit, isDisabled=false, tags=[web, full]] TestMetaData [testName=testApiScheduleAtFixedRate, isDisabled=false, tags=[web, full]] TestMetaData [testName=testIsShutdown, isDisabled=false, tags=[web, full]] TestMetaData [testName=testAwaitTermination, isDisabled=false, tags=[web, full]] TestMetaData [testName=testShutdown, isDisabled=false, tags=[web, full]] TestMetaData [testName=testShutdownNow, isDisabled=false, tags=[web, full]] TestMetaData [testName=testIsTerminated, isDisabled=false, tags=[web, full]] TestMetaData [testName=testIsShutdown, isDisabled=false, tags=[web, full]] TestMetaData [testName=testAwaitTermination, isDisabled=false, tags=[web, full]] TestMetaData [testName=testShutdown, isDisabled=false, tags=[web, full]] TestMetaData [testName=testShutdownNow, isDisabled=false, tags=[web, full]] TestMetaData [testName=testIsTerminated, isDisabled=false, tags=[web, full]] TestMetaData [testName=testScheduledAsynchCompletedFuture, isDisabled=false, tags=[full]] TestMetaData [testName=testAsynchronousMethodRunsWithContext, isDisabled=false, tags=[full]] TestMetaData [testName=testAsynchronousMethodWithMaxAsync3, isDisabled=false, tags=[full]] TestMetaData [testName=testManagedScheduledExecutorDefinitionAllAttributesEJB, isDisabled=false, tags=[full]] TestMetaData [testName=testScheduledAsynchCompletedResult, isDisabled=false, tags=[full]] TestMetaData [testName=testIncompleteFutureMSEEJB, isDisabled=false, tags=[full]] TestMetaData [testName=testScheduledAsynchCompletedExceptionally, isDisabled=false, tags=[full]] TestMetaData [testName=testNotAnAsynchronousMethod, isDisabled=false, tags=[full]] TestMetaData [testName=testManagedScheduledExecutorDefinitionDefaultsEJB, isDisabled=false, tags=[full]] TestMetaData [testName=testCompletedFutureMSE, isDisabled=true, tags=[full]] TestMetaData [testName=testScheduledAsynchOverlapSkipping, isDisabled=false, tags=[full]] TestMetaData [testName=testIncompleteFutureMSE, isDisabled=false, tags=[full]] TestMetaData [testName=testManagedScheduledExecutorDefinitionDefaults, isDisabled=false, tags=[full]] TestMetaData [testName=testScheduleWithZonedTrigger, isDisabled=false, tags=[full]] TestMetaData [testName=testScheduledAsynchVoidReturn, isDisabled=false, tags=[full]] TestMetaData [testName=testScheduledAsynchWithMultipleSchedules, isDisabled=false, tags=[full]] TestMetaData [testName=testScheduledAsynchWithInvalidJNDIName, isDisabled=false, tags=[full]] TestMetaData [testName=testAsyncCompletionStageMSE, isDisabled=false, tags=[full]] TestMetaData [testName=testScheduleWithCronTrigger, isDisabled=false, tags=[full]] TestMetaData [testName=testManagedScheduledExecutorDefinitionAllAttributes, isDisabled=false, tags=[full]] TestMetaData [testName=testScheduledAsynchIgnoresMaxAsync, isDisabled=false, tags=[full]] TestMetaData [testName=testScheduledAsynchCompletedFuture, isDisabled=false, tags=[web, full]] TestMetaData [testName=testAsynchronousMethodRunsWithContext, isDisabled=false, tags=[web, full]] TestMetaData [testName=testAsynchronousMethodWithMaxAsync3, isDisabled=false, tags=[web, full]] TestMetaData [testName=testManagedScheduledExecutorDefinitionAllAttributesEJB, isDisabled=false, tags=[web, full]] TestMetaData [testName=testScheduledAsynchCompletedResult, isDisabled=false, tags=[web, full]] TestMetaData [testName=testIncompleteFutureMSEEJB, isDisabled=false, tags=[web, full]] TestMetaData [testName=testScheduledAsynchCompletedExceptionally, isDisabled=false, tags=[web, full]] TestMetaData [testName=testNotAnAsynchronousMethod, isDisabled=false, tags=[web, full]] TestMetaData [testName=testManagedScheduledExecutorDefinitionDefaultsEJB, isDisabled=false, tags=[web, full]] TestMetaData [testName=testCompletedFutureMSE, isDisabled=true, tags=[web, full]] TestMetaData [testName=testScheduledAsynchOverlapSkipping, isDisabled=false, tags=[web, full]] TestMetaData [testName=testIncompleteFutureMSE, isDisabled=false, tags=[web, full]] TestMetaData [testName=testManagedScheduledExecutorDefinitionDefaults, isDisabled=false, tags=[web, full]] TestMetaData [testName=testScheduleWithZonedTrigger, isDisabled=false, tags=[web, full]] TestMetaData [testName=testScheduledAsynchVoidReturn, isDisabled=false, tags=[web, full]] TestMetaData [testName=testScheduledAsynchWithMultipleSchedules, isDisabled=false, tags=[web, full]] TestMetaData [testName=testScheduledAsynchWithInvalidJNDIName, isDisabled=false, tags=[web, full]] TestMetaData [testName=testAsyncCompletionStageMSE, isDisabled=false, tags=[web, full]] TestMetaData [testName=testScheduleWithCronTrigger, isDisabled=false, tags=[web, full]] TestMetaData [testName=testManagedScheduledExecutorDefinitionAllAttributes, isDisabled=false, tags=[web, full]] TestMetaData [testName=testScheduledAsynchIgnoresMaxAsync, isDisabled=false, tags=[web, full]] TestMetaData [testName=managedScheduledExecutorServiceAPISecurityTest, isDisabled=true, tags=[full]] TestMetaData [testName=managedScheduledExecutorServiceAPISecurityTest, isDisabled=true, tags=[web, full]] TestMetaData [testName=testRollbackTransactionWithManagedScheduledExecutorService, isDisabled=false, tags=[web, full]] TestMetaData [testName=testCancelTransactionWithManagedScheduledExecutorService, isDisabled=false, tags=[web, full]] TestMetaData [testName=testCommitTransactionWithManagedScheduledExecutorService, isDisabled=false, tags=[web, full]] TestMetaData [testName=jndiClassloaderPropagationTest, isDisabled=false, tags=[full]] TestMetaData [testName=jndiClassloaderPropagationWithSecurityTest, isDisabled=false, tags=[full]] TestMetaData [testName=jndiClassloaderPropagationTest, isDisabled=false, tags=[web, full]] TestMetaData [testName=jndiClassloaderPropagationWithSecurityTest, isDisabled=false, tags=[web, full]] TestMetaData [testName=testManagedThreadFactoryDefinitionAllAttributesEJB, isDisabled=true, tags=[full]] TestMetaData [testName=testManagedThreadFactoryDefinitionAllAttributes, isDisabled=true, tags=[full]] TestMetaData [testName=testParallelStreamBackedByManagedThreadFactoryEJB, isDisabled=true, tags=[full]] TestMetaData [testName=testParallelStreamBackedByManagedThreadFactory, isDisabled=true, tags=[full]] TestMetaData [testName=testManagedThreadFactoryDefinitionDefaultsEJB, isDisabled=false, tags=[full]] TestMetaData [testName=testManagedThreadFactoryDefinitionDefaults, isDisabled=false, tags=[full]] TestMetaData [testName=testManagedThreadFactoryDefinitionAllAttributesEJB, isDisabled=true, tags=[web, full]] TestMetaData [testName=testManagedThreadFactoryDefinitionAllAttributes, isDisabled=true, tags=[web, full]] TestMetaData [testName=testParallelStreamBackedByManagedThreadFactoryEJB, isDisabled=true, tags=[web, full]] TestMetaData [testName=testParallelStreamBackedByManagedThreadFactory, isDisabled=true, tags=[web, full]] TestMetaData [testName=testManagedThreadFactoryDefinitionDefaultsEJB, isDisabled=false, tags=[web, full]] TestMetaData [testName=testManagedThreadFactoryDefinitionDefaults, isDisabled=false, tags=[web, full]] TestMetaData [testName=testCommitTransactionWithManagedThreadFactory, isDisabled=false, tags=[web, full]] TestMetaData [testName=testCancelTransactionWithManagedThreadFactory, isDisabled=false, tags=[web, full]] TestMetaData [testName=testRollbackTransactionWithManagedThreadFactory, isDisabled=false, tags=[web, full]] TestMetaData [testName=testAnnotationDefinesManagedThreadFactory, isDisabled=true, tags=[full]] TestMetaData [testName=testAnnoDefinedManagedScheduledExecutorSvcQualifers, isDisabled=false, tags=[full]] TestMetaData [testName=testAnnoDefinedManagedExecutorSvcQualifiers, isDisabled=false, tags=[full]] TestMetaData [testName=testAnnoDefinedManagedThreadFactoryQualifersFull, isDisabled=false, tags=[full]] TestMetaData [testName=testAnnotationDefinesContextService, isDisabled=false, tags=[full]] TestMetaData [testName=testAnnotationDefinesManagedExecutor, isDisabled=false, tags=[full]] TestMetaData [testName=testAnnoDefinedContextServiceQualifiers, isDisabled=false, tags=[full]] TestMetaData [testName=testAnnotationDefinesManagedScheduledExecutor, isDisabled=false, tags=[full]] TestMetaData [testName=testAnnotationDefinesManagedThreadFactory, isDisabled=true, tags=[web, full]] TestMetaData [testName=testAnnoDefinedManagedScheduledExecutorSvcQualifers, isDisabled=false, tags=[web, full]] TestMetaData [testName=testAnnoDefinedManagedExecutorSvcQualifiers, isDisabled=false, tags=[web, full]] TestMetaData [testName=testAnnotationDefinesContextService, isDisabled=false, tags=[web, full]] TestMetaData [testName=testAnnoDefinedManagedThreadFactoryQualifersWeb, isDisabled=false, tags=[web, full]] TestMetaData [testName=testAnnotationDefinesManagedExecutor, isDisabled=false, tags=[web, full]] TestMetaData [testName=testAnnoDefinedContextServiceQualifiers, isDisabled=false, tags=[web, full]] TestMetaData [testName=testAnnotationDefinesManagedScheduledExecutor, isDisabled=false, tags=[web, full]] TestMetaData [testName=testDeploymentDescriptorDefinesManagedScheduledExecutor, isDisabled=false, tags=[full]] TestMetaData [testName=testDeploymentDescriptorDefinedContextServiceQualifiers, isDisabled=false, tags=[full]] TestMetaData [testName=testDeploymentDescriptorDefinesManagedExecutor, isDisabled=false, tags=[full]] TestMetaData [testName=testDeploymentDescriptorDefinesManagedThreadFactory, isDisabled=true, tags=[full]] TestMetaData [testName=testDeploymentDescriptorDefinedManagedExecutorSvcQualifiers, isDisabled=false, tags=[full]] TestMetaData [testName=testDeploymentDescriptorDefinedManagedScheduledExecutorSvcQualifers, isDisabled=false, tags=[full]] TestMetaData [testName=testDeploymentDescriptorDefinedManagedThreadFactoryQualifers, isDisabled=false, tags=[full]] TestMetaData [testName=testDeploymentDescriptorDefinesContextService, isDisabled=false, tags=[full]] TestMetaData [testName=testDeploymentDescriptorDefinesManagedScheduledExecutor, isDisabled=false, tags=[web, full]] TestMetaData [testName=testDeploymentDescriptorDefinedContextServiceQualifiers, isDisabled=false, tags=[web, full]] TestMetaData [testName=testDeploymentDescriptorDefinesManagedExecutor, isDisabled=false, tags=[web, full]] TestMetaData [testName=testDeploymentDescriptorDefinesManagedThreadFactory, isDisabled=true, tags=[web, full]] TestMetaData [testName=testDeploymentDescriptorDefinedManagedExecutorSvcQualifiers, isDisabled=false, tags=[web, full]] TestMetaData [testName=testDeploymentDescriptorDefinedManagedScheduledExecutorSvcQualifers, isDisabled=false, tags=[web, full]] TestMetaData [testName=testDeploymentDescriptorDefinedManagedThreadFactoryQualifers, isDisabled=false, tags=[web, full]] TestMetaData [testName=testDeploymentDescriptorDefinesContextService, isDisabled=false, tags=[web, full]] TestMetaData [testName=testPlatformScheduledExecutor, isDisabled=false, tags=[full]] TestMetaData [testName=testPlatformExecutor, isDisabled=false, tags=[full]] TestMetaData [testName=testVirtualScheduledExecutor, isDisabled=false, tags=[full]] TestMetaData [testName=testVirtualThreadFactory, isDisabled=false, tags=[full]] TestMetaData [testName=testVirtualThreadFactoryForkJoinPool, isDisabled=false, tags=[full]] TestMetaData [testName=testPlatformThreadFactory, isDisabled=false, tags=[full]] TestMetaData [testName=testVirtualExecutor, isDisabled=false, tags=[full]] TestMetaData [testName=testPlatformScheduledExecutor, isDisabled=false, tags=[web, full]] TestMetaData [testName=testPlatformExecutor, isDisabled=false, tags=[web, full]] TestMetaData [testName=testVirtualScheduledExecutor, isDisabled=false, tags=[web, full]] TestMetaData [testName=testVirtualThreadFactory, isDisabled=false, tags=[web, full]] TestMetaData [testName=testVirtualThreadFactoryForkJoinPool, isDisabled=false, tags=[web, full]] TestMetaData [testName=testPlatformThreadFactory, isDisabled=false, tags=[web, full]] TestMetaData [testName=testVirtualExecutor, isDisabled=false, tags=[web, full]] TestMetaData [testName=testSignatures, isDisabled=false, tags=[web, full, signature]] [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jakarta.enterprise.concurrent-tck-dist --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/concurrency_api-build-main/tck-dist/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ jakarta.enterprise.concurrent-tck-dist --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ jakarta.enterprise.concurrent-tck-dist --- [INFO] No tests to run. [INFO] [INFO] --- asciidoctor:3.0.0:process-asciidoc (asciidoc-to-html) @ jakarta.enterprise.concurrent-tck-dist --- [INFO] asciidoctor: WARN: concurrency-tck-reference-guide.adoc: line 64: list item index: expected 2, got 1 [INFO] asciidoctor: WARN: concurrency-tck-reference-guide.adoc: line 90: list item index: expected 2, got 1 [INFO] asciidoctor: WARN: concurrency-tck-reference-guide.adoc: line 91: list item index: expected 3, got 1 [INFO] asciidoctor: WARN: concurrency-tck-reference-guide.adoc: line 98: list item index: expected 2, got 1 [INFO] asciidoctor: WARN: concurrency-tck-reference-guide.adoc: line 154: list item index: expected 2, got 1 [INFO] Converted /home/jenkins/agent/workspace/concurrency_api-build-main/tck-dist/src/main/asciidoc/concurrency-tck-reference-guide.adoc [INFO] [INFO] --- asciidoctor:3.0.0:process-asciidoc (asciidoc-to-pdf) @ jakarta.enterprise.concurrent-tck-dist --- [INFO] asciidoctor: WARN: concurrency-tck-reference-guide.adoc: line 64: list item index: expected 2, got 1 [INFO] asciidoctor: WARN: concurrency-tck-reference-guide.adoc: line 90: list item index: expected 2, got 1 [INFO] asciidoctor: WARN: concurrency-tck-reference-guide.adoc: line 91: list item index: expected 3, got 1 [INFO] asciidoctor: WARN: concurrency-tck-reference-guide.adoc: line 98: list item index: expected 2, got 1 [INFO] asciidoctor: WARN: concurrency-tck-reference-guide.adoc: line 154: list item index: expected 2, got 1 [INFO] Converted /home/jenkins/agent/workspace/concurrency_api-build-main/tck-dist/src/main/asciidoc/concurrency-tck-reference-guide.adoc [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jakarta.enterprise.concurrent-tck-dist --- [INFO] Building jar: /home/jenkins/agent/workspace/concurrency_api-build-main/tck-dist/target/jakarta.enterprise.concurrent-tck-dist-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jakarta.enterprise.concurrent-tck-dist --- [INFO] CycloneDX: Resolving Dependencies [WARNING] Unable to create Maven project for org.netbeans.tools:ct-sym:jar:latest from repository. [INFO] CycloneDX: Creating BOM version 1.4 with 94 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/concurrency_api-build-main/tck-dist/target/bom.xml [INFO] attaching as jakarta.enterprise.concurrent-tck-dist-3.1.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/concurrency_api-build-main/tck-dist/target/bom.json [INFO] attaching as jakarta.enterprise.concurrent-tck-dist-3.1.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.7.1:single (distribution) @ jakarta.enterprise.concurrent-tck-dist --- [INFO] Reading assembly descriptor: src/main/assembly/assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/concurrency_api-build-main/tck-dist/target/concurrency-tck-3.1.0-SNAPSHOT-dist.zip [INFO] [INFO] --- install:3.1.1:install (default-install) @ jakarta.enterprise.concurrent-tck-dist --- [INFO] Installing /home/jenkins/agent/workspace/concurrency_api-build-main/tck-dist/pom.xml to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck-dist/3.1.0-SNAPSHOT/jakarta.enterprise.concurrent-tck-dist-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/concurrency_api-build-main/tck-dist/target/jakarta.enterprise.concurrent-tck-dist-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck-dist/3.1.0-SNAPSHOT/jakarta.enterprise.concurrent-tck-dist-3.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/concurrency_api-build-main/tck-dist/target/bom.xml to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck-dist/3.1.0-SNAPSHOT/jakarta.enterprise.concurrent-tck-dist-3.1.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/concurrency_api-build-main/tck-dist/target/bom.json to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck-dist/3.1.0-SNAPSHOT/jakarta.enterprise.concurrent-tck-dist-3.1.0-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/concurrency_api-build-main/tck-dist/target/concurrency-tck-3.1.0-SNAPSHOT-dist.zip to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck-dist/3.1.0-SNAPSHOT/jakarta.enterprise.concurrent-tck-dist-3.1.0-SNAPSHOT-dist.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Jakarta Concurrency 3.1.0-SNAPSHOT: [INFO] [INFO] Jakarta Concurrency ................................ SUCCESS [ 21.026 s] [INFO] Jakarta Concurrency ................................ SUCCESS [ 13.032 s] [INFO] Jakarta Concurrency Specification .................. SUCCESS [ 39.005 s] [INFO] Jakarta Concurrency TCK ............................ SUCCESS [ 13.938 s] [INFO] Jakarta Concurrency TCK Distribution ............... SUCCESS [ 28.703 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:56 min [INFO] Finished at: 2024-05-10T15:26:33Z [INFO] ------------------------------------------------------------------------ Archiving artifacts Recording test results [Checks API] No suitable checks publisher found. [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/concurrency_api-build-main/api/target/classes 34 files [JaCoCo plugin] - /home/jenkins/agent/workspace/concurrency_api-build-main/tck-dist/target/classes 3 files [JaCoCo plugin] - /home/jenkins/agent/workspace/concurrency_api-build-main/tck/target/classes 223 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/concurrency_api-build-main/api/src/main/java 26 files [JaCoCo plugin] - /home/jenkins/agent/workspace/concurrency_api-build-main/tck-dist/src/main/java 2 files [JaCoCo plugin] - /home/jenkins/agent/workspace/concurrency_api-build-main/tck/src/main/java 186 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/concurrency_api-build-main') [Java Compiler] Successfully parsed console log [Java Compiler] -> found 4 issues (skipped 0 duplicates) [Java Compiler] Post processing issues on 'basic-500np' 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/concurrency_api-build-main' [Java Compiler] -> resolved paths in source directory (0 found, 2 not found) [Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [Java Compiler] -> resolved module names for 4 issues [Java Compiler] Resolving package names (or namespaces) by parsing the affected files [Java Compiler] -> resolved package names of 2 affected files [Java Compiler] No filter has been set, publishing all 4 issues [Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds [Java Compiler] -> created fingerprints for 0 issues (skipped 4 issues) [Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/concurrency_api-build-main/builds/15/files-with-issues' [Java Compiler] -> 0 copied, 0 not in workspace, 4 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] [-ERROR-] Can't create fingerprints for some files: [Java Compiler] [-ERROR-] - 'Parameter 'toc' is unknown for plugin 'asciidoctor-maven-plugin' file not found [Java Compiler] [-ERROR-] - 'Parameter 'sourceHighlighter' is unknown for plugin 'asciidoctor-maven-plugin' file not found [Java Compiler] [-ERROR-] - 'Parameter 'toc' is unknown for plugin 'asciidoctor-maven-plugin' file not found [Java Compiler] [-ERROR-] - 'Parameter 'sourceHighlighter' is unknown for plugin 'asciidoctor-maven-plugin' file not found [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/concurrency_api-build-main') [Java Compiler] Successfully parsed console log [Java Compiler] -> found 4 issues (skipped 0 duplicates) [Java Compiler] Post processing issues on 'basic-500np' 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/concurrency_api-build-main' [Java Compiler] -> resolved paths in source directory (0 found, 2 not found) [Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [Java Compiler] -> resolved module names for 4 issues [Java Compiler] Resolving package names (or namespaces) by parsing the affected files [Java Compiler] -> resolved package names of 2 affected files [Java Compiler] No filter has been set, publishing all 4 issues [Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds [Java Compiler] -> created fingerprints for 0 issues (skipped 4 issues) [Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/concurrency_api-build-main/builds/15/files-with-issues' [Java Compiler] -> 0 copied, 0 not in workspace, 4 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] [-ERROR-] Can't create fingerprints for some files: [Java Compiler] [-ERROR-] - 'Parameter 'toc' is unknown for plugin 'asciidoctor-maven-plugin' file not found [Java Compiler] [-ERROR-] - 'Parameter 'sourceHighlighter' is unknown for plugin 'asciidoctor-maven-plugin' file not found [Java Compiler] [-ERROR-] - 'Parameter 'toc' is unknown for plugin 'asciidoctor-maven-plugin' file not found [Java Compiler] [-ERROR-] - 'Parameter 'sourceHighlighter' is unknown for plugin 'asciidoctor-maven-plugin' file not found [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 4 issues (found 0 new issues, fixed 0 issues) [Java Compiler] Attaching ResultAction with ID 'java' to build 'concurrency_api-build-main #15'. [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/concurrency_api-build-main' 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/concurrency_api-build-main' 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 'concurrency_api-build-main #15'. [Checks API] No suitable checks publisher found. Finished: SUCCESS