Started by an SCM change Running as SYSTEM Agent default-agent-5746b is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-5746b" spec: containers: - env: - name: "MAVEN_OPTS" value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jacc.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "default-agent-5746b" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-5746b" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jacc.svc.cluster.local/jacc/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340" imagePullPolicy: "IfNotPresent" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - 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: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: {} restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-jacc" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-3" Building remotely on default-agent-5746b in workspace /home/jenkins/agent/workspace/authorization-master-build 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 using GIT_ASKPASS to set credentials GitHub bot > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/authorization +refs/heads/*:refs/remotes/origin/* > 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 > git config remote.origin.url https://github.com/eclipse-ee4j/authorization # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/authorization using GIT_ASKPASS to set credentials GitHub bot > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/authorization +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 2e4d2a68cdcf8e9a624658f67879369ef697de52 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2e4d2a68cdcf8e9a624658f67879369ef697de52 Commit message: "Merge pull request #71 from arjantijms/master" > git rev-list --no-walk c54a41b56e2cfec0dc3df57b86e621f5df3c38db # 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 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [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.0.0-RC1 [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-M2: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.0.0 [INFO] spec.specification.version = 2.0 [INFO] spec.bundle.symbolic-name = jakarta.security.jacc-api [INFO] spec.bundle.spec.version = 2.0 [INFO] spec.extension.name = jakarta.security.jacc [INFO] spec.bundle.version = 2.0.0 [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] --- maven-bundle-plugin:4.2.1:manifest (bundle-manifest) @ jakarta.authorization-api --- [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jakarta.authorization-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/authorization-master-build/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jakarta.authorization-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jakarta.authorization-api --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ jakarta.authorization-api --- [INFO] Building jar: /home/jenkins/agent/workspace/authorization-master-build/api/target/jakarta.authorization-api-2.0.0-RC1.jar [INFO] [INFO] --- spec-version-maven-plugin:2.1:check-module (default) @ jakarta.authorization-api --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jakarta.authorization-api --- [INFO] Building jar: /home/jenkins/agent/workspace/authorization-master-build/api/target/jakarta.authorization-api-2.0.0-RC1-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-api-javadocs) @ jakarta.authorization-api --- [INFO] Loading source files for package jakarta.security.jacc... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/jakarta/security/jacc/EJBMethodPermission.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/jakarta/security/jacc/EJBRoleRefPermission.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/jakarta/security/jacc/PolicyConfiguration.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/jakarta/security/jacc/PolicyConfigurationFactory.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/jakarta/security/jacc/PolicyContext.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/jakarta/security/jacc/PolicyContextException.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/jakarta/security/jacc/PolicyContextHandler.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/jakarta/security/jacc/WebResourcePermission.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/jakarta/security/jacc/WebRoleRefPermission.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/jakarta/security/jacc/WebUserDataPermission.html... Copying file /home/jenkins/agent/workspace/authorization-master-build/api/src/main/javadoc/doc-files/speclicense.html to directory /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/doc-files... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/jakarta/security/jacc/package-frame.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/jakarta/security/jacc/package-summary.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/jakarta/security/jacc/package-tree.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/jakarta/security/jacc/class-use/PolicyContextHandler.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/jakarta/security/jacc/class-use/WebUserDataPermission.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/jakarta/security/jacc/class-use/EJBMethodPermission.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/jakarta/security/jacc/class-use/PolicyConfigurationFactory.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/jakarta/security/jacc/class-use/EJBRoleRefPermission.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/jakarta/security/jacc/class-use/WebResourcePermission.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/jakarta/security/jacc/class-use/PolicyContextException.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/jakarta/security/jacc/class-use/PolicyConfiguration.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/jakarta/security/jacc/class-use/WebRoleRefPermission.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/jakarta/security/jacc/class-use/PolicyContext.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/jakarta/security/jacc/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/authorization-master-build/api/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/authorization-master-build/api/target/jakarta.authorization-api-2.0.0-RC1-javadoc.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jakarta.authorization-api --- [INFO] Installing /home/jenkins/agent/workspace/authorization-master-build/api/target/jakarta.authorization-api-2.0.0-RC1.jar to /home/jenkins/.m2/repository/jakarta/authorization/jakarta.authorization-api/2.0.0-RC1/jakarta.authorization-api-2.0.0-RC1.jar [INFO] Installing /home/jenkins/agent/workspace/authorization-master-build/api/pom.xml to /home/jenkins/.m2/repository/jakarta/authorization/jakarta.authorization-api/2.0.0-RC1/jakarta.authorization-api-2.0.0-RC1.pom [INFO] Installing /home/jenkins/agent/workspace/authorization-master-build/api/target/jakarta.authorization-api-2.0.0-RC1-sources.jar to /home/jenkins/.m2/repository/jakarta/authorization/jakarta.authorization-api/2.0.0-RC1/jakarta.authorization-api-2.0.0-RC1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/authorization-master-build/api/target/jakarta.authorization-api-2.0.0-RC1-javadoc.jar to /home/jenkins/.m2/repository/jakarta/authorization/jakarta.authorization-api/2.0.0-RC1/jakarta.authorization-api-2.0.0-RC1-javadoc.jar [INFO] [INFO] --------------< jakarta.authorization:authorization-spec >-------------- [INFO] Building Jakarta Authorization Specification 2.0-SNAPSHOT [2/3] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ authorization-spec --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ authorization-spec --- [INFO] [INFO] --- asciidoctor-maven-plugin:2.0.0-RC.1:process-asciidoc (asciidoc-to-html) @ authorization-spec --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 8 resources [INFO] asciidoctor: INFO: possible invalid reference: a760 [INFO] asciidoctor: INFO: possible invalid reference: a760 [INFO] asciidoctor: INFO: possible invalid reference: PolicyConfiguration [INFO] asciidoctor: INFO: possible invalid reference: PolicyConfiguration [INFO] Rendered /home/jenkins/agent/workspace/authorization-master-build/spec/src/main/asciidoc/authorization-spec.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:2.0.0-RC.1:process-asciidoc (asciidoc-to-pdf) @ authorization-spec --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 8 resources [INFO] asciidoctor: INFO: possible invalid reference: a760 [INFO] asciidoctor: INFO: possible invalid reference: a760 [INFO] asciidoctor: INFO: possible invalid reference: PolicyConfiguration [INFO] asciidoctor: INFO: possible invalid reference: PolicyConfiguration [INFO] Rendered /home/jenkins/agent/workspace/authorization-master-build/spec/src/main/asciidoc/authorization-spec.adoc [INFO] [INFO] --- maven-assembly-plugin:3.2.0:single (default) @ authorization-spec --- [INFO] Reading assembly descriptor: assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/authorization-master-build/spec/target/authorization-spec-2.0-SNAPSHOT.zip [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ authorization-spec --- [INFO] Installing /home/jenkins/agent/workspace/authorization-master-build/spec/pom.xml to /home/jenkins/.m2/repository/jakarta/authorization/authorization-spec/2.0-SNAPSHOT/authorization-spec-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/authorization-master-build/spec/target/authorization-spec-2.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/jakarta/authorization/authorization-spec/2.0-SNAPSHOT/authorization-spec-2.0-SNAPSHOT.zip [INFO] [INFO] -----------------< org.eclipse.ee4j.jacc:jacc-parent >------------------ [INFO] Building Jakarta Authorization Parent 2.0.0-SNAPSHOT [3/3] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jacc-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ jacc-parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jacc-parent --- [INFO] Installing /home/jenkins/agent/workspace/authorization-master-build/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ee4j/jacc/jacc-parent/2.0.0-SNAPSHOT/jacc-parent-2.0.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Jakarta Authorization 2.0.0-RC1 .................... SUCCESS [ 54.769 s] [INFO] Jakarta Authorization Specification 2.0-SNAPSHOT ... SUCCESS [ 55.765 s] [INFO] Jakarta Authorization Parent 2.0.0-SNAPSHOT ........ SUCCESS [ 0.027 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:25 min [INFO] Finished at: 2020-02-16T21:37:21Z [INFO] ------------------------------------------------------------------------ Finished: SUCCESS