You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/09/07 20:07:13 UTC

Build failed in Jenkins: JMeter-trunk #6886

See <https://builds.apache.org/job/JMeter-trunk/6886/display/redirect?page=changes>

Changes:

[milamber] Fix some javadoc warning

------------------------------------------
[...truncated 196.10 KB...]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl.read(TCPClientImpl.java:131) ~[ApacheJMeter_tcp.jar:r1840317]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:402) [ApacheJMeter_tcp.jar:r1840317]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) [ApacheJMeter_core.jar:r1840317]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:r1840317]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:r1840317]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:r1840317]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] Caused by: java.net.SocketTimeoutException: Read timed out
   [concat] 	at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:171) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:127) ~[?:1.8.0_172]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl.read(TCPClientImpl.java:114) ~[ApacheJMeter_tcp.jar:r1840317]
   [concat] 	... 6 more
   [concat] 2018-09-07 20:03:34,777 ERROR o.a.j.p.t.s.TCPSampler: 
   [concat] org.apache.jmeter.protocol.tcp.sampler.ReadException: 
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.BinaryTCPClientImpl.read(BinaryTCPClientImpl.java:152) ~[ApacheJMeter_tcp.jar:r1840317]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:402) [ApacheJMeter_tcp.jar:r1840317]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) [ApacheJMeter_core.jar:r1840317]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:r1840317]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:r1840317]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:r1840317]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] Caused by: java.net.SocketTimeoutException: Read timed out
   [concat] 	at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:171) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:127) ~[?:1.8.0_172]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.BinaryTCPClientImpl.read(BinaryTCPClientImpl.java:134) ~[ApacheJMeter_tcp.jar:r1840317]
   [concat] 	... 6 more
   [concat] 2018-09-07 20:03:34,798 WARN o.a.j.p.t.s.TCPSampler: Could not create socket for tcp://localhost:2223
   [concat] java.net.ConnectException: Connection refused (Connection refused)
   [concat] 	at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:1.8.0_172]
   [concat] 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[?:1.8.0_172]
   [concat] 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:1.8.0_172]
   [concat] 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:1.8.0_172]
   [concat] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_172]
   [concat] 	at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_172]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.getSocket(TCPSampler.java:168) [ApacheJMeter_tcp.jar:r1840317]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:384) [ApacheJMeter_tcp.jar:r1840317]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) [ApacheJMeter_core.jar:r1840317]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:r1840317]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:r1840317]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:r1840317]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] 2018-09-07 20:03:34,949 WARN o.a.j.p.t.s.TCPSampler: Unknown host for tcp://localhostXXXX:2223
   [concat] java.net.UnknownHostException: localhostXXXX
   [concat] 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) ~[?:1.8.0_172]
   [concat] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_172]
   [concat] 	at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_172]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.getSocket(TCPSampler.java:168) [ApacheJMeter_tcp.jar:r1840317]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:384) [ApacheJMeter_tcp.jar:r1840317]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) [ApacheJMeter_core.jar:r1840317]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:r1840317]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:r1840317]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:r1840317]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] 2018-09-07 20:03:34,955 ERROR o.a.j.p.t.s.TCPSampler: Could not find protocol class 'org.foo.xxx'
     [echo] TCP_TESTS output files compared OK

batchtest:
     [echo] Starting JDBC_TESTS with file JDBC_TESTS.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/log4j-slf4j-impl-2.11.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   [jmeter] SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/JDBC_TESTS.jmx
   [jmeter] Starting the test @ Fri Sep 07 20:03:38 UTC 2018 (1536350618437)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =     21 in 00:00:01 =   15.4/s Avg:    25 Min:     0 Max:   481 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Fri Sep 07 20:03:40 UTC 2018 (1536350620820)
   [jmeter] ... end of run
   [concat] 2018-09-07 20:03:40,797 ERROR o.a.j.t.JMeterThread: Error while processing sampler: 'JDBC_With_Failing_PreProcessor'.
   [concat] java.lang.IllegalArgumentException: Variable Name must not be null in JDBC PreProcessor
   [concat] 	at org.apache.jmeter.protocol.jdbc.processor.AbstractJDBCProcessor.process(AbstractJDBCProcessor.java:45) ~[ApacheJMeter_jdbc.jar:r1840317]
   [concat] 	at org.apache.jmeter.protocol.jdbc.processor.JDBCPreProcessor.process(JDBCPreProcessor.java:33) ~[ApacheJMeter_jdbc.jar:r1840317]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.runPreProcessors(JMeterThread.java:935) ~[ApacheJMeter_core.jar:r1840317]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:537) ~[ApacheJMeter_core.jar:r1840317]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:r1840317]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:r1840317]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] 2018-09-07 20:03:40,806 ERROR o.a.j.t.JMeterThread: Error while processing sampler: 'JDBC_With_Failing_PostProcessor'.
   [concat] java.lang.IllegalArgumentException: Variable Name must not be null in JDBC PostProcessor
   [concat] 	at org.apache.jmeter.protocol.jdbc.processor.AbstractJDBCProcessor.process(AbstractJDBCProcessor.java:45) ~[ApacheJMeter_jdbc.jar:r1840317]
   [concat] 	at org.apache.jmeter.protocol.jdbc.processor.JDBCPostProcessor.process(JDBCPostProcessor.java:33) ~[ApacheJMeter_jdbc.jar:r1840317]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.runPostProcessors(JMeterThread.java:925) ~[ApacheJMeter_core.jar:r1840317]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:564) ~[ApacheJMeter_core.jar:r1840317]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:r1840317]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:r1840317]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] 2018-09-07 20:03:40,806 WARN o.a.j.p.j.p.AbstractJDBCProcessor: SQL Problem in JDBC PreProcessor: java.sql.SQLSyntaxErrorException: unexpected token: USERS
   [concat] 2018-09-07 20:03:40,816 WARN o.a.j.p.j.p.AbstractJDBCProcessor: SQL Problem in JDBC PostProcessor: java.sql.SQLSyntaxErrorException: unexpected token: USERS
     [echo] JDBC_TESTS output files compared OK

