<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Looks like we don't even need to run
      something like jstack...<br>
      When I'm doing "kill -3 &lt;JVM PID&gt;" 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.<br>
      <br>
      Does somebody know how a process is killed in Jenkins because of
      timeout? Can we override or customize it?<br>
      <br>
      /Victor<br>
      <br>
      On 02/04/2014 12:27 AM, Denis Golovin wrote:<br>
    </div>
    <blockquote cite="mid:52EFFBA1.8000508@exadel.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">Could you try to add java shutdown
        hook<br>
        <br>
        <tt>Runtime.</tt>
        <meta http-equiv="content-type" content="text/html;
          charset=ISO-8859-1">
        <tt>addShutdownHook(Thread hook)</tt><br>
        <br>
        then in hook get process id using<br>
        <br>
        <tt>ManagementFactory.getRuntimeMXBean().getName()</tt><br>
        <br>
        and then exec external process $java.home+"/../bin/jstack $id"
        and redirect this process std out to console.<br>
        <br>
        Not sure if Runtime.exec() would work inside hook thread.<br>
        <br>
        Denis<br>
        <br>
        On 02/02/2014 04:29 PM, Victor Rubezhny wrote:<br>
      </div>
      <blockquote cite="mid:52EEE2DC.1010907@exadel.com" type="cite">
        <meta content="text/html; charset=ISO-8859-1"
          http-equiv="Content-Type">
        <div class="moz-cite-prefix">Correction inside:<br>
          <br>
          On 02/03/2014 04:12 AM, Victor Rubezhny wrote:<br>
        </div>
        <blockquote cite="mid:52EEDEDE.4040500@exadel.com" type="cite">
          <meta http-equiv="content-type" content="text/html;
            charset=ISO-8859-1">
          Hi All!<br>
          <br>
          Have a question regarding the timed out tests on Jenkins... <br>
          <br>
          Is it possible to run something like:<br>
          <blockquote type="cite">jstack -F &lt;PID&gt; | tee
            somedir/jstack.log</blockquote>
        </blockquote>
        probably it'll be better to use PID in log name too (due not to
        overwrite existing logs):<br>
        <br>
        <blockquote type="cite">jstack -F &lt;PID&gt; | tee
          somedir/jstack.&lt;PID&gt;.log</blockquote>
        /Victor<br>
        <br>
        <blockquote cite="mid:52EEDEDE.4040500@exadel.com" type="cite">
          right before the killing process by time out?<br>
          <br>
          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.<br>
          <br>
          Thanks in advance,<br>
          Victor<br>
          <div class="moz-forward-container"><br>
            <br>
            -------- Original Message --------
            <table class="moz-email-headers-table" border="0"
              cellpadding="0" cellspacing="0">
              <tbody>
                <tr>
                  <th align="RIGHT" nowrap="nowrap" valign="BASELINE">Subject:



                  </th>
                  <td>Build failed in Jenkins: jbosstools-javaee_master
                    #541</td>
                </tr>
                <tr>
                  <th align="RIGHT" nowrap="nowrap" valign="BASELINE">Date:


                  </th>
                  <td>Sun, 2 Feb 2014 06:55:43 -0500 (EST)</td>
                </tr>
                <tr>
                  <th align="RIGHT" nowrap="nowrap" valign="BASELINE">From:


                  </th>
                  <td><a moz-do-not-send="true"
                      class="moz-txt-link-abbreviated"
                      href="mailto:ci-builds@redhat.com">ci-builds@redhat.com</a></td>
                </tr>
                <tr>
                  <th align="RIGHT" nowrap="nowrap" valign="BASELINE">To:

                  </th>
                  <td><a moz-do-not-send="true"
                      class="moz-txt-link-abbreviated"
                      href="mailto:jbosstools-builds@lists.jboss.org">jbosstools-builds@lists.jboss.org</a>,
                    <a moz-do-not-send="true"
                      class="moz-txt-link-abbreviated"
                      href="mailto:akazakov@exadel.com">akazakov@exadel.com</a>,
                    <a moz-do-not-send="true"
                      class="moz-txt-link-abbreviated"
                      href="mailto:mistria@redhat.com">mistria@redhat.com</a>,
                    <a moz-do-not-send="true"
                      class="moz-txt-link-abbreviated"
                      href="mailto:vrubezhny@exadel.com">vrubezhny@exadel.com</a>,
                    <a moz-do-not-send="true"
                      class="moz-txt-link-abbreviated"
                      href="mailto:scabanovich@exadel.com">scabanovich@exadel.com</a>,
                    <a moz-do-not-send="true"
                      class="moz-txt-link-abbreviated"
                      href="mailto:daniel@passos.me">daniel@passos.me</a></td>
                </tr>
              </tbody>
            </table>
            <br>
            <br>
            <pre>See <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_master/541/">&lt;http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_master/541/&gt;</a>

