Started by user David Blevins Running as David Blevins Agent basic-s8ls4 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-s8ls4" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.ejb.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-s8ls4" - 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-s8ls4" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.ejb.svc.cluster.local/ejb/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.11.2" 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-ejb" 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-s8ls4 (basic) in workspace /home/jenkins/agent/workspace/ejb-api-release [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-ZCYSxkEz6EAK/agent.58 SSH_AGENT_PID=60 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/ejb-api-release@tmp/private_key_3294850387401598818.key (/home/jenkins/agent/workspace/ejb-api-release@tmp/private_key_3294850387401598818.key) [ssh-agent] Using credentials ejb-bot (GitHub bot SSH) The recommended git tool is: NONE using credential github-bot-ssh Cloning the remote Git repository Cloning repository git@github.com:jakartaee/enterprise-beans.git > git init /home/jenkins/agent/workspace/ejb-api-release # timeout=10 Fetching upstream changes from git@github.com:jakartaee/enterprise-beans.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/ejb-api-release@tmp/jenkins-gitclient-ssh13071646865352108242.key > git fetch --tags --force --progress -- git@github.com:jakartaee/enterprise-beans.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:jakartaee/enterprise-beans.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/master^{commit} # timeout=10 Checking out Revision c18a21efba2a2763efef1efebd3959848a898abf (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c18a21efba2a2763efef1efebd3959848a898abf # timeout=10 Commit message: "Merge pull request #141 from hussainnm/add-modules" > git rev-list --no-walk c18a21efba2a2763efef1efebd3959848a898abf # timeout=10 [ejb-api-release] $ /bin/bash -ex /tmp/jenkins6737285877777100055.sh + TOOLS_PREFIX=/opt/tools + JAVA_PREFIX=/opt/tools/java/oracle + MVN_HOME=/opt/tools/apache-maven/latest + JAVA_HOME=/opt/tools/java/oracle/jdk-9/latest + PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-9/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' + BUILD_DIR=/home/jenkins/agent/workspace/ejb-api-release/api + cd /home/jenkins/agent/workspace/ejb-api-release/api + grep '' pom.xml + grep SNAPSHOT 4.0.1-SNAPSHOT ++ 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 -E '^[0-9]+(\.[0-9]+)+-SNAPSHOT$' + SNAPSHOT_VERSION=4.0.1-SNAPSHOT + '[' -z 4.0.1 ']' + '[' -z 4.0.2-SNAPSHOT ']' + RELEASE_TAG=4.0.1-RELEASE + echo 'Current version: 4.0.1-SNAPSHOT' Current version: 4.0.1-SNAPSHOT + echo 'Release version: 4.0.1' Release version: 4.0.1 + echo 'Next version: 4.0.2-SNAPSHOT' Next version: 4.0.2-SNAPSHOT + echo 'Release tag: 4.0.1-RELEASE' Release tag: 4.0.1-RELEASE + '[' -z 4.0.1-SNAPSHOT -o -z 4.0.1 -o -z 4.0.2-SNAPSHOT ']' + '[' false = true ']' + MVN_DEPLOY_ARGS=nexus-staging:deploy ++ git remote + GIT_ORIGIN=origin + echo '-[ Prepare branch ]-------------------------------------------------------------' -[ Prepare branch ]------------------------------------------------------------- ++ git branch -r ++ grep origin/4.0.1 + [[ -n '' ]] + echo '-[ Release tag cleanup ]--------------------------------------------------------' -[ Release tag cleanup ]-------------------------------------------------------- ++ git ls-remote --tags origin ++ grep 4.0.1-RELEASE + [[ -n '' ]] + cd /home/jenkins/agent/workspace/ejb-api-release + git branch --delete 4.0.1 error: branch '4.0.1' not found. + git checkout -b 4.0.1 Switched to a new branch '4.0.1' + git tag --delete 4.0.1-RELEASE error: tag '4.0.1-RELEASE' not found. + git config --global user.email ejb-bot@eclipse.org + git config --global user.name 'Eclipse EJB Bot' + gpg --batch --import **** gpg: directory '/home/jenkins/.gnupg' created gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created gpg: key 7D310B363F9B6378: 1 signature not checked due to a missing key gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created gpg: key 7D310B363F9B6378: public key "Eclipse Project for EJB " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key 7D310B363F9B6378: 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 ++ gpg --list-keys --with-colons ++ awk -F: '/fpr:/ {print $10}' ++ sort -u + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key 1ED4BDDDD0BAAFCDE503C3727D310B363F9B6378 trust Secret subkeys are available. pub rsa4096/7D310B363F9B6378 created: 2018-10-03 expires: 2023-10-02 usage: SCEA trust: unknown validity: unknown ssb rsa4096/0F5E901BAD0DEA6D created: 2018-10-03 expires: 2023-10-02 usage: S [ unknown] (1). Eclipse Project for EJB pub rsa4096/7D310B363F9B6378 created: 2018-10-03 expires: 2023-10-02 usage: SCEA trust: unknown validity: unknown ssb rsa4096/0F5E901BAD0DEA6D created: 2018-10-03 expires: 2023-10-02 usage: S [ unknown] (1). Eclipse Project for EJB 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/7D310B363F9B6378 created: 2018-10-03 expires: 2023-10-02 usage: SCEA trust: ultimate validity: unknown ssb rsa4096/0F5E901BAD0DEA6D created: 2018-10-03 expires: 2023-10-02 usage: S [ unknown] (1). Eclipse Project for EJB Please note that the shown key validity is not necessarily correct unless you restart the program. + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key 862E89A5451AFE6B457BD46D0F5E901BAD0DEA6D trust 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 2023-10-02 pub rsa4096/7D310B363F9B6378 created: 2018-10-03 expires: 2023-10-02 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/0F5E901BAD0DEA6D created: 2018-10-03 expires: 2023-10-02 usage: S [ultimate] (1). Eclipse Project for EJB pub rsa4096/7D310B363F9B6378 created: 2018-10-03 expires: 2023-10-02 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/0F5E901BAD0DEA6D created: 2018-10-03 expires: 2023-10-02 usage: S [ultimate] (1). Eclipse Project for EJB 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/7D310B363F9B6378 created: 2018-10-03 expires: 2023-10-02 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/0F5E901BAD0DEA6D created: 2018-10-03 expires: 2023-10-02 usage: S [ultimate] (1). Eclipse Project for EJB + gpg --keyserver hkp://keyserver.ubuntu.com --send-keys 0F5E901BAD0DEA6D gpg: sending key 7D310B363F9B6378 to hkp://keyserver.ubuntu.com + cd /home/jenkins/agent/workspace/ejb-api-release/api ++ 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.ejb-api ++ 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.ejb + echo '-[ Set release version ]--------------------------------------------------------' -[ Set release version ]-------------------------------------------------------- + mvn -U -C -DnewVersion=4.0.1 -DgenerateBackupPoms=false clean org.codehaus.mojo:versions-maven-plugin:2.5:set --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn [INFO] Scanning for projects... [INFO] Inspecting build with total of 1 modules... [INFO] Not installing Nexus Staging features: [INFO] * Preexisting staging related goal bindings found in 1 modules. [INFO] [INFO] --------------------< jakarta.ejb:jakarta.ejb-api >--------------------- [INFO] Building Jakarta Enterprise Beans API 4.0.1-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.ejb-api --- [INFO] [INFO] --------------------< jakarta.ejb:jakarta.ejb-api >--------------------- [INFO] Building Jakarta Enterprise Beans API 4.0.1-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin:2.5:set (default-cli) @ jakarta.ejb-api --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/jenkins/agent/workspace/ejb-api-release [INFO] Processing change of jakarta.ejb:jakarta.ejb-api:4.0.1-SNAPSHOT -> 4.0.1 [INFO] Processing jakarta.ejb:jakarta.ejb-api [INFO] Updating project jakarta.ejb:jakarta.ejb-api [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15.698 s [INFO] Finished at: 2022-05-04T00:50:51Z [INFO] ------------------------------------------------------------------------ + cd /home/jenkins/agent/workspace/ejb-api-release + echo '-[ Commit modified pom.xml files ]----------------------------------------------' -[ Commit modified pom.xml files ]---------------------------------------------- ++ git status ++ grep -E 'modified:.*pom\.xml' ++ sed -e 's/[[:space:]][[:space:]]*modified:[[:space:]][[:space:]]*//' + POM_FILES=api/pom.xml + git add api/pom.xml + git commit -m 'Prepare release jakarta.ejb:jakarta.ejb-api:4.0.1' [4.0.1 a0aa7c3] Prepare release jakarta.ejb:jakarta.ejb-api:4.0.1 1 file changed, 1 insertion(+), 1 deletion(-) + cd /home/jenkins/agent/workspace/ejb-api-release/api + echo '-[ Deploy artifacts to staging repository ]-------------------------------------' -[ Deploy artifacts to staging repository ]------------------------------------- + mvn -X -U -C -s /home/jenkins/.m2/settings.xml -DskipTests -Ddoclint=none -Poss-release clean package source:jar javadoc:jar gpg:sign install:install nexus-staging:deploy --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 9.0.4, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-9/9.0.4 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [DEBUG] Created new class realm maven.api [DEBUG] Importing foreign packages into class realm maven.api [DEBUG] Imported: javax.annotation.* < plexus.core [DEBUG] Imported: javax.annotation.security.* < plexus.core [DEBUG] Imported: javax.inject.* < plexus.core [DEBUG] Imported: org.apache.maven.* < plexus.core [DEBUG] Imported: org.apache.maven.artifact < plexus.core [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [DEBUG] Imported: org.apache.maven.cli < plexus.core [DEBUG] Imported: org.apache.maven.configuration < plexus.core [DEBUG] Imported: org.apache.maven.exception < plexus.core [DEBUG] Imported: org.apache.maven.execution < plexus.core [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [DEBUG] Imported: org.apache.maven.model < plexus.core [DEBUG] Imported: org.apache.maven.monitor < plexus.core [DEBUG] Imported: org.apache.maven.plugin < plexus.core [DEBUG] Imported: org.apache.maven.profiles < plexus.core [DEBUG] Imported: org.apache.maven.project < plexus.core [DEBUG] Imported: org.apache.maven.reporting < plexus.core [DEBUG] Imported: org.apache.maven.repository < plexus.core [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [DEBUG] Imported: org.apache.maven.settings < plexus.core [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [DEBUG] Imported: org.apache.maven.usability < plexus.core [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [DEBUG] Imported: org.codehaus.classworlds < plexus.core [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [DEBUG] Imported: org.eclipse.aether.* < plexus.core [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [DEBUG] Imported: org.eclipse.aether.version < plexus.core [DEBUG] Imported: org.fusesource.jansi.* < plexus.core [DEBUG] Imported: org.slf4j.* < plexus.core [DEBUG] Imported: org.slf4j.event.* < plexus.core [DEBUG] Imported: org.slf4j.helpers.* < plexus.core [DEBUG] Imported: org.slf4j.spi.* < plexus.core [DEBUG] Populating class realm maven.api [INFO] Error stacktraces are turned on. [DEBUG] Message scheme: plain [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml [DEBUG] Using local repository at /home/jenkins/.m2/repository [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository [INFO] Scanning for projects... [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2). [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots). [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus-snapshots (http://nexus.codehaus.org/snapshots/). [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository). [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for repository.jboss.org (http://repository.jboss.org/nexus/content/groups/public/). [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for eclipselink.repository (http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/rt/eclipselink/maven.repo). [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for spy (http://files.couchbase.com/maven2/). [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=788086, ConflictMarker.markTime=475226, ConflictMarker.nodeCount=84, ConflictIdSorter.graphTime=713902, ConflictIdSorter.topsortTime=308373, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4702786, ConflictResolver.conflictItemCount=71, DefaultDependencyCollector.collectTime=897495010, DefaultDependencyCollector.transformTime=9427968} [DEBUG] org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8 [DEBUG] org.sonatype.nexus.maven:nexus-common:jar:1.6.8:compile [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile (version managed from default) (exclusions managed from default) [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.7:compile (version managed from default) [DEBUG] com.google.guava:guava:jar:14.0.1:compile [DEBUG] org.sonatype.nexus:nexus-client-core:jar:2.14.3-02:compile (exclusions managed from default) [DEBUG] org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02:compile [DEBUG] org.apache.maven:maven-model:jar:3.0.4:compile (version managed from default) [DEBUG] org.slf4j:slf4j-api:jar:1.7.7:compile (version managed from default) [DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile [DEBUG] com.intellij:annotations:jar:9.0.4:compile (version managed from default) [DEBUG] commons-io:commons-io:jar:2.4:compile [DEBUG] com.thoughtworks.xstream:xstream:jar:1.4.7:compile (version managed from default) [DEBUG] xmlpull:xmlpull:jar:1.1.3.1:compile [DEBUG] xpp3:xpp3_min:jar:1.1.4c:compile [DEBUG] joda-time:joda-time:jar:2.2:compile [DEBUG] commons-lang:commons-lang:jar:2.6:compile [DEBUG] commons-beanutils:commons-beanutils-core:jar:1.8.3:compile (version managed from default) (exclusions managed from default) [DEBUG] org.sonatype.sisu.siesta:siesta-client:jar:1.7:compile [DEBUG] org.sonatype.sisu.siesta:siesta-common:jar:1.7:compile [DEBUG] javax.ws.rs:jsr311-api:jar:1.1.1:compile [DEBUG] com.sun.jersey:jersey-core:jar:1.17.1:compile [DEBUG] javax.validation:validation-api:jar:1.1.0.Final:compile [DEBUG] com.sun.jersey:jersey-client:jar:1.17.1:compile [DEBUG] com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1:compile [DEBUG] org.sonatype.sisu.siesta:siesta-jackson:jar:1.7:compile [DEBUG] com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.core:jackson-core:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.core:jackson-databind:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.3.5:compile (version managed from default) (exclusions managed from default) [DEBUG] commons-codec:commons-codec:jar:1.6:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.3.2:compile (version managed from default) [DEBUG] org.slf4j:jcl-over-slf4j:jar:1.7.7:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile (version managed from default) [DEBUG] org.sonatype.spice.zapper:spice-zapper:jar:1.3:compile [DEBUG] org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9:compile [DEBUG] org.fusesource.hawtbuf:hawtbuf:jar:1.9:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.8:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.15:compile [DEBUG] org.sonatype.aether:aether-api:jar:1.13.1:compile [DEBUG] ch.qos.logback:logback-core:jar:1.1.2:runtime [DEBUG] ch.qos.logback:logback-classic:jar:1.1.2:runtime [DEBUG] Created new class realm extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 [DEBUG] Importing foreign packages into class realm extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 [DEBUG] Imported: < maven.api [DEBUG] Populating class realm extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 [DEBUG] Included: org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8 [DEBUG] Included: org.sonatype.nexus.maven:nexus-common:jar:1.6.8 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.7 [DEBUG] Included: com.google.guava:guava:jar:14.0.1 [DEBUG] Included: org.sonatype.nexus:nexus-client-core:jar:2.14.3-02 [DEBUG] Included: org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02 [DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1 [DEBUG] Included: com.intellij:annotations:jar:9.0.4 [DEBUG] Included: commons-io:commons-io:jar:2.4 [DEBUG] Included: com.thoughtworks.xstream:xstream:jar:1.4.7 [DEBUG] Included: xmlpull:xmlpull:jar:1.1.3.1 [DEBUG] Included: xpp3:xpp3_min:jar:1.1.4c [DEBUG] Included: joda-time:joda-time:jar:2.2 [DEBUG] Included: commons-lang:commons-lang:jar:2.6 [DEBUG] Included: commons-beanutils:commons-beanutils-core:jar:1.8.3 [DEBUG] Included: org.sonatype.sisu.siesta:siesta-client:jar:1.7 [DEBUG] Included: org.sonatype.sisu.siesta:siesta-common:jar:1.7 [DEBUG] Included: javax.ws.rs:jsr311-api:jar:1.1.1 [DEBUG] Included: com.sun.jersey:jersey-core:jar:1.17.1 [DEBUG] Included: javax.validation:validation-api:jar:1.1.0.Final [DEBUG] Included: com.sun.jersey:jersey-client:jar:1.17.1 [DEBUG] Included: com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1 [DEBUG] Included: org.sonatype.sisu.siesta:siesta-jackson:jar:1.7 [DEBUG] Included: com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.core:jackson-core:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.core:jackson-databind:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1 [DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.3.5 [DEBUG] Included: commons-codec:commons-codec:jar:1.6 [DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.3.2 [DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.7.7 [DEBUG] Included: org.sonatype.spice.zapper:spice-zapper:jar:1.3 [DEBUG] Included: org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9 [DEBUG] Included: org.fusesource.hawtbuf:hawtbuf:jar:1.9 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.8 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.15 [DEBUG] Included: ch.qos.logback:logback-core:jar:1.1.2 [DEBUG] Included: ch.qos.logback:logback-classic:jar:1.1.2 [DEBUG] Extension realms for project jakarta.ejb:jakarta.ejb-api:jar:4.0.1: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916]] [DEBUG] Created new class realm project>jakarta.ejb:jakarta.ejb-api:4.0.1 [DEBUG] Populating class realm project>jakarta.ejb:jakarta.ejb-api:4.0.1 [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[project>jakarta.ejb:jakarta.ejb-api:4.0.1, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ee4j:project:pom:1.0.7: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916]] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[project>jakarta.ejb:jakarta.ejb-api:4.0.1, parent: ClassRealm[maven.api, parent: null]] [INFO] Inspecting build with total of 1 modules... [INFO] Not installing Nexus Staging features: [INFO] * Preexisting staging related goal bindings found in 1 modules. [DEBUG] Resolving plugin prefix source from [org.apache.maven.plugins, org.codehaus.mojo] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for ossrh-snapshots (http://oss.sonatype.org/content/repositories/snapshots). [DEBUG] Resolved plugin prefix source to org.apache.maven.plugins:maven-source-plugin from POM jakarta.ejb:jakarta.ejb-api:jar:4.0.1 [DEBUG] Resolving plugin prefix javadoc from [org.apache.maven.plugins, org.codehaus.mojo] [DEBUG] Resolved plugin prefix javadoc to org.apache.maven.plugins:maven-javadoc-plugin from POM jakarta.ejb:jakarta.ejb-api:jar:4.0.1 [DEBUG] Resolving plugin prefix gpg from [org.apache.maven.plugins, org.codehaus.mojo] [DEBUG] Resolved plugin prefix gpg to org.apache.maven.plugins:maven-gpg-plugin from POM jakarta.ejb:jakarta.ejb-api:jar:4.0.1 [DEBUG] Resolving plugin prefix install from [org.apache.maven.plugins, org.codehaus.mojo] [DEBUG] Resolved plugin prefix install to org.apache.maven.plugins:maven-install-plugin from POM jakarta.ejb:jakarta.ejb-api:jar:4.0.1 [DEBUG] Resolving plugin prefix nexus-staging from [org.apache.maven.plugins, org.codehaus.mojo] [DEBUG] Resolved plugin prefix nexus-staging to org.sonatype.plugins:nexus-staging-maven-plugin from POM jakarta.ejb:jakarta.ejb-api:jar:4.0.1 [DEBUG] === REACTOR BUILD PLAN ================================================ [DEBUG] Project: jakarta.ejb:jakarta.ejb-api:jar:4.0.1 [DEBUG] Tasks: [clean, package, source:jar, javadoc:jar, gpg:sign, install:install, nexus-staging:deploy] [DEBUG] Style: Regular [DEBUG] ======================================================================= [INFO] [INFO] --------------------< jakarta.ejb:jakarta.ejb-api >--------------------- [INFO] Building Jakarta Enterprise Beans API 4.0.1 [INFO] --------------------------------[ jar ]--------------------------------- [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Resolving plugin prefix source from [org.apache.maven.plugins, org.codehaus.mojo] [DEBUG] Resolved plugin prefix source to org.apache.maven.plugins:maven-source-plugin from POM jakarta.ejb:jakarta.ejb-api:jar:4.0.1 [DEBUG] Resolving plugin prefix javadoc from [org.apache.maven.plugins, org.codehaus.mojo] [DEBUG] Resolved plugin prefix javadoc to org.apache.maven.plugins:maven-javadoc-plugin from POM jakarta.ejb:jakarta.ejb-api:jar:4.0.1 [DEBUG] Resolving plugin prefix gpg from [org.apache.maven.plugins, org.codehaus.mojo] [DEBUG] Resolved plugin prefix gpg to org.apache.maven.plugins:maven-gpg-plugin from POM jakarta.ejb:jakarta.ejb-api:jar:4.0.1 [DEBUG] Resolving plugin prefix install from [org.apache.maven.plugins, org.codehaus.mojo] [DEBUG] Resolved plugin prefix install to org.apache.maven.plugins:maven-install-plugin from POM jakarta.ejb:jakarta.ejb-api:jar:4.0.1 [DEBUG] Resolving plugin prefix nexus-staging from [org.apache.maven.plugins, org.codehaus.mojo] [DEBUG] Resolved plugin prefix nexus-staging to org.sonatype.plugins:nexus-staging-maven-plugin from POM jakarta.ejb:jakarta.ejb-api:jar:4.0.1 [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: jakarta.ejb:jakarta.ejb-api:4.0.1 [DEBUG] Dependencies (collect): [test] [DEBUG] Dependencies (resolve): [compile, runtime, test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${clean.followSymLinks} ${maven.clean.retryOnError} ${clean.skip} ${clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.codehaus.mojo:build-helper-maven-plugin:3.1.0:timestamp-property (timestamp-property) [DEBUG] Style: Regular [DEBUG] Configuration: en current.year yyyy [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) [DEBUG] Style: Regular [DEBUG] Configuration: ${rules} ${enforcer.fail} ${enforcer.failFast} ${enforcer.ignoreCache} [3.0.4,) Maven 3.0 through 3.0.3 inclusive does not pass correct settings.xml to Maven Release Plugin. ${enforcer.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) [DEBUG] Style: Regular [DEBUG] Configuration: ${rules} ${enforcer.fail} ${enforcer.failFast} ${enforcer.ignoreCache} 3.5.4 [9,) You need JDK 9 or higher ${enforcer.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.glassfish.build:spec-version-maven-plugin:2.1:set-spec-properties (default) [DEBUG] Style: Regular [DEBUG] Configuration: api 4.0 4.0.1 jakarta.ejb${spec} ${specMode} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.codehaus.mojo:build-helper-maven-plugin:3.1.0:add-resource (add-legal-resource) [DEBUG] Style: Regular [DEBUG] Configuration: ../ NOTICE.md LICENSE.md META-INF [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${maven.resources.escapeString} ${maven.resources.escapeWindowsPaths} ${maven.resources.includeEmptyDirs} ${maven.resources.overwrite} ${maven.resources.supportMultiLineFiltering} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.compiler.compilerId} ${maven.compiler.compilerReuseStrategy} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${maven.compiler.debuglevel} ${encoding} module-info.java ${maven.compiler.executable} ${maven.compiler.failOnError} ${maven.compiler.failOnWarning} ${maven.compiler.forceJavacCompilerUse} ${maven.compiler.fork} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${maven.compiler.parameters} ${maven.compiler.release} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.main.skip} ${maven.compiler.skipMultiThreadWarning} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.useIncrementalCompilation} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (compile-module-info) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.compiler.compilerId} ${maven.compiler.compilerReuseStrategy} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${maven.compiler.debuglevel} ${encoding} ${maven.compiler.executable} ${maven.compiler.failOnError} ${maven.compiler.failOnWarning} ${maven.compiler.forceJavacCompilerUse} ${maven.compiler.fork} module-info.java ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${maven.compiler.parameters} 9 ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.main.skip} ${maven.compiler.skipMultiThreadWarning} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.useIncrementalCompilation} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.felix:maven-bundle-plugin:5.1.2:manifest (bundle-manifest) [DEBUG] Style: Regular [DEBUG] Configuration: ${dumpClasspath} ${dumpInstructions} ${excludeDependencies} ${spec.bundle.version} ${spec.bundle.symbolic-name} ${spec.extension.name} ${spec.implementation.version} ${spec.specification.version} Jakarta Enterprise Beans 4.0 API Design Specification Eclipse Foundation ${manifestLocation} ${niceManifest} ${rebuildBundle} ${showStaleFiles} ${supportIncrementalBuild} jar ${unpackBundle} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${maven.resources.escapeString} ${maven.resources.escapeWindowsPaths} ${maven.resources.includeEmptyDirs} ${maven.resources.overwrite} ${maven.test.skip} ${maven.resources.supportMultiLineFiltering} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.compiler.compilerId} ${maven.compiler.compilerReuseStrategy} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${maven.compiler.debuglevel} ${encoding} ${maven.compiler.executable} ${maven.compiler.failOnError} ${maven.compiler.failOnWarning} ${maven.compiler.forceJavacCompilerUse} ${maven.compiler.fork} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${maven.compiler.parameters} ${maven.compiler.release} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.test.skip} ${maven.compiler.skipMultiThreadWarning} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.testRelease} ${maven.compiler.testSource} ${maven.compiler.testTarget} ${maven.compiler.useIncrementalCompilation} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${argLine} ${childDelegation} ${maven.surefire.debug} ${disableXmlReport} ${enableAssertions} ${excludedGroups} ${surefire.failIfNoSpecifiedTests} ${failIfNoTests} ${forkMode} ${surefire.timeout} ${groups} ${junitArtifactName} ${jvm} ${objectFactory} ${parallel} ${perCoreThreadCount} ${plugin.artifactMap} ${surefire.printSummary} ${project.artifactMap} ${maven.test.redirectTestOutputToFile} ${surefire.reportFormat} ${surefire.reportNameSuffix} ${maven.test.skip} ${maven.test.skip.exec} ${skipTests} ${test} ${maven.test.failure.ignore} ${testNGArtifactName} ${threadCount} ${trimStackTrace} ${surefire.useFile} ${surefire.useManifestOnlyJar} ${surefire.useSystemClassLoader} ${useUnlimitedThreads} ${basedir} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:3.2.0:jar (default-jar) [DEBUG] Style: Regular [DEBUG] Configuration: /home/jenkins/agent/workspace/ejb-api-release/api/target/classes/META-INF/MANIFEST.MF **/*.java ${maven.jar.forceCreation} ${jar.useDefaultManifestFile} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.glassfish.build:spec-version-maven-plugin:2.1:check-module (default) [DEBUG] Style: Regular [DEBUG] Configuration: ${ignoreErrors} ${module} api 4.0 4.0.1 jakarta.ejb${spec} ${specMode} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-source-plugin:3.2.1:jar-no-fork (attach-sources) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.source.attach} ${maven.source.classifier} ${maven.source.excludeResources} ${maven.source.forceCreation} true ${maven.source.skip} ${maven.source.useDefaultExcludes} ${maven.source.useDefaultManifestFile} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:jar (attach-javadocs) [DEBUG] Style: Regular [DEBUG] Configuration: ${additionalJOption} ${maven.javadoc.applyJavadocSecurityFix} ${attach} ${author} ${bootclasspath} ${bootclasspathArtifacts} <p align="left">Copyright &#169; 2018, ${current.year} Eclipse Foundation.<br>Use is subject to <a href="{@docRoot}/doc-files/EFSL.html" target="_top">license terms</a>. ${breakiterator} ${charset} ${maven.javadoc.classifier} ${debug} ${destDir} ${detectJavaApiLink} ${detectLinks} ${detectOfflineLinks} ${docencoding} true ${doclet} ${docletArtifact} ${docletArtifacts} ${docletPath} ${doclint} Jakarta Enterprise Beans 4.0.1 API ${encoding} ${excludePackageNames} ${excludedocfilessubdir} ${extdirs} ${maven.javadoc.failOnError} ${maven.javadoc.failOnWarnings} ${project.build.finalName}
${footer}
${header}
${helpfile} ${project.build.directory} ${javaApiLinks} ${javadocExecutable} ${javadocVersion} ${keywords} ${links} ${linksource} ${localRepository} ${locale} ${maxmemory} ${minmemory} ${nocomment} ${nodeprecated} ${nodeprecatedlist} ${nohelp} ${noindex} ${nonavbar} ${nooverview} ${noqualifier} ${nosince} ${notimestamp} ${notree} ${offlineLinks} ${old} ${destDir} ${overview} ${packagesheader} ${quiet} ${reactorProjects} ${resourcesArtifacts} ${serialwarn} ${show} ${maven.javadoc.skip} ${maven.javadoc.skippedModules} 1.8 ${sourcepath} ${sourcetab} ${splitindex} ${staleDataPath} ${stylesheet} ${stylesheetfile} ${subpackages} ${taglet} ${tagletArtifact} ${tagletArtifacts} ${tagletpath} ${taglets} ${tags} ${top} ${use} ${useStandardDocletOptions} ${validateLinks} ${verbose} ${version} Jakarta Enterprise Beans 4.0.1 API
[DEBUG] --- init fork of jakarta.ejb:jakarta.ejb-api:4.0.1 for org.apache.maven.plugins:maven-source-plugin:3.2.1:jar (default-cli) --- [DEBUG] Dependencies (collect): [test] [DEBUG] Dependencies (resolve): [] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.codehaus.mojo:build-helper-maven-plugin:3.1.0:timestamp-property (timestamp-property) [DEBUG] Style: Regular [DEBUG] Configuration: en current.year yyyy [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) [DEBUG] Style: Regular [DEBUG] Configuration: ${rules} ${enforcer.fail} ${enforcer.failFast} ${enforcer.ignoreCache} [3.0.4,) Maven 3.0 through 3.0.3 inclusive does not pass correct settings.xml to Maven Release Plugin. ${enforcer.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) [DEBUG] Style: Regular [DEBUG] Configuration: ${rules} ${enforcer.fail} ${enforcer.failFast} ${enforcer.ignoreCache} 3.5.4 [9,) You need JDK 9 or higher ${enforcer.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.glassfish.build:spec-version-maven-plugin:2.1:set-spec-properties (default) [DEBUG] Style: Regular [DEBUG] Configuration: api 4.0 4.0.1 jakarta.ejb${spec} ${specMode} [DEBUG] --- exit fork of jakarta.ejb:jakarta.ejb-api:4.0.1 for org.apache.maven.plugins:maven-source-plugin:3.2.1:jar (default-cli) --- [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-source-plugin:3.2.1:jar (default-cli) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.source.attach} ${maven.source.classifier} ${maven.source.excludeResources} ${maven.source.forceCreation} true ${maven.source.skip} ${maven.source.useDefaultExcludes} ${maven.source.useDefaultManifestFile} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:jar (default-cli) [DEBUG] Style: Regular [DEBUG] Configuration: ${additionalJOption} ${maven.javadoc.applyJavadocSecurityFix} ${attach} ${author} ${bootclasspath} ${bootclasspathArtifacts} <p align="left">Copyright &#169; 2018, ${current.year} Eclipse Foundation.<br>Use is subject to <a href="{@docRoot}/doc-files/EFSL.html" target="_top">license terms</a>. ${breakiterator} ${charset} ${maven.javadoc.classifier} ${debug} ${destDir} ${detectJavaApiLink} ${detectLinks} ${detectOfflineLinks} ${docencoding} true ${doclet} ${docletArtifact} ${docletArtifacts} ${docletPath} ${doclint} Jakarta Enterprise Beans 4.0.1 API ${encoding} ${excludePackageNames} ${excludedocfilessubdir} ${extdirs} ${maven.javadoc.failOnError} ${maven.javadoc.failOnWarnings} ${project.build.finalName}
${footer}
${header}
${helpfile} ${project.build.directory} ${javaApiLinks} ${javadocExecutable} ${javadocVersion} ${keywords} ${links} ${linksource} ${localRepository} ${locale} ${maxmemory} ${minmemory} ${nocomment} ${nodeprecated} ${nodeprecatedlist} ${nohelp} ${noindex} ${nonavbar} ${nooverview} ${noqualifier} ${nosince} ${notimestamp} ${notree} ${offlineLinks} ${old} ${destDir} ${overview} ${packagesheader} ${quiet} ${reactorProjects} ${resourcesArtifacts} ${serialwarn} ${show} ${maven.javadoc.skip} ${maven.javadoc.skippedModules} 1.8 ${sourcepath} ${sourcetab} ${splitindex} ${staleDataPath} ${stylesheet} ${stylesheetfile} ${subpackages} ${taglet} ${tagletArtifact} ${tagletArtifacts} ${tagletpath} ${taglets} ${tags} ${top} ${use} ${useStandardDocletOptions} ${validateLinks} ${verbose} ${version} Jakarta Enterprise Beans 4.0.1 API
[DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-gpg-plugin:1.6:sign (default-cli) [DEBUG] Style: Regular [DEBUG] Configuration: ${gpg.defaultKeyring} ${gpg.executable} --pinentry-mode loopback ${gpg.homedir} ${gpg.keyname} ${gpg.lockMode} ${gpg.passphrase} ${gpg.passphraseServerId} ${gpg.publicKeyring} ${gpg.secretKeyring} ${gpg.skip} ${gpg.useagent} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-install-plugin:2.4:install (default-cli) [DEBUG] Style: Regular [DEBUG] Configuration: ${createChecksum} ${localRepository} ${maven.install.skip} ${updateReleaseInfo} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:deploy (default-cli) [DEBUG] Style: Regular [DEBUG] Configuration: ${altStagingDirectory} ${autoDropAfterRelease} false ${detectBuildFailures} ${keepStagingRepositoryOnCloseRuleFailure} ${keepStagingRepositoryOnFailure} https://jakarta.oss.sonatype.org/ ossrh ${skipLocalStaging} ${maven.deploy.skip} ${skipRemoteStaging} ${skipStaging} ${skipStagingRepositoryClose} ${maven.wagon.http.ssl.allowall} ${maven.wagon.http.ssl.insecure} ${stagingDescription} ${stagingProfileId} ${stagingProgressPauseDurationSeconds} ${stagingProgressTimeoutMinutes} ${stagingRepositoryId} ${updateReleaseInfo} [DEBUG] ======================================================================= [DEBUG] Resolving artifact jakarta.transaction:jakarta.transaction-api:pom:2.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/2.0.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.pom.lastUpdated [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=22786, ConflictMarker.markTime=51007, ConflictMarker.nodeCount=2, ConflictIdSorter.graphTime=5316, ConflictIdSorter.topsortTime=8534, ConflictIdSorter.conflictIdCount=1, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=108268, ConflictResolver.conflictItemCount=1, DefaultDependencyCollector.collectTime=10162114397, DefaultDependencyCollector.transformTime=246640} [DEBUG] jakarta.ejb:jakarta.ejb-api:jar:4.0.1 [DEBUG] jakarta.transaction:jakarta.transaction-api:jar:2.0.0:compile [DEBUG] Resolving artifact jakarta.transaction:jakarta.transaction-api:jar:2.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/2.0.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.jar.lastUpdated [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.ejb-api --- [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=22473, ConflictMarker.markTime=47974, ConflictMarker.nodeCount=3, ConflictIdSorter.graphTime=6974, ConflictIdSorter.topsortTime=8735, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=154406, ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=8999587, DefaultDependencyCollector.transformTime=267491} [DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.5 [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0:compile [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5 [DEBUG] Imported: < project>jakarta.ejb:jakarta.ejb-api:4.0.1 [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5 [DEBUG] Included: org.apache.maven.plugins:maven-clean-plugin:jar:2.5 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0 [DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/ejb-api-release/api/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target/site [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ejb-api-release/api/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ejb-api-release/api/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ejb-api-release/api/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/ejb-api-release/api/target/site [INFO] [INFO] --- build-helper-maven-plugin:3.1.0:timestamp-property (timestamp-property) @ jakarta.ejb-api --- [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org). [DEBUG] Resolving artifact org.apache-extras.beanshell:bsh:pom:2.0b6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache-extras/beanshell/bsh/2.0b6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.shared:file-management:pom:3.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/file-management/3.0.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-components:pom:22 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/22/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-io:pom:3.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-io/3.0.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-compat:pom:3.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-compat/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.wagon:wagon-provider-api:pom:1.0-beta-6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.wagon:wagon:pom:1.0-beta-6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon/1.0-beta-6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.4.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.wagon:wagon-provider-api:pom:2.10 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.10/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.wagon:wagon:pom:2.10 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon/2.10/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:3.0.15 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.15/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:pom:3.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.0.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-components:pom:21 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/21/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:25 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/25/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/25/maven-parent-25.pom.lastUpdated [DEBUG] Resolving artifact org.apache:apache:pom:15 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/15/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/15/apache-15.pom.lastUpdated [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=755249, ConflictMarker.markTime=245214, ConflictMarker.nodeCount=82, ConflictIdSorter.graphTime=105717, ConflictIdSorter.topsortTime=29177, ConflictIdSorter.conflictIdCount=31, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1202418, ConflictResolver.conflictItemCount=80, DefaultDependencyCollector.collectTime=821063762, DefaultDependencyCollector.transformTime=2375728} [DEBUG] org.codehaus.mojo:build-helper-maven-plugin:jar:3.1.0 [DEBUG] org.apache.maven:maven-core:jar:3.0:compile [DEBUG] org.apache.maven:maven-model:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile [DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile [DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime [DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile [DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.24:compile [DEBUG] org.apache-extras.beanshell:bsh:jar:2.0b6:compile [DEBUG] org.apache.maven.shared:file-management:jar:3.0.0:compile [DEBUG] org.apache.maven.shared:maven-shared-io:jar:3.0.0:compile [DEBUG] org.apache.maven:maven-compat:jar:3.0:compile [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:2.10:compile [DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.0.0:compile [DEBUG] commons-io:commons-io:jar:2.4:compile [DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile [DEBUG] Resolving artifact org.apache.maven:maven-core:jar:3.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-model:jar:3.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-settings:jar:3.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-settings-builder:jar:3.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:jar:3.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact:jar:3.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-model-builder:jar:3.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-aether-provider:jar:3.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.aether:aether-impl:jar:1.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.aether:aether-spi:jar:1.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.aether:aether-api:jar:1.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.aether:aether-util:jar:1.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:jar:1.14 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-classworlds:jar:2.2.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:jar:3.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache-extras.beanshell:bsh:jar:2.0b6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.shared:file-management:jar:3.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-io:jar:3.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-compat:jar:3.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.wagon:wagon-provider-api:jar:2.10 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:jar:3.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-aether-provider/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-impl/1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-spi/1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-util/1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache-extras/beanshell/bsh/2.0b6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/file-management/3.0.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-io/3.0.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-compat/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.10/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.0.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar.lastUpdated [DEBUG] Created new class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:3.1.0 [DEBUG] Importing foreign packages into class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:3.1.0 [DEBUG] Imported: < project>jakarta.ejb:jakarta.ejb-api:4.0.1 [DEBUG] Populating class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:3.1.0 [DEBUG] Included: org.codehaus.mojo:build-helper-maven-plugin:jar:3.1.0 [DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7 [DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 [DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.24 [DEBUG] Included: org.apache-extras.beanshell:bsh:jar:2.0b6 [DEBUG] Included: org.apache.maven.shared:file-management:jar:3.0.0 [DEBUG] Included: org.apache.maven.shared:maven-shared-io:jar:3.0.0 [DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.0.0 [DEBUG] Included: commons-io:commons-io:jar:2.4 [DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1 [DEBUG] Configuring mojo org.codehaus.mojo:build-helper-maven-plugin:3.1.0:timestamp-property from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.codehaus.mojo:build-helper-maven-plugin:3.1.0:timestamp-property' with basic configurator --> [DEBUG] (f) locale = en [DEBUG] (f) name = current.year [DEBUG] (f) offset = 0 [DEBUG] (f) pattern = yyyy [DEBUG] (f) project = MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (f) timeZone = GMT [DEBUG] (f) unit = second [DEBUG] -- end configuration -- [DEBUG] define property current.year = "2022" [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ jakarta.ejb-api --- [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:3.3.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:5.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/5.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:pom:1.7.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.enforcer:enforcer-api:pom:3.0.0-M3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom.lastUpdated [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2). [DEBUG] Resolving artifact junit:junit:pom:4.11 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/4.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/4.11/junit-4.11.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.enforcer:enforcer-rules:pom:3.0.0-M3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.shared:maven-common-artifact-filters:pom:3.1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-components:pom:33 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/33/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom.lastUpdated [DEBUG] Resolving artifact org.apache.commons:commons-lang3:pom:3.8.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.8.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom.lastUpdated [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:47 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/47/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/47/commons-parent-47.pom.lastUpdated [DEBUG] Resolving artifact org.apache:apache:pom:19 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/19/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/19/apache-19.pom.lastUpdated [DEBUG] Resolving artifact commons-codec:commons-codec:pom:1.12 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.12/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.12/commons-codec-1.12.pom.lastUpdated [DEBUG] Resolving artifact org.beanshell:bsh:pom:2.0b4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/beanshell/bsh/2.0b4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom.lastUpdated [DEBUG] Resolving artifact org.beanshell:beanshell:pom:2.0b4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/beanshell/beanshell/2.0b4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.shared:maven-dependency-tree:pom:2.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-components:pom:20 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/20/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:24 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/24/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/24/maven-parent-24.pom.lastUpdated [DEBUG] Resolving artifact org.apache:apache:pom:14 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/14/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/14/apache-14.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-util:pom:1.4.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.4.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver:pom:1.4.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver/1.4.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-api:pom:1.4.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.4.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom.lastUpdated [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=409343, ConflictMarker.markTime=83710, ConflictMarker.nodeCount=102, ConflictIdSorter.graphTime=178197, ConflictIdSorter.topsortTime=41984, ConflictIdSorter.conflictIdCount=40, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1285504, ConflictResolver.conflictItemCount=96, DefaultDependencyCollector.collectTime=654040498, DefaultDependencyCollector.transformTime=2034242} [DEBUG] org.apache.maven.plugins:maven-enforcer-plugin:jar:3.0.0-M3 [DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile [DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile [DEBUG] org.apache.maven:maven-model:jar:3.0:compile [DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile [DEBUG] org.apache.maven:maven-core:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile [DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime [DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile (version managed from default) [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.3.0:compile [DEBUG] org.apache.maven.enforcer:enforcer-api:jar:3.0.0-M3:compile [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:compile [DEBUG] junit:junit:jar:4.11:compile (version managed from default) [DEBUG] org.hamcrest:hamcrest-core:jar:1.3:compile [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile [DEBUG] org.apache.maven.enforcer:enforcer-rules:jar:3.0.0-M3:compile [DEBUG] org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.0:compile (version managed from default) [DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.1.0:compile [DEBUG] commons-io:commons-io:jar:2.5:compile [DEBUG] org.apache.commons:commons-lang3:jar:3.8.1:compile (version managed from default) [DEBUG] commons-codec:commons-codec:jar:1.12:compile (version managed from default) [DEBUG] org.beanshell:bsh:jar:2.0b4:compile [DEBUG] org.apache.maven.shared:maven-dependency-tree:jar:2.2:compile (version managed from default) [DEBUG] org.apache.maven.resolver:maven-resolver-util:jar:1.4.1:compile (version managed from default) [DEBUG] org.apache.maven.resolver:maven-resolver-api:jar:1.4.1:compile [DEBUG] org.apache.maven:maven-compat:jar:3.0:compile (version managed from default) [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:compile [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:jar:1.7.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:3.3.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.enforcer:enforcer-api:jar:3.0.0-M3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact junit:junit:jar:4.11 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.hamcrest:hamcrest-core:jar:1.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact classworlds:classworlds:jar:1.1-alpha-2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.enforcer:enforcer-rules:jar:3.0.0-M3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:jar:3.1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.commons:commons-lang3:jar:3.8.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact commons-codec:commons-codec:jar:1.12 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.beanshell:bsh:jar:2.0b4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-dependency-tree:jar:2.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-util:jar:1.4.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-api:jar:1.4.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/4.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/4.11/junit-4.11.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.8.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.12/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.12/commons-codec-1.12.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/beanshell/bsh/2.0b4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.4.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.4.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar.lastUpdated [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3 [DEBUG] Imported: < project>jakarta.ejb:jakarta.ejb-api:4.0.1 [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3 [DEBUG] Included: org.apache.maven.plugins:maven-enforcer-plugin:jar:3.0.0-M3 [DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 [DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 [DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.1 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.3.0 [DEBUG] Included: org.apache.maven.enforcer:enforcer-api:jar:3.0.0-M3 [DEBUG] Included: junit:junit:jar:4.11 [DEBUG] Included: org.hamcrest:hamcrest-core:jar:1.3 [DEBUG] Included: org.apache.maven.enforcer:enforcer-rules:jar:3.0.0-M3 [DEBUG] Included: org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.0 [DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.1.0 [DEBUG] Included: commons-io:commons-io:jar:2.5 [DEBUG] Included: org.apache.commons:commons-lang3:jar:3.8.1 [DEBUG] Included: commons-codec:commons-codec:jar:1.12 [DEBUG] Included: org.beanshell:bsh:jar:2.0b4 [DEBUG] Included: org.apache.maven.shared:maven-dependency-tree:jar:2.2 [DEBUG] Included: org.apache.maven.resolver:maven-resolver-util:jar:1.4.1 [DEBUG] Configuring mojo org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce' with basic configurator --> [DEBUG] (f) commandLineRules = [] [DEBUG] (s) fail = true [DEBUG] (s) failFast = false [DEBUG] (f) ignoreCache = false [DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce {execution: enforce-maven} [DEBUG] (s) project = MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (s) version = [3.0.4,) [DEBUG] (s) message = Maven 3.0 through 3.0.3 inclusive does not pass correct settings.xml to Maven Release Plugin. [DEBUG] (s) rules = [org.apache.maven.plugins.enforcer.RequireMavenVersion@68ddd415] [DEBUG] (s) session = org.apache.maven.execution.MavenSession@306c7bf6 [DEBUG] (s) skip = false [DEBUG] -- end configuration -- [DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireMavenVersion [DEBUG] Rule org.apache.maven.plugins.enforcer.RequireMavenVersion is cacheable. [DEBUG] Detected Maven Version: 3.8.5 [DEBUG] Detected Maven Version: 3.8.5 is allowed in the range [3.0.4,). [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ jakarta.ejb-api --- [DEBUG] Configuring mojo org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce' with basic configurator --> [DEBUG] (f) commandLineRules = [] [DEBUG] (s) fail = true [DEBUG] (s) failFast = false [DEBUG] (f) ignoreCache = false [DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce {execution: enforce-versions} [DEBUG] (s) project = MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (s) version = 3.5.4 [DEBUG] (s) version = [9,) [DEBUG] (s) message = You need JDK 9 or higher [DEBUG] (s) rules = [org.apache.maven.plugins.enforcer.RequireMavenVersion@72906e, org.apache.maven.plugins.enforcer.RequireJavaVersion@5529ff44] [DEBUG] (s) session = org.apache.maven.execution.MavenSession@306c7bf6 [DEBUG] (s) skip = false [DEBUG] -- end configuration -- [DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireMavenVersion [DEBUG] Rule org.apache.maven.plugins.enforcer.RequireMavenVersion is cacheable. [DEBUG] Detected Maven Version: 3.8.5 [DEBUG] Detected Maven Version: 3.8.5 is allowed in the range 3.5.4. [DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireJavaVersion [DEBUG] Rule org.apache.maven.plugins.enforcer.RequireJavaVersion is cacheable. [DEBUG] Detected Java String: '9.0.4' [DEBUG] Normalized Java String: '9.0.4' [DEBUG] Parsed Version: Major: 9 Minor: 0 Incremental: 4 Build: 0 Qualifier: null [DEBUG] Detected JDK Version: 9.0.4 is allowed in the range [9,). [INFO] [INFO] --- spec-version-maven-plugin:2.1:set-spec-properties (default) @ jakarta.ejb-api --- [DEBUG] Resolving artifact org.apache.maven.plugin-tools:maven-plugin-annotations:pom:3.6.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.plugin-tools:maven-plugin-tools:pom:3.6.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom.lastUpdated [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=109570, ConflictMarker.markTime=23938, ConflictMarker.nodeCount=4, ConflictIdSorter.graphTime=64875, ConflictIdSorter.topsortTime=10608, ConflictIdSorter.conflictIdCount=4, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=115253, ConflictResolver.conflictItemCount=4, DefaultDependencyCollector.collectTime=16961989, DefaultDependencyCollector.transformTime=344891} [DEBUG] org.glassfish.build:spec-version-maven-plugin:jar:2.1 [DEBUG] org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.0:compile [DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.4:compile [DEBUG] Resolving artifact org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:2.0.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar.lastUpdated [DEBUG] Created new class realm plugin>org.glassfish.build:spec-version-maven-plugin:2.1 [DEBUG] Importing foreign packages into class realm plugin>org.glassfish.build:spec-version-maven-plugin:2.1 [DEBUG] Imported: < project>jakarta.ejb:jakarta.ejb-api:4.0.1 [DEBUG] Populating class realm plugin>org.glassfish.build:spec-version-maven-plugin:2.1 [DEBUG] Included: org.glassfish.build:spec-version-maven-plugin:jar:2.1 [DEBUG] Included: org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.0 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.4 [DEBUG] Configuring mojo org.glassfish.build:spec-version-maven-plugin:2.1:set-spec-properties from plugin realm ClassRealm[plugin>org.glassfish.build:spec-version-maven-plugin:2.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.glassfish.build:spec-version-maven-plugin:2.1:set-spec-properties' with basic configurator --> [DEBUG] (f) project = MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (s) jarType = api [DEBUG] (s) specVersion = 4.0 [DEBUG] (s) specImplVersion = 4.0.1 [DEBUG] (s) apiPackage = jakarta.ejb [DEBUG] (f) spec = { groupIdPrefix=jakarta. spec-version=4.0 apiPackage=jakarta.ejb API final spec-impl-version=4.0.1 } [DEBUG] (f) specMode = jakarta [DEBUG] -- end configuration -- [INFO] [INFO] -- spec properties -- [INFO] spec.bundle.symbolic-name = jakarta.ejb-api [INFO] spec.implementation.version = 4.0.1 [INFO] spec.extension.name = jakarta.ejb [INFO] spec.bundle.spec.version = 4.0 [INFO] spec.specification.version = 4.0 [INFO] spec.bundle.version = 4.0.1 [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.1.0:add-resource (add-legal-resource) @ jakarta.ejb-api --- [DEBUG] Configuring mojo org.codehaus.mojo:build-helper-maven-plugin:3.1.0:add-resource from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.codehaus.mojo:build-helper-maven-plugin:3.1.0:add-resource' with basic configurator --> [DEBUG] (f) project = MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (s) directory = ../ [DEBUG] (s) includes = [NOTICE.md, LICENSE.md] [DEBUG] (s) targetPath = META-INF [DEBUG] (f) resources = [Resource {targetPath: META-INF, filtering: false, FileSet {directory: ../, PatternSet [includes: {NOTICE.md, LICENSE.md}, excludes: {}]}}] [DEBUG] -- end configuration -- [DEBUG] Added resource: /home/jenkins/agent/workspace/ejb-api-release/api/.. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jakarta.ejb-api --- [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2). [DEBUG] Resolving artifact org.apache.maven.shared:maven-filtering:pom:1.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-components:pom:17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/17/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:pom:1.12 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.12/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom.lastUpdated [DEBUG] Resolving artifact org.sonatype.plexus:plexus-build-api:pom:0.0.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom.lastUpdated [DEBUG] Resolving artifact org.sonatype.spice:spice-parent:pom:10 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/10/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/10/spice-parent-10.pom.lastUpdated [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/3/forge-parent-3.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.5.8 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:pom:1.13 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-components:pom:1.1.15 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.15/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:2.0.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom.lastUpdated [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=135527, ConflictMarker.markTime=44082, ConflictMarker.nodeCount=77, ConflictIdSorter.graphTime=102012, ConflictIdSorter.topsortTime=33819, ConflictIdSorter.conflictIdCount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1258192, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=504400683, DefaultDependencyCollector.transformTime=1612502} [DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:2.6 [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile [DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile [DEBUG] commons-cli:commons-cli:jar:1.0:compile [DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile [DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile [DEBUG] classworlds:classworlds:jar:1.1:compile [DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [DEBUG] junit:junit:jar:3.8.1:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5:compile [DEBUG] org.apache.maven.shared:maven-filtering:jar:1.1:compile [DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.13:compile [DEBUG] Resolving artifact org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:2.0.5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-filtering:jar:1.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-build-api:jar:0.0.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:jar:1.13 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar.lastUpdated [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6 [DEBUG] Imported: < project>jakarta.ejb:jakarta.ejb-api:4.0.1 [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6 [DEBUG] Included: org.apache.maven.plugins:maven-resources-plugin:jar:2.6 [DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6 [DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7 [DEBUG] Included: commons-cli:commons-cli:jar:1.0 [DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4 [DEBUG] Included: junit:junit:jar:3.8.1 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.5 [DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:1.1 [DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.13 [DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic configurator --> [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java, PatternSet [includes: {**/*.properties, **/*.html}, excludes: {}]}}, Resource {targetPath: META-INF, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ejb-api-release/api/.., PatternSet [includes: {NOTICE.md, LICENSE.md}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@306c7bf6 [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {java.specification.version=9, env.USER_NAME=jenkins, env.EXECUTOR_NUMBER=0, java.vendor.url=http://java.oracle.com/, env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, sun.boot.library.path=/opt/tools/java/oracle/jdk-9/9.0.4/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn --batch-mode -X -U -C -s /home/jenkins/.m2/settings.xml -DskipTests -Ddoclint=none -Poss-release clean package source:jar javadoc:jar gpg:sign install:install nexus-staging:deploy --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn, jdk.debug=release, maven.version=3.8.5, spec-version-maven-plugin.version=2.1, java.specification.name=Java Platform API Specification, java.vm.specification.vendor=Oracle Corporation, sonatypeOssDistMgmtReleasesUrl=https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/, env.OPENJ9_JAVA_COMMAND_LINE=/opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -headless -tunnel jenkins-discovery.ejb.svc.cluster.local:50000 -url http://jenkins-ui.ejb.svc.cluster.local/ejb/ -workDir /home/jenkins/agent 138e9ec9acf64b30a9d5e9d0f4da8b60d2806df60689d5b6572970c4509e377a basic-s8ls4, env.DRY_RUN=false, java.runtime.version=9.0.4+11, env.GIT_BRANCH=origin/master, env.JENKINS_UI_PORT_80_TCP_PORT=80, java.io.tmpdir=/tmp, java.version=9.0.4, build-helper-maven-plugin.version=3.1.0, java.vm.specification.name=Java Virtual Machine Specification, env.JOB_NAME=ejb-api-release, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Oracle Corporation, env.HUDSON_HOME=/var/jenkins, legal.doc.source=../, env.LANG=en_US.UTF-8, env.JENKINS_AGENT_WORKDIR=/home/jenkins/agent, user.timezone=, env.KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443, env.RUN_DISPLAY_URL=https://ci.eclipse.org/ejb/job/ejb-api-release/45/display/redirect, java.vm.specification.version=9, maven.compiler.source=1.8, user.home=/home/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.219.135, jakarta.transaction-api.version=2.0.0, env.GIT_PREVIOUS_COMMIT=c18a21efba2a2763efef1efebd3959848a898abf, env.LANGUAGE=en_US:en, env.JENKINS_UI_PORT_80_TCP=tcp://10.30.44.165:80, os.version=5.14.14-200.fc34.x86_64, env.NODE_NAME=basic-s8ls4, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.JENKINS_DISCOVERY_PORT=tcp://10.30.219.135:50000, os.arch=amd64, spec.bundle.version=4.0.1, env.JENKINS_UI_PORT=tcp://10.30.44.165:80, env.JENKINS_DISCOVERY_SERVICE_HOST=10.30.219.135, maven-site-plugin.version=3.9.0, awt.toolkit=sun.awt.X11.XToolkit, env.JENKINS_REMOTING_JAVA_OPTS=-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true, env.HUDSON_URL=https://ci.eclipse.org/ejb/, spotbugs.version=4.0.3, env.JAVA_HOME=/opt/tools/java/oracle/jdk-9/latest, java.vm.compressedOopsMode=Zero based, sonatypeOssDistMgmtStagingUrl=https://jakarta.oss.sonatype.org/content/repositories/staging/, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, env.BUILD_URL=https://ci.eclipse.org/ejb/job/ejb-api-release/45/, spec.bundle.symbolic-name=jakarta.ejb-api, env.JOB_URL=https://ci.eclipse.org/ejb/job/ejb-api-release/, env.NODE_LABELS=basic basic-s8ls4, sonatypeOssDistMgmtSnapshotsUrl=https://jakarta.oss.sonatype.org/content/repositories/snapshots/, env.SSH_AUTH_SOCK=/tmp/ssh-ZCYSxkEz6EAK/agent.58, sun.os.patch.level=unknown, maven.compiler.target=1.8, library.jansi.path=/opt/tools/apache-maven/latest/lib/jansi-native, env.HUDSON_SERVER_COOKIE=1d290475ac64e85f, maven.conf=/opt/tools/apache-maven/latest/conf, sun.java.launcher=SUN_STANDARD, user.country=US, spec.implementation.version=4.0.1, env.RELEASE_VERSION=4.0.1, doclint=none, maven-source-plugin.version=3.2.1, env.GIT_COMMIT=c18a21efba2a2763efef1efebd3959848a898abf, env.LC_ALL=en_US.UTF-8, java.runtime.name=Java(TM) SE Runtime Environment, env.BUILD_DISPLAY_NAME=#45, env.JENKINS_UI_SERVICE_PORT_HTTP=80, release.arguments=, env.MAVEN_CMD_LINE_ARGS= -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn --batch-mode -X -U -C -s /home/jenkins/.m2/settings.xml -DskipTests -Ddoclint=none -Poss-release clean package source:jar javadoc:jar gpg:sign install:install nexus-staging:deploy --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn, env.WORKSPACE_TMP=/home/jenkins/agent/workspace/ejb-api-release@tmp, env.JOB_BASE_NAME=ejb-api-release, env.TERM=xterm, sun.cpu.isalist=, sun.arch.data.model=64, spec.version=4.0, env.JENKINS_HOME=/var/jenkins, env.JOB_DISPLAY_URL=https://ci.eclipse.org/ejb/job/ejb-api-release/display/redirect, maven-jar-plugin.version=3.2.0, maven-compiler-plugin.version=3.8.1, java.specification.vendor=Oracle Corporation, java.home=/opt/tools/java/oracle/jdk-9/9.0.4, env.JENKINS_SERVER_COOKIE=1d290475ac64e85f, env.GIT_URL=git@github.com:jakartaee/enterprise-beans.git, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/ejb/job/ejb-api-release/45/display/redirect?page=artifacts, extension.name=jakarta.ejb, env.PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-9/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, file.encoding=UTF-8, env.HOSTNAME=basic-s8ls4, env.SHLVL=1, env.WORKSPACE=/home/jenkins/agent/workspace/ejb-api-release, java.awt.printerjob=sun.print.PSPrinterJob, env.BUILD_ID=45, classworlds.conf=/opt/tools/apache-maven/latest/bin/m2.conf, sun.io.unicode.encoding=UnicodeLittle, env.JENKINS_TUNNEL=jenkins-discovery.ejb.svc.cluster.local:50000, maven-bundle-plugin.version=5.1.2, env.RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/ejb/job/ejb-api-release/45/display/redirect?page=tests, env.JENKINS_UI_SERVICE_PORT=80, env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, env.KUBERNETES_SERVICE_PORT_HTTPS=443, os.name=Linux, env.JAVA_VERSION=jdk-11.0.15+10_openj9-0.32.0, env.JENKINS_AGENT_NAME=basic-s8ls4, spec.extension.name=jakarta.ejb, env.NEXT_VERSION=4.0.2-SNAPSHOT, env.OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle, maven-enforcer-plugin.version=3.0.0-M3, env.HUDSON_COOKIE=cf233d7a-3eca-4974-9310-e6127851216a, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, env.JENKINS_URL=https://ci.eclipse.org/ejb/, maven-project-info-reports-plugin.version=3.0.0, org.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn, path.separator=:, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.219.135:50000, env.KUBERNETES_SERVICE_HOST=10.30.0.1, env.KEYRING=****, maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/ejb-api-release/api, env.MAVEN_PROJECTBASEDIR=/home/jenkins/agent/workspace/ejb-api-release/api, java.vm.info=mixed mode, java.class.version=53.0, env.GITLAB_OBJECT_KIND=none, env.KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1, env.BUILD_TAG=jenkins-ejb-api-release-45, sun.jnu.encoding=UTF-8, sonatypeOssDistMgmtNexusUrl=https://jakarta.oss.sonatype.org/, env.BRANCH=master, env.JENKINS_SECRET=138e9ec9acf64b30a9d5e9d0f4da8b60d2806df60689d5b6572970c4509e377a, spec.specification.version=4.0, maven.build.version=Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0), maven.home=/opt/tools/apache-maven/latest, file.separator=/, env.JENKINS_UI_PORT_80_TCP_ADDR=10.30.44.165, line.separator= , user.name=jenkins, spec.bundle.spec.version=4.0, env.JENKINS_UI_PORT_80_TCP_PROTO=tcp, current.year=2022, env.RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/ejb/job/ejb-api-release/45/display/redirect?page=changes, project.reporting.outputEncoding=UTF-8, env.NSS_SDB_USE_CACHE=no, env.OLDPWD=/home/jenkins/agent/workspace/ejb-api-release/api, env.BUILD_NUMBER=45, env.PWD=/home/jenkins/agent/workspace/ejb-api-release/api, file.encoding.pkg=sun.io, java.class.path=/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.6.0.jar, env.HOME=/home/jenkins, java.vm.vendor=Oracle Corporation, maven-javadoc-plugin.version=3.2.0, env.JENKINS_NAME=basic-s8ls4, env.CI=true, env.KUBERNETES_PORT_443_TCP_PORT=443, env.JENKINS_DISCOVERY_SERVICE_PORT=50000, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, env.JENKINS_UI_SERVICE_HOST=10.30.44.165, sun.cpu.endian=little, user.language=en, env.KUBERNETES_SERVICE_PORT=443, project.build.sourceEncoding=UTF-8, skipTests=true, env.KUBERNETES_PORT=tcp://10.30.0.1:443, java.vendor.url.bug=http://bugreport.java.com/bugreport/, user.dir=/home/jenkins/agent/workspace/ejb-api-release/api, spotbugs-maven-plugin.version=4.0.0, java.vm.version=9.0.4+11, env.OVERWRITE=false} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java excludes [] includes [**/*.properties, **/*.html] [DEBUG] ignoreDelta true [INFO] Copying 3 resources [DEBUG] file package.html has a filtered file extension [DEBUG] copy /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/embeddable/package.html to /home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/embeddable/package.html [DEBUG] file package.html has a filtered file extension [DEBUG] copy /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/package.html to /home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/package.html [DEBUG] file package.html has a filtered file extension [DEBUG] copy /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/spi/package.html to /home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/spi/package.html [DEBUG] resource with targetPath META-INF directory /home/jenkins/agent/workspace/ejb-api-release/api/.. excludes [] includes [NOTICE.md, LICENSE.md] [DEBUG] ignoreDelta true [INFO] Copying 2 resources to META-INF [DEBUG] file LICENSE.md has a filtered file extension [DEBUG] copy /home/jenkins/agent/workspace/ejb-api-release/api/../LICENSE.md to /home/jenkins/agent/workspace/ejb-api-release/api/target/classes/META-INF/LICENSE.md [DEBUG] file NOTICE.md has a filtered file extension [DEBUG] copy /home/jenkins/agent/workspace/ejb-api-release/api/../NOTICE.md to /home/jenkins/agent/workspace/ejb-api-release/api/target/classes/META-INF/NOTICE.md [DEBUG] no use filter components [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jakarta.ejb-api --- [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:pom:3.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-incremental:pom:1.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-components:pom:19 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/19/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:pom:0.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-components:pom:18 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/18/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-java:pom:0.9.10 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/0.9.10/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-languages:pom:0.9.10 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-languages/0.9.10/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom.lastUpdated [DEBUG] Resolving artifact org.ow2.asm:asm:pom:6.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/asm/asm/6.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/asm/asm/6.2/asm-6.2.pom.lastUpdated [DEBUG] Resolving artifact org.ow2:ow2:pom:1.5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/ow2/1.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/ow2/1.5/ow2-1.5.pom.lastUpdated [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for ow2-snapshot (http://repository.ow2.org/nexus/content/repositories/snapshots). [DEBUG] Resolving artifact com.thoughtworks.qdox:qdox:pom:2.0-M9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom.lastUpdated [DEBUG] Resolving artifact org.sonatype.oss:oss-parent:pom:9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/9/oss-parent-9.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-api:pom:2.8.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.8.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler:pom:2.8.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler/2.8.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-manager:pom:2.8.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.8.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-javac:pom:2.8.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.8.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compilers:pom:2.8.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compilers/2.8.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom.lastUpdated [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=116926, ConflictMarker.markTime=58623, ConflictMarker.nodeCount=118, ConflictIdSorter.graphTime=97596, ConflictIdSorter.topsortTime=44575, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=708530, ConflictResolver.conflictItemCount=72, DefaultDependencyCollector.collectTime=428837297, DefaultDependencyCollector.transformTime=1073421} [DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.1 [DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile [DEBUG] org.apache.maven:maven-model:jar:3.0:compile [DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile [DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.4:compile [DEBUG] org.apache.maven:maven-core:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile [DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime [DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile (version managed from default) [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile [DEBUG] commons-io:commons-io:jar:2.5:compile [DEBUG] org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile [DEBUG] org.codehaus.plexus:plexus-java:jar:0.9.10:compile [DEBUG] org.ow2.asm:asm:jar:6.2:compile [DEBUG] com.thoughtworks.qdox:qdox:jar:2.0-M9:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:2.8.4:compile [DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:2.8.4:compile [DEBUG] org.codehaus.plexus:plexus-compiler-javac:jar:2.8.4:runtime [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:jar:3.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-incremental:jar:1.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-java:jar:0.9.10 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.ow2.asm:asm:jar:6.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.thoughtworks.qdox:qdox:jar:2.0-M9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-api:jar:2.8.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-manager:jar:2.8.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-javac:jar:2.8.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/0.9.10/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/asm/asm/6.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/asm/asm/6.2/asm-6.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.8.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.8.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.8.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar.lastUpdated [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.1 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.1 [DEBUG] Imported: < project>jakarta.ejb:jakarta.ejb-api:4.0.1 [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.1 [DEBUG] Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.1 [DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 [DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.4 [DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.1 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1 [DEBUG] Included: commons-io:commons-io:jar:2.5 [DEBUG] Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1 [DEBUG] Included: org.codehaus.plexus:plexus-java:jar:0.9.10 [DEBUG] Included: org.ow2.asm:asm:jar:6.2 [DEBUG] Included: com.thoughtworks.qdox:qdox:jar:2.0-M9 [DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:2.8.4 [DEBUG] Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.8.4 [DEBUG] Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.8.4 [DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ejb-api-release/api [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target [DEBUG] (f) compilePath = [/home/jenkins/agent/workspace/ejb-api-release/api/target/classes, /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.jar] [DEBUG] (f) compileSourceRoots = [/home/jenkins/agent/workspace/ejb-api-release/api/src/main/java] [DEBUG] (f) compilerId = javac [DEBUG] (f) debug = true [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) excludes = [module-info.java] [DEBUG] (f) failOnError = true [DEBUG] (f) failOnWarning = false [DEBUG] (f) forceJavacCompilerUse = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target/generated-sources/annotations [DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile {execution: default-compile} [DEBUG] (f) optimize = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target/classes [DEBUG] (f) parameters = false [DEBUG] (f) project = MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (f) projectArtifact = jakarta.ejb:jakarta.ejb-api:jar:4.0.1 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@306c7bf6 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) skipMultiThreadWarning = false [DEBUG] (f) source = 1.8 [DEBUG] (f) staleMillis = 0 [DEBUG] (s) target = 1.8 [DEBUG] (f) useIncrementalCompilation = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Using compiler 'javac'. [DEBUG] Adding /home/jenkins/agent/workspace/ejb-api-release/api/target/generated-sources/annotations to compile source roots: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java [DEBUG] New compile source roots: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java /home/jenkins/agent/workspace/ejb-api-release/api/target/generated-sources/annotations [DEBUG] CompilerReuseStrategy: reuseCreated [DEBUG] useIncrementalCompilation enabled [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/LocalBean.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/MessageDrivenBean.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/EnterpriseBean.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/EJB.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/SessionSynchronization.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/TimerHandle.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/ConcurrentAccessException.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/CreateException.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/DependsOn.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/EJBObject.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/Init.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/ApplicationException.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/EJBLocalHome.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/TransactionManagementType.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/AfterCompletion.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/EJBAccessException.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/FinderException.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/TimedObject.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/LockType.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/Singleton.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/Schedule.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/IllegalLoopbackException.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/ConcurrencyManagementType.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/EJBTransactionRolledbackException.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/Timeout.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/NoSuchEJBException.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/AfterBegin.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/NoSuchEntityException.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/TransactionAttributeType.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/BeforeCompletion.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/EJBLocalObject.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/TransactionRequiredLocalException.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/Remove.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/TransactionAttribute.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/EJBs.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/EJBHome.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/Schedules.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/SessionBean.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/Remote.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/embeddable/EJBContainer.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/EJBMetaData.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/AsyncResult.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/EntityContext.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/EJBException.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/StatefulTimeout.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/RemoveException.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/spi/EJBContainerProvider.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/Lock.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/ScheduleExpression.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/Handle.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/AccessTimeout.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/ConcurrentAccessTimeoutException.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/PostActivate.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/RemoteHome.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/TransactionRolledbackLocalException.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/MessageDrivenContext.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/Stateless.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/DuplicateKeyException.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/Local.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/TimerConfig.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/Timer.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/ConcurrencyManagement.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/NoMoreTimeoutsException.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/PrePassivate.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/HomeHandle.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/Stateful.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/TimerService.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/EJBContext.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/LocalHome.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/ObjectNotFoundException.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/SessionContext.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/EntityBean.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/NoSuchObjectLocalException.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/spi/HandleDelegate.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/ActivationConfigProperty.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/Startup.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/AccessLocalException.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/EJBTransactionRequiredException.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/TransactionManagement.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/Asynchronous.java [DEBUG] Stale source detected: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java/jakarta/ejb/MessageDriven.java [INFO] Changes detected - recompiling the module! [DEBUG] Classpath: [DEBUG] /home/jenkins/agent/workspace/ejb-api-release/api/target/classes [DEBUG] /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.jar [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java [DEBUG] /home/jenkins/agent/workspace/ejb-api-release/api/target/generated-sources/annotations [DEBUG] Command line options: [DEBUG] -d /home/jenkins/agent/workspace/ejb-api-release/api/target/classes -classpath /home/jenkins/agent/workspace/ejb-api-release/api/target/classes:/home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.jar: -sourcepath /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java:/home/jenkins/agent/workspace/ejb-api-release/api/target/generated-sources/annotations: -s /home/jenkins/agent/workspace/ejb-api-release/api/target/generated-sources/annotations -g -nowarn -target 1.8 -source 1.8 -encoding UTF-8 [DEBUG] incrementalBuildHelper#beforeRebuildExecution [INFO] Compiling 81 source files to /home/jenkins/agent/workspace/ejb-api-release/api/target/classes [DEBUG] incrementalBuildHelper#afterRebuildExecution [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (compile-module-info) @ jakarta.ejb-api --- [DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ejb-api-release/api [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target [DEBUG] (f) compilePath = [/home/jenkins/agent/workspace/ejb-api-release/api/target/classes, /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.jar] [DEBUG] (f) compileSourceRoots = [/home/jenkins/agent/workspace/ejb-api-release/api/src/main/java, /home/jenkins/agent/workspace/ejb-api-release/api/target/generated-sources/annotations] [DEBUG] (f) compilerId = javac [DEBUG] (f) debug = true [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) failOnError = true [DEBUG] (f) failOnWarning = false [DEBUG] (f) forceJavacCompilerUse = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target/generated-sources/annotations [DEBUG] (f) includes = [module-info.java] [DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile {execution: compile-module-info} [DEBUG] (f) optimize = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target/classes [DEBUG] (f) parameters = false [DEBUG] (f) project = MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (f) projectArtifact = jakarta.ejb:jakarta.ejb-api:jar:4.0.1 [DEBUG] (s) release = 9 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@306c7bf6 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) skipMultiThreadWarning = false [DEBUG] (f) source = 1.8 [DEBUG] (f) staleMillis = 0 [DEBUG] (s) target = 1.8 [DEBUG] (f) useIncrementalCompilation = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Using compiler 'javac'. [DEBUG] Adding /home/jenkins/agent/workspace/ejb-api-release/api/target/generated-sources/annotations to compile source roots: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java /home/jenkins/agent/workspace/ejb-api-release/api/target/generated-sources/annotations [DEBUG] New compile source roots: /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java /home/jenkins/agent/workspace/ejb-api-release/api/target/generated-sources/annotations [DEBUG] CompilerReuseStrategy: reuseCreated [DEBUG] useIncrementalCompilation enabled [DEBUG] New dependency detected: /home/jenkins/agent/workspace/ejb-api-release/api/target/classes [INFO] Changes detected - recompiling the module! [DEBUG] Classpath: [DEBUG] /home/jenkins/agent/workspace/ejb-api-release/api/target/classes [DEBUG] Modulepath: [DEBUG] /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.jar [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java [DEBUG] /home/jenkins/agent/workspace/ejb-api-release/api/target/generated-sources/annotations [DEBUG] Command line options: [DEBUG] -d /home/jenkins/agent/workspace/ejb-api-release/api/target/classes -classpath /home/jenkins/agent/workspace/ejb-api-release/api/target/classes: --module-path /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.jar: -sourcepath /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java:/home/jenkins/agent/workspace/ejb-api-release/api/target/generated-sources/annotations:/home/jenkins/agent/workspace/ejb-api-release/api/target/generated-sources/annotations: -s /home/jenkins/agent/workspace/ejb-api-release/api/target/generated-sources/annotations -g -nowarn --release 9 -encoding UTF-8 --module-version 4.0.1 [DEBUG] incrementalBuildHelper#beforeRebuildExecution [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ejb-api-release/api/target/classes [DEBUG] incrementalBuildHelper#afterRebuildExecution [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ jakarta.ejb-api --- [DEBUG] Resolving artifact org.osgi:org.osgi.core:pom:6.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.core/6.0.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom.lastUpdated [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bndlib:pom:5.1.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/biz.aQute.bndlib-5.1.1.pom.lastUpdated [DEBUG] Resolving artifact org.slf4j:slf4j-api:pom:1.7.25 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.25/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom.lastUpdated [DEBUG] Resolving artifact org.slf4j:slf4j-parent:pom:1.7.25 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-parent/1.7.25/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom.lastUpdated [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.bundlerepository:pom:1.6.6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom.lastUpdated [DEBUG] Resolving artifact org.apache.felix:felix-parent:pom:2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/felix-parent/2.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom.lastUpdated [DEBUG] Resolving artifact org.osgi:org.osgi.core:pom:4.1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.core/4.1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom.lastUpdated [DEBUG] Resolving artifact org.easymock:easymock:pom:2.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/easymock/easymock/2.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/easymock/easymock/2.4/easymock-2.4.pom.lastUpdated [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.utils:pom:1.6.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.utils/1.6.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom.lastUpdated [DEBUG] Resolving artifact org.osgi:org.osgi.compendium:pom:4.2.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/4.2.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-core:pom:3.3.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/3.3.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven:pom:3.3.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/3.3.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/3.3.9/maven-3.3.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-model:pom:3.3.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/3.3.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.commons:commons-lang3:pom:3.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom.lastUpdated [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:37 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/37/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/37/commons-parent-37.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-settings:pom:3.3.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.3.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-settings-builder:pom:3.3.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.3.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-builder-support:pom:3.3.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-builder-support/3.3.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:pom:1.21 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-components:pom:1.3.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:pom:3.3.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.3.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-artifact:pom:3.3.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.3.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:pom:3.3.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.3.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom.lastUpdated [DEBUG] Resolving artifact org.eclipse.sisu:org.eclipse.sisu.plexus:pom:0.3.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom.lastUpdated [DEBUG] Resolving artifact org.eclipse.sisu:sisu-plexus:pom:0.3.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/sisu/sisu-plexus/0.3.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom.lastUpdated [DEBUG] Resolving artifact javax.enterprise:cdi-api:pom:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/enterprise/cdi-api/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom.lastUpdated [DEBUG] Resolving artifact org.jboss.weld:weld-api-parent:pom:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/jboss/weld/weld-api-parent/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom.lastUpdated [DEBUG] Resolving artifact org.jboss.weld:weld-api-bom:pom:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/jboss/weld/weld-api-bom/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom.lastUpdated [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for repository.jboss.org (http://repository.jboss.org/maven2). [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots.jboss.org (http://snapshots.jboss.org/maven2). [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for oss.sonatype.org/jboss-snapshots (http://oss.sonatype.org/content/repositories/jboss-snapshots). [DEBUG] Resolving artifact org.jboss.weld:weld-parent:pom:6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/jboss/weld/weld-parent/6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/jboss/weld/weld-parent/6/weld-parent-6.pom.lastUpdated [DEBUG] Resolving artifact javax.annotation:jsr250-api:pom:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/annotation/jsr250-api/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom.lastUpdated [DEBUG] Resolving artifact org.eclipse.sisu:org.eclipse.sisu.inject:pom:0.3.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom.lastUpdated [DEBUG] Resolving artifact org.eclipse.sisu:sisu-inject:pom:0.3.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/sisu/sisu-inject/0.3.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-classworlds:pom:2.5.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:3.0.17 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.17/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-model-builder:pom:3.3.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.3.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom.lastUpdated [DEBUG] Resolving artifact com.google.guava:guava:pom:18.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/guava/guava/18.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/guava/guava/18.0/guava-18.0.pom.lastUpdated [DEBUG] Resolving artifact com.google.guava:guava-parent:pom:18.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/guava/guava-parent/18.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-aether-provider:pom:3.3.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-aether-provider/3.3.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom.lastUpdated [DEBUG] Resolving artifact org.eclipse.aether:aether-api:pom:1.0.2.v20150114 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether-api/1.0.2.v20150114/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom.lastUpdated [DEBUG] Resolving artifact org.eclipse.aether:aether:pom:1.0.2.v20150114 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether/1.0.2.v20150114/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom.lastUpdated [DEBUG] Resolving artifact org.eclipse.aether:aether-spi:pom:1.0.2.v20150114 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether-spi/1.0.2.v20150114/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom.lastUpdated [DEBUG] Resolving artifact org.eclipse.aether:aether-util:pom:1.0.2.v20150114 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom.lastUpdated [DEBUG] Resolving artifact org.eclipse.aether:aether-impl:pom:1.0.2.v20150114 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether-impl/1.0.2.v20150114/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom.lastUpdated [DEBUG] Resolving artifact com.google.inject:guice:pom:4.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/inject/guice/4.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/inject/guice/4.0/guice-4.0.pom.lastUpdated [DEBUG] Resolving artifact com.google.inject:guice-parent:pom:4.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/inject/guice-parent/4.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom.lastUpdated [DEBUG] Resolving artifact com.google:google:pom:5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/google/5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/google/5/google-5.pom.lastUpdated [DEBUG] Resolving artifact aopalliance:aopalliance:pom:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/aopalliance/aopalliance/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.pom.lastUpdated [DEBUG] Resolving artifact com.google.guava:guava:pom:16.0.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/guava/guava/16.0.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/guava/guava/16.0.1/guava-16.0.1.pom.lastUpdated [DEBUG] Resolving artifact com.google.guava:guava-parent:pom:16.0.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/guava/guava-parent/16.0.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-compat:pom:3.3.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-compat/3.3.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-archiver:pom:2.6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/2.6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:pom:0.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-archiver:pom:2.8.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/2.8.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-components:pom:1.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:3.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-io:pom:2.3.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/2.3.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-components:pom:1.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom.lastUpdated [DEBUG] Resolving artifact org.apache.commons:commons-compress:pom:1.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:34 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/34/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/34/commons-parent-34.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.shared:maven-dependency-tree:pom:3.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom.lastUpdated [DEBUG] Resolving artifact org.eclipse.aether:aether-util:pom:0.9.0.M2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom.lastUpdated [DEBUG] Resolving artifact org.eclipse.aether:aether:pom:0.9.0.M2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether/0.9.0.M2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom.lastUpdated [DEBUG] Resolving artifact org.sonatype.plexus:plexus-build-api:pom:0.0.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-site-renderer:pom:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-sitetools:pom:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sitetools/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-core:pom:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-core/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-20 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-containers:pom:1.0-alpha-20 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-20/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:1.0.8 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.8/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom.lastUpdated [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache-snapshots (http://people.apache.org/maven-snapshot-repository). [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus-snapshots (http://snapshots.repository.codehaus.org). [DEBUG] Resolving artifact org.codehaus.plexus:plexus-classworlds:pom:1.2-alpha-7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom.lastUpdated [DEBUG] Resolving artifact org.apache.velocity:velocity:pom:1.5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity/1.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity/1.5/velocity-1.5.pom.lastUpdated [DEBUG] Resolving artifact commons-lang:commons-lang:pom:2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-lang/commons-lang/2.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-decoration-model:pom:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-module-apt:pom:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-modules:pom:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-modules/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-module-fml:pom:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-module-xdoc:pom:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-module-xhtml:pom:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom.lastUpdated [DEBUG] Resolving artifact org.jdom:jdom:pom:1.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/jdom/jdom/1.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.pom.lastUpdated [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=368477, ConflictMarker.markTime=115780, ConflictMarker.nodeCount=233, ConflictIdSorter.graphTime=106546, ConflictIdSorter.topsortTime=115548, ConflictIdSorter.conflictIdCount=80, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1596764, ConflictResolver.conflictItemCount=157, DefaultDependencyCollector.collectTime=6870266521, DefaultDependencyCollector.transformTime=2378941} [DEBUG] org.apache.felix:maven-bundle-plugin:jar:5.1.2 [DEBUG] org.osgi:org.osgi.core:jar:6.0.0:compile [DEBUG] biz.aQute.bnd:biz.aQute.bndlib:jar:5.1.1:compile [DEBUG] org.slf4j:slf4j-api:jar:1.7.25:compile [DEBUG] org.apache.felix:org.apache.felix.bundlerepository:jar:1.6.6:compile [DEBUG] org.easymock:easymock:jar:2.4:compile [DEBUG] org.apache.felix:org.apache.felix.utils:jar:1.6.0:compile [DEBUG] org.osgi:org.osgi.compendium:jar:4.2.0:compile [DEBUG] org.apache.maven:maven-core:jar:3.3.9:compile [DEBUG] org.apache.maven:maven-model:jar:3.3.9:compile [DEBUG] org.apache.maven:maven-settings:jar:3.3.9:compile [DEBUG] org.apache.maven:maven-settings-builder:jar:3.3.9:compile [DEBUG] org.apache.maven:maven-builder-support:jar:3.3.9:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:3.3.9:compile [DEBUG] org.apache.maven:maven-artifact:jar:3.3.9:compile [DEBUG] org.apache.maven:maven-plugin-api:jar:3.3.9:compile [DEBUG] org.apache.maven:maven-model-builder:jar:3.3.9:compile [DEBUG] com.google.guava:guava:jar:18.0:compile [DEBUG] org.apache.maven:maven-aether-provider:jar:3.3.9:compile [DEBUG] org.eclipse.aether:aether-spi:jar:1.0.2.v20150114:compile [DEBUG] org.eclipse.aether:aether-impl:jar:1.0.2.v20150114:compile [DEBUG] org.eclipse.aether:aether-api:jar:1.0.2.v20150114:compile [DEBUG] org.eclipse.aether:aether-util:jar:1.0.2.v20150114:compile [DEBUG] org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.2:compile [DEBUG] javax.enterprise:cdi-api:jar:1.0:compile [DEBUG] javax.annotation:jsr250-api:jar:1.0:compile [DEBUG] org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.2:compile [DEBUG] com.google.inject:guice:jar:no_aop:4.0:compile [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] aopalliance:aopalliance:jar:1.0:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.21:compile [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.6:compile [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [DEBUG] org.apache.commons:commons-lang3:jar:3.4:compile [DEBUG] org.apache.maven:maven-compat:jar:3.3.9:compile [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:2.10:compile [DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile [DEBUG] org.apache.maven:maven-archiver:jar:2.6:compile [DEBUG] org.apache.maven.shared:maven-shared-utils:jar:0.7:compile [DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:2.8.1:compile [DEBUG] org.codehaus.plexus:plexus-io:jar:2.3.2:compile [DEBUG] org.apache.commons:commons-compress:jar:1.9:compile [DEBUG] org.apache.maven.shared:maven-dependency-tree:jar:3.0:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.3.0:compile [DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0:compile [DEBUG] org.apache.maven.doxia:doxia-site-renderer:jar:1.0:compile [DEBUG] org.apache.maven.doxia:doxia-core:jar:1.0:compile [DEBUG] org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7:compile [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-30:compile [DEBUG] junit:junit:jar:3.8.1:compile [DEBUG] org.codehaus.plexus:plexus-velocity:jar:1.1.7:compile [DEBUG] org.apache.velocity:velocity:jar:1.5:compile [DEBUG] commons-lang:commons-lang:jar:2.1:compile [DEBUG] oro:oro:jar:2.0.8:compile [DEBUG] org.apache.maven.doxia:doxia-decoration-model:jar:1.0:compile [DEBUG] commons-collections:commons-collections:jar:3.2:compile [DEBUG] org.apache.maven.doxia:doxia-module-apt:jar:1.0:compile [DEBUG] org.apache.maven.doxia:doxia-module-fml:jar:1.0:compile [DEBUG] org.apache.maven.doxia:doxia-module-xdoc:jar:1.0:compile [DEBUG] org.apache.maven.doxia:doxia-module-xhtml:jar:1.0:compile [DEBUG] org.jdom:jdom:jar:1.1:compile [DEBUG] Resolving artifact org.osgi:org.osgi.core:jar:6.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bndlib:jar:5.1.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.slf4j:slf4j-api:jar:1.7.25 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.bundlerepository:jar:1.6.6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.easymock:easymock:jar:2.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.utils:jar:1.6.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.osgi:org.osgi.compendium:jar:4.2.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-core:jar:3.3.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-model:jar:3.3.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-settings:jar:3.3.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-settings-builder:jar:3.3.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-builder-support:jar:3.3.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:jar:3.3.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact:jar:3.3.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:jar:3.3.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-model-builder:jar:3.3.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact com.google.guava:guava:jar:18.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-aether-provider:jar:3.3.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.eclipse.aether:aether-spi:jar:1.0.2.v20150114 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.eclipse.aether:aether-impl:jar:1.0.2.v20150114 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.eclipse.aether:aether-api:jar:1.0.2.v20150114 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.eclipse.aether:aether-util:jar:1.0.2.v20150114 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact javax.enterprise:cdi-api:jar:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact javax.annotation:jsr250-api:jar:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.google.inject:guice:jar:no_aop:4.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact aopalliance:aopalliance:jar:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:jar:1.21 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-classworlds:jar:2.5.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:jar:1.6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.commons:commons-lang3:jar:3.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-compat:jar:3.3.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-archiver:jar:2.6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:jar:0.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-archiver:jar:2.8.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-io:jar:2.3.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.commons:commons-compress:jar:1.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-dependency-tree:jar:3.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-build-api:jar:0.0.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-sink-api:jar:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-site-renderer:jar:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-core:jar:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-30 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.velocity:velocity:jar:1.5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact commons-lang:commons-lang:jar:2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-decoration-model:jar:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact commons-collections:commons-collections:jar:3.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-module-apt:jar:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-module-fml:jar:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-module-xdoc:jar:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-module-xhtml:jar:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.jdom:jdom:jar:1.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.core/6.0.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/biz.aQute.bndlib-5.1.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.25/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/easymock/easymock/2.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/easymock/easymock/2.4/easymock-2.4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.utils/1.6.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/4.2.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/3.3.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/3.3.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.3.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.3.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-builder-support/3.3.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.3.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.3.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.3.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.3.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/guava/guava/18.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/guava/guava/18.0/guava-18.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-aether-provider/3.3.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether-spi/1.0.2.v20150114/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether-impl/1.0.2.v20150114/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether-api/1.0.2.v20150114/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/enterprise/cdi-api/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/annotation/jsr250-api/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/inject/guice/4.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/inject/guice/4.0/guice-4.0-no_aop.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/aopalliance/aopalliance/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-compat/3.3.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/2.6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/2.8.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/2.3.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-core/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity/1.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity/1.5/velocity-1.5.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-lang/commons-lang/2.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.2/commons-collections-3.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/jdom/jdom/1.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar.lastUpdated [DEBUG] Created new class realm plugin>org.apache.felix:maven-bundle-plugin:5.1.2 [DEBUG] Importing foreign packages into class realm plugin>org.apache.felix:maven-bundle-plugin:5.1.2 [DEBUG] Imported: < project>jakarta.ejb:jakarta.ejb-api:4.0.1 [DEBUG] Populating class realm plugin>org.apache.felix:maven-bundle-plugin:5.1.2 [DEBUG] Included: org.apache.felix:maven-bundle-plugin:jar:5.1.2 [DEBUG] Included: org.osgi:org.osgi.core:jar:6.0.0 [DEBUG] Included: biz.aQute.bnd:biz.aQute.bndlib:jar:5.1.1 [DEBUG] Included: org.apache.felix:org.apache.felix.bundlerepository:jar:1.6.6 [DEBUG] Included: org.easymock:easymock:jar:2.4 [DEBUG] Included: org.apache.felix:org.apache.felix.utils:jar:1.6.0 [DEBUG] Included: org.osgi:org.osgi.compendium:jar:4.2.0 [DEBUG] Included: org.apache.maven:maven-builder-support:jar:3.3.9 [DEBUG] Included: com.google.guava:guava:jar:18.0 [DEBUG] Included: org.eclipse.aether:aether-util:jar:1.0.2.v20150114 [DEBUG] Included: javax.enterprise:cdi-api:jar:1.0 [DEBUG] Included: javax.annotation:jsr250-api:jar:1.0 [DEBUG] Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.2 [DEBUG] Included: com.google.inject:guice:jar:no_aop:4.0 [DEBUG] Included: aopalliance:aopalliance:jar:1.0 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.21 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.6 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [DEBUG] Included: org.apache.commons:commons-lang3:jar:3.4 [DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0 [DEBUG] Included: org.apache.maven:maven-archiver:jar:2.6 [DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:0.7 [DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:2.8.1 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:2.3.2 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.9 [DEBUG] Included: org.apache.maven.shared:maven-dependency-tree:jar:3.0 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.3.0 [DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7 [DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0 [DEBUG] Included: org.apache.maven.doxia:doxia-site-renderer:jar:1.0 [DEBUG] Included: org.apache.maven.doxia:doxia-core:jar:1.0 [DEBUG] Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7 [DEBUG] Included: junit:junit:jar:3.8.1 [DEBUG] Included: org.codehaus.plexus:plexus-velocity:jar:1.1.7 [DEBUG] Included: org.apache.velocity:velocity:jar:1.5 [DEBUG] Included: commons-lang:commons-lang:jar:2.1 [DEBUG] Included: oro:oro:jar:2.0.8 [DEBUG] Included: org.apache.maven.doxia:doxia-decoration-model:jar:1.0 [DEBUG] Included: commons-collections:commons-collections:jar:3.2 [DEBUG] Included: org.apache.maven.doxia:doxia-module-apt:jar:1.0 [DEBUG] Included: org.apache.maven.doxia:doxia-module-fml:jar:1.0 [DEBUG] Included: org.apache.maven.doxia:doxia-module-xdoc:jar:1.0 [DEBUG] Included: org.apache.maven.doxia:doxia-module-xhtml:jar:1.0 [DEBUG] Included: org.jdom:jdom:jar:1.1 [DEBUG] Configuring mojo org.apache.felix:maven-bundle-plugin:5.1.2:manifest from plugin realm ClassRealm[plugin>org.apache.felix:maven-bundle-plugin:5.1.2, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.apache.felix:maven-bundle-plugin:5.1.2:manifest' with basic configurator --> [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target [DEBUG] (f) dependencyReducedPomLocation = /home/jenkins/agent/workspace/ejb-api-release/api/dependency-reduced-pom.xml [DEBUG] (f) finalName = jakarta.ejb-api-4.0.1 [DEBUG] (f) instructions = {Bundle-Description=Jakarta Enterprise Beans 4.0 API Design Specification, Bundle-SymbolicName=jakarta.ejb-api, Bundle-Version=4.0.1, Extension-Name=jakarta.ejb, Implementation-Version=4.0.1, Specification-Vendor=Eclipse Foundation, Specification-Version=4.0} [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/.m2/repository/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) m_mavenSession = org.apache.maven.execution.MavenSession@306c7bf6 [DEBUG] (f) manifestLocation = /home/jenkins/agent/workspace/ejb-api-release/api/target/classes/META-INF [DEBUG] (f) niceManifest = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target/classes [DEBUG] (f) project = MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (f) remoteArtifactRepositories = [ id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => daily] blocked: false ] [DEBUG] (f) scrLocation = /home/jenkins/agent/workspace/ejb-api-release/api/target/classes [DEBUG] (f) session = org.apache.maven.execution.MavenSession@306c7bf6 [DEBUG] (f) supportedProjectTypes = [jar] [DEBUG] -- end configuration -- [DEBUG] BND Instructions: #----------------------------------------------------------------------- #Wed May 04 00:51:26 UTC 2022 env.TERM=xterm project.build.version=4.0.1 java.specification.version=9 sun.cpu.isalist= env.USER_NAME=jenkins env.EXECUTOR_NUMBER=0 Specification-Vendor=Eclipse Foundation sun.arch.data.model=64 spec.version=4.0 java.vendor.url=http\://java.oracle.com/ env.JENKINS_HOME=/var/jenkins project.build.inceptionYear=2017 -removeheaders=Include-Resource,Private-Package project.inceptionYear=2017 env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000 env.JOB_DISPLAY_URL=https\://ci.eclipse.org/ejb/job/ejb-api-release/display/redirect project.build.licenses=[org.apache.maven.model.License@37ade216, org.apache.maven.model.License@118e2487] -plugin=org.apache.felix.bundleplugin.BlueprintPlugin,aQute.lib.spring.SpringXMLType,org.apache.felix.bundleplugin.JpaPlugin sun.boot.library.path=/opt/tools/java/oracle/jdk-9/9.0.4/lib sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener\=warn --batch-mode -X -U -C -s /home/jenkins/.m2/settings.xml -DskipTests -Ddoclint\=none -Poss-release clean package source\:jar javadoc\:jar gpg\:sign install\:install nexus-staging\:deploy --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener\=warn maven-jar-plugin.version=3.2.0 project.scm=org.apache.maven.model.Scm@1ead3c67 jdk.debug=release maven.version=3.8.5 maven-compiler-plugin.version=3.8.1 java.specification.vendor=Oracle Corporation Private-Package=jakarta.ejb.embeddable,jakarta.ejb.spi,jakarta.ejb,. java.home=/opt/tools/java/oracle/jdk-9/9.0.4 spec-version-maven-plugin.version=2.1 project.build.issueManagement=org.apache.maven.model.IssueManagement@ba87c11 project.packaging=jar java.specification.name=Java Platform API Specification java.vm.specification.vendor=Oracle Corporation env.JENKINS_SERVER_COOKIE=1d290475ac64e85f sonatypeOssDistMgmtReleasesUrl=https\://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/ env.GIT_URL=git@github.com\:jakartaee/enterprise-beans.git env.DRY_RUN=false env.OPENJ9_JAVA_COMMAND_LINE=/opt/java/openjdk/bin/java -showversion -XshowSettings\:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled\=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID\=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -headless -tunnel jenkins-discovery.ejb.svc.cluster.local\:50000 -url http\://jenkins-ui.ejb.svc.cluster.local/ejb/ -workDir /home/jenkins/agent 138e9ec9acf64b30a9d5e9d0f4da8b60d2806df60689d5b6572970c4509e377a basic-s8ls4 sun.management.compiler=HotSpot 64-Bit Tiered Compilers project.organization.name=Eclipse Foundation pom.scm=org.apache.maven.model.Scm@1ead3c67 java.runtime.version=9.0.4+11 env.RUN_ARTIFACTS_DISPLAY_URL=https\://ci.eclipse.org/ejb/job/ejb-api-release/45/display/redirect?page\=artifacts env.PATH=/opt/tools/apache-maven/latest/bin\:/opt/tools/java/oracle/jdk-9/latest/bin\:/usr/local/sbin\:/usr/local/bin\:/usr/sbin\:/usr/bin\:/sbin\:/bin extension.name=jakarta.ejb Import-Package=* project.build.packaging=jar env.GIT_BRANCH=origin/master pom.description=Jakarta Enterprise Beans API pom.modelEncoding=UTF-8 file.encoding=UTF-8 env.JENKINS_UI_PORT_80_TCP_PORT=80 env.HOSTNAME=basic-s8ls4 env.SHLVL=1 java.io.tmpdir=/tmp java.version=9.0.4 env.WORKSPACE=/home/jenkins/agent/workspace/ejb-api-release pom.contributors=[org.apache.maven.model.Contributor@2ccecae2] java.vm.specification.name=Java Virtual Machine Specification build-helper-maven-plugin.version=3.1.0 project.pomFile=/home/jenkins/agent/workspace/ejb-api-release/api/pom.xml java.awt.printerjob=sun.print.PSPrinterJob env.BUILD_ID=45 env.JOB_NAME=ejb-api-release Bundle-Vendor=Eclipse Foundation java.library.path=/usr/java/packages/lib\:/usr/lib64\:/lib64\:/lib\:/usr/lib java.vendor=Oracle Corporation classworlds.conf=/opt/tools/apache-maven/latest/bin/m2.conf env.HUDSON_HOME=/var/jenkins sun.io.unicode.encoding=UnicodeLittle pom.build=org.apache.maven.model.Build@5e2b512b env.JENKINS_TUNNEL=jenkins-discovery.ejb.svc.cluster.local\:50000 maven-bundle-plugin.version=5.1.2 project.build.directory=/home/jenkins/agent/workspace/ejb-api-release/api/target project.id=jakarta.ejb\:jakarta.ejb-api\:jar\:4.0.1 legal.doc.source=../ project.parent=org.eclipse.ee4j\:project\:pom\:1.0.7 env.LANG=en_US.UTF-8 project.build.modelVersion=4.0.0 env.RUN_TESTS_DISPLAY_URL=https\://ci.eclipse.org/ejb/job/ejb-api-release/45/display/redirect?page\=tests pom.mailingLists=[org.apache.maven.model.MailingList@6068cda1] env.JENKINS_AGENT_WORKDIR=/home/jenkins/agent Bundle-Description=Jakarta Enterprise Beans 4.0 API Design Specification pom.pomFile=/home/jenkins/agent/workspace/ejb-api-release/api/pom.xml project.groupId=jakarta.ejb project.build.mailingLists=[org.apache.maven.model.MailingList@6068cda1] Bundle-SymbolicName=jakarta.ejb-api project.build.name=Jakarta Enterprise Beans API user.timezone= env.JENKINS_UI_SERVICE_PORT=80 env.KUBERNETES_PORT_443_TCP=tcp\://10.30.0.1\:443 env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp env.KUBERNETES_SERVICE_PORT_HTTPS=443 -fixupmessages=Classes found in the wrong directory;is\:\=warning pom.issueManagement=org.apache.maven.model.IssueManagement@ba87c11 pom.modelVersion=4.0.0 env.RUN_DISPLAY_URL=https\://ci.eclipse.org/ejb/job/ejb-api-release/45/display/redirect os.name=Linux java.vm.specification.version=9 env.JAVA_VERSION=jdk-11.0.15+10_openj9-0.32.0 env.JENKINS_AGENT_NAME=basic-s8ls4 spec.extension.name=jakarta.ejb pom.organization.name=Eclipse Foundation user.home=/home/jenkins Implementation-Version=4.0.1 pom.groupId=jakarta.ejb maven.compiler.source=1.8 Bundle-DocURL=https\://projects.eclipse.org/projects/ee4j.ejb -sourcepath=/home/jenkins/agent/workspace/ejb-api-release/api/src/main/java,/home/jenkins/agent/workspace/ejb-api-release/api/target/generated-sources/annotations env.OPENJ9_JAVA_OPTIONS=-XX\:+IgnoreUnrecognizedVMOptions -XX\:+IdleTuningCompactOnIdle -XX\:+IdleTuningGcOnIdle env.NEXT_VERSION=4.0.2-SNAPSHOT maven-enforcer-plugin.version=3.0.0-M3 env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.219.135 pom.packaging=jar java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment env.HUDSON_COOKIE=cf233d7a-3eca-4974-9310-e6127851216a project.build.url=https\://github.com/jakartaee/enterprise-beans jakarta.transaction-api.version=2.0.0 env.GIT_PREVIOUS_COMMIT=c18a21efba2a2763efef1efebd3959848a898abf env.LANGUAGE=en_US\:en project.description=Jakarta Enterprise Beans API env.JENKINS_URL=https\://ci.eclipse.org/ejb/ project.build.modelEncoding=UTF-8 maven-project-info-reports-plugin.version=3.0.0 org.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn env.JENKINS_UI_PORT_80_TCP=tcp\://10.30.44.165\:80 path.separator=\: os.version=5.14.14-200.fc34.x86_64 pom.projectDirectory=/home/jenkins/agent/workspace/ejb-api-release/api env.NODE_NAME=basic-s8ls4 java.vm.name=Java HotSpot(TM) 64-Bit Server VM project.build=org.apache.maven.model.Build@5e2b512b env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp\://10.30.219.135\:50000 env.JENKINS_DISCOVERY_PORT=tcp\://10.30.219.135\:50000 env.KUBERNETES_SERVICE_HOST=10.30.0.1 env.KEYRING=**** project.build.parent=org.eclipse.ee4j\:project\:pom\:1.0.7 os.arch=amd64 maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/ejb-api-release/api pom.organization.url=https\://projects.eclipse.org/projects/ee4j.ejb spec.bundle.version=4.0.1 env.JENKINS_UI_PORT=tcp\://10.30.44.165\:80 env.MAVEN_PROJECTBASEDIR=/home/jenkins/agent/workspace/ejb-api-release/api project.url=https\://github.com/jakartaee/enterprise-beans java.vm.info=mixed mode java.class.version=53.0 env.JENKINS_DISCOVERY_SERVICE_HOST=10.30.219.135 pom.parent=org.eclipse.ee4j\:project\:pom\:1.0.7 env.GITLAB_OBJECT_KIND=none maven-site-plugin.version=3.9.0 project.build.build=org.apache.maven.model.Build@5e2b512b awt.toolkit=sun.awt.X11.XToolkit env.JENKINS_REMOTING_JAVA_OPTS=-showversion -XshowSettings\:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled\=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID\=true env.KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1 env.BUILD_TAG=jenkins-ejb-api-release-45 sun.jnu.encoding=UTF-8 project.name=Jakarta Enterprise Beans API Bundle-Name=Jakarta Enterprise Beans API sonatypeOssDistMgmtNexusUrl=https\://jakarta.oss.sonatype.org/ env.BRANCH=master env.HUDSON_URL=https\://ci.eclipse.org/ejb/ project.organization=org.apache.maven.model.Organization@17d19538 project.contributors=[org.apache.maven.model.Contributor@2ccecae2] project.build.id=jakarta.ejb\:jakarta.ejb-api\:jar\:4.0.1 env.JENKINS_SECRET=138e9ec9acf64b30a9d5e9d0f4da8b60d2806df60689d5b6572970c4509e377a classifier= spec.specification.version=4.0 spotbugs.version=4.0.3 maven.build.version=Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Extension-Name=jakarta.ejb maven.home=/opt/tools/apache-maven/latest project.artifactId=jakarta.ejb-api Include-Resource=jakarta/ejb/embeddable/package.html\=src/main/java/jakarta/ejb/embeddable/package.html,jakarta/ejb/package.html\=src/main/java/jakarta/ejb/package.html,jakarta/ejb/spi/package.html\=src/main/java/jakarta/ejb/spi/package.html,META-INF/LICENSE.md\=../LICENSE.md,META-INF/NOTICE.md\=../NOTICE.md project.build.outputdirectory=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes project.version=4.0.1 env.JAVA_HOME=/opt/tools/java/oracle/jdk-9/latest file.separator=/ java.vm.compressedOopsMode=Zero based line.separator=\n env.JENKINS_UI_PORT_80_TCP_ADDR=10.30.44.165 project.organization.url=https\://projects.eclipse.org/projects/ee4j.ejb pom.name=Jakarta Enterprise Beans API sonatypeOssDistMgmtStagingUrl=https\://jakarta.oss.sonatype.org/content/repositories/staging/ pom.profiles=[] project.baseDir=/home/jenkins/agent/workspace/ejb-api-release/api Specification-Version=4.0 project.build.projectDirectory=/home/jenkins/agent/workspace/ejb-api-release/api env.KUBERNETES_PORT_443_TCP_PROTO=tcp user.name=jenkins spec.bundle.spec.version=4.0 env.JENKINS_UI_PORT_80_TCP_PROTO=tcp pom.version=4.0.1 current.year=2022 Export-Package=jakarta.ejb.embeddable,jakarta.ejb.spi,jakarta.ejb env.BUILD_URL=https\://ci.eclipse.org/ejb/job/ejb-api-release/45/ project.profiles=[] spec.bundle.symbolic-name=jakarta.ejb-api project.build.organization=org.apache.maven.model.Organization@17d19538 project.mailingLists=[org.apache.maven.model.MailingList@6068cda1] project.modelEncoding=UTF-8 env.JOB_URL=https\://ci.eclipse.org/ejb/job/ejb-api-release/ pom.licenses=[org.apache.maven.model.License@37ade216, org.apache.maven.model.License@118e2487] env.NODE_LABELS=basic basic-s8ls4 sonatypeOssDistMgmtSnapshotsUrl=https\://jakarta.oss.sonatype.org/content/repositories/snapshots/ env.SSH_AUTH_SOCK=/tmp/ssh-ZCYSxkEz6EAK/agent.58 env.RUN_CHANGES_DISPLAY_URL=https\://ci.eclipse.org/ejb/job/ejb-api-release/45/display/redirect?page\=changes project.reporting.outputEncoding=UTF-8 sun.os.patch.level=unknown maven.compiler.target=1.8 project.build.description=Jakarta Enterprise Beans API library.jansi.path=/opt/tools/apache-maven/latest/lib/jansi-native project.modelVersion=4.0.0 env.NSS_SDB_USE_CACHE=no env.OLDPWD=/home/jenkins/agent/workspace/ejb-api-release/api env.HUDSON_SERVER_COOKIE=1d290475ac64e85f env.BUILD_NUMBER=45 Bundle-License=https\://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html, https\://www.gnu.org/software/classpath/license.html env.PWD=/home/jenkins/agent/workspace/ejb-api-release/api file.encoding.pkg=sun.io pom.inceptionYear=2017 java.class.path=/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.6.0.jar env.HOME=/home/jenkins java.vm.vendor=Oracle Corporation maven-javadoc-plugin.version=3.2.0 env.JENKINS_NAME=basic-s8ls4 maven.conf=/opt/tools/apache-maven/latest/conf env.CI=true env.KUBERNETES_PORT_443_TCP_PORT=443 project.developers=[org.apache.maven.model.Developer@644e6a8e] env.JENKINS_DISCOVERY_SERVICE_PORT=50000 sun.java.launcher=SUN_STANDARD user.country=US env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000 project.build.profiles=[] spec.implementation.version=4.0.1 env.JENKINS_UI_SERVICE_HOST=10.30.44.165 sun.cpu.endian=little project.build.developers=[org.apache.maven.model.Developer@644e6a8e] user.language=en project.licenses=[org.apache.maven.model.License@37ade216, org.apache.maven.model.License@118e2487] project.build.groupId=jakarta.ejb maven-symbolicname=jakarta.ejb.jakarta.ejb-api env.RELEASE_VERSION=4.0.1 project.build.pomFile=/home/jenkins/agent/workspace/ejb-api-release/api/pom.xml doclint=none pom.artifactId=jakarta.ejb-api maven-source-plugin.version=3.2.1 env.GIT_COMMIT=c18a21efba2a2763efef1efebd3959848a898abf env.LC_ALL=en_US.UTF-8 project.projectDirectory=/home/jenkins/agent/workspace/ejb-api-release/api java.runtime.name=Java(TM) SE Runtime Environment env.KUBERNETES_SERVICE_PORT=443 project.dir=/home/jenkins/agent/workspace/ejb-api-release/api pom.id=jakarta.ejb\:jakarta.ejb-api\:jar\:4.0.1 project.build.contributors=[org.apache.maven.model.Contributor@2ccecae2] project.build.sourceEncoding=UTF-8 skipTests=true env.BUILD_DISPLAY_NAME=\#45 env.JENKINS_UI_SERVICE_PORT_HTTP=80 env.KUBERNETES_PORT=tcp\://10.30.0.1\:443 pom.organization=org.apache.maven.model.Organization@17d19538 java.vendor.url.bug=http\://bugreport.java.com/bugreport/ env.MAVEN_CMD_LINE_ARGS=\ -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener\=warn --batch-mode -X -U -C -s /home/jenkins/.m2/settings.xml -DskipTests -Ddoclint\=none -Poss-release clean package source\:jar javadoc\:jar gpg\:sign install\:install nexus-staging\:deploy --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener\=warn release.arguments= user.dir=/home/jenkins/agent/workspace/ejb-api-release/api project.build.artifactId=jakarta.ejb-api project.build.scm=org.apache.maven.model.Scm@1ead3c67 spotbugs-maven-plugin.version=4.0.0 project.issueManagement=org.apache.maven.model.IssueManagement@ba87c11 env.WORKSPACE_TMP=/home/jenkins/agent/workspace/ejb-api-release@tmp pom.url=https\://github.com/jakartaee/enterprise-beans Bundle-Version=4.0.1 java.vm.version=9.0.4+11 pom.developers=[org.apache.maven.model.Developer@644e6a8e] env.OVERWRITE=false env.JOB_BASE_NAME=ejb-api-release #----------------------------------------------------------------------- [DEBUG] BND Classpath: #----------------------------------------------------------------------- -classpath:\ /home/jenkins/agent/workspace/ejb-api-release/api/target/classes,\ /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.jar #----------------------------------------------------------------------- [DEBUG] parseClassFile(): path=jakarta/ejb/AccessLocalException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/AccessLocalException.class [DEBUG] parseClassFile(): path=jakarta/ejb/AccessTimeout.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/AccessTimeout.class [DEBUG] parseClassFile(): path=jakarta/ejb/ActivationConfigProperty.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ActivationConfigProperty.class [DEBUG] parseClassFile(): path=jakarta/ejb/AfterBegin.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/AfterBegin.class [DEBUG] parseClassFile(): path=jakarta/ejb/AfterCompletion.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/AfterCompletion.class [DEBUG] parseClassFile(): path=jakarta/ejb/ApplicationException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ApplicationException.class [DEBUG] parseClassFile(): path=jakarta/ejb/AsyncResult.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/AsyncResult.class [DEBUG] parseClassFile(): path=jakarta/ejb/Asynchronous.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Asynchronous.class [DEBUG] parseClassFile(): path=jakarta/ejb/BeforeCompletion.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/BeforeCompletion.class [DEBUG] parseClassFile(): path=jakarta/ejb/ConcurrencyManagement.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ConcurrencyManagement.class [DEBUG] parseClassFile(): path=jakarta/ejb/ConcurrencyManagementType.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ConcurrencyManagementType.class [DEBUG] parseClassFile(): path=jakarta/ejb/ConcurrentAccessException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ConcurrentAccessException.class [DEBUG] parseClassFile(): path=jakarta/ejb/ConcurrentAccessTimeoutException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ConcurrentAccessTimeoutException.class [DEBUG] parseClassFile(): path=jakarta/ejb/CreateException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/CreateException.class [DEBUG] parseClassFile(): path=jakarta/ejb/DependsOn.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/DependsOn.class [DEBUG] parseClassFile(): path=jakarta/ejb/DuplicateKeyException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/DuplicateKeyException.class [DEBUG] parseClassFile(): path=jakarta/ejb/EJB.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJB.class [DEBUG] parseClassFile(): path=jakarta/ejb/EJBAccessException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBAccessException.class [DEBUG] parseClassFile(): path=jakarta/ejb/EJBContext.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBContext.class [DEBUG] parseClassFile(): path=jakarta/ejb/EJBException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBException.class [DEBUG] parseClassFile(): path=jakarta/ejb/EJBHome.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBHome.class [DEBUG] parseClassFile(): path=jakarta/ejb/EJBLocalHome.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBLocalHome.class [DEBUG] parseClassFile(): path=jakarta/ejb/EJBLocalObject.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBLocalObject.class [DEBUG] parseClassFile(): path=jakarta/ejb/EJBMetaData.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBMetaData.class [DEBUG] parseClassFile(): path=jakarta/ejb/EJBObject.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBObject.class [DEBUG] parseClassFile(): path=jakarta/ejb/EJBTransactionRequiredException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBTransactionRequiredException.class [DEBUG] parseClassFile(): path=jakarta/ejb/EJBTransactionRolledbackException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBTransactionRolledbackException.class [DEBUG] parseClassFile(): path=jakarta/ejb/EJBs.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBs.class [DEBUG] parseClassFile(): path=jakarta/ejb/EnterpriseBean.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EnterpriseBean.class [DEBUG] parseClassFile(): path=jakarta/ejb/EntityBean.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EntityBean.class [DEBUG] parseClassFile(): path=jakarta/ejb/EntityContext.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EntityContext.class [DEBUG] parseClassFile(): path=jakarta/ejb/FinderException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/FinderException.class [DEBUG] parseClassFile(): path=jakarta/ejb/Handle.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Handle.class [DEBUG] parseClassFile(): path=jakarta/ejb/HomeHandle.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/HomeHandle.class [DEBUG] parseClassFile(): path=jakarta/ejb/IllegalLoopbackException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/IllegalLoopbackException.class [DEBUG] parseClassFile(): path=jakarta/ejb/Init.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Init.class [DEBUG] parseClassFile(): path=jakarta/ejb/Local.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Local.class [DEBUG] parseClassFile(): path=jakarta/ejb/LocalBean.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/LocalBean.class [DEBUG] parseClassFile(): path=jakarta/ejb/LocalHome.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/LocalHome.class [DEBUG] parseClassFile(): path=jakarta/ejb/Lock.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Lock.class [DEBUG] parseClassFile(): path=jakarta/ejb/LockType.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/LockType.class [DEBUG] parseClassFile(): path=jakarta/ejb/MessageDriven.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/MessageDriven.class [DEBUG] parseClassFile(): path=jakarta/ejb/MessageDrivenBean.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/MessageDrivenBean.class [DEBUG] parseClassFile(): path=jakarta/ejb/MessageDrivenContext.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/MessageDrivenContext.class [DEBUG] parseClassFile(): path=jakarta/ejb/NoMoreTimeoutsException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/NoMoreTimeoutsException.class [DEBUG] parseClassFile(): path=jakarta/ejb/NoSuchEJBException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/NoSuchEJBException.class [DEBUG] parseClassFile(): path=jakarta/ejb/NoSuchEntityException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/NoSuchEntityException.class [DEBUG] parseClassFile(): path=jakarta/ejb/NoSuchObjectLocalException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/NoSuchObjectLocalException.class [DEBUG] parseClassFile(): path=jakarta/ejb/ObjectNotFoundException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ObjectNotFoundException.class [DEBUG] parseClassFile(): path=jakarta/ejb/PostActivate.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/PostActivate.class [DEBUG] parseClassFile(): path=jakarta/ejb/PrePassivate.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/PrePassivate.class [DEBUG] parseClassFile(): path=jakarta/ejb/Remote.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Remote.class [DEBUG] parseClassFile(): path=jakarta/ejb/RemoteHome.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/RemoteHome.class [DEBUG] parseClassFile(): path=jakarta/ejb/Remove.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Remove.class [DEBUG] parseClassFile(): path=jakarta/ejb/RemoveException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/RemoveException.class [DEBUG] parseClassFile(): path=jakarta/ejb/Schedule.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Schedule.class [DEBUG] parseClassFile(): path=jakarta/ejb/ScheduleExpression.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ScheduleExpression.class [DEBUG] parseClassFile(): path=jakarta/ejb/Schedules.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Schedules.class [DEBUG] parseClassFile(): path=jakarta/ejb/SessionBean.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/SessionBean.class [DEBUG] parseClassFile(): path=jakarta/ejb/SessionContext.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/SessionContext.class [DEBUG] parseClassFile(): path=jakarta/ejb/SessionSynchronization.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/SessionSynchronization.class [DEBUG] parseClassFile(): path=jakarta/ejb/Singleton.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Singleton.class [DEBUG] parseClassFile(): path=jakarta/ejb/Startup.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Startup.class [DEBUG] parseClassFile(): path=jakarta/ejb/Stateful.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Stateful.class [DEBUG] parseClassFile(): path=jakarta/ejb/StatefulTimeout.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/StatefulTimeout.class [DEBUG] parseClassFile(): path=jakarta/ejb/Stateless.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Stateless.class [DEBUG] parseClassFile(): path=jakarta/ejb/TimedObject.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TimedObject.class [DEBUG] parseClassFile(): path=jakarta/ejb/Timeout.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Timeout.class [DEBUG] parseClassFile(): path=jakarta/ejb/Timer.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Timer.class [DEBUG] parseClassFile(): path=jakarta/ejb/TimerConfig.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TimerConfig.class [DEBUG] parseClassFile(): path=jakarta/ejb/TimerHandle.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TimerHandle.class [DEBUG] parseClassFile(): path=jakarta/ejb/TimerService.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TimerService.class [DEBUG] parseClassFile(): path=jakarta/ejb/TransactionAttribute.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionAttribute.class [DEBUG] parseClassFile(): path=jakarta/ejb/TransactionAttributeType.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionAttributeType.class [DEBUG] parseClassFile(): path=jakarta/ejb/TransactionManagement.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionManagement.class [DEBUG] parseClassFile(): path=jakarta/ejb/TransactionManagementType.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionManagementType.class [DEBUG] parseClassFile(): path=jakarta/ejb/TransactionRequiredLocalException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionRequiredLocalException.class [DEBUG] parseClassFile(): path=jakarta/ejb/TransactionRolledbackLocalException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionRolledbackLocalException.class [DEBUG] parseClassFile(): path=jakarta/ejb/embeddable/EJBContainer.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/embeddable/EJBContainer.class [DEBUG] parseClassFile(): path=jakarta/ejb/spi/EJBContainerProvider.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/spi/EJBContainerProvider.class [DEBUG] parseClassFile(): path=jakarta/ejb/spi/HandleDelegate.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/spi/HandleDelegate.class [DEBUG] parseClassFile(): path=module-info.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/module-info.class [DEBUG] get Manifest Info From Classpath for Jar:. [DEBUG] get Manifest Info From Classpath for Jar:jakarta.transaction-api [DEBUG] collecting Contracts from jakarta.transaction-api [DEBUG] collecting Contracts from -define-contract [DEBUG] Trying pre-plugin org.apache.felix.bundleplugin.BlueprintPlugin [DEBUG] Trying pre-plugin aQute.lib.spring.SpringXMLType [DEBUG] Trying pre-plugin org.apache.felix.bundleplugin.JpaPlugin [DEBUG] begin ServiceComponent [DEBUG] end [DEBUG] begin CDIAnnotations [DEBUG] visitClassFile(): path=jakarta/ejb/AccessLocalException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/AccessLocalException.class [DEBUG] visitClassFile(): path=jakarta/ejb/AsyncResult.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/AsyncResult.class [DEBUG] visitClassFile(): path=jakarta/ejb/ConcurrentAccessException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ConcurrentAccessException.class [DEBUG] visitClassFile(): path=jakarta/ejb/ConcurrentAccessTimeoutException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ConcurrentAccessTimeoutException.class [DEBUG] visitClassFile(): path=jakarta/ejb/CreateException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/CreateException.class [DEBUG] visitClassFile(): path=jakarta/ejb/DuplicateKeyException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/DuplicateKeyException.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBAccessException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBAccessException.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBContext.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBContext.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBException.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBHome.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBHome.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBLocalHome.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBLocalHome.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBLocalObject.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBLocalObject.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBMetaData.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBMetaData.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBObject.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBObject.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBTransactionRequiredException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBTransactionRequiredException.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBTransactionRolledbackException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBTransactionRolledbackException.class [DEBUG] visitClassFile(): path=jakarta/ejb/EnterpriseBean.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EnterpriseBean.class [DEBUG] visitClassFile(): path=jakarta/ejb/EntityBean.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EntityBean.class [DEBUG] visitClassFile(): path=jakarta/ejb/EntityContext.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EntityContext.class [DEBUG] visitClassFile(): path=jakarta/ejb/FinderException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/FinderException.class [DEBUG] visitClassFile(): path=jakarta/ejb/Handle.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Handle.class [DEBUG] visitClassFile(): path=jakarta/ejb/HomeHandle.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/HomeHandle.class [DEBUG] visitClassFile(): path=jakarta/ejb/IllegalLoopbackException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/IllegalLoopbackException.class [DEBUG] visitClassFile(): path=jakarta/ejb/MessageDrivenBean.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/MessageDrivenBean.class [DEBUG] visitClassFile(): path=jakarta/ejb/MessageDrivenContext.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/MessageDrivenContext.class [DEBUG] visitClassFile(): path=jakarta/ejb/NoMoreTimeoutsException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/NoMoreTimeoutsException.class [DEBUG] visitClassFile(): path=jakarta/ejb/NoSuchEJBException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/NoSuchEJBException.class [DEBUG] visitClassFile(): path=jakarta/ejb/NoSuchEntityException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/NoSuchEntityException.class [DEBUG] visitClassFile(): path=jakarta/ejb/NoSuchObjectLocalException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/NoSuchObjectLocalException.class [DEBUG] visitClassFile(): path=jakarta/ejb/ObjectNotFoundException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ObjectNotFoundException.class [DEBUG] visitClassFile(): path=jakarta/ejb/RemoveException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/RemoveException.class [DEBUG] visitClassFile(): path=jakarta/ejb/ScheduleExpression.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ScheduleExpression.class [DEBUG] visitClassFile(): path=jakarta/ejb/SessionBean.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/SessionBean.class [DEBUG] visitClassFile(): path=jakarta/ejb/SessionContext.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/SessionContext.class [DEBUG] visitClassFile(): path=jakarta/ejb/SessionSynchronization.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/SessionSynchronization.class [DEBUG] visitClassFile(): path=jakarta/ejb/TimedObject.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TimedObject.class [DEBUG] visitClassFile(): path=jakarta/ejb/Timer.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Timer.class [DEBUG] visitClassFile(): path=jakarta/ejb/TimerConfig.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TimerConfig.class [DEBUG] visitClassFile(): path=jakarta/ejb/TimerHandle.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TimerHandle.class [DEBUG] visitClassFile(): path=jakarta/ejb/TimerService.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TimerService.class [DEBUG] visitClassFile(): path=jakarta/ejb/TransactionRequiredLocalException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionRequiredLocalException.class [DEBUG] visitClassFile(): path=jakarta/ejb/TransactionRolledbackLocalException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionRolledbackLocalException.class [DEBUG] visitClassFile(): path=jakarta/ejb/embeddable/EJBContainer.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/embeddable/EJBContainer.class [DEBUG] visitClassFile(): path=jakarta/ejb/spi/EJBContainerProvider.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/spi/EJBContainerProvider.class [DEBUG] visitClassFile(): path=jakarta/ejb/spi/HandleDelegate.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/spi/HandleDelegate.class [DEBUG] end [DEBUG] begin DSAnnotations [DEBUG] end [DEBUG] begin MetatypeAnnotations [DEBUG] Analyzing for Metatype annotations: -metatypeannotations: * [DEBUG] visitClassFile(): path=jakarta/ejb/AccessLocalException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/AccessLocalException.class [DEBUG] visitClassFile(): path=jakarta/ejb/AccessTimeout.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/AccessTimeout.class [DEBUG] parseClassFile(): path=java/lang/annotation/Target.class resource=:jrt:/java.base/java/lang/annotation/Target.class: [DEBUG] visitClassFile(): path=java/lang/annotation/Target.class resource=:jrt:/java.base/java/lang/annotation/Target.class: [DEBUG] parseClassFile(): path=java/lang/annotation/Retention.class resource=:jrt:/java.base/java/lang/annotation/Retention.class: [DEBUG] visitClassFile(): path=java/lang/annotation/Retention.class resource=:jrt:/java.base/java/lang/annotation/Retention.class: [DEBUG] visitClassFile(): path=jakarta/ejb/ActivationConfigProperty.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ActivationConfigProperty.class [DEBUG] visitClassFile(): path=jakarta/ejb/AfterBegin.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/AfterBegin.class [DEBUG] visitClassFile(): path=jakarta/ejb/AfterCompletion.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/AfterCompletion.class [DEBUG] visitClassFile(): path=jakarta/ejb/ApplicationException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ApplicationException.class [DEBUG] visitClassFile(): path=jakarta/ejb/AsyncResult.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/AsyncResult.class [DEBUG] visitClassFile(): path=jakarta/ejb/Asynchronous.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Asynchronous.class [DEBUG] visitClassFile(): path=jakarta/ejb/BeforeCompletion.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/BeforeCompletion.class [DEBUG] visitClassFile(): path=jakarta/ejb/ConcurrencyManagement.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ConcurrencyManagement.class [DEBUG] visitClassFile(): path=jakarta/ejb/ConcurrencyManagementType.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ConcurrencyManagementType.class [DEBUG] visitClassFile(): path=jakarta/ejb/ConcurrentAccessException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ConcurrentAccessException.class [DEBUG] visitClassFile(): path=jakarta/ejb/ConcurrentAccessTimeoutException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ConcurrentAccessTimeoutException.class [DEBUG] visitClassFile(): path=jakarta/ejb/CreateException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/CreateException.class [DEBUG] visitClassFile(): path=jakarta/ejb/DependsOn.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/DependsOn.class [DEBUG] visitClassFile(): path=jakarta/ejb/DuplicateKeyException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/DuplicateKeyException.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJB.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJB.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBAccessException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBAccessException.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBContext.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBContext.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBException.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBHome.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBHome.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBLocalHome.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBLocalHome.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBLocalObject.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBLocalObject.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBMetaData.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBMetaData.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBObject.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBObject.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBTransactionRequiredException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBTransactionRequiredException.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBTransactionRolledbackException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBTransactionRolledbackException.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBs.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBs.class [DEBUG] visitClassFile(): path=jakarta/ejb/EnterpriseBean.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EnterpriseBean.class [DEBUG] visitClassFile(): path=jakarta/ejb/EntityBean.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EntityBean.class [DEBUG] visitClassFile(): path=jakarta/ejb/EntityContext.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EntityContext.class [DEBUG] visitClassFile(): path=jakarta/ejb/FinderException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/FinderException.class [DEBUG] visitClassFile(): path=jakarta/ejb/Handle.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Handle.class [DEBUG] visitClassFile(): path=jakarta/ejb/HomeHandle.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/HomeHandle.class [DEBUG] visitClassFile(): path=jakarta/ejb/IllegalLoopbackException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/IllegalLoopbackException.class [DEBUG] visitClassFile(): path=jakarta/ejb/Init.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Init.class [DEBUG] visitClassFile(): path=jakarta/ejb/Local.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Local.class [DEBUG] visitClassFile(): path=jakarta/ejb/LocalBean.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/LocalBean.class [DEBUG] visitClassFile(): path=jakarta/ejb/LocalHome.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/LocalHome.class [DEBUG] visitClassFile(): path=jakarta/ejb/Lock.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Lock.class [DEBUG] visitClassFile(): path=jakarta/ejb/LockType.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/LockType.class [DEBUG] visitClassFile(): path=jakarta/ejb/MessageDriven.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/MessageDriven.class [DEBUG] visitClassFile(): path=jakarta/ejb/MessageDrivenBean.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/MessageDrivenBean.class [DEBUG] visitClassFile(): path=jakarta/ejb/MessageDrivenContext.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/MessageDrivenContext.class [DEBUG] visitClassFile(): path=jakarta/ejb/NoMoreTimeoutsException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/NoMoreTimeoutsException.class [DEBUG] visitClassFile(): path=jakarta/ejb/NoSuchEJBException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/NoSuchEJBException.class [DEBUG] visitClassFile(): path=jakarta/ejb/NoSuchEntityException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/NoSuchEntityException.class [DEBUG] visitClassFile(): path=jakarta/ejb/NoSuchObjectLocalException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/NoSuchObjectLocalException.class [DEBUG] visitClassFile(): path=jakarta/ejb/ObjectNotFoundException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ObjectNotFoundException.class [DEBUG] visitClassFile(): path=jakarta/ejb/PostActivate.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/PostActivate.class [DEBUG] visitClassFile(): path=jakarta/ejb/PrePassivate.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/PrePassivate.class [DEBUG] visitClassFile(): path=jakarta/ejb/Remote.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Remote.class [DEBUG] visitClassFile(): path=jakarta/ejb/RemoteHome.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/RemoteHome.class [DEBUG] visitClassFile(): path=jakarta/ejb/Remove.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Remove.class [DEBUG] visitClassFile(): path=jakarta/ejb/RemoveException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/RemoveException.class [DEBUG] visitClassFile(): path=jakarta/ejb/Schedule.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Schedule.class [DEBUG] parseClassFile(): path=java/lang/annotation/Repeatable.class resource=:jrt:/java.base/java/lang/annotation/Repeatable.class: [DEBUG] visitClassFile(): path=java/lang/annotation/Repeatable.class resource=:jrt:/java.base/java/lang/annotation/Repeatable.class: [DEBUG] visitClassFile(): path=jakarta/ejb/ScheduleExpression.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ScheduleExpression.class [DEBUG] visitClassFile(): path=jakarta/ejb/Schedules.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Schedules.class [DEBUG] visitClassFile(): path=jakarta/ejb/SessionBean.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/SessionBean.class [DEBUG] visitClassFile(): path=jakarta/ejb/SessionContext.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/SessionContext.class [DEBUG] visitClassFile(): path=jakarta/ejb/SessionSynchronization.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/SessionSynchronization.class [DEBUG] visitClassFile(): path=jakarta/ejb/Singleton.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Singleton.class [DEBUG] visitClassFile(): path=jakarta/ejb/Startup.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Startup.class [DEBUG] visitClassFile(): path=jakarta/ejb/Stateful.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Stateful.class [DEBUG] visitClassFile(): path=jakarta/ejb/StatefulTimeout.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/StatefulTimeout.class [DEBUG] visitClassFile(): path=jakarta/ejb/Stateless.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Stateless.class [DEBUG] visitClassFile(): path=jakarta/ejb/TimedObject.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TimedObject.class [DEBUG] visitClassFile(): path=jakarta/ejb/Timeout.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Timeout.class [DEBUG] visitClassFile(): path=jakarta/ejb/Timer.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Timer.class [DEBUG] visitClassFile(): path=jakarta/ejb/TimerConfig.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TimerConfig.class [DEBUG] visitClassFile(): path=jakarta/ejb/TimerHandle.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TimerHandle.class [DEBUG] visitClassFile(): path=jakarta/ejb/TimerService.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TimerService.class [DEBUG] visitClassFile(): path=jakarta/ejb/TransactionAttribute.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionAttribute.class [DEBUG] visitClassFile(): path=jakarta/ejb/TransactionAttributeType.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionAttributeType.class [DEBUG] visitClassFile(): path=jakarta/ejb/TransactionManagement.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionManagement.class [DEBUG] visitClassFile(): path=jakarta/ejb/TransactionManagementType.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionManagementType.class [DEBUG] visitClassFile(): path=jakarta/ejb/TransactionRequiredLocalException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionRequiredLocalException.class [DEBUG] visitClassFile(): path=jakarta/ejb/TransactionRolledbackLocalException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionRolledbackLocalException.class [DEBUG] visitClassFile(): path=jakarta/ejb/embeddable/EJBContainer.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/embeddable/EJBContainer.class [DEBUG] visitClassFile(): path=jakarta/ejb/spi/EJBContainerProvider.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/spi/EJBContainerProvider.class [DEBUG] visitClassFile(): path=jakarta/ejb/spi/HandleDelegate.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/spi/HandleDelegate.class [DEBUG] visitClassFile(): path=module-info.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/module-info.class [DEBUG] visitClassFile(): path=jakarta/ejb/AccessLocalException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/AccessLocalException.class [DEBUG] visitClassFile(): path=jakarta/ejb/AccessTimeout.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/AccessTimeout.class [DEBUG] visitClassFile(): path=jakarta/ejb/ActivationConfigProperty.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ActivationConfigProperty.class [DEBUG] visitClassFile(): path=jakarta/ejb/AfterBegin.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/AfterBegin.class [DEBUG] visitClassFile(): path=jakarta/ejb/AfterCompletion.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/AfterCompletion.class [DEBUG] visitClassFile(): path=jakarta/ejb/ApplicationException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ApplicationException.class [DEBUG] visitClassFile(): path=jakarta/ejb/AsyncResult.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/AsyncResult.class [DEBUG] visitClassFile(): path=jakarta/ejb/Asynchronous.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Asynchronous.class [DEBUG] visitClassFile(): path=jakarta/ejb/BeforeCompletion.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/BeforeCompletion.class [DEBUG] visitClassFile(): path=jakarta/ejb/ConcurrencyManagement.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ConcurrencyManagement.class [DEBUG] visitClassFile(): path=jakarta/ejb/ConcurrencyManagementType.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ConcurrencyManagementType.class [DEBUG] visitClassFile(): path=jakarta/ejb/ConcurrentAccessException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ConcurrentAccessException.class [DEBUG] visitClassFile(): path=jakarta/ejb/ConcurrentAccessTimeoutException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ConcurrentAccessTimeoutException.class [DEBUG] visitClassFile(): path=jakarta/ejb/CreateException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/CreateException.class [DEBUG] visitClassFile(): path=jakarta/ejb/DependsOn.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/DependsOn.class [DEBUG] visitClassFile(): path=jakarta/ejb/DuplicateKeyException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/DuplicateKeyException.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJB.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJB.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBAccessException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBAccessException.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBContext.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBContext.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBException.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBHome.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBHome.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBLocalHome.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBLocalHome.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBLocalObject.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBLocalObject.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBMetaData.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBMetaData.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBObject.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBObject.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBTransactionRequiredException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBTransactionRequiredException.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBTransactionRolledbackException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBTransactionRolledbackException.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBs.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBs.class [DEBUG] visitClassFile(): path=jakarta/ejb/EnterpriseBean.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EnterpriseBean.class [DEBUG] visitClassFile(): path=jakarta/ejb/EntityBean.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EntityBean.class [DEBUG] visitClassFile(): path=jakarta/ejb/EntityContext.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EntityContext.class [DEBUG] visitClassFile(): path=jakarta/ejb/FinderException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/FinderException.class [DEBUG] visitClassFile(): path=jakarta/ejb/Handle.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Handle.class [DEBUG] visitClassFile(): path=jakarta/ejb/HomeHandle.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/HomeHandle.class [DEBUG] visitClassFile(): path=jakarta/ejb/IllegalLoopbackException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/IllegalLoopbackException.class [DEBUG] visitClassFile(): path=jakarta/ejb/Init.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Init.class [DEBUG] visitClassFile(): path=jakarta/ejb/Local.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Local.class [DEBUG] visitClassFile(): path=jakarta/ejb/LocalBean.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/LocalBean.class [DEBUG] visitClassFile(): path=jakarta/ejb/LocalHome.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/LocalHome.class [DEBUG] visitClassFile(): path=jakarta/ejb/Lock.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Lock.class [DEBUG] visitClassFile(): path=jakarta/ejb/LockType.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/LockType.class [DEBUG] visitClassFile(): path=jakarta/ejb/MessageDriven.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/MessageDriven.class [DEBUG] visitClassFile(): path=jakarta/ejb/MessageDrivenBean.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/MessageDrivenBean.class [DEBUG] visitClassFile(): path=jakarta/ejb/MessageDrivenContext.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/MessageDrivenContext.class [DEBUG] visitClassFile(): path=jakarta/ejb/NoMoreTimeoutsException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/NoMoreTimeoutsException.class [DEBUG] visitClassFile(): path=jakarta/ejb/NoSuchEJBException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/NoSuchEJBException.class [DEBUG] visitClassFile(): path=jakarta/ejb/NoSuchEntityException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/NoSuchEntityException.class [DEBUG] visitClassFile(): path=jakarta/ejb/NoSuchObjectLocalException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/NoSuchObjectLocalException.class [DEBUG] visitClassFile(): path=jakarta/ejb/ObjectNotFoundException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ObjectNotFoundException.class [DEBUG] visitClassFile(): path=jakarta/ejb/PostActivate.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/PostActivate.class [DEBUG] visitClassFile(): path=jakarta/ejb/PrePassivate.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/PrePassivate.class [DEBUG] visitClassFile(): path=jakarta/ejb/Remote.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Remote.class [DEBUG] visitClassFile(): path=jakarta/ejb/RemoteHome.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/RemoteHome.class [DEBUG] visitClassFile(): path=jakarta/ejb/Remove.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Remove.class [DEBUG] visitClassFile(): path=jakarta/ejb/RemoveException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/RemoveException.class [DEBUG] visitClassFile(): path=jakarta/ejb/Schedule.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Schedule.class [DEBUG] visitClassFile(): path=jakarta/ejb/ScheduleExpression.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ScheduleExpression.class [DEBUG] visitClassFile(): path=jakarta/ejb/Schedules.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Schedules.class [DEBUG] visitClassFile(): path=jakarta/ejb/SessionBean.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/SessionBean.class [DEBUG] visitClassFile(): path=jakarta/ejb/SessionContext.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/SessionContext.class [DEBUG] visitClassFile(): path=jakarta/ejb/SessionSynchronization.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/SessionSynchronization.class [DEBUG] visitClassFile(): path=jakarta/ejb/Singleton.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Singleton.class [DEBUG] visitClassFile(): path=jakarta/ejb/Startup.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Startup.class [DEBUG] visitClassFile(): path=jakarta/ejb/Stateful.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Stateful.class [DEBUG] visitClassFile(): path=jakarta/ejb/StatefulTimeout.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/StatefulTimeout.class [DEBUG] visitClassFile(): path=jakarta/ejb/Stateless.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Stateless.class [DEBUG] visitClassFile(): path=jakarta/ejb/TimedObject.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TimedObject.class [DEBUG] visitClassFile(): path=jakarta/ejb/Timeout.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Timeout.class [DEBUG] visitClassFile(): path=jakarta/ejb/Timer.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Timer.class [DEBUG] visitClassFile(): path=jakarta/ejb/TimerConfig.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TimerConfig.class [DEBUG] visitClassFile(): path=jakarta/ejb/TimerHandle.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TimerHandle.class [DEBUG] visitClassFile(): path=jakarta/ejb/TimerService.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TimerService.class [DEBUG] visitClassFile(): path=jakarta/ejb/TransactionAttribute.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionAttribute.class [DEBUG] visitClassFile(): path=jakarta/ejb/TransactionAttributeType.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionAttributeType.class [DEBUG] visitClassFile(): path=jakarta/ejb/TransactionManagement.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionManagement.class [DEBUG] visitClassFile(): path=jakarta/ejb/TransactionManagementType.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionManagementType.class [DEBUG] visitClassFile(): path=jakarta/ejb/TransactionRequiredLocalException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionRequiredLocalException.class [DEBUG] visitClassFile(): path=jakarta/ejb/TransactionRolledbackLocalException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionRolledbackLocalException.class [DEBUG] visitClassFile(): path=jakarta/ejb/embeddable/EJBContainer.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/embeddable/EJBContainer.class [DEBUG] visitClassFile(): path=jakarta/ejb/spi/EJBContainerProvider.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/spi/EJBContainerProvider.class [DEBUG] visitClassFile(): path=jakarta/ejb/spi/HandleDelegate.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/spi/HandleDelegate.class [DEBUG] visitClassFile(): path=module-info.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/module-info.class [DEBUG] end [DEBUG] begin aQute.bnd.plugin.jpms.JPMSAnnotations@65d2d3cc [DEBUG] end [DEBUG] begin aQute.bnd.classindex.ClassIndexerAnalyzer@7901a5ab [DEBUG] end [DEBUG] begin org.apache.felix.bundleplugin.BlueprintPlugin@7f9d40b3 [DEBUG] end [DEBUG] begin aQute.lib.spring.SpringXMLType@4a7c72af [DEBUG] end [DEBUG] begin org.apache.felix.bundleplugin.JpaPlugin@1ba98508 [DEBUG] end [DEBUG] visitClassFile(): path=jakarta/ejb/AccessLocalException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/AccessLocalException.class [DEBUG] visitClassFile(): path=jakarta/ejb/AccessTimeout.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/AccessTimeout.class [DEBUG] visitClassFile(): path=jakarta/ejb/ActivationConfigProperty.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ActivationConfigProperty.class [DEBUG] visitClassFile(): path=jakarta/ejb/AfterBegin.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/AfterBegin.class [DEBUG] visitClassFile(): path=jakarta/ejb/AfterCompletion.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/AfterCompletion.class [DEBUG] visitClassFile(): path=jakarta/ejb/ApplicationException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ApplicationException.class [DEBUG] visitClassFile(): path=jakarta/ejb/AsyncResult.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/AsyncResult.class [DEBUG] visitClassFile(): path=jakarta/ejb/Asynchronous.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Asynchronous.class [DEBUG] visitClassFile(): path=jakarta/ejb/BeforeCompletion.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/BeforeCompletion.class [DEBUG] visitClassFile(): path=jakarta/ejb/ConcurrencyManagement.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ConcurrencyManagement.class [DEBUG] visitClassFile(): path=jakarta/ejb/ConcurrencyManagementType.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ConcurrencyManagementType.class [DEBUG] visitClassFile(): path=jakarta/ejb/ConcurrentAccessException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ConcurrentAccessException.class [DEBUG] visitClassFile(): path=jakarta/ejb/ConcurrentAccessTimeoutException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ConcurrentAccessTimeoutException.class [DEBUG] visitClassFile(): path=jakarta/ejb/CreateException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/CreateException.class [DEBUG] visitClassFile(): path=jakarta/ejb/DependsOn.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/DependsOn.class [DEBUG] visitClassFile(): path=jakarta/ejb/DuplicateKeyException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/DuplicateKeyException.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJB.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJB.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBAccessException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBAccessException.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBContext.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBContext.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBException.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBHome.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBHome.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBLocalHome.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBLocalHome.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBLocalObject.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBLocalObject.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBMetaData.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBMetaData.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBObject.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBObject.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBTransactionRequiredException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBTransactionRequiredException.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBTransactionRolledbackException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBTransactionRolledbackException.class [DEBUG] visitClassFile(): path=jakarta/ejb/EJBs.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EJBs.class [DEBUG] visitClassFile(): path=jakarta/ejb/EnterpriseBean.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EnterpriseBean.class [DEBUG] visitClassFile(): path=jakarta/ejb/EntityBean.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EntityBean.class [DEBUG] visitClassFile(): path=jakarta/ejb/EntityContext.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/EntityContext.class [DEBUG] visitClassFile(): path=jakarta/ejb/FinderException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/FinderException.class [DEBUG] visitClassFile(): path=jakarta/ejb/Handle.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Handle.class [DEBUG] visitClassFile(): path=jakarta/ejb/HomeHandle.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/HomeHandle.class [DEBUG] visitClassFile(): path=jakarta/ejb/IllegalLoopbackException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/IllegalLoopbackException.class [DEBUG] visitClassFile(): path=jakarta/ejb/Init.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Init.class [DEBUG] visitClassFile(): path=jakarta/ejb/Local.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Local.class [DEBUG] visitClassFile(): path=jakarta/ejb/LocalBean.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/LocalBean.class [DEBUG] visitClassFile(): path=jakarta/ejb/LocalHome.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/LocalHome.class [DEBUG] visitClassFile(): path=jakarta/ejb/Lock.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Lock.class [DEBUG] visitClassFile(): path=jakarta/ejb/LockType.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/LockType.class [DEBUG] visitClassFile(): path=jakarta/ejb/MessageDriven.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/MessageDriven.class [DEBUG] visitClassFile(): path=jakarta/ejb/MessageDrivenBean.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/MessageDrivenBean.class [DEBUG] visitClassFile(): path=jakarta/ejb/MessageDrivenContext.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/MessageDrivenContext.class [DEBUG] visitClassFile(): path=jakarta/ejb/NoMoreTimeoutsException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/NoMoreTimeoutsException.class [DEBUG] visitClassFile(): path=jakarta/ejb/NoSuchEJBException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/NoSuchEJBException.class [DEBUG] visitClassFile(): path=jakarta/ejb/NoSuchEntityException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/NoSuchEntityException.class [DEBUG] visitClassFile(): path=jakarta/ejb/NoSuchObjectLocalException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/NoSuchObjectLocalException.class [DEBUG] visitClassFile(): path=jakarta/ejb/ObjectNotFoundException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ObjectNotFoundException.class [DEBUG] visitClassFile(): path=jakarta/ejb/PostActivate.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/PostActivate.class [DEBUG] visitClassFile(): path=jakarta/ejb/PrePassivate.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/PrePassivate.class [DEBUG] visitClassFile(): path=jakarta/ejb/Remote.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Remote.class [DEBUG] visitClassFile(): path=jakarta/ejb/RemoteHome.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/RemoteHome.class [DEBUG] visitClassFile(): path=jakarta/ejb/Remove.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Remove.class [DEBUG] visitClassFile(): path=jakarta/ejb/RemoveException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/RemoveException.class [DEBUG] visitClassFile(): path=jakarta/ejb/Schedule.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Schedule.class [DEBUG] visitClassFile(): path=jakarta/ejb/ScheduleExpression.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/ScheduleExpression.class [DEBUG] visitClassFile(): path=jakarta/ejb/Schedules.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Schedules.class [DEBUG] visitClassFile(): path=jakarta/ejb/SessionBean.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/SessionBean.class [DEBUG] visitClassFile(): path=jakarta/ejb/SessionContext.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/SessionContext.class [DEBUG] visitClassFile(): path=jakarta/ejb/SessionSynchronization.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/SessionSynchronization.class [DEBUG] visitClassFile(): path=jakarta/ejb/Singleton.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Singleton.class [DEBUG] visitClassFile(): path=jakarta/ejb/Startup.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Startup.class [DEBUG] visitClassFile(): path=jakarta/ejb/Stateful.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Stateful.class [DEBUG] visitClassFile(): path=jakarta/ejb/StatefulTimeout.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/StatefulTimeout.class [DEBUG] visitClassFile(): path=jakarta/ejb/Stateless.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Stateless.class [DEBUG] visitClassFile(): path=jakarta/ejb/TimedObject.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TimedObject.class [DEBUG] visitClassFile(): path=jakarta/ejb/Timeout.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Timeout.class [DEBUG] visitClassFile(): path=jakarta/ejb/Timer.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/Timer.class [DEBUG] visitClassFile(): path=jakarta/ejb/TimerConfig.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TimerConfig.class [DEBUG] visitClassFile(): path=jakarta/ejb/TimerHandle.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TimerHandle.class [DEBUG] visitClassFile(): path=jakarta/ejb/TimerService.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TimerService.class [DEBUG] visitClassFile(): path=jakarta/ejb/TransactionAttribute.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionAttribute.class [DEBUG] visitClassFile(): path=jakarta/ejb/TransactionAttributeType.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionAttributeType.class [DEBUG] visitClassFile(): path=jakarta/ejb/TransactionManagement.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionManagement.class [DEBUG] visitClassFile(): path=jakarta/ejb/TransactionManagementType.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionManagementType.class [DEBUG] visitClassFile(): path=jakarta/ejb/TransactionRequiredLocalException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionRequiredLocalException.class [DEBUG] visitClassFile(): path=jakarta/ejb/TransactionRolledbackLocalException.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/TransactionRolledbackLocalException.class [DEBUG] visitClassFile(): path=jakarta/ejb/embeddable/EJBContainer.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/embeddable/EJBContainer.class [DEBUG] visitClassFile(): path=jakarta/ejb/spi/EJBContainerProvider.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/spi/EJBContainerProvider.class [DEBUG] visitClassFile(): path=jakarta/ejb/spi/HandleDelegate.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/jakarta/ejb/spi/HandleDelegate.class [DEBUG] visitClassFile(): path=module-info.class resource=/home/jenkins/agent/workspace/ejb-api-release/api/target/classes/module-info.class [DEBUG] parseClassFile(): path=java/lang/annotation/Annotation.class resource=:jrt:/java.base/java/lang/annotation/Annotation.class: [DEBUG] parseClassFile(): path=java/util/concurrent/Future.class resource=:jrt:/java.base/java/util/concurrent/Future.class: [DEBUG] parseClassFile(): path=java/rmi/Remote.class resource=:jrt:/java.rmi/java/rmi/Remote.class: [DEBUG] parseClassFile(): path=java/io/Serializable.class resource=:jrt:/java.base/java/io/Serializable.class: [DEBUG] parseClassFile(): path=java/lang/AutoCloseable.class resource=:jrt:/java.base/java/lang/AutoCloseable.class: [DEBUG] BND Manifest: #----------------------------------------------------------------------- Manifest-Version: 1.0 Bnd-LastModified: 1651625487623 Bundle-Description: Jakarta Enterprise Beans 4.0 API Design Specificatio n Bundle-DocURL: https://projects.eclipse.org/projects/ee4j.ejb Bundle-License: https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.ht ml, https://www.gnu.org/software/classpath/license.html Bundle-ManifestVersion: 2 Bundle-Name: Jakarta Enterprise Beans API Bundle-SymbolicName: jakarta.ejb-api Bundle-Vendor: Eclipse Foundation Bundle-Version: 4.0.1 Created-By: 9.0.4 (Oracle Corporation) Export-Package: jakarta.ejb.embeddable;uses:="javax.naming";version="4.0.1", jakarta.ejb.spi;uses:="jakarta.ejb,jakarta.ejb.embeddable";version="4.0 .1", jakarta.ejb;uses:="jakarta.transaction";version="4.0.1" Extension-Name: jakarta.ejb Implementation-Version: 4.0.1 Import-Package: jakarta.ejb, jakarta.ejb.embeddable, jakarta.ejb.spi, jakarta.transaction;version="[2.0,3)", javax.naming Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))" Specification-Vendor: Eclipse Foundation Specification-Version: 4.0 Tool: Bnd-5.1.1.202006162103 #----------------------------------------------------------------------- [DEBUG] Final Manifest: #----------------------------------------------------------------------- Manifest-Version: 1.0 Bnd-LastModified: 1651625487623 Build-Jdk: 9.0.4 Built-By: jenkins Bundle-Description: Jakarta Enterprise Beans 4.0 API Design Specificatio n Bundle-DocURL: https://projects.eclipse.org/projects/ee4j.ejb Bundle-License: https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.ht ml, https://www.gnu.org/software/classpath/license.html Bundle-ManifestVersion: 2 Bundle-Name: Jakarta Enterprise Beans API Bundle-SymbolicName: jakarta.ejb-api Bundle-Vendor: Eclipse Foundation Bundle-Version: 4.0.1 Created-By: Apache Maven Bundle Plugin Export-Package: jakarta.ejb.embeddable;uses:="javax.naming";version="4.0.1", jakarta.ejb.spi;uses:="jakarta.ejb,jakarta.ejb.embeddable";version="4.0 .1", jakarta.ejb;uses:="jakarta.transaction";version="4.0.1" Extension-Name: jakarta.ejb Implementation-Version: 4.0.1 Import-Package: jakarta.ejb, jakarta.ejb.embeddable, jakarta.ejb.spi, jakarta.transaction;version="[2.0,3)", javax.naming Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))" Specification-Vendor: Eclipse Foundation Specification-Version: 4.0 Tool: Bnd-5.1.1.202006162103 #----------------------------------------------------------------------- [DEBUG] Write manifest to /home/jenkins/agent/workspace/ejb-api-release/api/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jakarta.ejb-api --- [DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:testResources' with basic configurator --> [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/ejb-api-release/api/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@306c7bf6 [DEBUG] (f) supportMultiLineFiltering = false [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {java.specification.version=9, env.USER_NAME=jenkins, env.EXECUTOR_NUMBER=0, java.vendor.url=http://java.oracle.com/, env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, sun.boot.library.path=/opt/tools/java/oracle/jdk-9/9.0.4/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn --batch-mode -X -U -C -s /home/jenkins/.m2/settings.xml -DskipTests -Ddoclint=none -Poss-release clean package source:jar javadoc:jar gpg:sign install:install nexus-staging:deploy --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn, jdk.debug=release, maven.version=3.8.5, spec-version-maven-plugin.version=2.1, java.specification.name=Java Platform API Specification, java.vm.specification.vendor=Oracle Corporation, sonatypeOssDistMgmtReleasesUrl=https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/, env.OPENJ9_JAVA_COMMAND_LINE=/opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -headless -tunnel jenkins-discovery.ejb.svc.cluster.local:50000 -url http://jenkins-ui.ejb.svc.cluster.local/ejb/ -workDir /home/jenkins/agent 138e9ec9acf64b30a9d5e9d0f4da8b60d2806df60689d5b6572970c4509e377a basic-s8ls4, env.DRY_RUN=false, java.runtime.version=9.0.4+11, env.GIT_BRANCH=origin/master, env.JENKINS_UI_PORT_80_TCP_PORT=80, java.io.tmpdir=/tmp, java.version=9.0.4, build-helper-maven-plugin.version=3.1.0, java.vm.specification.name=Java Virtual Machine Specification, env.JOB_NAME=ejb-api-release, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Oracle Corporation, env.HUDSON_HOME=/var/jenkins, legal.doc.source=../, env.LANG=en_US.UTF-8, env.JENKINS_AGENT_WORKDIR=/home/jenkins/agent, user.timezone=, env.KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443, env.RUN_DISPLAY_URL=https://ci.eclipse.org/ejb/job/ejb-api-release/45/display/redirect, java.vm.specification.version=9, maven.compiler.source=1.8, user.home=/home/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.219.135, jakarta.transaction-api.version=2.0.0, env.GIT_PREVIOUS_COMMIT=c18a21efba2a2763efef1efebd3959848a898abf, env.LANGUAGE=en_US:en, env.JENKINS_UI_PORT_80_TCP=tcp://10.30.44.165:80, os.version=5.14.14-200.fc34.x86_64, env.NODE_NAME=basic-s8ls4, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.JENKINS_DISCOVERY_PORT=tcp://10.30.219.135:50000, os.arch=amd64, spec.bundle.version=4.0.1, env.JENKINS_UI_PORT=tcp://10.30.44.165:80, env.JENKINS_DISCOVERY_SERVICE_HOST=10.30.219.135, maven-site-plugin.version=3.9.0, awt.toolkit=sun.awt.X11.XToolkit, env.JENKINS_REMOTING_JAVA_OPTS=-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true, env.HUDSON_URL=https://ci.eclipse.org/ejb/, spotbugs.version=4.0.3, env.JAVA_HOME=/opt/tools/java/oracle/jdk-9/latest, java.vm.compressedOopsMode=Zero based, sonatypeOssDistMgmtStagingUrl=https://jakarta.oss.sonatype.org/content/repositories/staging/, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, env.BUILD_URL=https://ci.eclipse.org/ejb/job/ejb-api-release/45/, spec.bundle.symbolic-name=jakarta.ejb-api, env.JOB_URL=https://ci.eclipse.org/ejb/job/ejb-api-release/, env.NODE_LABELS=basic basic-s8ls4, sonatypeOssDistMgmtSnapshotsUrl=https://jakarta.oss.sonatype.org/content/repositories/snapshots/, env.SSH_AUTH_SOCK=/tmp/ssh-ZCYSxkEz6EAK/agent.58, sun.os.patch.level=unknown, maven.compiler.target=1.8, library.jansi.path=/opt/tools/apache-maven/latest/lib/jansi-native, env.HUDSON_SERVER_COOKIE=1d290475ac64e85f, maven.conf=/opt/tools/apache-maven/latest/conf, sun.java.launcher=SUN_STANDARD, user.country=US, spec.implementation.version=4.0.1, env.RELEASE_VERSION=4.0.1, doclint=none, maven-source-plugin.version=3.2.1, env.GIT_COMMIT=c18a21efba2a2763efef1efebd3959848a898abf, env.LC_ALL=en_US.UTF-8, java.runtime.name=Java(TM) SE Runtime Environment, env.BUILD_DISPLAY_NAME=#45, env.JENKINS_UI_SERVICE_PORT_HTTP=80, release.arguments=, env.MAVEN_CMD_LINE_ARGS= -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn --batch-mode -X -U -C -s /home/jenkins/.m2/settings.xml -DskipTests -Ddoclint=none -Poss-release clean package source:jar javadoc:jar gpg:sign install:install nexus-staging:deploy --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn, env.WORKSPACE_TMP=/home/jenkins/agent/workspace/ejb-api-release@tmp, env.JOB_BASE_NAME=ejb-api-release, env.TERM=xterm, sun.cpu.isalist=, sun.arch.data.model=64, spec.version=4.0, env.JENKINS_HOME=/var/jenkins, env.JOB_DISPLAY_URL=https://ci.eclipse.org/ejb/job/ejb-api-release/display/redirect, maven-jar-plugin.version=3.2.0, maven-compiler-plugin.version=3.8.1, java.specification.vendor=Oracle Corporation, java.home=/opt/tools/java/oracle/jdk-9/9.0.4, env.JENKINS_SERVER_COOKIE=1d290475ac64e85f, env.GIT_URL=git@github.com:jakartaee/enterprise-beans.git, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/ejb/job/ejb-api-release/45/display/redirect?page=artifacts, extension.name=jakarta.ejb, env.PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-9/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, file.encoding=UTF-8, env.HOSTNAME=basic-s8ls4, env.SHLVL=1, env.WORKSPACE=/home/jenkins/agent/workspace/ejb-api-release, java.awt.printerjob=sun.print.PSPrinterJob, env.BUILD_ID=45, classworlds.conf=/opt/tools/apache-maven/latest/bin/m2.conf, sun.io.unicode.encoding=UnicodeLittle, env.JENKINS_TUNNEL=jenkins-discovery.ejb.svc.cluster.local:50000, maven-bundle-plugin.version=5.1.2, env.RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/ejb/job/ejb-api-release/45/display/redirect?page=tests, env.JENKINS_UI_SERVICE_PORT=80, env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, env.KUBERNETES_SERVICE_PORT_HTTPS=443, os.name=Linux, env.JAVA_VERSION=jdk-11.0.15+10_openj9-0.32.0, env.JENKINS_AGENT_NAME=basic-s8ls4, spec.extension.name=jakarta.ejb, env.NEXT_VERSION=4.0.2-SNAPSHOT, env.OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle, maven-enforcer-plugin.version=3.0.0-M3, env.HUDSON_COOKIE=cf233d7a-3eca-4974-9310-e6127851216a, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, env.JENKINS_URL=https://ci.eclipse.org/ejb/, maven-project-info-reports-plugin.version=3.0.0, org.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn, path.separator=:, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.219.135:50000, env.KUBERNETES_SERVICE_HOST=10.30.0.1, env.KEYRING=****, maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/ejb-api-release/api, env.MAVEN_PROJECTBASEDIR=/home/jenkins/agent/workspace/ejb-api-release/api, java.vm.info=mixed mode, java.class.version=53.0, env.GITLAB_OBJECT_KIND=none, env.KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1, env.BUILD_TAG=jenkins-ejb-api-release-45, sun.jnu.encoding=UTF-8, sonatypeOssDistMgmtNexusUrl=https://jakarta.oss.sonatype.org/, env.BRANCH=master, env.JENKINS_SECRET=138e9ec9acf64b30a9d5e9d0f4da8b60d2806df60689d5b6572970c4509e377a, spec.specification.version=4.0, maven.build.version=Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0), maven.home=/opt/tools/apache-maven/latest, file.separator=/, env.JENKINS_UI_PORT_80_TCP_ADDR=10.30.44.165, line.separator= , user.name=jenkins, spec.bundle.spec.version=4.0, env.JENKINS_UI_PORT_80_TCP_PROTO=tcp, current.year=2022, env.RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/ejb/job/ejb-api-release/45/display/redirect?page=changes, project.reporting.outputEncoding=UTF-8, env.NSS_SDB_USE_CACHE=no, env.OLDPWD=/home/jenkins/agent/workspace/ejb-api-release/api, env.BUILD_NUMBER=45, env.PWD=/home/jenkins/agent/workspace/ejb-api-release/api, file.encoding.pkg=sun.io, java.class.path=/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.6.0.jar, env.HOME=/home/jenkins, java.vm.vendor=Oracle Corporation, maven-javadoc-plugin.version=3.2.0, env.JENKINS_NAME=basic-s8ls4, env.CI=true, env.KUBERNETES_PORT_443_TCP_PORT=443, env.JENKINS_DISCOVERY_SERVICE_PORT=50000, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, env.JENKINS_UI_SERVICE_HOST=10.30.44.165, sun.cpu.endian=little, user.language=en, env.KUBERNETES_SERVICE_PORT=443, project.build.sourceEncoding=UTF-8, skipTests=true, env.KUBERNETES_PORT=tcp://10.30.0.1:443, java.vendor.url.bug=http://bugreport.java.com/bugreport/, user.dir=/home/jenkins/agent/workspace/ejb-api-release/api, spotbugs-maven-plugin.version=4.0.0, java.vm.version=9.0.4+11, env.OVERWRITE=false} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/ejb-api-release/api/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ejb-api-release/api/src/test/resources [DEBUG] no use filter components [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jakarta.ejb-api --- [DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/ejb-api-release/api [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target [DEBUG] (f) compilePath = [/home/jenkins/agent/workspace/ejb-api-release/api/target/classes, /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.jar] [DEBUG] (f) compileSourceRoots = [/home/jenkins/agent/workspace/ejb-api-release/api/src/test/java] [DEBUG] (f) compilerId = javac [DEBUG] (f) debug = true [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) failOnError = true [DEBUG] (f) failOnWarning = false [DEBUG] (f) forceJavacCompilerUse = false [DEBUG] (f) fork = false [DEBUG] (f) generatedTestSourcesDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target/generated-test-sources/test-annotations [DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile {execution: default-testCompile} [DEBUG] (f) optimize = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target/test-classes [DEBUG] (f) parameters = false [DEBUG] (f) project = MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@306c7bf6 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) skipMultiThreadWarning = false [DEBUG] (f) source = 1.8 [DEBUG] (f) staleMillis = 0 [DEBUG] (s) target = 1.8 [DEBUG] (f) testPath = [/home/jenkins/agent/workspace/ejb-api-release/api/target/test-classes, /home/jenkins/agent/workspace/ejb-api-release/api/target/classes, /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.jar] [DEBUG] (f) useIncrementalCompilation = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Using compiler 'javac'. [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jakarta.ejb-api --- [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:pom:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven:pom:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/2.0.9/maven-2.0.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-booter:pom:2.12.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-booter/2.12.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-api:pom:2.12.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/2.12.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.surefire:maven-surefire-common:pom:2.12.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.12.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.plugin-tools:maven-plugin-annotations:pom:3.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.plugin-tools:maven-plugin-tools:pom:3.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-artifact:pom:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-project:pom:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-settings:pom:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-model:pom:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-profile:pom:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-artifact-manager:pom:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:pom:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-plugin-registry:pom:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-core:pom:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-plugin-parameter-documenter:pom:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.reporting:maven-reporting-api:pom:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.reporting:maven-reporting:pom:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-error-diagnostics:pom:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-plugin-descriptor:pom:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-monitor:pom:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-toolchain:pom:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom.lastUpdated [DEBUG] Resolving artifact org.apache.commons:commons-lang3:pom:3.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.shared:maven-common-artifact-filters:pom:1.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-components:pom:12 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/12/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:13 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/13/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/13/maven-parent-13.pom.lastUpdated [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=159778, ConflictMarker.markTime=60913, ConflictMarker.nodeCount=132, ConflictIdSorter.graphTime=63414, ConflictIdSorter.topsortTime=27056, ConflictIdSorter.conflictIdCount=27, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=496778, ConflictResolver.conflictItemCount=77, DefaultDependencyCollector.collectTime=947017775, DefaultDependencyCollector.transformTime=855539} [DEBUG] org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4 [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile [DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.12.4:compile [DEBUG] org.apache.maven.surefire:surefire-api:jar:2.12.4:compile (version managed from default) [DEBUG] org.apache.maven.surefire:maven-surefire-common:jar:2.12.4:compile [DEBUG] org.apache.commons:commons-lang3:jar:3.1:compile (version managed from default) [DEBUG] org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.8:compile [DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-profile:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-model:jar:2.0.9:compile (version managed from default) [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [DEBUG] junit:junit:jar:3.8.1:test (scope managed from default) (version managed from default) [DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile (exclusions managed from default) [DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile [DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile [DEBUG] classworlds:classworlds:jar:1.1:compile [DEBUG] org.apache.maven:maven-toolchain:jar:2.0.9:compile [DEBUG] org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1:compile [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:jar:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-booter:jar:2.12.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-api:jar:2.12.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.surefire:maven-surefire-common:jar:2.12.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.commons:commons-lang3:jar:3.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-common-artifact-filters:jar:1.3 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact:jar:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-project:jar:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-settings:jar:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-profile:jar:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-model:jar:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact-manager:jar:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-registry:jar:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-core:jar:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.reporting:maven-reporting-api:jar:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:jar:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-error-diagnostics:jar:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-descriptor:jar:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-monitor:jar:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-toolchain:jar:2.0.9 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-booter/2.12.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/2.12.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.12.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/2.0.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar.lastUpdated [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4 [DEBUG] Imported: < project>jakarta.ejb:jakarta.ejb-api:4.0.1 [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4 [DEBUG] Included: org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4 [DEBUG] Included: org.apache.maven.surefire:surefire-booter:jar:2.12.4 [DEBUG] Included: org.apache.maven.surefire:surefire-api:jar:2.12.4 [DEBUG] Included: org.apache.maven.surefire:maven-surefire-common:jar:2.12.4 [DEBUG] Included: org.apache.commons:commons-lang3:jar:3.1 [DEBUG] Included: org.apache.maven.shared:maven-common-artifact-filters:jar:1.3 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.8 [DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.9 [DEBUG] Included: org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1 [DEBUG] Configuring mojo org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test' with basic configurator --> [DEBUG] (s) basedir = /home/jenkins/agent/workspace/ejb-api-release/api [DEBUG] (s) childDelegation = false [DEBUG] (s) classesDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target/classes [DEBUG] (s) disableXmlReport = false [DEBUG] (s) enableAssertions = true [DEBUG] (s) forkMode = once [DEBUG] (s) junitArtifactName = junit:junit [DEBUG] (s) localRepository = id: local url: file:///home/jenkins/.m2/repository/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) parallelMavenExecution = false [DEBUG] (s) perCoreThreadCount = true [DEBUG] (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.12.4:, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.0.9:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.12.4:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.12.4:compile, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.12.4:compile, org.apache.commons:commons-lang3=org.apache.commons:commons-lang3:jar:3.1:compile, org.apache.maven.shared:maven-common-artifact-filters=org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:3.0.8:compile, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.0.9:compile, org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.0.9:compile, org.apache.maven:maven-settings=org.apache.maven:maven-settings:jar:2.0.9:compile, org.apache.maven:maven-profile=org.apache.maven:maven-profile:jar:2.0.9:compile, org.apache.maven:maven-model=org.apache.maven:maven-model:jar:2.0.9:compile, org.apache.maven:maven-artifact-manager=org.apache.maven:maven-artifact-manager:jar:2.0.9:compile, org.apache.maven:maven-plugin-registry=org.apache.maven:maven-plugin-registry:jar:2.0.9:compile, org.codehaus.plexus:plexus-container-default=org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, org.apache.maven:maven-core=org.apache.maven:maven-core:jar:2.0.9:compile, org.apache.maven:maven-plugin-parameter-documenter=org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile, org.apache.maven:maven-repository-metadata=org.apache.maven:maven-repository-metadata:jar:2.0.9:compile, org.apache.maven:maven-error-diagnostics=org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile, org.apache.maven:maven-plugin-descriptor=org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile, org.apache.maven:maven-monitor=org.apache.maven:maven-monitor:jar:2.0.9:compile, classworlds:classworlds=classworlds:classworlds:jar:1.1:compile, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchain:jar:2.0.9:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1:compile} [DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:help' role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test' --- [DEBUG] (s) printSummary = true [DEBUG] (s) projectArtifactMap = {jakarta.transaction:jakarta.transaction-api=jakarta.transaction:jakarta.transaction-api:jar:2.0.0:compile} [DEBUG] (s) redirectTestOutputToFile = false [DEBUG] (s) remoteRepositories = [ id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => never] blocked: false ] [DEBUG] (s) reportFormat = brief [DEBUG] (s) reportsDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target/surefire-reports [DEBUG] (s) runOrder = filesystem [DEBUG] (s) skip = false [DEBUG] (s) skipTests = true [DEBUG] (s) testClassesDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target/test-classes [DEBUG] (s) testFailureIgnore = false [DEBUG] (s) testNGArtifactName = org.testng:testng [DEBUG] (s) testSourceDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/src/test/java [DEBUG] (s) trimStackTrace = true [DEBUG] (s) useFile = true [DEBUG] (s) useManifestOnlyJar = true [DEBUG] (s) useSystemClassLoader = true [DEBUG] (s) useUnlimitedThreads = false [DEBUG] (s) workingDirectory = /home/jenkins/agent/workspace/ejb-api-release/api [DEBUG] (s) project = MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (s) session = org.apache.maven.execution.MavenSession@306c7bf6 [DEBUG] -- end configuration -- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jakarta.ejb-api --- [DEBUG] Resolving artifact org.apache.maven:maven-archiver:pom:3.5.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.5.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-archiver:pom:4.2.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.2.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-io:pom:3.2.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.2.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom.lastUpdated [DEBUG] Resolving artifact commons-io:commons-io:pom:2.6 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-io/commons-io/2.6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-io/commons-io/2.6/commons-io-2.6.pom.lastUpdated [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:42 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/42/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/42/commons-parent-42.pom.lastUpdated [DEBUG] Resolving artifact org.apache.commons:commons-compress:pom:1.19 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.19/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom.lastUpdated [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:48 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/48/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/48/commons-parent-48.pom.lastUpdated [DEBUG] Resolving artifact org.iq80.snappy:snappy:pom:0.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/iq80/snappy/snappy/0.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.pom.lastUpdated [DEBUG] Resolving artifact org.tukaani:xz:pom:1.8 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/tukaani/xz/1.8/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/tukaani/xz/1.8/xz-1.8.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:pom:1.25 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.25/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-archiver:pom:4.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.2.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom.lastUpdated [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=109815, ConflictMarker.markTime=54516, ConflictMarker.nodeCount=106, ConflictIdSorter.graphTime=59067, ConflictIdSorter.topsortTime=31142, ConflictIdSorter.conflictIdCount=36, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=661931, ConflictResolver.conflictItemCount=97, DefaultDependencyCollector.collectTime=180517856, DefaultDependencyCollector.transformTime=977323} [DEBUG] org.apache.maven.plugins:maven-jar-plugin:jar:3.2.0 [DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile [DEBUG] org.apache.maven:maven-model:jar:3.0:compile [DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile [DEBUG] org.apache.maven:maven-core:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile [DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime [DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile (version managed from default) [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile [DEBUG] org.apache.maven.shared:file-management:jar:3.0.0:compile [DEBUG] org.apache.maven.shared:maven-shared-io:jar:3.0.0:compile [DEBUG] org.apache.maven:maven-compat:jar:3.0:compile [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:2.10:compile [DEBUG] org.apache.maven:maven-archiver:jar:3.5.0:compile [DEBUG] commons-io:commons-io:jar:2.5:compile [DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.2.1:compile [DEBUG] org.codehaus.plexus:plexus-io:jar:3.2.0:compile [DEBUG] org.apache.commons:commons-compress:jar:1.19:compile [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.8:runtime [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.3.0:compile [DEBUG] Resolving artifact org.apache.maven:maven-archiver:jar:3.5.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-archiver:jar:4.2.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-io:jar:3.2.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.commons:commons-compress:jar:1.19 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.iq80.snappy:snappy:jar:0.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.tukaani:xz:jar:1.8 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.5.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.2.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.2.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.19/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/iq80/snappy/snappy/0.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/tukaani/xz/1.8/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/tukaani/xz/1.8/xz-1.8.jar.lastUpdated [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-jar-plugin:3.2.0 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-jar-plugin:3.2.0 [DEBUG] Imported: < project>jakarta.ejb:jakarta.ejb-api:4.0.1 [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-jar-plugin:3.2.0 [DEBUG] Included: org.apache.maven.plugins:maven-jar-plugin:jar:3.2.0 [DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 [DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 [DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.1 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [DEBUG] Included: org.apache.maven.shared:file-management:jar:3.0.0 [DEBUG] Included: org.apache.maven.shared:maven-shared-io:jar:3.0.0 [DEBUG] Included: org.apache.maven:maven-archiver:jar:3.5.0 [DEBUG] Included: commons-io:commons-io:jar:2.5 [DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.2.1 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.2.0 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.19 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.8 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.3.0 [DEBUG] Configuring mojo org.apache.maven.plugins:maven-jar-plugin:3.2.0:jar from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-jar-plugin:3.2.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-jar-plugin:3.2.0:jar' with basic configurator --> [DEBUG] (s) manifestFile = /home/jenkins/agent/workspace/ejb-api-release/api/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@a36ff0b [DEBUG] (f) classesDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target/classes [DEBUG] (f) excludes = [**/*.java] [DEBUG] (f) finalName = jakarta.ejb-api-4.0.1 [DEBUG] (f) forceCreation = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target [DEBUG] (f) project = MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@306c7bf6 [DEBUG] (f) skipIfEmpty = false [DEBUG] (f) useDefaultManifestFile = false [DEBUG] -- end configuration -- [DEBUG] isUp2date: false (Destination /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1.jar not found.) [INFO] Building jar: /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory jakarta/ [DEBUG] adding directory jakarta/ejb/ [DEBUG] adding directory jakarta/ejb/embeddable/ [DEBUG] adding directory jakarta/ejb/spi/ [DEBUG] adding entry jakarta/ejb/embeddable/package.html [DEBUG] adding entry jakarta/ejb/embeddable/EJBContainer.class [DEBUG] adding entry jakarta/ejb/package.html [DEBUG] adding entry jakarta/ejb/spi/package.html [DEBUG] adding entry jakarta/ejb/spi/EJBContainerProvider.class [DEBUG] adding entry jakarta/ejb/spi/HandleDelegate.class [DEBUG] adding entry jakarta/ejb/EJB.class [DEBUG] adding entry jakarta/ejb/SessionSynchronization.class [DEBUG] adding entry jakarta/ejb/EJBException.class [DEBUG] adding entry jakarta/ejb/EnterpriseBean.class [DEBUG] adding entry jakarta/ejb/LocalBean.class [DEBUG] adding entry jakarta/ejb/MessageDrivenBean.class [DEBUG] adding entry jakarta/ejb/MessageDrivenContext.class [DEBUG] adding entry jakarta/ejb/EJBContext.class [DEBUG] adding entry jakarta/ejb/EJBHome.class [DEBUG] adding entry jakarta/ejb/EJBLocalHome.class [DEBUG] adding entry jakarta/ejb/TimerService.class [DEBUG] adding entry jakarta/ejb/Timer.class [DEBUG] adding entry jakarta/ejb/TimerConfig.class [DEBUG] adding entry jakarta/ejb/ScheduleExpression.class [DEBUG] adding entry jakarta/ejb/NoSuchObjectLocalException.class [DEBUG] adding entry jakarta/ejb/NoMoreTimeoutsException.class [DEBUG] adding entry jakarta/ejb/TimerHandle.class [DEBUG] adding entry jakarta/ejb/RemoveException.class [DEBUG] adding entry jakarta/ejb/Handle.class [DEBUG] adding entry jakarta/ejb/EJBMetaData.class [DEBUG] adding entry jakarta/ejb/HomeHandle.class [DEBUG] adding entry jakarta/ejb/EJBObject.class [DEBUG] adding entry jakarta/ejb/DependsOn.class [DEBUG] adding entry jakarta/ejb/ConcurrentAccessException.class [DEBUG] adding entry jakarta/ejb/CreateException.class [DEBUG] adding entry jakarta/ejb/Init.class [DEBUG] adding entry jakarta/ejb/ApplicationException.class [DEBUG] adding entry jakarta/ejb/AfterCompletion.class [DEBUG] adding entry jakarta/ejb/TransactionManagementType.class [DEBUG] adding entry jakarta/ejb/EJBAccessException.class [DEBUG] adding entry jakarta/ejb/LockType.class [DEBUG] adding entry jakarta/ejb/Singleton.class [DEBUG] adding entry jakarta/ejb/FinderException.class [DEBUG] adding entry jakarta/ejb/TimedObject.class [DEBUG] adding entry jakarta/ejb/EJBTransactionRolledbackException.class [DEBUG] adding entry jakarta/ejb/ConcurrencyManagementType.class [DEBUG] adding entry jakarta/ejb/IllegalLoopbackException.class [DEBUG] adding entry jakarta/ejb/Schedule.class [DEBUG] adding entry jakarta/ejb/NoSuchEJBException.class [DEBUG] adding entry jakarta/ejb/Timeout.class [DEBUG] adding entry jakarta/ejb/AfterBegin.class [DEBUG] adding entry jakarta/ejb/NoSuchEntityException.class [DEBUG] adding entry jakarta/ejb/TransactionAttributeType.class [DEBUG] adding entry jakarta/ejb/BeforeCompletion.class [DEBUG] adding entry jakarta/ejb/TransactionRequiredLocalException.class [DEBUG] adding entry jakarta/ejb/EJBLocalObject.class [DEBUG] adding entry jakarta/ejb/TransactionAttribute.class [DEBUG] adding entry jakarta/ejb/Remove.class [DEBUG] adding entry jakarta/ejb/Schedules.class [DEBUG] adding entry jakarta/ejb/EJBs.class [DEBUG] adding entry jakarta/ejb/Remote.class [DEBUG] adding entry jakarta/ejb/SessionBean.class [DEBUG] adding entry jakarta/ejb/SessionContext.class [DEBUG] adding entry jakarta/ejb/AsyncResult.class [DEBUG] adding entry jakarta/ejb/EntityContext.class [DEBUG] adding entry jakarta/ejb/StatefulTimeout.class [DEBUG] adding entry jakarta/ejb/Lock.class [DEBUG] adding entry jakarta/ejb/AccessTimeout.class [DEBUG] adding entry jakarta/ejb/ConcurrentAccessTimeoutException.class [DEBUG] adding entry jakarta/ejb/PostActivate.class [DEBUG] adding entry jakarta/ejb/RemoteHome.class [DEBUG] adding entry jakarta/ejb/TransactionRolledbackLocalException.class [DEBUG] adding entry jakarta/ejb/Stateless.class [DEBUG] adding entry jakarta/ejb/Local.class [DEBUG] adding entry jakarta/ejb/DuplicateKeyException.class [DEBUG] adding entry jakarta/ejb/PrePassivate.class [DEBUG] adding entry jakarta/ejb/ConcurrencyManagement.class [DEBUG] adding entry jakarta/ejb/LocalHome.class [DEBUG] adding entry jakarta/ejb/ObjectNotFoundException.class [DEBUG] adding entry jakarta/ejb/Stateful.class [DEBUG] adding entry jakarta/ejb/EntityBean.class [DEBUG] adding entry jakarta/ejb/Startup.class [DEBUG] adding entry jakarta/ejb/ActivationConfigProperty.class [DEBUG] adding entry jakarta/ejb/AccessLocalException.class [DEBUG] adding entry jakarta/ejb/EJBTransactionRequiredException.class [DEBUG] adding entry jakarta/ejb/Asynchronous.class [DEBUG] adding entry jakarta/ejb/MessageDriven.class [DEBUG] adding entry jakarta/ejb/TransactionManagement.class [DEBUG] adding entry META-INF/LICENSE.md [DEBUG] adding entry META-INF/NOTICE.md [DEBUG] Module descriptor found: module-info.class [DEBUG] adding entry module-info.class [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/jakarta.ejb/ [DEBUG] adding directory META-INF/maven/jakarta.ejb/jakarta.ejb-api/ [DEBUG] adding entry META-INF/maven/jakarta.ejb/jakarta.ejb-api/pom.xml [DEBUG] adding entry META-INF/maven/jakarta.ejb/jakarta.ejb-api/pom.properties [DEBUG] Using the jar tool to update the archive to modular JAR. [INFO] [INFO] --- spec-version-maven-plugin:2.1:check-module (default) @ jakarta.ejb-api --- [DEBUG] Configuring mojo org.glassfish.build:spec-version-maven-plugin:2.1:check-module from plugin realm ClassRealm[plugin>org.glassfish.build:spec-version-maven-plugin:2.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.glassfish.build:spec-version-maven-plugin:2.1:check-module' with basic configurator --> [DEBUG] (f) ignoreErrors = false [DEBUG] (f) project = MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (s) jarType = api [DEBUG] (s) specVersion = 4.0 [DEBUG] (s) specImplVersion = 4.0.1 [DEBUG] (s) apiPackage = jakarta.ejb [DEBUG] (f) spec = { groupIdPrefix=jakarta. spec-version=4.0 apiPackage=jakarta.ejb API final spec-impl-version=4.0.1 } [DEBUG] (f) specMode = jakarta [DEBUG] -- end configuration -- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jakarta.ejb-api --- [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=70651, ConflictMarker.markTime=44173, ConflictMarker.nodeCount=80, ConflictIdSorter.graphTime=40506, ConflictIdSorter.topsortTime=25274, ConflictIdSorter.conflictIdCount=31, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=271769, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=3047376, DefaultDependencyCollector.transformTime=478886} [DEBUG] org.apache.maven.plugins:maven-source-plugin:jar:3.2.1 [DEBUG] org.apache.maven:maven-model:jar:3.0:compile [DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile [DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile [DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile [DEBUG] org.apache.maven:maven-core:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile [DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime [DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile (version managed from default) [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [DEBUG] org.apache.maven:maven-archiver:jar:3.5.0:compile [DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile [DEBUG] commons-io:commons-io:jar:2.5:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.2.1:compile [DEBUG] org.codehaus.plexus:plexus-io:jar:3.2.0:compile [DEBUG] org.apache.commons:commons-compress:jar:1.19:compile [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.8:runtime [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.3.0:compile [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-source-plugin:3.2.1 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-source-plugin:3.2.1 [DEBUG] Imported: < project>jakarta.ejb:jakarta.ejb-api:4.0.1 [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-source-plugin:3.2.1 [DEBUG] Included: org.apache.maven.plugins:maven-source-plugin:jar:3.2.1 [DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 [DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 [DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.1 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [DEBUG] Included: org.apache.maven:maven-archiver:jar:3.5.0 [DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1 [DEBUG] Included: commons-io:commons-io:jar:2.5 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.2.1 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.2.0 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.19 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.8 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.3.0 [DEBUG] Configuring mojo org.apache.maven.plugins:maven-source-plugin:3.2.1:jar-no-fork from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-source-plugin:3.2.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-source-plugin:3.2.1:jar-no-fork' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ejb-api-release/api/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = jakarta.ejb-api-4.0.1 [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = true [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target [DEBUG] (f) project = MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (f) reactorProjects = [MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@306c7bf6 [DEBUG] (f) skipSource = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] -- end configuration -- [DEBUG] add directory /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java to archiver [DEBUG] add directory /home/jenkins/agent/workspace/ejb-api-release/api/target/generated-sources/annotations to archiver [DEBUG] add directory /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java to archiver [DEBUG] add directory /home/jenkins/agent/workspace/ejb-api-release/api/.. to archiver with prefix META-INF/ [DEBUG] create archive /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1-sources.jar [DEBUG] isUp2date: false (Destination /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1-sources.jar not found.) [INFO] Building jar: /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry pom.xml [DEBUG] adding directory jakarta/ [DEBUG] adding directory jakarta/ejb/ [DEBUG] adding directory jakarta/ejb/embeddable/ [DEBUG] adding directory jakarta/ejb/spi/ [DEBUG] adding entry jakarta/ejb/AccessLocalException.java [DEBUG] adding entry jakarta/ejb/AccessTimeout.java [DEBUG] adding entry jakarta/ejb/ActivationConfigProperty.java [DEBUG] adding entry jakarta/ejb/AfterBegin.java [DEBUG] adding entry jakarta/ejb/AfterCompletion.java [DEBUG] adding entry jakarta/ejb/ApplicationException.java [DEBUG] adding entry jakarta/ejb/AsyncResult.java [DEBUG] adding entry jakarta/ejb/Asynchronous.java [DEBUG] adding entry jakarta/ejb/BeforeCompletion.java [DEBUG] adding entry jakarta/ejb/ConcurrencyManagement.java [DEBUG] adding entry jakarta/ejb/ConcurrencyManagementType.java [DEBUG] adding entry jakarta/ejb/ConcurrentAccessException.java [DEBUG] adding entry jakarta/ejb/ConcurrentAccessTimeoutException.java [DEBUG] adding entry jakarta/ejb/CreateException.java [DEBUG] adding entry jakarta/ejb/DependsOn.java [DEBUG] adding entry jakarta/ejb/DuplicateKeyException.java [DEBUG] adding entry jakarta/ejb/EJB.java [DEBUG] adding entry jakarta/ejb/EJBAccessException.java [DEBUG] adding entry jakarta/ejb/EJBContext.java [DEBUG] adding entry jakarta/ejb/EJBException.java [DEBUG] adding entry jakarta/ejb/EJBHome.java [DEBUG] adding entry jakarta/ejb/EJBLocalHome.java [DEBUG] adding entry jakarta/ejb/EJBLocalObject.java [DEBUG] adding entry jakarta/ejb/EJBMetaData.java [DEBUG] adding entry jakarta/ejb/EJBObject.java [DEBUG] adding entry jakarta/ejb/EJBTransactionRequiredException.java [DEBUG] adding entry jakarta/ejb/EJBTransactionRolledbackException.java [DEBUG] adding entry jakarta/ejb/EJBs.java [DEBUG] adding entry jakarta/ejb/EnterpriseBean.java [DEBUG] adding entry jakarta/ejb/EntityBean.java [DEBUG] adding entry jakarta/ejb/EntityContext.java [DEBUG] adding entry jakarta/ejb/FinderException.java [DEBUG] adding entry jakarta/ejb/Handle.java [DEBUG] adding entry jakarta/ejb/HomeHandle.java [DEBUG] adding entry jakarta/ejb/IllegalLoopbackException.java [DEBUG] adding entry jakarta/ejb/Init.java [DEBUG] adding entry jakarta/ejb/Local.java [DEBUG] adding entry jakarta/ejb/LocalBean.java [DEBUG] adding entry jakarta/ejb/LocalHome.java [DEBUG] adding entry jakarta/ejb/Lock.java [DEBUG] adding entry jakarta/ejb/LockType.java [DEBUG] adding entry jakarta/ejb/MessageDriven.java [DEBUG] adding entry jakarta/ejb/MessageDrivenBean.java [DEBUG] adding entry jakarta/ejb/MessageDrivenContext.java [DEBUG] adding entry jakarta/ejb/NoMoreTimeoutsException.java [DEBUG] adding entry jakarta/ejb/NoSuchEJBException.java [DEBUG] adding entry jakarta/ejb/NoSuchEntityException.java [DEBUG] adding entry jakarta/ejb/NoSuchObjectLocalException.java [DEBUG] adding entry jakarta/ejb/ObjectNotFoundException.java [DEBUG] adding entry jakarta/ejb/PostActivate.java [DEBUG] adding entry jakarta/ejb/PrePassivate.java [DEBUG] adding entry jakarta/ejb/Remote.java [DEBUG] adding entry jakarta/ejb/RemoteHome.java [DEBUG] adding entry jakarta/ejb/Remove.java [DEBUG] adding entry jakarta/ejb/RemoveException.java [DEBUG] adding entry jakarta/ejb/Schedule.java [DEBUG] adding entry jakarta/ejb/ScheduleExpression.java [DEBUG] adding entry jakarta/ejb/Schedules.java [DEBUG] adding entry jakarta/ejb/SessionBean.java [DEBUG] adding entry jakarta/ejb/SessionContext.java [DEBUG] adding entry jakarta/ejb/SessionSynchronization.java [DEBUG] adding entry jakarta/ejb/Singleton.java [DEBUG] adding entry jakarta/ejb/Startup.java [DEBUG] adding entry jakarta/ejb/Stateful.java [DEBUG] adding entry jakarta/ejb/StatefulTimeout.java [DEBUG] adding entry jakarta/ejb/Stateless.java [DEBUG] adding entry jakarta/ejb/TimedObject.java [DEBUG] adding entry jakarta/ejb/Timeout.java [DEBUG] adding entry jakarta/ejb/Timer.java [DEBUG] adding entry jakarta/ejb/TimerConfig.java [DEBUG] adding entry jakarta/ejb/TimerHandle.java [DEBUG] adding entry jakarta/ejb/TimerService.java [DEBUG] adding entry jakarta/ejb/TransactionAttribute.java [DEBUG] adding entry jakarta/ejb/TransactionAttributeType.java [DEBUG] adding entry jakarta/ejb/TransactionManagement.java [DEBUG] adding entry jakarta/ejb/TransactionManagementType.java [DEBUG] adding entry jakarta/ejb/TransactionRequiredLocalException.java [DEBUG] adding entry jakarta/ejb/TransactionRolledbackLocalException.java [DEBUG] adding entry jakarta/ejb/embeddable/EJBContainer.java [DEBUG] adding entry jakarta/ejb/embeddable/package.html [DEBUG] adding entry jakarta/ejb/package.html [DEBUG] adding entry jakarta/ejb/spi/EJBContainerProvider.java [DEBUG] adding entry jakarta/ejb/spi/HandleDelegate.java [DEBUG] adding entry jakarta/ejb/spi/package.html [DEBUG] adding entry module-info.java [DEBUG] jakarta/ejb/embeddable/package.html already added, skipping [DEBUG] jakarta/ejb/package.html already added, skipping [DEBUG] jakarta/ejb/spi/package.html already added, skipping [DEBUG] adding entry META-INF/LICENSE.md [DEBUG] adding entry META-INF/NOTICE.md [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/jakarta.ejb/ [DEBUG] adding directory META-INF/maven/jakarta.ejb/jakarta.ejb-api/ [DEBUG] adding entry META-INF/maven/jakarta.ejb/jakarta.ejb-api/pom.xml [DEBUG] adding entry META-INF/maven/jakarta.ejb/jakarta.ejb-api/pom.properties [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ jakarta.ejb-api --- [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:pom:2.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.0.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-containers:pom:2.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/2.0.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom.lastUpdated [DEBUG] Resolving artifact org.sonatype.aether:aether-util:pom:1.13.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-util/1.13.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom.lastUpdated [DEBUG] Resolving artifact org.sonatype.aether:aether-impl:pom:1.13.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-impl/1.13.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom.lastUpdated [DEBUG] Resolving artifact org.sonatype.aether:aether-spi:pom:1.13.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-spi/1.13.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.shared:maven-invoker:pom:3.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-invoker/3.0.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.shared:maven-common-artifact-filters:pom:3.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.shared:maven-artifact-transfer:pom:0.10.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.10.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:3.1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom.lastUpdated [DEBUG] Resolving artifact commons-codec:commons-codec:pom:1.11 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.pom.lastUpdated [DEBUG] Resolving artifact org.slf4j:slf4j-api:pom:1.7.5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom.lastUpdated [DEBUG] Resolving artifact org.slf4j:slf4j-parent:pom:1.7.5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-parent/1.7.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-site-renderer:pom:1.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.9.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-sitetools:pom:1.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sitetools/1.9.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-core:pom:1.9.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-core/1.9.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.doxia:doxia:pom:1.9.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia/1.9.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-sink-api:pom:1.9.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.9.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-logging-api:pom:1.9.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.9.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom.lastUpdated [DEBUG] Resolving artifact org.apache.commons:commons-lang3:pom:3.5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom.lastUpdated [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:41 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/41/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/41/commons-parent-41.pom.lastUpdated [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient:pom:4.5.8 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.8/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom.lastUpdated [DEBUG] Resolving artifact org.apache.httpcomponents:httpcomponents-client:pom:4.5.8 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.8/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom.lastUpdated [DEBUG] Resolving artifact org.apache.httpcomponents:httpcomponents-parent:pom:11 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-parent/11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom.lastUpdated [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore:pom:4.4.11 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom.lastUpdated [DEBUG] Resolving artifact org.apache.httpcomponents:httpcomponents-core:pom:4.4.11 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom.lastUpdated [DEBUG] Resolving artifact commons-logging:commons-logging:pom:1.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-decoration-model:pom:1.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.9.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-skin-model:pom:1.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-skin-model/1.9.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-module-xhtml:pom:1.9.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-modules:pom:1.9.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-modules/1.9.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-module-xhtml5:pom:1.9.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom.lastUpdated [DEBUG] Resolving artifact commons-collections:commons-collections:pom:3.2.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.2.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.wagon:wagon-provider-api:pom:2.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom.lastUpdated [DEBUG] Resolving artifact org.apache.maven.wagon:wagon:pom:2.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon/2.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom.lastUpdated [DEBUG] Resolving artifact com.thoughtworks.qdox:qdox:pom:2.0-M10 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M10/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-java:pom:1.0.5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/1.0.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-languages:pom:1.0.5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-languages/1.0.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:6.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/6.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom.lastUpdated [DEBUG] Resolving artifact org.ow2.asm:asm:pom:7.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/asm/asm/7.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/asm/asm/7.2/asm-7.2.pom.lastUpdated [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=193107, ConflictMarker.markTime=123540, ConflictMarker.nodeCount=223, ConflictIdSorter.graphTime=79221, ConflictIdSorter.topsortTime=45081, ConflictIdSorter.conflictIdCount=75, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=876649, ConflictResolver.conflictItemCount=174, DefaultDependencyCollector.collectTime=1062178198, DefaultDependencyCollector.transformTime=1372009} [DEBUG] org.apache.maven.plugins:maven-javadoc-plugin:jar:3.2.0 [DEBUG] org.apache.maven:maven-core:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile [DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime [DEBUG] org.sonatype.aether:aether-impl:jar:1.13.1:compile (version managed from default) [DEBUG] org.sonatype.aether:aether-spi:jar:1.13.1:compile [DEBUG] org.sonatype.aether:aether-api:jar:1.13.1:compile (version managed from default) [DEBUG] org.sonatype.aether:aether-util:jar:1.13.1:compile (version managed from default) [DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile (version managed from default) [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [DEBUG] org.apache.maven:maven-model:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings:jar:3.0:compile [DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile [DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile [DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile [DEBUG] org.apache.maven:maven-archiver:jar:3.5.0:compile [DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile [DEBUG] org.apache.maven.shared:maven-invoker:jar:3.0.0:compile [DEBUG] org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.0:compile [DEBUG] org.apache.maven.shared:maven-artifact-transfer:jar:0.10.1:compile [DEBUG] commons-codec:commons-codec:jar:1.11:compile [DEBUG] org.slf4j:slf4j-api:jar:1.7.5:compile [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.7:compile [DEBUG] org.apache.maven.doxia:doxia-logging-api:jar:1.7:compile [DEBUG] org.apache.maven.doxia:doxia-site-renderer:jar:1.9.2:compile [DEBUG] org.apache.maven.doxia:doxia-core:jar:1.9.1:compile [DEBUG] org.apache.maven.doxia:doxia-decoration-model:jar:1.9.2:compile [DEBUG] org.apache.maven.doxia:doxia-skin-model:jar:1.9.2:compile [DEBUG] org.apache.maven.doxia:doxia-module-xhtml:jar:1.9.1:compile [DEBUG] org.apache.maven.doxia:doxia-module-xhtml5:jar:1.9.1:compile [DEBUG] org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10:compile [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-30:compile [DEBUG] junit:junit:jar:3.8.1:compile [DEBUG] org.codehaus.plexus:plexus-velocity:jar:1.2:compile [DEBUG] org.apache.velocity:velocity:jar:1.7:compile [DEBUG] commons-lang:commons-lang:jar:2.4:compile [DEBUG] org.apache.velocity:velocity-tools:jar:2.0:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0:compile [DEBUG] commons-digester:commons-digester:jar:1.8:compile [DEBUG] commons-chain:commons-chain:jar:1.1:compile [DEBUG] dom4j:dom4j:jar:1.1:compile [DEBUG] oro:oro:jar:2.0.8:compile [DEBUG] commons-collections:commons-collections:jar:3.2.2:compile [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:2.4:compile [DEBUG] org.apache.commons:commons-lang3:jar:3.5:compile [DEBUG] commons-io:commons-io:jar:2.5:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.8:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.11:compile [DEBUG] commons-logging:commons-logging:jar:1.2:compile [DEBUG] com.thoughtworks.qdox:qdox:jar:2.0-M10:compile [DEBUG] org.codehaus.plexus:plexus-java:jar:1.0.5:compile [DEBUG] org.ow2.asm:asm:jar:7.2:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.2.1:compile [DEBUG] org.apache.commons:commons-compress:jar:1.19:compile [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.8:runtime [DEBUG] org.codehaus.plexus:plexus-io:jar:3.2.0:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.3.0:compile [DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-6:compile [DEBUG] Resolving artifact org.sonatype.aether:aether-impl:jar:1.13.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.aether:aether-spi:jar:1.13.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.aether:aether-util:jar:1.13.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:jar:2.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-invoker:jar:3.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-artifact-transfer:jar:0.10.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact commons-codec:commons-codec:jar:1.11 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.slf4j:slf4j-api:jar:1.7.5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-site-renderer:jar:1.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-core:jar:1.9.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-decoration-model:jar:1.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-skin-model:jar:1.9.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-module-xhtml:jar:1.9.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-module-xhtml5:jar:1.9.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-velocity:jar:1.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact commons-collections:commons-collections:jar:3.2.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.wagon:wagon-provider-api:jar:2.4 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.commons:commons-lang3:jar:3.5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient:jar:4.5.8 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore:jar:4.4.11 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact commons-logging:commons-logging:jar:1.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact com.thoughtworks.qdox:qdox:jar:2.0-M10 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-java:jar:1.0.5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.ow2.asm:asm:jar:7.2 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-impl/1.13.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-spi/1.13.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-util/1.13.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.0.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-invoker/3.0.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.10.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.9.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-core/1.9.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.9.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-skin-model/1.9.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-velocity/1.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.2.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.8/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M10/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/1.0.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/asm/asm/7.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/asm/asm/7.2/asm-7.2.jar.lastUpdated [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-javadoc-plugin:3.2.0 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-javadoc-plugin:3.2.0 [DEBUG] Imported: < project>jakarta.ejb:jakarta.ejb-api:4.0.1 [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-javadoc-plugin:3.2.0 [DEBUG] Included: org.apache.maven.plugins:maven-javadoc-plugin:jar:3.2.0 [DEBUG] Included: org.sonatype.aether:aether-util:jar:1.13.1 [DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 [DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:2.0.0 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0 [DEBUG] Included: org.apache.maven:maven-archiver:jar:3.5.0 [DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1 [DEBUG] Included: org.apache.maven.shared:maven-invoker:jar:3.0.0 [DEBUG] Included: org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.0 [DEBUG] Included: org.apache.maven.shared:maven-artifact-transfer:jar:0.10.1 [DEBUG] Included: commons-codec:commons-codec:jar:1.11 [DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.7 [DEBUG] Included: org.apache.maven.doxia:doxia-logging-api:jar:1.7 [DEBUG] Included: org.apache.maven.doxia:doxia-site-renderer:jar:1.9.2 [DEBUG] Included: org.apache.maven.doxia:doxia-core:jar:1.9.1 [DEBUG] Included: org.apache.maven.doxia:doxia-decoration-model:jar:1.9.2 [DEBUG] Included: org.apache.maven.doxia:doxia-skin-model:jar:1.9.2 [DEBUG] Included: org.apache.maven.doxia:doxia-module-xhtml:jar:1.9.1 [DEBUG] Included: org.apache.maven.doxia:doxia-module-xhtml5:jar:1.9.1 [DEBUG] Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10 [DEBUG] Included: junit:junit:jar:3.8.1 [DEBUG] Included: org.codehaus.plexus:plexus-velocity:jar:1.2 [DEBUG] Included: org.apache.velocity:velocity:jar:1.7 [DEBUG] Included: commons-lang:commons-lang:jar:2.4 [DEBUG] Included: org.apache.velocity:velocity-tools:jar:2.0 [DEBUG] Included: commons-beanutils:commons-beanutils:jar:1.7.0 [DEBUG] Included: commons-digester:commons-digester:jar:1.8 [DEBUG] Included: commons-chain:commons-chain:jar:1.1 [DEBUG] Included: dom4j:dom4j:jar:1.1 [DEBUG] Included: oro:oro:jar:2.0.8 [DEBUG] Included: commons-collections:commons-collections:jar:3.2.2 [DEBUG] Included: org.apache.commons:commons-lang3:jar:3.5 [DEBUG] Included: commons-io:commons-io:jar:2.5 [DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.5.8 [DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.4.11 [DEBUG] Included: commons-logging:commons-logging:jar:1.2 [DEBUG] Included: com.thoughtworks.qdox:qdox:jar:2.0-M10 [DEBUG] Included: org.codehaus.plexus:plexus-java:jar:1.0.5 [DEBUG] Included: org.ow2.asm:asm:jar:7.2 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.2.1 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.19 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.8 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.2.0 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.3.0 [DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-6 [DEBUG] Configuring mojo org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:jar from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-javadoc-plugin:3.2.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:jar' with basic configurator --> [DEBUG] (f) applyJavadocSecurityFix = true [DEBUG] (f) attach = true [DEBUG] (f) author = true [DEBUG] (f) bootclasspathArtifacts = [] [DEBUG] (f) bottom =

Copyright © 2018, 2022 Eclipse Foundation.
Use is subject to license terms. [DEBUG] (f) breakiterator = false [DEBUG] (f) classifier = javadoc [DEBUG] (f) debug = false [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ejb-api-release/api/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) detectJavaApiLink = true [DEBUG] (f) detectLinks = false [DEBUG] (f) detectOfflineLinks = true [DEBUG] (f) docencoding = UTF-8 [DEBUG] (f) docfilessubdirs = true [DEBUG] (f) docletArtifact = groupId = 'null' artifactId = 'null' version = 'null' [DEBUG] (f) docletArtifacts = [] [DEBUG] (f) doclint = none [DEBUG] (f) doctitle = Jakarta Enterprise Beans 4.0.1 API [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) failOnError = true [DEBUG] (f) failOnWarnings = false [DEBUG] (f) finalName = jakarta.ejb-api-4.0.1 [DEBUG] (f) includeDependencySources = false [DEBUG] (f) includeTransitiveDependencySources = false [DEBUG] (f) isOffline = false [DEBUG] (f) jarOutputDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target [DEBUG] (f) javaApiLinks = {} [DEBUG] (f) javadocDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/src/main/javadoc [DEBUG] (f) javadocOptionsDir = /home/jenkins/agent/workspace/ejb-api-release/api/target/javadoc-bundle-options [DEBUG] (f) keywords = false [DEBUG] (f) links = [] [DEBUG] (f) linksource = false [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/.m2/repository/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) mojo = org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:jar {execution: attach-javadocs} [DEBUG] (f) nocomment = false [DEBUG] (f) nodeprecated = false [DEBUG] (f) nodeprecatedlist = false [DEBUG] (f) nohelp = false [DEBUG] (f) noindex = false [DEBUG] (f) nonavbar = false [DEBUG] (f) nooverview = false [DEBUG] (f) nosince = false [DEBUG] (f) notimestamp = false [DEBUG] (f) notree = false [DEBUG] (f) offlineLinks = [] [DEBUG] (f) old = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs [DEBUG] (f) overview = /home/jenkins/agent/workspace/ejb-api-release/api/src/main/javadoc/overview.html [DEBUG] (f) project = MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (f) quiet = false [DEBUG] (f) reactorProjects = [MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml] [DEBUG] (f) resourcesArtifacts = [] [DEBUG] (f) serialwarn = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@306c7bf6 [DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@62c02089 [DEBUG] (f) show = protected [DEBUG] (f) skip = false [DEBUG] (f) source = 1.8 [DEBUG] (f) sourceDependencyCacheDir = /home/jenkins/agent/workspace/ejb-api-release/api/target/distro-javadoc-sources [DEBUG] (f) splitindex = false [DEBUG] (f) staleDataPath = /home/jenkins/agent/workspace/ejb-api-release/api/target/maven-javadoc-plugin-stale-data.txt [DEBUG] (f) stylesheet = java [DEBUG] (f) tagletArtifact = groupId = 'null' artifactId = 'null' version = 'null' [DEBUG] (f) tagletArtifacts = [] [DEBUG] (f) taglets = [] [DEBUG] (f) tags = [] [DEBUG] (f) use = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useStandardDocletOptions = true [DEBUG] (f) validateLinks = false [DEBUG] (f) verbose = false [DEBUG] (f) version = true [DEBUG] (f) windowtitle = Jakarta Enterprise Beans 4.0.1 API [DEBUG] -- end configuration -- [DEBUG] Auto exclude module-info.java due to source value [DEBUG] Auto exclude module-info.java due to source value [DEBUG] Auto exclude module-info.java due to source value [DEBUG] No maven-compiler-plugin defined in ${build.plugins} or in ${project.build.pluginManagement} for the jakarta.ejb:jakarta.ejb-api:jar:4.0.1. Added Javadoc API link according the javadoc executable version i.e.: 9.0.4 [DEBUG] Found Java API link: https://docs.oracle.com/javase/9/docs/api/ [DEBUG] Trying to add links for modules... [INFO] No previous run data found, generating javadoc. [DEBUG] /opt/tools/java/oracle/jdk-9/latest/bin/javadoc @options @packages [INFO] Loading source files for package jakarta.ejb... Loading source files for package jakarta.ejb.embeddable... Loading source files for package jakarta.ejb.spi... Constructing Javadoc information... Standard Doclet version 9.0.4 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/AccessLocalException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/AccessTimeout.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/ActivationConfigProperty.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/AfterBegin.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/AfterCompletion.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/ApplicationException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/Asynchronous.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/AsyncResult.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/BeforeCompletion.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/ConcurrencyManagement.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/ConcurrencyManagementType.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/ConcurrentAccessException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/ConcurrentAccessTimeoutException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/CreateException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/DependsOn.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/DuplicateKeyException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/EJB.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/EJBAccessException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/EJBContext.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/EJBException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/EJBHome.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/EJBLocalHome.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/EJBLocalObject.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/EJBMetaData.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/EJBObject.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/EJBs.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/EJBTransactionRequiredException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/EJBTransactionRolledbackException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/EnterpriseBean.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/EntityBean.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/EntityContext.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/FinderException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/Handle.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/HomeHandle.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/IllegalLoopbackException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/Init.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/Local.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/LocalBean.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/LocalHome.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/Lock.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/LockType.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/MessageDriven.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/MessageDrivenBean.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/MessageDrivenContext.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/NoMoreTimeoutsException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/NoSuchEJBException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/NoSuchEntityException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/NoSuchObjectLocalException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/ObjectNotFoundException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/PostActivate.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/PrePassivate.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/Remote.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/RemoteHome.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/Remove.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/RemoveException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/Schedule.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/ScheduleExpression.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/Schedules.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/SessionBean.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/SessionContext.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/SessionSynchronization.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/Singleton.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/Startup.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/Stateful.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/StatefulTimeout.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/Stateless.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/TimedObject.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/Timeout.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/Timer.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/TimerConfig.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/TimerHandle.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/TimerService.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/TransactionAttribute.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/TransactionAttributeType.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/TransactionManagement.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/TransactionManagementType.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/TransactionRequiredLocalException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/TransactionRolledbackLocalException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/embeddable/EJBContainer.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/spi/EJBContainerProvider.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/spi/HandleDelegate.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/package-frame.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/package-summary.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/package-tree.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/embeddable/package-frame.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/embeddable/package-summary.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/embeddable/package-tree.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/spi/package-frame.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/spi/package-summary.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/spi/package-tree.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/TransactionRolledbackLocalException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/TransactionRequiredLocalException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/TransactionManagementType.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/TransactionManagement.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/TransactionAttributeType.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/TransactionAttribute.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/TimerService.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/TimerHandle.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/TimerConfig.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/Timer.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/Timeout.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/TimedObject.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/Stateless.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/StatefulTimeout.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/Stateful.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/Startup.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/Singleton.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/SessionSynchronization.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/SessionContext.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/SessionBean.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/Schedules.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/ScheduleExpression.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/Schedule.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/RemoveException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/Remove.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/RemoteHome.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/Remote.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/PrePassivate.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/PostActivate.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/ObjectNotFoundException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/NoSuchObjectLocalException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/NoSuchEntityException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/NoSuchEJBException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/NoMoreTimeoutsException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/MessageDrivenContext.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/MessageDrivenBean.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/MessageDriven.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/LockType.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/Lock.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/LocalHome.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/LocalBean.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/Local.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/Init.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/IllegalLoopbackException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/HomeHandle.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/Handle.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/FinderException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/EntityContext.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/EntityBean.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/EnterpriseBean.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/EJBs.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/EJBTransactionRolledbackException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/EJBTransactionRequiredException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/EJBObject.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/EJBMetaData.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/EJBLocalObject.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/EJBLocalHome.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/EJBHome.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/EJBException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/EJBContext.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/EJBAccessException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/EJB.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/DuplicateKeyException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/DependsOn.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/CreateException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/ConcurrentAccessTimeoutException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/ConcurrentAccessException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/ConcurrencyManagementType.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/ConcurrencyManagement.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/BeforeCompletion.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/Asynchronous.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/AsyncResult.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/ApplicationException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/AfterCompletion.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/AfterBegin.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/ActivationConfigProperty.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/AccessTimeout.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/class-use/AccessLocalException.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/embeddable/class-use/EJBContainer.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/spi/class-use/HandleDelegate.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/spi/class-use/EJBContainerProvider.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/package-use.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/embeddable/package-use.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/jakarta/ejb/spi/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1-javadoc.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory doc-files/ [DEBUG] adding directory jakarta/ [DEBUG] adding directory jakarta/ejb/ [DEBUG] adding directory jakarta/ejb/embeddable/ [DEBUG] adding directory jakarta/ejb/embeddable/class-use/ [DEBUG] adding directory jakarta/ejb/spi/ [DEBUG] adding directory jakarta/ejb/spi/class-use/ [DEBUG] adding directory jakarta/ejb/class-use/ [DEBUG] adding directory resources/ [DEBUG] adding directory jquery/ [DEBUG] adding directory jquery/external/ [DEBUG] adding directory jquery/external/jquery/ [DEBUG] adding directory jquery/jszip/ [DEBUG] adding directory jquery/jszip/dist/ [DEBUG] adding directory jquery/jszip-utils/ [DEBUG] adding directory jquery/jszip-utils/dist/ [DEBUG] adding directory jquery/images/ [DEBUG] adding entry doc-files/EFSL.html [DEBUG] adding entry jakarta/ejb/AccessLocalException.html [DEBUG] adding entry jakarta/ejb/AccessTimeout.html [DEBUG] adding entry jakarta/ejb/ActivationConfigProperty.html [DEBUG] adding entry jakarta/ejb/AfterBegin.html [DEBUG] adding entry jakarta/ejb/AfterCompletion.html [DEBUG] adding entry jakarta/ejb/ApplicationException.html [DEBUG] adding entry jakarta/ejb/Asynchronous.html [DEBUG] adding entry jakarta/ejb/AsyncResult.html [DEBUG] adding entry jakarta/ejb/BeforeCompletion.html [DEBUG] adding entry jakarta/ejb/ConcurrencyManagement.html [DEBUG] adding entry jakarta/ejb/ConcurrencyManagementType.html [DEBUG] adding entry jakarta/ejb/ConcurrentAccessException.html [DEBUG] adding entry jakarta/ejb/ConcurrentAccessTimeoutException.html [DEBUG] adding entry jakarta/ejb/CreateException.html [DEBUG] adding entry jakarta/ejb/DependsOn.html [DEBUG] adding entry jakarta/ejb/DuplicateKeyException.html [DEBUG] adding entry jakarta/ejb/EJB.html [DEBUG] adding entry jakarta/ejb/EJBAccessException.html [DEBUG] adding entry jakarta/ejb/EJBContext.html [DEBUG] adding entry jakarta/ejb/EJBException.html [DEBUG] adding entry jakarta/ejb/EJBHome.html [DEBUG] adding entry jakarta/ejb/EJBLocalHome.html [DEBUG] adding entry jakarta/ejb/EJBLocalObject.html [DEBUG] adding entry jakarta/ejb/EJBMetaData.html [DEBUG] adding entry jakarta/ejb/EJBObject.html [DEBUG] adding entry jakarta/ejb/EJBs.html [DEBUG] adding entry jakarta/ejb/EJBTransactionRequiredException.html [DEBUG] adding entry jakarta/ejb/EJBTransactionRolledbackException.html [DEBUG] adding entry jakarta/ejb/EnterpriseBean.html [DEBUG] adding entry jakarta/ejb/EntityBean.html [DEBUG] adding entry jakarta/ejb/EntityContext.html [DEBUG] adding entry jakarta/ejb/FinderException.html [DEBUG] adding entry jakarta/ejb/Handle.html [DEBUG] adding entry jakarta/ejb/HomeHandle.html [DEBUG] adding entry jakarta/ejb/IllegalLoopbackException.html [DEBUG] adding entry jakarta/ejb/Init.html [DEBUG] adding entry jakarta/ejb/Local.html [DEBUG] adding entry jakarta/ejb/LocalBean.html [DEBUG] adding entry jakarta/ejb/LocalHome.html [DEBUG] adding entry jakarta/ejb/Lock.html [DEBUG] adding entry jakarta/ejb/LockType.html [DEBUG] adding entry jakarta/ejb/MessageDriven.html [DEBUG] adding entry jakarta/ejb/MessageDrivenBean.html [DEBUG] adding entry jakarta/ejb/MessageDrivenContext.html [DEBUG] adding entry jakarta/ejb/NoMoreTimeoutsException.html [DEBUG] adding entry jakarta/ejb/NoSuchEJBException.html [DEBUG] adding entry jakarta/ejb/NoSuchEntityException.html [DEBUG] adding entry jakarta/ejb/NoSuchObjectLocalException.html [DEBUG] adding entry jakarta/ejb/ObjectNotFoundException.html [DEBUG] adding entry jakarta/ejb/PostActivate.html [DEBUG] adding entry jakarta/ejb/PrePassivate.html [DEBUG] adding entry jakarta/ejb/Remote.html [DEBUG] adding entry jakarta/ejb/RemoteHome.html [DEBUG] adding entry jakarta/ejb/Remove.html [DEBUG] adding entry jakarta/ejb/RemoveException.html [DEBUG] adding entry jakarta/ejb/Schedule.html [DEBUG] adding entry jakarta/ejb/ScheduleExpression.html [DEBUG] adding entry jakarta/ejb/Schedules.html [DEBUG] adding entry jakarta/ejb/SessionBean.html [DEBUG] adding entry jakarta/ejb/SessionContext.html [DEBUG] adding entry jakarta/ejb/SessionSynchronization.html [DEBUG] adding entry jakarta/ejb/Singleton.html [DEBUG] adding entry jakarta/ejb/Startup.html [DEBUG] adding entry jakarta/ejb/Stateful.html [DEBUG] adding entry jakarta/ejb/StatefulTimeout.html [DEBUG] adding entry jakarta/ejb/Stateless.html [DEBUG] adding entry jakarta/ejb/TimedObject.html [DEBUG] adding entry jakarta/ejb/Timeout.html [DEBUG] adding entry jakarta/ejb/Timer.html [DEBUG] adding entry jakarta/ejb/TimerConfig.html [DEBUG] adding entry jakarta/ejb/TimerHandle.html [DEBUG] adding entry jakarta/ejb/TimerService.html [DEBUG] adding entry jakarta/ejb/TransactionAttribute.html [DEBUG] adding entry jakarta/ejb/TransactionAttributeType.html [DEBUG] adding entry jakarta/ejb/TransactionManagement.html [DEBUG] adding entry jakarta/ejb/TransactionManagementType.html [DEBUG] adding entry jakarta/ejb/TransactionRequiredLocalException.html [DEBUG] adding entry jakarta/ejb/TransactionRolledbackLocalException.html [DEBUG] adding entry jakarta/ejb/embeddable/EJBContainer.html [DEBUG] adding entry jakarta/ejb/embeddable/package-frame.html [DEBUG] adding entry jakarta/ejb/embeddable/package-summary.html [DEBUG] adding entry jakarta/ejb/embeddable/package-tree.html [DEBUG] adding entry jakarta/ejb/embeddable/class-use/EJBContainer.html [DEBUG] adding entry jakarta/ejb/embeddable/package-use.html [DEBUG] adding entry jakarta/ejb/spi/EJBContainerProvider.html [DEBUG] adding entry jakarta/ejb/spi/HandleDelegate.html [DEBUG] adding entry jakarta/ejb/spi/package-frame.html [DEBUG] adding entry jakarta/ejb/spi/package-summary.html [DEBUG] adding entry jakarta/ejb/spi/package-tree.html [DEBUG] adding entry jakarta/ejb/spi/class-use/HandleDelegate.html [DEBUG] adding entry jakarta/ejb/spi/class-use/EJBContainerProvider.html [DEBUG] adding entry jakarta/ejb/spi/package-use.html [DEBUG] adding entry jakarta/ejb/package-frame.html [DEBUG] adding entry jakarta/ejb/package-summary.html [DEBUG] adding entry jakarta/ejb/package-tree.html [DEBUG] adding entry jakarta/ejb/class-use/TransactionRolledbackLocalException.html [DEBUG] adding entry jakarta/ejb/class-use/TransactionRequiredLocalException.html [DEBUG] adding entry jakarta/ejb/class-use/TransactionManagementType.html [DEBUG] adding entry jakarta/ejb/class-use/TransactionManagement.html [DEBUG] adding entry jakarta/ejb/class-use/TransactionAttributeType.html [DEBUG] adding entry jakarta/ejb/class-use/TransactionAttribute.html [DEBUG] adding entry jakarta/ejb/class-use/TimerService.html [DEBUG] adding entry jakarta/ejb/class-use/TimerHandle.html [DEBUG] adding entry jakarta/ejb/class-use/TimerConfig.html [DEBUG] adding entry jakarta/ejb/class-use/Timer.html [DEBUG] adding entry jakarta/ejb/class-use/Timeout.html [DEBUG] adding entry jakarta/ejb/class-use/TimedObject.html [DEBUG] adding entry jakarta/ejb/class-use/Stateless.html [DEBUG] adding entry jakarta/ejb/class-use/StatefulTimeout.html [DEBUG] adding entry jakarta/ejb/class-use/Stateful.html [DEBUG] adding entry jakarta/ejb/class-use/Startup.html [DEBUG] adding entry jakarta/ejb/class-use/Singleton.html [DEBUG] adding entry jakarta/ejb/class-use/SessionSynchronization.html [DEBUG] adding entry jakarta/ejb/class-use/SessionContext.html [DEBUG] adding entry jakarta/ejb/class-use/SessionBean.html [DEBUG] adding entry jakarta/ejb/class-use/Schedules.html [DEBUG] adding entry jakarta/ejb/class-use/ScheduleExpression.html [DEBUG] adding entry jakarta/ejb/class-use/Schedule.html [DEBUG] adding entry jakarta/ejb/class-use/RemoveException.html [DEBUG] adding entry jakarta/ejb/class-use/Remove.html [DEBUG] adding entry jakarta/ejb/class-use/RemoteHome.html [DEBUG] adding entry jakarta/ejb/class-use/Remote.html [DEBUG] adding entry jakarta/ejb/class-use/PrePassivate.html [DEBUG] adding entry jakarta/ejb/class-use/PostActivate.html [DEBUG] adding entry jakarta/ejb/class-use/ObjectNotFoundException.html [DEBUG] adding entry jakarta/ejb/class-use/NoSuchObjectLocalException.html [DEBUG] adding entry jakarta/ejb/class-use/NoSuchEntityException.html [DEBUG] adding entry jakarta/ejb/class-use/NoSuchEJBException.html [DEBUG] adding entry jakarta/ejb/class-use/NoMoreTimeoutsException.html [DEBUG] adding entry jakarta/ejb/class-use/MessageDrivenContext.html [DEBUG] adding entry jakarta/ejb/class-use/MessageDrivenBean.html [DEBUG] adding entry jakarta/ejb/class-use/MessageDriven.html [DEBUG] adding entry jakarta/ejb/class-use/LockType.html [DEBUG] adding entry jakarta/ejb/class-use/Lock.html [DEBUG] adding entry jakarta/ejb/class-use/LocalHome.html [DEBUG] adding entry jakarta/ejb/class-use/LocalBean.html [DEBUG] adding entry jakarta/ejb/class-use/Local.html [DEBUG] adding entry jakarta/ejb/class-use/Init.html [DEBUG] adding entry jakarta/ejb/class-use/IllegalLoopbackException.html [DEBUG] adding entry jakarta/ejb/class-use/HomeHandle.html [DEBUG] adding entry jakarta/ejb/class-use/Handle.html [DEBUG] adding entry jakarta/ejb/class-use/FinderException.html [DEBUG] adding entry jakarta/ejb/class-use/EntityContext.html [DEBUG] adding entry jakarta/ejb/class-use/EntityBean.html [DEBUG] adding entry jakarta/ejb/class-use/EnterpriseBean.html [DEBUG] adding entry jakarta/ejb/class-use/EJBs.html [DEBUG] adding entry jakarta/ejb/class-use/EJBTransactionRolledbackException.html [DEBUG] adding entry jakarta/ejb/class-use/EJBTransactionRequiredException.html [DEBUG] adding entry jakarta/ejb/class-use/EJBObject.html [DEBUG] adding entry jakarta/ejb/class-use/EJBMetaData.html [DEBUG] adding entry jakarta/ejb/class-use/EJBLocalObject.html [DEBUG] adding entry jakarta/ejb/class-use/EJBLocalHome.html [DEBUG] adding entry jakarta/ejb/class-use/EJBHome.html [DEBUG] adding entry jakarta/ejb/class-use/EJBException.html [DEBUG] adding entry jakarta/ejb/class-use/EJBContext.html [DEBUG] adding entry jakarta/ejb/class-use/EJBAccessException.html [DEBUG] adding entry jakarta/ejb/class-use/EJB.html [DEBUG] adding entry jakarta/ejb/class-use/DuplicateKeyException.html [DEBUG] adding entry jakarta/ejb/class-use/DependsOn.html [DEBUG] adding entry jakarta/ejb/class-use/CreateException.html [DEBUG] adding entry jakarta/ejb/class-use/ConcurrentAccessTimeoutException.html [DEBUG] adding entry jakarta/ejb/class-use/ConcurrentAccessException.html [DEBUG] adding entry jakarta/ejb/class-use/ConcurrencyManagementType.html [DEBUG] adding entry jakarta/ejb/class-use/ConcurrencyManagement.html [DEBUG] adding entry jakarta/ejb/class-use/BeforeCompletion.html [DEBUG] adding entry jakarta/ejb/class-use/Asynchronous.html [DEBUG] adding entry jakarta/ejb/class-use/AsyncResult.html [DEBUG] adding entry jakarta/ejb/class-use/ApplicationException.html [DEBUG] adding entry jakarta/ejb/class-use/AfterCompletion.html [DEBUG] adding entry jakarta/ejb/class-use/AfterBegin.html [DEBUG] adding entry jakarta/ejb/class-use/ActivationConfigProperty.html [DEBUG] adding entry jakarta/ejb/class-use/AccessTimeout.html [DEBUG] adding entry jakarta/ejb/class-use/AccessLocalException.html [DEBUG] adding entry jakarta/ejb/package-use.html [DEBUG] adding entry package-list [DEBUG] adding entry overview-frame.html [DEBUG] adding entry constant-values.html [DEBUG] adding entry serialized-form.html [DEBUG] adding entry overview-tree.html [DEBUG] adding entry package-search-index.js [DEBUG] adding entry package-search-index.zip [DEBUG] adding entry type-search-index.js [DEBUG] adding entry type-search-index.zip [DEBUG] adding entry member-search-index.js [DEBUG] adding entry member-search-index.zip [DEBUG] adding entry index-all.html [DEBUG] adding entry deprecated-list.html [DEBUG] adding entry allclasses-frame.html [DEBUG] adding entry allclasses-noframe.html [DEBUG] adding entry index.html [DEBUG] adding entry overview-summary.html [DEBUG] adding entry help-doc.html [DEBUG] adding entry stylesheet.css [DEBUG] adding entry script.js [DEBUG] adding entry search.js [DEBUG] adding entry resources/glass.png [DEBUG] adding entry resources/x.png [DEBUG] adding entry jquery/jquery-1.10.2.js [DEBUG] adding entry jquery/jquery-ui.js [DEBUG] adding entry jquery/jquery-ui.css [DEBUG] adding entry jquery/jquery-ui.min.js [DEBUG] adding entry jquery/jquery-ui.min.css [DEBUG] adding entry jquery/jquery-ui.structure.min.css [DEBUG] adding entry jquery/jquery-ui.structure.css [DEBUG] adding entry jquery/external/jquery/jquery.js [DEBUG] adding entry jquery/jszip/dist/jszip.js [DEBUG] adding entry jquery/jszip/dist/jszip.min.js [DEBUG] adding entry jquery/jszip-utils/dist/jszip-utils.js [DEBUG] adding entry jquery/jszip-utils/dist/jszip-utils.min.js [DEBUG] adding entry jquery/jszip-utils/dist/jszip-utils-ie.js [DEBUG] adding entry jquery/jszip-utils/dist/jszip-utils-ie.min.js [DEBUG] adding entry jquery/images/ui-bg_flat_0_aaaaaa_40x100.png [DEBUG] adding entry jquery/images/ui-icons_454545_256x240.png [DEBUG] adding entry jquery/images/ui-bg_glass_95_fef1ec_1x400.png [DEBUG] adding entry jquery/images/ui-bg_glass_75_dadada_1x400.png [DEBUG] adding entry jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png [DEBUG] adding entry jquery/images/ui-icons_888888_256x240.png [DEBUG] adding entry jquery/images/ui-icons_2e83ff_256x240.png [DEBUG] adding entry jquery/images/ui-bg_glass_65_ffffff_1x400.png [DEBUG] adding entry jquery/images/ui-icons_cd0a0a_256x240.png [DEBUG] adding entry jquery/images/ui-bg_glass_55_fbf9ee_1x400.png [DEBUG] adding entry jquery/images/ui-icons_222222_256x240.png [DEBUG] adding entry jquery/images/ui-bg_glass_75_e6e6e6_1x400.png [DEBUG] adding entry jquery/images/ui-bg_flat_75_ffffff_40x100.png [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (default-cli) > generate-sources @ jakarta.ejb-api >>> [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=34612, ConflictMarker.markTime=11449, ConflictMarker.nodeCount=2, ConflictIdSorter.graphTime=3503, ConflictIdSorter.topsortTime=8291, ConflictIdSorter.conflictIdCount=1, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=46936, ConflictResolver.conflictItemCount=1, DefaultDependencyCollector.collectTime=167811, DefaultDependencyCollector.transformTime=172165} [DEBUG] jakarta.ejb:jakarta.ejb-api:jar:4.0.1 [DEBUG] jakarta.transaction:jakarta.transaction-api:jar:2.0.0:compile [INFO] [INFO] --- build-helper-maven-plugin:3.1.0:timestamp-property (timestamp-property) @ jakarta.ejb-api --- [DEBUG] Configuring mojo org.codehaus.mojo:build-helper-maven-plugin:3.1.0:timestamp-property from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.codehaus.mojo:build-helper-maven-plugin:3.1.0:timestamp-property' with basic configurator --> [DEBUG] (f) locale = en [DEBUG] (f) name = current.year [DEBUG] (f) offset = 0 [DEBUG] (f) pattern = yyyy [DEBUG] (f) project = MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (f) timeZone = GMT [DEBUG] (f) unit = second [DEBUG] -- end configuration -- [DEBUG] define property current.year = "2022" [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ jakarta.ejb-api --- [DEBUG] Configuring mojo org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce' with basic configurator --> [DEBUG] (f) commandLineRules = [] [DEBUG] (s) fail = true [DEBUG] (s) failFast = false [DEBUG] (f) ignoreCache = false [DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce {execution: enforce-maven} [DEBUG] (s) project = MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (s) version = [3.0.4,) [DEBUG] (s) message = Maven 3.0 through 3.0.3 inclusive does not pass correct settings.xml to Maven Release Plugin. [DEBUG] (s) rules = [org.apache.maven.plugins.enforcer.RequireMavenVersion@46bbcb82] [DEBUG] (s) session = org.apache.maven.execution.MavenSession@306c7bf6 [DEBUG] (s) skip = false [DEBUG] -- end configuration -- [DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireMavenVersion [DEBUG] Rule org.apache.maven.plugins.enforcer.RequireMavenVersion is cacheable. [DEBUG] Key org.apache.maven.plugins.enforcer.RequireMavenVersion -937310275 was found in the cache [DEBUG] The cached results are still valid. Skipping the rule: org.apache.maven.plugins.enforcer.RequireMavenVersion [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ jakarta.ejb-api --- [DEBUG] Configuring mojo org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce' with basic configurator --> [DEBUG] (f) commandLineRules = [] [DEBUG] (s) fail = true [DEBUG] (s) failFast = false [DEBUG] (f) ignoreCache = false [DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce {execution: enforce-versions} [DEBUG] (s) project = MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (s) version = 3.5.4 [DEBUG] (s) version = [9,) [DEBUG] (s) message = You need JDK 9 or higher [DEBUG] (s) rules = [org.apache.maven.plugins.enforcer.RequireMavenVersion@b91e024, org.apache.maven.plugins.enforcer.RequireJavaVersion@309ac89e] [DEBUG] (s) session = org.apache.maven.execution.MavenSession@306c7bf6 [DEBUG] (s) skip = false [DEBUG] -- end configuration -- [DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireMavenVersion [DEBUG] Rule org.apache.maven.plugins.enforcer.RequireMavenVersion is cacheable. [DEBUG] Key org.apache.maven.plugins.enforcer.RequireMavenVersion 48522368 was found in the cache [DEBUG] The cached results are still valid. Skipping the rule: org.apache.maven.plugins.enforcer.RequireMavenVersion [DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireJavaVersion [DEBUG] Rule org.apache.maven.plugins.enforcer.RequireJavaVersion is cacheable. [DEBUG] Key org.apache.maven.plugins.enforcer.RequireJavaVersion 2767163 was found in the cache [DEBUG] The cached results are still valid. Skipping the rule: org.apache.maven.plugins.enforcer.RequireJavaVersion [INFO] [INFO] --- spec-version-maven-plugin:2.1:set-spec-properties (default) @ jakarta.ejb-api --- [DEBUG] Configuring mojo org.glassfish.build:spec-version-maven-plugin:2.1:set-spec-properties from plugin realm ClassRealm[plugin>org.glassfish.build:spec-version-maven-plugin:2.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.glassfish.build:spec-version-maven-plugin:2.1:set-spec-properties' with basic configurator --> [DEBUG] (f) project = MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (s) jarType = api [DEBUG] (s) specVersion = 4.0 [DEBUG] (s) specImplVersion = 4.0.1 [DEBUG] (s) apiPackage = jakarta.ejb [DEBUG] (f) spec = { groupIdPrefix=jakarta. spec-version=4.0 apiPackage=jakarta.ejb API final spec-impl-version=4.0.1 } [DEBUG] (f) specMode = jakarta [DEBUG] -- end configuration -- [INFO] [INFO] -- spec properties -- [INFO] spec.bundle.symbolic-name = jakarta.ejb-api [INFO] spec.implementation.version = 4.0.1 [INFO] spec.extension.name = jakarta.ejb [INFO] spec.bundle.spec.version = 4.0 [INFO] spec.specification.version = 4.0 [INFO] spec.bundle.version = 4.0.1 [INFO] [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (default-cli) < generate-sources @ jakarta.ejb-api <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (default-cli) @ jakarta.ejb-api --- [DEBUG] Configuring mojo org.apache.maven.plugins:maven-source-plugin:3.2.1:jar from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-source-plugin:3.2.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-source-plugin:3.2.1:jar' with basic configurator --> [DEBUG] (f) attach = true [DEBUG] (f) classifier = sources [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ejb-api-release/api/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) excludeResources = false [DEBUG] (f) finalName = jakarta.ejb-api-4.0.1 [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = true [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target [DEBUG] (f) project = MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (f) reactorProjects = [MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@306c7bf6 [DEBUG] (f) skipSource = false [DEBUG] (f) useDefaultExcludes = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] -- end configuration -- [DEBUG] add directory /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java to archiver [DEBUG] add directory /home/jenkins/agent/workspace/ejb-api-release/api/target/generated-sources/annotations to archiver [DEBUG] add directory /home/jenkins/agent/workspace/ejb-api-release/api/src/main/java to archiver [DEBUG] add directory /home/jenkins/agent/workspace/ejb-api-release/api/.. to archiver with prefix META-INF/ [DEBUG] create archive /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1-sources.jar [DEBUG] isUp2date: false (Resource with newer modification date found.) [INFO] Building jar: /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1-sources.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry pom.xml [DEBUG] adding directory jakarta/ [DEBUG] adding directory jakarta/ejb/ [DEBUG] adding directory jakarta/ejb/embeddable/ [DEBUG] adding directory jakarta/ejb/spi/ [DEBUG] adding entry jakarta/ejb/AccessLocalException.java [DEBUG] adding entry jakarta/ejb/AccessTimeout.java [DEBUG] adding entry jakarta/ejb/ActivationConfigProperty.java [DEBUG] adding entry jakarta/ejb/AfterBegin.java [DEBUG] adding entry jakarta/ejb/AfterCompletion.java [DEBUG] adding entry jakarta/ejb/ApplicationException.java [DEBUG] adding entry jakarta/ejb/AsyncResult.java [DEBUG] adding entry jakarta/ejb/Asynchronous.java [DEBUG] adding entry jakarta/ejb/BeforeCompletion.java [DEBUG] adding entry jakarta/ejb/ConcurrencyManagement.java [DEBUG] adding entry jakarta/ejb/ConcurrencyManagementType.java [DEBUG] adding entry jakarta/ejb/ConcurrentAccessException.java [DEBUG] adding entry jakarta/ejb/ConcurrentAccessTimeoutException.java [DEBUG] adding entry jakarta/ejb/CreateException.java [DEBUG] adding entry jakarta/ejb/DependsOn.java [DEBUG] adding entry jakarta/ejb/DuplicateKeyException.java [DEBUG] adding entry jakarta/ejb/EJB.java [DEBUG] adding entry jakarta/ejb/EJBAccessException.java [DEBUG] adding entry jakarta/ejb/EJBContext.java [DEBUG] adding entry jakarta/ejb/EJBException.java [DEBUG] adding entry jakarta/ejb/EJBHome.java [DEBUG] adding entry jakarta/ejb/EJBLocalHome.java [DEBUG] adding entry jakarta/ejb/EJBLocalObject.java [DEBUG] adding entry jakarta/ejb/EJBMetaData.java [DEBUG] adding entry jakarta/ejb/EJBObject.java [DEBUG] adding entry jakarta/ejb/EJBTransactionRequiredException.java [DEBUG] adding entry jakarta/ejb/EJBTransactionRolledbackException.java [DEBUG] adding entry jakarta/ejb/EJBs.java [DEBUG] adding entry jakarta/ejb/EnterpriseBean.java [DEBUG] adding entry jakarta/ejb/EntityBean.java [DEBUG] adding entry jakarta/ejb/EntityContext.java [DEBUG] adding entry jakarta/ejb/FinderException.java [DEBUG] adding entry jakarta/ejb/Handle.java [DEBUG] adding entry jakarta/ejb/HomeHandle.java [DEBUG] adding entry jakarta/ejb/IllegalLoopbackException.java [DEBUG] adding entry jakarta/ejb/Init.java [DEBUG] adding entry jakarta/ejb/Local.java [DEBUG] adding entry jakarta/ejb/LocalBean.java [DEBUG] adding entry jakarta/ejb/LocalHome.java [DEBUG] adding entry jakarta/ejb/Lock.java [DEBUG] adding entry jakarta/ejb/LockType.java [DEBUG] adding entry jakarta/ejb/MessageDriven.java [DEBUG] adding entry jakarta/ejb/MessageDrivenBean.java [DEBUG] adding entry jakarta/ejb/MessageDrivenContext.java [DEBUG] adding entry jakarta/ejb/NoMoreTimeoutsException.java [DEBUG] adding entry jakarta/ejb/NoSuchEJBException.java [DEBUG] adding entry jakarta/ejb/NoSuchEntityException.java [DEBUG] adding entry jakarta/ejb/NoSuchObjectLocalException.java [DEBUG] adding entry jakarta/ejb/ObjectNotFoundException.java [DEBUG] adding entry jakarta/ejb/PostActivate.java [DEBUG] adding entry jakarta/ejb/PrePassivate.java [DEBUG] adding entry jakarta/ejb/Remote.java [DEBUG] adding entry jakarta/ejb/RemoteHome.java [DEBUG] adding entry jakarta/ejb/Remove.java [DEBUG] adding entry jakarta/ejb/RemoveException.java [DEBUG] adding entry jakarta/ejb/Schedule.java [DEBUG] adding entry jakarta/ejb/ScheduleExpression.java [DEBUG] adding entry jakarta/ejb/Schedules.java [DEBUG] adding entry jakarta/ejb/SessionBean.java [DEBUG] adding entry jakarta/ejb/SessionContext.java [DEBUG] adding entry jakarta/ejb/SessionSynchronization.java [DEBUG] adding entry jakarta/ejb/Singleton.java [DEBUG] adding entry jakarta/ejb/Startup.java [DEBUG] adding entry jakarta/ejb/Stateful.java [DEBUG] adding entry jakarta/ejb/StatefulTimeout.java [DEBUG] adding entry jakarta/ejb/Stateless.java [DEBUG] adding entry jakarta/ejb/TimedObject.java [DEBUG] adding entry jakarta/ejb/Timeout.java [DEBUG] adding entry jakarta/ejb/Timer.java [DEBUG] adding entry jakarta/ejb/TimerConfig.java [DEBUG] adding entry jakarta/ejb/TimerHandle.java [DEBUG] adding entry jakarta/ejb/TimerService.java [DEBUG] adding entry jakarta/ejb/TransactionAttribute.java [DEBUG] adding entry jakarta/ejb/TransactionAttributeType.java [DEBUG] adding entry jakarta/ejb/TransactionManagement.java [DEBUG] adding entry jakarta/ejb/TransactionManagementType.java [DEBUG] adding entry jakarta/ejb/TransactionRequiredLocalException.java [DEBUG] adding entry jakarta/ejb/TransactionRolledbackLocalException.java [DEBUG] adding entry jakarta/ejb/embeddable/EJBContainer.java [DEBUG] adding entry jakarta/ejb/embeddable/package.html [DEBUG] adding entry jakarta/ejb/package.html [DEBUG] adding entry jakarta/ejb/spi/EJBContainerProvider.java [DEBUG] adding entry jakarta/ejb/spi/HandleDelegate.java [DEBUG] adding entry jakarta/ejb/spi/package.html [DEBUG] adding entry module-info.java [DEBUG] jakarta/ejb/embeddable/package.html already added, skipping [DEBUG] jakarta/ejb/package.html already added, skipping [DEBUG] jakarta/ejb/spi/package.html already added, skipping [DEBUG] adding entry META-INF/LICENSE.md [DEBUG] adding entry META-INF/NOTICE.md [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/jakarta.ejb/ [DEBUG] adding directory META-INF/maven/jakarta.ejb/jakarta.ejb-api/ [DEBUG] adding entry META-INF/maven/jakarta.ejb/jakarta.ejb-api/pom.xml [DEBUG] adding entry META-INF/maven/jakarta.ejb/jakarta.ejb-api/pom.properties [WARNING] artifact jakarta.ejb:jakarta.ejb-api:java-source:sources:4.0.1 already attached, replace previous instance [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (default-cli) @ jakarta.ejb-api --- [DEBUG] Configuring mojo org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:jar from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-javadoc-plugin:3.2.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:jar' with basic configurator --> [DEBUG] (f) applyJavadocSecurityFix = true [DEBUG] (f) attach = true [DEBUG] (f) author = true [DEBUG] (f) bootclasspathArtifacts = [] [DEBUG] (f) bottom =

Copyright © 2018, 2022 Eclipse Foundation.
Use is subject to license terms. [DEBUG] (f) breakiterator = false [DEBUG] (f) classifier = javadoc [DEBUG] (f) debug = false [DEBUG] (f) defaultManifestFile = /home/jenkins/agent/workspace/ejb-api-release/api/target/classes/META-INF/MANIFEST.MF [DEBUG] (f) detectJavaApiLink = true [DEBUG] (f) detectLinks = false [DEBUG] (f) detectOfflineLinks = true [DEBUG] (f) docencoding = UTF-8 [DEBUG] (f) docfilessubdirs = true [DEBUG] (f) docletArtifact = groupId = 'null' artifactId = 'null' version = 'null' [DEBUG] (f) docletArtifacts = [] [DEBUG] (f) doclint = none [DEBUG] (f) doctitle = Jakarta Enterprise Beans 4.0.1 API [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) failOnError = true [DEBUG] (f) failOnWarnings = false [DEBUG] (f) finalName = jakarta.ejb-api-4.0.1 [DEBUG] (f) includeDependencySources = false [DEBUG] (f) includeTransitiveDependencySources = false [DEBUG] (f) isOffline = false [DEBUG] (f) jarOutputDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target [DEBUG] (f) javaApiLinks = {} [DEBUG] (f) javadocDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/src/main/javadoc [DEBUG] (f) javadocOptionsDir = /home/jenkins/agent/workspace/ejb-api-release/api/target/javadoc-bundle-options [DEBUG] (f) keywords = false [DEBUG] (f) links = [] [DEBUG] (f) linksource = false [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/.m2/repository/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) mojo = org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:jar {execution: default-cli} [DEBUG] (f) nocomment = false [DEBUG] (f) nodeprecated = false [DEBUG] (f) nodeprecatedlist = false [DEBUG] (f) nohelp = false [DEBUG] (f) noindex = false [DEBUG] (f) nonavbar = false [DEBUG] (f) nooverview = false [DEBUG] (f) nosince = false [DEBUG] (f) notimestamp = false [DEBUG] (f) notree = false [DEBUG] (f) offlineLinks = [] [DEBUG] (f) old = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target/apidocs [DEBUG] (f) overview = /home/jenkins/agent/workspace/ejb-api-release/api/src/main/javadoc/overview.html [DEBUG] (f) project = MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (f) quiet = false [DEBUG] (f) reactorProjects = [MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml] [DEBUG] (f) resourcesArtifacts = [] [DEBUG] (f) serialwarn = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@306c7bf6 [DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@62c02089 [DEBUG] (f) show = protected [DEBUG] (f) skip = false [DEBUG] (f) source = 1.8 [DEBUG] (f) sourceDependencyCacheDir = /home/jenkins/agent/workspace/ejb-api-release/api/target/distro-javadoc-sources [DEBUG] (f) splitindex = false [DEBUG] (f) staleDataPath = /home/jenkins/agent/workspace/ejb-api-release/api/target/maven-javadoc-plugin-stale-data.txt [DEBUG] (f) stylesheet = java [DEBUG] (f) tagletArtifact = groupId = 'null' artifactId = 'null' version = 'null' [DEBUG] (f) tagletArtifacts = [] [DEBUG] (f) taglets = [] [DEBUG] (f) tags = [] [DEBUG] (f) use = true [DEBUG] (f) useDefaultManifestFile = false [DEBUG] (f) useStandardDocletOptions = true [DEBUG] (f) validateLinks = false [DEBUG] (f) verbose = false [DEBUG] (f) version = true [DEBUG] (f) windowtitle = Jakarta Enterprise Beans 4.0.1 API [DEBUG] -- end configuration -- [DEBUG] Auto exclude module-info.java due to source value [DEBUG] Auto exclude module-info.java due to source value [DEBUG] Auto exclude module-info.java due to source value [DEBUG] No maven-compiler-plugin defined in ${build.plugins} or in ${project.build.pluginManagement} for the jakarta.ejb:jakarta.ejb-api:jar:4.0.1. Added Javadoc API link according the javadoc executable version i.e.: 9.0.4 [DEBUG] Found Java API link: https://docs.oracle.com/javase/9/docs/api/ [DEBUG] Trying to add links for modules... [INFO] Skipping javadoc generation, everything is up to date. [INFO] Building jar: /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1-javadoc.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory doc-files/ [DEBUG] adding directory jakarta/ [DEBUG] adding directory jakarta/ejb/ [DEBUG] adding directory jakarta/ejb/embeddable/ [DEBUG] adding directory jakarta/ejb/embeddable/class-use/ [DEBUG] adding directory jakarta/ejb/spi/ [DEBUG] adding directory jakarta/ejb/spi/class-use/ [DEBUG] adding directory jakarta/ejb/class-use/ [DEBUG] adding directory resources/ [DEBUG] adding directory jquery/ [DEBUG] adding directory jquery/external/ [DEBUG] adding directory jquery/external/jquery/ [DEBUG] adding directory jquery/jszip/ [DEBUG] adding directory jquery/jszip/dist/ [DEBUG] adding directory jquery/jszip-utils/ [DEBUG] adding directory jquery/jszip-utils/dist/ [DEBUG] adding directory jquery/images/ [DEBUG] adding entry doc-files/EFSL.html [DEBUG] adding entry jakarta/ejb/AccessLocalException.html [DEBUG] adding entry jakarta/ejb/AccessTimeout.html [DEBUG] adding entry jakarta/ejb/ActivationConfigProperty.html [DEBUG] adding entry jakarta/ejb/AfterBegin.html [DEBUG] adding entry jakarta/ejb/AfterCompletion.html [DEBUG] adding entry jakarta/ejb/ApplicationException.html [DEBUG] adding entry jakarta/ejb/Asynchronous.html [DEBUG] adding entry jakarta/ejb/AsyncResult.html [DEBUG] adding entry jakarta/ejb/BeforeCompletion.html [DEBUG] adding entry jakarta/ejb/ConcurrencyManagement.html [DEBUG] adding entry jakarta/ejb/ConcurrencyManagementType.html [DEBUG] adding entry jakarta/ejb/ConcurrentAccessException.html [DEBUG] adding entry jakarta/ejb/ConcurrentAccessTimeoutException.html [DEBUG] adding entry jakarta/ejb/CreateException.html [DEBUG] adding entry jakarta/ejb/DependsOn.html [DEBUG] adding entry jakarta/ejb/DuplicateKeyException.html [DEBUG] adding entry jakarta/ejb/EJB.html [DEBUG] adding entry jakarta/ejb/EJBAccessException.html [DEBUG] adding entry jakarta/ejb/EJBContext.html [DEBUG] adding entry jakarta/ejb/EJBException.html [DEBUG] adding entry jakarta/ejb/EJBHome.html [DEBUG] adding entry jakarta/ejb/EJBLocalHome.html [DEBUG] adding entry jakarta/ejb/EJBLocalObject.html [DEBUG] adding entry jakarta/ejb/EJBMetaData.html [DEBUG] adding entry jakarta/ejb/EJBObject.html [DEBUG] adding entry jakarta/ejb/EJBs.html [DEBUG] adding entry jakarta/ejb/EJBTransactionRequiredException.html [DEBUG] adding entry jakarta/ejb/EJBTransactionRolledbackException.html [DEBUG] adding entry jakarta/ejb/EnterpriseBean.html [DEBUG] adding entry jakarta/ejb/EntityBean.html [DEBUG] adding entry jakarta/ejb/EntityContext.html [DEBUG] adding entry jakarta/ejb/FinderException.html [DEBUG] adding entry jakarta/ejb/Handle.html [DEBUG] adding entry jakarta/ejb/HomeHandle.html [DEBUG] adding entry jakarta/ejb/IllegalLoopbackException.html [DEBUG] adding entry jakarta/ejb/Init.html [DEBUG] adding entry jakarta/ejb/Local.html [DEBUG] adding entry jakarta/ejb/LocalBean.html [DEBUG] adding entry jakarta/ejb/LocalHome.html [DEBUG] adding entry jakarta/ejb/Lock.html [DEBUG] adding entry jakarta/ejb/LockType.html [DEBUG] adding entry jakarta/ejb/MessageDriven.html [DEBUG] adding entry jakarta/ejb/MessageDrivenBean.html [DEBUG] adding entry jakarta/ejb/MessageDrivenContext.html [DEBUG] adding entry jakarta/ejb/NoMoreTimeoutsException.html [DEBUG] adding entry jakarta/ejb/NoSuchEJBException.html [DEBUG] adding entry jakarta/ejb/NoSuchEntityException.html [DEBUG] adding entry jakarta/ejb/NoSuchObjectLocalException.html [DEBUG] adding entry jakarta/ejb/ObjectNotFoundException.html [DEBUG] adding entry jakarta/ejb/PostActivate.html [DEBUG] adding entry jakarta/ejb/PrePassivate.html [DEBUG] adding entry jakarta/ejb/Remote.html [DEBUG] adding entry jakarta/ejb/RemoteHome.html [DEBUG] adding entry jakarta/ejb/Remove.html [DEBUG] adding entry jakarta/ejb/RemoveException.html [DEBUG] adding entry jakarta/ejb/Schedule.html [DEBUG] adding entry jakarta/ejb/ScheduleExpression.html [DEBUG] adding entry jakarta/ejb/Schedules.html [DEBUG] adding entry jakarta/ejb/SessionBean.html [DEBUG] adding entry jakarta/ejb/SessionContext.html [DEBUG] adding entry jakarta/ejb/SessionSynchronization.html [DEBUG] adding entry jakarta/ejb/Singleton.html [DEBUG] adding entry jakarta/ejb/Startup.html [DEBUG] adding entry jakarta/ejb/Stateful.html [DEBUG] adding entry jakarta/ejb/StatefulTimeout.html [DEBUG] adding entry jakarta/ejb/Stateless.html [DEBUG] adding entry jakarta/ejb/TimedObject.html [DEBUG] adding entry jakarta/ejb/Timeout.html [DEBUG] adding entry jakarta/ejb/Timer.html [DEBUG] adding entry jakarta/ejb/TimerConfig.html [DEBUG] adding entry jakarta/ejb/TimerHandle.html [DEBUG] adding entry jakarta/ejb/TimerService.html [DEBUG] adding entry jakarta/ejb/TransactionAttribute.html [DEBUG] adding entry jakarta/ejb/TransactionAttributeType.html [DEBUG] adding entry jakarta/ejb/TransactionManagement.html [DEBUG] adding entry jakarta/ejb/TransactionManagementType.html [DEBUG] adding entry jakarta/ejb/TransactionRequiredLocalException.html [DEBUG] adding entry jakarta/ejb/TransactionRolledbackLocalException.html [DEBUG] adding entry jakarta/ejb/embeddable/EJBContainer.html [DEBUG] adding entry jakarta/ejb/embeddable/package-frame.html [DEBUG] adding entry jakarta/ejb/embeddable/package-summary.html [DEBUG] adding entry jakarta/ejb/embeddable/package-tree.html [DEBUG] adding entry jakarta/ejb/embeddable/class-use/EJBContainer.html [DEBUG] adding entry jakarta/ejb/embeddable/package-use.html [DEBUG] adding entry jakarta/ejb/spi/EJBContainerProvider.html [DEBUG] adding entry jakarta/ejb/spi/HandleDelegate.html [DEBUG] adding entry jakarta/ejb/spi/package-frame.html [DEBUG] adding entry jakarta/ejb/spi/package-summary.html [DEBUG] adding entry jakarta/ejb/spi/package-tree.html [DEBUG] adding entry jakarta/ejb/spi/class-use/HandleDelegate.html [DEBUG] adding entry jakarta/ejb/spi/class-use/EJBContainerProvider.html [DEBUG] adding entry jakarta/ejb/spi/package-use.html [DEBUG] adding entry jakarta/ejb/package-frame.html [DEBUG] adding entry jakarta/ejb/package-summary.html [DEBUG] adding entry jakarta/ejb/package-tree.html [DEBUG] adding entry jakarta/ejb/class-use/TransactionRolledbackLocalException.html [DEBUG] adding entry jakarta/ejb/class-use/TransactionRequiredLocalException.html [DEBUG] adding entry jakarta/ejb/class-use/TransactionManagementType.html [DEBUG] adding entry jakarta/ejb/class-use/TransactionManagement.html [DEBUG] adding entry jakarta/ejb/class-use/TransactionAttributeType.html [DEBUG] adding entry jakarta/ejb/class-use/TransactionAttribute.html [DEBUG] adding entry jakarta/ejb/class-use/TimerService.html [DEBUG] adding entry jakarta/ejb/class-use/TimerHandle.html [DEBUG] adding entry jakarta/ejb/class-use/TimerConfig.html [DEBUG] adding entry jakarta/ejb/class-use/Timer.html [DEBUG] adding entry jakarta/ejb/class-use/Timeout.html [DEBUG] adding entry jakarta/ejb/class-use/TimedObject.html [DEBUG] adding entry jakarta/ejb/class-use/Stateless.html [DEBUG] adding entry jakarta/ejb/class-use/StatefulTimeout.html [DEBUG] adding entry jakarta/ejb/class-use/Stateful.html [DEBUG] adding entry jakarta/ejb/class-use/Startup.html [DEBUG] adding entry jakarta/ejb/class-use/Singleton.html [DEBUG] adding entry jakarta/ejb/class-use/SessionSynchronization.html [DEBUG] adding entry jakarta/ejb/class-use/SessionContext.html [DEBUG] adding entry jakarta/ejb/class-use/SessionBean.html [DEBUG] adding entry jakarta/ejb/class-use/Schedules.html [DEBUG] adding entry jakarta/ejb/class-use/ScheduleExpression.html [DEBUG] adding entry jakarta/ejb/class-use/Schedule.html [DEBUG] adding entry jakarta/ejb/class-use/RemoveException.html [DEBUG] adding entry jakarta/ejb/class-use/Remove.html [DEBUG] adding entry jakarta/ejb/class-use/RemoteHome.html [DEBUG] adding entry jakarta/ejb/class-use/Remote.html [DEBUG] adding entry jakarta/ejb/class-use/PrePassivate.html [DEBUG] adding entry jakarta/ejb/class-use/PostActivate.html [DEBUG] adding entry jakarta/ejb/class-use/ObjectNotFoundException.html [DEBUG] adding entry jakarta/ejb/class-use/NoSuchObjectLocalException.html [DEBUG] adding entry jakarta/ejb/class-use/NoSuchEntityException.html [DEBUG] adding entry jakarta/ejb/class-use/NoSuchEJBException.html [DEBUG] adding entry jakarta/ejb/class-use/NoMoreTimeoutsException.html [DEBUG] adding entry jakarta/ejb/class-use/MessageDrivenContext.html [DEBUG] adding entry jakarta/ejb/class-use/MessageDrivenBean.html [DEBUG] adding entry jakarta/ejb/class-use/MessageDriven.html [DEBUG] adding entry jakarta/ejb/class-use/LockType.html [DEBUG] adding entry jakarta/ejb/class-use/Lock.html [DEBUG] adding entry jakarta/ejb/class-use/LocalHome.html [DEBUG] adding entry jakarta/ejb/class-use/LocalBean.html [DEBUG] adding entry jakarta/ejb/class-use/Local.html [DEBUG] adding entry jakarta/ejb/class-use/Init.html [DEBUG] adding entry jakarta/ejb/class-use/IllegalLoopbackException.html [DEBUG] adding entry jakarta/ejb/class-use/HomeHandle.html [DEBUG] adding entry jakarta/ejb/class-use/Handle.html [DEBUG] adding entry jakarta/ejb/class-use/FinderException.html [DEBUG] adding entry jakarta/ejb/class-use/EntityContext.html [DEBUG] adding entry jakarta/ejb/class-use/EntityBean.html [DEBUG] adding entry jakarta/ejb/class-use/EnterpriseBean.html [DEBUG] adding entry jakarta/ejb/class-use/EJBs.html [DEBUG] adding entry jakarta/ejb/class-use/EJBTransactionRolledbackException.html [DEBUG] adding entry jakarta/ejb/class-use/EJBTransactionRequiredException.html [DEBUG] adding entry jakarta/ejb/class-use/EJBObject.html [DEBUG] adding entry jakarta/ejb/class-use/EJBMetaData.html [DEBUG] adding entry jakarta/ejb/class-use/EJBLocalObject.html [DEBUG] adding entry jakarta/ejb/class-use/EJBLocalHome.html [DEBUG] adding entry jakarta/ejb/class-use/EJBHome.html [DEBUG] adding entry jakarta/ejb/class-use/EJBException.html [DEBUG] adding entry jakarta/ejb/class-use/EJBContext.html [DEBUG] adding entry jakarta/ejb/class-use/EJBAccessException.html [DEBUG] adding entry jakarta/ejb/class-use/EJB.html [DEBUG] adding entry jakarta/ejb/class-use/DuplicateKeyException.html [DEBUG] adding entry jakarta/ejb/class-use/DependsOn.html [DEBUG] adding entry jakarta/ejb/class-use/CreateException.html [DEBUG] adding entry jakarta/ejb/class-use/ConcurrentAccessTimeoutException.html [DEBUG] adding entry jakarta/ejb/class-use/ConcurrentAccessException.html [DEBUG] adding entry jakarta/ejb/class-use/ConcurrencyManagementType.html [DEBUG] adding entry jakarta/ejb/class-use/ConcurrencyManagement.html [DEBUG] adding entry jakarta/ejb/class-use/BeforeCompletion.html [DEBUG] adding entry jakarta/ejb/class-use/Asynchronous.html [DEBUG] adding entry jakarta/ejb/class-use/AsyncResult.html [DEBUG] adding entry jakarta/ejb/class-use/ApplicationException.html [DEBUG] adding entry jakarta/ejb/class-use/AfterCompletion.html [DEBUG] adding entry jakarta/ejb/class-use/AfterBegin.html [DEBUG] adding entry jakarta/ejb/class-use/ActivationConfigProperty.html [DEBUG] adding entry jakarta/ejb/class-use/AccessTimeout.html [DEBUG] adding entry jakarta/ejb/class-use/AccessLocalException.html [DEBUG] adding entry jakarta/ejb/package-use.html [DEBUG] adding entry package-list [DEBUG] adding entry overview-frame.html [DEBUG] adding entry constant-values.html [DEBUG] adding entry serialized-form.html [DEBUG] adding entry overview-tree.html [DEBUG] adding entry package-search-index.js [DEBUG] adding entry package-search-index.zip [DEBUG] adding entry type-search-index.js [DEBUG] adding entry type-search-index.zip [DEBUG] adding entry member-search-index.js [DEBUG] adding entry member-search-index.zip [DEBUG] adding entry index-all.html [DEBUG] adding entry deprecated-list.html [DEBUG] adding entry allclasses-frame.html [DEBUG] adding entry allclasses-noframe.html [DEBUG] adding entry index.html [DEBUG] adding entry overview-summary.html [DEBUG] adding entry help-doc.html [DEBUG] adding entry stylesheet.css [DEBUG] adding entry script.js [DEBUG] adding entry search.js [DEBUG] adding entry resources/glass.png [DEBUG] adding entry resources/x.png [DEBUG] adding entry jquery/jquery-1.10.2.js [DEBUG] adding entry jquery/jquery-ui.js [DEBUG] adding entry jquery/jquery-ui.css [DEBUG] adding entry jquery/jquery-ui.min.js [DEBUG] adding entry jquery/jquery-ui.min.css [DEBUG] adding entry jquery/jquery-ui.structure.min.css [DEBUG] adding entry jquery/jquery-ui.structure.css [DEBUG] adding entry jquery/external/jquery/jquery.js [DEBUG] adding entry jquery/jszip/dist/jszip.js [DEBUG] adding entry jquery/jszip/dist/jszip.min.js [DEBUG] adding entry jquery/jszip-utils/dist/jszip-utils.js [DEBUG] adding entry jquery/jszip-utils/dist/jszip-utils.min.js [DEBUG] adding entry jquery/jszip-utils/dist/jszip-utils-ie.js [DEBUG] adding entry jquery/jszip-utils/dist/jszip-utils-ie.min.js [DEBUG] adding entry jquery/images/ui-bg_flat_0_aaaaaa_40x100.png [DEBUG] adding entry jquery/images/ui-icons_454545_256x240.png [DEBUG] adding entry jquery/images/ui-bg_glass_95_fef1ec_1x400.png [DEBUG] adding entry jquery/images/ui-bg_glass_75_dadada_1x400.png [DEBUG] adding entry jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png [DEBUG] adding entry jquery/images/ui-icons_888888_256x240.png [DEBUG] adding entry jquery/images/ui-icons_2e83ff_256x240.png [DEBUG] adding entry jquery/images/ui-bg_glass_65_ffffff_1x400.png [DEBUG] adding entry jquery/images/ui-icons_cd0a0a_256x240.png [DEBUG] adding entry jquery/images/ui-bg_glass_55_fbf9ee_1x400.png [DEBUG] adding entry jquery/images/ui-icons_222222_256x240.png [DEBUG] adding entry jquery/images/ui-bg_glass_75_e6e6e6_1x400.png [DEBUG] adding entry jquery/images/ui-bg_flat_75_ffffff_40x100.png [WARNING] artifact jakarta.ejb:jakarta.ejb-api:javadoc:javadoc:4.0.1 already attached, replace previous instance [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (default-cli) @ jakarta.ejb-api --- [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=49470, ConflictMarker.markTime=27391, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=25916, ConflictIdSorter.topsortTime=20931, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=146884, ConflictResolver.conflictItemCount=40, DefaultDependencyCollector.collectTime=3147084, DefaultDependencyCollector.transformTime=376054} [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile [DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile [DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile [DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile [DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [DEBUG] junit:junit:jar:3.8.1:compile [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile [DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile [DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.20:compile [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:3.0.20 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar.lastUpdated [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [DEBUG] Imported: < project>jakarta.ejb:jakarta.ejb-api:4.0.1 [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [DEBUG] Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11 [DEBUG] Included: junit:junit:jar:3.8.1 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.20 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [DEBUG] Configuring mojo org.apache.maven.plugins:maven-gpg-plugin:1.6:sign from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign' with basic configurator --> [DEBUG] (f) ascDirectory = /home/jenkins/agent/workspace/ejb-api-release/api/target/gpg [DEBUG] (f) defaultKeyring = true [DEBUG] (f) gpgArguments = [--pinentry-mode, loopback] [DEBUG] (f) interactive = false [DEBUG] (f) passphraseServerId = gpg.passphrase [DEBUG] (f) project = MavenProject: jakarta.ejb:jakarta.ejb-api:4.0.1 @ /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@62c02089 [DEBUG] (f) skip = false [DEBUG] (f) useAgent = true [DEBUG] -- end configuration -- [DEBUG] Generating signature for /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1.jar [DEBUG] Generating signature for /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1.pom [DEBUG] Generating signature for /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1-sources.jar [DEBUG] Generating signature for /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1-javadoc.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-cli) @ jakarta.ejb-api --- [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:3.0.5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:3.1 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-digest:pom:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-digest/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-components:pom:1.1.7 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom.lastUpdated [DEBUG] Resolving artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-8 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom.lastUpdated [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=59240, ConflictMarker.markTime=23308, ConflictMarker.nodeCount=38, ConflictIdSorter.graphTime=40517, ConflictIdSorter.topsortTime=15714, ConflictIdSorter.conflictIdCount=15, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=114720, ConflictResolver.conflictItemCount=35, DefaultDependencyCollector.collectTime=92769712, DefaultDependencyCollector.transformTime=273954} [DEBUG] org.apache.maven.plugins:maven-install-plugin:jar:2.4 [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [DEBUG] junit:junit:jar:3.8.1:compile [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile [DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.5:compile [DEBUG] org.codehaus.plexus:plexus-digest:jar:1.0:compile [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:3.0.5 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-digest:jar:1.0 from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-digest/1.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar.lastUpdated [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-install-plugin:2.4 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-install-plugin:2.4 [DEBUG] Imported: < project>jakarta.ejb:jakarta.ejb-api:4.0.1 [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-install-plugin:2.4 [DEBUG] Included: org.apache.maven.plugins:maven-install-plugin:jar:2.4 [DEBUG] Included: junit:junit:jar:3.8.1 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.5 [DEBUG] Included: org.codehaus.plexus:plexus-digest:jar:1.0 [DEBUG] Configuring mojo org.apache.maven.plugins:maven-install-plugin:2.4:install from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-install-plugin:2.4, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-install-plugin:2.4:install' with basic configurator --> [DEBUG] (f) artifact = jakarta.ejb:jakarta.ejb-api:jar:4.0.1 [DEBUG] (f) attachedArtifacts = [jakarta.ejb:jakarta.ejb-api:java-source:sources:4.0.1, jakarta.ejb:jakarta.ejb-api:javadoc:javadoc:4.0.1, jakarta.ejb:jakarta.ejb-api:jar.asc:4.0.1, jakarta.ejb:jakarta.ejb-api:pom.asc:4.0.1, jakarta.ejb:jakarta.ejb-api:jar.asc:sources:4.0.1, jakarta.ejb:jakarta.ejb-api:jar.asc:javadoc:4.0.1] [DEBUG] (f) createChecksum = false [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/.m2/repository/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) packaging = jar [DEBUG] (f) pomFile = /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (s) skip = false [DEBUG] (f) updateReleaseInfo = false [DEBUG] -- end configuration -- [INFO] Installing /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1.jar to /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1.jar [DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/4.0.1/_remote.repositories [INFO] Installing /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml to /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1.pom [DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/4.0.1/_remote.repositories [DEBUG] Installing jakarta.ejb:jakarta.ejb-api/maven-metadata.xml to /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/maven-metadata-local.xml [INFO] Installing /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1-sources.jar to /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1-sources.jar [DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/4.0.1/_remote.repositories [DEBUG] Installing jakarta.ejb:jakarta.ejb-api/maven-metadata.xml to /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/maven-metadata-local.xml [INFO] Installing /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1-javadoc.jar to /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1-javadoc.jar [DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/4.0.1/_remote.repositories [DEBUG] Installing jakarta.ejb:jakarta.ejb-api/maven-metadata.xml to /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/maven-metadata-local.xml [INFO] Installing /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1.jar.asc to /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1.jar.asc [DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/4.0.1/_remote.repositories [DEBUG] Installing jakarta.ejb:jakarta.ejb-api/maven-metadata.xml to /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/maven-metadata-local.xml [INFO] Installing /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1.pom.asc to /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1.pom.asc [DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/4.0.1/_remote.repositories [DEBUG] Installing jakarta.ejb:jakarta.ejb-api/maven-metadata.xml to /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/maven-metadata-local.xml [INFO] Installing /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1-sources.jar.asc to /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1-sources.jar.asc [DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/4.0.1/_remote.repositories [DEBUG] Installing jakarta.ejb:jakarta.ejb-api/maven-metadata.xml to /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/maven-metadata-local.xml [INFO] Installing /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1-javadoc.jar.asc to /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1-javadoc.jar.asc [DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/4.0.1/_remote.repositories [DEBUG] Installing jakarta.ejb:jakarta.ejb-api/maven-metadata.xml to /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/maven-metadata-local.xml [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (default-cli) @ jakarta.ejb-api --- [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=69593, ConflictMarker.markTime=37754, ConflictMarker.nodeCount=84, ConflictIdSorter.graphTime=38287, ConflictIdSorter.topsortTime=26725, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=415114, ConflictResolver.conflictItemCount=71, DefaultDependencyCollector.collectTime=4188138, DefaultDependencyCollector.transformTime=615956} [DEBUG] org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8 [DEBUG] org.sonatype.nexus.maven:nexus-common:jar:1.6.8:compile [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile (version managed from default) (exclusions managed from default) [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.7:compile (version managed from default) [DEBUG] com.google.guava:guava:jar:14.0.1:compile [DEBUG] org.sonatype.nexus:nexus-client-core:jar:2.14.3-02:compile (exclusions managed from default) [DEBUG] org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02:compile [DEBUG] org.apache.maven:maven-model:jar:3.0.4:compile (version managed from default) [DEBUG] org.slf4j:slf4j-api:jar:1.7.7:compile (version managed from default) [DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile [DEBUG] com.intellij:annotations:jar:9.0.4:compile (version managed from default) [DEBUG] commons-io:commons-io:jar:2.4:compile [DEBUG] com.thoughtworks.xstream:xstream:jar:1.4.7:compile (version managed from default) [DEBUG] xmlpull:xmlpull:jar:1.1.3.1:compile [DEBUG] xpp3:xpp3_min:jar:1.1.4c:compile [DEBUG] joda-time:joda-time:jar:2.2:compile [DEBUG] commons-lang:commons-lang:jar:2.6:compile [DEBUG] commons-beanutils:commons-beanutils-core:jar:1.8.3:compile (version managed from default) (exclusions managed from default) [DEBUG] org.sonatype.sisu.siesta:siesta-client:jar:1.7:compile [DEBUG] org.sonatype.sisu.siesta:siesta-common:jar:1.7:compile [DEBUG] javax.ws.rs:jsr311-api:jar:1.1.1:compile [DEBUG] com.sun.jersey:jersey-core:jar:1.17.1:compile [DEBUG] javax.validation:validation-api:jar:1.1.0.Final:compile [DEBUG] com.sun.jersey:jersey-client:jar:1.17.1:compile [DEBUG] com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1:compile [DEBUG] org.sonatype.sisu.siesta:siesta-jackson:jar:1.7:compile [DEBUG] com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.core:jackson-core:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.core:jackson-databind:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.3.5:compile (version managed from default) (exclusions managed from default) [DEBUG] commons-codec:commons-codec:jar:1.6:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.3.2:compile (version managed from default) [DEBUG] org.slf4j:jcl-over-slf4j:jar:1.7.7:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile (version managed from default) [DEBUG] org.sonatype.spice.zapper:spice-zapper:jar:1.3:compile [DEBUG] org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9:compile [DEBUG] org.fusesource.hawtbuf:hawtbuf:jar:1.9:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.8:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.15:compile [DEBUG] org.sonatype.aether:aether-api:jar:1.13.1:compile [DEBUG] ch.qos.logback:logback-core:jar:1.1.2:runtime [DEBUG] ch.qos.logback:logback-classic:jar:1.1.2:runtime [DEBUG] Created new class realm plugin>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 [DEBUG] Importing foreign packages into class realm plugin>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 [DEBUG] Imported: < project>jakarta.ejb:jakarta.ejb-api:4.0.1 [DEBUG] Populating class realm plugin>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 [DEBUG] Included: org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8 [DEBUG] Included: org.sonatype.nexus.maven:nexus-common:jar:1.6.8 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.7 [DEBUG] Included: com.google.guava:guava:jar:14.0.1 [DEBUG] Included: org.sonatype.nexus:nexus-client-core:jar:2.14.3-02 [DEBUG] Included: org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02 [DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1 [DEBUG] Included: com.intellij:annotations:jar:9.0.4 [DEBUG] Included: commons-io:commons-io:jar:2.4 [DEBUG] Included: com.thoughtworks.xstream:xstream:jar:1.4.7 [DEBUG] Included: xmlpull:xmlpull:jar:1.1.3.1 [DEBUG] Included: xpp3:xpp3_min:jar:1.1.4c [DEBUG] Included: joda-time:joda-time:jar:2.2 [DEBUG] Included: commons-lang:commons-lang:jar:2.6 [DEBUG] Included: commons-beanutils:commons-beanutils-core:jar:1.8.3 [DEBUG] Included: org.sonatype.sisu.siesta:siesta-client:jar:1.7 [DEBUG] Included: org.sonatype.sisu.siesta:siesta-common:jar:1.7 [DEBUG] Included: javax.ws.rs:jsr311-api:jar:1.1.1 [DEBUG] Included: com.sun.jersey:jersey-core:jar:1.17.1 [DEBUG] Included: javax.validation:validation-api:jar:1.1.0.Final [DEBUG] Included: com.sun.jersey:jersey-client:jar:1.17.1 [DEBUG] Included: com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1 [DEBUG] Included: org.sonatype.sisu.siesta:siesta-jackson:jar:1.7 [DEBUG] Included: com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.core:jackson-core:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.core:jackson-databind:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1 [DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.3.5 [DEBUG] Included: commons-codec:commons-codec:jar:1.6 [DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.3.2 [DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.7.7 [DEBUG] Included: org.sonatype.spice.zapper:spice-zapper:jar:1.3 [DEBUG] Included: org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9 [DEBUG] Included: org.fusesource.hawtbuf:hawtbuf:jar:1.9 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.8 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.15 [DEBUG] Included: ch.qos.logback:logback-core:jar:1.1.2 [DEBUG] Included: ch.qos.logback:logback-classic:jar:1.1.2 [DEBUG] Configuring mojo org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:deploy from plugin realm ClassRealm[plugin>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@1b9e1916] [DEBUG] Configuring mojo 'org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:deploy' with basic configurator --> [DEBUG] (f) artifact = jakarta.ejb:jakarta.ejb-api:jar:4.0.1 [DEBUG] (f) attachedArtifacts = [jakarta.ejb:jakarta.ejb-api:java-source:sources:4.0.1, jakarta.ejb:jakarta.ejb-api:javadoc:javadoc:4.0.1, jakarta.ejb:jakarta.ejb-api:jar.asc:4.0.1, jakarta.ejb:jakarta.ejb-api:pom.asc:4.0.1, jakarta.ejb:jakarta.ejb-api:jar.asc:sources:4.0.1, jakarta.ejb:jakarta.ejb-api:jar.asc:javadoc:4.0.1] [DEBUG] (f) autoDropAfterRelease = true [DEBUG] (f) autoReleaseAfterClose = false [DEBUG] (f) detectBuildFailures = true [DEBUG] (f) mavenSession = org.apache.maven.execution.MavenSession@306c7bf6 [DEBUG] (f) mojoExecution = org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:deploy {execution: default-cli} [DEBUG] (f) nexusUrl = https://jakarta.oss.sonatype.org/ [DEBUG] (f) offline = false [DEBUG] (f) packaging = jar [DEBUG] (f) pluginArtifactId = nexus-staging-maven-plugin [DEBUG] (f) pluginGroupId = org.sonatype.plugins [DEBUG] (f) pluginVersion = 1.6.8 [DEBUG] (f) pomFile = /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml [DEBUG] (f) serverId = ossrh [DEBUG] (f) sslAllowAll = false [DEBUG] (f) sslInsecure = false [DEBUG] (f) stagingProgressPauseDurationSeconds = 3 [DEBUG] (f) stagingProgressTimeoutMinutes = 5 [DEBUG] -- end configuration -- [DEBUG] Parameters{pluginGav='org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8', deferredDirectoryRoot=/home/jenkins/agent/workspace/ejb-api-release/api/target/nexus-staging/deferred, stagingDirectoryRoot=/home/jenkins/agent/workspace/ejb-api-release/api/target/nexus-staging/staging, nexusUrl='https://jakarta.oss.sonatype.org/', serverId='ossrh', keepStagingRepositoryOnCloseRuleFailure=false, keepStagingRepositoryOnFailure=false, skipStagingRepositoryClose=false, autoReleaseAfterClose=false, autoDropAfterRelease=true, stagingProfileId='null', stagingRepositoryId='null', stagingActionMessages=org.sonatype.nexus.maven.staging.StagingActionMessages@37f687c1, tags=null, stagingProgressTimeoutMinutes=5, stagingProgressPauseDurationSeconds=3, sslInsecure=false, sslAllowAll=false} [DEBUG] Parameters{pluginGav='org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8', deferredDirectoryRoot=/home/jenkins/agent/workspace/ejb-api-release/api/target/nexus-staging/deferred, stagingDirectoryRoot=/home/jenkins/agent/workspace/ejb-api-release/api/target/nexus-staging/staging, nexusUrl='https://jakarta.oss.sonatype.org/', serverId='ossrh', keepStagingRepositoryOnCloseRuleFailure=false, keepStagingRepositoryOnFailure=false, skipStagingRepositoryClose=false, autoReleaseAfterClose=false, autoDropAfterRelease=true, stagingProfileId='null', stagingRepositoryId='null', stagingActionMessages=org.sonatype.nexus.maven.staging.StagingActionMessages@37f687c1, tags=null, stagingProgressTimeoutMinutes=5, stagingProgressPauseDurationSeconds=3, sslInsecure=false, sslAllowAll=false} [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/ejb-api-release/api/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar) to field java.util.TreeMap.comparator WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [DEBUG] Client created for media-type application/xml; charset=UTF-8 and connection (url=https://jakarta.oss.sonatype.org:443/,authc=UsernamePasswordAuthenticationInfo[username=jXwYfMnK, password=****],sslCertificateValidation=STRICT,sslCertificateHostnameValidation=LAX) May 04, 2022 12:51:42 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 1 * Client out-bound request 1 > GET https://jakarta.oss.sonatype.org:443/service/local/status 1 > Content-Type: application/xml; charset=UTF-8 1 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connecting to jakarta.oss.sonatype.org:443 [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://jakarta.oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/status HTTP/1.1 [DEBUG] >> "GET /service/local/status HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: jakarta.oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic alh3WWZNbks6SmVhZGt6K2M5bUx1b1ZGWmdVMThyQnBkVmdRdmltME9YU0VRdUlpVGsxaHo=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/status HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: jakarta.oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic alh3WWZNbks6SmVhZGt6K2M5bUx1b1ZGWmdVMThyQnBkVmdRdmltME9YU0VRdUlpVGsxaHo= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Wed, 04 May 2022 00:51:43 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1119[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Wed, 04 May 2022 00:51:43 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1119 [DEBUG] << Connection: keep-alive [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " [\n]" [DEBUG] << " Nexus Repository Manager[\n]" [DEBUG] << " Nexus Repository Manager 2.14.21-02[\n]" [DEBUG] << " 2.14.21-02[\n]" [DEBUG] << " 2.14.21-02[\n]" [DEBUG] << " Professional[\n]" [DEBUG] << " PRO[\n]" [DEBUG] << " http://links.sonatype.com/products/nexus/pro/attributions[\n]" [DEBUG] << " http://links.sonatype.com/products/nexus/pro/store[\n]" [DEBUG] << " http://links.sonatype.com/products/nexus/pro/eula[\n]" [DEBUG] << " STARTED[\n]" [DEBUG] << " 2022-03-24 18:39:45.684 UTC[\n]" [DEBUG] << " 2022-03-24 18:39:49.339 UTC[\n]" [DEBUG] << " 2022-03-24 18:39:49.339 UTC[\n]" [DEBUG] << " false[\n]" [DEBUG] << " true[\n]" [DEBUG] << " false[\n]" [DEBUG] << " https://jakarta.oss.sonatype.org[\n]" [DEBUG] << " true[\n]" [DEBUG] << " false[\n]" [DEBUG] << " false[\n]" [DEBUG] << " [\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] May 04, 2022 12:51:43 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 1 * Client in-bound response 1 < 200 1 < Date: Wed, 04 May 2022 00:51:43 GMT 1 < Content-Type: application/xml; charset=UTF-8 1 < Content-Length: 1119 1 < Connection: keep-alive 1 < X-Frame-Options: SAMEORIGIN 1 < X-Content-Type-Options: nosniff 1 < Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 1 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 1 < Nexus Repository Manager Nexus Repository Manager 2.14.21-02 2.14.21-02 2.14.21-02 Professional PRO http://links.sonatype.com/products/nexus/pro/attributions http://links.sonatype.com/products/nexus/pro/store http://links.sonatype.com/products/nexus/pro/eula STARTED 2022-03-24 18:39:45.684 UTC 2022-03-24 18:39:49.339 UTC 2022-03-24 18:39:49.339 UTC false true false https://jakarta.oss.sonatype.org true false false [DEBUG] Connected, received NexusStatus [appName=Nexus Repository Manager, version=2.14.21-02, editionShort=PRO] [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.14.21-02 and edition "Professional" May 04, 2022 12:51:43 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 2 * Client out-bound request 2 > GET https://jakarta.oss.sonatype.org:443/service/local/status 2 > Content-Type: application/xml; charset=UTF-8 2 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://jakarta.oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/status HTTP/1.1 [DEBUG] >> "GET /service/local/status HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: jakarta.oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic alh3WWZNbks6SmVhZGt6K2M5bUx1b1ZGWmdVMThyQnBkVmdRdmltME9YU0VRdUlpVGsxaHo=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/status HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: jakarta.oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic alh3WWZNbks6SmVhZGt6K2M5bUx1b1ZGWmdVMThyQnBkVmdRdmltME9YU0VRdUlpVGsxaHo= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Wed, 04 May 2022 00:51:43 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1119[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Wed, 04 May 2022 00:51:43 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1119 [DEBUG] << Connection: keep-alive [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " [\n]" [DEBUG] << " Nexus Repository Manager[\n]" [DEBUG] << " Nexus Repository Manager 2.14.21-02[\n]" [DEBUG] << " 2.14.21-02[\n]" [DEBUG] << " 2.14.21-02[\n]" [DEBUG] << " Professional[\n]" [DEBUG] << " PRO[\n]" [DEBUG] << " http://links.sonatype.com/products/nexus/pro/attributions[\n]" [DEBUG] << " http://links.sonatype.com/products/nexus/pro/store[\n]" [DEBUG] << " http://links.sonatype.com/products/nexus/pro/eula[\n]" [DEBUG] << " STARTED[\n]" [DEBUG] << " 2022-03-24 18:39:45.684 UTC[\n]" [DEBUG] << " 2022-03-24 18:39:49.339 UTC[\n]" [DEBUG] << " 2022-03-24 18:39:49.339 UTC[\n]" [DEBUG] << " false[\n]" [DEBUG] << " true[\n]" [DEBUG] << " false[\n]" [DEBUG] << " https://jakarta.oss.sonatype.org[\n]" [DEBUG] << " true[\n]" [DEBUG] << " false[\n]" [DEBUG] << " false[\n]" [DEBUG] << " [\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] May 04, 2022 12:51:43 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 2 * Client in-bound response 2 < 200 2 < Date: Wed, 04 May 2022 00:51:43 GMT 2 < Content-Type: application/xml; charset=UTF-8 2 < Content-Length: 1119 2 < Connection: keep-alive 2 < X-Frame-Options: SAMEORIGIN 2 < X-Content-Type-Options: nosniff 2 < Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 2 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 2 < Nexus Repository Manager Nexus Repository Manager 2.14.21-02 2.14.21-02 2.14.21-02 Professional PRO http://links.sonatype.com/products/nexus/pro/attributions http://links.sonatype.com/products/nexus/pro/store http://links.sonatype.com/products/nexus/pro/eula STARTED 2022-03-24 18:39:45.684 UTC 2022-03-24 18:39:49.339 UTC 2022-03-24 18:39:49.339 UTC false true false https://jakarta.oss.sonatype.org true false false [DEBUG] Using staging v3 service [DEBUG] Using progressTimeoutMinutes=5, progressPauseDurationSeconds=3 May 04, 2022 12:51:43 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 3 * Client out-bound request 3 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/profile_evaluate?a=jakarta.ejb-api&t=maven2&v=4.0.1&g=jakarta.ejb 3 > Content-Type: application/xml; charset=UTF-8 3 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://jakarta.oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/staging/profile_evaluate?a=jakarta.ejb-api&t=maven2&v=4.0.1&g=jakarta.ejb HTTP/1.1 [DEBUG] >> "GET /service/local/staging/profile_evaluate?a=jakarta.ejb-api&t=maven2&v=4.0.1&g=jakarta.ejb HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: jakarta.oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic alh3WWZNbks6SmVhZGt6K2M5bUx1b1ZGWmdVMThyQnBkVmdRdmltME9YU0VRdUlpVGsxaHo=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/staging/profile_evaluate?a=jakarta.ejb-api&t=maven2&v=4.0.1&g=jakarta.ejb HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: jakarta.oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic alh3WWZNbks6SmVhZGt6K2M5bUx1b1ZGWmdVMThyQnBkVmdRdmltME9YU0VRdUlpVGsxaHo= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Wed, 04 May 2022 00:51:43 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1297[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Wed, 04 May 2022 00:51:43 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1297 [DEBUG] << Connection: keep-alive [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " [\n]" [DEBUG] << " [\n]" [DEBUG] << " https://jakarta.oss.sonatype.org/service/local/staging/profile_evaluate/3c94bad05edd[\n]" [DEBUG] << " 3c94bad05edd[\n]" [DEBUG] << " jakarta.ejb[\n]" [DEBUG] << " default_hosted_release[\n]" [DEBUG] << " maven2[\n]" [DEBUG] << " 3c94b4bd6e8d[\n]" [DEBUG] << " false[\n]" [DEBUG] << " 26[\n]" [DEBUG] << " https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2[\n]" [DEBUG] << " [\n]" [DEBUG] << " staging[\n]" [DEBUG] << " [\n]" [DEBUG] << " [\n]" [DEBUG] << " [\n]" [DEBUG] << " [\n]" [DEBUG] << " [\n]" [DEBUG] << " 3898308ebb2e[\n]" [DEBUG] << " [\n]" [DEBUG] << " [\n]" [DEBUG] << " releases[\n]" [DEBUG] << " BOTH[\n]" [DEBUG] << " true[\n]" [DEBUG] << " true[\n]" [DEBUG] << " true[\n]" [DEBUG] << " false[\n]" [DEBUG] << " true[\n]" [DEBUG] << " [\n]" [DEBUG] << " [\n]" [DEBUG] << " [\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] May 04, 2022 12:51:43 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 3 * Client in-bound response 3 < 200 3 < Date: Wed, 04 May 2022 00:51:43 GMT 3 < Content-Type: application/xml; charset=UTF-8 3 < Content-Length: 1297 3 < Connection: keep-alive 3 < X-Frame-Options: SAMEORIGIN 3 < X-Content-Type-Options: nosniff 3 < Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 3 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 3 < https://jakarta.oss.sonatype.org/service/local/staging/profile_evaluate/3c94bad05edd 3c94bad05edd jakarta.ejb default_hosted_release maven2 3c94b4bd6e8d false 26 https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2 staging 3898308ebb2e releases BOTH true true true false true [DEBUG] Setting default value: false [DEBUG] Converting 'Boolean' value 'false' to type 'Boolean' [DEBUG] No conversion required, value is already a Boolean [DEBUG] Setting default value: 0 [DEBUG] Converting 'Integer' value '0' to type 'Byte' [DEBUG] Converted to Byte value '0' [DEBUG] Setting default value: [DEBUG] Converting 'Character' value ' ' to type 'Character' [DEBUG] No conversion required, value is already a Character [DEBUG] Setting default value: 0 [DEBUG] Converting 'Integer' value '0' to type 'Double' [DEBUG] Converted to Double value '0.0' [DEBUG] Setting default value: 0 [DEBUG] Converting 'Integer' value '0' to type 'Float' [DEBUG] Converted to Float value '0.0' [DEBUG] Setting default value: 0 [DEBUG] Converting 'Integer' value '0' to type 'Integer' [DEBUG] No conversion required, value is already a Integer [DEBUG] Setting default value: 0 [DEBUG] Converting 'Integer' value '0' to type 'Long' [DEBUG] Converted to Long value '0' [DEBUG] Setting default value: 0 [DEBUG] Converting 'Integer' value '0' to type 'Short' [DEBUG] Converted to Short value '0' [DEBUG] Setting default value: 0.0 [DEBUG] Converting 'BigDecimal' value '0.0' to type 'BigDecimal' [DEBUG] No conversion required, value is already a BigDecimal [DEBUG] Setting default value: 0 [DEBUG] Converting 'BigInteger' value '0' to type 'BigInteger' [DEBUG] No conversion required, value is already a BigInteger [DEBUG] Setting default value: false [DEBUG] Converting 'Boolean' value 'false' to type 'Boolean' [DEBUG] No conversion required, value is already a Boolean [DEBUG] Setting default value: 0 [DEBUG] Converting 'Integer' value '0' to type 'Byte' [DEBUG] Converted to Byte value '0' [DEBUG] Setting default value: [DEBUG] Converting 'Character' value ' ' to type 'Character' [DEBUG] No conversion required, value is already a Character [DEBUG] Setting default value: 0 [DEBUG] Converting 'Integer' value '0' to type 'Double' [DEBUG] Converted to Double value '0.0' [DEBUG] Setting default value: 0 [DEBUG] Converting 'Integer' value '0' to type 'Float' [DEBUG] Converted to Float value '0.0' [DEBUG] Setting default value: 0 [DEBUG] Converting 'Integer' value '0' to type 'Integer' [DEBUG] No conversion required, value is already a Integer [DEBUG] Setting default value: 0 [DEBUG] Converting 'Integer' value '0' to type 'Long' [DEBUG] Converted to Long value '0' [DEBUG] Setting default value: 0 [DEBUG] Converting 'Integer' value '0' to type 'Short' [DEBUG] Converted to Short value '0' [DEBUG] Setting default value: [DEBUG] Converting 'String' value '' to type 'String' [DEBUG] Setting default value: [Z@732ffb6a [DEBUG] Converting 'boolean[]' value '[Z@732ffb6a' to type 'boolean[]' [DEBUG] No conversion required, value is already a boolean[] [DEBUG] Setting default value: [B@5ed83e36 [DEBUG] Converting 'byte[]' value '[B@5ed83e36' to type 'byte[]' [DEBUG] No conversion required, value is already a byte[] [DEBUG] Setting default value: [C@2459715c [DEBUG] Converting 'char[]' value '[C@2459715c' to type 'char[]' [DEBUG] No conversion required, value is already a char[] [DEBUG] Setting default value: [D@401e36ab [DEBUG] Converting 'double[]' value '[D@401e36ab' to type 'double[]' [DEBUG] No conversion required, value is already a double[] [DEBUG] Setting default value: [F@53d0cf4d [DEBUG] Converting 'float[]' value '[F@53d0cf4d' to type 'float[]' [DEBUG] No conversion required, value is already a float[] [DEBUG] Setting default value: [I@d7645b2 [DEBUG] Converting 'int[]' value '[I@d7645b2' to type 'int[]' [DEBUG] No conversion required, value is already a int[] [DEBUG] Setting default value: [J@72e4905c [DEBUG] Converting 'long[]' value '[J@72e4905c' to type 'long[]' [DEBUG] No conversion required, value is already a long[] [DEBUG] Setting default value: [S@7f9083b4 [DEBUG] Converting 'short[]' value '[S@7f9083b4' to type 'short[]' [DEBUG] No conversion required, value is already a short[] [DEBUG] Setting default value: [Ljava.math.BigDecimal;@16441c13 [DEBUG] Converting 'BigDecimal[]' value '[Ljava.math.BigDecimal;@16441c13' to type 'BigDecimal[]' [DEBUG] No conversion required, value is already a BigDecimal[] [DEBUG] Setting default value: [Ljava.math.BigInteger;@164dfad2 [DEBUG] Converting 'BigInteger[]' value '[Ljava.math.BigInteger;@164dfad2' to type 'BigInteger[]' [DEBUG] No conversion required, value is already a BigInteger[] [DEBUG] Setting default value: [Ljava.lang.Boolean;@405a296e [DEBUG] Converting 'Boolean[]' value '[Ljava.lang.Boolean;@405a296e' to type 'Boolean[]' [DEBUG] No conversion required, value is already a Boolean[] [DEBUG] Setting default value: [Ljava.lang.Byte;@e7b7395 [DEBUG] Converting 'Byte[]' value '[Ljava.lang.Byte;@e7b7395' to type 'Byte[]' [DEBUG] No conversion required, value is already a Byte[] [DEBUG] Setting default value: [Ljava.lang.Character;@293ccbdd [DEBUG] Converting 'Character[]' value '[Ljava.lang.Character;@293ccbdd' to type 'Character[]' [DEBUG] No conversion required, value is already a Character[] [DEBUG] Setting default value: [Ljava.lang.Double;@474a63d9 [DEBUG] Converting 'Double[]' value '[Ljava.lang.Double;@474a63d9' to type 'Double[]' [DEBUG] No conversion required, value is already a Double[] [DEBUG] Setting default value: [Ljava.lang.Float;@54a04eae [DEBUG] Converting 'Float[]' value '[Ljava.lang.Float;@54a04eae' to type 'Float[]' [DEBUG] No conversion required, value is already a Float[] [DEBUG] Setting default value: [Ljava.lang.Integer;@1026a011 [DEBUG] Converting 'Integer[]' value '[Ljava.lang.Integer;@1026a011' to type 'Integer[]' [DEBUG] No conversion required, value is already a Integer[] [DEBUG] Setting default value: [Ljava.lang.Long;@353aadd7 [DEBUG] Converting 'Long[]' value '[Ljava.lang.Long;@353aadd7' to type 'Long[]' [DEBUG] No conversion required, value is already a Long[] [DEBUG] Setting default value: [Ljava.lang.Short;@26169be3 [DEBUG] Converting 'Short[]' value '[Ljava.lang.Short;@26169be3' to type 'Short[]' [DEBUG] No conversion required, value is already a Short[] [DEBUG] Setting default value: [Ljava.lang.String;@6f636de3 [DEBUG] Converting 'String[]' value '[Ljava.lang.String;@6f636de3' to type 'String[]' [DEBUG] No conversion required, value is already a String[] [DEBUG] Setting default value: [Ljava.lang.Class;@40f49d72 [DEBUG] Converting 'Class[]' value '[Ljava.lang.Class;@40f49d72' to type 'Class[]' [DEBUG] No conversion required, value is already a Class[] [DEBUG] Setting default value: [Ljava.util.Date;@522fdf0c [DEBUG] Converting 'Date[]' value '[Ljava.util.Date;@522fdf0c' to type 'Date[]' [DEBUG] No conversion required, value is already a Date[] [DEBUG] Setting default value: [Ljava.util.Calendar;@10587ce5 [DEBUG] Converting 'Calendar[]' value '[Ljava.util.Calendar;@10587ce5' to type 'Calendar[]' [DEBUG] No conversion required, value is already a Calendar[] [DEBUG] Setting default value: [Ljava.io.File;@58581ab6 [DEBUG] Converting 'java.io.File[]' value '[Ljava.io.File;@58581ab6' to type 'java.io.File[]' [DEBUG] No conversion required, value is already a java.io.File[] [DEBUG] Setting default value: [Ljava.sql.Date;@3cd3cf6b [DEBUG] Converting 'java.sql.Date[]' value '[Ljava.sql.Date;@3cd3cf6b' to type 'java.sql.Date[]' [DEBUG] No conversion required, value is already a java.sql.Date[] [DEBUG] Setting default value: [Ljava.sql.Time;@179dc2 [DEBUG] Converting 'java.sql.Time[]' value '[Ljava.sql.Time;@179dc2' to type 'java.sql.Time[]' [DEBUG] No conversion required, value is already a java.sql.Time[] [DEBUG] Setting default value: [Ljava.sql.Timestamp;@3a089620 [DEBUG] Converting 'java.sql.Timestamp[]' value '[Ljava.sql.Timestamp;@3a089620' to type 'java.sql.Timestamp[]' [DEBUG] No conversion required, value is already a java.sql.Timestamp[] [DEBUG] Setting default value: [Ljava.net.URL;@10fef6da [DEBUG] Converting 'java.net.URL[]' value '[Ljava.net.URL;@10fef6da' to type 'java.net.URL[]' [DEBUG] No conversion required, value is already a java.net.URL[] [DEBUG] BeanUtils.copyProperties(com.sonatype.nexus.staging.api.dto.StagingProfileDTO@55cd41f7, com.sonatype.nexus.staging.api.dto.StagingProfileDTO@2ff30a75) [DEBUG] Converting 'Boolean' value 'false' to type 'Boolean' [DEBUG] No conversion required, value is already a Boolean [DEBUG] Converting 'String' value 'https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2' to type 'String' [DEBUG] Converting 'Boolean' value 'true' to type 'Boolean' [DEBUG] No conversion required, value is already a Boolean [DEBUG] Converting value 'null' to type 'String' [DEBUG] Using default value '' [DEBUG] Converting 'Boolean' value 'true' to type 'Boolean' [DEBUG] No conversion required, value is already a Boolean [DEBUG] Converting value 'null' to type 'String' [DEBUG] Using default value '' [DEBUG] Converting 'String' value '3c94bad05edd' to type 'String' [DEBUG] Converting 'Boolean' value 'false' to type 'Boolean' [DEBUG] No conversion required, value is already a Boolean [DEBUG] Converting 'String' value 'BOTH' to type 'String' [DEBUG] Converting 'String' value 'jakarta.ejb' to type 'String' [DEBUG] Converting 'Integer' value '26' to type 'Integer' [DEBUG] No conversion required, value is already a Integer [DEBUG] Converting 'Boolean' value 'true' to type 'Boolean' [DEBUG] No conversion required, value is already a Boolean [DEBUG] Converting value 'null' to type 'String' [DEBUG] Using default value '' [DEBUG] Converting 'String' value 'releases' to type 'String' [DEBUG] Converting 'Boolean' value 'true' to type 'Boolean' [DEBUG] No conversion required, value is already a Boolean [DEBUG] Converting 'String' value '3c94b4bd6e8d' to type 'String' [DEBUG] Converting 'String' value 'default_hosted_release' to type 'String' [DEBUG] Converting 'String' value 'maven2' to type 'String' [DEBUG] Converting 'String' value 'https://jakarta.oss.sonatype.org/service/local/staging/profile_evaluate/3c94bad05edd' to type 'String' [INFO] * Using staging profile ID "3c94bad05edd" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1.jar to /home/jenkins/agent/workspace/ejb-api-release/api/target/nexus-staging/staging/3c94bad05edd/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1.jar [INFO] Installing /home/jenkins/agent/workspace/ejb-api-release/api/pom.xml to /home/jenkins/agent/workspace/ejb-api-release/api/target/nexus-staging/staging/3c94bad05edd/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1.pom [DEBUG] Installing jakarta.ejb:jakarta.ejb-api/maven-metadata.xml to /home/jenkins/agent/workspace/ejb-api-release/api/target/nexus-staging/staging/3c94bad05edd/jakarta/ejb/jakarta.ejb-api/maven-metadata-nexus.xml [INFO] Installing /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1-sources.jar to /home/jenkins/agent/workspace/ejb-api-release/api/target/nexus-staging/staging/3c94bad05edd/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1-sources.jar [DEBUG] Installing jakarta.ejb:jakarta.ejb-api/maven-metadata.xml to /home/jenkins/agent/workspace/ejb-api-release/api/target/nexus-staging/staging/3c94bad05edd/jakarta/ejb/jakarta.ejb-api/maven-metadata-nexus.xml [INFO] Installing /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1-javadoc.jar to /home/jenkins/agent/workspace/ejb-api-release/api/target/nexus-staging/staging/3c94bad05edd/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1-javadoc.jar [DEBUG] Installing jakarta.ejb:jakarta.ejb-api/maven-metadata.xml to /home/jenkins/agent/workspace/ejb-api-release/api/target/nexus-staging/staging/3c94bad05edd/jakarta/ejb/jakarta.ejb-api/maven-metadata-nexus.xml [INFO] Installing /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1.jar.asc to /home/jenkins/agent/workspace/ejb-api-release/api/target/nexus-staging/staging/3c94bad05edd/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1.jar.asc [DEBUG] Installing jakarta.ejb:jakarta.ejb-api/maven-metadata.xml to /home/jenkins/agent/workspace/ejb-api-release/api/target/nexus-staging/staging/3c94bad05edd/jakarta/ejb/jakarta.ejb-api/maven-metadata-nexus.xml [INFO] Installing /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1.pom.asc to /home/jenkins/agent/workspace/ejb-api-release/api/target/nexus-staging/staging/3c94bad05edd/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1.pom.asc [DEBUG] Installing jakarta.ejb:jakarta.ejb-api/maven-metadata.xml to /home/jenkins/agent/workspace/ejb-api-release/api/target/nexus-staging/staging/3c94bad05edd/jakarta/ejb/jakarta.ejb-api/maven-metadata-nexus.xml [INFO] Installing /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1-sources.jar.asc to /home/jenkins/agent/workspace/ejb-api-release/api/target/nexus-staging/staging/3c94bad05edd/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1-sources.jar.asc [DEBUG] Installing jakarta.ejb:jakarta.ejb-api/maven-metadata.xml to /home/jenkins/agent/workspace/ejb-api-release/api/target/nexus-staging/staging/3c94bad05edd/jakarta/ejb/jakarta.ejb-api/maven-metadata-nexus.xml [INFO] Installing /home/jenkins/agent/workspace/ejb-api-release/api/target/jakarta.ejb-api-4.0.1-javadoc.jar.asc to /home/jenkins/agent/workspace/ejb-api-release/api/target/nexus-staging/staging/3c94bad05edd/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1-javadoc.jar.asc [DEBUG] Installing jakarta.ejb:jakarta.ejb-api/maven-metadata.xml to /home/jenkins/agent/workspace/ejb-api-release/api/target/nexus-staging/staging/3c94bad05edd/jakarta/ejb/jakarta.ejb-api/maven-metadata-nexus.xml [INFO] Performing remote staging... [INFO] [INFO] * Remote staging into staging profile ID "3c94bad05edd" May 04, 2022 12:51:43 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 4 * Client out-bound request 4 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/profiles/3c94bad05edd 4 > Content-Type: application/xml; charset=UTF-8 4 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://jakarta.oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/staging/profiles/3c94bad05edd HTTP/1.1 [DEBUG] >> "GET /service/local/staging/profiles/3c94bad05edd HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: jakarta.oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic alh3WWZNbks6SmVhZGt6K2M5bUx1b1ZGWmdVMThyQnBkVmdRdmltME9YU0VRdUlpVGsxaHo=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/staging/profiles/3c94bad05edd HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: jakarta.oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic alh3WWZNbks6SmVhZGt6K2M5bUx1b1ZGWmdVMThyQnBkVmdRdmltME9YU0VRdUlpVGsxaHo= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Wed, 04 May 2022 00:51:43 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1205[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Wed, 04 May 2022 00:51:43 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1205 [DEBUG] << Connection: keep-alive [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " [\n]" [DEBUG] << " https://jakarta.oss.sonatype.org/service/local/staging/profiles/3c94bad05edd/3c94bad05edd[\n]" [DEBUG] << " 3c94bad05edd[\n]" [DEBUG] << " jakarta.ejb[\n]" [DEBUG] << " default_hosted_release[\n]" [DEBUG] << " maven2[\n]" [DEBUG] << " 3c94b4bd6e8d[\n]" [DEBUG] << " false[\n]" [DEBUG] << " 26[\n]" [DEBUG] << " https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2[\n]" [DEBUG] << " [\n]" [DEBUG] << " staging[\n]" [DEBUG] << " [\n]" [DEBUG] << " [\n]" [DEBUG] << " [\n]" [DEBUG] << " [\n]" [DEBUG] << " [\n]" [DEBUG] << " 3898308ebb2e[\n]" [DEBUG] << " [\n]" [DEBUG] << " [\n]" [DEBUG] << " releases[\n]" [DEBUG] << " BOTH[\n]" [DEBUG] << " true[\n]" [DEBUG] << " true[\n]" [DEBUG] << " true[\n]" [DEBUG] << " false[\n]" [DEBUG] << " true[\n]" [DEBUG] << " [\n]" [DEBUG] << " [\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] May 04, 2022 12:51:43 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 4 * Client in-bound response 4 < 200 4 < Date: Wed, 04 May 2022 00:51:43 GMT 4 < Content-Type: application/xml; charset=UTF-8 4 < Content-Length: 1205 4 < Connection: keep-alive 4 < X-Frame-Options: SAMEORIGIN 4 < X-Content-Type-Options: nosniff 4 < Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 4 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 4 < https://jakarta.oss.sonatype.org/service/local/staging/profiles/3c94bad05edd/3c94bad05edd 3c94bad05edd jakarta.ejb default_hosted_release maven2 3c94b4bd6e8d false 26 https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2 staging 3898308ebb2e releases BOTH true true true false true [DEBUG] BeanUtils.copyProperties(com.sonatype.nexus.staging.api.dto.StagingProfileDTO@25874884, com.sonatype.nexus.staging.api.dto.StagingProfileDTO@7335414e) [DEBUG] Converting 'Boolean' value 'false' to type 'Boolean' [DEBUG] No conversion required, value is already a Boolean [DEBUG] Converting 'String' value 'https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2' to type 'String' [DEBUG] Converting 'Boolean' value 'true' to type 'Boolean' [DEBUG] No conversion required, value is already a Boolean [DEBUG] Converting value 'null' to type 'String' [DEBUG] Using default value '' [DEBUG] Converting 'Boolean' value 'true' to type 'Boolean' [DEBUG] No conversion required, value is already a Boolean [DEBUG] Converting value 'null' to type 'String' [DEBUG] Using default value '' [DEBUG] Converting 'String' value '3c94bad05edd' to type 'String' [DEBUG] Converting 'Boolean' value 'false' to type 'Boolean' [DEBUG] No conversion required, value is already a Boolean [DEBUG] Converting 'String' value 'BOTH' to type 'String' [DEBUG] Converting 'String' value 'jakarta.ejb' to type 'String' [DEBUG] Converting 'Integer' value '26' to type 'Integer' [DEBUG] No conversion required, value is already a Integer [DEBUG] Converting 'Boolean' value 'true' to type 'Boolean' [DEBUG] No conversion required, value is already a Boolean [DEBUG] Converting value 'null' to type 'String' [DEBUG] Using default value '' [DEBUG] Converting 'String' value 'releases' to type 'String' [DEBUG] Converting 'Boolean' value 'true' to type 'Boolean' [DEBUG] No conversion required, value is already a Boolean [DEBUG] Converting 'String' value '3c94b4bd6e8d' to type 'String' [DEBUG] Converting 'String' value 'default_hosted_release' to type 'String' [DEBUG] Converting 'String' value 'maven2' to type 'String' [DEBUG] Converting 'String' value 'https://jakarta.oss.sonatype.org/service/local/staging/profiles/3c94bad05edd/3c94bad05edd' to type 'String' [DEBUG] Connection request: [route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://jakarta.oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: POST /service/local/staging/profiles/3c94bad05edd/start HTTP/1.1 [DEBUG] >> "POST /service/local/staging/profiles/3c94bad05edd/start HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Content-Length: 106[\r][\n]" [DEBUG] >> "Host: jakarta.oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic alh3WWZNbks6SmVhZGt6K2M5bUx1b1ZGWmdVMThyQnBkVmdRdmltME9YU0VRdUlpVGsxaHo=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> POST /service/local/staging/profiles/3c94bad05edd/start HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Content-Length: 106 [DEBUG] >> Host: jakarta.oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic alh3WWZNbks6SmVhZGt6K2M5bUx1b1ZGWmdVMThyQnBkVmdRdmltME9YU0VRdUlpVGsxaHo= [DEBUG] >> "jakarta.ejb:jakarta.ejb-api:4.0.1" May 04, 2022 12:51:43 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 5 * Client out-bound request 5 > POST https://jakarta.oss.sonatype.org:443/service/local/staging/profiles/3c94bad05edd/start 5 > Content-Type: application/xml; charset=UTF-8 5 > Accept: application/xml; charset=UTF-8 jakarta.ejb:jakarta.ejb-api:4.0.1 [DEBUG] << "HTTP/1.1 201 Created[\r][\n]" [DEBUG] << "Date: Wed, 04 May 2022 00:51:43 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 181[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 201 Created [DEBUG] << HTTP/1.1 201 Created [DEBUG] << Date: Wed, 04 May 2022 00:51:43 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 181 [DEBUG] << Connection: keep-alive [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " [\n]" [DEBUG] << " jakartaejb-1004[\n]" [DEBUG] << " jakarta.ejb:jakarta.ejb-api:4.0.1[\n]" [DEBUG] << " [\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] May 04, 2022 12:51:43 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 5 * Client in-bound response 5 < 201 5 < Date: Wed, 04 May 2022 00:51:43 GMT 5 < Content-Type: application/xml; charset=UTF-8 5 < Content-Length: 181 5 < Connection: keep-alive 5 < X-Frame-Options: SAMEORIGIN 5 < X-Content-Type-Options: nosniff 5 < Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 5 < jakartaejb-1004 jakarta.ejb:jakarta.ejb-api:4.0.1 [INFO] * Created staging repository with ID "jakartaejb-1004". [INFO] * Staging repository at https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/jakartaejb-1004 [INFO] * Uploading locally staged artifacts to profile jakarta.ejb [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/jakartaejb-1004 [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/jakartaejb-1004 with username=jXwYfMnK, password=*** [DEBUG] Could not find metadata jakarta.ejb:jakarta.ejb-api/maven-metadata.xml in ossrh (https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/jakartaejb-1004) [DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/resolver-status.properties [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/jakartaejb-1004 [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/jakartaejb-1004 with username=jXwYfMnK, password=*** [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/jakartaejb-1004 [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/jakartaejb-1004 with username=jXwYfMnK, password=*** [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/jakartaejb-1004 [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/jakartaejb-1004 with username=jXwYfMnK, password=*** [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/jakartaejb-1004 [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/jakartaejb-1004 with username=jXwYfMnK, password=*** [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/jakartaejb-1004 [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/jakartaejb-1004 with username=jXwYfMnK, password=*** [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/jakartaejb-1004 [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/jakartaejb-1004 with username=jXwYfMnK, password=*** [INFO] * Upload of locally staged artifacts finished. [INFO] * Closing staging repository with ID "jakartaejb-1004". [DEBUG] Connection request: [route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://jakarta.oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: POST /service/local/staging/profiles/3c94bad05edd/finish HTTP/1.1 [DEBUG] >> "POST /service/local/staging/profiles/3c94bad05edd/finish HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Content-Length: 162[\r][\n]" [DEBUG] >> "Host: jakarta.oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic alh3WWZNbks6SmVhZGt6K2M5bUx1b1ZGWmdVMThyQnBkVmdRdmltME9YU0VRdUlpVGsxaHo=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> POST /service/local/staging/profiles/3c94bad05edd/finish HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Content-Length: 162 [DEBUG] >> Host: jakarta.oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic alh3WWZNbks6SmVhZGt6K2M5bUx1b1ZGWmdVMThyQnBkVmdRdmltME9YU0VRdUlpVGsxaHo= [DEBUG] >> "jakartaejb-1004jakarta.ejb:jakarta.ejb-api:4.0.1" May 04, 2022 12:51:44 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 6 * Client out-bound request 6 > POST https://jakarta.oss.sonatype.org:443/service/local/staging/profiles/3c94bad05edd/finish 6 > Content-Type: application/xml; charset=UTF-8 6 > Accept: application/xml; charset=UTF-8 jakartaejb-1004jakarta.ejb:jakarta.ejb-api:4.0.1 [DEBUG] << "HTTP/1.1 201 Created[\r][\n]" [DEBUG] << "Date: Wed, 04 May 2022 00:51:44 GMT[\r][\n]" [DEBUG] << "Content-Length: 0[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 201 Created [DEBUG] << HTTP/1.1 201 Created [DEBUG] << Date: Wed, 04 May 2022 00:51:44 GMT [DEBUG] << Content-Length: 0 [DEBUG] << Connection: keep-alive [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] Connection [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] May 04, 2022 12:51:44 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 6 * Client in-bound response 6 < 201 6 < Date: Wed, 04 May 2022 00:51:44 GMT 6 < Content-Length: 0 6 < Connection: keep-alive 6 < X-Frame-Options: SAMEORIGIN 6 < X-Content-Type-Options: nosniff 6 < Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 6 < [DEBUG] Monitoring transition of repositories: jakartaejb-1004 [DEBUG] START [DEBUG] TICK at 64.49 μs [DEBUG] Checking repository: jakartaejb-1004 May 04, 2022 12:51:44 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 7 * Client out-bound request 7 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaejb-1004 7 > Content-Type: application/xml; charset=UTF-8 7 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://jakarta.oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/staging/repository/jakartaejb-1004 HTTP/1.1 [DEBUG] >> "GET /service/local/staging/repository/jakartaejb-1004 HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: jakarta.oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic alh3WWZNbks6SmVhZGt6K2M5bUx1b1ZGWmdVMThyQnBkVmdRdmltME9YU0VRdUlpVGsxaHo=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/staging/repository/jakartaejb-1004 HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: jakarta.oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic alh3WWZNbks6SmVhZGt6K2M5bUx1b1ZGWmdVMThyQnBkVmdRdmltME9YU0VRdUlpVGsxaHo= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Wed, 04 May 2022 00:51:45 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1076[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Wed, 04 May 2022 00:51:45 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1076 [DEBUG] << Connection: keep-alive [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " 3c94bad05edd[\n]" [DEBUG] << " jakarta.ejb[\n]" [DEBUG] << " repository[\n]" [DEBUG] << " jakartaejb-1004[\n]" [DEBUG] << " open[\n]" [DEBUG] << " release[\n]" [DEBUG] << " ejb-bot[\n]" [DEBUG] << " Nexus-Client/2.14.3-02[\n]" [DEBUG] << " 198.41.30.213[\n]" [DEBUG] << " https://jakarta.oss.sonatype.org/content/repositories/jakartaejb-1004[\n]" [DEBUG] << " 2022-05-04T00:51:43.576Z[\n]" [DEBUG] << " Wed May 04 00:51:43 UTC 2022[\n]" [DEBUG] << " 1651625503576[\n]" [DEBUG] << " 2022-05-04T00:51:43.682Z[\n]" [DEBUG] << " Wed May 04 00:51:43 UTC 2022[\n]" [DEBUG] << " 1651625503682[\n]" [DEBUG] << " jakarta.ejb:jakarta.ejb-api:4.0.1[\n]" [DEBUG] << " maven2[\n]" [DEBUG] << " releases[\n]" [DEBUG] << " Releases[\n]" [DEBUG] << " 0[\n]" [DEBUG] << " true[\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] May 04, 2022 12:51:45 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 7 * Client in-bound response 7 < 200 7 < Date: Wed, 04 May 2022 00:51:45 GMT 7 < Content-Type: application/xml; charset=UTF-8 7 < Content-Length: 1076 7 < Connection: keep-alive 7 < X-Frame-Options: SAMEORIGIN 7 < X-Content-Type-Options: nosniff 7 < Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 7 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 7 < 3c94bad05edd jakarta.ejb repository jakartaejb-1004 open release ejb-bot Nexus-Client/2.14.3-02 198.41.30.213 https://jakarta.oss.sonatype.org/content/repositories/jakartaejb-1004 2022-05-04T00:51:43.576Z Wed May 04 00:51:43 UTC 2022 1651625503576 2022-05-04T00:51:43.682Z Wed May 04 00:51:43 UTC 2022 1651625503682 jakarta.ejb:jakarta.ejb-api:4.0.1 maven2 releases Releases 0 true [DEBUG] PAUSE at 87.21 ms [DEBUG] TICK at 3.088 s [DEBUG] Checking repository: jakartaejb-1004 May 04, 2022 12:51:48 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 8 * Client out-bound request 8 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaejb-1004 8 > Content-Type: application/xml; charset=UTF-8 8 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://jakarta.oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/staging/repository/jakartaejb-1004 HTTP/1.1 [DEBUG] >> "GET /service/local/staging/repository/jakartaejb-1004 HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: jakarta.oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic alh3WWZNbks6SmVhZGt6K2M5bUx1b1ZGWmdVMThyQnBkVmdRdmltME9YU0VRdUlpVGsxaHo=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/staging/repository/jakartaejb-1004 HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: jakarta.oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic alh3WWZNbks6SmVhZGt6K2M5bUx1b1ZGWmdVMThyQnBkVmdRdmltME9YU0VRdUlpVGsxaHo= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Wed, 04 May 2022 00:51:48 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1076[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Wed, 04 May 2022 00:51:48 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1076 [DEBUG] << Connection: keep-alive [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " 3c94bad05edd[\n]" [DEBUG] << " jakarta.ejb[\n]" [DEBUG] << " repository[\n]" [DEBUG] << " jakartaejb-1004[\n]" [DEBUG] << " open[\n]" [DEBUG] << " release[\n]" [DEBUG] << " ejb-bot[\n]" [DEBUG] << " Nexus-Client/2.14.3-02[\n]" [DEBUG] << " 198.41.30.213[\n]" [DEBUG] << " https://jakarta.oss.sonatype.org/content/repositories/jakartaejb-1004[\n]" [DEBUG] << " 2022-05-04T00:51:43.576Z[\n]" [DEBUG] << " Wed May 04 00:51:43 UTC 2022[\n]" [DEBUG] << " 1651625503576[\n]" [DEBUG] << " 2022-05-04T00:51:45.934Z[\n]" [DEBUG] << " Wed May 04 00:51:45 UTC 2022[\n]" [DEBUG] << " 1651625505934[\n]" [DEBUG] << " jakarta.ejb:jakarta.ejb-api:4.0.1[\n]" [DEBUG] << " maven2[\n]" [DEBUG] << " releases[\n]" [DEBUG] << " Releases[\n]" [DEBUG] << " 0[\n]" [DEBUG] << " true[\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] May 04, 2022 12:51:48 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 8 * Client in-bound response 8 < 200 8 < Date: Wed, 04 May 2022 00:51:48 GMT 8 < Content-Type: application/xml; charset=UTF-8 8 < Content-Length: 1076 8 < Connection: keep-alive 8 < X-Frame-Options: SAMEORIGIN 8 < X-Content-Type-Options: nosniff 8 < Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 8 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 8 < 3c94bad05edd jakarta.ejb repository jakartaejb-1004 open release ejb-bot Nexus-Client/2.14.3-02 198.41.30.213 https://jakarta.oss.sonatype.org/content/repositories/jakartaejb-1004 2022-05-04T00:51:43.576Z Wed May 04 00:51:43 UTC 2022 1651625503576 2022-05-04T00:51:45.934Z Wed May 04 00:51:45 UTC 2022 1651625505934 jakarta.ejb:jakarta.ejb-api:4.0.1 maven2 releases Releases 0 true [DEBUG] PAUSE at 3.135 s [DEBUG] TICK at 6.136 s [DEBUG] Checking repository: jakartaejb-1004 May 04, 2022 12:51:51 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 9 * Client out-bound request 9 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaejb-1004 9 > Content-Type: application/xml; charset=UTF-8 9 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://jakarta.oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/staging/repository/jakartaejb-1004 HTTP/1.1 [DEBUG] >> "GET /service/local/staging/repository/jakartaejb-1004 HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: jakarta.oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic alh3WWZNbks6SmVhZGt6K2M5bUx1b1ZGWmdVMThyQnBkVmdRdmltME9YU0VRdUlpVGsxaHo=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/staging/repository/jakartaejb-1004 HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: jakarta.oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic alh3WWZNbks6SmVhZGt6K2M5bUx1b1ZGWmdVMThyQnBkVmdRdmltME9YU0VRdUlpVGsxaHo= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Wed, 04 May 2022 00:51:51 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1076[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Wed, 04 May 2022 00:51:51 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1076 [DEBUG] << Connection: keep-alive [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " 3c94bad05edd[\n]" [DEBUG] << " jakarta.ejb[\n]" [DEBUG] << " repository[\n]" [DEBUG] << " jakartaejb-1004[\n]" [DEBUG] << " open[\n]" [DEBUG] << " release[\n]" [DEBUG] << " ejb-bot[\n]" [DEBUG] << " Nexus-Client/2.14.3-02[\n]" [DEBUG] << " 198.41.30.213[\n]" [DEBUG] << " https://jakarta.oss.sonatype.org/content/repositories/jakartaejb-1004[\n]" [DEBUG] << " 2022-05-04T00:51:43.576Z[\n]" [DEBUG] << " Wed May 04 00:51:43 UTC 2022[\n]" [DEBUG] << " 1651625503576[\n]" [DEBUG] << " 2022-05-04T00:51:45.934Z[\n]" [DEBUG] << " Wed May 04 00:51:45 UTC 2022[\n]" [DEBUG] << " 1651625505934[\n]" [DEBUG] << " jakarta.ejb:jakarta.ejb-api:4.0.1[\n]" [DEBUG] << " maven2[\n]" [DEBUG] << " releases[\n]" [DEBUG] << " Releases[\n]" [DEBUG] << " 0[\n]" [DEBUG] << " true[\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] May 04, 2022 12:51:51 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 9 * Client in-bound response 9 < 200 9 < Date: Wed, 04 May 2022 00:51:51 GMT 9 < Content-Type: application/xml; charset=UTF-8 9 < Content-Length: 1076 9 < Connection: keep-alive 9 < X-Frame-Options: SAMEORIGIN 9 < X-Content-Type-Options: nosniff 9 < Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 9 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 9 < 3c94bad05edd jakarta.ejb repository jakartaejb-1004 open release ejb-bot Nexus-Client/2.14.3-02 198.41.30.213 https://jakarta.oss.sonatype.org/content/repositories/jakartaejb-1004 2022-05-04T00:51:43.576Z Wed May 04 00:51:43 UTC 2022 1651625503576 2022-05-04T00:51:45.934Z Wed May 04 00:51:45 UTC 2022 1651625505934 jakarta.ejb:jakarta.ejb-api:4.0.1 maven2 releases Releases 0 true [DEBUG] PAUSE at 6.182 s [DEBUG] TICK at 9.182 s [DEBUG] Checking repository: jakartaejb-1004 May 04, 2022 12:51:54 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 10 * Client out-bound request 10 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaejb-1004 10 > Content-Type: application/xml; charset=UTF-8 10 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://jakarta.oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/staging/repository/jakartaejb-1004 HTTP/1.1 [DEBUG] >> "GET /service/local/staging/repository/jakartaejb-1004 HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: jakarta.oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic alh3WWZNbks6SmVhZGt6K2M5bUx1b1ZGWmdVMThyQnBkVmdRdmltME9YU0VRdUlpVGsxaHo=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/staging/repository/jakartaejb-1004 HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: jakarta.oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic alh3WWZNbks6SmVhZGt6K2M5bUx1b1ZGWmdVMThyQnBkVmdRdmltME9YU0VRdUlpVGsxaHo= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Wed, 04 May 2022 00:51:54 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1079[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]" [DEBUG] << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Wed, 04 May 2022 00:51:54 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1079 [DEBUG] << Connection: keep-alive [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 [DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " 3c94bad05edd[\n]" [DEBUG] << " jakarta.ejb[\n]" [DEBUG] << " repository[\n]" [DEBUG] << " jakartaejb-1004[\n]" [DEBUG] << " closed[\n]" [DEBUG] << " release[\n]" [DEBUG] << " ejb-bot[\n]" [DEBUG] << " Nexus-Client/2.14.3-02[\n]" [DEBUG] << " 198.41.30.213[\n]" [DEBUG] << " https://jakarta.oss.sonatype.org/content/repositories/jakartaejb-1004[\n]" [DEBUG] << " 2022-05-04T00:51:43.576Z[\n]" [DEBUG] << " Wed May 04 00:51:43 UTC 2022[\n]" [DEBUG] << " 1651625503576[\n]" [DEBUG] << " 2022-05-04T00:51:52.137Z[\n]" [DEBUG] << " Wed May 04 00:51:52 UTC 2022[\n]" [DEBUG] << " 1651625512137[\n]" [DEBUG] << " jakarta.ejb:jakarta.ejb-api:4.0.1[\n]" [DEBUG] << " maven2[\n]" [DEBUG] << " releases[\n]" [DEBUG] << " Releases[\n]" [DEBUG] << " 0[\n]" [DEBUG] << " false[\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] May 04, 2022 12:51:54 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 10 * Client in-bound response 10 < 200 10 < Date: Wed, 04 May 2022 00:51:54 GMT 10 < Content-Type: application/xml; charset=UTF-8 10 < Content-Length: 1079 10 < Connection: keep-alive 10 < X-Frame-Options: SAMEORIGIN 10 < X-Content-Type-Options: nosniff 10 < Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 10 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 10 < 3c94bad05edd jakarta.ejb repository jakartaejb-1004 closed release ejb-bot Nexus-Client/2.14.3-02 198.41.30.213 https://jakarta.oss.sonatype.org/content/repositories/jakartaejb-1004 2022-05-04T00:51:43.576Z Wed May 04 00:51:43 UTC 2022 1651625503576 2022-05-04T00:51:52.137Z Wed May 04 00:51:52 UTC 2022 1651625512137 jakarta.ejb:jakarta.ejb-api:4.0.1 maven2 releases Releases 0 false [DEBUG] Repository is no longer in transition; notifications: 0 [DEBUG] jakartaejb-1004 OK [DEBUG] STOP after 9.228 s [INFO] Remote staged 1 repositories, finished with success. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:00 min [INFO] Finished at: 2022-05-04T00:51:54Z [INFO] ------------------------------------------------------------------------ + cd /home/jenkins/agent/workspace/ejb-api-release + echo '-[ Tag release ]----------------------------------------------------------------' -[ Tag release ]---------------------------------------------------------------- + git tag 4.0.1-RELEASE -m 'Release jakarta.ejb:jakarta.ejb-api:4.0.1' + cd /home/jenkins/agent/workspace/ejb-api-release/api + echo '-[ Set next snapshot version ]--------------------------------------------------' -[ Set next snapshot version ]-------------------------------------------------- + mvn -U -C -DnewVersion=4.0.2-SNAPSHOT -DgenerateBackupPoms=false clean org.codehaus.mojo:versions-maven-plugin:2.5:set --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn [INFO] Scanning for projects... [INFO] Inspecting build with total of 1 modules... [INFO] Not installing Nexus Staging features: [INFO] * Preexisting staging related goal bindings found in 1 modules. [INFO] [INFO] --------------------< jakarta.ejb:jakarta.ejb-api >--------------------- [INFO] Building Jakarta Enterprise Beans API 4.0.1 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.ejb-api --- [INFO] Deleting /home/jenkins/agent/workspace/ejb-api-release/api/target [INFO] [INFO] --------------------< jakarta.ejb:jakarta.ejb-api >--------------------- [INFO] Building Jakarta Enterprise Beans API 4.0.1 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin:2.5:set (default-cli) @ jakarta.ejb-api --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/jenkins/agent/workspace/ejb-api-release [INFO] Processing change of jakarta.ejb:jakarta.ejb-api:4.0.1 -> 4.0.2-SNAPSHOT [INFO] Processing jakarta.ejb:jakarta.ejb-api [INFO] Updating project jakarta.ejb:jakarta.ejb-api [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.800 s [INFO] Finished at: 2022-05-04T00:52:01Z [INFO] ------------------------------------------------------------------------ + cd /home/jenkins/agent/workspace/ejb-api-release + echo '-[ Commit modified pom.xml files ]----------------------------------------------' -[ Commit modified pom.xml files ]---------------------------------------------- ++ git status ++ grep -E 'modified:.*pom\.xml' ++ sed -e 's/[[:space:]][[:space:]]*modified:[[:space:]][[:space:]]*//' + POM_FILES=api/pom.xml + git add api/pom.xml + git commit -m 'Prepare next development cycle for 4.0.2-SNAPSHOT' [4.0.1 3865094] Prepare next development cycle for 4.0.2-SNAPSHOT 1 file changed, 1 insertion(+), 1 deletion(-) ++ git status + GIT_STATUS='On branch 4.0.1 nothing to commit, working tree clean' + echo On branch 4.0.1 nothing to commit, working tree clean On branch 4.0.1 nothing to commit, working tree clean + '[' false = true ']' + echo '-[ Push branch and tag to GitHub ]----------------------------------------------' -[ Push branch and tag to GitHub ]---------------------------------------------- + git push origin 4.0.1 remote: remote: Create a pull request for '4.0.1' on GitHub by visiting: remote: https://github.com/jakartaee/enterprise-beans/pull/new/4.0.1 remote: To github.com:jakartaee/enterprise-beans.git * [new branch] 4.0.1 -> 4.0.1 + git push origin 4.0.1-RELEASE To github.com:jakartaee/enterprise-beans.git * [new tag] 4.0.1-RELEASE -> 4.0.1-RELEASE $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 60 killed; [ssh-agent] Stopped. Finished: SUCCESS