batchtest:
     [echo] Starting JMS_TESTS with file JMS_TESTS.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/log4j-slf4j-impl-2.11.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   [jmeter] SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/JMS_TESTS.jmx
   [jmeter] Starting the test @ Fri Sep 07 20:03:43 UTC 2018 (1536350623431)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +     19 in 00:00:17 =    1.1/s Avg:   579 Min:     0 Max:  3476 Err:     0 (0.00%) Active: 1 Started: 3 Finished: 2
   [jmeter] summary +      8 in 00:00:20 =    0.4/s Avg:   761 Min:     0 Max:  3000 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =     27 in 00:00:37 =    0.7/s Avg:   633 Min:     0 Max:  3476 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Fri Sep 07 20:04:21 UTC 2018 (1536350661252)
   [jmeter] ... end of run
     [echo] JMS_TESTS output files compared OK

batchtest:
     [echo] Starting OS_TESTS with file OS_TESTS.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/log4j-slf4j-impl-2.11.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   [jmeter] SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/OS_TESTS.jmx
   [jmeter] Starting the test @ Fri Sep 07 20:04:24 UTC 2018 (1536350664203)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      3 in 00:00:02 =    1.6/s Avg:   338 Min:     2 Max:  1003 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Fri Sep 07 20:04:26 UTC 2018 (1536350666343)
   [jmeter] ... end of run
     [echo] OS_TESTS output files compared OK

batchtest:
     [echo] Starting FTP_TESTS with file FTP_TESTS.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/log4j-slf4j-impl-2.11.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   [jmeter] SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/FTP_TESTS.jmx
   [jmeter] Starting the test @ Fri Sep 07 20:04:28 UTC 2018 (1536350668887)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in 00:00:01 =    0.9/s Avg:  1035 Min:  1035 Max:  1035 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +      5 in 00:00:01 =    3.5/s Avg:    43 Min:    12 Max:   102 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =      6 in 00:00:02 =    2.4/s Avg:   208 Min:    12 Max:  1035 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Fri Sep 07 20:04:32 UTC 2018 (1536350672285)
   [jmeter] ... end of run
     [echo] FTP_TESTS output files compared OK

batchtest:
     [echo] Starting Bug60607 with file Bug60607.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/log4j-slf4j-impl-2.11.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   [jmeter] SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/Bug60607.jmx
   [jmeter] Starting the test @ Fri Sep 07 20:04:34 UTC 2018 (1536350674691)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      2 in 00:00:31 =    0.1/s Avg: 15240 Min:   407 Max: 30073 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Fri Sep 07 20:05:06 UTC 2018 (1536350706123)
   [jmeter] ... end of run
     [echo] Bug60607 output files compared OK

batchtest:
     [echo] Starting SlowCharsFeature_HttpClient4 with file SlowCharsFeature.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/log4j-slf4j-impl-2.11.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   [jmeter] SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/SlowCharsFeature.jmx
   [jmeter] Starting the test @ Fri Sep 07 20:05:09 UTC 2018 (1536350709345)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      4 in 00:00:23 =    0.2/s Avg:  5683 Min:   427 Max: 10850 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +      1 in 00:00:06 =    0.2/s Avg:  5590 Min:  5590 Max:  5590 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =      5 in 00:00:29 =    0.2/s Avg:  5664 Min:   427 Max: 10850 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Fri Sep 07 20:05:38 UTC 2018 (1536350738912)
   [jmeter] ... end of run
     [echo] SlowCharsFeature_HttpClient4 output files compared OK

batchtest:
     [echo] Starting SlowCharsFeature_Java with file SlowCharsFeature.jmx using -X -Jjmeter.httpsampler=Java
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/log4j-slf4j-impl-2.11.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   [jmeter] SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/SlowCharsFeature.jmx
   [jmeter] Starting the test @ Fri Sep 07 20:05:42 UTC 2018 (1536350742032)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      3 in 00:00:18 =    0.2/s Avg:  5879 Min:   429 Max: 11538 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +      1 in 00:00:06 =    0.2/s Avg:  5590 Min:  5590 Max:  5590 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =      4 in 00:00:24 =    0.2/s Avg:  5806 Min:   429 Max: 11538 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Fri Sep 07 20:06:06 UTC 2018 (1536350766279)
   [jmeter] ... end of run
     [echo] SlowCharsFeature_Java output files compared OK

batchtest:
     [echo] Starting TestKeepAlive with file TestKeepAlive.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/log4j-slf4j-impl-2.11.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   [jmeter] SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/TestKeepAlive.jmx
   [jmeter] Starting the test @ Fri Sep 07 20:06:08 UTC 2018 (1536350768874)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      8 in 00:01:02 =    0.1/s Avg:   170 Min:    71 Max:   463 Err:     1 (12.50%)
   [jmeter] Tidying up ...    @ Fri Sep 07 20:07:11 UTC 2018 (1536350831577)
   [jmeter] ... end of run

BUILD FAILED
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>:2970: The following error occurred while executing this line:
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>:2779: CSV Files are not identical.
        <https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/testfiles/TestKeepAlive.csv>
        JSPP_SetProperties,200,OK,setUp Thread Group 1-1,text,true
