[jbosstools-builds] [Unstable] jbosstools-nightly-3.2.next #45

jboss-qa-internal at redhat.com jboss-qa-internal at redhat.com
Fri Mar 5 11:47:26 EST 2010


Public: 
$PUBLIC_HUDSON_URL/job/jbosstools-nightly-3.2.next/45
$PUBLIC_HUDSON_URL/job/jbosstools-nightly-3.2.next/45/testReport
$PUBLIC_HUDSON_URL/job/jbosstools-nightly-3.2.next/45/changes
$PUBLIC_HUDSON_URL/job/jbosstools-nightly-3.2.next/45/console

Internal:
http://hudson.qa.jboss.com/hudson/job/jbosstools-nightly-3.2.next/45/
http://hudson.qa.jboss.com/hudson/job/jbosstools-nightly-3.2.next/45//testReport
http://hudson.qa.jboss.com/hudson/job/jbosstools-nightly-3.2.next/45//changes
http://hudson.qa.jboss.com/hudson/job/jbosstools-nightly-3.2.next/45//console

--------------------------------------------------

Failed Tests:

2 tests failed.
FAILED:  SeamValidatorsAllTests

Error Message:
Marker  matches the 'Class "StatefulComponent" of component "statefulComponent" does not have a setter or a field for the property "abc"' pattern wasn't found

Stack Trace:
junit.framework.AssertionFailedError: Marker  matches the 'Class "StatefulComponent" of component "statefulComponent" does not have a setter or a field for the property "abc"' pattern wasn't found
	at org.jboss.tools.tests.AbstractResourceMarkerTest.assertMarkerIsCreated(AbstractResourceMarkerTest.java:88)
	at org.jboss.tools.seam.core.test.SeamValidatorsTest.testComponentWithoutSetter_Validator(SeamValidatorsTest.java:306)
	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
	at junit.extensions.TestSetup.run(TestSetup.java:25)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
	at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3468)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
	at org.eclipse.core.launcher.Main.main(Main.java:34)


FAILED:  SeamValidatorsAllTests

Error Message:
There should be an unresolved EL in testElRevalidation.xhtml. expected:<1> but was:<0>

Stack Trace:
junit.framework.AssertionFailedError: There should be an unresolved EL in testElRevalidation.xhtml. expected:<1> but was:<0>
	at org.jboss.tools.seam.core.test.SeamValidatorsTest.testRevalidationUnresolvedELs(SeamValidatorsTest.java:747)
	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
	at junit.extensions.TestSetup.run(TestSetup.java:25)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
	at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3468)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
	at org.eclipse.core.launcher.Main.main(Main.java:34)




--------------------------------------------------

Changes:

[ochikvina] <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:9pt;font-family:Sans Serif">
<p>https://jira.jboss.org/jira/browse/JBDS-905 -updated GSG according to the forum post http://community.jboss.org/thread/147702?tstart=0.Added the description of the problem that can appear while recalculating dependences in 'Install New Software' dialog to &quot;JBoss Tools Installation and Update&quot; section.</p>
</body></html>

[ochikvina] <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:9pt;font-family:Sans Serif">
<p>https://jira.jboss.org/jira/browse/JBDS-1107 -Added Beginners Guide to doc bundle</p>
</body></html>

[dmaliarevich] https://jira.jboss.org/jira/browse/JBIDE-5996 -- disabling menu items when there is no visual editor.

[dmaliarevich] https://jira.jboss.org/jira/browse/JBIDE-5996 -- disabling menu items when there is no visual editor.



--------------------------------------------------

Console log:

[...truncated 107345 lines...]
    [style] Loading stylesheet /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo.xml to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo/maven-warnings.html
    [style] Loading stylesheet /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo.xml to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo/examples-errors.html
    [style] Loading stylesheet /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo.xml to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo/examples-warnings.html
    [style] Loading stylesheet /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo.xml to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo/examples.community-errors.html
    [style] Loading stylesheet /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo.xml to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo/examples.community-warnings.html
    [style] Loading stylesheet /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo.xml to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo/esb-errors.html
    [style] Loading stylesheet /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo.xml to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo/esb-warnings.html
    [style] Loading stylesheet /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo.xml to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo/ws-errors.html
    [style] Loading stylesheet /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo.xml to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo/ws-warnings.html
    [style] Loading stylesheet /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo.xml to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo/birt-errors.html
    [style] Loading stylesheet /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo.xml to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo/birt-warnings.html
    [style] Loading stylesheet /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo.xml to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo/portlet-errors.html
    [style] Loading stylesheet /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo.xml to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo/portlet-warnings.html
    [style] Loading stylesheet /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo.xml to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo/smooks-errors.html
    [style] Loading stylesheet /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo.xml to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo/smooks-warnings.html
    [style] Loading stylesheet /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo.xml to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo/tptp-errors.html
    [style] Loading stylesheet /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo.xml to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo/tptp-warnings.html
    [style] Loading stylesheet /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo.xml to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo/tests-errors.html
    [style] Loading stylesheet /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo.xml to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/logInfo/tests-warnings.html
    [style] Loading stylesheet /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl

