You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2022/02/16 14:44:05 UTC

Build failed in Jenkins: TomEE » pull-request #191

See <https://ci-builds.apache.org/job/Tomee/job/pull-request/191/display/redirect>

Changes:


------------------------------------------
GitHub pull request #814 to apache/tomee
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds31 (ubuntu) in workspace <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/>
The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/tomee
 > git init <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/> # timeout=10
Fetching upstream changes from https://github.com/apache/tomee
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --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 config core.sparsecheckout # timeout=10
 > git checkout -f origin/master # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master origin/master # timeout=10
  Opening connection
    Done: 0
  Counting objects
    Done: 20551
  Finding sources
    Done: 0
  Writing objects
    Done: 0
  remote: Updating references
Merging refs/tags/changes/191
 > git rev-parse refs/tags/changes/191^{commit} # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git merge b26e9e640e8f305519b86515300b17d98d00ad23 # timeout=10
FATAL: Command "git merge b26e9e640e8f305519b86515300b17d98d00ad23" returned status code 1:
stdout: Removing tomee/build.xml
Auto-merging tomee/apache-tomee/pom.xml
Auto-merging pom.xml
CONFLICT (content): Merge conflict in pom.xml
Removing examples/websocket-jms/build.xml
Removing examples/webservice-holder/build.xml
Removing examples/webservice-handlerchain/build.xml
Removing examples/webservice-attachments/build.xml
Removing examples/troubleshooting/build.xml
Removing examples/transaction-rollback/build.xml
Removing examples/testing-transactions/build.xml
Removing examples/testing-transactions-bmt/build.xml
Removing examples/testing-security/build.xml
Removing examples/testing-security-meta/build.xml
Removing examples/testing-security-3/build.xml
Removing examples/testing-security-2/build.xml
Removing examples/testcase-injection/build.xml
Removing examples/telephone-stateful/build.xml
Removing examples/simple-webservice/build.xml
Removing examples/simple-stateless/build.xml
Removing examples/simple-stateless-with-descriptor/build.xml
Removing examples/simple-stateless-callbacks/build.xml
Removing examples/simple-stateful/build.xml
Removing examples/simple-stateful-callbacks/build.xml
Removing examples/simple-singleton/build.xml
Removing examples/simple-mdb/build.xml
Removing examples/simple-mdb-with-descriptor/build.xml
Removing examples/simple-mdb-and-cdi/build.xml
Removing examples/simple-jms/build.xml
Removing examples/simple-jms-context/build.xml
Removing examples/schedule-methods/build.xml
Removing examples/schedule-methods-meta/build.xml
Removing examples/schedule-expression/build.xml
Removing examples/movies-complete/build.xml
Removing examples/movies-complete-meta/build.xml
Removing examples/lookup-of-ejbs/build.xml
Removing examples/lookup-of-ejbs-with-descriptor/build.xml
Removing examples/jpa-enumerated/build.xml
Removing examples/interceptors/build.xml
Removing examples/injection-of-env-entry/build.xml
Removing examples/injection-of-entitymanager/build.xml
Removing examples/injection-of-ejbs/build.xml
Removing examples/injection-of-datasource/build.xml
Removing examples/injection-of-connectionfactory/build.xml
Removing examples/helloworld-weblogic/build.xml
Removing examples/custom-injection/build.xml
Removing examples/component-interfaces/build.xml
Removing examples/async-postconstruct/build.xml
Removing examples/async-methods/build.xml
Removing examples/applicationexception/build.xml
Removing examples/application-composer/build.xml
Removing examples/alternate-descriptors/build.xml
Removing examples/access-timeout/build.xml
Removing examples/access-timeout-meta/build.xml
Auto-merging boms/tomee-webprofile/pom.xml
Auto-merging boms/tomee-plus/pom.xml
Auto-merging boms/tomee-plume/pom.xml
Auto-merging boms/tomee-microprofile/pom.xml
Removing assembly/test/build.xml
Automatic merge failed; fix conflicts and then commit the result.

