Started by an SCM change Running as SYSTEM Agent basic-84w7r is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-84w7r" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jacc.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-84w7r" - 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-84w7r" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jacc.svc.cluster.local/jacc/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10.1" 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-jacc" 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-84w7r (basic) in workspace /home/jenkins/agent/workspace/authorization-master-build The recommended git tool is: NONE using credential github-bot Cloning the remote Git repository Cloning repository https://github.com/eclipse-ee4j/authorization > git init /home/jenkins/agent/workspace/authorization-master-build # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/authorization > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/authorization +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/authorization # 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 4b8ea2c440275efbfb640c91245a57bfb20a0367 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4b8ea2c440275efbfb640c91245a57bfb20a0367 # timeout=10 Commit message: "Main version to 2.1, java to 11, update of plugins, copyright 2021 (#100)" > git rev-list --no-walk 820ac497541440ef8d620c08a0ae6457c8e54f9f # timeout=10 [authorization-master-build] $ /opt/tools/apache-maven/latest/bin/mvn clean install -Pstaging --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 Authorization [jar] [INFO] Jakarta Authorization Specification [pom] [INFO] Jakarta Authorization Parent [pom] [INFO] [INFO] ----------< jakarta.authorization:jakarta.authorization-api >----------- [INFO] Building Jakarta Authorization 2.1-SNAPSHOT [1/3] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.authorization-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ jakarta.authorization-api --- [INFO] [INFO] --- spec-version-maven-plugin:2.1:set-spec-properties (default) @ jakarta.authorization-api --- [INFO] [INFO] -- spec properties -- [INFO] spec.implementation.version = 2.1 [INFO] spec.specification.version = 2.1 [INFO] spec.bundle.symbolic-name = jakarta.security.jacc-api [INFO] spec.bundle.spec.version = 2.1 [INFO] spec.extension.name = jakarta.security.jacc [INFO] spec.bundle.version = 2.1 [INFO] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jakarta.authorization-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] Copying 0 resource to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jakarta.authorization-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/authorization-master-build/api/target/classes [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Jakarta Authorization 2.1-SNAPSHOT ................. FAILURE [ 11.254 s] [INFO] Jakarta Authorization Specification 2.1-SNAPSHOT ... SKIPPED [INFO] Jakarta Authorization Parent 2.0.0-SNAPSHOT ........ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 28.462 s [INFO] Finished at: 2021-12-02T20:04:54Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project jakarta.authorization-api: Fatal error compiling: invalid target release: 11 -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException Build step 'Invoke top-level Maven targets' marked build as failure [Java CompilerJavaDocSpotBugs] Skipping execution of recorder since overall result is 'FAILURE' Finished: FAILURE