See <https://ci-builds.apache.org/job/Tomee/job/pull-request/197/display/redirect>
Changes: ------------------------------------------ [...truncated 536 B...] 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: 2516 Finding sources Done: 0 Writing objects Done: 0 remote: Updating references Merging refs/tags/changes/197 > git rev-parse refs/tags/changes/197^{commit} # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 > git merge 48a5f6402196018e289726cf71a0116c58749dc0 # timeout=10 FATAL: Command "git merge 48a5f6402196018e289726cf71a0116c58749dc0" returned status code 1: stdout: Removing tomee/build.xml Auto-merging server/openejb-cxf-rs/src/main/java/org/apache/openejb/server/cxf/rs/CxfRsHttpListener.java Auto-merging pom.xml CONFLICT (content): Merge conflict in pom.xml Auto-merging itests/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 Auto-merging examples/tomee-jms-portability/pom.xml CONFLICT (content): Merge conflict in examples/tomee-jms-portability/pom.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 Auto-merging examples/simple-ear/pom.xml Removing examples/schedule-methods/build.xml Removing examples/schedule-methods-meta/build.xml Removing examples/schedule-expression/build.xml Auto-merging examples/rest-sse-example/pom.xml Auto-merging examples/rest-example-with-application/pom.xml Auto-merging examples/resources-jmx-example/pom.xml Auto-merging examples/resources-declared-in-webapp/pom.xml Auto-merging examples/quartz-app/pom.xml Auto-merging examples/pom.xml Auto-merging examples/pojo-webservice/pom.xml Auto-merging examples/mp-jsonb-configuration/pom.xml Removing examples/movies-complete/build.xml Removing examples/movies-complete-meta/build.xml Auto-merging examples/mbean-auto-registration/pom.xml Removing examples/lookup-of-ejbs/build.xml Removing examples/lookup-of-ejbs-with-descriptor/build.xml Removing examples/jpa-enumerated/build.xml Auto-merging examples/javamail-velocity/pom.xml CONFLICT (content): Merge conflict in examples/javamail-velocity/pom.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 Auto-merging examples/connector-ear/pom.xml Removing examples/component-interfaces/build.xml Auto-merging examples/change-jaxws-url/pom.xml CONFLICT (content): Merge conflict in examples/change-jaxws-url/pom.xml Auto-merging examples/cdi-dynamic-inject/pom.xml Auto-merging examples/bval-evaluation-redeployment/pom.xml Auto-merging examples/bean-validation-design-by-contract/pom.xml Removing examples/async-postconstruct/build.xml Removing examples/async-methods/build.xml Removing examples/applicationexception/build.xml Removing examples/application-composer/build.xml Auto-merging examples/applet/pom.xml Removing examples/alternate-descriptors/build.xml Removing examples/access-timeout/build.xml Removing examples/access-timeout-meta/build.xml Removing docs/refcard/.DS_Store Removing docs/developer/.DS_Store Removing docs/contrib/.DS_Store Removing docs/advanced/.DS_Store Removing docs/admin/.DS_Store Removing docs/.DS_Store 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:1797) 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.$Proxy165.merge(Unknown Source) at org.jenkinsci.plugins.gitclient.RemoteGitImpl.merge(RemoteGitImpl.java:455) at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl.getCandidateRevisions(BuildChooserImpl.java:106) at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1150) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1303) at hudson.scm.SCM.checkout(SCM.java:505) at hudson.model.AbstractProject.checkout(AbstractProject.java:1213) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:637) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:509) at hudson.model.Run.execute(Run.java:1888) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543) at hudson.model.ResourceController.execute(ResourceController.java:99) at hudson.model.Executor.run(Executor.java:432) hudson.plugins.git.GitException: Command "git merge 48a5f6402196018e289726cf71a0116c58749dc0" returned status code 1: stdout: Removing tomee/build.xml Auto-merging server/openejb-cxf-rs/src/main/java/org/apache/openejb/server/cxf/rs/CxfRsHttpListener.java Auto-merging pom.xml CONFLICT (content): Merge conflict in pom.xml Auto-merging itests/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 Auto-merging examples/tomee-jms-portability/pom.xml CONFLICT (content): Merge conflict in examples/tomee-jms-portability/pom.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 Auto-merging examples/simple-ear/pom.xml Removing examples/schedule-methods/build.xml Removing examples/schedule-methods-meta/build.xml Removing examples/schedule-expression/build.xml Auto-merging examples/rest-sse-example/pom.xml Auto-merging examples/rest-example-with-application/pom.xml Auto-merging examples/resources-jmx-example/pom.xml Auto-merging examples/resources-declared-in-webapp/pom.xml Auto-merging examples/quartz-app/pom.xml Auto-merging examples/pom.xml Auto-merging examples/pojo-webservice/pom.xml Auto-merging examples/mp-jsonb-configuration/pom.xml Removing examples/movies-complete/build.xml Removing examples/movies-complete-meta/build.xml Auto-merging examples/mbean-auto-registration/pom.xml Removing examples/lookup-of-ejbs/build.xml Removing examples/lookup-of-ejbs-with-descriptor/build.xml Removing examples/jpa-enumerated/build.xml Auto-merging examples/javamail-velocity/pom.xml CONFLICT (content): Merge conflict in examples/javamail-velocity/pom.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 Auto-merging examples/connector-ear/pom.xml Removing examples/component-interfaces/build.xml Auto-merging examples/change-jaxws-url/pom.xml CONFLICT (content): Merge conflict in examples/change-jaxws-url/pom.xml Auto-merging examples/cdi-dynamic-inject/pom.xml Auto-merging examples/bval-evaluation-redeployment/pom.xml Auto-merging examples/bean-validation-design-by-contract/pom.xml Removing examples/async-postconstruct/build.xml Removing examples/async-methods/build.xml Removing examples/applicationexception/build.xml Removing examples/application-composer/build.xml Auto-merging examples/applet/pom.xml Removing examples/alternate-descriptors/build.xml Removing examples/access-timeout/build.xml Removing examples/access-timeout-meta/build.xml Removing docs/refcard/.DS_Store Removing docs/developer/.DS_Store Removing docs/contrib/.DS_Store Removing docs/advanced/.DS_Store Removing docs/admin/.DS_Store Removing docs/.DS_Store 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:2671) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2096) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1996) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1987) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$600(CliGitAPIImpl.java:84) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$3.execute(CliGitAPIImpl.java:955) at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.merge(AbstractGitAPIImpl.java:88) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.merge(CliGitAPIImpl.java:84) 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
