Build failed in Jenkins: java-idp-oidc-v2 #1067
Shibboleth Jenkins
noreply at shibboleth.net
Wed Apr 27 14:36:58 UTC 2022
See <http://127.0.0.1:1583/jenkins/job/java-idp-oidc-v2/1067/display/redirect?page=changes>
Changes:
[Scott Cantor] JOIDC-7 - Support JWT access tokens for code or implicit grants
[Scott Cantor] Bump commons dependency.
------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on EC2 (I2) - CentOS7 (i-05e6aa755c12c2873) (CentOS7) in workspace <http://127.0.0.1:1583/jenkins/job/java-idp-oidc-v2/ws/>
The recommended git tool is: NONE
No credentials specified
> git rev-parse --resolve-git-dir <http://127.0.0.1:1583/jenkins/job/java-idp-oidc-v2/ws/.git> # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://git.shibboleth.net/git/java-idp-oidc # timeout=10
Fetching upstream changes from https://git.shibboleth.net/git/java-idp-oidc
> git --version # timeout=10
> git --version # 'git version 1.8.3.1'
> git fetch --tags --progress https://git.shibboleth.net/git/java-idp-oidc +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/main^{commit} # timeout=10
Checking out Revision 509bc9a20badf8db216cba850b734b7e35be96bc (refs/remotes/origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 509bc9a20badf8db216cba850b734b7e35be96bc # timeout=10
Commit message: "Bump commons dependency."
> git rev-list --no-walk b008de0e55ed7044e299f02c31bd2b8b7ae0748c # timeout=10
Parsing POMs
Failed to transfer Could not find metadata net.shibboleth.idp.plugin.oidc:idp-plugin-oidc-op-parent:3.1.2-SNAPSHOT/maven-metadata.xml in shib-thirdparty-snapshot (https://build.shibboleth.net/maven/thirdparty-snapshots/)
Downloaded artifact https://build.shibboleth.net/maven/snapshots/net/shibboleth/idp/plugin/oidc/idp-plugin-oidc-op-parent/3.1.2-SNAPSHOT/maven-metadata.xml
Downloaded artifact https://build.shibboleth.net/maven/snapshots/net/shibboleth/idp/plugin/oidc/idp-plugin-oidc-op-parent/3.1.2-SNAPSHOT/idp-plugin-oidc-op-parent-3.1.2-20220427.014012-6.pom
Failed to transfer Could not find metadata net.shibboleth.oidc:oidc-common-bom:2.1.0-SNAPSHOT/maven-metadata.xml in shib-thirdparty-snapshot (https://build.shibboleth.net/maven/thirdparty-snapshots/)
Failed to transfer Could not find metadata net.shibboleth.oidc:oidc-common-bom:2.1.0-SNAPSHOT/maven-metadata.xml in shib-snapshot (https://build.shibboleth.net/maven/snapshots/)
Failed to transfer Could not find artifact net.shibboleth.oidc:oidc-common-bom:pom:2.1.0-SNAPSHOT in shib-snapshot (https://build.shibboleth.net/maven/snapshots/)
Failed to transfer Could not find artifact net.shibboleth.oidc:oidc-common-bom:pom:2.1.0-SNAPSHOT in shib-thirdparty-snapshot (https://build.shibboleth.net/maven/thirdparty-snapshots/)
ERROR: Failed to parse POMs
hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: Could not find artifact net.shibboleth.oidc:oidc-common-bom:pom:2.1.0-SNAPSHOT in shib-snapshot (https://build.shibboleth.net/maven/snapshots/) @ line 90, column 26
at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1391)
at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1124)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3487)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:376)
at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (I2) - CentOS7 (i-05e6aa755c12c2873)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1000)
at hudson.FilePath.act(FilePath.java:1194)
at hudson.FilePath.act(FilePath.java:1183)
at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:689)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:522)
at hudson.model.Run.execute(Run.java:1896)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:442)
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: Could not find artifact net.shibboleth.oidc:oidc-common-bom:pom:2.1.0-SNAPSHOT in shib-snapshot (https://build.shibboleth.net/maven/snapshots/) @ line 90, column 26
at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:397)
at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:370)
at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:340)
at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1330)
... 10 more
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
Saving reports...
Found matching files but did not find any TestNG results.
More information about the commits
mailing list