HTTP_Request_CLOSE,200,OK,Thread Group 1-1,text,true
HTTP-Warmup,200,OK,Thread Group 1-1,text,true
HTTP_Request_REUSE,200,OK,Thread Group 1-1,text,true
HTTP_Request_REUSE_2,200,OK,Thread Group 1-1,text,true
HTTP_Request_REUSE_AFTER_VALIDATE,200,OK,Thread Group 1-1,text,true
HTTP_Request_NO_REUSE,200,OK,Thread Group 1-1,text,true
HTTP_Request_NO_REUSE,200,OK,Thread Group 1-1,text,true

        <https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/TestKeepAlive.csv>
        JSPP_SetProperties,200,OK,setUp Thread Group 1-1,text,true
HTTP_Request_CLOSE,200,OK,Thread Group 1-1,text,true
HTTP-Warmup,200,OK,Thread Group 1-1,text,true
HTTP_Request_REUSE,200,OK,Thread Group 1-1,text,true
HTTP_Request_REUSE_2,200,OK,Thread Group 1-1,text,true
HTTP_Request_REUSE_AFTER_VALIDATE,200,OK,Thread Group 1-1,text,false
HTTP_Request_NO_REUSE,200,OK,Thread Group 1-1,text,true
HTTP_Request_NO_REUSE,200,OK,Thread Group 1-1,text,true

Total time: 9 minutes 37 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did leafNodes run? 
For example, <https://builds.apache.org/job/JMeter-trunk/ws/trunk/reports/TEST-org.apache.commons.cli.avalon.ClutilTestCase.xml> is 1 day 22 hr old


Jenkins build is back to normal : JMeter-trunk #6889

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/JMeter-trunk/6889/display/redirect?page=changes>


Build failed in Jenkins: JMeter-trunk #6888

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/JMeter-trunk/6888/display/redirect?page=changes>

Changes:

[pmouawad] Bug 61834 - Function Helper Dialog : Improve tests by showing variables and keeping them available between evaluations
Bugzilla Id: 61834

------------------------------------------
[...truncated 152.87 KB...]
  [javadoc] Loading source files for package org.apache.jmeter.protocol.smtp.sampler.protocol...
  [javadoc] Loading source files for package org.apache.jmeter.protocol.jms...
  [javadoc] Loading source files for package org.apache.jmeter.protocol.jms.client...
  [javadoc] Loading source files for package org.apache.jmeter.protocol.jms.control.gui...
  [javadoc] Loading source files for package org.apache.jmeter.protocol.jms.sampler...
  [javadoc] Loading source files for package org.apache.jmeter.protocol.jms.sampler.render...
  [javadoc] Loading source files for package org.apache.jmeter.protocol.system...
  [javadoc] Loading source files for package org.apache.jmeter.protocol.system.gui...
  [javadoc] Loading source files for package org.apache.jmeter.protocol.mongodb.config...
  [javadoc] Loading source files for package org.apache.jmeter.protocol.mongodb.mongo...
  [javadoc] Loading source files for package org.apache.jmeter.protocol.mongodb.sampler...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.8.0_172
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...

compile-tests:
    [javac] Compiling 192 source files to <https://builds.apache.org/job/JMeter-trunk/ws/trunk/build/test>
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
  [groovyc] Compiling 22 source files to <https://builds.apache.org/job/JMeter-trunk/ws/trunk/build/test>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/assertions/MD5HexAssertionSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/RandomOrderControllerSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/RunTimeSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/ThroughputControllerSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/engine/util/PackageSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/extractor/BoundaryExtractorSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/extractor/JoddExtractorSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/functions/ChangeCaseSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/functions/gui/FunctionHelperSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/gui/util/MenuFactorySpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/junit/spock/JMeterSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/protocol/http/util/HTTPUtilsSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/protocol/jdbc/sampler/JDBCSamplerSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/report/core/SampleMetadataParserSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/report/processor/ApdexSummaryConsumerSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/report/processor/ListResultDataSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/report/processor/Top5ErrorsBySamplerConsumerSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/report/processor/Top5ErrorsSummaryDataSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/services/FileServerSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/timers/UniformRandomTimerSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jorphan/io/TextFileSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jorphan/util/ConverterSpec.groovy>

