Build failed in Hudson: jboss-aop-head-jbossas-4.2.0.GA-JRockit #70
by jboss-qa-internal@redhat.com
See http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-4.2.0.GA-JRo...
Changes:
[kabir.khan(a)jboss.com] [JBAOP-707] Test aspects for fields and constructors, as well as methods
[kabir.khan(a)jboss.com] Update release notes for 2.1.0.GA
[kabir.khan(a)jboss.com] Disable hotswap tests
[stalep] [JBAS-6617]
fixed deadlock.
[kabir.khan(a)jboss.com] [JBAOP-707] Test AspectFactories
[kabir.khan(a)jboss.com] [JBAOP-707] Add test for classic weaving
[kabir.khan(a)jboss.com] Unused imports
[kabir.khan(a)jboss.com] [JBAOP-707] Rename class
[kabir.khan(a)jboss.com] Comment out debug stuff
[kabir.khan(a)jboss.com] [JBAOP-707] Initial commit. Ignore and log aop artifacts that cannot be found using the loader. Test currently tests GeneratedAdvisor and has been excluded until some issues have been resolved.
[flavia.rainone(a)jboss.com] [JBAOP-720] Replaced the collection on the classes Advisor, ClassifiedBindingAndPointcutCollection, UnmodifiableEmptyCollections.
[flavia.rainone(a)jboss.com] [JBAOP-713] The synchronized blocks have been replaced by use of the AOPLock only. The reason for this is that using double synchronization blocks was the same as not getting the benefits of readWrite lock:
synchronized{lock.lockWrite()....}
synchronized{lock.lockRead()....}
is the same as using synchronized{}.
The use of synchronized was responsible for the deadlock scenarios we've been seeing.
------------------------------------------
[...truncated 4268 lines...]
[java] [INFO] JBoss AOP AS Integration Core
[java] [INFO] JBoss AOP AS Integration JMX
[java] [INFO] JBoss AOP AS Integration MC
[java] [INFO] JBoss AOP Helper
[java] [INFO] JBoss AOP Deployers
[java] [INFO] JBoss AOP JRockit Pluggable Instrumentor
[java] [INFO] JBoss AOP Distribution Build
[java] WAGON_VERSION: 1.0-beta-2
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Building JBoss AOP Parent POM
[java] [INFO] task-segment: [clean]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] [clean:clean]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Building JBoss AOP Framework
[java] [INFO] task-segment: [clean]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] [clean:clean]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Building JBoss AOP Pluggable Instrumentor
[java] [INFO] task-segment: [clean]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] [clean:clean]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Building JBoss AOP Aspects
[java] [INFO] task-segment: [clean]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] [clean:clean]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Building JBoss AOP AS Integration Core
[java] [INFO] task-segment: [clean]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] [clean:clean]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Building JBoss AOP AS Integration JMX
[java] [INFO] task-segment: [clean]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] [clean:clean]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Building JBoss AOP AS Integration MC
[java] [INFO] task-segment: [clean]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] [clean:clean]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Building JBoss AOP Helper
[java] [INFO] task-segment: [clean]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] [clean:clean]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Building JBoss AOP Deployers
[java] [INFO] task-segment: [clean]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] [clean:clean]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Building JBoss AOP JRockit Pluggable Instrumentor
[java] [INFO] task-segment: [clean]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] [clean:clean]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Building JBoss AOP Distribution Build
[java] [INFO] task-segment: [clean]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] [clean:clean]
[java] [INFO]
[java] [INFO]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Reactor Summary:
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] JBoss AOP Parent POM .................................. SUCCESS [1.628s]
[java] [INFO] JBoss AOP Framework ................................... SUCCESS [1.096s]
[java] [INFO] JBoss AOP Pluggable Instrumentor ...................... SUCCESS [0.002s]
[java] [INFO] JBoss AOP Aspects ..................................... SUCCESS [0.002s]
[java] [INFO] JBoss AOP AS Integration Core ......................... SUCCESS [0.078s]
[java] [INFO] JBoss AOP AS Integration JMX .......................... SUCCESS [0.001s]
[java] [INFO] JBoss AOP AS Integration MC ........................... SUCCESS [0.002s]
[java] [INFO] JBoss AOP Helper ...................................... SUCCESS [0.041s]
[java] [INFO] JBoss AOP Deployers ................................... SUCCESS [0.004s]
[java] [INFO] JBoss AOP JRockit Pluggable Instrumentor .............. SUCCESS [0.101s]
[java] [INFO] JBoss AOP Distribution Build .......................... SUCCESS [0.001s]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] BUILD SUCCESSFUL
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Total time: 8 seconds
[java] [INFO] Finished at: Thu Apr 16 00:26:01 EDT 2009
[java] [INFO] Final Memory: 34M/64M
[java] [INFO] ------------------------------------------------------------------------
clean:
maven-build-install:
[echo] jrockit: -Djrockit.home=/qa/tools/opt/jrockit-jdk1.5.0_08
[java] [INFO] Scanning for projects...
[java] [INFO] Reactor build order:
[java] [INFO] JBoss AOP Parent POM
[java] [INFO] JBoss AOP Framework
[java] [INFO] JBoss AOP Pluggable Instrumentor
[java] [INFO] JBoss AOP Aspects
[java] [INFO] JBoss AOP AS Integration Core
[java] [INFO] JBoss AOP AS Integration JMX
[java] [INFO] JBoss AOP AS Integration MC
[java] [INFO] JBoss AOP Helper
[java] [INFO] JBoss AOP Deployers
[java] [INFO] JBoss AOP JRockit Pluggable Instrumentor
[java] [INFO] JBoss AOP Distribution Build
[java] WAGON_VERSION: 1.0-beta-2
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Building JBoss AOP Parent POM
[java] [INFO] task-segment: [install]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] [enforcer:enforce {execution: enforce-versions}]
[java] [INFO] [site:attach-descriptor]
[java] [INFO] Preparing source:jar
[java] [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[java] [INFO] [enforcer:enforce {execution: enforce-versions}]
[java] [INFO] [source:jar {execution: attach-sources}]
[java] [INFO] [install:install]
[java] [INFO] Installing /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/pom.xml to /home/hudson/.m2/repository/org/jboss/aop/jboss-aop-parent/2.1.0-SNAPSHOT/jboss-aop-parent-2.1.0-SNAPSHOT.pom
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Building JBoss AOP Framework
[java] [INFO] task-segment: [install]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] [enforcer:enforce {execution: enforce-versions}]
[java] [INFO] [resources:resources]
[java] [INFO] Using default encoding to copy filtered resources.
[java] [INFO] [compiler:compile]
[java] [INFO] Compiling 479 source files to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aop/target/classes
[java] [INFO] [antrun:run {execution: jrockit-compile}]
[java] [INFO] Executing tasks
[java] [echo] jrockit.home=/qa/tools/opt/jrockit-jdk1.5.0_08
[java] [javac] Compiling 1 source file to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aop/target/classes
[java] [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aop/target/lib
[java] [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aop/target/lib/jrockit-pluggable-instrumentor.jar
[java] [INFO] Executed tasks
[java] [INFO] [resources:testResources]
[java] [INFO] Using default encoding to copy filtered resources.
[java] [INFO] [compiler:testCompile]
[java] [INFO] Compiling 858 source files to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aop/target/test-classes
[java] [INFO] [surefire:test]
[java] [INFO] Tests are skipped.
[java] [INFO] [jar:jar]
[java] [INFO] Building jar: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aop/target/jboss-aop.jar
[java] [INFO] Preparing source:jar
[java] [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[java] [INFO] [enforcer:enforce {execution: enforce-versions}]
[java] [INFO] [source:jar {execution: attach-sources}]
[java] [INFO] Building jar: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aop/target/jboss-aop-sources.jar
[java] [INFO] [jar:test-jar {execution: create-test-jar}]
[java] [INFO] Building jar: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aop/target/jboss-aop-tests.jar
[java] [INFO] [assembly:attached {execution: jdk50-client}]
[java] [INFO] Reading assembly descriptor: src/assembly/client.xml
[java] [INFO] Building jar: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aop/target/jboss-aop-client.jar
[java] [INFO] [assembly:attached {execution: client-sources}]
[java] [INFO] Reading assembly descriptor: src/assembly/client-sources.xml
[java] [INFO] Building jar: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aop/target/jboss-aop-client-sources.jar
[java] [INFO] [assembly:attached {execution: single}]
[java] [INFO] Reading assembly descriptor: src/assembly/single.xml
[java] [INFO] Processing DependencySet (output=null)
[java] [INFO] Building jar: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aop/target/jboss-aop-single.jar
[java] [INFO] [antrun:run {execution: copy-output-jars}]
[java] [INFO] Executing tasks
[java] [copy] Copying 4 files to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aop/target/etc
[java] [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aop/target/lib
[java] [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aop/target/lib
[java] [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aop/target/lib
[java] [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aop/target/lib
[java] [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aop/target/lib
[java] [INFO] Executed tasks
[java] [INFO] [install:install]
[java] [INFO] Installing /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aop/target/jboss-aop.jar to /home/hudson/.m2/repository/org/jboss/aop/jboss-aop/2.1.0-SNAPSHOT/jboss-aop-2.1.0-SNAPSHOT.jar
[java] [INFO] Installing /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aop/target/jboss-aop-sources.jar to /home/hudson/.m2/repository/org/jboss/aop/jboss-aop/2.1.0-SNAPSHOT/jboss-aop-2.1.0-SNAPSHOT-sources.jar
[java] [INFO] Installing /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aop/target/jboss-aop-tests.jar to /home/hudson/.m2/repository/org/jboss/aop/jboss-aop/2.1.0-SNAPSHOT/jboss-aop-2.1.0-SNAPSHOT-tests.jar
[java] [INFO] Installing /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aop/target/jboss-aop-client.jar to /home/hudson/.m2/repository/org/jboss/aop/jboss-aop/2.1.0-SNAPSHOT/jboss-aop-2.1.0-SNAPSHOT-client.jar
[java] [INFO] Installing /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aop/target/jboss-aop-client-sources.jar to /home/hudson/.m2/repository/org/jboss/aop/jboss-aop/2.1.0-SNAPSHOT/jboss-aop-2.1.0-SNAPSHOT-client-sources.jar
[java] [INFO] Installing /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aop/target/jboss-aop-single.jar to /home/hudson/.m2/repository/org/jboss/aop/jboss-aop/2.1.0-SNAPSHOT/jboss-aop-2.1.0-SNAPSHOT-single.jar
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Building JBoss AOP Pluggable Instrumentor
[java] [INFO] task-segment: [install]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] [enforcer:enforce {execution: enforce-versions}]
[java] [INFO] [resources:resources]
[java] [INFO] Using default encoding to copy filtered resources.
[java] [INFO] [compiler:compile]
[java] [INFO] Compiling 1 source file to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/pluggable-instrumentor/target/classes
[java] [INFO] [resources:testResources]
[java] [INFO] Using default encoding to copy filtered resources.
[java] [INFO] [compiler:testCompile]
[java] [INFO] No sources to compile
[java] [INFO] [surefire:test]
[java] [INFO] No tests to run.
[java] [INFO] [jar:jar]
[java] [INFO] Building jar: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/pluggable-instrumentor/target/pluggable-instrumentor.jar
[java] [INFO] Preparing source:jar
[java] [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[java] [INFO] [enforcer:enforce {execution: enforce-versions}]
[java] [INFO] [source:jar {execution: attach-sources}]
[java] [INFO] Building jar: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/pluggable-instrumentor/target/pluggable-instrumentor-sources.jar
[java] [INFO] [install:install]
[java] [INFO] Installing /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/pluggable-instrumentor/target/pluggable-instrumentor.jar to /home/hudson/.m2/repository/org/jboss/aop/pluggable-instrumentor/2.1.0-SNAPSHOT/pluggable-instrumentor-2.1.0-SNAPSHOT.jar
[java] [INFO] Installing /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/pluggable-instrumentor/target/pluggable-instrumentor-sources.jar to /home/hudson/.m2/repository/org/jboss/aop/pluggable-instrumentor/2.1.0-SNAPSHOT/pluggable-instrumentor-2.1.0-SNAPSHOT-sources.jar
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Building JBoss AOP Aspects
[java] [INFO] task-segment: [install]
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] [enforcer:enforce {execution: enforce-versions}]
[java] [INFO] [resources:resources]
[java] [INFO] Using default encoding to copy filtered resources.
[java] [INFO] [compiler:compile]
[java] [INFO] Compiling 99 source files to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aspects/target/classes
[java] [INFO] [resources:testResources]
[java] [INFO] Using default encoding to copy filtered resources.
[java] [INFO] [compiler:testCompile]
[java] [INFO] Compiling 34 source files to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aspects/target/test-classes
[java] [INFO] [surefire:test]
[java] [INFO] Tests are skipped.
[java] [INFO] [jar:jar]
[java] [INFO] Building jar: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aspects/target/jboss-aop-aspects.jar
[java] [INFO] Preparing source:jar
[java] [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[java] [INFO] [enforcer:enforce {execution: enforce-versions}]
[java] [INFO] [source:jar {execution: attach-sources}]
[java] [INFO] Building jar: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aspects/target/jboss-aop-aspects-sources.jar
[java] [INFO] [install:install]
[java] [INFO] Installing /qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/aspects/target/jboss-aop-aspects.jar to /home/hudson/.m2/repository/org/jboss/aop/jboss-aop-aspects/2.1.0-SNAPSHOT/jboss-aop-aspects-2.1.0-SNAPSHOT.jar
[java] [INFO] ------------------------------------------------------------------------
[java] [ERROR] BUILD ERROR
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Error installing artifact's metadata: Error installing metadata: Error updating group repository metadata
[java] in epilog non whitespace content is not allowed but got l (position: END_TAG seen ...</metadata>l... @11:13)
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] For more information, run Maven with the -e switch
[java] [INFO] ------------------------------------------------------------------------
[java] [INFO] Total time: 3 minutes 4 seconds
[java] [INFO] Finished at: Thu Apr 16 00:29:07 EDT 2009
[java] [INFO] Final Memory: 75M/102M
[java] [INFO] ------------------------------------------------------------------------
[java] Java Result: 1
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-head-jbossas-4.2.0.GA-JRockit/trunk/build/build.xml:135: Unable to build maven modules. See maven output for details.
Total time: 3 minutes 24 seconds
Terminating xvnc
[jboss-aop-head-jbossas-4.2.0.GA-JRockit] $ vncserver -kill :17
Killing Xvnc process ID 15689
[jboss-aop-head-jbossas-4.2.0.GA-JRockit] $ bash -xe /tmp/hudson6294256005020469757.sh
+ kill 15668
Recording test results
17 years
Build failed in Hudson: jboss-aop-branch_2_1-jbossas-4.0.5.GA-ejb3 #14
by jboss-qa-internal@redhat.com
See http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch_2_1-jbossas-4.0.5....
------------------------------------------
[...truncated 85725 lines...]
+ grep -q '^HTTP/.* 200 OK$'
+ TELNET=21784
+ wait 21784
+ telnet localhost 8080
+ kill 21787
+ (( 120 > 1001 - 991 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ grep -q '^HTTP/.* 200 OK$'
+ TELNET=21807
+ wait 21807
+ kill 21809
+ (( 120 > 1006 - 991 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=21824
+ wait 21824
+ grep -q '^HTTP/.* 200 OK$'
+ kill 21825
+ (( 120 > 1011 - 991 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ grep -q '^HTTP/.* 200 OK$'
+ TELNET=21858
+ wait 21858
+ kill 21860
+ (( 120 > 1016 - 991 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=21912
+ grep -q '^HTTP/.* 200 OK$'
+ wait 21912
+ kill 21913
+ (( 120 > 1021 - 991 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ grep -q '^HTTP/.* 200 OK$'
+ TELNET=21969
+ wait 21969
+ kill 21971
+ (( 120 > 1026 - 991 ))
+ grep -q '^HTTP/.* 200 OK$'
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ TELNET=21991
+ sleep 5
+ telnet localhost 8080
+ wait 21991
+ kill 21993
+ exit 0
+ echo Server started successfully.
Server started successfully.
+ cd /qa/services/hudson/hudson_workspace/workspace/jboss-aop-branch_2_1-jbossas-4.0.5.GA-ejb3/jboss-4.0.5.GA-src/testsuite
+ bash build.sh test -Dtest=aop -Dconfig=4.0.5.GA-ejb3
Searching for build.xml ...
Buildfile: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-branch_2_1-jbossas-4.0.5.GA-ejb3/jboss-4.0.5.GA-src/testsuite/build.xml
test:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-branch_2_1-jbossas-4.0.5.GA-ejb3/jboss-4.0.5.GA-src/testsuite/output/log
[junit] Running org.jboss.test.aop.test.AOPUnitTestCase
[junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 79.689 sec
[junit] Running org.jboss.test.aop.test.ObservableUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 73.417 sec
[junit] Running org.jboss.test.aop.test.RemotingUnitTestCase
[junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 73.222 sec
[junit] Running org.jboss.test.aop.test.ScopedUnitTestCase
[junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 0.684 sec
[junit] Test org.jboss.test.aop.test.ScopedUnitTestCase FAILED
[junit] Running org.jboss.test.aop.test.SecurityUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 72.898 sec
[junit] Running org.jboss.test.aop.test.SimpleBeanUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.05 sec
[junit] Running org.jboss.test.aop.test.TxLockUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
[junit] Test org.jboss.test.aop.test.TxLockUnitTestCase FAILED (timeout)
[junit] Running org.jboss.test.aop.test.TxUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
[junit] Test org.jboss.test.aop.test.TxUnitTestCase FAILED (timeout)
[junit] Running org.jboss.test.aop.test.VersionedObjectUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
[junit] Test org.jboss.test.aop.test.VersionedObjectUnitTestCase FAILED (timeout)
BUILD SUCCESSFUL
Total time: 20 minutes 23 seconds
+ stop-jboss -p /qa/services/hudson/hudson_workspace/workspace/jboss-aop-branch_2_1-jbossas-4.0.5.GA-ejb3/jboss-4.0.5.GA-src/build/output/jboss-4.0.5.GA-ejb3/server/all -b localhost
+ local flag=
+ local OPTIND=1
+ getopts p:b:t:m: flag
+ case $flag in
+ local JBOSS_SHUTDOWN_PATH=/qa/services/hudson/hudson_workspace/workspace/jboss-aop-branch_2_1-jbossas-4.0.5.GA-ejb3/jboss-4.0.5.GA-src/build/output/jboss-4.0.5.GA-ejb3/server/all
+ getopts p:b:t:m: flag
+ case $flag in
+ local JBOSS_SERVER_BIND_ADDR=localhost
+ getopts p:b:t:m: flag
+ [[ -f /qa/services/hudson/hudson_workspace/workspace/jboss-aop-branch_2_1-jbossas-4.0.5.GA-ejb3/jboss-4.0.5.GA-src/build/output/jboss-4.0.5.GA-ejb3/server/all ]]
+ [[ -f /qa/services/hudson/hudson_workspace/workspace/jboss-aop-branch_2_1-jbossas-4.0.5.GA-ejb3/jboss-4.0.5.GA-src/build/output/jboss-4.0.5.GA-ejb3/server/all/shutdown.sh ]]
+ [[ -f /qa/services/hudson/hudson_workspace/workspace/jboss-aop-branch_2_1-jbossas-4.0.5.GA-ejb3/jboss-4.0.5.GA-src/build/output/jboss-4.0.5.GA-ejb3/server/all/bin/shutdown.sh ]]
+ [[ -f /qa/services/hudson/hudson_workspace/workspace/jboss-aop-branch_2_1-jbossas-4.0.5.GA-ejb3/jboss-4.0.5.GA-src/build/output/jboss-4.0.5.GA-ejb3/server/all/../../bin/shutdown.sh ]]
+ [[ -r /qa/services/hudson/hudson_workspace/workspace/jboss-aop-branch_2_1-jbossas-4.0.5.GA-ejb3/jboss-4.0.5.GA-src/build/output/jboss-4.0.5.GA-ejb3/server/all/../../bin/shutdown.sh ]]
+ [[ -s /qa/services/hudson/hudson_workspace/workspace/jboss-aop-branch_2_1-jbossas-4.0.5.GA-ejb3/jboss-4.0.5.GA-src/build/output/jboss-4.0.5.GA-ejb3/server/all/../../bin/shutdown.sh ]]
+ JBOSS_SHUTDOWN_PATH=/qa/services/hudson/hudson_workspace/workspace/jboss-aop-branch_2_1-jbossas-4.0.5.GA-ejb3/jboss-4.0.5.GA-src/build/output/jboss-4.0.5.GA-ejb3/server/all/../../bin/shutdown.sh
+ chmod 770 /qa/services/hudson/hudson_workspace/workspace/jboss-aop-branch_2_1-jbossas-4.0.5.GA-ejb3/jboss-4.0.5.GA-src/build/output/jboss-4.0.5.GA-ejb3/server/all/../../bin/shutdown.sh
+ [[ -n localhost ]]
+ [[ -n '' ]]
+ local JBOSS_SERVER_SHUTDOWN_MODE=S
+ [[ '' -gt 0 ]]
+ local JBOSS_SERVER_TIMEOUT=90
+ local 'STOP_OPTS=-S -s localhost:1099'
+ echo Stopping server on IP localhost
Stopping server on IP localhost
+ echo With command '"/qa/services/hudson/hudson_workspace/workspace/jboss-aop-branch_2_1-jbossas-4.0.5.GA-ejb3/jboss-4.0.5.GA-src/build/output/jboss-4.0.5.GA-ejb3/server/all/../../bin/shutdown.sh -S -s localhost:1099"'
With command "/qa/services/hudson/hudson_workspace/workspace/jboss-aop-branch_2_1-jbossas-4.0.5.GA-ejb3/jboss-4.0.5.GA-src/build/output/jboss-4.0.5.GA-ejb3/server/all/../../bin/shutdown.sh -S -s localhost:1099"
+ /qa/services/hudson/hudson_workspace/workspace/jboss-aop-branch_2_1-jbossas-4.0.5.GA-ejb3/jboss-4.0.5.GA-src/build/output/jboss-4.0.5.GA-ejb3/server/all/../../bin/shutdown.sh -S -s localhost:1099
Shutdown message has been posted to the server.
Server shutdown may take a while - check logfiles for completion
++ exec
++ IFS==
++ read IP ServerLog
++ [[ localhost == \l\o\c\a\l\h\o\s\t ]]
++ LOG=http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch_2_1-jbossas-4....
++ read IP ServerLog
++ echo http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch_2_1-jbossas-4.0.5....
+ JBOSS_SERVER_LOG=http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch_2...
+ echo Checking Log '"http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch_2_1-jbossas-4.0.5...."' for shutdown.
Checking Log "http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch_2_1-jbossas-4.0.5...." for shutdown.
+ echo Timeout will be 90 seconds.
Timeout will be 90 seconds.
+ local interval=5
+ local i=0
+ (( 0 < 90 ))
+ i=5
++ tail -1 http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch_2_1-jbossas-4.0.5....
+ [[ 16:45:16,693 INFO [Server] JBoss SHUTDOWN: Undeploying all packages == \H\a\l\t\i\n\g\ \V\M ]]
+ sleep 5
+ (( 5 < 90 ))
+ i=10
++ tail -1 http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch_2_1-jbossas-4.0.5....
+ [[ 16:45:16,693 INFO [Server] JBoss SHUTDOWN: Undeploying all packages == \H\a\l\t\i\n\g\ \V\M ]]
+ sleep 5
+ (( 10 < 90 ))
+ i=15
++ tail -1 http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch_2_1-jbossas-4.0.5....
+ [[ 16:45:16,693 INFO [Server] JBoss SHUTDOWN: Undeploying all packages == \H\a\l\t\i\n\g\ \V\M ]]
+ sleep 5
+ (( 15 < 90 ))
+ i=20
++ tail -1 http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch_2_1-jbossas-4.0.5....
+ [[ 16:45:16,693 INFO [Server] JBoss SHUTDOWN: Undeploying all packages == \H\a\l\t\i\n\g\ \V\M ]]
+ sleep 5
+ (( 20 < 90 ))
+ i=25
++ tail -1 http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch_2_1-jbossas-4.0.5....
+ [[ 16:45:16,693 INFO [Server] JBoss SHUTDOWN: Undeploying all packages == \H\a\l\t\i\n\g\ \V\M ]]
+ sleep 5
+ (( 25 < 90 ))
+ i=30
++ tail -1 http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch_2_1-jbossas-4.0.5....
+ [[ 16:45:16,693 INFO [Server] JBoss SHUTDOWN: Undeploying all packages == \H\a\l\t\i\n\g\ \V\M ]]
+ sleep 5
+ (( 30 < 90 ))
+ i=35
++ tail -1 http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch_2_1-jbossas-4.0.5....
+ [[ 16:45:16,693 INFO [Server] JBoss SHUTDOWN: Undeploying all packages == \H\a\l\t\i\n\g\ \V\M ]]
+ sleep 5
+ (( 35 < 90 ))
+ i=40
++ tail -1 http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch_2_1-jbossas-4.0.5....
+ [[ 16:45:16,693 INFO [Server] JBoss SHUTDOWN: Undeploying all packages == \H\a\l\t\i\n\g\ \V\M ]]
+ sleep 5
+ (( 40 < 90 ))
+ i=45
++ tail -1 http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch_2_1-jbossas-4.0.5....
+ [[ 16:45:16,693 INFO [Server] JBoss SHUTDOWN: Undeploying all packages == \H\a\l\t\i\n\g\ \V\M ]]
+ sleep 5
+ (( 45 < 90 ))
+ i=50
++ tail -1 http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch_2_1-jbossas-4.0.5....
+ [[ 16:45:16,693 INFO [Server] JBoss SHUTDOWN: Undeploying all packages == \H\a\l\t\i\n\g\ \V\M ]]
+ sleep 5
+ (( 50 < 90 ))
+ i=55
++ tail -1 http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch_2_1-jbossas-4.0.5....
+ [[ 16:45:16,693 INFO [Server] JBoss SHUTDOWN: Undeploying all packages == \H\a\l\t\i\n\g\ \V\M ]]
+ sleep 5
+ (( 55 < 90 ))
+ i=60
++ tail -1 http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch_2_1-jbossas-4.0.5....
+ [[ 16:45:16,693 INFO [Server] JBoss SHUTDOWN: Undeploying all packages == \H\a\l\t\i\n\g\ \V\M ]]
+ sleep 5
+ (( 60 < 90 ))
+ i=65
++ tail -1 http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch_2_1-jbossas-4.0.5....
+ [[ 16:45:16,693 INFO [Server] JBoss SHUTDOWN: Undeploying all packages == \H\a\l\t\i\n\g\ \V\M ]]
+ sleep 5
+ (( 65 < 90 ))
+ i=70
++ tail -1 http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch_2_1-jbossas-4.0.5....
+ [[ 16:45:16,693 INFO [Server] JBoss SHUTDOWN: Undeploying all packages == \H\a\l\t\i\n\g\ \V\M ]]
+ sleep 5
+ (( 70 < 90 ))
+ i=75
++ tail -1 http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch_2_1-jbossas-4.0.5....
+ [[ 16:45:16,693 INFO [Server] JBoss SHUTDOWN: Undeploying all packages == \H\a\l\t\i\n\g\ \V\M ]]
+ sleep 5
+ (( 75 < 90 ))
+ i=80
++ tail -1 http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch_2_1-jbossas-4.0.5....
+ [[ 16:45:16,693 INFO [Server] JBoss SHUTDOWN: Undeploying all packages == \H\a\l\t\i\n\g\ \V\M ]]
+ sleep 5
+ (( 80 < 90 ))
+ i=85
++ tail -1 http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch_2_1-jbossas-4.0.5....
+ [[ 16:45:16,693 INFO [Server] JBoss SHUTDOWN: Undeploying all packages == \H\a\l\t\i\n\g\ \V\M ]]
+ sleep 5
+ (( 85 < 90 ))
+ i=90
++ tail -1 http://hudson.qa.jboss.com/hudson/job/jboss-aop-branch_2_1-jbossas-4.0.5....
+ [[ 16:45:16,693 INFO [Server] JBoss SHUTDOWN: Undeploying all packages == \H\a\l\t\i\n\g\ \V\M ]]
+ sleep 5
+ (( 90 < 90 ))
+ echo JBoss Instance cannot shutdown in time. Killing.
JBoss Instance cannot shutdown in time. Killing.
+ 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
+ sleep 10
+ ps -eaf --columns 2200
+ grep run.jar
+ grep -v grep
+ awk '{ print $2; }'
+ xargs kill -9
+ echo Exiting with a failure.
Exiting with a failure.
+ return 1
Terminating xvnc
[jboss-aop-branch_2_1-jbossas-4.0.5.GA-ejb3] $ vncserver -kill :15
Killing Xvnc process ID 17729
[jboss-aop-branch_2_1-jbossas-4.0.5.GA-ejb3] $ bash -xe /tmp/hudson4159478321828620038.sh
+ kill 17709
Recording test results
17 years
JBoss-AS-5.1.x - Build # 344 - Failure!
by jboss-qa-internal@redhat.com
JBoss-AS-5.1.x - Build # 344 - Failure:
Check console output at https://hudson.jboss.org/hudson//job/JBoss-AS-5.1.x/344 to view the results.
Modifications since last build:
-------------------------------------------------------------------------
[...truncated 9586 lines...]
A testsuite/src/resources/classloader/interrupt
AU testsuite/src/resources/classloader/interrupt/jboss-service.xml
A testsuite/src/resources/classloader/leak
A testsuite/src/resources/classloader/leak/ejb
A testsuite/src/resources/classloader/leak/ejb/META-INF
A testsuite/src/resources/classloader/leak/ejb/META-INF/MANIFEST.MF
A testsuite/src/resources/classloader/leak/ejb/META-INF/jcl
A testsuite/src/resources/classloader/leak/ejb/META-INF/jcl/MANIFEST.MF
AU testsuite/src/resources/classloader/leak/ejb/META-INF/ejb-jar.xml
A testsuite/src/resources/classloader/leak/ejb3
A testsuite/src/resources/classloader/leak/ejb3/META-INF
A testsuite/src/resources/classloader/leak/ejb3/META-INF/MANIFEST.MF
A testsuite/src/resources/classloader/leak/sar
A testsuite/src/resources/classloader/leak/sar/META-INF
AU testsuite/src/resources/classloader/leak/sar/META-INF/jboss-service.xml
A testsuite/src/resources/classloader/leak/ear
A testsuite/src/resources/classloader/leak/ear/META-INF
AU testsuite/src/resources/classloader/leak/ear/META-INF/application.xml
AU testsuite/src/resources/classloader/leak/ear/META-INF/application-ejb3.xml
AU testsuite/src/resources/classloader/leak/ear/META-INF/application-dual.xml
AU testsuite/src/resources/classloader/leak/ear/META-INF/application-jcl.xml
AU testsuite/src/resources/classloader/leak/ear/META-INF/application-noweb.xml
AU testsuite/src/resources/classloader/leak/ear/META-INF/application-noweb-ejb3.xml
AU testsuite/src/resources/classloader/leak/ear/META-INF/jboss-app.xml
A testsuite/src/resources/classloader/leak/war
A testsuite/src/resources/classloader/leak/war/nocache
A testsuite/src/resources/classloader/leak/war/nocache/noreplicable
A testsuite/src/resources/classloader/leak/war/nocache/noreplicable/WEB-INF
AU testsuite/src/resources/classloader/leak/war/nocache/noreplicable/WEB-INF/web.xml
AU testsuite/src/resources/classloader/leak/war/nocache/simple.jsp
A testsuite/src/resources/classloader/leak/war/nocache/WEB-INF
AU testsuite/src/resources/classloader/leak/war/nocache/WEB-INF/web.xml
A testsuite/src/resources/classloader/leak/war/ejb2
A testsuite/src/resources/classloader/leak/war/ejb2/WEB-INF
AU testsuite/src/resources/classloader/leak/war/ejb2/WEB-INF/web.xml
AU testsuite/src/resources/classloader/leak/war/ejb2/ejb.jsp
A testsuite/src/resources/classloader/leak/war/ejb3
A testsuite/src/resources/classloader/leak/war/ejb3/WEB-INF
AU testsuite/src/resources/classloader/leak/war/ejb3/WEB-INF/web.xml
AU testsuite/src/resources/classloader/leak/war/ejb3/ejb.jsp
AU testsuite/src/resources/classloader/leak/war/simple.jsp
A testsuite/src/resources/classloader/leak/war/WEB-INF
AU testsuite/src/resources/classloader/leak/war/WEB-INF/web-simple.xml
AU testsuite/src/resources/classloader/leak/war/WEB-INF/jboss-web.xml
AU testsuite/src/resources/classloader/leak/war/WEB-INF/web.xml
AU testsuite/src/resources/classloader/leak/war/ejb.jsp
A testsuite/src/resources/invokers
A testsuite/src/resources/invokers/META-INF
AU testsuite/src/resources/invokers/META-INF/jboss.xml
AU testsuite/src/resources/invokers/META-INF/ejb-jar.xml
A testsuite/src/resources/invokers/service-inf
AU testsuite/src/resources/invokers/service-inf/jboss-service.xml
A testsuite/src/resources/iiop
A testsuite/src/resources/iiop/META-INF
AU testsuite/src/resources/iiop/META-INF/jboss.xml
AU testsuite/src/resources/iiop/META-INF/ejb-jar.xml
AU testsuite/src/resources/iiop/client.policy
A testsuite/src/resources/ejb
A testsuite/src/resources/ejb/proxy
A testsuite/src/resources/ejb/proxy/META-INF
AU testsuite/src/resources/ejb/proxy/META-INF/jboss.xml
AU testsuite/src/resources/ejb/proxy/META-INF/ejb-jar.xml
A testsuite/src/resources/schema
AU testsuite/src/resources/schema/jbossxb.xsd
A testsuite/src/resources/hibernate
A testsuite/src/resources/hibernate/ejb
A testsuite/src/resources/hibernate/ejb/META-INF
AU testsuite/src/resources/hibernate/ejb/META-INF/jboss.xml
AU testsuite/src/resources/hibernate/ejb/META-INF/ejb-jar.xml
A testsuite/src/resources/hibernate/ejbtimers
AU testsuite/src/resources/hibernate/ejbtimers/jboss.xml
AU testsuite/src/resources/hibernate/ejbtimers/Timers.hbm.xml
AU testsuite/src/resources/hibernate/ejbtimers/ejb-jar.xml
AU testsuite/src/resources/hibernate/ejbtimers/jboss-hibernate.xml
A testsuite/src/resources/hibernate/ear
AU testsuite/src/resources/hibernate/ear/application.xml
AU testsuite/src/resources/hibernate/ear/jboss-app.xml
A testsuite/src/resources/hibernate/ear1
AU testsuite/src/resources/hibernate/ear1/jboss.xml
AU testsuite/src/resources/hibernate/ear1/application.xml
AU testsuite/src/resources/hibernate/ear1/ejb-jar.xml
AU testsuite/src/resources/hibernate/ear1/Pojo.hbm.xml
AU testsuite/src/resources/hibernate/ear1/jboss-app.xml
AU testsuite/src/resources/hibernate/ear1/hibernate.cfg.xml
A testsuite/src/resources/hibernate/har-deployment
AU testsuite/src/resources/hibernate/har-deployment/jboss-hibernate.xml
A testsuite/src/resources/hibernate/ear2
AU testsuite/src/resources/hibernate/ear2/jboss.xml
AU testsuite/src/resources/hibernate/ear2/application.xml
AU testsuite/src/resources/hibernate/ear2/ejb-jar.xml
AU testsuite/src/resources/hibernate/ear2/Pojo.hbm.xml
AU testsuite/src/resources/hibernate/ear2/jboss-app.xml
AU testsuite/src/resources/hibernate/ear2/hibernate.cfg.xml
A testsuite/src/resources/hibernate/mappings
AU testsuite/src/resources/hibernate/mappings/User.hbm.xml
AU testsuite/src/resources/hibernate/mappings/Role.hbm.xml
A testsuite/src/resources/spring
A testsuite/src/resources/spring/ejb
A testsuite/src/resources/spring/ejb/META-INF
AU testsuite/src/resources/spring/ejb/META-INF/ejb-spring.xml
AU testsuite/src/resources/spring/ejb/META-INF/ejb-jar.xml
A testsuite/src/resources/spring/cluster
A testsuite/src/resources/spring/cluster/META-INF
AU testsuite/src/resources/spring/cluster/META-INF/cluster-spring.xml
A testsuite/src/resources/spring/facade
A testsuite/src/resources/spring/facade/META-INF
AU testsuite/src/resources/spring/facade/META-INF/spring-facade-jboss-beans.xml
A testsuite/src/resources/spring/ear
AU testsuite/src/resources/spring/ear/application.xml
AU testsuite/src/resources/spring/ear/jboss-app.xml
AU testsuite/src/resources/spring/standalone-spring.xml
A testsuite/src/resources/deadlock
A testsuite/src/resources/deadlock/META-INF
AU testsuite/src/resources/deadlock/META-INF/jboss.xml
AU testsuite/src/resources/deadlock/META-INF/jbosscmp-jdbc.xml
AU testsuite/src/resources/deadlock/META-INF/ejb-jar.xml
AU testsuite/src/resources/deadlock/deadlock-ds.xml
AU testsuite/src/resources/deadlock/client.policy
A testsuite/src/resources/security
A testsuite/src/resources/security/excluded-mode
AU testsuite/src/resources/security/excluded-mode/jboss-unchecked.xml
AU testsuite/src/resources/security/excluded-mode/ejb-jar.xml
AU testsuite/src/resources/security/excluded-mode/jboss-excluded.xml
AU testsuite/src/resources/security/excluded-mode/jaas-service.xml
AU testsuite/src/resources/security/roles.properties
A testsuite/src/resources/security/subject-context
AU testsuite/src/resources/security/subject-context/jboss.xml
AU testsuite/src/resources/security/subject-context/application.xml
AU testsuite/src/resources/security/subject-context/ejb-jar.xml
AU testsuite/src/resources/security/subject-context/jboss-web.xml
AU testsuite/src/resources/security/subject-context/jaas-service.xml
AU testsuite/src/resources/security/subject-context/web.xml
A testsuite/src/resources/security/ejb-null-security-domain
AU testsuite/src/resources/security/ejb-null-security-domain/jboss.xml
AU testsuite/src/resources/security/ejb-null-security-domain/ejb-jar.xml
A testsuite/src/resources/security/web-constraints
AU testsuite/src/resources/security/web-constraints/roles.properties
AU testsuite/src/resources/security/web-constraints/users.properties
AU testsuite/src/resources/security/web-constraints/web.xml
A testsuite/src/resources/security/ejb3
A testsuite/src/resources/security/ejb3/META-INF
AU testsuite/src/resources/security/ejb3/META-INF/jboss.xml
A testsuite/src/resources/security/ejb3/config
AU testsuite/src/resources/security/ejb3/config/ejb3-test-jboss-beans.xml
AU testsuite/src/resources/security/ejb3/config/ejb3-test-users.properties
AU testsuite/src/resources/security/ejb3/config/ejb3-test-roles.properties
A testsuite/src/resources/security/client-login
AU testsuite/src/resources/security/client-login/jboss.xml
AU testsuite/src/resources/security/client-login/ejb-jar.xml
AU testsuite/src/resources/security/client-login/jaas-service.xml
AU testsuite/src/resources/security/auth.conf
A testsuite/src/resources/security/WEB-INF
AU testsuite/src/resources/security/WEB-INF/jaas-web.xml
AU testsuite/src/resources/security/WEB-INF/jboss-web.xml
A testsuite/src/resources/security/caller-info
AU testsuite/src/resources/security/caller-info/jboss.xml
AU testsuite/src/resources/security/caller-info/login-service.xml
AU testsuite/src/resources/security/caller-info/ejb-jar.xml
AU testsuite/src/resources/security/caller-info/caller-info-config.xml
AU testsuite/src/resources/security/login-config2.xml
AU testsuite/src/resources/security/users.properties
AU testsuite/src/resources/security/jaassecdomain-tests-service.xml
AU testsuite/src/resources/security/sample_policy.xml
A testsuite/src/resources/security/jacc
A testsuite/src/resources/security/jacc/webperm
AU testsuite/src/resources/security/jacc/webperm/web.xml
A testsuite/src/resources/security/jacc/allStarRole
A testsuite/src/resources/security/jacc/allStarRole/WEB-INF
AU testsuite/src/resources/security/jacc/allStarRole/WEB-INF/jboss-web.xml
AU testsuite/src/resources/security/jacc/allStarRole/WEB-INF/web.xml
A testsuite/src/resources/security/jacc/allStarRole/WEB-INF/classes
AU testsuite/src/resources/security/jacc/allStarRole/WEB-INF/classes/roles.properties
AU testsuite/src/resources/security/jacc/allStarRole/WEB-INF/classes/users.properties
AU testsuite/src/resources/security/jacc/allStarRole/index.html
A testsuite/src/resources/security/jacc/ejbperm
AU testsuite/src/resources/security/jacc/ejbperm/jacc_ejb_jar.xml
A testsuite/src/resources/security/jacc/callerInRole
AU testsuite/src/resources/security/jacc/callerInRole/roles.properties
A testsuite/src/resources/security/jacc/callerInRole/META-INF
AU testsuite/src/resources/security/jacc/callerInRole/META-INF/jboss.xml
AU testsuite/src/resources/security/jacc/callerInRole/META-INF/ejb-jar.xml
AU testsuite/src/resources/security/jacc/callerInRole/users.properties
A testsuite/src/resources/security/https-service
AU testsuite/src/resources/security/https-service/jboss-service.xml
A testsuite/src/resources/security/authorization
AU testsuite/src/resources/security/authorization/aclpolicy-jboss-beans.xml
A testsuite/src/resources/security/authorization/xacml-ejb
A testsuite/src/resources/security/authorization/xacml-ejb/META-INF
AU testsuite/src/resources/security/authorization/xacml-ejb/META-INF/jboss.xml
A testsuite/src/resources/security/authorization/xacml-ejb/META-INF/jbossxacml-config.xml
AU testsuite/src/resources/security/authorization/xacml-ejb/META-INF/ejb-jar.xml
AU testsuite/src/resources/security/authorization/xacml-ejb/META-INF/jboss-xacml-policy.xml
AU testsuite/src/resources/security/authorization/xacml-ejb/app-policy-service.xml
A testsuite/src/resources/security/authorization/config
ERROR: Failed to check out http://anonsvn.jboss.org/repos/jbossas/branches/Branch_5_x
org.tmatesoft.svn.core.SVNException: svn: chunked stream ended unexpectedly
svn: REPORT request failed on '/repos/jbossas/!svn/vcc/default'
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:103)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:87)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:601)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:257)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:245)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:258)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.runReport(DAVRepository.java:1212)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.update(DAVRepository.java:1078)
at org.tmatesoft.svn.core.wc.SVNUpdateClient.update(SVNUpdateClient.java:449)
at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:851)
at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:728)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:505)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:435)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1252)
at hudson.remoting.UserRequest.perform(UserRequest.java:92)
at hudson.remoting.UserRequest.perform(UserRequest.java:46)
at hudson.remoting.Request$2.run(Request.java:236)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.io.IOException: chunked stream ended unexpectedly
at org.tmatesoft.svn.core.internal.util.ChunkedInputStream.getChunkSizeFromInputStream(ChunkedInputStream.java:108)
at org.tmatesoft.svn.core.internal.util.ChunkedInputStream.nextChunk(ChunkedInputStream.java:92)
at org.tmatesoft.svn.core.internal.util.ChunkedInputStream.read(ChunkedInputStream.java:64)
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
at java.io.InputStreamReader.read(InputStreamReader.java:167)
at org.tmatesoft.svn.core.internal.io.dav.http.XMLReader.read(XMLReader.java:39)
at org.apache.xerces.impl.XMLEntityScanner.load(Unknown Source)
at org.apache.xerces.impl.XMLEntityScanner.scanContent(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanContent(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.readData(HTTPConnection.java:712)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.readData(HTTPConnection.java:677)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.dispatch(HTTPRequest.java:214)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:329)
... 20 more
Recording fingerprints
Build was marked for publishing on https://hudson.jboss.org/hudson/
Email was triggered for: Failure
There are 1 triggered emails.
Sending email for trigger: Failure
17 years
Build failed in Hudson: jboss-aop-head-jbossas-4.0.4.GA-ejb3 #699
by jboss-qa-internal@redhat.com
See http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-4.0.4.GA-ejb...
Changes:
[kabir.khan(a)jboss.com] Disable Hotswap tests
------------------------------------------
[...truncated 88146 lines...]
install:
BUILD SUCCESSFUL
Total time: 2 minutes 0 seconds
+ start-jboss -p http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-4.0.4.GA-ejb... -b localhost
+ local flag=
+ local OPTIND=1
+ getopts p:b:u:g:t: flag
+ case $flag in
+ local JBOSS_SERVER_PATH=http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jb...
+ getopts p:b:u:g:t: flag
+ case $flag in
+ local JBOSS_SERVER_BIND_ADDR=localhost
+ getopts p:b:u:g:t: flag
+ [[ -d http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-4.0.4.GA-ejb... ]]
++ basename http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-4.0.4.GA-ejb...
+ local JBOSS_SERVER_NAME=all
+ [[ -n localhost ]]
+ [[ -n '' ]]
+ local JBOSS_SERVER_MCAST_ADDR=227.43.89.26
+ [[ '' -gt 0 ]]
+ local JBOSS_SERVER_TIMEOUT=120
+ [[ -n '' ]]
+ local JBOSS_SERVER_HA_NAME=
+ local 'START_OPTS=-c all -b localhost -u 227.43.89.26 '
+ cd http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-4.0.4.GA-ejb...
+ cd ../../bin
+ chmod 755 run.sh
+ local 'JBOSS_SERVER_COMMAND=./run.sh -c all -b localhost -u 227.43.89.26 '
+ local JBOSS_SERVER_LOG=http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbo...
+ echo Starting server http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-4.0.4.GA-ejb...
Starting server http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-4.0.4.GA-ejb...
++ pwd
+ echo From directory '"http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-4.0.4.GA-ejb..."'
>From directory "http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-4.0.4.GA-ejb..."
+ echo With Command '"./run.sh -c all -b localhost -u 227.43.89.26 "'
With Command "./run.sh -c all -b localhost -u 227.43.89.26 "
+ echo Log to http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-4.0.4.GA-ejb...
Log to http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-4.0.4.GA-ejb...
+ [[ -fws http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-4.0.4.GA-ejb... ]]
+ echo localhost=http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-4....
+ ./run.sh -c all -b localhost -u 227.43.89.26
+ echo Waiting server to start.
Waiting server to start.
+ echo Timeout should be slightly more than 120 seconds.
Timeout should be slightly more than 120 seconds.
+ INT=5
+ STARTSECONDS=2180
+ (( 120 > 2180 - 2180 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20184
+ wait 20184
+ grep -q '^HTTP/.* 200 OK$'
+ kill 20185
+ (( 120 > 2185 - 2180 ))
+ grep -q '^HTTP/.* 200 OK$'
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20215
+ wait 20215
+ kill 20217
+ (( 120 > 2191 - 2180 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20232
+ wait 20232
+ grep -q '^HTTP/.* 200 OK$'
+ kill 20233
+ (( 120 > 2197 - 2180 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20244
+ wait 20244
+ grep -q '^HTTP/.* 200 OK$'
+ kill 20245
+ (( 120 > 2202 - 2180 ))
+ grep -q '^HTTP/.* 200 OK$'
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20260
+ wait 20260
+ kill 20264
+ (( 120 > 2207 - 2180 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20288
+ wait 20288
+ grep -q '^HTTP/.* 200 OK$'
+ kill 20289
+ (( 120 > 2212 - 2180 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20303
+ grep -q '^HTTP/.* 200 OK$'
+ wait 20303
+ kill 20304
+ (( 120 > 2218 - 2180 ))
+ grep -q '^HTTP/.* 200 OK$'
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20323
+ wait 20323
+ kill 20326
+ (( 120 > 2223 - 2180 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20338
+ wait 20338
+ grep -q '^HTTP/.* 200 OK$'
+ kill 20339
+ (( 120 > 2229 - 2180 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20355
+ grep -q '^HTTP/.* 200 OK$'
+ wait 20355
+ kill 20356
+ (( 120 > 2234 - 2180 ))
+ grep -q '^HTTP/.* 200 OK$'
+ telnet localhost 8080
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ TELNET=20369
+ wait 20369
+ kill 20371
+ (( 120 > 2239 - 2180 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20399
+ wait 20399
+ grep -q '^HTTP/.* 200 OK$'
+ kill 20400
+ (( 120 > 2248 - 2180 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20417
+ wait 20417
+ grep -q '^HTTP/.* 200 OK$'
/home/hudson/config_repository/scripts/function.d/start-jboss: line 115: 20416 Done ( echo -e "GET / HTTP/1.0\nConnection: close\n\n"; sleep $INT )
20417 Terminated | telnet $JBOSS_SERVER_BIND_ADDR 8080 2>/dev/null
+ kill 20418
+ (( 120 > 2255 - 2180 ))
+ grep -q '^HTTP/.* 200 OK$'
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20426
+ wait 20426
+ kill 20430
+ (( 120 > 2260 - 2180 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20443
+ wait 20443
+ grep -q '^HTTP/.* 200 OK$'
/home/hudson/config_repository/scripts/function.d/start-jboss: line 115: 20441 Done ( echo -e "GET / HTTP/1.0\nConnection: close\n\n"; sleep $INT )
20443 Terminated | telnet $JBOSS_SERVER_BIND_ADDR 8080 2>/dev/null
+ kill 20444
+ (( 120 > 2269 - 2180 ))
+ grep -q '^HTTP/.* 200 OK$'
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20492
+ wait 20492
+ kill 20493
+ (( 120 > 2274 - 2180 ))
+ grep -q '^HTTP/.* 200 OK$'
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20514
+ wait 20514
+ kill 20517
+ (( 120 > 2279 - 2180 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20545
+ wait 20545
+ grep -q '^HTTP/.* 200 OK$'
/home/hudson/config_repository/scripts/function.d/start-jboss: line 115: 20543 Done ( echo -e "GET / HTTP/1.0\nConnection: close\n\n"; sleep $INT )
20545 Terminated | telnet $JBOSS_SERVER_BIND_ADDR 8080 2>/dev/null
+ kill 20546
+ (( 120 > 2287 - 2180 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20579
+ wait 20579
+ grep -q '^HTTP/.* 200 OK$'
+ kill 20580
+ (( 120 > 2292 - 2180 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ grep -q '^HTTP/.* 200 OK$'
+ telnet localhost 8080
+ TELNET=20592
+ wait 20592
/home/hudson/config_repository/scripts/function.d/start-jboss: line 115: 20590 Done ( echo -e "GET / HTTP/1.0\nConnection: close\n\n"; sleep $INT )
20592 Terminated | telnet $JBOSS_SERVER_BIND_ADDR 8080 2>/dev/null
+ kill 20593
+ (( 120 > 2297 - 2180 ))
+ telnet localhost 8080
+ TELNET=20618
+ wait 20618
+ grep -q '^HTTP/.* 200 OK$'
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ kill 20619
+ (( 120 > 2302 - 2180 ))
+ echo Server failed to start in time. Terminating.
Server failed to start in time. Terminating.
+ exit 1
+ kill-jboss
++ uname -s
+ [[ Linux == \L\i\n\u\x ]]
+ grep run.jar
+ grep -v grep
+ awk '{ print $2; }'
+ ps -eaf --columns 2200
+ xargs kill
+ sleep 10
+ ps -eaf --columns 2200
+ grep -v grep
+ awk '{ print $2; }'
+ grep run.jar
+ xargs kill -9
+ return 1
Terminating xvnc
[jboss-aop-head-jbossas-4.0.4.GA-ejb3] $ vncserver -kill :18
Killing Xvnc process ID 15474
[jboss-aop-head-jbossas-4.0.4.GA-ejb3] $ bash -xe /tmp/hudson1689944508248127788.sh
+ kill 15453
Recording test results
17 years