Build failed in Jenkins: java-support-v9 #22

Shibboleth Jenkins noreply at shibboleth.net
Wed Jul 6 16:58:11 UTC 2022


See <http://127.0.0.1:1583/jenkins/job/java-support-v9/22/display/redirect?page=changes>

Changes:

[Scott Cantor] Work in progress.

[Scott Cantor] Put back notion of "null" object, and add unit tests.

[Scott Cantor] Add toString impl for debugging.

[Scott Cantor] Implement draft serializer, start on unit tests.

[Scott Cantor] Add more tests.

[Scott Cantor] Deserialization and tests.

[Scott Cantor] Expand encoded character set to match C++.

[Scott Cantor] Tests for parsing bad inputs.

[Scott Cantor] DDF-backed HttpServletRequest implementation.

[Scott Cantor] Unit tests and bug fixes for remoted requests.

[Scott Cantor] WIP on remoted response facade.

[Scott Cantor] Plug in response handling, very likely non-functional at this stage.

[Scott Cantor] Unit tests and bug fixes.

[Scott Cantor] Redo handling of unsafe data, and fix tests.

[Scott Cantor] Add missing accessors for Brent's prototype.

[Scott Cantor] Move LoggingService interface into java-support.

[Scott Cantor] Allow null in setter.

[Scott Cantor] Add 64-bit long support to DDF library.

[Scott Cantor] XML to DDF conversion for agent config file handling.

[Scott Cantor] Fix method access issues.

[Scott Cantor] Jakarta changes.

[Scott Cantor] Move basic database testing helper into java-support.

[Scott Cantor] Push metric helper for reloadable services down into java-support.

[Scott Cantor] Collapse metric prefix and name for simplicity.

[Scott Cantor] Mechanism to extend script contexts dynamically.

[Scott Cantor] Rollback addition of Initializable due to Spring factory method behavior

[Scott Cantor] Adjust script extender API.

[Scott Cantor] Adjust generic setter.

[Scott Cantor] Eclipse files.

[Scott Cantor] Correct accidental change to construction ordering.


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on EC2 (I2) - CentOS7 (i-0d4f44a04d53b5cae) (CentOS7) in workspace <http://127.0.0.1:1583/jenkins/job/java-support-v9/ws/>
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.shibboleth.net/git/java-support
 > git init <http://127.0.0.1:1583/jenkins/job/java-support-v9/ws/> # timeout=10
Fetching upstream changes from https://git.shibboleth.net/git/java-support
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
 > git fetch --tags --progress https://git.shibboleth.net/git/java-support +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.shibboleth.net/git/java-support # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
Checking out Revision 25ac337d3e01c868088fae105b2649b26ae1b556 (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 25ac337d3e01c868088fae105b2649b26ae1b556 # timeout=10
Commit message: "Correct accidental change to construction ordering."
 > git rev-list --no-walk c35e5acba06bdaa53c82e281759ae18b79202f25 # timeout=10
Parsing POMs
Failed to transfer Could not find metadata net.shibboleth:parent:17.0.0-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/parent/17.0.0-SNAPSHOT/maven-metadata.xml
Downloaded artifact https://build.shibboleth.net/maven/snapshots/net/shibboleth/parent/17.0.0-SNAPSHOT/parent-17.0.0-20220706.010207-38.pom
Failed to transfer Could not find artifact org.springframework:spring-framework-bom:pom:6.0.0-M4 in shib-release (https://build.shibboleth.net/maven/releases/)
Failed to transfer Could not find artifact org.springframework:spring-framework-bom:pom:6.0.0-M4 in shib-thirdparty (https://build.shibboleth.net/maven/thirdparty/)
Failed to transfer Could not find artifact org.springframework:spring-framework-bom:pom:6.0.0-M4 in shib-thirdparty-old (https://build.shibboleth.net/nexus/content/repositories/thirdparty/)
Failed to transfer Could not find artifact org.springframework:spring-framework-bom:pom:6.0.0-M4 in central (https://repo1.maven.org/maven2)
Failed to transfer Could not find artifact org.springframework:spring-framework-bom:pom:6.0.0-M4 in spring-milestone (https://repo.spring.io/milestone)
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 org.springframework:spring-framework-bom:pom:6.0.0-M4 in shib-release (https://build.shibboleth.net/maven/releases/) @ net.shibboleth:parent:17.0.0-SNAPSHOT, /home/jenkins/.m2/repository/net/shibboleth/parent/17.0.0-SNAPSHOT/parent-17.0.0-SNAPSHOT.pom, line 397, column 25
[ERROR] 'dependencies.dependency.version' for org.springframework:spring-core:jar is missing. @ line 154, column 21
[ERROR] 'dependencies.dependency.version' for org.springframework:spring-web:jar is missing. @ line 164, column 21

	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:3502)
	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:750)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (I2) - CentOS7 (i-0d4f44a04d53b5cae)
		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:524)
		at hudson.model.Run.execute(Run.java:1897)
		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 org.springframework:spring-framework-bom:pom:6.0.0-M4 in shib-release (https://build.shibboleth.net/maven/releases/) @ net.shibboleth:parent:17.0.0-SNAPSHOT, /home/jenkins/.m2/repository/net/shibboleth/parent/17.0.0-SNAPSHOT/parent-17.0.0-SNAPSHOT.pom, line 397, column 25
[ERROR] 'dependencies.dependency.version' for org.springframework:spring-core:jar is missing. @ line 154, column 21
[ERROR] 'dependencies.dependency.version' for org.springframework:spring-web:jar is missing. @ line 164, column 21

	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
Did not find any matching files.


More information about the commits mailing list