Build failed in Hudson: Red_Hat_Dev_Studio #588
by jboss-qa-internal@redhat.com
See http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/588/changes
------------------------------------------
[...truncated 73150 lines...]
[java] [javac] 304. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 90)
[java] [javac] public int compare(SeamRuntime o1, SeamRuntime o2) {
[java] [javac] ^^^^^^^^^^^
[java] [javac] SeamRuntime cannot be resolved to a type
[java] [javac] ----------
[java] [javac] 305. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 90)
[java] [javac] public int compare(SeamRuntime o1, SeamRuntime o2) {
[java] [javac] ^^^^^^^^^^^
[java] [javac] SeamRuntime cannot be resolved to a type
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 306. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 19)
[java] [javac] import org.jboss.tools.seam.core.project.facet.SeamRuntime;
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import org.jboss.tools.seam.core.project cannot be resolved
[java] [javac] ----------
[java] [javac] 307. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 20)
[java] [javac] import org.jboss.tools.seam.core.project.facet.SeamRuntimeManager;
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import org.jboss.tools.seam.core.project cannot be resolved
[java] [javac] ----------
[java] [javac] 308. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 21)
[java] [javac] import org.jboss.tools.seam.core.project.facet.SeamVersion;
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import org.jboss.tools.seam.core.project cannot be resolved
[java] [javac] ----------
[java] [javac] 309. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 32)
[java] [javac] SeamRuntimeManager manager;
[java] [javac] ^^^^^^^^^^^^^^^^^^
[java] [javac] SeamRuntimeManager cannot be resolved to a type
[java] [javac] ----------
[java] [javac] 310. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 40)
[java] [javac] manager = SeamRuntimeManager.getInstance();
[java] [javac] ^^^^^^^
[java] [javac] manager cannot be resolved
[java] [javac] ----------
[java] [javac] 311. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 40)
[java] [javac] manager = SeamRuntimeManager.getInstance();
[java] [javac] ^^^^^^^^^^^^^^^^^^
[java] [javac] SeamRuntimeManager cannot be resolved
[java] [javac] ----------
[java] [javac] 312. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 41)
[java] [javac] assertNotNull("Cannot obtainSeamRuntimeManager instance", manager);
[java] [javac] ^^^^^^^
[java] [javac] manager cannot be resolved
[java] [javac] ----------
[java] [javac] 313. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 42)
[java] [javac] if(manager.findRuntimeByName("Seam 1.2.0")!=null) return;
[java] [javac] ^^^^^^^
[java] [javac] manager cannot be resolved
[java] [javac] ----------
[java] [javac] 314. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 43)
[java] [javac] manager.addRuntime("Seam 1.2.0", folder.getAbsolutePath(), SeamVersion.SEAM_1_2, true);
[java] [javac] ^^^^^^^
[java] [javac] manager cannot be resolved
[java] [javac] ----------
[java] [javac] 315. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 43)
[java] [javac] manager.addRuntime("Seam 1.2.0", folder.getAbsolutePath(), SeamVersion.SEAM_1_2, true);
[java] [javac] ^^^^^^^^^^^
[java] [javac] SeamVersion cannot be resolved
[java] [javac] ----------
[java] [javac] 316. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 51)
[java] [javac] SeamRuntime[] rtms = manager.getRuntimes();
[java] [javac] ^^^^^^^^^^^
[java] [javac] SeamRuntime cannot be resolved to a type
[java] [javac] ----------
[java] [javac] 317. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 51)
[java] [javac] SeamRuntime[] rtms = manager.getRuntimes();
[java] [javac] ^^^^^^^
[java] [javac] manager cannot be resolved
[java] [javac] ----------
[java] [javac] 318. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 60)
[java] [javac] SeamRuntimeManager manager = SeamRuntimeManager.getInstance();
[java] [javac] ^^^^^^^^^^^^^^^^^^
[java] [javac] SeamRuntimeManager cannot be resolved to a type
[java] [javac] ----------
[java] [javac] 319. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 60)
[java] [javac] SeamRuntimeManager manager = SeamRuntimeManager.getInstance();
[java] [javac] ^^^^^^^^^^^^^^^^^^
[java] [javac] SeamRuntimeManager cannot be resolved
[java] [javac] ----------
[java] [javac] 320. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 61)
[java] [javac] SeamRuntime[] rtms = manager.getRuntimes(SeamVersion.SEAM_1_2);
[java] [javac] ^^^^^^^^^^^
[java] [javac] SeamRuntime cannot be resolved to a type
[java] [javac] ----------
[java] [javac] 321. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 61)
[java] [javac] SeamRuntime[] rtms = manager.getRuntimes(SeamVersion.SEAM_1_2);
[java] [javac] ^^^^^^^^^^^
[java] [javac] SeamVersion cannot be resolved
[java] [javac] ----------
[java] [javac] 322. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 73)
[java] [javac] manager.addRuntime("Seam 1.2.1", folder.getAbsolutePath(), SeamVersion.SEAM_1_2, true);
[java] [javac] ^^^^^^^
[java] [javac] manager cannot be resolved
[java] [javac] ----------
[java] [javac] 323. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 73)
[java] [javac] manager.addRuntime("Seam 1.2.1", folder.getAbsolutePath(), SeamVersion.SEAM_1_2, true);
[java] [javac] ^^^^^^^^^^^
[java] [javac] SeamVersion cannot be resolved
[java] [javac] ----------
[java] [javac] 324. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 80)
[java] [javac] SeamRuntime srt = manager.findRuntimeByName("Seam 1.2.1");
[java] [javac] ^^^^^^^^^^^
[java] [javac] SeamRuntime cannot be resolved to a type
[java] [javac] ----------
[java] [javac] 325. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 80)
[java] [javac] SeamRuntime srt = manager.findRuntimeByName("Seam 1.2.1");
[java] [javac] ^^^^^^^
[java] [javac] manager cannot be resolved
[java] [javac] ----------
[java] [javac] 326. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 82)
[java] [javac] srt = manager.findRuntimeByName("Seam 1.2.0");
[java] [javac] ^^^^^^^
[java] [javac] manager cannot be resolved
[java] [javac] ----------
[java] [javac] 327. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 104)
[java] [javac] assertNotNull("Cannot obtain default runtime 'Seam 1.2.0'",manager.getDefaultRuntime(SeamVersion.SEAM_1_2));
[java] [javac] ^^^^^^^
[java] [javac] manager cannot be resolved
[java] [javac] ----------
[java] [javac] 328. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 104)
[java] [javac] assertNotNull("Cannot obtain default runtime 'Seam 1.2.0'",manager.getDefaultRuntime(SeamVersion.SEAM_1_2));
[java] [javac] ^^^^^^^^^^^
[java] [javac] SeamVersion cannot be resolved
[java] [javac] ----------
[java] [javac] 329. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 105)
[java] [javac] assertNotNull("Cannot obtain default runtime 'Seam 1.2.0'",manager.getDefaultRuntime(SeamVersion.SEAM_1_2).getName().equals("Seam 1.2.0"));
[java] [javac] ^^^^^^^
[java] [javac] manager cannot be resolved
[java] [javac] ----------
[java] [javac] 330. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 105)
[java] [javac] assertNotNull("Cannot obtain default runtime 'Seam 1.2.0'",manager.getDefaultRuntime(SeamVersion.SEAM_1_2).getName().equals("Seam 1.2.0"));
[java] [javac] ^^^^^^^^^^^
[java] [javac] SeamVersion cannot be resolved
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 331. WARNING in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 3)
[java] [javac] import java.io.ByteArrayInputStream;
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import java.io.ByteArrayInputStream is never used
[java] [javac] ----------
[java] [javac] 332. WARNING in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 7)
[java] [javac] import java.io.UnsupportedEncodingException;
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import java.io.UnsupportedEncodingException is never used
[java] [javac] ----------
[java] [javac] 333. WARNING in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 8)
[java] [javac] import java.util.Arrays;
[java] [javac] ^^^^^^^^^^^^^^^^
[java] [javac] The import java.util.Arrays is never used
[java] [javac] ----------
[java] [javac] 334. WARNING in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 9)
[java] [javac] import java.util.LinkedHashSet;
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import java.util.LinkedHashSet is never used
[java] [javac] ----------
[java] [javac] 335. WARNING in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 10)
[java] [javac] import java.util.Set;
[java] [javac] ^^^^^^^^^^^^^
[java] [javac] The import java.util.Set is never used
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 336. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 16)
[java] [javac] import org.jboss.tools.seam.internal.core.project.facet.WtpUtils;
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import org.jboss.tools.seam.internal cannot be resolved
[java] [javac] ----------
[java] [javac] 337. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 44)
[java] [javac] WtpUtils.createEclipseProject("genericProject", new NullProgressMonitor());
[java] [javac] ^^^^^^^^
[java] [javac] WtpUtils cannot be resolved
[java] [javac] ----------
[java] [javac] 338. ERROR in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... (at line 52)
[java] [javac] WtpUtils.createDefaultEjbProject("ejbProject", new NullProgressMonitor());
[java] [javac] ^^^^^^^^
[java] [javac] WtpUtils cannot be resolved
[java] [javac] ----------
[java] [javac] 338 problems (327 errors, 11 warnings)
[java] [javac] Compilation failed. Compiler errors are available in http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec...
[java] Java Result: 13
[delete] Deleting 1424 files from http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/org.jboss.ide...
[delete] Deleted 50 directories from http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/org.jboss.ide...
[copy] Copied 3 empty directories to 3 empty directories under http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
testBuild:
[echo] Extracting test eclipse workbench to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
unzipEclipse:
[echo] eclipseInstallDir=http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studi...
[untar] Expanding: http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/ec... into http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[echo] Extracting drivers into http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[unzip] Expanding: http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/re... into http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[unzip] Expanding: http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/re... into http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[unzip] Expanding: http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/re... into http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[unzip] Expanding: http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/re... into http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[echo] Extracting test framework
[unzip] Expanding: http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/re... into http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[echo] Extracting build 200802280007-nightly
[unzip] Expanding: http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... into http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[unzip] Expanding: http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... into http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[unzip] Expanding: http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... into http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[echo] Extracting JBossAS
[unzip] Expanding: http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/re... into http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[echo] Applying Seam-gen Patch
[unzip] Expanding: http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/re... into http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[echo] Disabling First Run Plugin..
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/build.xml:64: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/build.xml:27: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/build.xml:45: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml:69: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml:90: The following error occurred while executing this line:
http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/org.jboss.ide... :92: org.dom4j.DocumentException: null Nested exception: null
Total time: 57 minutes 32 seconds
+ cd ../configs/jbds
+ zip build.log.zip build.log
updating: build.log (deflated 95%)
+ cd ../..
+ ant -f util/copyBuildResults.xml -Dcopy-to-dir=/qa/services/http/binaries/RHDS
Buildfile: util/copyBuildResults.xml
copy-build-results:
[mkdir] Created dir: /qa/services/http/binaries/RHDS/nightly/200802280007-nightly
[copy] Copying 3314 files to /qa/services/http/binaries/RHDS/nightly/200802280007-nightly
[copy] Copied 848 empty directories to 32 empty directories under /qa/services/http/binaries/RHDS/nightly/200802280007-nightly
BUILD SUCCESSFUL
Total time: 1 minute 6 seconds
++ cat http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/bu...
++ grep upload.to
++ perl -ne 's/[\s\t]+upload.to=[^\/]+\///g;print;'
+ builddir=200802280007-nightly
++ cat http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/bu...
++ grep upload.to
++ perl -ne 's/[\s\t]+upload.to=//g; s/\/.*//g; print;'
+ buildtype=nightly
++ cat http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/bu...
++ grep upload.to
++ perl -ne 's/[\s\t]+upload.to=//g; s/\/.*//g; print;'
+ uploadto=nightly
+ cp configs/jbds/build.log.zip /qa/services/http/binaries/RHDS/nightly/200802280007-nightly/build.log.zip
+ scp -i /home/hudson/.ssh/exadel_rsa 'http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...' rhds@download.exadel.com:/home/rhds/builds/nightly
http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... : No such file or directory
Terminating xvnc
[Red_Hat_Dev_Studio] $ vncserver -kill :10
Killing Xvnc process ID 13238
16 years, 9 months
Build failed in Hudson: drools #1302
by jboss-qa-internal@redhat.com
See http://hudson.qa.jboss.com/hudson/job/drools/1302/changes
Changes:
[mark.proctor(a)jboss.com] JBRULES-1488 Serialisation TidyUps
-Moved serialisation tests to MarshallingTest
-Removed unneeded byte[] stream wrapper from AbstractRuleBase
[mark.proctor(a)jboss.com] JBRULES-1488 Serialisation TidyUps
-Moved serialisation tests to MarshallingTest
-Removed unneeded byte[] stream wrapper from AbstractRuleBase
------------------------------------------
[...truncated 7464 lines...]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.drools.compiler.PackageBuilderConfigurationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
Running org.drools.brms.client.modeldriven.SuggestionCompletionEngineTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running org.drools.brms.server.util.BRLPersitenceTest
<rule>
<modelVersion>1.0</modelVersion>
<attributes>
<attribute>
<attributeName>no-loop</attributeName>
<value>true</value>
</attribute>
</attributes>
<lhs>
<fact>
<constraintList>
<constraints>
<fieldConstraint>
<fieldBinding>f1</fieldBinding>
<fieldName>age</fieldName>
<operator><</operator>
<value>42</value>
<constraintValueType>0</constraintValueType>
</fieldConstraint>
</constraints>
</constraintList>
<factType>Person</factType>
<boundName>p1</boundName>
</fact>
<compositePattern>
<type>not</type>
<patterns>
<fact>
<factType>Cancel</factType>
</fact>
</patterns>
</compositePattern>
</lhs>
<rhs>
<modify>
<variable>p1</variable>
<fieldValues>
<fieldValue>
<field>status</field>
<value>rejected</value>
<type>String</type>
</fieldValue>
</fieldValues>
</modify>
<retract>
<variableName>p1</variableName>
</retract>
<dslSentence>
<sentence>Send an email to {administrator}</sentence>
</dslSentence>
</rhs>
</rule>
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 sec
Running org.drools.rule.builder.dialect.java.JavaExprAnalyzerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.drools.brms.modeldriven.CompositeFactPatternTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.drools.integrationtests.sequential.SequentialTest
Iterations in for SEQUENTIAL : 15
Iterations in for RETE : 11
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.429 sec
Running org.drools.lang.dsl.DefaultDSLMappingEntryTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running org.drools.brms.modeldriven.FactPatternTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.drools.integrationtests.OutOfMemoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.653 sec
Running org.drools.rule.builder.dialect.mvel.MVELReturnValueConstraintEvaluatorBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.drools.integrationtests.StreamsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
Running org.drools.rule.builder.dialect.mvel.MVELReturnValueBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.drools.integrationtests.StatelessStressTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.drools.compiler.PackageBuilderTest
stilton 200
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.298 sec
Running org.drools.compiler.RuleBaseLoaderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running org.drools.integrationtests.FirstOrderLogicTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.933 sec
Running org.drools.lang.descr.AndDescrTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.drools.integrationtests.TruthMaintenanceTest
[ObjectInserted: handle=[fact fid:1:1:[Person name='person']]; object=[Person name='person']]
[ObjectInserted: handle=[fact fid:2:2:CheeseEqual( type='person', price=2 )]; object=CheeseEqual( type='person', price=2 )]
[ObjectUpdated: handle=[fact fid:1:3:[Person name='person']]; old_object=[Person name='person']; new_object=[Person name='person']]
[ObjectRetracted: handle=[fact fid:1:3:[Person name='person']]; old_object=[Person name='person']]
[ObjectRetracted: handle=[fact fid:2:2:CheeseEqual( type='person', price=2 )]; old_object=CheeseEqual( type='person', price=2 )]
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.674 sec
Running org.drools.rule.builder.dialect.mvel.MVELSalienceBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.drools.testframework.ScenarioRunnerTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.468 sec
Running org.drools.compiler.RuleFlowErrorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.drools.integrationtests.AccumulateTest
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.682 sec
Running org.drools.lang.MVELDumperTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.drools.compiler.RuleErrorTest
IM IN YR EROR problem
problem
problem
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.drools.integrationtests.StatefulSessionTest
java.lang.Exception: this should throw an exception
at org.drools.test.Rule_Throw_Consequence_Exception_0.consequence(Rule_Throw_Consequence_Exception_0.java:7)
at org.drools.test.Rule_Throw_Consequence_Exception_0ConsequenceInvoker.evaluate(Rule_Throw_Consequence_Exception_0ConsequenceInvoker.java:19)
at org.drools.common.DefaultAgenda.fireActivation(DefaultAgenda.java:550)
at org.drools.common.DefaultAgenda.fireNextItem(DefaultAgenda.java:514)
at org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:436)
at org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:408)
at org.drools.concurrent.FireAllRules.execute(FireAllRules.java:23)
at org.drools.concurrent.CommandExecutor.run(CommandExecutor.java:60)
at java.lang.Thread.run(Thread.java:595)
java.lang.Exception: this should throw an exception
at org.drools.test.Rule_Throw_Consequence_Exception_0.consequence(Rule_Throw_Consequence_Exception_0.java:7)
at org.drools.test.Rule_Throw_Consequence_Exception_0ConsequenceInvoker.evaluate(Rule_Throw_Consequence_Exception_0ConsequenceInvoker.java:19)
at org.drools.common.DefaultAgenda.fireActivation(DefaultAgenda.java:550)
at org.drools.common.DefaultAgenda.fireNextItem(DefaultAgenda.java:514)
at org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:436)
at org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:408)
at org.drools.concurrent.FireAllRules.execute(FireAllRules.java:23)
at org.drools.concurrent.CommandExecutor.run(CommandExecutor.java:60)
at java.lang.Thread.run(Thread.java:595)
java.lang.Exception: this should throw an exception
at org.drools.test.Rule_Throw_Consequence_Exception_0.consequence(Rule_Throw_Consequence_Exception_0.java:7)
at org.drools.test.Rule_Throw_Consequence_Exception_0ConsequenceInvoker.evaluate(Rule_Throw_Consequence_Exception_0ConsequenceInvoker.java:19)
at org.drools.common.DefaultAgenda.fireActivation(DefaultAgenda.java:550)
at org.drools.common.DefaultAgenda.fireNextItem(DefaultAgenda.java:514)
at org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:436)
at org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:408)
at org.drools.concurrent.FireAllRules.execute(FireAllRules.java:23)
at org.drools.concurrent.CommandExecutor.run(CommandExecutor.java:60)
at java.lang.Thread.run(Thread.java:595)
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.763 sec
Running org.drools.xml.processes.ActionNodeTest
(null: 4, 92): cvc-elt.1: Cannot find the declaration of element 'process'.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running org.drools.brms.server.util.BRDRLPersistenceTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.drools.testframework.FactPopulatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.drools.brms.modeldriven.CompositeFieldConstraintTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.drools.integrationtests.eventgenerator.SimpleEventGeneratorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.522 sec
Running org.drools.compiler.SourcePackageProviderTest
RuleAgent(default) INFO (Thu Feb 28 15:22:06 EST 2008): Configuring with newInstance=false, secondsToRefresh=-1
RuleAgent(default) INFO (Thu Feb 28 15:22:06 EST 2008): Configuring package provider : FileScanner scanning: /tmp/__temp_test_drools_packages/Something.drl
RuleAgent(default) INFO (Thu Feb 28 15:22:06 EST 2008): Applying changes to the rulebase.
RuleAgent(default) INFO (Thu Feb 28 15:22:06 EST 2008): Adding package called HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running org.drools.brms.modeldriven.ConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.drools.rule.builder.dialect.mvel.MVELEvalBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.drools.integrationtests.waltz.ReteOOWaltzTest
4142
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.743 sec
Running org.drools.integrationtests.DynamicRulesTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.059 sec
Running org.drools.brms.modeldriven.ActionFieldValueTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.drools.testframework.RuleCoverageListenerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.drools.brms.server.util.SuggestionCompletionEngineBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.drools.integrationtests.ExecutionFlowControlTest
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.113 sec
Running org.drools.brms.modeldriven.ActionSetFieldTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.drools.brms.modeldriven.RuleModelTest
<rule>
<modelVersion>1.0</modelVersion>
<attributes/>
<lhs>
<fact>
<factType>Car</factType>
<boundName>x</boundName>
</fact>
<fact>
<factType>Car</factType>
<boundName>y</boundName>
</fact>
<fact>
<factType>House</factType>
</fact>
</lhs>
<rhs>
<retract>
<variableName>q</variableName>
</retract>
</rhs>
</rule>
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.drools.xml.rules.XmlPackageReaderTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 sec
Running org.drools.lang.RuleParserTest
Tests run: 116, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 sec
Running org.drools.rule.builder.dialect.mvel.MVELExprAnalyzerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.drools.reteoo.ReteooBuilderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.drools.lang.dsl.DefaultExpanderTest
rule 'x'
when
Foo()
then end
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
Running org.drools.rule.builder.dialect.mvel.MVELPredicateBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.drools.brms.server.util.ScenarioXMLPersistenceTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec
Results :
Failed tests:
testThreadSafetyEclipse(org.drools.integrationtests.PackageBuilderThreadSafetyTest)
Tests run: 668, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 43 seconds
[INFO] Finished at: Thu Feb 28 15:22:15 EST 2008
[INFO] Final Memory: 17M/79M
[INFO] ------------------------------------------------------------------------
Terminating xvnc
[drools] $ vncserver -kill :10
Killing Xvnc process ID 24081
ERROR: No artifacts found that match the file pattern "trunk/target/,rules-ouput/". Configuration error?
ERROR: 'trunk/target/' doesn't match anything, but '' does. Perhaps that's what you mean?
Recording test results
16 years, 9 months
Build failed in Hudson: JBossWebNative-solaris-sparc #3
by jboss-qa-internal@redhat.com
See https://hudson.jboss.org/hudson/job/JBossWebNative-solaris-sparc/3/changes
Changes:
[jfrederic.clere(a)jboss.com] Add missing library for httpd.
[jfrederic.clere(a)jboss.com] Allow hp-ux testing.
[jfrederic.clere(a)jboss.com] Arrange mod_ssl and libz logic.
[jfrederic.clere(a)jboss.com] typo
[jfrederic.clere(a)jboss.com] Add the chroot logic for HP-UX.
[jfrederic.clere(a)jboss.com] Arrange zlib logic.
[jfrederic.clere(a)jboss.com] test return code of uncompressing.
[jfrederic.clere(a)jboss.com] build zlib as I can't find it in hpux sites.
[jfrederic.clere(a)jboss.com] Add a 1.0.3 SIGHT to fix hudson.
[jfrederic.clere(a)jboss.com] Another typo.
[jfrederic.clere(a)jboss.com] typo.
------------------------------------------
[...truncated 465 lines...]
A sight/native/build
AU sight/native/build/mkdir.sh
AU sight/native/build/java.m4
AU sight/native/build/buildcheck.sh
AU sight/native/build/printpath
AU sight/native/build/get-version.sh
AU sight/native/build/lineends.pl
AU sight/native/build/gen-build.py
AU sight/native/build/sight.m4
A sight/native/build/rpm
AU sight/native/build/rpm/sight.spec.in
AU sight/native/NOTICE
AU sight/native/config.layout
A sight/native/os
A sight/native/os/linux
AU sight/native/os/linux/service.c
AU sight/native/os/linux/console.c
AU sight/native/os/linux/volume.c
AU sight/native/os/linux/memory.c
AU sight/native/os/linux/process.c
AU sight/native/os/linux/os.c
AU sight/native/os/linux/tcpstat.c
AU sight/native/os/linux/scm.c
AU sight/native/os/linux/cpustat.c
AU sight/native/os/linux/udpstat.c
AU sight/native/os/linux/main.c
AU sight/native/os/linux/module.c
AU sight/native/os/linux/netadapter.c
AU sight/native/os/linux/cpu.c
AU sight/native/os/linux/common.c
AU sight/native/os/linux/network.c
A sight/native/os/stubs
AU sight/native/os/stubs/service.c
AU sight/native/os/stubs/console.c
AU sight/native/os/stubs/volume.c
AU sight/native/os/stubs/memory.c
AU sight/native/os/stubs/user.c
AU sight/native/os/stubs/process.c
AU sight/native/os/stubs/os.c
AU sight/native/os/stubs/tcpstat.c
AU sight/native/os/stubs/scm.c
AU sight/native/os/stubs/cpustat.c
AU sight/native/os/stubs/udpstat.c
AU sight/native/os/stubs/main.c
AU sight/native/os/stubs/module.c
AU sight/native/os/stubs/netadapter.c
AU sight/native/os/stubs/cpu.c
AU sight/native/os/stubs/network.c
AU sight/native/os/stubs/group.c
A sight/native/os/posix
AU sight/native/os/posix/user.c
AU sight/native/os/posix/syslog.c
AU sight/native/os/posix/group.c
A sight/native/os/unix
AU sight/native/os/unix/os.c
AU sight/native/os/unix/cpustat.c
AU sight/native/os/unix/main.c
AU sight/native/os/unix/cpu.c
A sight/native/os/windows
AU sight/native/os/windows/logmessages.bin
AU sight/native/os/windows/service.c
AU sight/native/os/windows/utils.c
AU sight/native/os/windows/console.c
AU sight/native/os/windows/variant.cpp
AU sight/native/os/windows/volume.c
AU sight/native/os/windows/registry.c
AU sight/native/os/windows/memory.c
AU sight/native/os/windows/jboss.ico
AU sight/native/os/windows/process.c
AU sight/native/os/windows/user.c
AU sight/native/os/windows/os.c
AU sight/native/os/windows/scm.c
AU sight/native/os/windows/tcpstat.c
AU sight/native/os/windows/cpustat.c
AU sight/native/os/windows/main.c
AU sight/native/os/windows/udpstat.c
AU sight/native/os/windows/module.c
AU sight/native/os/windows/logmessages.mc
AU sight/native/os/windows/wmiapi.c
AU sight/native/os/windows/netadapter.c
AU sight/native/os/windows/libsight.rc
AU sight/native/os/windows/cpu.c
AU sight/native/os/windows/network.c
AU sight/native/os/windows/group.c
AU sight/native/os/windows/wmi.cpp
A sight/native/os/solaris
A sight/native/os/solaris/process.c
AU sight/native/os/solaris/service.c
AU sight/native/os/solaris/os.c
A sight/native/os/solaris/console.c
AU sight/native/os/solaris/scm.c
A sight/native/os/solaris/tcpstat.c
AU sight/native/os/solaris/cpustat.c
AU sight/native/os/solaris/main.c
A sight/native/os/solaris/udpstat.c
A sight/native/os/solaris/module.c
AU sight/native/os/solaris/cpu.c
A sight/native/os/solaris/netadapter.c
A sight/native/os/solaris/volume.c
A sight/native/os/solaris/memory.c
A sight/native/os/solaris/network.c
AU sight/native/Makefile.in
A sight/native/share
AU sight/native/share/finfo.c
AU sight/native/share/mutex.c
AU sight/native/share/proc.c
AU sight/native/share/cache.c
AU sight/native/share/library.c
AU sight/native/share/tcpconn.c
AU sight/native/share/udpconn.c
AU sight/native/share/pool.c
AU sight/native/share/buildmark.c
AU sight/native/share/no.c
AU sight/native/share/dir.c
AU sight/native/share/file.c
AU sight/native/share/netaddr.c
AU sight/native/share/hash.c
AU sight/native/share/clazz.c
AU sight/native/share/shm.c
AU sight/native/share/error.c
AU sight/native/share/jnu.c
AU sight/native/build.conf
A sight/native/include
AU sight/native/include/sight.h
AU sight/native/include/sight_types.h
AU sight/native/include/sight_version.h
A sight/native/include/arch
A sight/native/include/arch/unix
AU sight/native/include/arch/unix/sight_private.h
A sight/native/include/arch/windows
AU sight/native/include/arch/windows/sight_private.h
AU sight/native/include/sight_local.h
AU sight/native/sight.pc.in
AU sight/native/buildconf
AU sight/native/configure.in
AU sight/native/CHANGES
AU sight/native/NMAKEmakefile
A sight/native/BUILDING
AU sight/native/COPYING.LIB
AU sight/README.txt
AU sight/COPYING.LIB
AU sight/build.xml
A sight/examples
A sight/examples/org
A sight/examples/org/jboss
A sight/examples/org/jboss/sight
AU sight/examples/org/jboss/sight/ListAdapters.java
AU sight/examples/org/jboss/sight/ListServices.java
AU sight/examples/org/jboss/sight/Load.java
AU sight/examples/org/jboss/sight/ListProcesses.java
AU sight/examples/org/jboss/sight/RunProcess.java
AU sight/examples/org/jboss/sight/CtrlService.java
AU sight/examples/org/jboss/sight/ListVolumes.java
AU sight/examples/org/jboss/sight/ListDirectories.java
AU sight/examples/org/jboss/sight/WMIExample.java
AU sight/examples/org/jboss/sight/DumpTcp.java
AU sight/examples/org/jboss/sight/ListUsers.java
AU sight/examples/org/jboss/sight/ConsoleExample.java
AU sight/examples/org/jboss/sight/DumpUdp.java
A srclib
A srclib/zlib
AU srclib/zlib/URL
AU srclib/zlib/VERSION
AU srclib/zlib/NMAKEmakefile
A srclib/apr
AU srclib/apr/NMAKEmakefile
A srclib/openssl
AU srclib/openssl/buildsslamd64.bat
AU srclib/openssl/buildssl.bat
AU srclib/openssl/buildsslasm.bat
AU srclib/openssl/buildsslia64.bat
A srclib/bzip
A srclib/VERSIONS
A srclib/tomcat-native
AU srclib/tomcat-native/NMAKEmakefile
AU srclib/zlib.README
A srclib/apr-util
AU srclib/apr-util/NMAKEmakefile
A srclib/apr-iconv
AU srclib/apr-iconv/NMAKEmakefile
AU srclib/apr-iconv/README
At revision 1397
[JBossWebNative-solaris-sparc] $ bash -xe /var/tmp/hudson42830.sh
+ . /qa/services/hudson/config_repository/scripts/common/common_bash.sh
++ basedir=/qa/services/hudson/config_repository
++ common_variables=/qa/services/hudson/config_repository/resources/common.variables
++ . /qa/services/hudson/config_repository/scripts/function.d/chprop
++ . /qa/services/hudson/config_repository/scripts/function.d/copy-eap-results
++ . /qa/services/hudson/config_repository/scripts/function.d/get-soa
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-children
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-derby
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-glassfish
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-jboss
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-pointbase
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-rmiiiop-server
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-sunri
++ . /qa/services/hudson/config_repository/scripts/function.d/load_all_vars
+++ . /qa/services/hudson/config_repository/resources/common.variables
++++ JAVA14=/qa/tools/opt/j2sdk1.4.2_15
++++ JAVA15=/qa/tools/opt/jdk1.5.0_12
++++ JAVA16=/qa/tools/opt/jdk1.6.0_02
++++ ANT162=/qa/tools/opt/apache-ant-1.6.2
++++ ANT165=/qa/tools/opt/apache-ant-1.6.5
++++ ANT165_jbpm=/qa/services/hudson/static_build_env/jbpm/apache-ant-1.6.5
++++ ANT165_jbpm_soa=/qa/services/hudson/static_build_env/jbpm.3_soa/apache-ant-1.6.5
++++ ANT170=/qa/tools/opt/apache-ant-1.7.0
++ . /qa/services/hudson/config_repository/scripts/function.d/runtck
++ . /qa/services/hudson/config_repository/scripts/function.d/setant
++ . /qa/services/hudson/config_repository/scripts/function.d/setjava
++ . /qa/services/hudson/config_repository/scripts/function.d/setmaven2
++ . /qa/services/hudson/config_repository/scripts/function.d/stacktrace
++ . /qa/services/hudson/config_repository/scripts/function.d/start-jboss
++ . /qa/services/hudson/config_repository/scripts/function.d/stop-jboss
++ . /qa/services/hudson/config_repository/scripts/function.d/versions
+ cd jbossnative/build/daemon
+ ./buildall.sh
Running buildall.sh : 2007-06-01 06:47:57 -0400 (Fri, 01 Jun 2007) $
Started : Thu Feb 28 21:03:42 EST 2008
Params :
Running build.sh : 2008-02-28 09:45:28 -0500 (Thu, 28 Feb 2008) $
Started : Thu Feb 28 21:03:42 EST 2008
Params : jboss-native -ssl -cache
Using version 2.0.4-dev from package.list
Error missing gnu patch command
Running build.sh : 2008-02-28 09:45:28 -0500 (Thu, 28 Feb 2008) $
Started : Thu Feb 28 21:03:42 EST 2008
Params : jboss-native -cache
Using version 2.0.4-dev from package.list
Error missing gnu patch command
Running build.sh : 2008-02-28 09:45:28 -0500 (Thu, 28 Feb 2008) $
Started : Thu Feb 28 21:03:42 EST 2008
Params : jboss-sight -cache
Using version 1.0.3-dev from package.list
Error missing gnu patch command
ERROR: No artifacts found that match the file pattern "jbossnative/build/unix/output/*.*". Configuration error?
ERROR: 'jbossnative/build/unix/output/*.*' doesn't match anything: 'jbossnative' exists but not 'jbossnative/build/unix/output/*.*'
Build was marked for publishing on https://hudson.jboss.org/hudson/
finished: FAILURE
16 years, 9 months
Build failed in Hudson: JBossWebNative-solaris-x86 #3
by jboss-qa-internal@redhat.com
See https://hudson.jboss.org/hudson/job/JBossWebNative-solaris-x86/3/changes
Changes:
[jfrederic.clere(a)jboss.com] Add missing library for httpd.
[jfrederic.clere(a)jboss.com] Allow hp-ux testing.
[jfrederic.clere(a)jboss.com] Arrange mod_ssl and libz logic.
[jfrederic.clere(a)jboss.com] typo
[jfrederic.clere(a)jboss.com] Add the chroot logic for HP-UX.
[jfrederic.clere(a)jboss.com] Arrange zlib logic.
[jfrederic.clere(a)jboss.com] test return code of uncompressing.
[jfrederic.clere(a)jboss.com] build zlib as I can't find it in hpux sites.
[jfrederic.clere(a)jboss.com] Add a 1.0.3 SIGHT to fix hudson.
[jfrederic.clere(a)jboss.com] Another typo.
[jfrederic.clere(a)jboss.com] typo.
------------------------------------------
[...truncated 484 lines...]
AU sight/native/os/linux/process.c
AU sight/native/os/linux/os.c
AU sight/native/os/linux/tcpstat.c
AU sight/native/os/linux/scm.c
AU sight/native/os/linux/cpustat.c
AU sight/native/os/linux/udpstat.c
AU sight/native/os/linux/main.c
AU sight/native/os/linux/module.c
AU sight/native/os/linux/netadapter.c
AU sight/native/os/linux/cpu.c
AU sight/native/os/linux/common.c
AU sight/native/os/linux/network.c
A sight/native/os/stubs
AU sight/native/os/stubs/service.c
AU sight/native/os/stubs/console.c
AU sight/native/os/stubs/volume.c
AU sight/native/os/stubs/memory.c
AU sight/native/os/stubs/user.c
AU sight/native/os/stubs/process.c
AU sight/native/os/stubs/os.c
AU sight/native/os/stubs/tcpstat.c
AU sight/native/os/stubs/scm.c
AU sight/native/os/stubs/cpustat.c
AU sight/native/os/stubs/udpstat.c
AU sight/native/os/stubs/main.c
AU sight/native/os/stubs/module.c
AU sight/native/os/stubs/netadapter.c
AU sight/native/os/stubs/cpu.c
AU sight/native/os/stubs/network.c
AU sight/native/os/stubs/group.c
A sight/native/os/posix
AU sight/native/os/posix/user.c
AU sight/native/os/posix/syslog.c
AU sight/native/os/posix/group.c
A sight/native/os/unix
AU sight/native/os/unix/os.c
AU sight/native/os/unix/cpustat.c
AU sight/native/os/unix/main.c
AU sight/native/os/unix/cpu.c
A sight/native/os/windows
AU sight/native/os/windows/logmessages.bin
AU sight/native/os/windows/service.c
AU sight/native/os/windows/utils.c
AU sight/native/os/windows/console.c
AU sight/native/os/windows/variant.cpp
AU sight/native/os/windows/volume.c
AU sight/native/os/windows/registry.c
AU sight/native/os/windows/memory.c
AU sight/native/os/windows/jboss.ico
AU sight/native/os/windows/process.c
AU sight/native/os/windows/user.c
AU sight/native/os/windows/os.c
AU sight/native/os/windows/scm.c
AU sight/native/os/windows/tcpstat.c
AU sight/native/os/windows/cpustat.c
AU sight/native/os/windows/main.c
AU sight/native/os/windows/udpstat.c
AU sight/native/os/windows/module.c
AU sight/native/os/windows/logmessages.mc
AU sight/native/os/windows/wmiapi.c
AU sight/native/os/windows/netadapter.c
AU sight/native/os/windows/libsight.rc
AU sight/native/os/windows/cpu.c
AU sight/native/os/windows/network.c
AU sight/native/os/windows/group.c
AU sight/native/os/windows/wmi.cpp
A sight/native/os/solaris
A sight/native/os/solaris/process.c
AU sight/native/os/solaris/service.c
AU sight/native/os/solaris/os.c
A sight/native/os/solaris/console.c
AU sight/native/os/solaris/scm.c
A sight/native/os/solaris/tcpstat.c
AU sight/native/os/solaris/cpustat.c
AU sight/native/os/solaris/main.c
A sight/native/os/solaris/udpstat.c
A sight/native/os/solaris/module.c
AU sight/native/os/solaris/cpu.c
A sight/native/os/solaris/netadapter.c
A sight/native/os/solaris/volume.c
A sight/native/os/solaris/memory.c
A sight/native/os/solaris/network.c
AU sight/native/Makefile.in
A sight/native/share
AU sight/native/share/finfo.c
AU sight/native/share/mutex.c
AU sight/native/share/proc.c
AU sight/native/share/cache.c
AU sight/native/share/library.c
AU sight/native/share/tcpconn.c
AU sight/native/share/udpconn.c
AU sight/native/share/pool.c
AU sight/native/share/buildmark.c
AU sight/native/share/no.c
AU sight/native/share/dir.c
AU sight/native/share/file.c
AU sight/native/share/netaddr.c
AU sight/native/share/hash.c
AU sight/native/share/clazz.c
AU sight/native/share/shm.c
AU sight/native/share/error.c
AU sight/native/share/jnu.c
AU sight/native/build.conf
A sight/native/include
AU sight/native/include/sight.h
AU sight/native/include/sight_types.h
AU sight/native/include/sight_version.h
A sight/native/include/arch
A sight/native/include/arch/unix
AU sight/native/include/arch/unix/sight_private.h
A sight/native/include/arch/windows
AU sight/native/include/arch/windows/sight_private.h
AU sight/native/include/sight_local.h
AU sight/native/sight.pc.in
AU sight/native/buildconf
AU sight/native/configure.in
AU sight/native/CHANGES
AU sight/native/NMAKEmakefile
A sight/native/BUILDING
AU sight/native/COPYING.LIB
AU sight/README.txt
AU sight/COPYING.LIB
AU sight/build.xml
A sight/examples
A sight/examples/org
A sight/examples/org/jboss
A sight/examples/org/jboss/sight
AU sight/examples/org/jboss/sight/ListAdapters.java
AU sight/examples/org/jboss/sight/ListServices.java
AU sight/examples/org/jboss/sight/Load.java
AU sight/examples/org/jboss/sight/ListProcesses.java
AU sight/examples/org/jboss/sight/RunProcess.java
AU sight/examples/org/jboss/sight/CtrlService.java
AU sight/examples/org/jboss/sight/ListVolumes.java
AU sight/examples/org/jboss/sight/ListDirectories.java
AU sight/examples/org/jboss/sight/WMIExample.java
AU sight/examples/org/jboss/sight/DumpTcp.java
AU sight/examples/org/jboss/sight/ListUsers.java
AU sight/examples/org/jboss/sight/ConsoleExample.java
AU sight/examples/org/jboss/sight/DumpUdp.java
A srclib
A srclib/zlib
AU srclib/zlib/URL
AU srclib/zlib/VERSION
AU srclib/zlib/NMAKEmakefile
A srclib/apr
AU srclib/apr/NMAKEmakefile
A srclib/openssl
AU srclib/openssl/buildsslamd64.bat
AU srclib/openssl/buildssl.bat
AU srclib/openssl/buildsslasm.bat
AU srclib/openssl/buildsslia64.bat
A srclib/bzip
A srclib/VERSIONS
A srclib/tomcat-native
AU srclib/tomcat-native/NMAKEmakefile
AU srclib/zlib.README
A srclib/apr-util
AU srclib/apr-util/NMAKEmakefile
A srclib/apr-iconv
AU srclib/apr-iconv/NMAKEmakefile
AU srclib/apr-iconv/README
At revision 1397
[JBossWebNative-solaris-x86] $ bash -xe /var/tmp/hudson29641.sh
+ . /qa/services/hudson/config_repository/scripts/common/common_bash.sh
++ basedir=/qa/services/hudson/config_repository
++ common_variables=/qa/services/hudson/config_repository/resources/common.variables
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/chprop
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/copy-eap-results
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/get-soa
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-children
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-derby
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-glassfish
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-jboss
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-pointbase
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-rmiiiop-server
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-sunri
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/load_all_vars
+++ . /qa/services/hudson/config_repository/resources/common.variables
++++ JAVA14=/qa/tools/opt/j2sdk1.4.2_15
++++ JAVA15=/qa/tools/opt/jdk1.5.0_12
++++ JAVA16=/qa/tools/opt/jdk1.6.0_02
++++ ANT162=/qa/tools/opt/apache-ant-1.6.2
++++ ANT165=/qa/tools/opt/apache-ant-1.6.5
++++ ANT165_jbpm=/qa/services/hudson/static_build_env/jbpm/apache-ant-1.6.5
++++ ANT165_jbpm_soa=/qa/services/hudson/static_build_env/jbpm.3_soa/apache-ant-1.6.5
++++ ANT170=/qa/tools/opt/apache-ant-1.7.0
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/runtck
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/setant
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/setjava
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/setmaven2
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/stacktrace
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/start-jboss
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/stop-jboss
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/versions
+ cd jbossnative/build/daemon
+ ./buildall.sh
Running buildall.sh : 2007-06-01 06:47:57 -0400 (Fri, 01 Jun 2007) $
Started : Thu Feb 28 21:04:36 EST 2008
Params :
Running build.sh : 2008-02-28 09:45:28 -0500 (Thu, 28 Feb 2008) $
Started : Thu Feb 28 21:04:36 EST 2008
Params : jboss-native -ssl -cache
Using version 2.0.4-dev from package.list
Error missing gnu patch command
Running build.sh : 2008-02-28 09:45:28 -0500 (Thu, 28 Feb 2008) $
Started : Thu Feb 28 21:04:36 EST 2008
Params : jboss-native -cache
Using version 2.0.4-dev from package.list
Error missing gnu patch command
Running build.sh : 2008-02-28 09:45:28 -0500 (Thu, 28 Feb 2008) $
Started : Thu Feb 28 21:04:36 EST 2008
Params : jboss-sight -cache
Using version 1.0.3-dev from package.list
Error missing gnu patch command
ERROR: No artifacts found that match the file pattern "jbossnative/build/unix/output/*.*". Configuration error?
ERROR: 'jbossnative/build/unix/output/*.*' doesn't match anything: 'jbossnative' exists but not 'jbossnative/build/unix/output/*.*'
Build was marked for publishing on https://hudson.jboss.org/hudson/
finished: FAILURE
16 years, 9 months
Build failed in Hudson: JBossWebNative-hp-ux-9000_800 #5
by jboss-qa-internal@redhat.com
See https://hudson.jboss.org/hudson/job/JBossWebNative-hp-ux-9000_800/5/changes
Changes:
[jfrederic.clere(a)jboss.com] Add missing library for httpd.
------------------------------------------
[...truncated 484 lines...]
AU sight/native/os/linux/process.c
AU sight/native/os/linux/os.c
AU sight/native/os/linux/tcpstat.c
AU sight/native/os/linux/scm.c
AU sight/native/os/linux/cpustat.c
AU sight/native/os/linux/udpstat.c
AU sight/native/os/linux/main.c
AU sight/native/os/linux/module.c
AU sight/native/os/linux/netadapter.c
AU sight/native/os/linux/cpu.c
AU sight/native/os/linux/common.c
AU sight/native/os/linux/network.c
A sight/native/os/stubs
AU sight/native/os/stubs/service.c
AU sight/native/os/stubs/console.c
AU sight/native/os/stubs/volume.c
AU sight/native/os/stubs/memory.c
AU sight/native/os/stubs/user.c
AU sight/native/os/stubs/process.c
AU sight/native/os/stubs/os.c
AU sight/native/os/stubs/tcpstat.c
AU sight/native/os/stubs/scm.c
AU sight/native/os/stubs/cpustat.c
AU sight/native/os/stubs/udpstat.c
AU sight/native/os/stubs/main.c
AU sight/native/os/stubs/module.c
AU sight/native/os/stubs/netadapter.c
AU sight/native/os/stubs/cpu.c
AU sight/native/os/stubs/network.c
AU sight/native/os/stubs/group.c
A sight/native/os/posix
AU sight/native/os/posix/user.c
AU sight/native/os/posix/syslog.c
AU sight/native/os/posix/group.c
A sight/native/os/unix
AU sight/native/os/unix/os.c
AU sight/native/os/unix/cpustat.c
AU sight/native/os/unix/main.c
AU sight/native/os/unix/cpu.c
A sight/native/os/windows
AU sight/native/os/windows/logmessages.bin
AU sight/native/os/windows/service.c
AU sight/native/os/windows/utils.c
AU sight/native/os/windows/console.c
AU sight/native/os/windows/variant.cpp
AU sight/native/os/windows/volume.c
AU sight/native/os/windows/registry.c
AU sight/native/os/windows/memory.c
AU sight/native/os/windows/jboss.ico
AU sight/native/os/windows/process.c
AU sight/native/os/windows/user.c
AU sight/native/os/windows/os.c
AU sight/native/os/windows/scm.c
AU sight/native/os/windows/tcpstat.c
AU sight/native/os/windows/cpustat.c
AU sight/native/os/windows/main.c
AU sight/native/os/windows/udpstat.c
AU sight/native/os/windows/module.c
AU sight/native/os/windows/logmessages.mc
AU sight/native/os/windows/wmiapi.c
AU sight/native/os/windows/netadapter.c
AU sight/native/os/windows/libsight.rc
AU sight/native/os/windows/cpu.c
AU sight/native/os/windows/network.c
AU sight/native/os/windows/group.c
AU sight/native/os/windows/wmi.cpp
A sight/native/os/solaris
A sight/native/os/solaris/process.c
AU sight/native/os/solaris/service.c
AU sight/native/os/solaris/os.c
A sight/native/os/solaris/console.c
AU sight/native/os/solaris/scm.c
A sight/native/os/solaris/tcpstat.c
AU sight/native/os/solaris/cpustat.c
AU sight/native/os/solaris/main.c
A sight/native/os/solaris/udpstat.c
A sight/native/os/solaris/module.c
AU sight/native/os/solaris/cpu.c
A sight/native/os/solaris/netadapter.c
A sight/native/os/solaris/volume.c
A sight/native/os/solaris/memory.c
A sight/native/os/solaris/network.c
AU sight/native/Makefile.in
A sight/native/share
AU sight/native/share/finfo.c
AU sight/native/share/mutex.c
AU sight/native/share/proc.c
AU sight/native/share/cache.c
AU sight/native/share/library.c
AU sight/native/share/tcpconn.c
AU sight/native/share/udpconn.c
AU sight/native/share/pool.c
AU sight/native/share/buildmark.c
AU sight/native/share/no.c
AU sight/native/share/dir.c
AU sight/native/share/file.c
AU sight/native/share/netaddr.c
AU sight/native/share/hash.c
AU sight/native/share/clazz.c
AU sight/native/share/shm.c
AU sight/native/share/error.c
AU sight/native/share/jnu.c
AU sight/native/build.conf
A sight/native/include
AU sight/native/include/sight.h
AU sight/native/include/sight_types.h
AU sight/native/include/sight_version.h
A sight/native/include/arch
A sight/native/include/arch/unix
AU sight/native/include/arch/unix/sight_private.h
A sight/native/include/arch/windows
AU sight/native/include/arch/windows/sight_private.h
AU sight/native/include/sight_local.h
AU sight/native/sight.pc.in
AU sight/native/buildconf
AU sight/native/configure.in
AU sight/native/CHANGES
AU sight/native/NMAKEmakefile
A sight/native/BUILDING
AU sight/native/COPYING.LIB
AU sight/README.txt
AU sight/COPYING.LIB
AU sight/build.xml
A sight/examples
A sight/examples/org
A sight/examples/org/jboss
A sight/examples/org/jboss/sight
AU sight/examples/org/jboss/sight/ListAdapters.java
AU sight/examples/org/jboss/sight/ListServices.java
AU sight/examples/org/jboss/sight/Load.java
AU sight/examples/org/jboss/sight/ListProcesses.java
AU sight/examples/org/jboss/sight/RunProcess.java
AU sight/examples/org/jboss/sight/CtrlService.java
AU sight/examples/org/jboss/sight/ListVolumes.java
AU sight/examples/org/jboss/sight/ListDirectories.java
AU sight/examples/org/jboss/sight/WMIExample.java
AU sight/examples/org/jboss/sight/DumpTcp.java
AU sight/examples/org/jboss/sight/ListUsers.java
AU sight/examples/org/jboss/sight/ConsoleExample.java
AU sight/examples/org/jboss/sight/DumpUdp.java
A srclib
A srclib/zlib
AU srclib/zlib/URL
AU srclib/zlib/VERSION
AU srclib/zlib/NMAKEmakefile
A srclib/apr
AU srclib/apr/NMAKEmakefile
A srclib/openssl
AU srclib/openssl/buildsslamd64.bat
AU srclib/openssl/buildssl.bat
AU srclib/openssl/buildsslasm.bat
AU srclib/openssl/buildsslia64.bat
A srclib/bzip
A srclib/VERSIONS
A srclib/tomcat-native
AU srclib/tomcat-native/NMAKEmakefile
AU srclib/zlib.README
A srclib/apr-util
AU srclib/apr-util/NMAKEmakefile
A srclib/apr-iconv
AU srclib/apr-iconv/NMAKEmakefile
AU srclib/apr-iconv/README
At revision 1397
[JBossWebNative-hp-ux-9000_800] $ bash -xe /var/tmp/hudson9346.sh
+ . /home/hudson/config_repository/scripts/common/common_bash.sh
++ basedir=/home/hudson/config_repository
++ common_variables=/home/hudson/config_repository/resources/common.variables
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/chprop
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/copy-eap-results
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/get-soa
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-children
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-derby
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-glassfish
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-jboss
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-pointbase
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-rmiiiop-server
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-sunri
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/load_all_vars
+++ . /home/hudson/config_repository/resources/common.variables
++++ JAVA14=/qa/tools/opt/j2sdk1.4.2_15
++++ JAVA15=/qa/tools/opt/jdk1.5.0_12
++++ JAVA16=/qa/tools/opt/jdk1.6.0_02
++++ ANT162=/qa/tools/opt/apache-ant-1.6.2
++++ ANT165=/qa/tools/opt/apache-ant-1.6.5
++++ ANT165_jbpm=/home/hudson/static_build_env/jbpm/apache-ant-1.6.5
++++ ANT165_jbpm_soa=/home/hudson/static_build_env/jbpm.3_soa/apache-ant-1.6.5
++++ ANT170=/qa/tools/opt/apache-ant-1.7.0
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/runtck
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/setant
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/setjava
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/setmaven2
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/stacktrace
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/start-jboss
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/stop-jboss
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/versions
+ cd jbossnative/build/daemon
+ ./buildall.sh
Running buildall.sh : 2007-06-01 06:47:57 -0400 (Fri, 01 Jun 2007) $
Started : Thu Feb 28 21:02:44 EST 2008
Params :
Running build.sh : 2008-02-28 09:45:28 -0500 (Thu, 28 Feb 2008) $
Started : Thu Feb 28 21:02:45 EST 2008
Params : jboss-native -ssl -cache
Using version 2.0.4-dev from package.list
Error missing gnu patch command
Running build.sh : 2008-02-28 09:45:28 -0500 (Thu, 28 Feb 2008) $
Started : Thu Feb 28 21:02:45 EST 2008
Params : jboss-native -cache
Using version 2.0.4-dev from package.list
Error missing gnu patch command
Running build.sh : 2008-02-28 09:45:28 -0500 (Thu, 28 Feb 2008) $
Started : Thu Feb 28 21:02:45 EST 2008
Params : jboss-sight -cache
Using version 1.0.3-dev from package.list
Error missing gnu patch command
ERROR: No artifacts found that match the file pattern "jbossnative/build/unix/output/*.*". Configuration error?
ERROR: 'jbossnative/build/unix/output/*.*' doesn't match anything: 'jbossnative' exists but not 'jbossnative/build/unix/output/*.*'
Build was marked for publishing on https://hudson.jboss.org/hudson/
finished: FAILURE
16 years, 9 months