Skip to content

Console Output

02:20:25 Started by timer
02:20:25 Running as SYSTEM
02:20:25 Agent basic-js5n9 is provisioned from template basic
02:20:25 ---
02:20:25 apiVersion: "v1"
02:20:25 kind: "Pod"
02:20:25 metadata:
02:20:25   labels:
02:20:25     jenkins: "slave"
02:20:25     jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
02:20:25     jenkins/label: "basic"
02:20:25   name: "basic-js5n9"
02:20:25   namespace: "microprofile"
02:20:25 spec:
02:20:25   containers:
02:20:25   - env:
02:20:25     - name: "JENKINS_SECRET"
02:20:25       value: "********"
02:20:25     - name: "JENKINS_TUNNEL"
02:20:25       value: "jenkins-discovery.microprofile.svc.cluster.local:50000"
02:20:25     - name: "JENKINS_AGENT_NAME"
02:20:25       value: "basic-js5n9"
02:20:25     - name: "JENKINS_REMOTING_JAVA_OPTS"
02:20:25       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
02:20:25         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
02:20:25     - name: "JAVA_TOOL_OPTIONS"
02:20:25       value: ""
02:20:25     - name: "_JAVA_OPTIONS"
02:20:25       value: ""
02:20:25     - name: "OPENJ9_JAVA_OPTIONS"
02:20:25       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
02:20:25     - name: "JENKINS_NAME"
02:20:25       value: "basic-js5n9"
02:20:25     - name: "JENKINS_AGENT_WORKDIR"
02:20:25       value: "/home/jenkins/agent"
02:20:25     - name: "JENKINS_URL"
02:20:25       value: "http://jenkins-ui.microprofile.svc.cluster.local/microprofile/"
02:20:25     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
02:20:25     imagePullPolicy: "Always"
02:20:25     name: "jnlp"
02:20:25     resources:
02:20:25       limits:
02:20:25         cpu: "2000m"
02:20:25         memory: "4096Mi"
02:20:25       requests:
02:20:25         cpu: "1000m"
02:20:25         memory: "4096Mi"
02:20:25     tty: true
02:20:25     volumeMounts:
02:20:25     - mountPath: "/home/jenkins/.m2/toolchains.xml"
02:20:25       name: "m2-dir"
02:20:25       readOnly: true
02:20:25       subPath: "toolchains.xml"
02:20:25     - mountPath: "/home/jenkins/.mavenrc"
02:20:25       name: "m2-dir"
02:20:25       readOnly: true
02:20:25       subPath: ".mavenrc"
02:20:25     - mountPath: "/opt/tools"
02:20:25       name: "volume-0"
02:20:25       readOnly: false
02:20:25     - mountPath: "/home/jenkins"
02:20:25       name: "volume-2"
02:20:25       readOnly: false
02:20:25     - mountPath: "/home/jenkins/.m2/repository"
02:20:25       name: "volume-3"
02:20:25       readOnly: false
02:20:25     - mountPath: "/home/jenkins/.m2/settings-security.xml"
02:20:25       name: "m2-secret-dir"
02:20:25       readOnly: true
02:20:25       subPath: "settings-security.xml"
02:20:25     - mountPath: "/home/jenkins/.m2/wrapper"
02:20:25       name: "volume-4"
02:20:25       readOnly: false
02:20:25     - mountPath: "/home/jenkins/.m2/settings.xml"
02:20:25       name: "m2-secret-dir"
02:20:25       readOnly: true
02:20:25       subPath: "settings.xml"
02:20:25     - mountPath: "/home/jenkins/.ssh"
02:20:25       name: "volume-1"
02:20:25       readOnly: false
02:20:25       subPath: ""
02:20:25     - mountPath: "/home/jenkins/agent"
02:20:25       name: "workspace-volume"
02:20:25       readOnly: false
02:20:25     workingDir: "/home/jenkins/agent"
02:20:25   nodeSelector:
02:20:25     kubernetes.io/os: "linux"
02:20:25   restartPolicy: "Never"
02:20:25   volumes:
02:20:25   - name: "volume-0"
02:20:25     persistentVolumeClaim:
02:20:25       claimName: "tools-claim-jiro-microprofile"
02:20:25       readOnly: true
02:20:25   - name: "m2-secret-dir"
02:20:25     secret:
02:20:25       secretName: "m2-secret-dir"
02:20:25   - emptyDir:
02:20:25       medium: ""
02:20:25     name: "volume-2"
02:20:25   - configMap:
02:20:25       name: "m2-dir"
02:20:25     name: "m2-dir"
02:20:25   - configMap:
02:20:25       name: "known-hosts"
02:20:25     name: "volume-1"
02:20:25   - emptyDir:
02:20:25       medium: ""
02:20:25     name: "workspace-volume"
02:20:25   - emptyDir:
02:20:25       medium: ""
02:20:25     name: "volume-4"
02:20:25   - emptyDir:
02:20:25       medium: ""
02:20:25     name: "volume-3"
02:20:25 
02:20:25 Building remotely on basic-js5n9 (basic) in workspace /home/jenkins/agent/workspace/LRA-maven-snapshots
02:20:25 [WS-CLEANUP] Deleting project workspace...
02:20:25 [WS-CLEANUP] Deferred wipeout is used...
02:20:25 The recommended git tool is: NONE
02:20:27 No credentials specified
02:20:27 Cloning the remote Git repository
02:20:27 Cloning repository https://github.com/eclipse/microprofile-lra.git
02:20:27  > git init /home/jenkins/agent/workspace/LRA-maven-snapshots # timeout=10
02:20:27 Fetching upstream changes from https://github.com/eclipse/microprofile-lra.git
02:20:27  > git --version # timeout=10
02:20:27  > git --version # 'git version 2.20.1'
02:20:27  > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-lra.git +refs/heads/*:refs/remotes/origin/* # timeout=10
02:20:28  > git config remote.origin.url https://github.com/eclipse/microprofile-lra.git # timeout=10
02:20:28  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
02:20:28 Avoid second fetch
02:20:28  > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
02:20:28 Checking out Revision 13a2c0f7bf9ba6d8e52fdbb854895527f20034b7 (refs/remotes/origin/main)
02:20:28  > git config core.sparsecheckout # timeout=10
02:20:28  > git checkout -f 13a2c0f7bf9ba6d8e52fdbb854895527f20034b7 # timeout=10
02:20:29 Commit message: "[maven-release-plugin] prepare for next development iteration"
02:20:29  > git rev-list --no-walk 13a2c0f7bf9ba6d8e52fdbb854895527f20034b7 # timeout=10
02:20:29 [LRA-maven-snapshots] $ /bin/sh -xe /tmp/jenkins12079633208543105967.sh
02:20:29 + gpg --batch --import ****
02:20:29 gpg: directory '/home/jenkins/.gnupg' created
02:20:29 gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
02:20:29 gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
02:20:29 gpg: key 2733B6177E5CD6D5: public key "Eclipse Microprofile Project <microprofile-dev@eclipse.org>" imported
02:20:29 gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
02:20:29 gpg: key 2733B6177E5CD6D5: secret key imported
02:20:29 gpg: Total number processed: 1
02:20:29 gpg:               imported: 1
02:20:29 gpg:       secret keys read: 1
02:20:29 gpg:   secret keys imported: 1
02:20:29 ++ gpg --list-keys --with-colons
02:20:29 ++ awk -F: '/fpr:/ {print $10}'
02:20:29 ++ sort -u
02:20:29 + for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
02:20:29 + echo -e '5\ny\n'
02:20:29 + gpg --batch --command-fd 0 --expert --edit-key AE45A395EBE91C8A5E77502390F02A85133A7738 trust
02:20:29 Secret subkeys are available.
02:20:29 
02:20:29 pub  rsa4096/2733B6177E5CD6D5
02:20:29      created: 2017-10-10  expires: 2027-10-17  usage: SCEA
02:20:29      trust: unknown       validity: unknown
02:20:29 ssb  rsa4096/90F02A85133A7738
02:20:29      created: 2017-10-10  expires: 2027-10-17  usage: S   
02:20:29 [ unknown] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>
02:20:29 
02:20:29 pub  rsa4096/2733B6177E5CD6D5
02:20:29      created: 2017-10-10  expires: 2027-10-17  usage: SCEA
02:20:29      trust: unknown       validity: unknown
02:20:29 ssb  rsa4096/90F02A85133A7738
02:20:29      created: 2017-10-10  expires: 2027-10-17  usage: S   
02:20:29 [ unknown] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>
02:20:29 
02:20:29 Please decide how far you trust this user to correctly verify other users' keys
02:20:29 (by looking at passports, checking fingerprints from different sources, etc.)
02:20:29 
02:20:29   1 = I don't know or won't say
02:20:29   2 = I do NOT trust
02:20:29   3 = I trust marginally
02:20:29   4 = I trust fully
02:20:29   5 = I trust ultimately
02:20:29   m = back to the main menu
02:20:29 
02:20:29 
02:20:29 pub  rsa4096/2733B6177E5CD6D5
02:20:29      created: 2017-10-10  expires: 2027-10-17  usage: SCEA
02:20:29      trust: ultimate      validity: unknown
02:20:29 ssb  rsa4096/90F02A85133A7738
02:20:29      created: 2017-10-10  expires: 2027-10-17  usage: S   
02:20:29 [ unknown] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>
02:20:29 Please note that the shown key validity is not necessarily correct
02:20:29 unless you restart the program.
02:20:29 
02:20:29 + for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
02:20:29 + echo -e '5\ny\n'
02:20:29 + gpg --batch --command-fd 0 --expert --edit-key FEE97C6B44364F385E419CE22733B6177E5CD6D5 trust
02:20:29 Secret subkeys are available.
02:20:29 
02:20:29 gpg: checking the trustdb
02:20:29 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
02:20:29 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
02:20:29 gpg: next trustdb check due at 2027-10-17
02:20:29 pub  rsa4096/2733B6177E5CD6D5
02:20:29      created: 2017-10-10  expires: 2027-10-17  usage: SCEA
02:20:29      trust: ultimate      validity: ultimate
02:20:29 ssb  rsa4096/90F02A85133A7738
02:20:29      created: 2017-10-10  expires: 2027-10-17  usage: S   
02:20:29 [ultimate] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>
02:20:29 
02:20:29 pub  rsa4096/2733B6177E5CD6D5
02:20:29      created: 2017-10-10  expires: 2027-10-17  usage: SCEA
02:20:29      trust: ultimate      validity: ultimate
02:20:29 ssb  rsa4096/90F02A85133A7738
02:20:29      created: 2017-10-10  expires: 2027-10-17  usage: S   
02:20:29 [ultimate] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>
02:20:29 
02:20:29 Please decide how far you trust this user to correctly verify other users' keys
02:20:29 (by looking at passports, checking fingerprints from different sources, etc.)
02:20:29 
02:20:29   1 = I don't know or won't say
02:20:29   2 = I do NOT trust
02:20:29   3 = I trust marginally
02:20:29   4 = I trust fully
02:20:29   5 = I trust ultimately
02:20:29   m = back to the main menu
02:20:29 
02:20:29 
02:20:29 pub  rsa4096/2733B6177E5CD6D5
02:20:29      created: 2017-10-10  expires: 2027-10-17  usage: SCEA
02:20:29      trust: ultimate      validity: ultimate
02:20:29 ssb  rsa4096/90F02A85133A7738
02:20:29      created: 2017-10-10  expires: 2027-10-17  usage: S   
02:20:29 [ultimate] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>
02:20:29 
02:20:29 Parsing POMs
02:20:35 Failed to transfer Could not transfer artifact org.eclipse.microprofile:microprofile-parent:pom:2.4 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/eclipse/microprofile/microprofile-parent/2.4/microprofile-parent-2.4.pom, status: 403 Forbidden
02:20:35 ERROR: Failed to parse POMs
02:20:35 hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
02:20:35 [FATAL] Non-resolvable parent POM for org.eclipse.microprofile.lra:microprofile-lra-parent:2.1-SNAPSHOT: Could not transfer artifact org.eclipse.microprofile:microprofile-parent:pom:2.4 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/eclipse/microprofile/microprofile-parent/2.4/microprofile-parent-2.4.pom, status: 403 Forbidden and 'parent.relativePath' points at wrong local POM @ line 20, column 13
02:20:35 
02:20:35 	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1391)
02:20:35 	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1124)
02:20:35 	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3616)
02:20:35 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
02:20:35 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
02:20:35 	at hudson.remoting.Request$2.run(Request.java:377)
02:20:35 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
02:20:35 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
02:20:35 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
02:20:35 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
02:20:35 	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:125)
02:20:35 	at java.base/java.lang.Thread.run(Thread.java:839)
02:20:35 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.66.62/10.40.66.62:53960
02:20:35 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
02:20:35 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
02:20:35 		at hudson.remoting.Channel.call(Channel.java:1003)
02:20:35 		at hudson.FilePath.act(FilePath.java:1230)
02:20:35 		at hudson.FilePath.act(FilePath.java:1219)
02:20:35 		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
02:20:35 		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:689)
02:20:35 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:526)
02:20:35 		at hudson.model.Run.execute(Run.java:1895)
02:20:35 		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
02:20:35 		at hudson.model.ResourceController.execute(ResourceController.java:101)
02:20:35 		at hudson.model.Executor.run(Executor.java:442)
02:20:35 Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
02:20:35 [FATAL] Non-resolvable parent POM for org.eclipse.microprofile.lra:microprofile-lra-parent:2.1-SNAPSHOT: Could not transfer artifact org.eclipse.microprofile:microprofile-parent:pom:2.4 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/eclipse/microprofile/microprofile-parent/2.4/microprofile-parent-2.4.pom, status: 403 Forbidden and 'parent.relativePath' points at wrong local POM @ line 20, column 13
02:20:35 
02:20:35 	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:397)
02:20:35 	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:370)
02:20:35 	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:340)
02:20:35 	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1330)
02:20:35 	... 11 more
02:20:36 Sending e-mails to: microprofile-dev@eclipse.org
02:20:36 Finished: FAILURE