_test:
     [echo] 
     [echo]    gump.run = false
     [echo]    java.awt.headless = true
     [echo]    test.headless = true
     [echo]    user.dir = <https://builds.apache.org/job/JMeter-trunk/ws/trunk>
     [echo]    basedir = <https://builds.apache.org/job/JMeter-trunk/ws/trunk>
     [echo]    test dir = build/test
     [echo]    test dir gump = build/test
     [echo]    testsaveservice.saveout = ${testsaveservice.saveout}
     [echo]    test.encoding = UTF-8
     [echo]     
     [java] SLF4J: Class path contains multiple SLF4J bindings.
     [java] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/log4j-slf4j-impl-2.11.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
     [java] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
     [java] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
     [java] SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
     [java] Setting JMeterHome: <https://builds.apache.org/job/JMeter-trunk/ws/trunk>
     [java] Using initializeProperties() from org.apache.jmeter.util.JMeterUtils
     [java] Setting up initial properties using: <https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/jmeter.properties>
     [java] Initializing Properties: <https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/jmeter.properties>
     [java] JMeterVersion=r1840368
     [java] java.version=1.8.0_172
     [java] java.home=/usr/local/asfpackages/java/jdk1.8.0_172/jre
     [java] file.encoding=UTF-8
     [java] default encoding=UTF-8
     [java] user.dir=<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin>
     [java] Locale=en_US
     [java] os.name=Linux
     [java] os.version=4.4.0-133-generic
     [java] JCE max key length = 2147483647
     [java] +++++++++++
     [java] java.awt.headless=true
     [java] java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
     [java] ------------
     [java] Searching junit tests in : build/test
     [java] o.a.j.junit.JMeterTest INFO: JMeterGUIComponent: skipping some tests org.apache.jmeter.testbeans.gui.TestBeanGUI
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.SplashScreen java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.config.gui.RowDetailDialog java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.functions.gui.FunctionHelper java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest WARN: java.io.Serializable: NoSuchMethodException  org.apache.jmeter.gui.GlobalUndoableEdit, missing empty Constructor or Constructor with Object parameter
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.gui.MainFrame java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.gui.SavePropertyDialog java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.gui.action.SearchTreeDialog java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.gui.action.SelectTemplatesDialog java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.gui.util.EscapeDialog java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.gui.util.JSyntaxTextArea java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.protocol.http.proxy.gui.RecorderDialog java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest WARN: java.io.Serializable: NoSuchMethodException  org.apache.jmeter.rmi.RMIServerSocketFactoryImpl, missing empty Constructor or Constructor with Object parameter
     [java] o.a.j.junit.JMeterTest WARN: java.io.Serializable: NoSuchMethodException  org.apache.jmeter.rmi.SSLRMIServerSocketFactory, missing empty Constructor or Constructor with Object parameter
     [java] java.rmi.server.hostname=null
     [java] asf929.gq1.ygridcore.net/67.195.81.179
     [java] isSiteLocalAddress:false
     [java] isAnyLocalAddress:false
     [java] isLinkLocalAddress:false
     [java] isLoopbackAddress:false
     [java] isMulticastAddress:false
     [java] localhost/127.0.0.1
     [java] isSiteLocalAddress:false
     [java] isAnyLocalAddress:false
     [java] isLinkLocalAddress:false
     [java] isLoopbackAddress:true
     [java] isMulticastAddress:false
     [java] ====================
     [java] asf929.gq1.ygridcore.net/67.195.81.179
     [java] isSiteLocalAddress:false
     [java] isAnyLocalAddress:false
     [java] isLinkLocalAddress:false
     [java] isLoopbackAddress:false
     [java] ......................................................................................................................................................I.....................................................Throwing on Engine creation to simulate failureisMulticastAddress:false
     [java] Throwing on Engine creation to simulate failure
     [java] 
     [java] Throwing on Engine creation to simulate failure
     [java] Interfaces: {name:br-8f71be72a6d8 (br-8f71be72a6d8) => [/fe80:0:0:0:42:d9ff:fe9e:cbd7%br-8f71be72a6d8/64 [null], /172.25.0.1/16 [/0.0.0.0]], name:br-f513d11b45d9 (br-f513d11b45d9) => [/fe80:0:0:0:42:31ff:fe7b:d56a%br-f513d11b45d9/64 [null], /172.24.0.1/16 [/0.0.0.0]], name:br-0c69332f1450 (br-0c69332f1450) => [/fe80:0:0:0:42:2dff:fe12:8731%br-0c69332f1450/64 [null], /172.23.0.1/16 [/0.0.0.0]], name:br-b7ec08fa47ba (br-b7ec08fa47ba) => [/fe80:0:0:0:42:dfff:fe81:2bdc%br-b7ec08fa47ba/64 [null], /172.22.0.1/16 [/0.0.0.0]], name:br-9dc189a358ae (br-9dc189a358ae) => [/fe80:0:0:0:42:52ff:fe8c:ea5e%br-9dc189a358ae/64 [null], /172.21.0.1/16 [/0.0.0.0]], name:br-8d64ae5d76c4 (br-8d64ae5d76c4) => [/fe80:0:0:0:42:3aff:fead:68f7%br-8d64ae5d76c4/64 [null], /172.20.0.1/16 [/0.0.0.0]], name:br-2c683029ad16 (br-2c683029ad16) => [/fe80:0:0:0:42:7eff:fed2:48b8%br-2c683029ad16/64 [null], /172.19.0.1/16 [/0.0.0.0]], name:br-f707e1e4ce7c (br-f707e1e4ce7c) => [/fe80:0:0:0:42:a6ff:fecc:270b%br-f707e1e4ce7c/64 [null], /172.18.0.1/16 [/0.0.0.0]], name:docker0 (docker0) => [/fe80:0:0:0:42:eeff:fead:6c37%docker0/64 [null], /172.17.0.1/16 [/0.0.0.0]], name:lxdbr0 (lxdbr0) => [/fd42:50f6:4366:403c:0:0:0:1%lxdbr0/64 [null], /fe80:0:0:0:bc:7ff:feb8:22f7%lxdbr0/64 [null], /10.14.131.1/24 [/0.0.0.0]], name:enp5s0f0 (enp5s0f0) => [/fe80:0:0:0:28c:faff:fe5b:40f4%enp5s0f0/64 [null], /2001:4998:c:c34:28c:faff:fe5b:40f4%enp5s0f0/64 [null], /67.195.81.179/26 [/67.195.81.191]], name:lo (lo) => [/0:0:0:0:0:0:0:1%lo/128 [null], /127.0.0.1/8 [null]]}
     [java] java.rmi.server.hostname=null
     [java] Security framework of XStream not initialized, XStream is probably vulnerable.
     [java] Security framework of XStream not initialized, XStream is probably vulnerable.
     [java] Security framework of XStream not initialized, XStream is probably vulnerable.
     [java] Security framework of XStream not initialized, XStream is probably vulnerable.
     [java] .............................................................................................................................................................................................................................................................................................................................................................................................................................................................I................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Ignoring missing junit_failure_default_code=0001 in org/apache/jmeter/resources/messages_fr.properties
     [java] Ignoring missing aggregate_report_90=90% in org/apache/jmeter/resources/messages_fr.properties
     [java] Ignoring missing junit_error_default_code=9999 in org/apache/jmeter/resources/messages_fr.properties
     [java] Ignoring missing junit_success_default_code=1000 in org/apache/jmeter/resources/messages_fr.properties
     [java] .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................II...............................................................................................................
     [java] Time: 31.982
     [java] 
     [java] OK (3268 tests)
     [java] 
     [java] .........................................................................
     [java] Time: 4.52
     [java] 
     [java] OK (73 tests)
     [java] 

