Console Output
Started by an SCM change
Running as SYSTEM
Agent basic-0x591 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations: {}
labels:
jenkins: "slave"
jenkins/label: ""
name: "basic-0x591"
spec:
containers:
- env:
- name: "JENKINS_SECRET"
value: "********"
- name: "JENKINS_TUNNEL"
value: "jenkins-discovery.jacc.svc.cluster.local:50000"
- name: "JENKINS_AGENT_NAME"
value: "basic-0x591"
- name: "JENKINS_REMOTING_JAVA_OPTS"
value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
\ -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-0x591"
- 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.2.1"
imagePullPolicy: "Always"
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: "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
- mountPath: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
workingDir: "/home/jenkins/agent"
nodeSelector:
beta.kubernetes.io/os: "linux"
restartPolicy: "Never"
securityContext: {}
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-0x591 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/* # 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
> 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/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 820ac497541440ef8d620c08a0ae6457c8e54f9f (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 820ac497541440ef8d620c08a0ae6457c8e54f9f # timeout=10
Commit message: "Merge 2.0.0 into master (#96)"
> git rev-list --no-walk 3e94d39c4023702537480816c7c978222e78cd97 # 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.0.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-M3: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.1
[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.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] --- 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.2.0:jar (default-jar) @ jakarta.authorization-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/authorization-master-build/api/target/jakarta.authorization-api-2.0.1-SNAPSHOT.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.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-api-javadocs) @ jakarta.authorization-api ---
[INFO] No previous run data found, generating javadoc.
[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/WebUserDataPermission.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/WebResourcePermission.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/PolicyContextException.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/class-use/PolicyConfigurationFactory.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/EJBRoleRefPermission.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/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.1-SNAPSHOT-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.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakarta/authorization/jakarta.authorization-api/2.0.1-SNAPSHOT/jakarta.authorization-api-2.0.1-SNAPSHOT.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.1-SNAPSHOT/jakarta.authorization-api-2.0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/authorization-master-build/api/target/jakarta.authorization-api-2.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/jakarta/authorization/jakarta.authorization-api/2.0.1-SNAPSHOT/jakarta.authorization-api-2.0.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/authorization-master-build/api/target/jakarta.authorization-api-2.0.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/jakarta/authorization/jakarta.authorization-api/2.0.1-SNAPSHOT/jakarta.authorization-api-2.0.1-SNAPSHOT-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-M3: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] 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] Rendered /home/jenkins/agent/workspace/authorization-master-build/spec/src/main/asciidoc/authorization-spec.adoc
[INFO]
[INFO] --- maven-assembly-plugin:3.3.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.authorization:authorization-parent >---------
[INFO] Building Jakarta Authorization Parent 2.0.0-SNAPSHOT [3/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ authorization-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ authorization-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ authorization-parent ---
[INFO] Installing /home/jenkins/agent/workspace/authorization-master-build/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ee4j/authorization/authorization-parent/2.0.0-SNAPSHOT/authorization-parent-2.0.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Jakarta Authorization 2.0.1-SNAPSHOT ............... SUCCESS [ 58.048 s]
[INFO] Jakarta Authorization Specification 2.0-SNAPSHOT ... SUCCESS [ 48.885 s]
[INFO] Jakarta Authorization Parent 2.0.0-SNAPSHOT ........ SUCCESS [ 0.022 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:24 min
[INFO] Finished at: 2020-09-10T22:52:04Z
[INFO] ------------------------------------------------------------------------
Finished: SUCCESS