See
http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-branch_5_0/5...
Changes:
[stalep] only build reference docs when we release
[stalep] [JBAOP-723]
changed it to use class instead of string if class != null.
[kabir.khan(a)jboss.com] [JBAOP-729] Fix CCE
[flavia.rainone(a)jboss.com] [JBAOP-730] Replaced the old cflow precedence algorithm by an
algorithm that uses a graph to determine precedence, avoiding repetition of the same
advice on the resulting overall precedence order.
[flavia.rainone(a)jboss.com] [JBAOP-726] Added tests that reproduce the bug to precedence
package.
[flavia.rainone(a)jboss.com] [JBAOP-726] Added svn Revision property.
[flavia.rainone(a)jboss.com] [JBAOP-567] Now that constructortarget reproduces the bug, it
should be kept out of the 2.0.x-compliance-tests, or else those tests start failing.
[flavia.rainone(a)jboss.com] [JBAOP-726] Merged current version of arguments tests with the
old version. Normally, the previous commit would have been rolled back, but given that the
new version of those tests uncovered a new bug, I'm keeping the new version, and
merging it with the old one.
[flavia.rainone(a)jboss.com] [JBAOP-727] Added a call to applyPrecedence at all
finalize*CalledBy*InterceptorChain methods belonging to ClassAdvisor. Added call scenarios
to precedence tests.
------------------------------------------
[...truncated 24634 lines...]
[echo] Backing up existing aop deployer to ${old.deployer}
[copy] Copying 7 files to
http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-branch_5_0/w...
install.deployer:
install.bin:
[copy] Copying 2 files to
http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-branch_5_0/w...
install:
BUILD SUCCESSFUL
Total time: 7 seconds
+ start-jboss -p
http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-branch_5_0/w...
-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-branch_5_0/w...
]]
++ basename
http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-branch_5_0/w...
+ local JBOSS_SERVER_NAME=all
+ [[ -n localhost ]]
+ [[ -n '' ]]
+ local JBOSS_SERVER_MCAST_ADDR=227.43.89.33
+ [[ '' -gt 0 ]]
+ local JBOSS_SERVER_TIMEOUT=120
+ [[ -n '' ]]
+ local JBOSS_SERVER_HA_NAME=
+ local 'START_OPTS=-c all -b localhost -u 227.43.89.33 '
+ cd
http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-branch_5_0/w...
+ cd ../../bin
+ chmod 755 run.sh
+ local 'JBOSS_SERVER_COMMAND=./run.sh -c all -b localhost -u 227.43.89.33 '
+ 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-branch_5_0/w...
Starting server
http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-branch_5_0/w...
++ pwd
+ echo From directory
'"http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-branch_5_0/ws/Branch_5_0/build/output/jboss-5.0.2.GA/bin"'
From directory
"http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-branch_5_0/ws/Branch_5_0/build/output/jboss-5.0.2.GA/bin"
+ echo With Command '"./run.sh -c all -b localhost -u 227.43.89.33
"'
With Command "./run.sh -c all -b localhost -u 227.43.89.33 "
+ echo Log to
http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-branch_5_0/w...
Log to
http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-branch_5_0/w...
+ [[ -f
http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-branch_5_0/w...
]]
+ echo
localhost=http://hudson.qa.jboss.com/hudson/job/jboss-aop-head-jbossas-br...
+ ./run.sh -c all -b localhost -u 227.43.89.33
+ 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=3643
+ (( 120 > 3643 - 3643 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20593
+ wait 20593
+ grep -q '^HTTP/.* 200 OK$'
+ kill 20594
+ (( 120 > 3648 - 3643 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ TELNET=20641
+ grep -q '^HTTP/.* 200 OK$'
+ telnet localhost 8080
+ wait 20641
+ kill 20642
+ (( 120 > 3655 - 3643 ))
+ telnet localhost 8080
+ TELNET=20658
+ wait 20658
+ grep -q '^HTTP/.* 200 OK$'
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ kill 20659
+ (( 120 > 3666 - 3643 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20679
+ wait 20679
+ grep -q '^HTTP/.* 200 OK$'
+ kill 20680
+ (( 120 > 3671 - 3643 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20696
+ wait 20696
+ grep -q '^HTTP/.* 200 OK$'
+ kill 20697
+ (( 120 > 3676 - 3643 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20712
+ grep -q '^HTTP/.* 200 OK$'
+ wait 20712
+ kill 20713
+ (( 120 > 3682 - 3643 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ TELNET=20726
+ wait 20726
+ grep -q '^HTTP/.* 200 OK$'
+ telnet localhost 8080
+ kill 20732
+ (( 120 > 3687 - 3643 ))
+ telnet localhost 8080
+ TELNET=20744
+ wait 20744
+ grep -q '^HTTP/.* 200 OK$'
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ kill 20745
+ (( 120 > 3692 - 3643 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20761
+ wait 20761
+ grep -q '^HTTP/.* 200 OK$'
+ kill 20762
+ (( 120 > 3698 - 3643 ))
+ telnet localhost 8080
+ TELNET=20783
+ wait 20783
+ grep -q '^HTTP/.* 200 OK$'
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ kill 20784
+ (( 120 > 3703 - 3643 ))
+ telnet localhost 8080
+ TELNET=20800
+ wait 20800
+ grep -q '^HTTP/.* 200 OK$'
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ kill 20801
+ (( 120 > 3708 - 3643 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20815
+ grep -q '^HTTP/.* 200 OK$'
+ wait 20815
+ kill 20816
+ (( 120 > 3717 - 3643 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20831
+ wait 20831
+ grep -q '^HTTP/.* 200 OK$'
+ kill 20833
+ (( 120 > 3723 - 3643 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20850
+ wait 20850
+ grep -q '^HTTP/.* 200 OK$'
+ kill 20851
+ (( 120 > 3728 - 3643 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20865
+ wait 20865
+ grep -q '^HTTP/.* 200 OK$'
+ kill 20866
+ (( 120 > 3733 - 3643 ))
+ grep -q '^HTTP/.* 200 OK$'
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20884
+ wait 20884
+ kill 20885
+ (( 120 > 3740 - 3643 ))
+ grep -q '^HTTP/.* 200 OK$'
+ telnet localhost 8080
+ TELNET=20898
+ wait 20898
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ kill 20899
+ (( 120 > 3743 - 3643 ))
+ grep -q '^HTTP/.* 200 OK$'
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20909
+ wait 20909
+ kill 20910
+ (( 120 > 3748 - 3643 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ telnet localhost 8080
+ TELNET=20922
+ wait 20922
+ sleep 5
+ grep -q '^HTTP/.* 200 OK$'
+ kill 20923
+ (( 120 > 3754 - 3643 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ sleep 5
+ telnet localhost 8080
+ TELNET=20937
+ wait 20937
+ grep -q '^HTTP/.* 200 OK$'
+ kill 20938
+ (( 120 > 3759 - 3643 ))
+ echo -e 'GET / HTTP/1.0\nConnection: close\n\n'
+ grep -q '^HTTP/.* 200 OK$'
+ TELNET=20951
+ wait 20951
+ sleep 5
+ telnet localhost 8080
+ kill 20953
+ (( 120 > 3764 - 3643 ))
+ 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 ]]
+ 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
+ return 1
Terminating xvnc
[jboss-aop-head-jbossas-branch_5_0] $ vncserver -kill :12
Killing Xvnc process ID 13186
kill 13186: No such process
[jboss-aop-head-jbossas-branch_5_0] $ bash -xe /tmp/hudson7284572697734936555.sh
+ kill 13166
Recording test results