batchtest:
     [echo] Starting BatchTestLocal with file BatchTestLocal.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/log4j-slf4j-impl-2.11.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   [jmeter] SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/BatchTestLocal.jmx
   [jmeter] Starting the test @ Sat Sep 08 17:00:18 UTC 2018 (1536426018351)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +     59 in 00:00:41 =    1.4/s Avg:   117 Min:     2 Max:   254 Err:     8 (13.56%) Active: 1 Started: 2 Finished: 1
   [jmeter] summary +     74 in 00:00:09 =    8.6/s Avg:   112 Min:     1 Max:   245 Err:     8 (10.81%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =    133 in 00:00:50 =    2.7/s Avg:   114 Min:     1 Max:   254 Err:    16 (12.03%)
   [jmeter] Tidying up ...    @ Sat Sep 08 17:01:08 UTC 2018 (1536426068697)
   [jmeter] ... end of run
     [echo] BatchTestLocal output files compared OK

batchtestserver:
   [server] SLF4J: Class path contains multiple SLF4J bindings.
   [server] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/log4j-slf4j-impl-2.11.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [server] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [server] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   [server] SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]

batchtest:
     [echo] Starting BatchTestLocal with file BatchTestLocal.jmx using -Rasf929.gq1.ygridcore.net:2131 -Jdummy=dummy
   [server] Created remote object: UnicastServerRef2 [liveRef: [endpoint:[67.195.81.179:40989,SSLRMIServerSocketFactory(host=asf929.gq1.ygridcore.net/67.195.81.179, keyStoreLocation=rmi_keystore.jks, type=JKS, trustStoreLocation=rmi_keystore.jks, type=JKS, alias=rmi),SSLRMIClientSocketFactory(keyStoreLocation=rmi_keystore.jks, type=JKS, trustStoreLocation=rmi_keystore.jks, type=JKS, alias=rmi)](local),objID:[-604765b9:165ba21542f:-7fff, 57399336562292205]]]
   [client] SLF4J: Class path contains multiple SLF4J bindings.
   [client] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/log4j-slf4j-impl-2.11.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [client] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [client] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   [client] SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
   [client] Creating summariser <summary>
   [client] Created the tree successfully using testfiles/BatchTestLocal.jmx
   [client] Configuring remote engine: asf929.gq1.ygridcore.net:2131
   [client] Starting remote engines
   [client] Starting the test @ Sat Sep 08 17:01:15 UTC 2018 (1536426075808)
   [server] Starting the test on host asf929.gq1.ygridcore.net:2131 @ Sat Sep 08 17:01:19 UTC 2018 (1536426079427)
   [client] Remote engines have been started
   [client] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [client] summary +     55 in 00:00:41 =    1.3/s Avg:   116 Min:     1 Max:   255 Err:     8 (14.55%) Active: 1 Started: 3 Finished: 2
   [server] Finished the test on host asf929.gq1.ygridcore.net:2131 @ Sat Sep 08 17:02:10 UTC 2018 (1536426130826) - exit requested.
   [client] summary +     78 in 00:00:10 =    8.0/s Avg:   103 Min:     0 Max:   237 Err:     8 (10.26%) Active: 0 Started: 11 Finished: 11
   [client] summary =    133 in 00:00:51 =    2.6/s Avg:   109 Min:     0 Max:   255 Err:    16 (12.03%)
   [client] Tidying up remote @ Sat Sep 08 17:02:10 UTC 2018 (1536426130826)
   [client] ... end of run
     [echo] BatchTestLocal output files compared OK

batch_scripts:

batchtest:
     [echo] Starting TestResultStatusAction with file TestResultStatusAction.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/log4j-slf4j-impl-2.11.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   [jmeter] SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/TestResultStatusAction.jmx
   [jmeter] Starting the test @ Sat Sep 08 17:02:19 UTC 2018 (1536426139183)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =    135 in 00:00:01 =  141.4/s Avg:     0 Min:     0 Max:    73 Err:    18 (13.33%)
   [jmeter] Tidying up ...    @ Sat Sep 08 17:02:21 UTC 2018 (1536426141286)
   [jmeter] ... end of run
     [echo] TestResultStatusAction output files compared OK

batchtest:
     [echo] Starting TestRedirectionPolicies with file TestRedirectionPolicies.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/log4j-slf4j-impl-2.11.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   [jmeter] SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/TestRedirectionPolicies.jmx
   [jmeter] Starting the test @ Sat Sep 08 17:02:24 UTC 2018 (1536426144329)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      6 in 00:01:41 =    0.1/s Avg: 16612 Min:   152 Max: 48593 Err:     2 (33.33%)
   [jmeter] Tidying up ...    @ Sat Sep 08 17:04:06 UTC 2018 (1536426246271)
   [jmeter] ... end of run

BUILD FAILED
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>:2831: The following error occurred while executing this line:
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>:2779: CSV Files are not identical.
        <https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/testfiles/TestRedirectionPolicies.csv>
        HR_AutoRedirect,200,OK,TG1 1-1,text,true
HR_NoAutoRedirect,302,FOUND,TG1 1-1,text,true
HR_FollowRedirect,200,OK,TG1 1-1,text,true
HR_NoAutoRedirect,302,FOUND,TG2 2-1,text,true
HR_FollowRedirect,200,OK,TG2 2-1,text,true
HR_AutoRedirect,200,OK,TG2 2-1,text,true

        <https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/TestRedirectionPolicies.csv>
        HR_AutoRedirect,503,Service Unavailable,TG1 1-1,text,false
HR_NoAutoRedirect,302,FOUND,TG1 1-1,text,true
HR_FollowRedirect,503,Service Unavailable,TG1 1-1,text,false
HR_NoAutoRedirect,302,FOUND,TG2 2-1,text,true
HR_FollowRedirect,200,OK,TG2 2-1,text,true
HR_AutoRedirect,200,OK,TG2 2-1,text,true

