Skip to content

Console Output

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