02:53:13 Started by timer 02:53:13 Running as SYSTEM 02:53:13 Agent basic-l31g9 is provisioned from template basic 02:53:13 --- 02:53:13 apiVersion: "v1" 02:53:13 kind: "Pod" 02:53:13 metadata: 02:53:13 labels: 02:53:13 jenkins: "slave" 02:53:13 jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" 02:53:13 jenkins/label: "basic" 02:53:13 name: "basic-l31g9" 02:53:13 namespace: "microprofile" 02:53:13 spec: 02:53:13 containers: 02:53:13 - env: 02:53:13 - name: "JENKINS_SECRET" 02:53:13 value: "********" 02:53:13 - name: "JENKINS_TUNNEL" 02:53:13 value: "jenkins-discovery.microprofile.svc.cluster.local:50000" 02:53:13 - name: "JENKINS_AGENT_NAME" 02:53:13 value: "basic-l31g9" 02:53:13 - name: "JENKINS_REMOTING_JAVA_OPTS" 02:53:13 value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ 02:53:13 \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" 02:53:13 - name: "JAVA_TOOL_OPTIONS" 02:53:13 value: "" 02:53:13 - name: "_JAVA_OPTIONS" 02:53:13 value: "" 02:53:13 - name: "OPENJ9_JAVA_OPTIONS" 02:53:13 value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" 02:53:13 - name: "JENKINS_NAME" 02:53:13 value: "basic-l31g9" 02:53:13 - name: "JENKINS_AGENT_WORKDIR" 02:53:13 value: "/home/jenkins/agent" 02:53:13 - name: "JENKINS_URL" 02:53:13 value: "http://jenkins-ui.microprofile.svc.cluster.local/microprofile/" 02:53:13 image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" 02:53:13 imagePullPolicy: "Always" 02:53:13 name: "jnlp" 02:53:13 resources: 02:53:13 limits: 02:53:13 cpu: "2000m" 02:53:13 memory: "4096Mi" 02:53:13 requests: 02:53:13 cpu: "1000m" 02:53:13 memory: "4096Mi" 02:53:13 tty: true 02:53:13 volumeMounts: 02:53:13 - mountPath: "/home/jenkins/.m2/toolchains.xml" 02:53:13 name: "m2-dir" 02:53:13 readOnly: true 02:53:13 subPath: "toolchains.xml" 02:53:13 - mountPath: "/home/jenkins/.mavenrc" 02:53:13 name: "m2-dir" 02:53:13 readOnly: true 02:53:13 subPath: ".mavenrc" 02:53:13 - mountPath: "/opt/tools" 02:53:13 name: "volume-0" 02:53:13 readOnly: false 02:53:13 - mountPath: "/home/jenkins" 02:53:13 name: "volume-2" 02:53:13 readOnly: false 02:53:13 - mountPath: "/home/jenkins/.m2/repository" 02:53:13 name: "volume-3" 02:53:13 readOnly: false 02:53:13 - mountPath: "/home/jenkins/.m2/settings-security.xml" 02:53:13 name: "m2-secret-dir" 02:53:13 readOnly: true 02:53:13 subPath: "settings-security.xml" 02:53:13 - mountPath: "/home/jenkins/.m2/wrapper" 02:53:13 name: "volume-4" 02:53:13 readOnly: false 02:53:13 - mountPath: "/home/jenkins/.m2/settings.xml" 02:53:13 name: "m2-secret-dir" 02:53:13 readOnly: true 02:53:13 subPath: "settings.xml" 02:53:13 - mountPath: "/home/jenkins/.ssh" 02:53:13 name: "volume-1" 02:53:13 readOnly: false 02:53:13 subPath: "" 02:53:13 - mountPath: "/home/jenkins/agent" 02:53:13 name: "workspace-volume" 02:53:13 readOnly: false 02:53:13 workingDir: "/home/jenkins/agent" 02:53:13 nodeSelector: 02:53:13 kubernetes.io/os: "linux" 02:53:13 restartPolicy: "Never" 02:53:13 volumes: 02:53:13 - name: "volume-0" 02:53:13 persistentVolumeClaim: 02:53:13 claimName: "tools-claim-jiro-microprofile" 02:53:13 readOnly: true 02:53:13 - name: "m2-secret-dir" 02:53:13 secret: 02:53:13 secretName: "m2-secret-dir" 02:53:13 - emptyDir: 02:53:13 medium: "" 02:53:13 name: "volume-2" 02:53:13 - configMap: 02:53:13 name: "m2-dir" 02:53:13 name: "m2-dir" 02:53:13 - configMap: 02:53:13 name: "known-hosts" 02:53:13 name: "volume-1" 02:53:13 - emptyDir: 02:53:13 medium: "" 02:53:13 name: "workspace-volume" 02:53:13 - emptyDir: 02:53:13 medium: "" 02:53:13 name: "volume-4" 02:53:13 - emptyDir: 02:53:13 medium: "" 02:53:13 name: "volume-3" 02:53:13 02:53:13 Building remotely on basic-l31g9 (basic) in workspace /home/jenkins/agent/workspace/reactive-messaging-maven-snapshots 02:53:13 [WS-CLEANUP] Deleting project workspace... 02:53:13 [WS-CLEANUP] Deferred wipeout is used... 02:53:13 The recommended git tool is: NONE 02:53:16 No credentials specified 02:53:16 Cloning the remote Git repository 02:53:16 Cloning repository https://github.com/eclipse/microprofile-reactive-messaging.git 02:53:16 > git init /home/jenkins/agent/workspace/reactive-messaging-maven-snapshots # timeout=10 02:53:16 Fetching upstream changes from https://github.com/eclipse/microprofile-reactive-messaging.git 02:53:16 > git --version # timeout=10 02:53:16 > git --version # 'git version 2.20.1' 02:53:16 > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-reactive-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:53:16 > git config remote.origin.url https://github.com/eclipse/microprofile-reactive-messaging.git # timeout=10 02:53:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:53:17 Avoid second fetch 02:53:17 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 02:53:17 Checking out Revision e025074fff4c59a628fe8a255be8e81b637bf7a2 (refs/remotes/origin/main) 02:53:17 > git config core.sparsecheckout # timeout=10 02:53:17 > git checkout -f e025074fff4c59a628fe8a255be8e81b637bf7a2 # timeout=10 02:53:18 Commit message: "Merge pull request #164 from abutch3r/flaky_emitter_overflow_fail_tck" 02:53:18 > git rev-list --no-walk e025074fff4c59a628fe8a255be8e81b637bf7a2 # timeout=10 02:53:18 Parsing POMs 02:53:24 Failed to transfer Could not transfer artifact org.eclipse.microprofile:microprofile-parent:pom:2.8 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.8/microprofile-parent-2.8.pom, status: 403 Forbidden 02:53:24 ERROR: Failed to parse POMs 02:53:24 hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs: 02:53:24 [FATAL] Non-resolvable parent POM for org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-parent:3.1-SNAPSHOT: Could not transfer artifact org.eclipse.microprofile:microprofile-parent:pom:2.8 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.8/microprofile-parent-2.8.pom, status: 403 Forbidden and 'parent.relativePath' points at wrong local POM @ line 25, column 13 02:53:24 02:53:24 at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1391) 02:53:24 at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1124) 02:53:24 at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3616) 02:53:24 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 02:53:24 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 02:53:24 at hudson.remoting.Request$2.run(Request.java:377) 02:53:24 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 02:53:24 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 02:53:24 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 02:53:24 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 02:53:24 at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:125) 02:53:24 at java.base/java.lang.Thread.run(Thread.java:839) 02:53:24 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.56.123/10.40.56.123:33594 02:53:24 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) 02:53:24 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 02:53:24 at hudson.remoting.Channel.call(Channel.java:1003) 02:53:24 at hudson.FilePath.act(FilePath.java:1230) 02:53:24 at hudson.FilePath.act(FilePath.java:1219) 02:53:24 at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985) 02:53:24 at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:689) 02:53:24 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:526) 02:53:24 at hudson.model.Run.execute(Run.java:1895) 02:53:24 at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543) 02:53:24 at hudson.model.ResourceController.execute(ResourceController.java:101) 02:53:24 at hudson.model.Executor.run(Executor.java:442) 02:53:24 Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs: 02:53:24 [FATAL] Non-resolvable parent POM for org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-parent:3.1-SNAPSHOT: Could not transfer artifact org.eclipse.microprofile:microprofile-parent:pom:2.8 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.8/microprofile-parent-2.8.pom, status: 403 Forbidden and 'parent.relativePath' points at wrong local POM @ line 25, column 13 02:53:24 02:53:24 at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:397) 02:53:24 at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:370) 02:53:24 at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:340) 02:53:24 at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1330) 02:53:24 ... 11 more 02:53:24 Sending e-mails to: microprofile-dev@eclipse.org 02:53:24 Finished: FAILURE