Total time: 6 minutes 40 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did leafNodes run? 
For example, <https://builds.apache.org/job/JMeter-trunk/ws/trunk/reports/TEST-org.apache.commons.cli.avalon.ClutilTestCase.xml> is 1 day 22 hr old


Build failed in Jenkins: JMeter-trunk #6887

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/JMeter-trunk/6887/display/redirect?page=changes>

Changes:

[pmouawad] Avoid NPE when called from Function Helper Dialog

------------------------------------------
[...truncated 153.31 KB...]
  [javadoc] Loading source files for package org.apache.jmeter.protocol.jms.sampler...
  [javadoc] Loading source files for package org.apache.jmeter.protocol.jms.sampler.render...
  [javadoc] Loading source files for package org.apache.jmeter.protocol.system...
  [javadoc] Loading source files for package org.apache.jmeter.protocol.system.gui...
  [javadoc] Loading source files for package org.apache.jmeter.protocol.mongodb.config...
  [javadoc] Loading source files for package org.apache.jmeter.protocol.mongodb.mongo...
  [javadoc] Loading source files for package org.apache.jmeter.protocol.mongodb.sampler...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.8.0_172
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...

compile-tests:
    [javac] Compiling 192 source files to <https://builds.apache.org/job/JMeter-trunk/ws/trunk/build/test>
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
  [groovyc] Compiling 22 source files to <https://builds.apache.org/job/JMeter-trunk/ws/trunk/build/test>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/assertions/MD5HexAssertionSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/RandomOrderControllerSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/RunTimeSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/control/ThroughputControllerSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/engine/util/PackageSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/extractor/BoundaryExtractorSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/extractor/JoddExtractorSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/functions/ChangeCaseSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/functions/gui/FunctionHelperSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/gui/util/MenuFactorySpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/junit/spock/JMeterSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/protocol/http/util/HTTPUtilsSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/protocol/jdbc/sampler/JDBCSamplerSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/report/core/SampleMetadataParserSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/report/processor/ApdexSummaryConsumerSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/report/processor/ListResultDataSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/report/processor/Top5ErrorsBySamplerConsumerSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/report/processor/Top5ErrorsSummaryDataSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/services/FileServerSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/timers/UniformRandomTimerSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jorphan/io/TextFileSpec.groovy>
  [groovyc] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jorphan/util/ConverterSpec.groovy>

