Skip to content
Failed

Console Output

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