update.builds.xml:

build.results:
     [copy] Copying 1 file to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650
     [copy] Copying 1 file to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build
     [copy] Copying 1 file to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/org.jboss.ide.eclipse.releng/builders/product
     [copy] Copying 1 file to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650
     [copy] Copying 42 files to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/images
     [copy] Copying 4 files to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/script
     [copy] Copying 1 file to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650
     [xslt] Processing /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/download.xml to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/download-snippet.txt
     [xslt] Loading stylesheet /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/org.jboss.ide.eclipse.releng/builders/product/buildResults/download.xsl

post-build:

publish.results:

send.notification.email:
     [mail] Failed to initialise MIME mail: javax/mail/MessagingException

publish.log:

init:

clean.all.subfolders:

BUILD SUCCESSFUL
Total time: 271 minutes 9 seconds
++ buildResult=0
++ tee ../configs/jbds/build.log
++ buildTypeString=nightly
++ cd ../configs/jbds
++ zip build.log.zip build.log
updating: build.log (stored 0%)
++ cd ../..
+++ date +%s
++ endtime=1267806217
+++ echo 'scale=2; (1267806217 - 1267789930)/60'
+++ bc -l
++ elapsed=271.45
++ echo 'Elapsed time: 271.45mins.'
Elapsed time: 271.45mins.
++ [[ '' != '' ]]
++ [[ -n '' ]]
+++ cat /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/buildData.properties
+++ grep product.releaseNumber
+++ perl -ne 's/[\s\t]+product.releaseNumber=//g;print;'
++ version=3.2.0.beta1
+++ cat /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/buildData.properties
+++ grep upload.to
+++ perl -ne 's/[\s\t]+upload.to=//g;print;'
++ builddir=nightly/3.2.0.beta1/201003050650
+++ cat /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/buildData.properties
+++ grep product.buildDesc
+++ perl -ne 's/[\s\t]+product.buildDesc=//g; print;'
++ buildtype=nightly
+++ cat /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/buildData.properties
+++ grep product.releaseNumber
+++ perl -ne 's/[\s\t]+product.releaseNumber=//g; print;'
++ releaseNumber=3.2.0.beta1
+++ grep product.buildTimestamp
+++ perl -ne 's/[\s\t]+product.buildTimestamp=//g; print;'
+++ cat /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/buildData.properties
++ timestamp=201003050650
++ [[ '' == '' ]]
++ DESTINATION=jbossqa at filemgmt.jboss.org:/htdocs/jbosstools
++ pathSuffix=trunk
++ [[ -n trunk ]]
++ [[ trunk == \t\r\u\n\k ]]
++ scp -r /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650 jbossqa at filemgmt.jboss.org:/htdocs/jbosstools/builds/nightly/trunk/
++ scp configs/jbds/build.log.zip jbossqa at filemgmt.jboss.org:/htdocs/jbosstools/builds/nightly/trunk/201003050650/
++ scp /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/latestBuild.html jbossqa at filemgmt.jboss.org:/htdocs/jbosstools/builds/nightly/trunk/latestBuild.html
++ scp /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/latestBuildFailures.html jbossqa at filemgmt.jboss.org:/htdocs/jbosstools/builds/nightly/trunk/latestBuildFailures.html
+++ date +%s
++ endtime=1267807293
+++ echo 'scale=2; (1267807293 - 1267789930)/60'
+++ bc -l
++ elapsed=289.38
++ echo 'Elapsed time: 289.38mins.'
Elapsed time: 289.38mins.
++ [[ -d /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/eclipse ]]
++ mkdir -p /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk
++ mv /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/eclipse/artifacts.jar /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/eclipse/content.jar /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/eclipse/features /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/eclipse/index.html /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/eclipse/plugins /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/eclipse/site.xml /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/eclipse/web /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk
+++ find /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features -name '*.jar'
++ [[ -n /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.maven.sdk.feature_1.0.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.jbpm3.sdk.feature_3.2.0.v201002180916-7F79-94E5OxDDDP9VDa7_EJIt957.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.pi4soa.sdk.feature_3.0.0.v201002052110-77--84O23FfSEPGFREgXcJDDdOCI.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.pi4soa.core.feature_3.0.0.v201002052110-7J--CcNBHBBNBeNHHB.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.hibernate.eclipse.feature_3.3.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.jbpm4.feature_4.0.0.v201002181010-7D2-8BF9D7z0FBJ9KFPPGCADx423.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.jmx.feature_1.1.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.smooks.feature_1.1.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.maven.source.feature_1.0.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.esb.feature_1.3.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.flow.jpdl4.feature_4.0.0.v201002181010-795-8s7353375J5353.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.richfaces.feature_3.1.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.jbpm.common.feature_4.3.0.v201002180916-52-7w312113291A27.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.flow.common.feature_4.0.0.v201002181010-5--7w312113292121.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.xulrunner.feature_1.9.1.2_v201003050650N.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.birt.feature_1.1.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.jmx.sdk.feature_1.1.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.jbpm.common.source.feature_4.3.0.v201002180916-52-7w312113291A27.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.flow.jpdl4.source.feature_4.0.0.v201002181010-795-8s7353375J5353.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.tptp.feature_1.1.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.ide.eclipse.freemarker.sdk.feature_1.1.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jbpm.gd.jpdl.feature_3.2.0.v201002180916-41-7w312113291A27.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.ide.eclipse.archives.feature_3.1.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.jmx.source.feature_1.1.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.bpel.feature_1.0.0.v201002180918-27l-F9JgLWLLgXhMsXh.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.jbpm4.sdk.feature_4.3.0.v201002181010-7H2-9xQ99FISJhHDASFgQUaTSWQO.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.struts_feature_3.1.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.ws.feature_1.1.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.seam.feature_3.1.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.maven.seam.source.feature_1.0.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.ide.eclipse.freemarker.feature_1.1.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.jbpm.convert.feature_1.1.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.cdi.feature_1.0.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.community.project.examples.feature_1.0.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.maven.seam.feature_1.0.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.ide.eclipse.freemarker.source.feature_1.1.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.portlet.feature_1.1.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.bpel.source.feature_1.0.0.v201002180918-27l-F9JgLWLLgXhMsXh.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.ide.eclipse.as.feature_2.1.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.bpel.sdk.feature_1.0.0.v201002180918-3--8-Co3ICOkWZXPrZmXeZz-AKhM.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.guvnor.tools.feature_5.1.0.v201003050650N-H45-31764.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.project.examples.feature_1.1.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.flow.common.source.feature_4.0.0.v201002181010-5--7w312113292121.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jbpm.gd.jpdl.source.feature_3.2.0.v201002180916-41-7w312113291A27.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.drools.eclipse.feature_5.1.0.v201003050650N-H45-31764.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.jboss.tools.maven.feature_1.0.0.v201003050650N-H45-GA.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.drools.eclipse.task.feature_5.1.0.v201003050650N-H45-31764.jar
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk/features/org.pi4soa.core.source.feature_3.0.0.v201002052110-7J--CcNBHBBNBeNHHB.jar ]]
+++ echo jbossqa at filemgmt.jboss.org:/htdocs/jbosstools
+++ perl -ne 's/[^@]//g; print;'
++ [[ @ != \@ ]]
++ rsync -arz --delete /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/site/nightly/trunk jbossqa at filemgmt.jboss.org:/htdocs/jbosstools/updates/nightly/
+++ date +%s
++ endtime=1267807500
+++ echo 'scale=2; (1267807500 - 1267789930)/60'
+++ bc -l
++ elapsed=292.83
++ echo 'Elapsed time: 292.83mins.'
Elapsed time: 292.83mins.
Terminating xvnc.
[jbosstools-nightly-3.2.next] $ vncserver -kill :24
Killing Xvnc process ID 23737
Recording test results
Description not found.
Recording Emma reports jbds-build/coverage.xml
Recording plot data
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/archives/lines.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/as/lines.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/hibernate-tools/lines.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/jbpm-convert/lines.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/jmx/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/bpel/lines.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/common/lines.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/struts/lines.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/jsf/lines.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/jst/lines.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/seam/lines.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/drools-ide/lines.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/vpe/lines.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/esb/lines.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/freemarker/lines.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/birt/lines.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/smooks/lines.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/archives/classes.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/as/classes.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/hibernate-tools/classes.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/jbpm-convert/classes.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/jmx/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/bpel/classes.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/common/classes.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/struts/classes.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/jsf/classes.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/jst/classes.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/seam/classes.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/drools-ide/classes.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/vpe/classes.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/esb/classes.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/freemarker/classes.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/birt/classes.properties
Saving plot series data from: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.2.next/jbds-build/3.2.0.beta1/201003050650/tests/test-results/emma-coverage/smooks/classes.properties
[WARNINGS] Parsing warnings in console log...
[WARNINGS] Found 13246 annotations (5 new, 0 high, 13246 normal, 0 low)
[WARNINGS] Not changing build status, since no threshold has been exceeded
Email was triggered for: Unstable
There are 1 triggered emails.
Sending email for trigger: Unstable


--------------------------------------------------



More information about the jbosstools-builds mailing list