_test:
     [echo] 
     [echo]    gump.run = false
     [echo]    java.awt.headless = true
     [echo]    test.headless = true
     [echo]    user.dir = <https://builds.apache.org/job/JMeter-trunk/ws/trunk>
     [echo]    basedir = <https://builds.apache.org/job/JMeter-trunk/ws/trunk>
     [echo]    test dir = build/test
     [echo]    test dir gump = build/test
     [echo]    testsaveservice.saveout = ${testsaveservice.saveout}
     [echo]    test.encoding = UTF-8
     [echo]     
     [java] SLF4J: Class path contains multiple SLF4J bindings.
     [java] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/log4j-slf4j-impl-2.11.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
     [java] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
     [java] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
     [java] SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
     [java] Setting JMeterHome: <https://builds.apache.org/job/JMeter-trunk/ws/trunk>
     [java] Using initializeProperties() from org.apache.jmeter.util.JMeterUtils
     [java] Setting up initial properties using: <https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/jmeter.properties>
     [java] Initializing Properties: <https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/jmeter.properties>
     [java] JMeterVersion=r1840365
     [java] java.version=1.8.0_172
     [java] java.home=/usr/local/asfpackages/java/jdk1.8.0_172/jre
     [java] file.encoding=UTF-8
     [java] default encoding=UTF-8
     [java] user.dir=<https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin>
     [java] Locale=en_US
     [java] os.name=Linux
     [java] os.version=4.4.0-133-generic
     [java] JCE max key length = 2147483647
     [java] +++++++++++
     [java] java.awt.headless=true
     [java] java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
     [java] ------------
     [java] Searching junit tests in : build/test
     [java] o.a.j.junit.JMeterTest INFO: JMeterGUIComponent: skipping some tests org.apache.jmeter.testbeans.gui.TestBeanGUI
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.SplashScreen java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.config.gui.RowDetailDialog java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.functions.gui.FunctionHelper java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest WARN: java.io.Serializable: NoSuchMethodException  org.apache.jmeter.gui.GlobalUndoableEdit, missing empty Constructor or Constructor with Object parameter
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.gui.MainFrame java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.gui.SavePropertyDialog java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.gui.action.SearchTreeDialog java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.gui.action.SelectTemplatesDialog java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.gui.util.EscapeDialog java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.gui.util.JSyntaxTextArea java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest Error creating org.apache.jmeter.protocol.http.proxy.gui.RecorderDialog java.awt.HeadlessException
     [java] o.a.j.junit.JMeterTest WARN: java.io.Serializable: NoSuchMethodException  org.apache.jmeter.rmi.RMIServerSocketFactoryImpl, missing empty Constructor or Constructor with Object parameter
     [java] o.a.j.junit.JMeterTest WARN: java.io.Serializable: NoSuchMethodException  org.apache.jmeter.rmi.SSLRMIServerSocketFactory, missing empty Constructor or Constructor with Object parameter
     [java] java.rmi.server.hostname=null
     [java] asf929.gq1.ygridcore.net/67.195.81.179
     [java] isSiteLocalAddress:false
     [java] isAnyLocalAddress:false
     [java] isLinkLocalAddress:false
     [java] isLoopbackAddress:false
     [java] isMulticastAddress:false
     [java] localhost/127.0.0.1
     [java] isSiteLocalAddress:false
     [java] isAnyLocalAddress:false
     [java] isLinkLocalAddress:false
     [java] isLoopbackAddress:true
     [java] isMulticastAddress:false
     [java] ====================
     [java] asf929.gq1.ygridcore.net/67.195.81.179
     [java] isSiteLocalAddress:false
     [java] isAnyLocalAddress:false
     [java] isLinkLocalAddress:false
     [java] isLoopbackAddress:false
     [java] isMulticastAddress:false
     [java] Interfaces: {name:br-8f71be72a6d8 (br-8f71be72a6d8) => [/fe80:0:0:0:42:d9ff:fe9e:cbd7%br-8f71be72a6d8/64 [null], /172.25.0.1/16 [/0.0.0.0]], name:br-f513d11b45d9 (br-f513d11b45d9) => [/fe80:0:0:0:42:31ff:fe7b:d56a%br-f513d11b45d9/64 [null], /172.24.0.1/16 [/0.0.0.0]], name:br-0c69332f1450 (br-0c69332f1450) => [/fe80:0:0:0:42:2dff:fe12:8731%br-0c69332f1450/64 [null], /172.23.0.1/16 [/0.0.0.0]], name:br-b7ec08fa47ba (br-b7ec08fa47ba) => [/fe80:0:0:0:42:dfff:fe81:2bdc%br-b7ec08fa47ba/64 [null], /172.22.0.1/16 [/0.0.0.0]], name:br-9dc189a358ae (br-9dc189a358ae) => [/fe80:0:0:0:42:52ff:fe8c:ea5e%br-9dc189a358ae/64 [null], /172.21.0.1/16 [/0.0.0.0]], name:br-8d64ae5d76c4 (br-8d64ae5d76c4) => [/fe80:0:0:0:42:3aff:fead:68f7%br-8d64ae5d76c4/64 [null], /172.20.0.1/16 [/0.0.0.0]], name:br-2c683029ad16 (br-2c683029ad16) => [/fe80:0:0:0:42:7eff:fed2:48b8%br-2c683029ad16/64 [null], /172.19.0.1/16 [/0.0.0.0]], name:br-f707e1e4ce7c (br-f707e1e4ce7c) => [/fe80:0:0:0:42:a6ff:fecc:270b%br-f707e1e4ce7c/64 [null], /172.18.0.1/16 [/0.0.0.0]], name:docker0 (docker0) => [/fe80:0:0:0:42:eeff:fead:6c37%docker0/64 [null], /172.17.0.1/16 [/0.0.0.0]], name:lxdbr0 (lxdbr0) => [/fd42:50f6:4366:403c:0:0:0:1%lxdbr0/64 [null], /fe80:0:0:0:bc:7ff:feb8:22f7%lxdbr0/64 [null], /10.14.131.1/24 [/0.0.0.0]], name:enp5s0f0 (enp5s0f0) => [/fe80:0:0:0:28c:faff:fe5b:40f4%enp5s0f0/64 [null], /2001:4998:c:c34:28c:faff:fe5b:40f4%enp5s0f0/64 [null], /67.195.81.179/26 [/67.195.81.191]], name:lo (lo) => [/0:0:0:0:0:0:0:1%lo/128 [null], /127.0.0.1/8 [null]]}
     [java] java.rmi.server.hostname=null
     [java] ........................................................................................................................................................I...................................................Throwing on Engine creation to simulate failure
     [java] Security framework of XStream not initialized, XStream is probably vulnerable.
     [java] Security framework of XStream not initialized, XStream is probably vulnerable.
     [java] Security framework of XStream not initialized, XStream is probably vulnerable.
     [java] Security framework of XStream not initialized, XStream is probably vulnerable.
     [java] .............................................................................................................................................................................................................................................................................................................................................................................................................................................................I................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Ignoring missing junit_failure_default_code=0001 in org/apache/jmeter/resources/messages_fr.properties
     [java] Ignoring missing aggregate_report_90=90% in org/apache/jmeter/resources/messages_fr.properties
     [java] Ignoring missing junit_error_default_code=9999 in org/apache/jmeter/resources/messages_fr.properties
     [java] Ignoring missing junit_success_default_code=1000 in org/apache/jmeter/resources/messages_fr.properties
     [java] .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................II...............................................................................................................
     [java] Time: 32.627
     [java] 
     [java] OK (3268 tests)
     [java] 
     [java] .........................................................................
     [java] Time: 4.36
     [java] 
     [java] OK (73 tests)
     [java] 

