Started by upstream project "expression-language-master" build number 102 originally caused by: Started by an SCM change Running as SYSTEM Agent basic-42s86 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-42s86" namespace: "el" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.el.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-42s86" - 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-42s86" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.el.svc.cluster.local/el/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3" 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-el" 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-42s86 (basic) in workspace /home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts The recommended git tool is: NONE using credential github-bot-ssh Cloning the remote Git repository Cloning repository git@github.com:jakartaee/expression-language.git > git init /home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts # timeout=10 Fetching upstream changes from git@github.com:jakartaee/expression-language.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/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts@tmp/jenkins-gitclient-ssh17255529100110645911.key Verifying host key using known hosts file > git fetch --tags --force --progress -- git@github.com:jakartaee/expression-language.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:jakartaee/expression-language.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 6747e542348779734ea15478b765be03069ef693 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6747e542348779734ea15478b765be03069ef693 # timeout=10 Commit message: "Fix formatting error" > git rev-list --no-walk df62c656caaa83ae4ce850aeff8744fb1f132d27 # timeout=10 [adoptopenjdk-hotspot-latest-lts] $ /opt/tools/apache-maven/latest/bin/mvn clean install --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Jakarta Expression Language API [jar] [INFO] Jakarta Expression Language Specification [pom] [INFO] Jakarta Expression Language [pom] [INFO] [INFO] ---------------------< jakarta.el:jakarta.el-api >---------------------- [INFO] Building Jakarta Expression Language API 6.0.0-SNAPSHOT [1/3] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.el-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ jakarta.el-api --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jakarta.el-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jakarta.el-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts/api/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ jakarta.el-api --- [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jakarta.el-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jakarta.el-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts/api/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jakarta.el-api --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running jakarta.el.TestELUtil [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in jakarta.el.TestELUtil [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jakarta.el-api --- [INFO] Building jar: /home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts/api/target/jakarta.el-api-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jakarta.el-api --- [INFO] Building jar: /home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts/api/target/jakarta.el-api-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.1:jar (attach-javadocs) @ jakarta.el-api --- [INFO] No previous run data found, generating javadoc. [INFO] 2 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts/api/src/main/java/jakarta/el/CompositeELResolver.java:46: warning - Tag @link: reference not found: #getFeatureDescriptors [WARNING] /home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts/api/src/main/java/jakarta/el/ELResolver.java:81: warning - Tag @link: reference not found: #getFeatureDescriptors [INFO] Building jar: /home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts/api/target/jakarta.el-api-6.0.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jakarta.el-api --- [INFO] Installing /home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts/api/target/jakarta.el-api-6.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/6.0.0-SNAPSHOT/jakarta.el-api-6.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts/api/pom.xml to /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/6.0.0-SNAPSHOT/jakarta.el-api-6.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts/api/target/jakarta.el-api-6.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/6.0.0-SNAPSHOT/jakarta.el-api-6.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts/api/target/jakarta.el-api-6.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/6.0.0-SNAPSHOT/jakarta.el-api-6.0.0-SNAPSHOT-javadoc.jar [INFO] [INFO] ----------------< jakarta.el:expression-language-spec >----------------- [INFO] Building Jakarta Expression Language Specification 6.0-SNAPSHOT [2/3] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ expression-language-spec --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ expression-language-spec --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (timestamp-property) @ expression-language-spec --- [INFO] [INFO] --- asciidoctor-maven-plugin:2.2.1:process-asciidoc (asciidoc-to-html) @ expression-language-spec --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] asciidoctor: WARN: license-efsl.adoc: line 19: section title out of sequence: expected levels 0 or 1, got level 2 [INFO] Converted /home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts/spec/src/main/asciidoc/expression-language-spec.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:2.2.1:process-asciidoc (asciidoc-to-pdf) @ expression-language-spec --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] asciidoctor: WARN: license-efsl.adoc: line 19: section title out of sequence: expected levels 0 or 1, got level 2 [INFO] Converted /home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts/spec/src/main/asciidoc/expression-language-spec.adoc [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (default) @ expression-language-spec --- [INFO] Reading assembly descriptor: assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts/spec/target/expression-language-spec-6.0-SNAPSHOT.zip [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ expression-language-spec --- [INFO] Installing /home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts/spec/pom.xml to /home/jenkins/.m2/repository/jakarta/el/expression-language-spec/6.0-SNAPSHOT/expression-language-spec-6.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts/spec/target/expression-language-spec-6.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/jakarta/el/expression-language-spec/6.0-SNAPSHOT/expression-language-spec-6.0-SNAPSHOT.zip [INFO] [INFO] ------------------------< jakarta.el:el-parent >------------------------ [INFO] Building Jakarta Expression Language 6.0.0-SNAPSHOT [3/3] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ el-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ el-parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ el-parent --- [INFO] Installing /home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts/pom.xml to /home/jenkins/.m2/repository/jakarta/el/el-parent/6.0.0-SNAPSHOT/el-parent-6.0.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Jakarta Expression Language API 6.0.0-SNAPSHOT ..... SUCCESS [ 18.856 s] [INFO] Jakarta Expression Language Specification 6.0-SNAPSHOT SUCCESS [ 38.525 s] [INFO] Jakarta Expression Language 6.0.0-SNAPSHOT ......... SUCCESS [ 0.005 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 58.359 s [INFO] Finished at: 2023-03-20T16:59:44Z [INFO] ------------------------------------------------------------------------ [JaCoCo plugin] Collecting JaCoCo coverage data... [JaCoCo plugin] **/**.exec;**/classes;**/src/main/java; locations are configured [JaCoCo plugin] Number of found exec files for pattern **/**.exec: 0 [JaCoCo plugin] Saving matched execfiles: [JaCoCo plugin] Saving matched class directories for class-pattern: **/classes: [JaCoCo plugin] - /home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts/api/target/classes 48 files [JaCoCo plugin] Saving matched source directories for source-pattern: **/src/main/java: [JaCoCo plugin] Source Inclusions: **/*.java,**/*.groovy,**/*.kt,**/*.kts [JaCoCo plugin] Source Exclusions: [JaCoCo plugin] - /home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts/api/src/main/java 37 files [JaCoCo plugin] Loading inclusions files.. [JaCoCo plugin] inclusions: [] [JaCoCo plugin] exclusions: [] [JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=0, maxClass=0, minMethod=0, maxMethod=0, minLine=0, maxLine=0, minBranch=0, maxBranch=0, minInstruction=0, maxInstruction=0, minComplexity=0, maxComplexity=0] [JaCoCo plugin] Publishing the results.. [JaCoCo plugin] Loading packages.. [JaCoCo plugin] Done. [JaCoCo plugin] Overall coverage: class: 0.0, method: 0.0, line: 0.0, branch: 0.0, instruction: 0.0, complexity: 0.0 [JavaDoc] Sleeping for 5 seconds due to JENKINS-32191... [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts') [JavaDoc] -> found 2 issues (skipped 0 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts') [JavaDoc] -> found 2 issues (skipped 0 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 2 issues (skipped 0 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts') [JavaDoc] Post processing issues on 'basic-42s86' with source code encoding 'UTF-8' [JavaDoc] Creating SCM blamer to obtain author and commit information for affected files [JavaDoc] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git. [JavaDoc] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts' [JavaDoc] -> resolved paths in source directory (2 found, 0 not found) [JavaDoc] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [JavaDoc] -> resolved module names for 2 issues [JavaDoc] Resolving package names (or namespaces) by parsing the affected files [JavaDoc] -> resolved package names of 2 affected files [JavaDoc] No filter has been set, publishing all 2 issues [JavaDoc] Creating fingerprints for all affected code blocks to track issues over different builds [JavaDoc] -> created fingerprints for 2 issues (skipped 0 issues) [JavaDoc] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/expression-language-master/configurations/axis-jdk/adoptopenjdk-hotspot-latest-lts/builds/102/files-with-issues' [JavaDoc] -> 2 copied, 0 not in workspace, 0 not-found, 0 with I/O error [JavaDoc] Repository miner is not configured, skipping repository mining [JavaDoc] Reference build recorder is not configured [JavaDoc] Obtaining reference build from same job (adoptopenjdk-hotspot-latest-lts) [JavaDoc] Using reference build 'expression-language-master/jdk=adoptopenjdk-hotspot-latest-lts #101' to compute new, fixed, and outstanding issues [JavaDoc] Issues delta (vs. reference build): outstanding: 2, new: 0, fixed: 0 [JavaDoc] No quality gates have been set - skipping [JavaDoc] Health report is disabled - skipping [JavaDoc] Created analysis result for 2 issues (found 0 new issues, fixed 0 issues) [JavaDoc] Attaching ResultAction with ID 'javadoc-warnings' to build 'expression-language-master/jdk=adoptopenjdk-hotspot-latest-lts #102'. [Checks API] No suitable checks publisher found. [Java Compiler] Sleeping for 5 seconds due to JENKINS-32191... [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts') [Java Compiler] Successfully parsed console log [Java Compiler] -> found 0 issues (skipped 0 duplicates) [Java Compiler] Skipping post processing [Java Compiler] No filter has been set, publishing all 0 issues [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 (adoptopenjdk-hotspot-latest-lts) [Java Compiler] Using reference build 'expression-language-master/jdk=adoptopenjdk-hotspot-latest-lts #101' to compute new, fixed, and outstanding issues [Java Compiler] Issues delta (vs. reference build): outstanding: 0, 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 0 issues (found 0 new issues, fixed 0 issues) [Java Compiler] Attaching ResultAction with ID 'java' to build 'expression-language-master/jdk=adoptopenjdk-hotspot-latest-lts #102'. [Checks API] No suitable checks publisher found. [SpotBugs] Using default pattern '**/spotbugsXml.xml' since user defined pattern is not set [SpotBugs] [-ERROR-] No files found for pattern '**/spotbugsXml.xml'. Configuration error? [SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/expression-language-master/jdk/adoptopenjdk-hotspot-latest-lts' that match the pattern '**/spotbugsXml.xml' [SpotBugs] Skipping post processing [SpotBugs] No filter has been set, publishing all 0 issues [SpotBugs] Repository miner is not configured, skipping repository mining [SpotBugs] Reference build recorder is not configured [SpotBugs] Obtaining reference build from same job (adoptopenjdk-hotspot-latest-lts) [SpotBugs] Using reference build 'expression-language-master/jdk=adoptopenjdk-hotspot-latest-lts #101' 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 'expression-language-master/jdk=adoptopenjdk-hotspot-latest-lts #102'. [Checks API] No suitable checks publisher found. Finished: SUCCESS