Started by upstream project "expression-language-master" build number 109 originally caused by: Started by an SCM change Running as SYSTEM Agent basic-h5ntk is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-h5ntk" 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-h5ntk" - 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-h5ntk" - 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-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-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-h5ntk (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-ssh4161958412907569888.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 152fdf436f776bcf2c147ab78d73060ae3eec68c (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 152fdf436f776bcf2c147ab78d73060ae3eec68c # timeout=10 Commit message: "Fix TCK failures when testing 'length' as a read-only property" > git rev-list --no-walk f8544f96db9d7bac999a8db9613a9ef311c33627 # timeout=10 [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.4.1:enforce (enforce-maven) @ jakarta.el-api --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [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.11.0:compile (default-compile) @ jakarta.el-api --- [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 42 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ jakarta.el-api --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/expression-language-master/jdk/temurin-latest/api/target/classes/META-INF/MANIFEST.MF [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.11.0:testCompile (default-testCompile) @ jakarta.el-api --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17 module-path] to target/test-classes [INFO] [INFO] --- surefire:3.2.2:test (default-test) @ jakarta.el-api --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [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.211 s -- in jakarta.el.TestELUtil [INFO] Running jakarta.el.TestBeanSupport [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in jakarta.el.TestBeanSupport [INFO] [INFO] Results: [INFO] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.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] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jakarta.el-api --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/expression-language-master/jdk/temurin-latest/api/target/bom.xml [INFO] attaching as jakarta.el-api-6.0.0-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/expression-language-master/jdk/temurin-latest/api/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as jakarta.el-api-6.0.0-SNAPSHOT-cyclonedx.json [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.6.0: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/bom.xml to /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/6.0.0-SNAPSHOT/jakarta.el-api-6.0.0-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/expression-language-master/jdk/temurin-latest/api/target/bom.json to /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/6.0.0-SNAPSHOT/jakarta.el-api-6.0.0-SNAPSHOT-cyclonedx.json [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 --- 2024-01-16T16:59:15.919Z [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 [ 30.645 s] [INFO] Jakarta Expression Language Specification 6.0-SNAPSHOT SUCCESS [ 38.595 s] [INFO] Jakarta Expression Language 6.0.0-SNAPSHOT ......... SUCCESS [ 0.005 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:10 min [INFO] Finished at: 2024-01-16T16:59:45Z [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] Using reference build 'expression-language-master/jdk=temurin-latest #108' 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 'expression-language-master/jdk=temurin-latest #109'. [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] Using reference build 'expression-language-master/jdk=temurin-latest #108' 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=temurin-latest #109'. [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] Using reference build 'expression-language-master/jdk=temurin-latest #108' 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=temurin-latest #109'. [Checks API] No suitable checks publisher found. Finished: SUCCESS