batchtest:
     [echo] Starting BatchTestLocal with file BatchTestLocal.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/log4j-slf4j-impl-2.11.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   [jmeter] SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/BatchTestLocal.jmx
   [jmeter] Starting the test @ Sat Sep 08 16:00:21 UTC 2018 (1536422421982)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +     43 in 00:00:07 =    5.9/s Avg:   154 Min:    12 Max:   252 Err:     4 (9.30%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +     12 in 00:00:33 =    0.4/s Avg:    80 Min:     2 Max:   222 Err:     4 (33.33%) Active: 1 Started: 2 Finished: 1
   [jmeter] summary =     55 in 00:00:41 =    1.4/s Avg:   138 Min:     2 Max:   252 Err:     8 (14.55%)
   [jmeter] summary +     78 in 00:00:09 =    8.6/s Avg:   111 Min:     1 Max:   245 Err:     8 (10.26%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =    133 in 00:00:50 =    2.7/s Avg:   122 Min:     1 Max:   252 Err:    16 (12.03%)
   [jmeter] Tidying up ...    @ Sat Sep 08 16:01:12 UTC 2018 (1536422472372)
   [jmeter] ... end of run
     [echo] BatchTestLocal output files compared OK

batchtestserver:
   [server] SLF4J: Class path contains multiple SLF4J bindings.
   [server] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/log4j-slf4j-impl-2.11.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [server] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [server] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   [server] SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]

batchtest:
     [echo] Starting BatchTestLocal with file BatchTestLocal.jmx using -Rasf929.gq1.ygridcore.net:2800 -Jdummy=dummy
   [server] Created remote object: UnicastServerRef2 [liveRef: [endpoint:[67.195.81.179:36954,SSLRMIServerSocketFactory(host=asf929.gq1.ygridcore.net/67.195.81.179, keyStoreLocation=rmi_keystore.jks, type=JKS, trustStoreLocation=rmi_keystore.jks, type=JKS, alias=rmi),SSLRMIClientSocketFactory(keyStoreLocation=rmi_keystore.jks, type=JKS, trustStoreLocation=rmi_keystore.jks, type=JKS, alias=rmi)](local),objID:[-6dfb9203:165b9ea7480:-7fff, 33330920492622944]]]
   [client] SLF4J: Class path contains multiple SLF4J bindings.
   [client] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/log4j-slf4j-impl-2.11.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [client] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [client] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   [client] SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
   [client] Creating summariser <summary>
   [client] Created the tree successfully using testfiles/BatchTestLocal.jmx
   [client] Configuring remote engine: asf929.gq1.ygridcore.net:2800
   [client] Starting remote engines
   [client] Starting the test @ Sat Sep 08 16:01:19 UTC 2018 (1536422479516)
   [server] Starting the test on host asf929.gq1.ygridcore.net:2800 @ Sat Sep 08 16:01:23 UTC 2018 (1536422483344)
   [client] Remote engines have been started
   [client] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [client] summary +     39 in 00:00:06 =    6.6/s Avg:   121 Min:     6 Max:   252 Err:     4 (10.26%) Active: 1 Started: 2 Finished: 1
   [client] summary +     16 in 00:00:35 =    0.5/s Avg:   111 Min:     2 Max:   253 Err:     4 (25.00%) Active: 1 Started: 3 Finished: 2
   [client] summary =     55 in 00:00:41 =    1.3/s Avg:   118 Min:     2 Max:   253 Err:     8 (14.55%)
   [client] summary +     78 in 00:00:12 =    6.7/s Avg:   129 Min:     1 Max:   255 Err:     8 (10.26%) Active: 0 Started: 11 Finished: 11
   [client] summary =    133 in 00:00:52 =    2.5/s Avg:   124 Min:     1 Max:   255 Err:    16 (12.03%)
   [server] Finished the test on host asf929.gq1.ygridcore.net:2800 @ Sat Sep 08 16:02:16 UTC 2018 (1536422536532) - exit requested.
   [client] Tidying up remote @ Sat Sep 08 16:02:16 UTC 2018 (1536422536531)
   [client] ... end of run
     [echo] BatchTestLocal output files compared OK

batch_scripts:

batchtest:
     [echo] Starting TestResultStatusAction with file TestResultStatusAction.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/log4j-slf4j-impl-2.11.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   [jmeter] SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/TestResultStatusAction.jmx
   [jmeter] Starting the test @ Sat Sep 08 16:02:24 UTC 2018 (1536422544800)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =    135 in 00:00:01 =  133.7/s Avg:     0 Min:     0 Max:    68 Err:    18 (13.33%)
   [jmeter] Tidying up ...    @ Sat Sep 08 16:02:27 UTC 2018 (1536422547089)
   [jmeter] ... end of run
     [echo] TestResultStatusAction output files compared OK

batchtest:
     [echo] Starting TestRedirectionPolicies with file TestRedirectionPolicies.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/log4j-slf4j-impl-2.11.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in [jar:<https://builds.apache.org/job/JMeter-trunk/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   [jmeter] SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/TestRedirectionPolicies.jmx
   [jmeter] Starting the test @ Sat Sep 08 16:02:30 UTC 2018 (1536422550130)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in 00:00:02 =    0.4/s Avg:  1431 Min:  1431 Max:  1431 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +      5 in 00:00:47 =    0.1/s Avg:  9416 Min:   503 Max: 30177 Err:     1 (20.00%) Active: 0 Started: 2 Finished: 2
   [jmeter] summary =      6 in 00:00:50 =    0.1/s Avg:  8085 Min:   503 Max: 30177 Err:     1 (16.67%)
   [jmeter] Tidying up ...    @ Sat Sep 08 16:03:20 UTC 2018 (1536422600933)
   [jmeter] ... end of run

BUILD FAILED
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>:2831: The following error occurred while executing this line:
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>:2779: CSV Files are not identical.
        <https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/testfiles/TestRedirectionPolicies.csv>
        HR_AutoRedirect,200,OK,TG1 1-1,text,true
HR_NoAutoRedirect,302,FOUND,TG1 1-1,text,true
HR_FollowRedirect,200,OK,TG1 1-1,text,true
HR_NoAutoRedirect,302,FOUND,TG2 2-1,text,true
HR_FollowRedirect,200,OK,TG2 2-1,text,true
HR_AutoRedirect,200,OK,TG2 2-1,text,true

        <https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/TestRedirectionPolicies.csv>
        HR_AutoRedirect,200,OK,TG1 1-1,text,true
HR_NoAutoRedirect,302,FOUND,TG1 1-1,text,true
HR_FollowRedirect,200,OK,TG1 1-1,text,true
HR_NoAutoRedirect,302,FOUND,TG2 2-1,text,true
HR_FollowRedirect,503,Service Unavailable,TG2 2-1,text,false
HR_AutoRedirect,200,OK,TG2 2-1,text,true

Total time: 5 minutes 52 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did leafNodes run? 
For example, <https://builds.apache.org/job/JMeter-trunk/ws/trunk/reports/TEST-org.apache.commons.cli.avalon.ClutilTestCase.xml> is 1 day 21 hr old