stderr: 
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to builds31
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1001)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
		at com.sun.proxy.$Proxy132.merge(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.merge(RemoteGitImpl.java:457)
		at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl.getCandidateRevisions(BuildChooserImpl.java:106)
		at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1149)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
		at hudson.scm.SCM.checkout(SCM.java:505)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1211)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:636)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:508)
		at hudson.model.Run.execute(Run.java:1906)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
hudson.plugins.git.GitException: Command "git merge b26e9e640e8f305519b86515300b17d98d00ad23" returned status code 1:
stdout: Removing tomee/build.xml
Auto-merging tomee/apache-tomee/pom.xml
Auto-merging pom.xml
CONFLICT (content): Merge conflict in pom.xml
Removing examples/websocket-jms/build.xml
Removing examples/webservice-holder/build.xml
Removing examples/webservice-handlerchain/build.xml
Removing examples/webservice-attachments/build.xml
Removing examples/troubleshooting/build.xml
Removing examples/transaction-rollback/build.xml
Removing examples/testing-transactions/build.xml
Removing examples/testing-transactions-bmt/build.xml
Removing examples/testing-security/build.xml
Removing examples/testing-security-meta/build.xml
Removing examples/testing-security-3/build.xml
Removing examples/testing-security-2/build.xml
Removing examples/testcase-injection/build.xml
Removing examples/telephone-stateful/build.xml
Removing examples/simple-webservice/build.xml
Removing examples/simple-stateless/build.xml
Removing examples/simple-stateless-with-descriptor/build.xml
Removing examples/simple-stateless-callbacks/build.xml
Removing examples/simple-stateful/build.xml
Removing examples/simple-stateful-callbacks/build.xml
Removing examples/simple-singleton/build.xml
Removing examples/simple-mdb/build.xml
Removing examples/simple-mdb-with-descriptor/build.xml
Removing examples/simple-mdb-and-cdi/build.xml
Removing examples/simple-jms/build.xml
Removing examples/simple-jms-context/build.xml
Removing examples/schedule-methods/build.xml
Removing examples/schedule-methods-meta/build.xml
Removing examples/schedule-expression/build.xml
Removing examples/movies-complete/build.xml
Removing examples/movies-complete-meta/build.xml
Removing examples/lookup-of-ejbs/build.xml
Removing examples/lookup-of-ejbs-with-descriptor/build.xml
Removing examples/jpa-enumerated/build.xml
Removing examples/interceptors/build.xml
Removing examples/injection-of-env-entry/build.xml
Removing examples/injection-of-entitymanager/build.xml
Removing examples/injection-of-ejbs/build.xml
Removing examples/injection-of-datasource/build.xml
Removing examples/injection-of-connectionfactory/build.xml
Removing examples/helloworld-weblogic/build.xml
Removing examples/custom-injection/build.xml
Removing examples/component-interfaces/build.xml
Removing examples/async-postconstruct/build.xml
Removing examples/async-methods/build.xml
Removing examples/applicationexception/build.xml
Removing examples/application-composer/build.xml
Removing examples/alternate-descriptors/build.xml
Removing examples/access-timeout/build.xml
Removing examples/access-timeout-meta/build.xml
Auto-merging boms/tomee-webprofile/pom.xml
Auto-merging boms/tomee-plus/pom.xml
Auto-merging boms/tomee-plume/pom.xml
Auto-merging boms/tomee-microprofile/pom.xml
Removing assembly/test/build.xml
Automatic merge failed; fix conflicts and then commit the result.

stderr: 
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2661)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2086)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1986)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1977)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$600(CliGitAPIImpl.java:86)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$3.execute(CliGitAPIImpl.java:945)
	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.merge(AbstractGitAPIImpl.java:88)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.merge(CliGitAPIImpl.java:86)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:902)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:854)
	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)
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/pull-request/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'?"
Putting comment on the pull request

Jenkins build is back to normal : TomEE » pull-request #192

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Tomee/job/pull-request/192/display/redirect?page=changes>