Skip to content

Console Output

Started by user Kyle Aure
Running as Kyle Aure
Agent basic-1bsnj is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-1bsnj"
  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-1bsnj"
    - 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-1bsnj"
    - 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-1bsnj (basic) in workspace /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-2y7MbZMh5XzR/agent.50
SSH_AGENT_PID=52
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage@tmp/private_key_17109299596040894298.key (/home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage@tmp/private_key_17109299596040894298.key)
[ssh-agent] Using credentials genie.cu (ssh://genie.cu@projects-storage.eclipse.org)
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_tck_1-build-and-stage # 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_tck_1-build-and-stage@tmp/jenkins-gitclient-ssh4580749092833380133.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/RELEASE-3.1.0^{commit} # timeout=10
Checking out Revision 17ae89e1391e5b31d05b718997d6887adfd41b59 (refs/remotes/origin/RELEASE-3.1.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 17ae89e1391e5b31d05b718997d6887adfd41b59 # timeout=10
Commit message: "Prepare next development cycle for 3.1.1-SNAPSHOT"
 > git rev-list --no-walk 2fe1b20fb5a1f284efcdd07a512599e9690fa147 # timeout=10
First time build. Skipping changelog.
[concurrency_tck_1-build-and-stage] $ /bin/bash -e /tmp/jenkins8522103116298765646.sh
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: key F84B009E70DD1139: 1 signature not checked due to a missing key
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key F84B009E70DD1139: public key "Eclipse Project for Concurrency Utilities <cu-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key F84B009E70DD1139: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
gpg: no ultimately trusted keys found
Secret subkeys are available.

pub  rsa4096/F84B009E70DD1139
     created: 2018-09-28  expires: 2028-10-02  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/5AF049D37EB5F56F
     created: 2018-09-28  expires: 2028-10-02  usage: S   
[ unknown] (1). Eclipse Project for Concurrency Utilities <cu-dev@eclipse.org>

pub  rsa4096/F84B009E70DD1139
     created: 2018-09-28  expires: 2028-10-02  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/5AF049D37EB5F56F
     created: 2018-09-28  expires: 2028-10-02  usage: S   
[ unknown] (1). Eclipse Project for Concurrency Utilities <cu-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/F84B009E70DD1139
     created: 2018-09-28  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/5AF049D37EB5F56F
     created: 2018-09-28  expires: 2028-10-02  usage: S   
[ unknown] (1). Eclipse Project for Concurrency Utilities <cu-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2028-10-02
pub  rsa4096/F84B009E70DD1139
     created: 2018-09-28  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/5AF049D37EB5F56F
     created: 2018-09-28  expires: 2028-10-02  usage: S   
[ultimate] (1). Eclipse Project for Concurrency Utilities <cu-dev@eclipse.org>

pub  rsa4096/F84B009E70DD1139
     created: 2018-09-28  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/5AF049D37EB5F56F
     created: 2018-09-28  expires: 2028-10-02  usage: S   
[ultimate] (1). Eclipse Project for Concurrency Utilities <cu-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/F84B009E70DD1139
     created: 2018-09-28  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/5AF049D37EB5F56F
     created: 2018-09-28  expires: 2028-10-02  usage: S   
[ultimate] (1). Eclipse Project for Concurrency Utilities <cu-dev@eclipse.org>

[concurrency_tck_1-build-and-stage] $ /bin/bash -e /tmp/jenkins8918382979475269259.sh
gpg: key F84B009E70DD1139: 1 signature not checked due to a missing key
gpg: key F84B009E70DD1139: "Eclipse Project for Concurrency Utilities <cu-dev@eclipse.org>" not changed
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key F84B009E70DD1139: secret key imported
gpg: Total number processed: 1
gpg:              unchanged: 1
gpg:       secret keys read: 1
gpg:  secret keys unchanged: 1
Secret subkeys are available.

pub  rsa4096/F84B009E70DD1139
     created: 2018-09-28  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/5AF049D37EB5F56F
     created: 2018-09-28  expires: 2028-10-02  usage: S   
[ultimate] (1). Eclipse Project for Concurrency Utilities <cu-dev@eclipse.org>

pub  rsa4096/F84B009E70DD1139
     created: 2018-09-28  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/5AF049D37EB5F56F
     created: 2018-09-28  expires: 2028-10-02  usage: S   
[ultimate] (1). Eclipse Project for Concurrency Utilities <cu-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/F84B009E70DD1139
     created: 2018-09-28  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/5AF049D37EB5F56F
     created: 2018-09-28  expires: 2028-10-02  usage: S   
[ultimate] (1). Eclipse Project for Concurrency Utilities <cu-dev@eclipse.org>

Secret subkeys are available.

pub  rsa4096/F84B009E70DD1139
     created: 2018-09-28  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/5AF049D37EB5F56F
     created: 2018-09-28  expires: 2028-10-02  usage: S   
[ultimate] (1). Eclipse Project for Concurrency Utilities <cu-dev@eclipse.org>

pub  rsa4096/F84B009E70DD1139
     created: 2018-09-28  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/5AF049D37EB5F56F
     created: 2018-09-28  expires: 2028-10-02  usage: S   
[ultimate] (1). Eclipse Project for Concurrency Utilities <cu-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/F84B009E70DD1139
     created: 2018-09-28  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/5AF049D37EB5F56F
     created: 2018-09-28  expires: 2028-10-02  usage: S   
[ultimate] (1). Eclipse Project for Concurrency Utilities <cu-dev@eclipse.org>

[concurrency_tck_1-build-and-stage] $ /bin/sh -xe /tmp/jenkins3964927078620078821.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
+ VERSIONS_PLUGIN=org.codehaus.mojo:versions-maven-plugin:2.5
+ HELP_PLUGIN=org.apache.maven.plugins:maven-help-plugin:2.1.1
+ MVN_EXTRA='--batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn'
++ mvn -version
+ TEST_MVN='Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"'
+ echo 'Maven version: Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"'
Maven version: Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
+ BUILD_DIR=/home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist
+ BUILD_TARGET=/home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist/target
+ TCK_DIR=/home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck
+ cd /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist
+ sed -i s/3.0.1-SNAPSHOT/3.0.2-SNAPSHOT/g pom.xml
+ grep '<version>' pom.xml
+ grep SNAPSHOT
        <version>3.1.1-SNAPSHOT</version>
++ mvn --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version
++ grep -v -e INFO -e WARNING -e Apache -e Maven -e Java -e Default -e OS
+ PROJECT_VERSION=3.1.1-SNAPSHOT
++ echo 3.1.1-SNAPSHOT
++ grep -E '^[0-9]+(\.[0-9]+)+-SNAPSHOT$'
+ SNAPSHOT_VERSION=3.1.1-SNAPSHOT
+ '[' -z 3.1.0 ']'
+ '[' -z '' ']'
++ echo 3.1.0
++ sed -e 's/\([0-9][0-9]*\.[0-9][0-9]*\).*/\1/'
+ NEXT_VERSION=3.1
+ set -f
+ NEXT_COMPONENTS=(${RELEASE_VERSION//\./ })
+ LAST_INDEX=2
+ NEXT_COMPONENTS[${LAST_INDEX}]=1
++ echo 3 1 1
++ tr ' ' .
+ NEXT_VERSION=3.1.1-SNAPSHOT
+ RELEASE_TAG=3.1.0-RELEASE
+ echo 'Current version: 3.1.1-SNAPSHOT'
Current version: 3.1.1-SNAPSHOT
+ echo 'Release version: 3.1.0'
Release version: 3.1.0
+ echo 'Next version:    3.1.1-SNAPSHOT'
Next version:    3.1.1-SNAPSHOT
+ echo 'Release tag:     3.1.0-RELEASE'
Release tag:     3.1.0-RELEASE
+ '[' -z 3.1.1-SNAPSHOT -o -z 3.1.0 -o -z 3.1.1-SNAPSHOT ']'
+ '[' 3.1.1-SNAPSHOT '!=' 3.1.0 ']'
+ echo '-[ Set release version ]--------------------------------------------------------'
-[ Set release version ]--------------------------------------------------------
+ cd /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist
++ mvn --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.artifactId
++ grep -Ev '(^\[)'
+ ARTIFACT_ID=jakarta.enterprise.concurrent-tck-dist
++ mvn --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.groupId
++ grep -Ev '(^\[)'
+ GROUP_ID=jakarta.enterprise.concurrent
+ cd /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage
+ mvn --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -U -C clean install -pl :jakarta.enterprise.concurrent.parent
[INFO] Scanning for projects...
[INFO] 
[INFO] --< jakarta.enterprise.concurrent:jakarta.enterprise.concurrent.parent >--
[INFO] Building Jakarta Concurrency 3.1.1-SNAPSHOT
[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 Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/target/bom.xml
[INFO]            attaching as jakarta.enterprise.concurrent.parent-3.1.1-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/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.1-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jakarta.enterprise.concurrent.parent ---
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/pom.xml to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent.parent/3.1.1-SNAPSHOT/jakarta.enterprise.concurrent.parent-3.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/target/bom.xml to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent.parent/3.1.1-SNAPSHOT/jakarta.enterprise.concurrent.parent-3.1.1-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/target/bom.json to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent.parent/3.1.1-SNAPSHOT/jakarta.enterprise.concurrent.parent-3.1.1-SNAPSHOT-cyclonedx.json
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.876 s
[INFO] Finished at: 2024-05-14T16:16:36Z
[INFO] ------------------------------------------------------------------------
+ mvn --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -U -C -DnewVersion=3.1.0 -DgenerateBackupPoms=false clean org.codehaus.mojo:versions-maven-plugin:2.5:set
[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.1-SNAPSHOT                        [1/5]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jakarta.enterprise.concurrent.parent ---
[INFO] Deleting /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/target
[INFO] 
[INFO] --< jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-api >---
[INFO] Building Jakarta Concurrency 3.1.1-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] -----------< jakarta.enterprise.concurrent:concurrency-spec >-----------
[INFO] Building Jakarta Concurrency Specification 3.1.1-SNAPSHOT          [3/5]
[INFO]   from specification/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ concurrency-spec ---
[INFO] 
[INFO] --< jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-tck >---
[INFO] Building Jakarta Concurrency TCK 3.1.1-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] --< jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-tck-dist >--
[INFO] Building Jakarta Concurrency TCK Distribution 3.1.1-SNAPSHOT       [5/5]
[INFO]   from tck-dist/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jakarta.enterprise.concurrent-tck-dist ---
[INFO] 
[INFO] --< jakarta.enterprise.concurrent:jakarta.enterprise.concurrent.parent >--
[INFO] Building Jakarta Concurrency 3.1.1-SNAPSHOT                        [6/5]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions:2.5:set (default-cli) @ jakarta.enterprise.concurrent.parent ---
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage
[INFO] Processing change of jakarta.enterprise.concurrent:jakarta.enterprise.concurrent.parent:3.1.1-SNAPSHOT -> 3.1.0
[INFO] Processing jakarta.enterprise.concurrent:jakarta.enterprise.concurrent.parent
[INFO]     Updating project jakarta.enterprise.concurrent:jakarta.enterprise.concurrent.parent
[INFO]         from version 3.1.1-SNAPSHOT to 3.1.0
[INFO] 
[INFO] Processing jakarta.enterprise.concurrent:concurrency-spec
[INFO]     Updating parent jakarta.enterprise.concurrent:jakarta.enterprise.concurrent.parent
[INFO]         from version 3.1.1-SNAPSHOT to 3.1.0
[INFO] 
[INFO] Processing jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-api
[INFO]     Updating parent jakarta.enterprise.concurrent:jakarta.enterprise.concurrent.parent
[INFO]         from version 3.1.1-SNAPSHOT to 3.1.0
[INFO] 
[INFO] Processing jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-tck-dist
[INFO]     Updating parent jakarta.enterprise.concurrent:jakarta.enterprise.concurrent.parent
[INFO]         from version 3.1.1-SNAPSHOT to 3.1.0
[INFO] 
[INFO] Processing jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-tck
[INFO]     Updating parent jakarta.enterprise.concurrent:jakarta.enterprise.concurrent.parent
[INFO]         from version 3.1.1-SNAPSHOT to 3.1.0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Jakarta Concurrency 3.1.1-SNAPSHOT:
[INFO] 
[INFO] Jakarta Concurrency ................................ SUCCESS [  4.171 s]
[INFO] Jakarta Concurrency ................................ SUCCESS [  0.498 s]
[INFO] Jakarta Concurrency Specification .................. SUCCESS [  0.002 s]
[INFO] Jakarta Concurrency TCK ............................ SUCCESS [  0.002 s]
[INFO] Jakarta Concurrency TCK Distribution ............... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.726 s
[INFO] Finished at: 2024-05-14T16:16:44Z
[INFO] ------------------------------------------------------------------------
+ cd /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist
+ mvn --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -U -C org.codehaus.mojo:versions-maven-plugin:2.5:update-parent '-DparentVersion=[3.1.0]'
[INFO] Scanning for projects...
[INFO] 
[INFO] --< jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-tck-dist >--
[INFO] Building Jakarta Concurrency TCK Distribution 3.1.0
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- versions:2.5:update-parent (default-cli) @ jakarta.enterprise.concurrent-tck-dist ---
[INFO] artifact jakarta.enterprise.concurrent:jakarta.enterprise.concurrent.parent: checking for updates from eclipse.maven.central.mirror
[WARNING] Not updating version: could not resolve any versions
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.487 s
[INFO] Finished at: 2024-05-14T16:16:46Z
[INFO] ------------------------------------------------------------------------
+ sed -i s/3.0.2-SNAPSHOT/3.0.2/g pom.xml
+ echo '-[ Build ]-------------------------------------'
-[ Build ]-------------------------------------
+ cd /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage
+ mvn --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -U -C -DskipTests -Ddoclint=none -Pstaging clean install
[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                                 [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_tck_1-build-and-stage/target/bom.xml
[INFO]            attaching as jakarta.enterprise.concurrent.parent-3.1.0-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/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-cyclonedx.json
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jakarta.enterprise.concurrent.parent ---
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/pom.xml to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent.parent/3.1.0/jakarta.enterprise.concurrent.parent-3.1.0.pom
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/target/bom.xml to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent.parent/3.1.0/jakarta.enterprise.concurrent.parent-3.1.0-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/target/bom.json to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent.parent/3.1.0/jakarta.enterprise.concurrent.parent-3.1.0-cyclonedx.json
[INFO] 
[INFO] --< jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-api >---
[INFO] Building Jakarta Concurrency 3.1.0                                 [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_tck_1-build-and-stage/api/target/jakarta.enterprise.concurrent-api-3.1.0-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_tck_1-build-and-stage/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...
[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_tck_1-build-and-stage/api/src/main/java/jakarta/enterprise/concurrent/ManagedExecutors.java: /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/api/src/main/java/jakarta/enterprise/concurrent/ManagedExecutors.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/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_tck_1-build-and-stage/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_tck_1-build-and-stage/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_tck_1-build-and-stage/api/src/test/java/jakarta/enterprise/concurrent/ManagedExecutorsTest.java: /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/api/src/test/java/jakarta/enterprise/concurrent/ManagedExecutorsTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/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] Tests are skipped.
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ jakarta.enterprise.concurrent-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/api/target/jakarta.enterprise.concurrent-api-3.1.0.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_tck_1-build-and-stage/api/target/bom.xml
[INFO]            attaching as jakarta.enterprise.concurrent-api-3.1.0-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/api/target/bom.json
[INFO]            attaching as jakarta.enterprise.concurrent-api-3.1.0-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_tck_1-build-and-stage/api/target/jakarta.enterprise.concurrent-api-3.1.0-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jakarta.enterprise.concurrent-api ---
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/api/.flattened-pom.xml to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-api/3.1.0/jakarta.enterprise.concurrent-api-3.1.0.pom
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/api/target/jakarta.enterprise.concurrent-api-3.1.0.jar to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-api/3.1.0/jakarta.enterprise.concurrent-api-3.1.0.jar
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/api/target/jakarta.enterprise.concurrent-api-3.1.0-sources.jar to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-api/3.1.0/jakarta.enterprise.concurrent-api-3.1.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/api/target/bom.xml to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-api/3.1.0/jakarta.enterprise.concurrent-api-3.1.0-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/api/target/bom.json to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-api/3.1.0/jakarta.enterprise.concurrent-api-3.1.0-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/api/target/jakarta.enterprise.concurrent-api-3.1.0-javadoc.jar to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-api/3.1.0/jakarta.enterprise.concurrent-api-3.1.0-javadoc.jar
[INFO] 
[INFO] -----------< jakarta.enterprise.concurrent:concurrency-spec >-----------
[INFO] Building Jakarta Concurrency Specification 3.1.0                   [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_tck_1-build-and-stage/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 <a href="https://jakarta.ee/specifications/concurrency/3.0/."" class="bare">https://jakarta.ee/​specifications/​concurrency/​3.0/​."</a> (reason: Expected one of ' ', '>' after <a href="https://jakarta.ee/specifications/concurrency/3.0/." at byte 209)
[INFO] Converted /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/specification/src/main/asciidoc/jakarta-concurrency-spec.adoc
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ concurrency-spec ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ concurrency-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/concurrency_tck_1-build-and-stage/specification/target/bom.xml
[INFO]            attaching as concurrency-spec-3.1.0-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/specification/target/bom.json
[INFO]            attaching as concurrency-spec-3.1.0-cyclonedx.json
[INFO] 
[INFO] --- assembly:3.7.1:single (default) @ concurrency-spec ---
[INFO] Reading assembly descriptor: assembly.xml
[INFO] Building zip: /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/specification/target/concurrency-spec-3.1.0.zip
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ concurrency-spec ---
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/specification/pom.xml to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/concurrency-spec/3.1.0/concurrency-spec-3.1.0.pom
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/specification/target/bom.xml to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/concurrency-spec/3.1.0/concurrency-spec-3.1.0-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/specification/target/bom.json to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/concurrency-spec/3.1.0/concurrency-spec-3.1.0-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/specification/target/concurrency-spec-3.1.0.zip to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/concurrency-spec/3.1.0/concurrency-spec-3.1.0.zip
[INFO] 
[INFO] --< jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-tck >---
[INFO] Building Jakarta Concurrency TCK 3.1.0                             [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_tck_1-build-and-stage/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] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jakarta.enterprise.concurrent-tck ---
[INFO] Building jar: /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck/target/jakarta.enterprise.concurrent-tck-3.1.0.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_tck_1-build-and-stage/tck/target/bom.xml
[INFO]            attaching as jakarta.enterprise.concurrent-tck-3.1.0-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck/target/bom.json
[INFO]            attaching as jakarta.enterprise.concurrent-tck-3.1.0-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_tck_1-build-and-stage/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_tck_1-build-and-stage/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_tck_1-build-and-stage/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_tck_1-build-and-stage/tck/target/jakarta.enterprise.concurrent-tck-3.1.0-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_tck_1-build-and-stage/tck/target/jakarta.enterprise.concurrent-tck-3.1.0-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jakarta.enterprise.concurrent-tck ---
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck/pom.xml to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck/3.1.0/jakarta.enterprise.concurrent-tck-3.1.0.pom
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck/target/jakarta.enterprise.concurrent-tck-3.1.0.jar to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck/3.1.0/jakarta.enterprise.concurrent-tck-3.1.0.jar
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck/target/bom.xml to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck/3.1.0/jakarta.enterprise.concurrent-tck-3.1.0-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck/target/bom.json to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck/3.1.0/jakarta.enterprise.concurrent-tck-3.1.0-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck/target/jakarta.enterprise.concurrent-tck-3.1.0-javadoc.jar to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck/3.1.0/jakarta.enterprise.concurrent-tck-3.1.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck/target/jakarta.enterprise.concurrent-tck-3.1.0-sources.jar to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck/3.1.0/jakarta.enterprise.concurrent-tck-3.1.0-sources.jar
[INFO] 
[INFO] --< jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-tck-dist >--
[INFO] Building Jakarta Concurrency TCK Distribution 3.1.0                [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_tck_1-build-and-stage/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_tck_1-build-and-stage/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] Tests are skipped.
[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_tck_1-build-and-stage/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_tck_1-build-and-stage/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_tck_1-build-and-stage/tck-dist/target/jakarta.enterprise.concurrent-tck-dist-3.1.0.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_tck_1-build-and-stage/tck-dist/target/bom.xml
[INFO]            attaching as jakarta.enterprise.concurrent-tck-dist-3.1.0-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist/target/bom.json
[INFO]            attaching as jakarta.enterprise.concurrent-tck-dist-3.1.0-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_tck_1-build-and-stage/tck-dist/target/concurrency-tck-3.1.0-dist.zip
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jakarta.enterprise.concurrent-tck-dist ---
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist/pom.xml to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck-dist/3.1.0/jakarta.enterprise.concurrent-tck-dist-3.1.0.pom
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist/target/jakarta.enterprise.concurrent-tck-dist-3.1.0.jar to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck-dist/3.1.0/jakarta.enterprise.concurrent-tck-dist-3.1.0.jar
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist/target/bom.xml to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck-dist/3.1.0/jakarta.enterprise.concurrent-tck-dist-3.1.0-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist/target/bom.json to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck-dist/3.1.0/jakarta.enterprise.concurrent-tck-dist-3.1.0-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist/target/concurrency-tck-3.1.0-dist.zip to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck-dist/3.1.0/jakarta.enterprise.concurrent-tck-dist-3.1.0-dist.zip
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Jakarta Concurrency 3.1.0:
[INFO] 
[INFO] Jakarta Concurrency ................................ SUCCESS [ 20.167 s]
[INFO] Jakarta Concurrency ................................ SUCCESS [ 16.438 s]
[INFO] Jakarta Concurrency Specification .................. SUCCESS [ 38.053 s]
[INFO] Jakarta Concurrency TCK ............................ SUCCESS [ 14.246 s]
[INFO] Jakarta Concurrency TCK Distribution ............... SUCCESS [ 28.554 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:57 min
[INFO] Finished at: 2024-05-14T16:18:45Z
[INFO] ------------------------------------------------------------------------
+ cd /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist
+ mvn --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -U -C -Dnon-final=true -DskipTests -Ddoclint=none -Poss-release,staging -Djakarta.concurrent.tck.version=3.1.0 clean package install:install
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 1 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] 
[INFO] --< jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-tck-dist >--
[INFO] Building Jakarta Concurrency TCK Distribution 3.1.0
[INFO]   from 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] Deleting /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist/target
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ jakarta.enterprise.concurrent-tck-dist ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[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_tck_1-build-and-stage/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 source code.
[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_tck_1-build-and-stage/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] Tests are skipped.
[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_tck_1-build-and-stage/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_tck_1-build-and-stage/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_tck_1-build-and-stage/tck-dist/target/jakarta.enterprise.concurrent-tck-dist-3.1.0.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_tck_1-build-and-stage/tck-dist/target/bom.xml
[INFO]            attaching as jakarta.enterprise.concurrent-tck-dist-3.1.0-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist/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-tck-dist-3.1.0-cyclonedx.json
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ jakarta.enterprise.concurrent-tck-dist ---
[INFO] Building jar: /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist/target/jakarta.enterprise.concurrent-tck-dist-3.1.0-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ jakarta.enterprise.concurrent-tck-dist ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist/target/jakarta.enterprise.concurrent-tck-dist-3.1.0-javadoc.jar
[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_tck_1-build-and-stage/tck-dist/target/concurrency-tck-3.1.0-dist.zip
[INFO] 
[INFO] --- install:3.1.1:install (default-cli) @ jakarta.enterprise.concurrent-tck-dist ---
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist/pom.xml to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck-dist/3.1.0/jakarta.enterprise.concurrent-tck-dist-3.1.0.pom
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist/target/jakarta.enterprise.concurrent-tck-dist-3.1.0.jar to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck-dist/3.1.0/jakarta.enterprise.concurrent-tck-dist-3.1.0.jar
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist/target/bom.xml to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck-dist/3.1.0/jakarta.enterprise.concurrent-tck-dist-3.1.0-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist/target/bom.json to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck-dist/3.1.0/jakarta.enterprise.concurrent-tck-dist-3.1.0-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist/target/jakarta.enterprise.concurrent-tck-dist-3.1.0-sources.jar to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck-dist/3.1.0/jakarta.enterprise.concurrent-tck-dist-3.1.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist/target/jakarta.enterprise.concurrent-tck-dist-3.1.0-javadoc.jar to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck-dist/3.1.0/jakarta.enterprise.concurrent-tck-dist-3.1.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist/target/concurrency-tck-3.1.0-dist.zip to /home/jenkins/.m2/repository/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck-dist/3.1.0/jakarta.enterprise.concurrent-tck-dist-3.1.0-dist.zip
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  45.382 s
[INFO] Finished at: 2024-05-14T16:19:32Z
[INFO] ------------------------------------------------------------------------
+ SSH_OPTS='-o BatchMode=yes'
+ STAGING_PATH=/home/data/httpd/download.eclipse.org/ee4j/cu/jakartaee11/staged/eftl/
+ SSH_HOST=genie.cu@projects-storage.eclipse.org
+ TCK_VERSION=3.1.0
+ ssh -o BatchMode=yes genie.cu@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/ee4j/cu/jakartaee11/staged/eftl/
+ ssh -o BatchMode=yes genie.cu@projects-storage.eclipse.org rm -f /home/data/httpd/download.eclipse.org/ee4j/cu/jakartaee11/staged/eftl//concurrency-tck-3.1.0.zip
+ pushd /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist/target
~/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist/target ~/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist
+ ls -altrh
total 1.2M
drwxr-sr-x.  4 jenkins 1001550000   63 May 14 16:18 ..
drwxr-sr-x.  3 jenkins 1001550000   35 May 14 16:18 maven-status
drwxr-sr-x.  3 jenkins 1001550000   25 May 14 16:18 generated-sources
drwxr-sr-x.  3 jenkins 1001550000   16 May 14 16:18 classes
-rw-r--r--.  1 jenkins 1001550000 9.4K May 14 16:18 checkstyle-checker.xml
-rw-r--r--.  1 jenkins 1001550000  399 May 14 16:18 checkstyle-result.xml
-rw-r--r--.  1 jenkins 1001550000  386 May 14 16:18 checkstyle-cachefile
drwxr-sr-x.  2 jenkins 1001550000  105 May 14 16:19 generated-docs
drwxr-sr-x.  2 jenkins 1001550000   28 May 14 16:19 maven-archiver
-rw-r--r--.  1 jenkins 1001550000  14K May 14 16:19 jakarta.enterprise.concurrent-tck-dist-3.1.0.jar
-rw-r--r--.  1 jenkins 1001550000 228K May 14 16:19 bom.xml
-rw-r--r--.  1 jenkins 1001550000 263K May 14 16:19 bom.json
-rw-r--r--.  1 jenkins 1001550000 9.2K May 14 16:19 jakarta.enterprise.concurrent-tck-dist-3.1.0-sources.jar
drwxr-sr-x.  2 jenkins 1001550000   51 May 14 16:19 javadoc-bundle-options
-rw-r--r--.  1 jenkins 1001550000  23K May 14 16:19 maven-javadoc-plugin-stale-data.txt
drwxr-sr-x.  6 jenkins 1001550000 4.0K May 14 16:19 apidocs
-rw-r--r--.  1 jenkins 1001550000 126K May 14 16:19 jakarta.enterprise.concurrent-tck-dist-3.1.0-javadoc.jar
drwxr-sr-x.  2 jenkins 1001550000    6 May 14 16:19 archive-tmp
drwxr-sr-x. 10 jenkins 1001550000 4.0K May 14 16:19 .
-rw-r--r--.  1 jenkins 1001550000 473K May 14 16:19 concurrency-tck-3.1.0-dist.zip
+ sha256sum concurrency-tck-3.1.0-dist.zip
+ ls -l concurrency-tck-3.1.0-dist.zip
+ popd
~/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist
+ scp -o BatchMode=yes /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist/target/concurrency-tck-3.1.0-dist.zip genie.cu@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/ee4j/cu/jakartaee11/staged/eftl//concurrency-tck-3.1.0.zip
+ scp -o BatchMode=yes /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist/target/concurrency-tck-3.1.0.info genie.cu@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/ee4j/cu/jakartaee11/staged/eftl/
+ ssh -o BatchMode=yes genie.cu@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/ee4j/cu/jakartaee11/staged/eftl/
total 488
drwxr-sr-x 2 genie.cu ee4j.cu   4096 May 14 12:19 .
drwxr-sr-x 3 genie.cu ee4j.cu   4096 Apr 19 16:19 ..
-rw-r--r-- 1 genie.cu ee4j.cu    181 May 14 12:19 concurrency-tck-3.1.0.info
-rw-r--r-- 1 genie.cu ee4j.cu 484280 May 14 12:19 concurrency-tck-3.1.0.zip
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 52 killed;
[ssh-agent] Stopped.
Archiving artifacts
Recording test results
No test report files were found. Configuration error?
None of the test reports contained any result
[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_tck_1-build-and-stage/api/target/classes 34 files
[JaCoCo plugin]  - /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist/target/classes 3 files
[JaCoCo plugin]  - /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/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_tck_1-build-and-stage/api/src/main/java 26 files
[JaCoCo plugin] - /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/tck-dist/src/main/java 2 files
[JaCoCo plugin] - /home/jenkins/agent/workspace/concurrency_tck_1-build-and-stage/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_tck_1-build-and-stage')
[Java Compiler] Successfully parsed console log
[Java Compiler] -> found 8 issues (skipped 0 duplicates)
[Java Compiler] Post processing issues on 'basic-1bsnj' 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_tck_1-build-and-stage'
[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 8 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 8 issues
[Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds
[Java Compiler] -> created fingerprints for 0 issues (skipped 8 issues)
[Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/concurrency_tck_1-build-and-stage/builds/122/files-with-issues'
[Java Compiler] -> 0 copied, 0 not in workspace, 8 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] [-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_tck_1-build-and-stage')
[Java Compiler] Successfully parsed console log
[Java Compiler] -> found 8 issues (skipped 0 duplicates)
[Java Compiler] Post processing issues on 'basic-1bsnj' 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_tck_1-build-and-stage'
[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 8 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 8 issues
[Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds
[Java Compiler] -> created fingerprints for 0 issues (skipped 8 issues)
[Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/concurrency_tck_1-build-and-stage/builds/122/files-with-issues'
[Java Compiler] -> 0 copied, 0 not in workspace, 8 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] [-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 8 issues (found 0 new issues, fixed 0 issues)
[Java Compiler] Attaching ResultAction with ID 'java' to build 'concurrency_tck_1-build-and-stage #122'.
[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_tck_1-build-and-stage' 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_tck_1-build-and-stage' 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_tck_1-build-and-stage #122'.
[Checks API] No suitable checks publisher found.
Finished: SUCCESS