Skip to content
Success

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-vv8t7 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-vv8t7"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jaspic.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-vv8t7"
    - 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-vv8t7"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jaspic.svc.cluster.local/jaspic/"
    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-jaspic"
      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-vv8t7 in workspace /home/jenkins/agent/workspace/authentication-master-build
using credential github-bot
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ee4j/authentication
 > git init /home/jenkins/agent/workspace/authentication-master-build # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/authentication
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub bot
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/authentication +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/authentication # 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/authentication # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/authentication
using GIT_ASKPASS to set credentials GitHub bot
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/authentication +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 e549c96f8878506b86a608d8dfaa95a8424161ed (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e549c96f8878506b86a608d8dfaa95a8424161ed # timeout=10
Commit message: "Merge pull request #104 from arjantijms/master"
 > git rev-list --no-walk 6c03751b002a38567533aa7c377634a82a26abb4 # timeout=10
[authentication-master-build] $ /opt/tools/apache-maven/latest/bin/mvn clean install
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Jakarta Authentication                                             [jar]
[INFO] Jakarta Authentication                                             [pom]
[INFO] Jakarta Authentication Specification                               [pom]
[INFO] 
[INFO] ---------< jakarta.authentication:jakarta.authentication-api >----------
[INFO] Building Jakarta Authentication 2.0.0-SNAPSHOT                     [1/3]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.authentication-api ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ jakarta.authentication-api ---
[INFO] 
[INFO] --- spec-version-maven-plugin:2.1:set-spec-properties (default) @ jakarta.authentication-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.auth.message-api
[INFO] spec.bundle.spec.version = 2.0
[INFO] spec.extension.name = jakarta.security.auth.message
[INFO] spec.bundle.version = 2.0.0
[INFO] 
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jakarta.authentication-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[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.authentication-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/authentication-master-build/api/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:4.2.1:manifest (bundle-manifest) @ jakarta.authentication-api ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jakarta.authentication-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/authentication-master-build/api/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jakarta.authentication-api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jakarta.authentication-api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ jakarta.authentication-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/authentication-master-build/api/target/jakarta.authentication-api-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- spec-version-maven-plugin:2.1:check-module (default) @ jakarta.authentication-api ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-api-javadocs) @ jakarta.authentication-api ---
[INFO] 
Loading source files for package jakarta.security.auth.message...
Loading source files for package jakarta.security.auth.message.callback...
Loading source files for package jakarta.security.auth.message.config...
Loading source files for package jakarta.security.auth.message.module...
Constructing Javadoc information...
Standard Doclet version 1.8.0_202
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/AuthException.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/AuthStatus.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/ClientAuth.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/MessageInfo.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/MessagePolicy.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/MessagePolicy.ProtectionPolicy.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/MessagePolicy.Target.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/MessagePolicy.TargetPolicy.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/ServerAuth.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/CallerPrincipalCallback.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/CertStoreCallback.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/GroupPrincipalCallback.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/PasswordValidationCallback.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/PrivateKeyCallback.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/PrivateKeyCallback.AliasRequest.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/PrivateKeyCallback.DigestRequest.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/PrivateKeyCallback.IssuerSerialNumRequest.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/PrivateKeyCallback.Request.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/PrivateKeyCallback.SubjectKeyIDRequest.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/SecretKeyCallback.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/SecretKeyCallback.AliasRequest.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/SecretKeyCallback.Request.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/TrustStoreCallback.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/config/AuthConfig.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/config/AuthConfigFactory.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/config/AuthConfigFactory.RegistrationContext.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/config/AuthConfigProvider.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/config/ClientAuthConfig.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/config/ClientAuthContext.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/config/RegistrationListener.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/config/ServerAuthConfig.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/config/ServerAuthContext.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/module/ClientAuthModule.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/module/ServerAuthModule.html...
Copying file /home/jenkins/agent/workspace/authentication-master-build/api/src/main/javadoc/doc-files/speclicense.html to directory /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/doc-files...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/overview-frame.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/package-frame.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/package-summary.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/package-tree.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/package-frame.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/package-summary.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/package-tree.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/config/package-frame.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/config/package-summary.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/config/package-tree.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/module/package-frame.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/module/package-summary.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/module/package-tree.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/class-use/ServerAuth.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/class-use/MessagePolicy.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/class-use/MessagePolicy.TargetPolicy.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/class-use/MessagePolicy.Target.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/class-use/MessagePolicy.ProtectionPolicy.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/class-use/MessageInfo.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/class-use/ClientAuth.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/class-use/AuthStatus.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/class-use/AuthException.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/class-use/TrustStoreCallback.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/class-use/SecretKeyCallback.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/class-use/SecretKeyCallback.Request.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/class-use/SecretKeyCallback.AliasRequest.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/class-use/PrivateKeyCallback.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/class-use/PrivateKeyCallback.Request.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/class-use/PrivateKeyCallback.AliasRequest.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/class-use/PrivateKeyCallback.SubjectKeyIDRequest.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/class-use/PrivateKeyCallback.IssuerSerialNumRequest.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/class-use/PrivateKeyCallback.DigestRequest.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/class-use/PasswordValidationCallback.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/class-use/GroupPrincipalCallback.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/class-use/CertStoreCallback.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/class-use/CallerPrincipalCallback.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/config/class-use/ServerAuthContext.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/config/class-use/ServerAuthConfig.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/config/class-use/RegistrationListener.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/config/class-use/ClientAuthContext.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/config/class-use/ClientAuthConfig.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/config/class-use/AuthConfigProvider.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/config/class-use/AuthConfigFactory.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/config/class-use/AuthConfigFactory.RegistrationContext.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/config/class-use/AuthConfig.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/module/class-use/ServerAuthModule.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/module/class-use/ClientAuthModule.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/package-use.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/callback/package-use.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/config/package-use.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/jakarta/security/auth/message/module/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/authentication-master-build/api/target/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/authentication-master-build/api/target/jakarta.authentication-api-2.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jakarta.authentication-api ---
[INFO] Installing /home/jenkins/agent/workspace/authentication-master-build/api/target/jakarta.authentication-api-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakarta/authentication/jakarta.authentication-api/2.0.0-SNAPSHOT/jakarta.authentication-api-2.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/authentication-master-build/api/pom.xml to /home/jenkins/.m2/repository/jakarta/authentication/jakarta.authentication-api/2.0.0-SNAPSHOT/jakarta.authentication-api-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/authentication-master-build/api/target/jakarta.authentication-api-2.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/jakarta/authentication/jakarta.authentication-api/2.0.0-SNAPSHOT/jakarta.authentication-api-2.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] -------< org.eclipse.ee4j.authentication:authentication-parent >--------
[INFO] Building Jakarta Authentication 2.0.0-SNAPSHOT                     [2/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ authentication-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ authentication-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ authentication-parent ---
[INFO] Installing /home/jenkins/agent/workspace/authentication-master-build/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ee4j/authentication/authentication-parent/2.0.0-SNAPSHOT/authentication-parent-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.eclipse.ee4j.authentication:authentication-spec >---------
[INFO] Building Jakarta Authentication Specification 2.0.0-SNAPSHOT       [3/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ authentication-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ authentication-spec ---
[INFO] 
[INFO] --- asciidoctor-maven-plugin:2.0.0-RC.1:process-asciidoc (asciidoc-to-html) @ authentication-spec ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Rendered /home/jenkins/agent/workspace/authentication-master-build/spec/src/main/asciidoc/authentication-spec.adoc
[INFO] 
[INFO] --- asciidoctor-maven-plugin:2.0.0-RC.1:process-asciidoc (asciidoc-to-pdf) @ authentication-spec ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Rendered /home/jenkins/agent/workspace/authentication-master-build/spec/src/main/asciidoc/authentication-spec.adoc
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (default) @ authentication-spec ---
[INFO] Reading assembly descriptor: assembly.xml
[INFO] Building zip: /home/jenkins/agent/workspace/authentication-master-build/spec/target/authentication-spec-2.0.0-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ authentication-spec ---
[INFO] Installing /home/jenkins/agent/workspace/authentication-master-build/spec/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ee4j/authentication/authentication-spec/2.0.0-SNAPSHOT/authentication-spec-2.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/authentication-master-build/spec/target/authentication-spec-2.0.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/ee4j/authentication/authentication-spec/2.0.0-SNAPSHOT/authentication-spec-2.0.0-SNAPSHOT.zip
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Jakarta Authentication 2.0.0-SNAPSHOT:
[INFO] 
[INFO] Jakarta Authentication ............................. SUCCESS [ 10.329 s]
[INFO] Jakarta Authentication ............................. SUCCESS [  0.206 s]
[INFO] Jakarta Authentication Specification ............... SUCCESS [ 28.647 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  39.734 s
[INFO] Finished at: 2020-07-27T15:28:14Z
[INFO] ------------------------------------------------------------------------
Finished: SUCCESS