Build failed in Hudson: Red_Hat_Dev_Studio #294
by jboss-qa-internal@redhat.com
See http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/294/changes
------------------------------------------
[...truncated 77234 lines...]
[java] [javac] SeamVersion cannot be resolved
[java] [javac] ----------
[java] [javac] 193. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeListConverterTest.java (at line 85)
[java] [javac] public static class SeamRuntimeComparator implements Comparator<SeamRuntime> {
[java] [javac] ^^^^^^^^^^^
[java] [javac] SeamRuntime cannot be resolved to a type
[java] [javac] ----------
[java] [javac] 194. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeListConverterTest.java (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] 195. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeListConverterTest.java (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] 196. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeManagerTest.java (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] 197. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeManagerTest.java (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] 198. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeManagerTest.java (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] 199. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeManagerTest.java (at line 32)
[java] [javac] SeamRuntimeManager manager;
[java] [javac] ^^^^^^^^^^^^^^^^^^
[java] [javac] SeamRuntimeManager cannot be resolved to a type
[java] [javac] ----------
[java] [javac] 200. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeManagerTest.java (at line 40)
[java] [javac] manager = SeamRuntimeManager.getInstance();
[java] [javac] ^^^^^^^
[java] [javac] manager cannot be resolved
[java] [javac] ----------
[java] [javac] 201. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeManagerTest.java (at line 40)
[java] [javac] manager = SeamRuntimeManager.getInstance();
[java] [javac] ^^^^^^^^^^^^^^^^^^
[java] [javac] SeamRuntimeManager cannot be resolved
[java] [javac] ----------
[java] [javac] 202. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeManagerTest.java (at line 41)
[java] [javac] assertNotNull("Cannot obtainSeamRuntimeManager instance", manager);
[java] [javac] ^^^^^^^
[java] [javac] manager cannot be resolved
[java] [javac] ----------
[java] [javac] 203. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeManagerTest.java (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] 204. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeManagerTest.java (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] 205. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeManagerTest.java (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] 206. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeManagerTest.java (at line 51)
[java] [javac] SeamRuntime[] rtms = manager.getRuntimes();
[java] [javac] ^^^^^^^^^^^
[java] [javac] SeamRuntime cannot be resolved to a type
[java] [javac] ----------
[java] [javac] 207. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeManagerTest.java (at line 51)
[java] [javac] SeamRuntime[] rtms = manager.getRuntimes();
[java] [javac] ^^^^^^^
[java] [javac] manager cannot be resolved
[java] [javac] ----------
[java] [javac] 208. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeManagerTest.java (at line 60)
[java] [javac] SeamRuntimeManager manager = SeamRuntimeManager.getInstance();
[java] [javac] ^^^^^^^^^^^^^^^^^^
[java] [javac] SeamRuntimeManager cannot be resolved to a type
[java] [javac] ----------
[java] [javac] 209. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeManagerTest.java (at line 60)
[java] [javac] SeamRuntimeManager manager = SeamRuntimeManager.getInstance();
[java] [javac] ^^^^^^^^^^^^^^^^^^
[java] [javac] SeamRuntimeManager cannot be resolved
[java] [javac] ----------
[java] [javac] 210. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeManagerTest.java (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] 211. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeManagerTest.java (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] 212. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeManagerTest.java (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] 213. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeManagerTest.java (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] 214. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeManagerTest.java (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] 215. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeManagerTest.java (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] 216. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeManagerTest.java (at line 82)
[java] [javac] srt = manager.findRuntimeByName("Seam 1.2.0");
[java] [javac] ^^^^^^^
[java] [javac] manager cannot be resolved
[java] [javac] ----------
[java] [javac] 217. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeManagerTest.java (at line 104)
[java] [javac] assertNotNull("Cannot obtain default runtime 'Seam 1.2.0'",manager.getDefaultRuntime());
[java] [javac] ^^^^^^^
[java] [javac] manager cannot be resolved
[java] [javac] ----------
[java] [javac] 218. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/SeamRuntimeManagerTest.java (at line 105)
[java] [javac] assertNotNull("Cannot obtain default runtime 'Seam 1.2.0'",manager.getDefaultRuntime().getName().equals("Seam 1.2.0"));
[java] [javac] ^^^^^^^
[java] [javac] manager cannot be resolved
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 219. WARNING in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/TestUtils.java (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] 220. WARNING in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/TestUtils.java (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] 221. WARNING in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/TestUtils.java (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] 222. WARNING in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/TestUtils.java (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] 223. WARNING in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/TestUtils.java (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] 224. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/WtpUtilsTest.java (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] 225. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/WtpUtilsTest.java (at line 44)
[java] [javac] WtpUtils.createEclipseProject("genericProject", new NullProgressMonitor());
[java] [javac] ^^^^^^^^
[java] [javac] WtpUtils cannot be resolved
[java] [javac] ----------
[java] [javac] 226. ERROR in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/WtpUtilsTest.java (at line 52)
[java] [javac] WtpUtils.createDefaultEjbProject("ejbProject", new NullProgressMonitor());
[java] [javac] ^^^^^^^^
[java] [javac] WtpUtils cannot be resolved
[java] [javac] ----------
[java] [javac] 226 problems (217 errors, 9 warnings)
[java] [javac] Compilation failed. Compiler errors are available in /home/hudson/rhds-build/eclipse/plugins/org.jboss.tools.seam.core.test/temp.folder/seam-core-tests.jar.bin.log
[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...
[mkdir] Created dir: /home/hudson/rhds-build/200710260005-nightly/tests
[copy] Copied 3 empty directories to 3 empty directories under /home/hudson/rhds-build/200710260005-nightly/tests
testBuild:
[echo] Extracting test eclipse workbench to /home/hudson/rhds-build/200710260005-nightly/tests
unzipEclipse:
[echo] eclipseInstallDir=/home/hudson/rhds-build/200710260005-nightly/tests/eclipse-SDK-linux-gtk.tar.gz
[untar] Expanding: /home/hudson/rhds-build/eclipse-SDK-linux-gtk.tar.gz into /home/hudson/rhds-build/200710260005-nightly/tests
[echo] Extracting drivers into /home/hudson/rhds-build/200710260005-nightly/tests
[unzip] Expanding: /home/hudson/rhds-build/requirements/dtp/dtp-sdk_1.5.1.zip into /home/hudson/rhds-build/200710260005-nightly/tests
[unzip] Expanding: /home/hudson/rhds-build/requirements/dtp/dtp-sdk_1.5.zip into /home/hudson/rhds-build/200710260005-nightly/tests
[unzip] Expanding: /home/hudson/rhds-build/requirements/emf-sdo-xsd/emf-sdo-xsd-SDK-2.3.0.zip into /home/hudson/rhds-build/200710260005-nightly/tests
[unzip] Expanding: /home/hudson/rhds-build/requirements/emf-sdo-xsd/emf-sdo-xsd-SDK-2.3.1.zip into /home/hudson/rhds-build/200710260005-nightly/tests
[unzip] Expanding: /home/hudson/rhds-build/requirements/gef/GEF-SDK-3.3.1.zip into /home/hudson/rhds-build/200710260005-nightly/tests
[unzip] Expanding: /home/hudson/rhds-build/requirements/gef/GEF-SDK-3.3.zip into /home/hudson/rhds-build/200710260005-nightly/tests
[unzip] Expanding: /home/hudson/rhds-build/requirements/webtools/wtp-sdk-R-2.0-200706260303.zip into /home/hudson/rhds-build/200710260005-nightly/tests
[unzip] Expanding: /home/hudson/rhds-build/requirements/webtools/wtp-sdk-R-2.0.1-20070926042742.zip into /home/hudson/rhds-build/200710260005-nightly/tests
[echo] Extracting test framework
[unzip] Expanding: /home/hudson/rhds-build/requirements/testframework/eclipse-test-framework-3.3.zip into /home/hudson/rhds-build/200710260005-nightly/tests
[echo] Extracting build 200710260005-nightly
[unzip] Expanding: /home/hudson/rhds-build/200710260005-nightly/all/rhdevstudio-200710260005-nightly-ALL-linux-gtk.zip into /home/hudson/rhds-build/200710260005-nightly/tests
[unzip] Expanding: /home/hudson/rhds-build/200710260005-nightly/all/rhdevstudio-200710260005-nightly-ALL-macosx-carbon.zip into /home/hudson/rhds-build/200710260005-nightly/tests
[unzip] Expanding: /home/hudson/rhds-build/200710260005-nightly/all/rhdevstudio-200710260005-nightly-ALL-win32.zip into /home/hudson/rhds-build/200710260005-nightly/tests
[echo] Extracting JBossAS
[echo] Applying Seam-gen Patch
[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... :87: org.dom4j.DocumentException: null Nested exception: null
Total time: 49 minutes 50 seconds
+ cd ../configs/rhds
+ zip build.log.zip build.log
updating: build.log (deflated 95%)
+ cd ../..
+ cp -r /home/hudson/rhds-build .
+ ant -lib http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/org.jboss.ide... -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/200710260005-nightly
[copy] Copying 35 files to /qa/services/http/binaries/RHDS/nightly/200710260005-nightly
[copy] Copied 45 empty directories to 29 empty directories under /qa/services/http/binaries/RHDS/nightly/200710260005-nightly
BUILD SUCCESSFUL
Total time: 28 seconds
++ cat /home/hudson/rhds-build/buildData.properties
++ grep upload.to
++ perl -ne 's/[\s\t]+upload.to=[^\/]+\///g;print;'
+ builddir=200710260005-nightly
++ cat /home/hudson/rhds-build/buildData.properties
++ grep upload.to
++ perl -ne 's/[\s\t]+upload.to=//g; s/\/.*//g; print;'
+ buildtype=nightly
++ cat /home/hudson/jbosstools-build/buildData.properties
++ grep upload.to
++ perl -ne 's/[\s\t]+upload.to=//g; s/\/.*//g; print;'
+ uploadto=nightly
+ cp configs/rhds/build.log.zip /qa/services/http/binaries/RHDS/nightly/200710260005-nightly/build.log.zip
+ scp -i /home/hudson/.ssh/exadel_rsa '/home/hudson/rhds-build/200710260005-nightly/installer/build/rhdevstudio-*.jar' rhds@download.exadel.com:/home/rhds/builds/nightly
/home/hudson/rhds-build/200710260005-nightly/installer/build/rhdevstudio-*.jar: No such file or directory
Terminating xvnc
[Red_Hat_Dev_Studio] $ vncserver -kill :10
Killing Xvnc process ID 5050
18 years, 5 months
Build failed in Hudson: JBoss-AS-5.0.x-TestSuite-sun15-noip #108
by jboss-qa-internal@redhat.com
See https://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x-TestSuite-sun15-noip/1...
Changes:
[bstansberry(a)jboss.com] Set distinct JBM ServerPeerID values when we run clustered tests
[anil.saldhana(a)jboss.com] upgrade to security 2.0.1-GA
[anil.saldhana(a)jboss.com] bring the sec proxy interfaces back into AS workspace
[dimitris(a)jboss.org] JBAS-4753, avoid passing duplicate interfaces when creating Proxies.
[bstansberry(a)jboss.com] [JBAS-4888] Inject InvalidationManagerMBean into JGCacheInvalidationBridge
[sguilhen(a)redhat.com] JBAS-4804: Merge from Branch_4_2.
[thomas.diesler(a)jboss.com] Fix service-ref handling for jse endpoints
------------------------------------------
[...truncated 27955 lines...]
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
tests-jbossmx-performance:
[junit] Running org.jboss.test.jbossmx.performance.dynamic.InvocationTestCase
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 9.83 sec
[junit] Running org.jboss.test.jbossmx.performance.standard.InvocationTestCase
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 45.505 sec
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
tests-iiop:
[junit] Running org.jboss.test.bankiiop.test.BankStressTestCase
[junit] Tests run: 8, Failures: 0, Errors: 8, Time elapsed: 5.043 sec
[junit] Test org.jboss.test.bankiiop.test.BankStressTestCase FAILED
[junit] Running org.jboss.test.excepiiop.test.ExceptionTimingStressTestCase
[junit] Tests run: 6, Failures: 0, Errors: 6, Time elapsed: 5.074 sec
[junit] Test org.jboss.test.excepiiop.test.ExceptionTimingStressTestCase FAILED
[junit] Running org.jboss.test.helloiiop.test.HelloTimingStressTestCase
[junit] Tests run: 6, Failures: 0, Errors: 6, Time elapsed: 5.113 sec
[junit] Test org.jboss.test.helloiiop.test.HelloTimingStressTestCase FAILED
[junit] Running org.jboss.test.hellojrmpiiop.test.HelloTimingStressTestCase
[junit] Tests run: 7, Failures: 0, Errors: 6, Time elapsed: 2.045 sec
[junit] Test org.jboss.test.hellojrmpiiop.test.HelloTimingStressTestCase FAILED
[junit] Running org.jboss.test.iiop.test.NoCodebaseUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.872 sec
[junit] Test org.jboss.test.iiop.test.NoCodebaseUnitTestCase FAILED
[junit] Running org.jboss.test.iiop.test.ParameterPassingStressTestCase
[junit] Tests run: 20, Failures: 0, Errors: 20, Time elapsed: 9.647 sec
[junit] Test org.jboss.test.iiop.test.ParameterPassingStressTestCase FAILED
[junit] Running org.jboss.test.marshaliiop.test.EjbUnMarshalUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.925 sec
[junit] Test org.jboss.test.marshaliiop.test.EjbUnMarshalUnitTestCase FAILED
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
tests-scout-jaxr:
[junit] Running org.jboss.test.jaxr.scout.JaxrBaseTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.808 sec
[junit] Running org.jboss.test.jaxr.scout.basic.JaxrJNDIConnectionTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.059 sec
[junit] Running org.jboss.test.jaxr.scout.publish.JaxrDeleteAssociationTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 8.045 sec
[junit] Running org.jboss.test.jaxr.scout.publish.JaxrDeleteOrganizationTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.91 sec
[junit] Running org.jboss.test.jaxr.scout.publish.JaxrSaveOrganizationTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.537 sec
[junit] Running org.jboss.test.jaxr.scout.publish.JaxrSaveServiceBindingTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.502 sec
[junit] Running org.jboss.test.jaxr.scout.publish.infomodel.JaxrClassficationTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.23 sec
[junit] Running org.jboss.test.jaxr.scout.publish.infomodel.JaxrConfimAssociationTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.884 sec
[junit] Running org.jboss.test.jaxr.scout.query.JaxrBusinessQueryTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.415 sec
[junit] Running org.jboss.test.jaxr.scout.query.infomodel.JaxrFindAssociationsTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.991 sec
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
tests-webservice:
[junit] Running org.jboss.test.webservice.admindevel.ExampleTestCase
[junit] Found log4j.xml: file:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/testsuite/output/resources/log4j.xml
[junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 2.031 sec
[junit] Test org.jboss.test.webservice.admindevel.ExampleTestCase FAILED
[junit] Running org.jboss.test.webservice.admindevel.ExplodedExampleTestCase
[junit] Found log4j.xml: file:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/testsuite/output/resources/log4j.xml
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.096 sec
[junit] Test org.jboss.test.webservice.admindevel.ExplodedExampleTestCase FAILED
[junit] Running org.jboss.test.webservice.admindevel.RedeployExampleTestCase
[junit] Found log4j.xml: file:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/testsuite/output/resources/log4j.xml
[junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 1.16 sec
[junit] Test org.jboss.test.webservice.admindevel.RedeployExampleTestCase FAILED
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
tests-aspects-14:
tests-aspects-15:
_buildmagic:init:
Trying to override old definition of task property
_buildmagic:init:buildlog:
configure:
Overriding previous definition of reference to jboss.test.classpath
init:
compile-classes:
[javac] Compiling 4 source files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/aspects/output/classes
asynch:
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/aspects/output/lib/asynch-test.sar
jars:
main:
_buildmagic:init:
Trying to override old definition of task property
configure:
Overriding previous definition of reference to jboss.test.classpath
init:
tests:
_buildmagic:init:
init:
test:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/aspects/output/reports
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/aspects/output/log
[junit] Running org.jboss.test.asynch.AsynchTestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.416 sec
tests-aspects:
[server:stop] Shutting down server: all
[server:stop] Shutting down server: /qa/tools/opt/jdk1.5.0_12/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/build/output/jboss-5.0.0.Beta3/bin/shutdown.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/build/output/jboss-5.0.0.Beta3/client/jbossall-client.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-common.jar org.jboss.Shutdown --server jnp://localhost:1099 --shutdown
[server:stop] shutdownTimeout will be=45
[server:stop] Failed to shutdown server "all" before timeout. Destroying the process.
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
tests-profileservice:
[echo] creating profileservice config, jboss.dist=/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/build/output/jboss-5.0.0.Beta3
[copy] Copying 378 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/build/output/jboss-5.0.0.Beta3/server/profileservice
[copy] Copied 101 empty directories to 1 empty directory under /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/build/output/jboss-5.0.0.Beta3/server/profileservice
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/build/output/jboss-5.0.0.Beta3/server/profileservice/conf
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/build/output/jboss-5.0.0.Beta3/server/profileservice/deployers
[server:start] Starting server "profileservice" with command:
[server:start] /qa/tools/opt/jdk1.5.0_12/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/build/output/jboss-5.0.0.Beta3/bin/run.jar:/qa/tools/opt/jdk1.5.0_12/lib/tools.jar -Xms128m -Xmx512m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Djava.endorsed.dirs=/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/build/output/jboss-5.0.0.Beta3/lib/endorsed -Djgroups.udp.ip_ttl=0 org.jboss.Main -c profileservice -b localhost -u 227.43.67.130
[server:start] Failed to start server "profileservice" before timeout. Destroying the process.
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/testsuite/build.xml:833: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/testsuite/build.xml:890: Error starting server "profileservice": Server failed to start; see logs.
Total time: 96 minutes 53 seconds
+ BSTATUS=1
+ [[ 1 -ne 0 ]]
+ kill-jboss
++ uname -s
+ [[ Linux == \L\i\n\u\x ]]
+ ps -eaf --columns 2200
+ grep run.jar
+ grep -v grep
+ awk '{ print $2; }'
+ xargs kill
usage: kill [ -s signal | -p ] [ -a ] pid ...
kill -l [ signal ]
+ sleep 10
+ ps -eaf --columns 2200
+ grep run.jar
+ grep -v grep
+ xargs kill -9
+ awk '{ print $2; }'
usage: kill [ -s signal | -p ] [ -a ] pid ...
kill -l [ signal ]
+ return 0
+ exit 1
Recording test results
Build was marked for publishing on https://hudson.jboss.org/hudson/
finished: FAILURE
18 years, 5 months