Started by upstream project "expression-language-master" build number 106 originally caused by: Started by user Mark Thomas Running as Mark Thomas Agent basic-1kndt is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-1kndt" 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-1kndt" - 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-1kndt" - 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-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-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-1kndt (basic) in workspace /home/jenkins/agent/workspace/expression-language-master/jdk/temurin-latest 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/temurin-latest # 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/temurin-latest@tmp/jenkins-gitclient-ssh7267064403964042463.key Verifying host key using manually-configured host key entries > 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 5c31c89ca1c1638838555e6c38c18f5afca25de0 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5c31c89ca1c1638838555e6c38c18f5afca25de0 # timeout=10 Commit message: "Fix #201 add support for Record (#204)" First time build. Skipping changelog. [temurin-latest] $ /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] from api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jakarta.el-api --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ jakarta.el-api --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jakarta.el-api --- [INFO] Copying 1 resource from src/main/java to target/classes [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ jakarta.el-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/expression-language-master/jdk/temurin-latest/api/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (bundle-manifest) @ jakarta.el-api --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jakarta.el-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/expression-language-master/jdk/temurin-latest/api/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ jakarta.el-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/expression-language-master/jdk/temurin-latest/api/target/test-classes [INFO] [INFO] --- surefire: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: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in jakarta.el.TestELUtil [INFO] Running jakarta.el.TestBeanSupport [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s - in jakarta.el.TestBeanSupport [INFO] [INFO] Results: [INFO] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ jakarta.el-api --- [INFO] Building jar: /home/jenkins/agent/workspace/expression-language-master/jdk/temurin-latest/api/target/jakarta.el-api-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ jakarta.el-api --- [INFO] Building jar: /home/jenkins/agent/workspace/expression-language-master/jdk/temurin-latest/api/target/jakarta.el-api-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.3.1:jar (attach-javadocs) @ jakarta.el-api --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/expression-language-master/jdk/temurin-latest/api/target/jakarta.el-api-6.0.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jakarta.el-api --- [INFO] Installing /home/jenkins/agent/workspace/expression-language-master/jdk/temurin-latest/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/temurin-latest/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/temurin-latest/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/temurin-latest/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] from spec/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ expression-language-spec --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ expression-language-spec --- [INFO] [INFO] --- build-helper:3.2.0:timestamp-property (timestamp-property) @ expression-language-spec --- [INFO] [INFO] --- asciidoctor:2.2.1:process-asciidoc (asciidoc-to-html) @ expression-language-spec --- 2023-11-06T10:22:57.963Z [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable. [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/temurin-latest/spec/src/main/asciidoc/expression-language-spec.adoc [INFO] [INFO] --- asciidoctor: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/temurin-latest/spec/src/main/asciidoc/expression-language-spec.adoc [INFO] [INFO] --- assembly: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/temurin-latest/spec/target/expression-language-spec-6.0-SNAPSHOT.zip [INFO] [INFO] --- install:3.1.1:install (default-install) @ expression-language-spec --- [INFO] Installing /home/jenkins/agent/workspace/expression-language-master/jdk/temurin-latest/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/temurin-latest/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] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ el-parent --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ el-parent --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ el-parent --- [INFO] Installing /home/jenkins/agent/workspace/expression-language-master/jdk/temurin-latest/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.675 s] [INFO] Jakarta Expression Language Specification 6.0-SNAPSHOT SUCCESS [ 37.445 s] [INFO] Jakarta Expression Language 6.0.0-SNAPSHOT ......... SUCCESS [ 0.027 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 57.021 s [INFO] Finished at: 2023-11-06T10:23:31Z [INFO] ------------------------------------------------------------------------ [JaCoCo plugin] Collecting JaCoCo coverage data... [JaCoCo plugin] Version: 3.3.5 [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/temurin-latest/api/target/classes 58 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/temurin-latest/api/src/main/java 42 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] Parsing console log (workspace: '/home/jenkins/agent/workspace/expression-language-master/jdk/temurin-latest') [JavaDoc] -> found 0 issues (skipped 0 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/expression-language-master/jdk/temurin-latest') [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/expression-language-master/jdk/temurin-latest') [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/expression-language-master/jdk/temurin-latest') [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 (temurin-latest) [JavaDoc] No valid reference build found that meets the criteria (NO_JOB_FAILURE - SUCCESSFUL_QUALITY_GATE) [JavaDoc] All reported issues will be considered outstanding [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 'expression-language-master/jdk=temurin-latest #106'. [Checks API] No suitable checks publisher found. [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/expression-language-master/jdk/temurin-latest') [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] Parsing console log (workspace: '/home/jenkins/agent/workspace/expression-language-master/jdk/temurin-latest') [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 (temurin-latest) [Java Compiler] No valid reference build found that meets the criteria (NO_JOB_FAILURE - SUCCESSFUL_QUALITY_GATE) [Java Compiler] All reported issues will be considered outstanding [Java Compiler] No quality gates have been set - skipping [Java Compiler] Health report is disabled - skipping [Java Compiler] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues) [Java Compiler] Attaching ResultAction with ID 'java' to build 'expression-language-master/jdk=temurin-latest #106'. [Checks API] No suitable checks publisher found. [SpotBugs] Using default pattern '**/spotbugsXml.xml' since user defined pattern is not set [SpotBugs] [-ERROR-] Errors during parsing [SpotBugs] [-ERROR-] No files found for pattern '**/spotbugsXml.xml'. Configuration error? [SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/expression-language-master/jdk/temurin-latest' 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/expression-language-master/jdk/temurin-latest' 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/expression-language-master/jdk/temurin-latest' 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 (temurin-latest) [SpotBugs] No valid reference build found that meets the criteria (NO_JOB_FAILURE - SUCCESSFUL_QUALITY_GATE) [SpotBugs] All reported issues will be considered outstanding [SpotBugs] No quality gates have been set - skipping [SpotBugs] Health report is disabled - skipping [SpotBugs] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues) [SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'expression-language-master/jdk=temurin-latest #106'. [Checks API] No suitable checks publisher found. Finished: SUCCESS