See 
<https://ci-builds.apache.org/job/Tomee/job/master-build-full/1248/display/redirect?page=changes>

Changes:

[Jonathan Gallimore] TOMEE-3902: Allow properties to be injected into any 
activation properties

[Jonathan Gallimore] TOMEE-3902 missed on last commit


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds47 (tmp-22 ubuntu) in workspace 
<https://ci-builds.apache.org/job/Tomee/job/master-build-full/ws/>
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/apache/tomee
 > git init <https://ci-builds.apache.org/job/Tomee/job/master-build-full/ws/> 
 > # timeout=10
Fetching upstream changes from https://github.com/apache/tomee
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://github.com/apache/tomee 
 > +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/tomee # 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 a7ebec3cfb589ad948a646a1c739317eb2321f72 
(refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a7ebec3cfb589ad948a646a1c739317eb2321f72 # timeout=10
Commit message: "TOMEE-3902 missed on last commit"
 > git rev-list --no-walk e29bfd7765257bb954c93edb7ca3320a0f378220 # timeout=10
Parsing POMs
Failed to transfer Could not find artifact 
org.arquillian:arquillian-universe:pom:1.2.0.1 in apache-m2-snapshot 
(https://repository.apache.org/content/groups/snapshots)
Downloaded artifact 
https://repo.maven.apache.org/maven2/org/arquillian/arquillian-universe/1.2.0.1/arquillian-universe-1.2.0.1.pom
Failed to transfer Could not find artifact 
org.arquillian.universe:arquillian-universe-parent:pom:1.2.0.1 in 
apache-m2-snapshot (https://repository.apache.org/content/groups/snapshots)
Downloaded artifact 
https://repo.maven.apache.org/maven2/org/arquillian/universe/arquillian-universe-parent/1.2.0.1/arquillian-universe-parent-1.2.0.1.pom
Failed to transfer Could not find artifact 
org.arquillian.universe:arquillian-core:pom:1.2.0.1 in apache-m2-snapshot 
(https://repository.apache.org/content/groups/snapshots)
Downloaded artifact 
https://repo.maven.apache.org/maven2/org/arquillian/universe/arquillian-core/1.2.0.1/arquillian-core-1.2.0.1.pom
Failed to transfer Could not find artifact 
org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-bom:pom:3.0.1 in 
apache-m2-snapshot (https://repository.apache.org/content/groups/snapshots)
Downloaded artifact 
https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.0.1/shrinkwrap-resolver-bom-3.0.1.pom
Failed to transfer Could not find artifact 
org.jboss.arquillian:arquillian-bom:pom:1.2.0.Final in apache-m2-snapshot 
(https://repository.apache.org/content/groups/snapshots)
Downloaded artifact 
https://repo.maven.apache.org/maven2/org/jboss/arquillian/arquillian-bom/1.2.0.Final/arquillian-bom-1.2.0.Final.pom
Failed to transfer Could not find artifact 
org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-bom:pom:2.0.0 in 
apache-m2-snapshot (https://repository.apache.org/snapshots)
Downloaded artifact 
https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/2.0.0/shrinkwrap-resolver-bom-2.0.0.pom
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:
[FATAL] Non-resolvable parent POM for 
org.apache.tomee.itests:ejb:9.1.3-SNAPSHOT: Could not find artifact 
org.apache.tomee:itests:pom:9.1.3-SNAPSHOT and 'parent.relativePath' points at 
wrong local POM @ line 23, column 11
[WARNING] 'build.plugins.plugin.version' for 
org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 42, column 15
[WARNING] 'build.plugins.plugin.version' for 
org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 45, column 15

        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:3578)
        at hudson.remoting.UserRequest.perform(UserRequest.java:211)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:377)
        at 
hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:829)
        Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to 
builds47
                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:1192)
                at hudson.FilePath.act(FilePath.java:1181)
                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:526)
                at hudson.model.Run.execute(Run.java:1900)
                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:
[FATAL] Non-resolvable parent POM for 
org.apache.tomee.itests:ejb:9.1.3-SNAPSHOT: Could not find artifact 
org.apache.tomee:itests:pom:9.1.3-SNAPSHOT and 'parent.relativePath' points at 
wrong local POM @ line 23, column 11
[WARNING] 'build.plugins.plugin.version' for 
org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 42, column 15
[WARNING] 'build.plugins.plugin.version' for 
org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 45, column 15

        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
INFO: Processing JUnit
ERROR: Step ‘Publish xUnit test result report’ failed: [JUnit] - No test report 
file(s) were found with the pattern '**/target/surefire-reports/TEST-*.xml' 
relative to 
'<https://ci-builds.apache.org/job/Tomee/job/master-build-full/ws/'> for the 
testing framework 'JUnit'.
Did you enter a pattern relative to (and within) the workspace directory?
Did you generate the result report(s) for 'JUnit'?"

Reply via email to