Skip to content
Failed

Console Output

01:42:14 Started by timer
01:42:14 Running as SYSTEM
01:42:14 Agent basic-6mtqb is provisioned from template basic
01:42:14 ---
01:42:14 apiVersion: "v1"
01:42:14 kind: "Pod"
01:42:14 metadata:
01:42:14   labels:
01:42:14     jenkins: "slave"
01:42:14     jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
01:42:14     jenkins/label: "basic"
01:42:14   name: "basic-6mtqb"
01:42:14   namespace: "microprofile"
01:42:14 spec:
01:42:14   containers:
01:42:14   - env:
01:42:14     - name: "JENKINS_SECRET"
01:42:14       value: "********"
01:42:14     - name: "JENKINS_TUNNEL"
01:42:14       value: "jenkins-discovery.microprofile.svc.cluster.local:50000"
01:42:14     - name: "JENKINS_AGENT_NAME"
01:42:14       value: "basic-6mtqb"
01:42:14     - name: "JENKINS_REMOTING_JAVA_OPTS"
01:42:14       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
01:42:14         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
01:42:14     - name: "JAVA_TOOL_OPTIONS"
01:42:14       value: ""
01:42:14     - name: "_JAVA_OPTIONS"
01:42:14       value: ""
01:42:14     - name: "OPENJ9_JAVA_OPTIONS"
01:42:14       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
01:42:14     - name: "JENKINS_NAME"
01:42:14       value: "basic-6mtqb"
01:42:14     - name: "JENKINS_AGENT_WORKDIR"
01:42:14       value: "/home/jenkins/agent"
01:42:14     - name: "JENKINS_URL"
01:42:14       value: "http://jenkins-ui.microprofile.svc.cluster.local/microprofile/"
01:42:14     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
01:42:14     imagePullPolicy: "Always"
01:42:14     name: "jnlp"
01:42:14     resources:
01:42:14       limits:
01:42:14         cpu: "2000m"
01:42:14         memory: "4096Mi"
01:42:14       requests:
01:42:14         cpu: "1000m"
01:42:14         memory: "4096Mi"
01:42:14     tty: true
01:42:14     volumeMounts:
01:42:14     - mountPath: "/home/jenkins/.m2/toolchains.xml"
01:42:14       name: "m2-dir"
01:42:14       readOnly: true
01:42:14       subPath: "toolchains.xml"
01:42:14     - mountPath: "/home/jenkins/.mavenrc"
01:42:14       name: "m2-dir"
01:42:14       readOnly: true
01:42:14       subPath: ".mavenrc"
01:42:14     - mountPath: "/opt/tools"
01:42:14       name: "volume-0"
01:42:14       readOnly: false
01:42:14     - mountPath: "/home/jenkins"
01:42:14       name: "volume-2"
01:42:14       readOnly: false
01:42:14     - mountPath: "/home/jenkins/.m2/repository"
01:42:14       name: "volume-3"
01:42:14       readOnly: false
01:42:14     - mountPath: "/home/jenkins/.m2/settings-security.xml"
01:42:14       name: "m2-secret-dir"
01:42:14       readOnly: true
01:42:14       subPath: "settings-security.xml"
01:42:14     - mountPath: "/home/jenkins/.m2/wrapper"
01:42:14       name: "volume-4"
01:42:14       readOnly: false
01:42:14     - mountPath: "/home/jenkins/.m2/settings.xml"
01:42:14       name: "m2-secret-dir"
01:42:14       readOnly: true
01:42:14       subPath: "settings.xml"
01:42:14     - mountPath: "/home/jenkins/.ssh"
01:42:14       name: "volume-1"
01:42:14       readOnly: false
01:42:14       subPath: ""
01:42:14     - mountPath: "/home/jenkins/agent"
01:42:14       name: "workspace-volume"
01:42:14       readOnly: false
01:42:14     workingDir: "/home/jenkins/agent"
01:42:14   nodeSelector:
01:42:14     kubernetes.io/os: "linux"
01:42:14   restartPolicy: "Never"
01:42:14   volumes:
01:42:14   - name: "volume-0"
01:42:14     persistentVolumeClaim:
01:42:14       claimName: "tools-claim-jiro-microprofile"
01:42:14       readOnly: true
01:42:14   - name: "m2-secret-dir"
01:42:14     secret:
01:42:14       secretName: "m2-secret-dir"
01:42:14   - emptyDir:
01:42:14       medium: ""
01:42:14     name: "volume-2"
01:42:14   - configMap:
01:42:14       name: "m2-dir"
01:42:14     name: "m2-dir"
01:42:14   - configMap:
01:42:14       name: "known-hosts"
01:42:14     name: "volume-1"
01:42:14   - emptyDir:
01:42:14       medium: ""
01:42:14     name: "workspace-volume"
01:42:14   - emptyDir:
01:42:14       medium: ""
01:42:14     name: "volume-4"
01:42:14   - emptyDir:
01:42:14       medium: ""
01:42:14     name: "volume-3"
01:42:14 
01:42:14 Building remotely on basic-6mtqb (basic) in workspace /home/jenkins/agent/workspace/JWT-Auth-maven-snapshots
01:42:14 [WS-CLEANUP] Deleting project workspace...
01:42:14 [WS-CLEANUP] Deferred wipeout is used...
01:42:14 The recommended git tool is: NONE
01:42:17 No credentials specified
01:42:17 Cloning the remote Git repository
01:42:17 Cloning repository https://github.com/eclipse/microprofile-jwt-auth.git
01:42:17  > git init /home/jenkins/agent/workspace/JWT-Auth-maven-snapshots # timeout=10
01:42:17 Fetching upstream changes from https://github.com/eclipse/microprofile-jwt-auth.git
01:42:17  > git --version # timeout=10
01:42:17  > git --version # 'git version 2.20.1'
01:42:17  > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-jwt-auth.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:42:18  > git config remote.origin.url https://github.com/eclipse/microprofile-jwt-auth.git # timeout=10
01:42:18  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
01:42:19 Avoid second fetch
01:42:19  > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
01:42:19 Checking out Revision 5fe1b62e697d57f07b55da73299e487297a04137 (refs/remotes/origin/main)
01:42:19  > git config core.sparsecheckout # timeout=10
01:42:19  > git checkout -f 5fe1b62e697d57f07b55da73299e487297a04137 # timeout=10
01:42:19 Commit message: "Merge pull request #324 from sberyozkin/remove_optional_spec_text"
01:42:20  > git rev-list --no-walk 5fe1b62e697d57f07b55da73299e487297a04137 # timeout=10
01:42:20 Parsing POMs
01:42:28 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/microprofile-parent/2.6/microprofile-parent-2.6.pom
01:42:28 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/microprofile-tck-bom/2.6/microprofile-tck-bom-2.6.pom
01:42:28 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha9/arquillian-bom-1.7.0.Alpha9.pom
01:42:28 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom
01:42:28 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom
01:42:28 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.3/maven-3.6.3.pom
01:42:28 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom
01:42:28 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom
01:42:28 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom
01:42:28 Modules changed, recalculating dependency graph
01:42:29 Established TCP socket on 45267
01:42:29 Copied maven35-agent.jar
01:42:29 Copied maven35-interceptor.jar
01:42:29 Copied maven3-interceptor-commons.jar
01:42:29 [JWT-Auth-maven-snapshots] $ /opt/tools/java/temurin/jdk-11/latest/bin/java -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.8.6/boot/plexus-classworlds-2.6.0.jar:/opt/tools/apache-maven/3.8.6/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.8.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 45267
01:42:30 <===[JENKINS REMOTING CAPACITY]===>channel started
01:42:34 Executing Maven:  -B -f /home/jenkins/agent/workspace/JWT-Auth-maven-snapshots/pom.xml -pl !spec -Peclipse-jarsigner clean install deploy -DaltDeploymentRepository=repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/microprofile-snapshots/
01:42:35 [INFO] Scanning for projects...
01:42:36 [INFO] ------------------------------------------------------------------------
01:42:36 [INFO] Reactor Build Order:
01:42:36 [INFO] 
01:42:36 [INFO] MicroProfile JWT Auth                                              [pom]
01:42:36 [INFO] MicroProfile JWT Auth API                                          [jar]
01:42:36 [INFO] MicroProfile JWT Auth TCK                                          [jar]
01:42:36 [INFO] 
01:42:36 [INFO] -----< org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent >------
01:42:36 [INFO] Building MicroProfile JWT Auth 3.0-SNAPSHOT                        [1/3]
01:42:36 [INFO] --------------------------------[ pom ]---------------------------------
01:42:36 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/rat/apache-rat-plugin/0.13/apache-rat-plugin-0.13.pom
01:42:38 [INFO] ------------------------------------------------------------------------
01:42:38 [INFO] Reactor Summary for MicroProfile JWT Auth 3.0-SNAPSHOT:
01:42:38 [INFO] 
01:42:38 [INFO] MicroProfile JWT Auth .............................. FAILURE [  0.647 s]
01:42:38 [INFO] MicroProfile JWT Auth API .......................... SKIPPED
01:42:38 [INFO] MicroProfile JWT Auth TCK .......................... SKIPPED
01:42:38 [INFO] ------------------------------------------------------------------------
01:42:38 [INFO] BUILD FAILURE
01:42:38 [INFO] ------------------------------------------------------------------------
01:42:38 [INFO] Total time:  3.143 s
01:42:38 [INFO] Finished at: 2024-05-18T05:42:38Z
01:42:38 [INFO] ------------------------------------------------------------------------
01:42:38 [WARNING] The requested profile "eclipse-jarsigner" could not be activated because it does not exist.
01:42:38 Waiting for Jenkins to finish collecting data
01:42:38 [ERROR] Plugin org.apache.rat:apache-rat-plugin:0.13 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.rat:apache-rat-plugin:jar:0.13: Could not transfer artifact org.apache.rat:apache-rat-plugin:pom:0.13 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): authorization failed for https://repo.eclipse.org/content/repositories/maven_central/org/apache/rat/apache-rat-plugin/0.13/apache-rat-plugin-0.13.pom, status: 403 Forbidden -> [Help 1]
01:42:38 [ERROR] 
01:42:38 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
01:42:38 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
01:42:38 [ERROR] 
01:42:38 [ERROR] For more information about the errors and possible solutions, please read the following articles:
01:42:38 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
01:42:38 [JENKINS] Archiving /home/jenkins/agent/workspace/JWT-Auth-maven-snapshots/api/pom.xml to org.eclipse.microprofile.jwt/microprofile-jwt-auth-api/3.0-SNAPSHOT/microprofile-jwt-auth-api-3.0-SNAPSHOT.pom
01:42:38 [JENKINS] Archiving /home/jenkins/agent/workspace/JWT-Auth-maven-snapshots/pom.xml to org.eclipse.microprofile.jwt/microprofile-jwt-auth-parent/3.0-SNAPSHOT/microprofile-jwt-auth-parent-3.0-SNAPSHOT.pom
01:42:38 [JENKINS] Archiving /home/jenkins/agent/workspace/JWT-Auth-maven-snapshots/tck/pom.xml to org.eclipse.microprofile.jwt/microprofile-jwt-auth-tck/3.0-SNAPSHOT/microprofile-jwt-auth-tck-3.0-SNAPSHOT.pom
01:42:39 channel stopped
01:42:39 Sending e-mails to: microprofile-dev@eclipse.org
01:42:39 Finished: FAILURE