[jbosstools-dev] Fwd: Build failed in Jenkins: jbosstools-javaee_master #541

Victor Rubezhny vrubezhny at exadel.com
Mon Feb 3 17:19:15 EST 2014


Looks like we don't even need to run something like jstack...
When I'm doing "kill -3 <JVM PID>" I'm getting almost the same 
stacktrace in the JVM's console, and it looks that doing so at Jenkins 
will produce the same result in Job's console output.

Does somebody know how a process is killed in Jenkins because of 
timeout? Can we override or customize it?

/Victor

On 02/04/2014 12:27 AM, Denis Golovin wrote:
> Could you try to add java shutdown hook
>
> Runtime. addShutdownHook(Thread hook)
>
> then in hook get process id using
>
> ManagementFactory.getRuntimeMXBean().getName()
>
> and then exec external process $java.home+"/../bin/jstack $id" and 
> redirect this process std out to console.
>
> Not sure if Runtime.exec() would work inside hook thread.
>
> Denis
>
> On 02/02/2014 04:29 PM, Victor Rubezhny wrote:
>> Correction inside:
>>
>> On 02/03/2014 04:12 AM, Victor Rubezhny wrote:
>>> Hi All!
>>>
>>> Have a question regarding the timed out tests on Jenkins...
>>>
>>> Is it possible to run something like:
>>>> jstack -F <PID> | tee somedir/jstack.log
>> probably it'll be better to use PID in log name too (due not to 
>> overwrite existing logs):
>>
>>> jstack -F <PID> | tee somedir/jstack.<PID>.log
>> /Victor
>>
>>> right before the killing process by time out?
>>>
>>> In my local environment I'm facing a number of deadlocks/hang ups 
>>> when running JUnit tests and I want to see if my situation is the 
>>> same as what happening on Jenkins.
>>>
>>> Thanks in advance,
>>> Victor
>>>
>>>
>>> -------- Original Message --------
>>> Subject: 	Build failed in Jenkins: jbosstools-javaee_master #541
>>> Date: 	Sun, 2 Feb 2014 06:55:43 -0500 (EST)
>>> From: 	ci-builds at redhat.com
>>> To: 	jbosstools-builds at lists.jboss.org, akazakov at exadel.com, 
>>> mistria at redhat.com, vrubezhny at exadel.com, scabanovich at exadel.com, 
>>> daniel at passos.me
>>>
>>>
>>>
>>> See<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_master/541/>
>>>
>>> ------------------------------------------
>>> [...truncated 17548 lines...]
>>> [INFO] Pack200 packing jar<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_master/ws/sources/seam/tests/org.jboss.tools.runtime.seam.detector.test/target/org.jboss.tools.runtime.seam.detector.test-3.5.0-SNAPSHOT.jar>
>>> [INFO]
>>> [INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attached-p2-metadata) @ org.jboss.tools.runtime.seam.detector.test ---
>>> [INFO]
>>> [INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.jboss.tools.runtime.seam.detector.test ---
>>> [INFO]
>>> [INFO] --- maven-dependency-plugin:2.4:unpack (install-as) @ org.jboss.tools.runtime.seam.detector.test ---
>>> [INFO] Configured Artifact: org.jboss.jbossas:jboss-as-dist:4.2.3.GA:zip
>>> > isMarkerOlder:
>>>    artifact1 =<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_master/ws/.repository/org/jboss/jbossas/jboss-as-dist/4.2.3.GA/jboss-as-dist-4.2.3.GA.zip>
>>>    marker    =<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_master/ws/sources/seam/tests/org.jboss.tools.runtime.seam.detector.test/target/dependency-maven-plugin-markers/org.jboss.jbossas-jboss-as-dist-zip-4.2.3.GA.marker>
>>>      artifact1 lastModified: 1386367022000
>>>      marker lastModified: 1386367022000
>>> < false = marker older than artifact?
>>> [INFO] Configured Artifact: org.jboss.as:jboss-as-dist:7.0.0.Final:zip
>>> > isMarkerOlder:
>>>    artifact1 =<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_master/ws/.repository/org/jboss/as/jboss-as-dist/7.0.0.Final/jboss-as-dist-7.0.0.Final.zip>
>>>    marker    =<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_master/ws/sources/seam/tests/org.jboss.tools.runtime.seam.detector.test/target/dependency-maven-plugin-markers/org.jboss.as-jboss-as-dist-zip-7.0.0.Final.marker>
>>>      artifact1 lastModified: 1386367259000
>>>      marker lastModified: 1386367259000
>>> < false = marker older than artifact?
>>> [INFO] jboss-as-dist-4.2.3.GA.zip already unpacked.
>>> [INFO] jboss-as-dist-7.0.0.Final.zip already unpacked.
>>> [INFO]
>>> [INFO] --- download-maven-plugin:1.2.0-SNAPSHOT:wget (install-as-5.1.0) @ org.jboss.tools.runtime.seam.detector.test ---
>>> [INFO] Got from cache: /home/hudson/static_build_env/jbds/download-cache/jboss-5.1.0.GA.zip
>>> [INFO]
>>> [INFO] --- download-maven-plugin:1.2.0-SNAPSHOT:wget (install-seam-2.0.1) @ org.jboss.tools.runtime.seam.detector.test ---
>>> [INFO] Got from cache: /home/hudson/static_build_env/jbds/download-cache/jboss-seam-2.0.1.GA.zip
>>> [INFO]
>>> [INFO] --- download-maven-plugin:1.2.0-SNAPSHOT:wget (install-seam-2.2.0) @ org.jboss.tools.runtime.seam.detector.test ---
>>> [INFO] Got from cache: /home/hudson/static_build_env/jbds/download-cache/jboss-seam-2.2.0.GA.zip
>>> [INFO]
>>> [INFO] --- download-maven-plugin:1.2.0-SNAPSHOT:wget (install-eap) @ org.jboss.tools.runtime.seam.detector.test ---
>>> [INFO] Got from cache: /home/hudson/static_build_env/jbds/download-cache/jboss-eap-noauth-4.3.0.GA_CP03.zip
>>> [INFO]
>>> [INFO] --- download-maven-plugin:1.2.0-SNAPSHOT:wget (install-eap-seam-gen) @ org.jboss.tools.runtime.seam.detector.test ---
>>> [INFO] Got from cache: /home/hudson/static_build_env/jbds/download-cache/rhds-seam-gen-patch.zip
>>> [INFO]
>>> [INFO] --- download-maven-plugin:1.2.0-SNAPSHOT:wget (install-eap-fp) @ org.jboss.tools.runtime.seam.detector.test ---
>>> [INFO] Got from cache: /home/hudson/static_build_env/jbds/download-cache/jboss-eap-fp-4.3.0.CP03-FP01.zip
>>> [INFO]
>>> [INFO] --- download-maven-plugin:1.2.0-SNAPSHOT:wget (install-seam-fp-patch) @ org.jboss.tools.runtime.seam.detector.test ---
>>> [INFO] Got from cache: /home/hudson/static_build_env/jbds/download-cache/jbds-seamfp-patch.zip
>>> [INFO]
>>> [INFO] --- tycho-surefire-plugin:0.19.0:test (default-test) @ org.jboss.tools.runtime.seam.detector.test ---
>>> [WARNING] The following locally built units have been used to resolve project dependencies:
>>> [WARNING]   org.jboss.tools.seam.ui.pages/3.5.0.Alpha2-v20140202-0905-B541
>>> [WARNING]   org.jboss.tools.runtime.seam.detector/3.5.0.Alpha2-v20140202-0905-B541
>>> [WARNING]   org.jboss.tools.seam.text.ext/3.5.0.Alpha2-v20140202-0905-B541
>>> [WARNING]   org.jboss.tools.seam.xml.ui/3.5.0.Alpha2-v20140202-0905-B541
>>> [WARNING]   org.jboss.tools.seam.pages.xml/3.5.0.Alpha2-v20140202-0905-B541
>>> [WARNING]   org.jboss.tools.seam.core/3.5.0.Alpha2-v20140202-0905-B541
>>> [WARNING]   org.jboss.tools.seam.ui/3.5.0.Alpha2-v20140202-0905-B541
>>> [WARNING]   org.jboss.tools.jsf.text.ext/3.6.0.Alpha2-v20140202-0905-B541
>>> [WARNING]   org.jboss.tools.jsf.vpe.jsf/3.6.0.Alpha2-v20140202-0905-B541
>>> [WARNING]   org.jboss.tools.seam.xml/3.5.0.Alpha2-v20140202-0905-B541
>>> [WARNING]   org.jboss.tools.jsf/3.6.0.Alpha2-v20140202-0905-B541
>>> [WARNING]   org.jboss.tools.jsf.vpe.seam/3.6.0.Alpha2-v20140202-0905-B541
>>> [INFO] Expected eclipse log file:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_master/541/artifact/sources/seam/tests/org.jboss.tools.runtime.seam.detector.test/target/work/data/.metadata/.log>
>>> [INFO] Command line:
>>> 	/bin/sh -c cd<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_master/ws/sources/seam/tests/org.jboss.tools.runtime.seam.detector.test>  && /qa/tools/opt/jdk1.6.0_45/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86 '-javaagent:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_master/ws/.reposito!
>>>   ry/org/jac
>>> oco/org.jacoco.agent/0.6.4.20131210110!
>>>   7/org.jaco
>>> co.agent-0.6.4.201312101107-runtime.jar=destfile=/mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/target/jacoco.exec,append=true,includes=org.jboss.tools.*'>  -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m -Djbosstools.test.jboss.home.4.2=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_master/ws/sources/seam/tests/org.jboss.tools.runtime.seam.detector.test/target/requirements/jboss-4.2.3.GA>  -Djbosstools.test.jboss.home.5.1=*MailScanner has detected a possible fraud attempt from "jenkins.mw.lab.eng.bos.redhat.com" claiming to be*  <http:/!
>>>   /jenkins.m
>>> w.lab.eng.bos.redhat.com/hudson/job/!
>>>   jbosstools
>>> -javaee_master/ws/sources/seam/tests/org.jboss.tools.runtime.seam.detector.test/target/requirements/jboss-5.1.0.GA>  -Djbosstools.test.seam.2.0.1.GA.home=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_master/ws/sources/seam/tests/org.jboss.tools.runtime.seam.detector.test/target/requirements/jboss-seam-2.0.1.GA>  -Djbosstools.test.seam.2.2.0.GA.home=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_master/ws/sources/seam/tests/org.j!
>>>   boss.tools
>>> .runtime.seam.detector.test/target/r!
>>>   equirement
>>> s/jboss-seam-2.2.0.GA>  -Djbosstools.test.eap.4.3.home=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_master/ws/sources/seam/tests/org.jboss.tools.runtime.seam.detector.test/target/requirements/jboss-eap-4.3>  -Dskip.runtime.scanner=true -Djbosstools.test.jboss.home.7.0=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_master/ws/sources/seam/tests/org.jboss.tools.runtime.seam.detector.test/target/requirements/jboss-as-7.0.0.Final>!
>>>    -Dorg.jbo
>>> ss.tools.tests.skipPrivateRequiremen!
>>>   ts=false -
>>> Dusage_reporting_enabled=false -Dorg.jboss.tools.tests.skipPrivateRequirements=false -Dorg.eclipse.ui.testsDisableWorkbenchAutoSave=true -Dosgi.clean=true -jar<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_master/ws/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20130327-1440/org.eclipse.equinox.launcher-1.3.0.v20130327-1440.jar>  -data<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_master/ws/sources/seam/tests/o!
>>>   rg.jboss.t
>>> ools.runtime.seam.detector.test/targ!
>>>   et/work/da
>>> ta>  -install<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_master/ws/sources/seam/tests/org.jboss.tools.runtime.seam.detector.test/target/work>  -configuration<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_master/ws/sources/seam/tests/org.jboss.tools.runtime.seam.detector.test/target/work/configuration>  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties*MailScanner has detected a possible fraud attempt from "jenkins.mw.lab.en!g.bos.redhat.com" claiming to be*  <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_master/ws/sources/seam/tests/org.jboss.tools.runtime.seam.detector.test/target/surefire.properties>  -product org.jboss.tools.tests.product
>>>
>>> -------------------------------------------------------
>>>   T E S T S
>>> -------------------------------------------------------
>>> Running org.jboss.tools.runtime.seam.detector.test.SeamRuntimeDetectionAllTests
>>> 0
>>> 0
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.155 sec
>>>
>>> Results :
>>>
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO] All tests passed!
>>> [INFO]
>>> [INFO] ------------------------------------------------------------------------
>>> [INFO] Building javaee.all.tests 4.2.0-SNAPSHOT
>>> [INFO] ------------------------------------------------------------------------
>>> [INFO]
>>> [INFO] --- jacoco-maven-plugin:0.6.4.201312101107:prepare-agent (default) @ javaee.all.tests ---
>>> [INFO] Skipping JaCoCo for project with packaging type 'pom'
>>> [INFO]
>>> [INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ javaee.all.tests ---
>>> [INFO]
>>> [INFO] --- repository-utils:0.19.0-SNAPSHOT:generate-repository-facade (generate-facade) @ javaee.all.tests ---
>>> [INFO]
>>> [INFO] --- tycho-pack200a-plugin:0.19.0:normalize (pack200-normalize) @ javaee.all.tests ---
>>> [INFO]
>>> [INFO] --- exec-maven-plugin:1.2.1:exec (jarsign) @ javaee.all.tests ---
>>> [INFO] skipping execute as per configuraion
>>> [INFO]
>>> [INFO] --- tycho-pack200b-plugin:0.19.0:pack (pack200-pack) @ javaee.all.tests ---
>>> [INFO]
>>> [INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attached-p2-metadata) @ javaee.all.tests ---
>>> [INFO]
>>> [INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ javaee.all.tests ---
>>> [INFO] ------------------------------------------------------------------------
>>> [INFO] Reactor Summary:
>>> [INFO]
>>> [INFO] cdi.tests ......................................... SUCCESS [0.482s]
>>> [INFO] org.jboss.tools.cdi.core.test ..................... SUCCESS [6:20.054s]
>>> [INFO] org.jboss.tools.cdi.extension.core.test ........... SUCCESS [27.036s]
>>> [INFO] org.jboss.tools.cdi.seam.solder.core.test ......... SUCCESS [1:22.732s]
>>> [INFO] org.jboss.tools.cdi.seam.config.core.test ......... SUCCESS [52.370s]
>>> [INFO] org.jboss.tools.cdi.seam.config.ui.test ........... SUCCESS [34.175s]
>>> [INFO] org.jboss.tools.cdi.seam.core.test ................ SUCCESS [42.391s]
>>> [INFO] org.jboss.tools.cdi.seam.faces.core.test .......... SUCCESS [49.489s]
>>> [INFO] org.jboss.tools.cdi.text.ext.test ................. SUCCESS [1:43.859s]
>>> [INFO] org.jboss.tools.cdi.seam.text.ext.test ............ SUCCESS [1:10.852s]
>>> [INFO] org.jboss.tools.cdi.ui.test ....................... SUCCESS [4:37.167s]
>>> [INFO] org.jboss.tools.cdi.deltaspike.core.test .......... SUCCESS [29.392s]
>>> [INFO] jsf.tests ......................................... SUCCESS [0.008s]
>>> [INFO] org.jboss.tools.jsf.base.test ..................... SUCCESS [3.284s]
>>> [INFO] org.jboss.tools.jsf.test .......................... SUCCESS [1:58.447s]
>>> [INFO] org.jboss.tools.jsf.text.ext.test ................. SUCCESS [1:00.058s]
>>> [INFO] org.jboss.tools.jsf.ui.test ....................... FAILURE [1:00:12.253s]
>>> [INFO] org.jboss.tools.jsf.verification.test ............. SUCCESS [25.314s]
>>> [INFO] org.jboss.tools.jsf.vpe.ajax4jsf.test ............. SUCCESS [42.422s]
>>> [INFO] org.jboss.tools.jsf.vpe.facelets.test ............. SUCCESS [43.093s]
>>> [INFO] org.jboss.tools.jsf.vpe.jbpm.test ................. SUCCESS [32.294s]
>>> [INFO] org.jboss.tools.jsf.vpe.jsf.test .................. SUCCESS [4:49.452s]
>>> [INFO] org.jboss.tools.jsf.vpe.jstl.test ................. SUCCESS [54.093s]
>>> [INFO] org.jboss.tools.jsf.vpe.myfaces.test .............. SUCCESS [52.850s]
>>> [INFO] org.jboss.tools.jsf.vpe.richfaces.test ............ SUCCESS [1:25.824s]
>>> [INFO] org.jboss.tools.jsf.vpe.seam.test ................. SUCCESS [1:01.668s]
>>> [INFO] seam.tests ........................................ SUCCESS [0.007s]
>>> [INFO] org.jboss.tools.seam.base.test .................... SUCCESS [14.831s]
>>> [INFO] org.jboss.tools.seam.core.test .................... SUCCESS [4:02.653s]
>>> [INFO] org.jboss.tools.seam.pages.xml.test ............... SUCCESS [20.071s]
>>> [INFO] org.jboss.tools.seam.ui.test ...................... FAILURE [31:07.334s]
>>> [INFO] org.jboss.tools.seam.xml.test ..................... SUCCESS [16.786s]
>>> [INFO] org.jboss.tools.seam121EAP.core.test .............. SUCCESS [1:22.502s]
>>> [INFO] org.jboss.tools.seam121EAP.ui.test ................ SUCCESS [1:32.272s]
>>> [INFO] org.jboss.tools.seam212GA.core.test ............... SUCCESS [2:07.441s]
>>> [INFO] org.jboss.tools.seam212GA.ui.test ................. SUCCESS [1:45.919s]
>>> [INFO] org.jboss.tools.seam221GA.core.test ............... SUCCESS [2:02.943s]
>>> [INFO] org.jboss.tools.seam221GA.ui.test ................. SUCCESS [1:40.872s]
>>> [INFO] org.jboss.tools.seam230.core.test ................. SUCCESS [1:48.679s]
>>> [INFO] org.jboss.tools.seam230.ui.test ................... SUCCESS [1:20.472s]
>>> [INFO] org.jboss.tools.seamfp.core.test .................. SUCCESS [2:03.157s]
>>> [INFO] org.jboss.tools.seamfp.ui.test .................... SUCCESS [1:52.727s]
>>> [INFO] org.jboss.tools.runtime.seam.detector.test ........ SUCCESS [1:44.302s]
>>> [INFO] javaee.all.tests .................................. SUCCESS [0.017s]
>>> [INFO] ------------------------------------------------------------------------
>>> [INFO] BUILD FAILURE
>>> [INFO] ------------------------------------------------------------------------
>>> [INFO] Total time: 2:30:10.909s
>>> [INFO] Finished at: Sun Feb 02 06:55:37 EST 2014
>>> [INFO] Final Memory: 151M/677M
>>> [INFO] ------------------------------------------------------------------------
>>> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.19.0:test (default-test) on project org.jboss.tools.jsf.ui.test: Error while executing platform: org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing external command, process killed. Process timeout out after 3600 seconds -> [Help 1]
>>> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.19.0:test (default-test) on project org.jboss.tools.jsf.ui.test: Error while executing platform
>>> 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
>>> 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>>> 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>>> 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
>>> 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
>>> 	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
>>> 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
>>> 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:317)
>>> 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152)
>>> 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
>>> 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
>>> 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
>>> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>> 	at java.lang.reflect.Method.invoke(Method.java:597)
>>> 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
>>> 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
>>> 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
>>> 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
>>> Caused by: org.apache.maven.plugin.MojoExecutionException: Error while executing platform
>>> 	at org.eclipse.tycho.surefire.TestMojo.runTest(TestMojo.java:946)
>>> 	at org.eclipse.tycho.surefire.TestMojo.execute(TestMojo.java:668)
>>> 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106)
>>> 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
>>> 	... 19 more
>>> Caused by: org.eclipse.sisu.equinox.launching.EquinoxLaunchingException: org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing external command, process killed.
>>> 	at org.eclipse.sisu.equinox.launching.internal.DefaultEquinoxLauncher.execute(DefaultEquinoxLauncher.java:74)
>>> 	at org.eclipse.tycho.surefire.TestMojo.runTest(TestMojo.java:944)
>>> 	... 22 more
>>> Caused by: org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing external command, process killed.
>>> 	at org.codehaus.plexus.util.cli.CommandLineUtils$1.call(CommandLineUtils.java:213)
>>> 	at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:114)
>>> 	at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:88)
>>> 	at org.eclipse.sisu.equinox.launching.internal.DefaultEquinoxLauncher.execute(DefaultEquinoxLauncher.java:72)
>>> 	... 23 more
>>> Caused by: java.lang.InterruptedException: Process timeout out after 3600 seconds
>>> 	at org.codehaus.plexus.util.cli.CommandLineUtils$1.call(CommandLineUtils.java:186)
>>> 	... 26 more
>>> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.19.0:test (default-test) on project org.jboss.tools.seam.ui.test: Error while executing platform: org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing external command, process killed. Process timeout out after 1800 seconds -> [Help 1]
>>> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.19.0:test (default-test) on project org.jboss.tools.seam.ui.test: Error while executing platform
>>> 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
>>> 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>>> 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>>> 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
>>> 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
>>> 	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
>>> 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
>>> 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:317)
>>> 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152)
>>> 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
>>> 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
>>> 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
>>> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>> 	at java.lang.reflect.Method.invoke(Method.java:597)
>>> 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
>>> 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
>>> 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
>>> 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
>>> Caused by: org.apache.maven.plugin.MojoExecutionException: Error while executing platform
>>> 	at org.eclipse.tycho.surefire.TestMojo.runTest(TestMojo.java:946)
>>> 	at org.eclipse.tycho.surefire.TestMojo.execute(TestMojo.java:668)
>>> 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106)
>>> 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
>>> 	... 19 more
>>> Caused by: org.eclipse.sisu.equinox.launching.EquinoxLaunchingException: org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing external command, process killed.
>>> 	at org.eclipse.sisu.equinox.launching.internal.DefaultEquinoxLauncher.execute(DefaultEquinoxLauncher.java:74)
>>> 	at org.eclipse.tycho.surefire.TestMojo.runTest(TestMojo.java:944)
>>> 	... 22 more
>>> Caused by: org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing external command, process killed.
>>> 	at org.codehaus.plexus.util.cli.CommandLineUtils$1.call(CommandLineUtils.java:213)
>>> 	at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:114)
>>> 	at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:88)
>>> 	at org.eclipse.sisu.equinox.launching.internal.DefaultEquinoxLauncher.execute(DefaultEquinoxLauncher.java:72)
>>> 	... 23 more
>>> Caused by: java.lang.InterruptedException: Process timeout out after 1800 seconds
>>> 	at org.codehaus.plexus.util.cli.CommandLineUtils$1.call(CommandLineUtils.java:186)
>>> 	... 26 more
>>> [ERROR]
>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>> [ERROR]
>>> [ERROR] For more information about the errors and possible solutions, please read the following articles:
>>> [ERROR] [Help 1]http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
>>> [ERROR]
>>> [ERROR] After correcting the problems, you can resume the build with the command
>>> [ERROR]   mvn <goals> -rf :org.jboss.tools.jsf.ui.test
>>> Build step 'Invoke top-level Maven targets' marked build as failure
>>> Terminating xvnc.
>>> $ vncserver -kill :114
>>> Killing Xvnc process ID 12309
>>> Archiving artifacts
>>> Recording test results
>>> Description set:
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> jbosstools-dev mailing list
>>> jbosstools-dev at lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/jbosstools-dev
>>
>>
>>
>> _______________________________________________
>> jbosstools-dev mailing list
>> jbosstools-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/jbosstools-dev
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20140204/98fb6207/attachment-0001.html 


More information about the jbosstools-dev mailing list