Started by an SCM change Running as SYSTEM Agent basic-vnzjx is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-vnzjx" namespace: "jaxb-impl" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jaxb-impl.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-vnzjx" - 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-vnzjx" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jaxb-impl.svc.cluster.local/jaxb-impl/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3131.vf2b_b_798b_ce99" 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-jaxb-impl" 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" [EnvInject] - Loading node environment variables. Building remotely on basic-vnzjx (basic) in workspace /home/jenkins/agent/workspace/stax-ex-master-build [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-Cl1F8MjH3edn/agent.51 SSH_AGENT_PID=53 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/stax-ex-master-build@tmp/private_key_18264685628521057338.key (/home/jenkins/agent/workspace/stax-ex-master-build@tmp/private_key_18264685628521057338.key) [ssh-agent] Using credentials eclipse-jaxb-impl-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:eclipse-ee4j/jaxb-stax-ex.git > git init /home/jenkins/agent/workspace/stax-ex-master-build # timeout=10 Fetching upstream changes from git@github.com:eclipse-ee4j/jaxb-stax-ex.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/stax-ex-master-build@tmp/jenkins-gitclient-ssh5016599075590959369.key Verifying host key using manually-configured host key entries > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jaxb-stax-ex.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:eclipse-ee4j/jaxb-stax-ex.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:eclipse-ee4j/jaxb-stax-ex.git # timeout=10 Fetching upstream changes from git@github.com:eclipse-ee4j/jaxb-stax-ex.git 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/stax-ex-master-build@tmp/jenkins-gitclient-ssh13809682317716037054.key Verifying host key using manually-configured host key entries > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jaxb-stax-ex.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 3b1a2b705ae19393acf59afe67e9c240cf8d3265 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3b1a2b705ae19393acf59afe67e9c240cf8d3265 # timeout=10 Commit message: "Merge pull request #56 from eclipse-ee4j/2.1.0-RELEASE" > git rev-list --no-walk 525e19689a44b0b1ae7a5048db77f3de35c33f39 # timeout=10 [stax-ex-master-build] $ /bin/sh -ex /tmp/jenkins18157310022418720173.sh + TOOLS_PREFIX=/opt/tools + JAVA_PREFIX=/opt/tools/java/openjdk + MVN_HOME=/opt/tools/apache-maven/latest + JAVA_HOME=/opt/tools/java/openjdk/jdk-11/latest + PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + echo '-[ GPG Initialization ]---------------------------------------------------------' -[ GPG Initialization ]--------------------------------------------------------- + gpg --batch --import **** gpg: directory '/home/jenkins/.gnupg' created gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created gpg: key CE8B1D1D2530EDC5: public key "Eclipse Implementation of JAXB Project " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key CE8B1D1D2530EDC5: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 ++ 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 04543577D6A9CC626239C50C7ECBD740FF06AEB5 trust Secret subkeys are available. pub rsa4096/CE8B1D1D2530EDC5 created: 2018-09-11 expires: 2028-10-02 usage: SCEA trust: unknown validity: unknown ssb rsa4096/7ECBD740FF06AEB5 created: 2018-09-11 expires: 2028-10-02 usage: S [ unknown] (1). Eclipse Implementation of JAXB Project pub rsa4096/CE8B1D1D2530EDC5 created: 2018-09-11 expires: 2028-10-02 usage: SCEA trust: unknown validity: unknown ssb rsa4096/7ECBD740FF06AEB5 created: 2018-09-11 expires: 2028-10-02 usage: S [ unknown] (1). Eclipse Implementation of JAXB Project 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/CE8B1D1D2530EDC5 created: 2018-09-11 expires: 2028-10-02 usage: SCEA trust: ultimate validity: unknown ssb rsa4096/7ECBD740FF06AEB5 created: 2018-09-11 expires: 2028-10-02 usage: S [ unknown] (1). Eclipse Implementation of JAXB Project 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 06A4D15D9FA796BA5DECF592CE8B1D1D2530EDC5 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 2028-10-02 pub rsa4096/CE8B1D1D2530EDC5 created: 2018-09-11 expires: 2028-10-02 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/7ECBD740FF06AEB5 created: 2018-09-11 expires: 2028-10-02 usage: S [ultimate] (1). Eclipse Implementation of JAXB Project pub rsa4096/CE8B1D1D2530EDC5 created: 2018-09-11 expires: 2028-10-02 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/7ECBD740FF06AEB5 created: 2018-09-11 expires: 2028-10-02 usage: S [ultimate] (1). Eclipse Implementation of JAXB Project 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/CE8B1D1D2530EDC5 created: 2018-09-11 expires: 2028-10-02 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/7ECBD740FF06AEB5 created: 2018-09-11 expires: 2028-10-02 usage: S [ultimate] (1). Eclipse Implementation of JAXB Project + echo '-[ StAX Ex Build ]--------------------------------------------------------------' -[ StAX Ex Build ]-------------------------------------------------------------- + mvn -U -C -B clean spotbugs:spotbugs deploy -Dcopyright.scm=git -Pstaging -Psnapshots -Pcoverage -Poss-release [INFO] Scanning for projects... [INFO] Inspecting build with total of 1 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] [INFO] ----------------------< org.jvnet.staxex:stax-ex >---------------------- [INFO] Building Extended StAX API 2.1.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ stax-ex --- [INFO] [INFO] --- spotbugs:4.5.3.0:spotbugs (default-cli) @ stax-ex --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ stax-ex --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-versions) @ stax-ex --- [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ stax-ex --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/stax-ex-master-build' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/stax-ex-master-build [INFO] Storing buildNumber: 3b1a2b7 at timestamp: 1697815317540 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/stax-ex-master-build' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/stax-ex-master-build [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (default-prepare-agent) @ stax-ex --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/stax-ex-master-build/target/jacoco.exec [INFO] [INFO] --- build-helper:3.3.0:add-resource (add-legal-resource) @ stax-ex --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ stax-ex --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stax-ex-master-build/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.10.0:compile (default-compile) @ stax-ex --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/stax-ex-master-build/target/classes [WARNING] /home/jenkins/agent/workspace/stax-ex-master-build/src/main/java/org/jvnet/staxex/util/MtomStreamWriter.java:[25,5] class jakarta.xml.bind.attachment.AttachmentMarshaller in module jakarta.xml.bind is not indirectly exported using requires transitive [INFO] [INFO] --- bundle:5.1.4:manifest (bundle-manifest) @ stax-ex --- [INFO] Writing manifest: /home/jenkins/agent/workspace/stax-ex-master-build/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ stax-ex --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/stax-ex-master-build/src/test/resources [INFO] [INFO] --- compiler:3.10.0:testCompile (default-testCompile) @ stax-ex --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/stax-ex-master-build/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ stax-ex --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ stax-ex --- [INFO] Building jar: /home/jenkins/agent/workspace/stax-ex-master-build/target/stax-ex-2.1.1-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ stax-ex --- [INFO] Building jar: /home/jenkins/agent/workspace/stax-ex-master-build/target/stax-ex-2.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ stax-ex --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/stax-ex-master-build/target/stax-ex-2.1.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ stax-ex --- [INFO] [INFO] --- jacoco:0.8.7:report (default-report) @ stax-ex --- [INFO] Loading execution data file /home/jenkins/agent/workspace/stax-ex-master-build/target/jacoco.exec [INFO] Analyzed bundle 'Extended StAX API' with 15 classes [INFO] [INFO] --- install:3.1.0:install (default-install) @ stax-ex --- [INFO] Installing /home/jenkins/agent/workspace/stax-ex-master-build/pom.xml to /home/jenkins/.m2/repository/org/jvnet/staxex/stax-ex/2.1.1-SNAPSHOT/stax-ex-2.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stax-ex-master-build/target/stax-ex-2.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/jvnet/staxex/stax-ex/2.1.1-SNAPSHOT/stax-ex-2.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stax-ex-master-build/target/stax-ex-2.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/jvnet/staxex/stax-ex/2.1.1-SNAPSHOT/stax-ex-2.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/stax-ex-master-build/target/stax-ex-2.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/jvnet/staxex/stax-ex/2.1.1-SNAPSHOT/stax-ex-2.1.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/stax-ex-master-build/target/stax-ex-2.1.1-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/jvnet/staxex/stax-ex/2.1.1-SNAPSHOT/stax-ex-2.1.1-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/stax-ex-master-build/target/stax-ex-2.1.1-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/jvnet/staxex/stax-ex/2.1.1-SNAPSHOT/stax-ex-2.1.1-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/stax-ex-master-build/target/stax-ex-2.1.1-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/jvnet/staxex/stax-ex/2.1.1-SNAPSHOT/stax-ex-2.1.1-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/stax-ex-master-build/target/stax-ex-2.1.1-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/jvnet/staxex/stax-ex/2.1.1-SNAPSHOT/stax-ex-2.1.1-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --- nexus-staging:1.6.8:deploy (injected-nexus-deploy) @ stax-ex --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/stax-ex-master-build/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/stax-ex-master-build/target/stax-ex-2.1.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/stax-ex-master-build/target/nexus-staging/deferred/org/jvnet/staxex/stax-ex/2.1.1-SNAPSHOT/stax-ex-2.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/stax-ex-master-build/pom.xml to /home/jenkins/agent/workspace/stax-ex-master-build/target/nexus-staging/deferred/org/jvnet/staxex/stax-ex/2.1.1-SNAPSHOT/stax-ex-2.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/stax-ex-master-build/target/stax-ex-2.1.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/stax-ex-master-build/target/nexus-staging/deferred/org/jvnet/staxex/stax-ex/2.1.1-SNAPSHOT/stax-ex-2.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/stax-ex-master-build/target/stax-ex-2.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/stax-ex-master-build/target/nexus-staging/deferred/org/jvnet/staxex/stax-ex/2.1.1-SNAPSHOT/stax-ex-2.1.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/stax-ex-master-build/target/stax-ex-2.1.1-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/stax-ex-master-build/target/nexus-staging/deferred/org/jvnet/staxex/stax-ex/2.1.1-SNAPSHOT/stax-ex-2.1.1-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/stax-ex-master-build/target/stax-ex-2.1.1-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/stax-ex-master-build/target/nexus-staging/deferred/org/jvnet/staxex/stax-ex/2.1.1-SNAPSHOT/stax-ex-2.1.1-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/stax-ex-master-build/target/stax-ex-2.1.1-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/stax-ex-master-build/target/nexus-staging/deferred/org/jvnet/staxex/stax-ex/2.1.1-SNAPSHOT/stax-ex-2.1.1-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/stax-ex-master-build/target/stax-ex-2.1.1-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/stax-ex-master-build/target/nexus-staging/deferred/org/jvnet/staxex/stax-ex/2.1.1-SNAPSHOT/stax-ex-2.1.1-SNAPSHOT-javadoc.jar.asc [INFO] Deploying remotely... [INFO] Bulk deploying locally gathered artifacts from directory: [INFO] * Bulk deploying locally gathered snapshot artifacts [INFO] * Bulk deploy of locally gathered snapshot artifacts finished. [INFO] Remote deploy finished with success. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 55.725 s [INFO] Finished at: 2023-10-20T15:22:20Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 14 plugin(s) [WARNING] [WARNING] * org.jacoco:jacoco-maven-plugin:0.8.7 [WARNING] * org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 [WARNING] * org.apache.maven.plugins:maven-jar-plugin:3.2.2 [WARNING] * org.apache.maven.plugins:maven-gpg-plugin:3.0.1 [WARNING] * org.apache.maven.plugins:maven-compiler-plugin:3.10.0 [WARNING] * org.codehaus.mojo:buildnumber-maven-plugin:3.0.0 [WARNING] * org.codehaus.mojo:build-helper-maven-plugin:3.3.0 [WARNING] * org.apache.maven.plugins:maven-enforcer-plugin:3.0.0 [WARNING] * org.apache.felix:maven-bundle-plugin:5.1.4 [WARNING] * org.apache.maven.plugins:maven-resources-plugin:3.3.0 [WARNING] * org.apache.maven.plugins:maven-javadoc-plugin:3.3.2 [WARNING] * org.apache.maven.plugins:maven-source-plugin:3.2.1 [WARNING] * com.github.spotbugs:spotbugs-maven-plugin:4.5.3.0 [WARNING] * org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 53 killed; [ssh-agent] Stopped. Recording test results [Checks API] No suitable checks publisher found. [JaCoCo plugin] Collecting JaCoCo coverage data... [JaCoCo plugin] Version: 3.3.4 [JaCoCo plugin] **/**.exec;**/classes;**/src/main/java; locations are configured [JaCoCo plugin] Number of found exec files for pattern **/**.exec: 1 [JaCoCo plugin] Saving matched execfiles: /home/jenkins/agent/workspace/stax-ex-master-build/target/jacoco.exec [JaCoCo plugin] Saving matched class directories for class-pattern: **/classes: [JaCoCo plugin] - /home/jenkins/agent/workspace/stax-ex-master-build/target/classes 25 files [JaCoCo plugin] Saving matched source directories for source-pattern: **/src/main/java: [JaCoCo plugin] Source Inclusions: **/*.java [JaCoCo plugin] Source Exclusions: [JaCoCo plugin] - /home/jenkins/agent/workspace/stax-ex-master-build/src/main/java 17 files [JaCoCo plugin] Loading inclusions files.. [JaCoCo plugin] inclusions: [] [JaCoCo plugin] exclusions: [] [JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=0, maxClass=0, minMethod=0, maxMethod=0, minLine=0, maxLine=0, minBranch=0, maxBranch=0, minInstruction=0, maxInstruction=0, minComplexity=0, maxComplexity=0] [JaCoCo plugin] Publishing the results.. [JaCoCo plugin] Loading packages.. [JaCoCo plugin] Done. [JaCoCo plugin] Overall coverage: class: 6.666667, method: 6.134969, line: 7.978723, branch: 6.4285717, instruction: 5.441218, complexity: 4.4155846 [SpotBugs] Using default pattern '**/spotbugsXml.xml' since user defined pattern is not set [SpotBugs] [-ERROR-] Errors during parsing [SpotBugs] [-ERROR-] No files found for pattern '**/spotbugsXml.xml'. Configuration error? [SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/stax-ex-master-build' that match the pattern '**/spotbugsXml.xml' [SpotBugs] Traversing of symbolic links: enabled [SpotBugs] Skipping post processing [SpotBugs] No filter has been set, publishing all 0 issues [SpotBugs] Repository miner is not configured, skipping repository mining [SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/stax-ex-master-build' that match the pattern '**/spotbugsXml.xml' [SpotBugs] Traversing of symbolic links: enabled [SpotBugs] Skipping post processing [SpotBugs] No filter has been set, publishing all 0 issues [SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/stax-ex-master-build' that match the pattern '**/spotbugsXml.xml' [SpotBugs] Traversing of symbolic links: enabled [SpotBugs] Skipping post processing [SpotBugs] No filter has been set, publishing all 0 issues [SpotBugs] Repository miner is not configured, skipping repository mining [SpotBugs] [-ERROR-] Errors during parsing [SpotBugs] [-ERROR-] No files found for pattern '**/spotbugsXml.xml'. Configuration error? [SpotBugs] [-ERROR-] Errors during parsing [SpotBugs] [-ERROR-] No files found for pattern '**/spotbugsXml.xml'. Configuration error? [SpotBugs] Reference build recorder is not configured [SpotBugs] Obtaining reference build from same job (StAX API Extension master build) [SpotBugs] Using reference build 'stax-ex-master-build #50' to compute new, fixed, and outstanding issues [SpotBugs] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0 [SpotBugs] No quality gates have been set - skipping [SpotBugs] Health report is disabled - skipping [SpotBugs] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues) [SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'stax-ex-master-build #51'. [Checks API] No suitable checks publisher found. [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/stax-ex-master-build') [Java Compiler] Successfully parsed console log [Java Compiler] -> found 1 issue (skipped 0 duplicates) [Java Compiler] Post processing issues on 'basic-vnzjx' with source code encoding 'UTF-8' [Java Compiler] Creating SCM blamer to obtain author and commit information for affected files [Java Compiler] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git. [Java Compiler] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/stax-ex-master-build' [Java Compiler] -> resolved paths in source directory (1 found, 0 not found) [Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [Java Compiler] -> resolved module names for 1 issues [Java Compiler] Resolving package names (or namespaces) by parsing the affected files [Java Compiler] -> resolved package names of 1 affected files [Java Compiler] No filter has been set, publishing all 1 issues [Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds [Java Compiler] -> created fingerprints for 1 issues (skipped 0 issues) [Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/stax-ex-master-build/builds/51/files-with-issues' [Java Compiler] -> 1 copied, 0 not in workspace, 0 not-found, 0 with I/O error [Java Compiler] Repository miner is not configured, skipping repository mining [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/stax-ex-master-build') [Java Compiler] Successfully parsed console log [Java Compiler] -> found 1 issue (skipped 0 duplicates) [Java Compiler] Post processing issues on 'basic-vnzjx' with source code encoding 'UTF-8' [Java Compiler] Creating SCM blamer to obtain author and commit information for affected files [Java Compiler] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git. [Java Compiler] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/stax-ex-master-build' [Java Compiler] -> resolved paths in source directory (1 found, 0 not found) [Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [Java Compiler] -> resolved module names for 1 issues [Java Compiler] Resolving package names (or namespaces) by parsing the affected files [Java Compiler] -> resolved package names of 1 affected files [Java Compiler] No filter has been set, publishing all 1 issues [Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds [Java Compiler] -> created fingerprints for 1 issues (skipped 0 issues) [Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/stax-ex-master-build/builds/51/files-with-issues' [Java Compiler] -> 1 copied, 0 not in workspace, 0 not-found, 0 with I/O error [Java Compiler] Repository miner is not configured, skipping repository mining [Java Compiler] Reference build recorder is not configured [Java Compiler] Obtaining reference build from same job (StAX API Extension master build) [Java Compiler] Using reference build 'stax-ex-master-build #50' to compute new, fixed, and outstanding issues [Java Compiler] Issues delta (vs. reference build): outstanding: 1, new: 0, fixed: 0 [Java Compiler] No quality gates have been set - skipping [Java Compiler] Health report is disabled - skipping [Java Compiler] Created analysis result for 1 issues (found 0 new issues, fixed 0 issues) [Java Compiler] Attaching ResultAction with ID 'java' to build 'stax-ex-master-build #51'. [Checks API] No suitable checks publisher found. [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/stax-ex-master-build') [JavaDoc] -> found 0 issues (skipped 0 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/stax-ex-master-build') [JavaDoc] -> found 0 issues (skipped 0 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 0 issues (skipped 0 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/stax-ex-master-build') [JavaDoc] Skipping post processing [JavaDoc] No filter has been set, publishing all 0 issues [JavaDoc] Repository miner is not configured, skipping repository mining [JavaDoc] Successfully parsed console log [JavaDoc] -> found 0 issues (skipped 0 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 0 issues (skipped 0 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 0 issues (skipped 0 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 0 issues (skipped 0 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/stax-ex-master-build') [JavaDoc] Skipping post processing [JavaDoc] No filter has been set, publishing all 0 issues [JavaDoc] Repository miner is not configured, skipping repository mining [JavaDoc] Reference build recorder is not configured [JavaDoc] Obtaining reference build from same job (StAX API Extension master build) [JavaDoc] Using reference build 'stax-ex-master-build #50' to compute new, fixed, and outstanding issues [JavaDoc] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0 [JavaDoc] No quality gates have been set - skipping [JavaDoc] Health report is disabled - skipping [JavaDoc] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues) [JavaDoc] Attaching ResultAction with ID 'javadoc-warnings' to build 'stax-ex-master-build #51'. [Checks API] No suitable checks publisher found. Finished: SUCCESS