Skip to content

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-094jt is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-094jt"
  namespace: "ca"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ca.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-094jt"
    - 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-094jt"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.ca.svc.cluster.local/ca/"
    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-ca"
      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-094jt (basic) in workspace /home/jenkins/agent/workspace/ca-api-master-build
The recommended git tool is: NONE
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:jakartaee/common-annotations-api.git
 > git init /home/jenkins/agent/workspace/ca-api-master-build # timeout=10
Fetching upstream changes from git@github.com:jakartaee/common-annotations-api.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/ca-api-master-build@tmp/jenkins-gitclient-ssh16106861042175203441.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- git@github.com:jakartaee/common-annotations-api.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:jakartaee/common-annotations-api.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 3c680ad22c290d00a1ff3416bb21948ba3722978 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3c680ad22c290d00a1ff3416bb21948ba3722978 # timeout=10
Commit message: "Jenkins TCK script"
 > git rev-list --no-walk 72c11412d6696d0f16674a72886b0788d3594060 # timeout=10
[ca-api-master-build] $ /bin/sh -ex /tmp/jenkins15190404256606856974.sh
+ TOOLS_PREFIX=/opt/tools
+ MVN_HOME=/opt/tools/apache-maven/latest
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ echo '-[ Common Annotations Build ]---------------------------------------------------'
-[ Common Annotations Build ]---------------------------------------------------
+ cd api
+ mvn clean install
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------< jakarta.annotation:jakarta.annotation-api >--------------
[INFO] Building Jakarta Annotations API 3.0.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jakarta.annotation-api ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ jakarta.annotation-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- spec-version:2.2:set-spec-properties (default) @ jakarta.annotation-api ---
[INFO] 
[INFO] -- spec properties --
[INFO] spec.bundle.symbolic-name = jakarta.annotation-api
[INFO] spec.implementation.version = 3.0.1
[INFO] spec.extension.name = jakarta.annotation
[INFO] spec.bundle.spec.version = 3.0
[INFO] spec.specification.version = 3.0
[INFO] spec.bundle.version = 3.0.1
[INFO] 
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-resource) @ jakarta.annotation-api ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jakarta.annotation-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ca-api-master-build/api/src/main/resources
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.12.1:compile (default-compile) @ jakarta.annotation-api ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 18 source files with javac [debug release 11] to target/classes
[INFO] JDK-8318913 workaround: patched module-info.class requires version from [11.0.2] to [11] on 1 JDK modules [java.base]
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ jakarta.annotation-api ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/ca-api-master-build/api/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jakarta.annotation-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ca-api-master-build/api/src/test/resources
[INFO] 
[INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ jakarta.annotation-api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ jakarta.annotation-api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jakarta.annotation-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/ca-api-master-build/api/target/jakarta.annotation-api-3.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jakarta.annotation-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/ca-api-master-build/api/target/bom.xml
[INFO]            attaching as jakarta.annotation-api-3.0.1-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ca-api-master-build/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.annotation-api-3.0.1-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jakarta.annotation-api ---
[INFO] Installing /home/jenkins/agent/workspace/ca-api-master-build/api/pom.xml to /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/3.0.1-SNAPSHOT/jakarta.annotation-api-3.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ca-api-master-build/api/target/jakarta.annotation-api-3.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/3.0.1-SNAPSHOT/jakarta.annotation-api-3.0.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ca-api-master-build/api/target/bom.xml to /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/3.0.1-SNAPSHOT/jakarta.annotation-api-3.0.1-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ca-api-master-build/api/target/bom.json to /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/3.0.1-SNAPSHOT/jakarta.annotation-api-3.0.1-SNAPSHOT-cyclonedx.json
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  9.559 s
[INFO] Finished at: 2024-04-07T17:44:32Z
[INFO] ------------------------------------------------------------------------
Archiving artifacts
Recording fingerprints
Recording test results
No test report files were found. Configuration error?
None of the test reports contained any result
[Checks API] No suitable checks publisher found.
[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/ca-api-master-build/api/target/classes 19 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/ca-api-master-build/api/src/main/java 18 files
[JaCoCo plugin] - /home/jenkins/agent/workspace/ca-api-master-build/tck/src/main/java 8 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: 100.0, instruction: 0.0, complexity: 0.0
[Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/ca-api-master-build')
[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/ca-api-master-build')
[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 (Common Annotations master build)
[Java Compiler] Using reference build 'ca-api-master-build #453' 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 'ca-api-master-build #454'.
[Checks API] No suitable checks publisher found.
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/ca-api-master-build')
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/ca-api-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/ca-api-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/ca-api-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 (Common Annotations master build)
[JavaDoc] Using reference build 'ca-api-master-build #453' 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 'ca-api-master-build #454'.
[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/ca-api-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/ca-api-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/ca-api-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 (Common Annotations master build)
[SpotBugs] Using reference build 'ca-api-master-build #453' 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 'ca-api-master-build #454'.
[Checks API] No suitable checks publisher found.
Finished: SUCCESS