Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[microprofile-dev] Build failed in Jenkins: Health-maven-snapshots #58

See <https://hudson.eclipse.org/microprofile/job/Health-maven-snapshots/58/display/redirect?page=changes>

Changes:

[ike.braun] Fix #55: Cleanup spec documents

------------------------------------------
Started by an SCM change
Building in workspace <https://hudson.eclipse.org/microprofile/job/Health-maven-snapshots/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/microprofile-health.git
 > /usr/local/bin/git init <https://hudson.eclipse.org/microprofile/job/Health-maven-snapshots/ws/> # timeout=10
Fetching upstream changes from https://github.com/eclipse/microprofile-health.git
 > /usr/local/bin/git --version # timeout=10
Setting http proxy: proxy.eclipse.org:9898
 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-health.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/microprofile-health.git # timeout=10
 > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/microprofile-health.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/microprofile-health.git
Setting http proxy: proxy.eclipse.org:9898
 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-health.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 8548e3dff47e44df3c7c06776005b1a594c1596c (refs/remotes/origin/master)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 8548e3dff47e44df3c7c06776005b1a594c1596c
 > /usr/local/bin/git rev-list 08b2b56538b19d51c37ef3c0c893083024f7c95a # timeout=10
Parsing POMs
ERROR: Failed to parse POMs
org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.testng:testng:jar -> version ${testng.version} vs 6.8.21 @ line 114, column 21
[ERROR] Non-resolvable import POM: Could not find artifact org.wildfly.swarm:bom-all:pom:2017.9.0-SNAPSHOT @ line 43, column 25
[ERROR] 'dependencies.dependency.version' for org.wildfly.swarm:jaxrs:jar is missing. @ line 59, column 21
[ERROR] 'dependencies.dependency.version' for org.wildfly.swarm:cdi:jar is missing. @ line 64, column 21
[ERROR] 'dependencies.dependency.version' for org.wildfly.swarm:monitor:jar is missing. @ line 69, column 21
[ERROR] 'dependencies.dependency.version' for org.wildfly.swarm:arquillian:jar is missing. @ line 86, column 21

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1321)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1118)
	at hudson.FilePath.act(FilePath.java:996)
	at hudson.FilePath.act(FilePath.java:974)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:980)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:692)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
	at hudson.model.Run.execute(Run.java:1728)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:544)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:405)
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds


Back to the top