Skip to content
Success

Console Output

Started by upstream project "expression-language-5.0.x" build number 2
originally caused by:
 Started by user Mark Thomas
Running as Mark Thomas
Agent basic-bm2gf is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-bm2gf"
  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-bm2gf"
    - 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-bm2gf"
    - 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"
    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-bm2gf (basic) in workspace /home/jenkins/agent/workspace/expression-language-5.0.x/jdk/openjdk-jdk17-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-5.0.x/jdk/openjdk-jdk17-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-5.0.x/jdk/openjdk-jdk17-latest@tmp/jenkins-gitclient-ssh14741429775278339659.key
 > 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 f128ad666260890e65667a1409cb0f38f74884f4 (refs/remotes/origin/5.0.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f128ad666260890e65667a1409cb0f38f74884f4 # timeout=10
Commit message: "Fix #188 - allow for module visibility when accessing class methods"
 > git rev-list --no-walk f128ad666260890e65667a1409cb0f38f74884f4 # timeout=10
[openjdk-jdk17-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 5.0.1-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-5.0.x/jdk/openjdk-jdk17-latest/api/target/classes
[INFO] /home/jenkins/agent/workspace/expression-language-5.0.x/jdk/openjdk-jdk17-latest/api/src/main/java/jakarta/el/ArrayELResolver.java: Some input files use or override a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/expression-language-5.0.x/jdk/openjdk-jdk17-latest/api/src/main/java/jakarta/el/ArrayELResolver.java: Recompile with -Xlint:removal for details.
[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-5.0.x/jdk/openjdk-jdk17-latest/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-5.0.x/jdk/openjdk-jdk17-latest/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.051 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-5.0.x/jdk/openjdk-jdk17-latest/api/target/jakarta.el-api-5.0.1-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-5.0.x/jdk/openjdk-jdk17-latest/api/target/jakarta.el-api-5.0.1-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] Building jar: /home/jenkins/agent/workspace/expression-language-5.0.x/jdk/openjdk-jdk17-latest/api/target/jakarta.el-api-5.0.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jakarta.el-api ---
[INFO] Installing /home/jenkins/agent/workspace/expression-language-5.0.x/jdk/openjdk-jdk17-latest/api/target/jakarta.el-api-5.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/5.0.1-SNAPSHOT/jakarta.el-api-5.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/expression-language-5.0.x/jdk/openjdk-jdk17-latest/api/pom.xml to /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/5.0.1-SNAPSHOT/jakarta.el-api-5.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/expression-language-5.0.x/jdk/openjdk-jdk17-latest/api/target/jakarta.el-api-5.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/5.0.1-SNAPSHOT/jakarta.el-api-5.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/expression-language-5.0.x/jdk/openjdk-jdk17-latest/api/target/jakarta.el-api-5.0.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/5.0.1-SNAPSHOT/jakarta.el-api-5.0.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] ----------------< jakarta.el:expression-language-spec >-----------------
[INFO] Building Jakarta Expression Language Specification 5.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 ---
2022-06-20T15:01:40.174Z [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-5.0.x/jdk/openjdk-jdk17-latest/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-5.0.x/jdk/openjdk-jdk17-latest/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-5.0.x/jdk/openjdk-jdk17-latest/spec/target/expression-language-spec-5.0-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ expression-language-spec ---
[INFO] Installing /home/jenkins/agent/workspace/expression-language-5.0.x/jdk/openjdk-jdk17-latest/spec/pom.xml to /home/jenkins/.m2/repository/jakarta/el/expression-language-spec/5.0-SNAPSHOT/expression-language-spec-5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/expression-language-5.0.x/jdk/openjdk-jdk17-latest/spec/target/expression-language-spec-5.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/jakarta/el/expression-language-spec/5.0-SNAPSHOT/expression-language-spec-5.0-SNAPSHOT.zip
[INFO] 
[INFO] ------------------------< jakarta.el:el-parent >------------------------
[INFO] Building Jakarta Expression Language 5.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-5.0.x/jdk/openjdk-jdk17-latest/pom.xml to /home/jenkins/.m2/repository/jakarta/el/el-parent/5.0.0-SNAPSHOT/el-parent-5.0.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Jakarta Expression Language API 5.0.1-SNAPSHOT ..... SUCCESS [ 13.364 s]
[INFO] Jakarta Expression Language Specification 5.0-SNAPSHOT SUCCESS [ 31.757 s]
[INFO] Jakarta Expression Language 5.0.0-SNAPSHOT ......... SUCCESS [  0.050 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  46.050 s
[INFO] Finished at: 2022-06-20T15:02:08Z
[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-5.0.x/jdk/openjdk-jdk17-latest/api/target/classes 53 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-5.0.x/jdk/openjdk-jdk17-latest/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-5.0.x/jdk/openjdk-jdk17-latest')
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/expression-language-5.0.x/jdk/openjdk-jdk17-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-5.0.x/jdk/openjdk-jdk17-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 (openjdk-jdk17-latest)
[JavaDoc] Using reference build 'expression-language-5.0.x/jdk=openjdk-jdk17-latest #1' 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-5.0.x/jdk=openjdk-jdk17-latest #2'.
[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-5.0.x/jdk/openjdk-jdk17-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 (openjdk-jdk17-latest)
[Java Compiler] Using reference build 'expression-language-5.0.x/jdk=openjdk-jdk17-latest #1' 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-5.0.x/jdk=openjdk-jdk17-latest #2'.
[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-5.0.x/jdk/openjdk-jdk17-latest' 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 (openjdk-jdk17-latest)
[SpotBugs] Using reference build 'expression-language-5.0.x/jdk=openjdk-jdk17-latest #1' 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-5.0.x/jdk=openjdk-jdk17-latest #2'.
[Checks API] No suitable checks publisher found.
Finished: SUCCESS