------------------------------------------
[...truncated 17548 lines...]
[INFO] Pack200 packing jar <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="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">&lt;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&gt;</a>
[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
&gt; isMarkerOlder:
  artifact1 = <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="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">&lt;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&gt;</a>
  marker    = <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="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">&lt;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&gt;</a>
    artifact1 lastModified: 1386367022000
    marker lastModified: 1386367022000
&lt; false = marker older than artifact?
[INFO] Configured Artifact: org.jboss.as:jboss-as-dist:7.0.0.Final:zip
&gt; isMarkerOlder:
  artifact1 = <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="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">&lt;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&gt;</a>
  marker    = <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="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">&lt;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&gt;</a>
    artifact1 lastModified: 1386367259000
    marker lastModified: 1386367259000
&lt; 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: <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="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">&lt;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&gt;</a>
[INFO] Command line:
        /bin/sh -c cd <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_master/ws/sources/seam/tests/org.jboss.tools.runtime.seam.detector.test">&lt;http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_master/ws/sources/seam/tests/org.jboss.tools.runtime.seam.detector.test&gt;</a> &amp;&amp; /qa/tools/opt/jdk1.6.0_45/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86 '-javaagent:<a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_master/ws/.repository/org/jacoco/org.jacoco.agent/0.6.4.201312101107/org.jacoco.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.*%27">&lt;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.*'&gt;</a> -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m -Djbosstools.test.jboss.home.4.2=<a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="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">&lt;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&gt;</a> -Djbosstools.test.jboss.home.5.1=<a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="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-5.1.0.GA"><font colo!
 r="red"><b
>MailScanner has detected a possible fraud attempt from "jenkins.mw.lab.eng.bos.redhat.com" claiming to be</b></font> &lt;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&gt;</a> -Djbosstools.test.seam.2.0.1.GA.home=<a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="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">&lt;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&gt;</a> -Djbosstools.test.seam.2.2.0.GA.home=<a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="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.2.0.GA">&lt;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&gt;</a> -Djbosstools.test.eap.4.3.home=<a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="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">&lt;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&gt;</a> -Dskip.runtime.scanner=true -Djbosstools.test.jboss.home.7.0=<a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="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">&lt;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&gt;</a>!
  -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 <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="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">&lt;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&gt;</a> -data <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="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/data">&lt;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&gt;</a> -install <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="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">&lt;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&gt;</a> -configuration <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="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">&lt;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&gt;</a> -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="http://jenkins.mw.lab.en!
 %21%0A%20g
%0A.bos.redh%0Aat.com/hudson/job/jbosstools-javaee_master/ws/sources/seam/%21%0A%20tests/org.%0Ajboss.tools.runtime.seam.detector.test/target/surefire.properties"><font color="red"><b>MailScanner has detected a possible fraud attempt from "jenkins.mw.lab.en!g.bos.redhat.com" claiming to be</b></font> &lt;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&gt;</a> -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 -&gt; [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 -&gt; [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] <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException">http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException</a>
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn &lt;goals&gt; -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: 
</pre>
            <br>
          </div>
          <br>
          <br>
          <fieldset class="mimeAttachmentHeader"></fieldset>
          <br>
          <pre wrap="">_______________________________________________
jbosstools-dev mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:jbosstools-dev@lists.jboss.org">jbosstools-dev@lists.jboss.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/jbosstools-dev">https://lists.jboss.org/mailman/listinfo/jbosstools-dev</a></pre>
        </blockquote>
        <br>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
jbosstools-dev mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:jbosstools-dev@lists.jboss.org">jbosstools-dev@lists.jboss.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/jbosstools-dev">https://lists.jboss.org/mailman/listinfo/jbosstools-dev</a></pre>
      </blockquote>
      <br>
    </blockquote>
    <br>
  </body>
</html>