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/04/05 19:27:17 UTC

Build failed in Jenkins: JMeter-trunk #6743

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

Changes:

[pmouawad] Bug 62260 - Improve Rest support
This also fixes:
- Bug 60190 - Content-Type is added for POST unconditionally
Bug 60015 - Multipart/form-data works only for POST using HTTPClient4 while it should for PUT, DELETE...

Contributed  by UbikLoadPack 
Bugzilla Id: 62260

------------------------------------------
[...truncated 506.84 KB...]
   [jmeter] ... end of run
   [concat] 2018-04-05 19:23:54,115 ERROR o.a.j.p.t.s.TCPSampler: 
   [concat] org.apache.jmeter.protocol.tcp.sampler.ReadException: Error reading from server, bytes read: 0
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl.read(TCPClientImpl.java:131) ~[ApacheJMeter_tcp.jar:r1828467]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:402) [ApacheJMeter_tcp.jar:r1828467]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) [ApacheJMeter_core.jar:r1828467]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:r1828467]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:r1828467]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:r1828467]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
   [concat] Caused by: java.net.SocketTimeoutException: Read timed out
   [concat] 	at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_152]
   [concat] 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_152]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:171) ~[?:1.8.0_152]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_152]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:127) ~[?:1.8.0_152]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl.read(TCPClientImpl.java:114) ~[ApacheJMeter_tcp.jar:r1828467]
   [concat] 	... 6 more
   [concat] 2018-04-05 19:23:55,204 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:r1828467]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:402) [ApacheJMeter_tcp.jar:r1828467]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) [ApacheJMeter_core.jar:r1828467]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:r1828467]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:r1828467]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:r1828467]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
   [concat] Caused by: java.net.SocketTimeoutException: Read timed out
   [concat] 	at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_152]
   [concat] 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_152]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:171) ~[?:1.8.0_152]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_152]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:127) ~[?:1.8.0_152]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.BinaryTCPClientImpl.read(BinaryTCPClientImpl.java:134) ~[ApacheJMeter_tcp.jar:r1828467]
   [concat] 	... 6 more
   [concat] 2018-04-05 19:23:55,220 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_152]
   [concat] 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[?:1.8.0_152]
   [concat] 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:1.8.0_152]
   [concat] 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:1.8.0_152]
   [concat] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_152]
   [concat] 	at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_152]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.getSocket(TCPSampler.java:168) [ApacheJMeter_tcp.jar:r1828467]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:384) [ApacheJMeter_tcp.jar:r1828467]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) [ApacheJMeter_core.jar:r1828467]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:r1828467]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:r1828467]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:r1828467]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
   [concat] 2018-04-05 19:23:55,366 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_152]
   [concat] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_152]
   [concat] 	at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_152]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.getSocket(TCPSampler.java:168) [ApacheJMeter_tcp.jar:r1828467]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:384) [ApacheJMeter_tcp.jar:r1828467]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) [ApacheJMeter_core.jar:r1828467]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:r1828467]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:r1828467]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:r1828467]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
   [concat] 2018-04-05 19:23:55,371 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.10.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 @ Thu Apr 05 19:23:59 UTC 2018 (1522956239386)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in 00:00:01 =    1.7/s Avg:   513 Min:   513 Max:   513 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +     20 in 00:00:01 =   17.5/s Avg:     2 Min:     0 Max:    21 Err:     0 (0.00%) Active: 0 Started: 2 Finished: 2
   [jmeter] summary =     21 in 00:00:02 =   12.2/s Avg:    27 Min:     0 Max:   513 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 19:24:02 UTC 2018 (1522956242444)
   [jmeter] ... end of run
   [concat] 2018-04-05 19:24:02,409 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:r1828467]
   [concat] 	at org.apache.jmeter.protocol.jdbc.processor.JDBCPreProcessor.process(JDBCPreProcessor.java:33) ~[ApacheJMeter_jdbc.jar:r1828467]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.runPreProcessors(JMeterThread.java:935) ~[ApacheJMeter_core.jar:r1828467]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:537) ~[ApacheJMeter_core.jar:r1828467]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:r1828467]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:r1828467]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
   [concat] 2018-04-05 19:24:02,422 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:r1828467]
   [concat] 	at org.apache.jmeter.protocol.jdbc.processor.JDBCPostProcessor.process(JDBCPostProcessor.java:33) ~[ApacheJMeter_jdbc.jar:r1828467]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.runPostProcessors(JMeterThread.java:925) ~[ApacheJMeter_core.jar:r1828467]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:564) ~[ApacheJMeter_core.jar:r1828467]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:r1828467]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:r1828467]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
   [concat] 2018-04-05 19:24:02,423 WARN o.a.j.p.j.p.AbstractJDBCProcessor: SQL Problem in JDBC PreProcessor: java.sql.SQLSyntaxErrorException: unexpected token: USERS
   [concat] 2018-04-05 19:24:02,438 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.10.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 @ Thu Apr 05 19:24:05 UTC 2018 (1522956245759)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +     24 in 00:00:28 =    0.9/s Avg:   547 Min:     0 Max:  3000 Err:     0 (0.00%) Active: 1 Started: 5 Finished: 4
   [jmeter] summary +      3 in 00:00:08 =    0.4/s Avg:  1039 Min:     0 Max:  3000 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =     27 in 00:00:36 =    0.7/s Avg:   602 Min:     0 Max:  3000 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 19:24:43 UTC 2018 (1522956283216)
   [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.10.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 @ Thu Apr 05 19:24:46 UTC 2018 (1522956286772)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      3 in 00:00:02 =    1.5/s Avg:   339 Min:     1 Max:  1003 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 19:24:49 UTC 2018 (1522956289054)
   [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.10.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 @ Thu Apr 05 19:24:52 UTC 2018 (1522956292207)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      6 in 00:00:03 =    2.3/s Avg:   210 Min:    12 Max:  1029 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 19:24:56 UTC 2018 (1522956296149)
   [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.10.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 @ Thu Apr 05 19:24:59 UTC 2018 (1522956299110)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in 00:00:01 =    1.3/s Avg:    94 Min:    94 Max:    94 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +      1 in 00:00:30 =    0.0/s Avg: 30103 Min: 30103 Max: 30103 Err:     0 (0.00%) Active: 1 Started: 2 Finished: 1
   [jmeter] summary =      2 in 00:00:31 =    0.1/s Avg: 15098 Min:    94 Max: 30103 Err:     0 (0.00%)
   [jmeter] summary =      2 in 00:00:31 =    0.1/s Avg: 15098 Min:    94 Max: 30103 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 19:25:30 UTC 2018 (1522956330880)
   [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.10.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 @ Thu Apr 05 19:25:34 UTC 2018 (1522956334357)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in 00:00:01 =    1.7/s Avg:   543 Min:   543 Max:   543 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +      2 in 00:00:17 =    0.1/s Avg:  8085 Min:  5674 Max: 10496 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =      3 in 00:00:18 =    0.2/s Avg:  5571 Min:   543 Max: 10496 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 19:25:52 UTC 2018 (1522956352707)
   [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.10.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 @ Thu Apr 05 19:25:56 UTC 2018 (1522956356301)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      2 in 00:00:12 =    0.2/s Avg:  6007 Min:   577 Max: 11438 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 19:26:09 UTC 2018 (1522956369280)
   [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.10.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 @ Thu Apr 05 19:26:12 UTC 2018 (1522956372385)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      7 in 00:01:02 =    0.1/s Avg:   203 Min:    30 Max:   526 Err:     6 (85.71%)
   [jmeter] Tidying up ...    @ Thu Apr 05 19:27:15 UTC 2018 (1522956435743)
   [jmeter] ... end of run

BUILD FAILED
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>:2954: The following error occurred while executing this line:
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>:2773: 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-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-Warmup,200,OK,Thread Group 1-1,text,false
HTTP_Request_REUSE,200,OK,Thread Group 1-1,text,false
HTTP_Request_REUSE_2,200,OK,Thread Group 1-1,text,false
HTTP_Request_REUSE_AFTER_VALIDATE,200,OK,Thread Group 1-1,text,false
HTTP_Request_NO_REUSE,200,OK,Thread Group 1-1,text,false
HTTP_Request_NO_REUSE,200,OK,Thread Group 1-1,text,false

Total time: 9 minutes 57 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: No test report files were found. Configuration error?

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

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


Build failed in Jenkins: JMeter-trunk #6748

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

Changes:

[pmouawad] Bug 62265 - ModuleController behaves strangely
Bugzilla Id: 62265

------------------------------------------
[...truncated 546.57 KB...]
    [junit] Running org.apache.jmeter.functions.TestJavascriptFunction
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec
    [junit] Running org.apache.jmeter.functions.TestJavascriptFunctionWithRhino
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.534 sec
    [junit] Running org.apache.jmeter.functions.TestJexl2Function
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec
    [junit] Running org.apache.jmeter.functions.TestJexl3Function
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 sec
    [junit] Running org.apache.jmeter.functions.TestMachineIPName
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.functions.TestRandomFromMultipleVars
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.functions.TestRegexFunction
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
    [junit] Running org.apache.jmeter.functions.TestSamplerNameFunction
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.functions.TestSetProperty
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.functions.TestSimpleFunctions
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
    [junit] Running org.apache.jmeter.functions.TestTimeFunction
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.jmeter.functions.TestTimeRandomDateFunction
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec
    [junit] Running org.apache.jmeter.functions.TestTimeShiftFunction
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec
    [junit] Running org.apache.jmeter.functions.TestUrlEncodeDecode
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.jmeter.functions.VariableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.jmeter.gui.action.TestLoad
    [junit] Tests run: 82, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.703 sec
    [junit] Running org.apache.jmeter.gui.action.TestSave
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.jmeter.gui.logging.TestGuiLogEventAppender
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
    [junit] Running org.apache.jmeter.gui.util.JSyntaxTextAreaTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
    [junit] Running org.apache.jmeter.junit.JMeterTest
    [junit] Tests run: 710, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.543 sec
    [junit] Running org.apache.jmeter.listeners.TestResultAction
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.jmeter.protocol.http.config.MultipartUrlConfigTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.jmeter.protocol.http.config.UrlConfigTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.protocol.http.control.TestAuthManager
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
    [junit] Running org.apache.jmeter.protocol.http.control.TestAuthorization
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.protocol.http.control.TestCacheManagerHC4
    [junit] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.764 sec
    [junit] Running org.apache.jmeter.protocol.http.control.TestCacheManagerUrlConnection
    [junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.749 sec
    [junit] Running org.apache.jmeter.protocol.http.control.TestDNSCacheManager
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 sec
    [junit] Running org.apache.jmeter.protocol.http.control.TestHC4CookieManager
    [junit] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec
    [junit] Running org.apache.jmeter.protocol.http.control.TestHTTPMirrorThread
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.986 sec
    [junit] Running org.apache.jmeter.protocol.http.control.gui.TestHttpTestSampleGui
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
    [junit] Running org.apache.jmeter.protocol.http.modifier.TestAnchorModifier
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
    [junit] Running org.apache.jmeter.protocol.http.modifier.TestURLRewritingModifier
    [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
    [junit] Running org.apache.jmeter.protocol.http.parser.TestBaseParser
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.jmeter.protocol.http.parser.TestBug60842HtmlParser
    [junit] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec
    [junit] Running org.apache.jmeter.protocol.http.parser.TestCssParser
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.492 sec
    [junit] Running org.apache.jmeter.protocol.http.parser.TestHTMLParser
    [junit] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.4 sec
    [junit] Running org.apache.jmeter.protocol.http.parser.TestHtmlParsingUtils
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.jmeter.protocol.http.proxy.TestHttpRequestHdr
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.356 sec
    [junit] Running org.apache.jmeter.protocol.http.proxy.TestProxyControl
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.jmeter.protocol.http.sampler.PackageTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
    [junit] Running org.apache.jmeter.protocol.http.sampler.PostWriterTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
    [junit] Running org.apache.jmeter.protocol.http.sampler.PutWriterTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.protocol.http.sampler.TestHTTPSamplers
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer
    [junit] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.463 sec
    [junit] Running org.apache.jmeter.protocol.http.sampler.TestHttpWebdav
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.protocol.http.util.TestHTTPArgument
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.jmeter.protocol.http.util.TestHTTPFileArg
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.jmeter.protocol.http.util.TestHTTPFileArgs
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.protocol.http.util.accesslog.TestLogFilter
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.protocol.http.util.accesslog.TestSessionFilter
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.jmeter.protocol.http.util.accesslog.TestTCLogParser
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.jmeter.protocol.http.visualizers.RequestViewHTTPTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.jmeter.protocol.jms.sampler.PublisherSamplerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
    [junit] Running org.apache.jmeter.protocol.jms.sampler.render.BinaryMessageRendererTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
    [junit] Running org.apache.jmeter.protocol.jms.sampler.render.ObjectMessageRendererTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
    [junit] Running org.apache.jmeter.protocol.jms.sampler.render.TextMessageRendererTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.jmeter.protocol.ldap.config.gui.PackageTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.jmeter.protocol.tcp.sampler.BinaryTCPClientImplTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.protocol.tcp.sampler.LengthPrefixedBinaryTCPClientImplTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.jmeter.protocol.tcp.sampler.TCPClientDecoratorTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.jmeter.report.core.CsvSampleReaderTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
    [junit] Running org.apache.jmeter.report.core.SampleMetadataTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.jmeter.report.core.TestCsvSampleWriter
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
    [junit] Running org.apache.jmeter.report.dashboard.ApdexPerTransactionTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
    [junit] Running org.apache.jmeter.report.processor.ErrorsSummaryConsumerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
    [junit] Running org.apache.jmeter.report.processor.FieldSampleComparatorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
    [junit] Running org.apache.jmeter.reporters.TestResultSaver
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.resources.PackageTest
    [junit] Tests run: 365, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.718 sec
    [junit] Running org.apache.jmeter.resources.TestPropertiesFiles
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.samplers.TestSampleResult
    [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.839 sec
    [junit] Running org.apache.jmeter.samplers.TestSampleSaveConfiguration
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
    [junit] Running org.apache.jmeter.save.TestCSVSaveService
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.jmeter.save.TestSaveService
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.73 sec
    [junit] Running org.apache.jmeter.testbeans.gui.PackageTest
    [junit] Tests run: 384, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.189 sec
    [junit] Running org.apache.jmeter.testbeans.gui.TestBooleanPropertyEditor
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.testbeans.gui.TestComboStringEditor
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
    [junit] Running org.apache.jmeter.testbeans.gui.TestFieldStringEditor
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
    [junit] Running org.apache.jmeter.testelement.PackageTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.testelement.TestElementTest
    [junit] Tests run: 134, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec
    [junit] Running org.apache.jmeter.testelement.TestHeaderManager
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.testelement.TestNumberProperty
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.jmeter.testelement.property.AbstractPropertyTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.jmeter.testelement.property.PackageTest
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.jmeter.threads.TestJMeterContextService
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.jmeter.threads.TestJMeterThread
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.threads.TestTestCompiler
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.threads.TestUnmodifiableJMeterVariables
    [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
    [junit] Running org.apache.jmeter.timers.ConstantThroughputTimerTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 sec
    [junit] Running org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
    [junit] Running org.apache.jmeter.util.JSR223TestElementTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.jmeter.util.PackageTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
    [junit] Running org.apache.jmeter.util.StringUtilitiesTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.jmeter.util.TestJMeterUtils
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.jmeter.util.XPathUtilTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.jmeter.visualizers.TestRenderAsJson
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.jmeter.visualizers.TestSampleCompareTo
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
    [junit] Running org.apache.jmeter.visualizers.TestSamplingStatCalculator
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.jmeter.visualizers.backend.SamplerMetricFixedModeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
    [junit] Running org.apache.jmeter.visualizers.backend.SamplerMetricTimedModeTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jorphan.TestFunctorUsers
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
    [junit] Running org.apache.jorphan.TestXMLBuffer
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
    [junit] Running org.apache.jorphan.collections.PackageTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.jorphan.exec.TestKeyToolUtils
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.jorphan.gui.ObjectTableModelTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
    [junit] Running org.apache.jorphan.gui.ObjectTableSorterTest
    [junit] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
    [junit] Running org.apache.jorphan.math.TestStatCalculator
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.008 sec
    [junit] Running org.apache.jorphan.reflect.TestClassFinder
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.111 sec
    [junit] Running org.apache.jorphan.reflect.TestClassTools
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.jorphan.reflect.TestFunctor
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
    [junit] Running org.apache.jorphan.util.TestConverter
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
    [junit] Running org.apache.jorphan.util.TestJorphanUtils
    [junit] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec

nightlysonar:

checkstyle:

_process_checkstyle_jars:

_check_exists:

_check_jarfile:
[checkstyle] Running Checkstyle 8.8 on 1681 files
[checkstyle] [ERROR] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java>:693:5: Return count is 10 (max allowed for non-void methods/lambdas is 9). [ReturnCount]
[checkstyle] [ERROR] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java>:425:16: Unnecessary parentheses around return value. [UnnecessaryParentheses]
[checkstyle] [ERROR] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/protocol/http/sampler/PostWriterTest.java>:22: Wrong order for 'org.junit.Assert.assertEquals' import. [ImportOrder]

BUILD FAILED
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>:3584: Got 3 errors and 0 warnings.

Total time: 14 minutes 17 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
[Fast Archiver] Compressed 126.40 MB of artifacts by 28.2% relative to #6740
Recording test results

Build failed in Jenkins: JMeter-trunk #6747

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

Changes:

[pmouawad] [Bug 60190] Content-Type is added for POST unconditionally
Java implementation does not set header
HC4 implementation sets header to APPLICATION_X_WWW_FORM_URLENCODED or text/plain depending on type of form
Bugzilla Id: 60190

[pmouawad] [Bug 60190] Content-Type is added for POST unconditionally
Fix test failure in Java
Java implementation does not set header
Bugzilla Id: 60190

------------------------------------------
[...truncated 544.76 KB...]
    [junit] Running org.apache.jmeter.functions.TestJavascriptFunction
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec
    [junit] Running org.apache.jmeter.functions.TestJavascriptFunctionWithRhino
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.482 sec
    [junit] Running org.apache.jmeter.functions.TestJexl2Function
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec
    [junit] Running org.apache.jmeter.functions.TestJexl3Function
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec
    [junit] Running org.apache.jmeter.functions.TestMachineIPName
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
    [junit] Running org.apache.jmeter.functions.TestRandomFromMultipleVars
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.jmeter.functions.TestRegexFunction
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
    [junit] Running org.apache.jmeter.functions.TestSamplerNameFunction
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.functions.TestSetProperty
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.functions.TestSimpleFunctions
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
    [junit] Running org.apache.jmeter.functions.TestTimeFunction
    [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.jmeter.functions.TestTimeRandomDateFunction
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
    [junit] Running org.apache.jmeter.functions.TestTimeShiftFunction
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec
    [junit] Running org.apache.jmeter.functions.TestUrlEncodeDecode
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.jmeter.functions.VariableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.gui.action.TestLoad
    [junit] Tests run: 82, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.957 sec
    [junit] Running org.apache.jmeter.gui.action.TestSave
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.jmeter.gui.logging.TestGuiLogEventAppender
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
    [junit] Running org.apache.jmeter.gui.util.JSyntaxTextAreaTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
    [junit] Running org.apache.jmeter.junit.JMeterTest
    [junit] Tests run: 710, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.676 sec
    [junit] Running org.apache.jmeter.listeners.TestResultAction
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.jmeter.protocol.http.config.MultipartUrlConfigTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
    [junit] Running org.apache.jmeter.protocol.http.config.UrlConfigTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
    [junit] Running org.apache.jmeter.protocol.http.control.TestAuthManager
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
    [junit] Running org.apache.jmeter.protocol.http.control.TestAuthorization
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.jmeter.protocol.http.control.TestCacheManagerHC4
    [junit] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.791 sec
    [junit] Running org.apache.jmeter.protocol.http.control.TestCacheManagerUrlConnection
    [junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.661 sec
    [junit] Running org.apache.jmeter.protocol.http.control.TestDNSCacheManager
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 sec
    [junit] Running org.apache.jmeter.protocol.http.control.TestHC4CookieManager
    [junit] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec
    [junit] Running org.apache.jmeter.protocol.http.control.TestHTTPMirrorThread
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.954 sec
    [junit] Running org.apache.jmeter.protocol.http.control.gui.TestHttpTestSampleGui
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
    [junit] Running org.apache.jmeter.protocol.http.modifier.TestAnchorModifier
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec
    [junit] Running org.apache.jmeter.protocol.http.modifier.TestURLRewritingModifier
    [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
    [junit] Running org.apache.jmeter.protocol.http.parser.TestBaseParser
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
    [junit] Running org.apache.jmeter.protocol.http.parser.TestBug60842HtmlParser
    [junit] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
    [junit] Running org.apache.jmeter.protocol.http.parser.TestCssParser
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.338 sec
    [junit] Running org.apache.jmeter.protocol.http.parser.TestHTMLParser
    [junit] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 sec
    [junit] Running org.apache.jmeter.protocol.http.parser.TestHtmlParsingUtils
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.jmeter.protocol.http.proxy.TestHttpRequestHdr
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 sec
    [junit] Running org.apache.jmeter.protocol.http.proxy.TestProxyControl
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
    [junit] Running org.apache.jmeter.protocol.http.sampler.PackageTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
    [junit] Running org.apache.jmeter.protocol.http.sampler.PostWriterTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
    [junit] Running org.apache.jmeter.protocol.http.sampler.PutWriterTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.jmeter.protocol.http.sampler.TestHTTPSamplers
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer
    [junit] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.712 sec
    [junit] Running org.apache.jmeter.protocol.http.sampler.TestHttpWebdav
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
    [junit] Running org.apache.jmeter.protocol.http.util.TestHTTPArgument
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
    [junit] Running org.apache.jmeter.protocol.http.util.TestHTTPFileArg
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
    [junit] Running org.apache.jmeter.protocol.http.util.TestHTTPFileArgs
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.jmeter.protocol.http.util.accesslog.TestLogFilter
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
    [junit] Running org.apache.jmeter.protocol.http.util.accesslog.TestSessionFilter
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.protocol.http.util.accesslog.TestTCLogParser
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.jmeter.protocol.http.visualizers.RequestViewHTTPTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.protocol.jms.sampler.PublisherSamplerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
    [junit] Running org.apache.jmeter.protocol.jms.sampler.render.BinaryMessageRendererTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
    [junit] Running org.apache.jmeter.protocol.jms.sampler.render.ObjectMessageRendererTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
    [junit] Running org.apache.jmeter.protocol.jms.sampler.render.TextMessageRendererTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
    [junit] Running org.apache.jmeter.protocol.ldap.config.gui.PackageTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
    [junit] Running org.apache.jmeter.protocol.tcp.sampler.BinaryTCPClientImplTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.jmeter.protocol.tcp.sampler.LengthPrefixedBinaryTCPClientImplTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.jmeter.protocol.tcp.sampler.TCPClientDecoratorTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
    [junit] Running org.apache.jmeter.report.core.CsvSampleReaderTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
    [junit] Running org.apache.jmeter.report.core.SampleMetadataTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.jmeter.report.core.TestCsvSampleWriter
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.jmeter.report.dashboard.ApdexPerTransactionTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
    [junit] Running org.apache.jmeter.report.processor.ErrorsSummaryConsumerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
    [junit] Running org.apache.jmeter.report.processor.FieldSampleComparatorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
    [junit] Running org.apache.jmeter.reporters.TestResultSaver
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
    [junit] Running org.apache.jmeter.resources.PackageTest
    [junit] Tests run: 365, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.857 sec
    [junit] Running org.apache.jmeter.resources.TestPropertiesFiles
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.jmeter.samplers.TestSampleResult
    [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.842 sec
    [junit] Running org.apache.jmeter.samplers.TestSampleSaveConfiguration
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
    [junit] Running org.apache.jmeter.save.TestCSVSaveService
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.jmeter.save.TestSaveService
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.733 sec
    [junit] Running org.apache.jmeter.testbeans.gui.PackageTest
    [junit] Tests run: 384, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.365 sec
    [junit] Running org.apache.jmeter.testbeans.gui.TestBooleanPropertyEditor
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
    [junit] Running org.apache.jmeter.testbeans.gui.TestComboStringEditor
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
    [junit] Running org.apache.jmeter.testbeans.gui.TestFieldStringEditor
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
    [junit] Running org.apache.jmeter.testelement.PackageTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.jmeter.testelement.TestElementTest
    [junit] Tests run: 134, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec
    [junit] Running org.apache.jmeter.testelement.TestHeaderManager
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.testelement.TestNumberProperty
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.testelement.property.AbstractPropertyTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
    [junit] Running org.apache.jmeter.testelement.property.PackageTest
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.jmeter.threads.TestJMeterContextService
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.threads.TestJMeterThread
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.jmeter.threads.TestTestCompiler
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.jmeter.threads.TestUnmodifiableJMeterVariables
    [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.jmeter.timers.ConstantThroughputTimerTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.54 sec
    [junit] Running org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
    [junit] Running org.apache.jmeter.util.JSR223TestElementTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
    [junit] Running org.apache.jmeter.util.PackageTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.jmeter.util.StringUtilitiesTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.jmeter.util.TestJMeterUtils
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.jmeter.util.XPathUtilTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
    [junit] Running org.apache.jmeter.visualizers.TestRenderAsJson
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.jmeter.visualizers.TestSampleCompareTo
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
    [junit] Running org.apache.jmeter.visualizers.TestSamplingStatCalculator
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.jmeter.visualizers.backend.SamplerMetricFixedModeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
    [junit] Running org.apache.jmeter.visualizers.backend.SamplerMetricTimedModeTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
    [junit] Running org.apache.jorphan.TestFunctorUsers
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
    [junit] Running org.apache.jorphan.TestXMLBuffer
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.jorphan.collections.PackageTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.jorphan.exec.TestKeyToolUtils
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.jorphan.gui.ObjectTableModelTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
    [junit] Running org.apache.jorphan.gui.ObjectTableSorterTest
    [junit] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
    [junit] Running org.apache.jorphan.math.TestStatCalculator
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.005 sec
    [junit] Running org.apache.jorphan.reflect.TestClassFinder
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.442 sec
    [junit] Running org.apache.jorphan.reflect.TestClassTools
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
    [junit] Running org.apache.jorphan.reflect.TestFunctor
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
    [junit] Running org.apache.jorphan.util.TestConverter
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
    [junit] Running org.apache.jorphan.util.TestJorphanUtils
    [junit] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec

nightlysonar:

checkstyle:

_process_checkstyle_jars:

_check_exists:

_check_jarfile:
[checkstyle] Running Checkstyle 8.8 on 1681 files
[checkstyle] [ERROR] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java>:693:5: Return count is 10 (max allowed for non-void methods/lambdas is 9). [ReturnCount]
[checkstyle] [ERROR] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java>:425:16: Unnecessary parentheses around return value. [UnnecessaryParentheses]
[checkstyle] [ERROR] <https://builds.apache.org/job/JMeter-trunk/ws/trunk/test/src/org/apache/jmeter/protocol/http/sampler/PostWriterTest.java>:22: Wrong order for 'org.junit.Assert.assertEquals' import. [ImportOrder]

BUILD FAILED
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>:3584: Got 3 errors and 0 warnings.

Total time: 15 minutes 31 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
[Fast Archiver] Compressed 126.40 MB of artifacts by 28.2% relative to #6740
Recording test results

Build failed in Jenkins: JMeter-trunk #6746

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

Changes:

[pmouawad] [Bug 60190] Content-Type is added for POST unconditionally
Fix test failure in Java
Bugzilla Id: 60190

[pmouawad] [Bug 60190] Content-Type is added for POST unconditionally
Fix test failure in Java
Bugzilla Id: 60190

------------------------------------------
[...truncated 192.10 KB...]
     [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
     [java] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     [java] 	at java.lang.reflect.Method.invoke(Method.java:498)
     [java] 	at junit.framework.TestCase.runTest(TestCase.java:176)
     [java] 	at junit.framework.TestCase.runBare(TestCase.java:141)
     [java] 	at junit.framework.TestResult$1.protect(TestResult.java:122)
     [java] 	at junit.framework.TestResult.runProtected(TestResult.java:142)
     [java] 	at junit.framework.TestResult.run(TestResult.java:125)
     [java] 	at junit.framework.TestCase.run(TestCase.java:129)
     [java] 	at junit.framework.TestSuite.runTest(TestSuite.java:252)
     [java] 	at junit.framework.TestSuite.run(TestSuite.java:247)
     [java] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23)
     [java] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
     [java] 	at junit.framework.TestResult.runProtected(TestResult.java:142)
     [java] 	at junit.extensions.TestSetup.run(TestSetup.java:27)
     [java] 	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
     [java] 	at org.junit.runners.Suite.runChild(Suite.java:128)
     [java] 	at org.junit.runners.Suite.runChild(Suite.java:27)
     [java] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
     [java] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
     [java] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
     [java] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
     [java] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
     [java] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
     [java] 	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
     [java] 	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
     [java] 	at org.apache.jorphan.test.AllTests.main(AllTests.java:219)
     [java] 9) itemised_testPostRequest_UrlEncoded(org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer)
     [java] junit.framework.AssertionFailedError: Expected no Content-Type in request headers:
     [java] Connection: close
     [java] 
     [java] 	at junit.framework.Assert.fail(Assert.java:57)
     [java] 	at junit.framework.Assert.assertTrue(Assert.java:22)
     [java] 	at junit.framework.TestCase.assertTrue(TestCase.java:192)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.checkHeaderContentType(TestHTTPSamplersAgainstHttpMirrorServer.java:1163)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.checkPostRequestBody(TestHTTPSamplersAgainstHttpMirrorServer.java:956)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.checkPostRequestUrlEncoded(TestHTTPSamplersAgainstHttpMirrorServer.java:843)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.testPostRequest_UrlEncoded(TestHTTPSamplersAgainstHttpMirrorServer.java:255)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.itemised_testPostRequest_UrlEncoded(TestHTTPSamplersAgainstHttpMirrorServer.java:131)
     [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
     [java] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     [java] 	at java.lang.reflect.Method.invoke(Method.java:498)
     [java] 	at junit.framework.TestCase.runTest(TestCase.java:176)
     [java] 	at junit.framework.TestCase.runBare(TestCase.java:141)
     [java] 	at junit.framework.TestResult$1.protect(TestResult.java:122)
     [java] 	at junit.framework.TestResult.runProtected(TestResult.java:142)
     [java] 	at junit.framework.TestResult.run(TestResult.java:125)
     [java] 	at junit.framework.TestCase.run(TestCase.java:129)
     [java] 	at junit.framework.TestSuite.runTest(TestSuite.java:252)
     [java] 	at junit.framework.TestSuite.run(TestSuite.java:247)
     [java] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23)
     [java] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
     [java] 	at junit.framework.TestResult.runProtected(TestResult.java:142)
     [java] 	at junit.extensions.TestSetup.run(TestSetup.java:27)
     [java] 	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
     [java] 	at org.junit.runners.Suite.runChild(Suite.java:128)
     [java] 	at org.junit.runners.Suite.runChild(Suite.java:27)
     [java] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
     [java] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
     [java] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
     [java] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
     [java] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
     [java] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
     [java] 	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
     [java] 	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
     [java] 	at org.apache.jorphan.test.AllTests.main(AllTests.java:219)
     [java] 10) itemised_testPostRequest_UrlEncoded(org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer)
     [java] junit.framework.AssertionFailedError: Expected no Content-Type in request headers:
     [java] Connection: close
     [java] 
     [java] 	at junit.framework.Assert.fail(Assert.java:57)
     [java] 	at junit.framework.Assert.assertTrue(Assert.java:22)
     [java] 	at junit.framework.TestCase.assertTrue(TestCase.java:192)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.checkHeaderContentType(TestHTTPSamplersAgainstHttpMirrorServer.java:1163)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.checkPostRequestBody(TestHTTPSamplersAgainstHttpMirrorServer.java:956)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.checkPostRequestUrlEncoded(TestHTTPSamplersAgainstHttpMirrorServer.java:843)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.testPostRequest_UrlEncoded(TestHTTPSamplersAgainstHttpMirrorServer.java:267)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.itemised_testPostRequest_UrlEncoded(TestHTTPSamplersAgainstHttpMirrorServer.java:131)
     [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
     [java] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     [java] 	at java.lang.reflect.Method.invoke(Method.java:498)
     [java] 	at junit.framework.TestCase.runTest(TestCase.java:176)
     [java] 	at junit.framework.TestCase.runBare(TestCase.java:141)
     [java] 	at junit.framework.TestResult$1.protect(TestResult.java:122)
     [java] 	at junit.framework.TestResult.runProtected(TestResult.java:142)
     [java] 	at junit.framework.TestResult.run(TestResult.java:125)
     [java] 	at junit.framework.TestCase.run(TestCase.java:129)
     [java] 	at junit.framework.TestSuite.runTest(TestSuite.java:252)
     [java] 	at junit.framework.TestSuite.run(TestSuite.java:247)
     [java] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23)
     [java] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
     [java] 	at junit.framework.TestResult.runProtected(TestResult.java:142)
     [java] 	at junit.extensions.TestSetup.run(TestSetup.java:27)
     [java] 	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
     [java] 	at org.junit.runners.Suite.runChild(Suite.java:128)
     [java] 	at org.junit.runners.Suite.runChild(Suite.java:27)
     [java] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
     [java] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
     [java] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
     [java] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
     [java] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
     [java] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
     [java] 	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
     [java] 	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
     [java] 	at org.apache.jorphan.test.AllTests.main(AllTests.java:219)
     [java] 11) itemised_testPostRequest_UrlEncoded(org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer)
     [java] junit.framework.AssertionFailedError: Expected no Content-Type in request headers:
     [java] Connection: close
     [java] 
     [java] 	at junit.framework.Assert.fail(Assert.java:57)
     [java] 	at junit.framework.Assert.assertTrue(Assert.java:22)
     [java] 	at junit.framework.TestCase.assertTrue(TestCase.java:192)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.checkHeaderContentType(TestHTTPSamplersAgainstHttpMirrorServer.java:1163)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.checkPostRequestBody(TestHTTPSamplersAgainstHttpMirrorServer.java:956)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.checkPostRequestUrlEncoded(TestHTTPSamplersAgainstHttpMirrorServer.java:843)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.testPostRequest_UrlEncoded(TestHTTPSamplersAgainstHttpMirrorServer.java:279)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.itemised_testPostRequest_UrlEncoded(TestHTTPSamplersAgainstHttpMirrorServer.java:131)
     [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
     [java] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     [java] 	at java.lang.reflect.Method.invoke(Method.java:498)
     [java] 	at junit.framework.TestCase.runTest(TestCase.java:176)
     [java] 	at junit.framework.TestCase.runBare(TestCase.java:141)
     [java] 	at junit.framework.TestResult$1.protect(TestResult.java:122)
     [java] 	at junit.framework.TestResult.runProtected(TestResult.java:142)
     [java] 	at junit.framework.TestResult.run(TestResult.java:125)
     [java] 	at junit.framework.TestCase.run(TestCase.java:129)
     [java] 	at junit.framework.TestSuite.runTest(TestSuite.java:252)
     [java] 	at junit.framework.TestSuite.run(TestSuite.java:247)
     [java] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23)
     [java] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
     [java] 	at junit.framework.TestResult.runProtected(TestResult.java:142)
     [java] 	at junit.extensions.TestSetup.run(TestSetup.java:27)
     [java] 	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
     [java] 	at org.junit.runners.Suite.runChild(Suite.java:128)
     [java] 	at org.junit.runners.Suite.runChild(Suite.java:27)
     [java] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
     [java] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
     [java] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
     [java] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
     [java] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
     [java] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
     [java] 	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
     [java] 	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
     [java] 	at org.apache.jorphan.test.AllTests.main(AllTests.java:219)
     [java] 12) itemised_testPostRequest_UrlEncoded(org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer)
     [java] junit.framework.AssertionFailedError: Expected no Content-Type in request headers:
     [java] Connection: close
     [java] 
     [java] 	at junit.framework.Assert.fail(Assert.java:57)
     [java] 	at junit.framework.Assert.assertTrue(Assert.java:22)
     [java] 	at junit.framework.TestCase.assertTrue(TestCase.java:192)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.checkHeaderContentType(TestHTTPSamplersAgainstHttpMirrorServer.java:1163)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.checkPostRequestBody(TestHTTPSamplersAgainstHttpMirrorServer.java:956)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.checkPostRequestUrlEncoded(TestHTTPSamplersAgainstHttpMirrorServer.java:843)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.testPostRequest_UrlEncoded(TestHTTPSamplersAgainstHttpMirrorServer.java:297)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.itemised_testPostRequest_UrlEncoded(TestHTTPSamplersAgainstHttpMirrorServer.java:131)
     [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
     [java] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     [java] 	at java.lang.reflect.Method.invoke(Method.java:498)
     [java] 	at junit.framework.TestCase.runTest(TestCase.java:176)
     [java] 	at junit.framework.TestCase.runBare(TestCase.java:141)
     [java] 	at junit.framework.TestResult$1.protect(TestResult.java:122)
     [java] 	at junit.framework.TestResult.runProtected(TestResult.java:142)
     [java] 	at junit.framework.TestResult.run(TestResult.java:125)
     [java] 	at junit.framework.TestCase.run(TestCase.java:129)
     [java] 	at junit.framework.TestSuite.runTest(TestSuite.java:252)
     [java] 	at junit.framework.TestSuite.run(TestSuite.java:247)
     [java] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23)
     [java] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
     [java] 	at junit.framework.TestResult.runProtected(TestResult.java:142)
     [java] 	at junit.extensions.TestSetup.run(TestSetup.java:27)
     [java] 	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
     [java] 	at org.junit.runners.Suite.runChild(Suite.java:128)
     [java] 	at org.junit.runners.Suite.runChild(Suite.java:27)
     [java] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
     [java] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
     [java] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
     [java] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
     [java] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
     [java] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
     [java] 	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
     [java] 	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
     [java] 	at org.apache.jorphan.test.AllTests.main(AllTests.java:219)
     [java] 13) itemised_testPostRequest_UrlEncoded(org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer)
     [java] junit.framework.AssertionFailedError: Expected no Content-Type in request headers:
     [java] Connection: close
     [java] 
     [java] 	at junit.framework.Assert.fail(Assert.java:57)
     [java] 	at junit.framework.Assert.assertTrue(Assert.java:22)
     [java] 	at junit.framework.TestCase.assertTrue(TestCase.java:192)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.checkHeaderContentType(TestHTTPSamplersAgainstHttpMirrorServer.java:1163)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.checkPostRequestBody(TestHTTPSamplersAgainstHttpMirrorServer.java:956)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.checkPostRequestUrlEncoded(TestHTTPSamplersAgainstHttpMirrorServer.java:843)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.testPostRequest_UrlEncoded(TestHTTPSamplersAgainstHttpMirrorServer.java:324)
     [java] 	at org.apache.jmeter.protocol.http.sampler.TestHTTPSamplersAgainstHttpMirrorServer.itemised_testPostRequest_UrlEncoded(TestHTTPSamplersAgainstHttpMirrorServer.java:131)
     [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
     [java] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     [java] 	at java.lang.reflect.Method.invoke(Method.java:498)
     [java] 	at junit.framework.TestCase.runTest(TestCase.java:176)
     [java] 	at junit.framework.TestCase.runBare(TestCase.java:141)
     [java] 	at junit.framework.TestResult$1.protect(TestResult.java:122)
     [java] 	at junit.framework.TestResult.runProtected(TestResult.java:142)
     [java] 	at junit.framework.TestResult.run(TestResult.java:125)
     [java] 	at junit.framework.TestCase.run(TestCase.java:129)
     [java] 	at junit.framework.TestSuite.runTest(TestSuite.java:252)
     [java] 	at junit.framework.TestSuite.run(TestSuite.java:247)
     [java] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23)
     [java] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
     [java] 	at junit.framework.TestResult.runProtected(TestResult.java:142)
     [java] 	at junit.extensions.TestSetup.run(TestSetup.java:27)
     [java] 	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
     [java] 	at org.junit.runners.Suite.runChild(Suite.java:128)
     [java] 	at org.junit.runners.Suite.runChild(Suite.java:27)
     [java] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
     [java] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
     [java] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
     [java] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
     [java] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
     [java] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
     [java] 	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
     [java] 	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
     [java] 	at org.apache.jorphan.test.AllTests.main(AllTests.java:219)
     [java] 
     [java] FAILURES!!!
     [java] Tests run: 3219,  Failures: 13
     [java] 
     [java] ................................................
     [java] Time: 4.396
     [java] 
     [java] OK (48 tests)
     [java] 

BUILD FAILED
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>:3068: Java returned: 1

Total time: 2 minutes 26 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 4 days 0 hr old


Build failed in Jenkins: JMeter-trunk #6745

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

Changes:

[pmouawad] [Bug 60190] Content-Type is added for POST unconditionally
Fix test following change  
Bugzilla Id: 60190

[pmouawad] Bug 62239 - Add ability to Break Current Loop
Use same name for option
Bugzilla Id: 62239

------------------------------------------
[...truncated 207.48 KB...]
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +     14 in 00:00:10 =    1.4/s Avg:   348 Min:     1 Max:  2302 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +     13 in 00:00:26 =    0.5/s Avg:   854 Min:     1 Max:  3001 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =     27 in 00:00:36 =    0.8/s Avg:   592 Min:     1 Max:  3001 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 20:22:56 UTC 2018 (1522959776233)
   [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.10.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 @ Thu Apr 05 20:22:59 UTC 2018 (1522959779815)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in 00:00:01 =    1.0/s Avg:    13 Min:    13 Max:    13 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +      2 in 00:00:01 =    1.9/s Avg:   502 Min:     2 Max:  1003 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =      3 in 00:00:02 =    1.4/s Avg:   339 Min:     2 Max:  1003 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 20:23:02 UTC 2018 (1522959782233)
   [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.10.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 @ Thu Apr 05 20:23:05 UTC 2018 (1522959785125)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      6 in 00:00:02 =    2.4/s Avg:   198 Min:    15 Max:   965 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 20:23:08 UTC 2018 (1522959788775)
   [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.10.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 @ Thu Apr 05 20:23:11 UTC 2018 (1522959791856)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      2 in 00:00:31 =    0.1/s Avg: 15105 Min:   109 Max: 30102 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 20:23:43 UTC 2018 (1522959823699)
   [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.10.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 @ Thu Apr 05 20:23:47 UTC 2018 (1522959827214)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      3 in 00:00:18 =    0.2/s Avg:  5567 Min:   589 Max: 10470 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary =      3 in 00:00:18 =    0.2/s Avg:  5567 Min:   589 Max: 10470 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 20:24:05 UTC 2018 (1522959845535)
   [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.10.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 @ Thu Apr 05 20:24:09 UTC 2018 (1522959849177)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      2 in 00:00:12 =    0.2/s Avg:  5915 Min:   496 Max: 11334 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 20:24:22 UTC 2018 (1522959862048)
   [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.10.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 @ Thu Apr 05 20:24:24 UTC 2018 (1522959864981)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      6 in 00:00:06 =    1.0/s Avg:   122 Min:    13 Max:   565 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +      2 in 00:00:56 =    0.0/s Avg:    37 Min:    37 Max:    38 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =      8 in 00:01:02 =    0.1/s Avg:   100 Min:    13 Max:   565 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 20:25:27 UTC 2018 (1522959927855)
   [jmeter] ... end of run
     [echo] TestKeepAlive output files compared OK

batchtest:
     [echo] Starting ResponseDecompression with file ResponseDecompression.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.10.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/ResponseDecompression.jmx
   [jmeter] Starting the test @ Thu Apr 05 20:25:30 UTC 2018 (1522959930753)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in 00:00:01 =    0.8/s Avg:   437 Min:   437 Max:   437 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +      5 in 00:00:01 =    7.2/s Avg:   131 Min:    16 Max:   331 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =      6 in 00:00:02 =    3.2/s Avg:   182 Min:    16 Max:   437 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 20:25:33 UTC 2018 (1522959933447)
   [jmeter] ... end of run
     [echo] ResponseDecompression output files compared OK

batchtest:
     [echo] Starting TestHeaderManager with file TestHeaderManager.jmx using -X -Jjmeter.httpsampler=HttpClient4
   [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.10.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/TestHeaderManager.jmx
   [jmeter] Starting the test @ Thu Apr 05 20:25:36 UTC 2018 (1522959936504)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      3 in 00:00:01 =    3.5/s Avg:    16 Min:     1 Max:    46 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 20:25:38 UTC 2018 (1522959938131)
   [jmeter] ... end of run
     [echo] TestHeaderManager output files compared OK

batchtest:
     [echo] Starting TestHeaderManager with file TestHeaderManager.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.10.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/TestHeaderManager.jmx
   [jmeter] Starting the test @ Thu Apr 05 20:25:41 UTC 2018 (1522959941173)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      3 in 00:00:00 =   10.1/s Avg:     5 Min:     1 Max:    12 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 20:25:42 UTC 2018 (1522959942246)
   [jmeter] ... end of run
     [echo] TestHeaderManager output files compared OK

batchtest:
     [echo] Starting TEST_HTTP_HttpClient4 with file TEST_HTTP.jmx using -X -Jjmeter.httpsampler=HttpClient4
   [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.10.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/TEST_HTTP.jmx
   [jmeter] Starting the test @ Thu Apr 05 20:25:45 UTC 2018 (1522959945865)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =     22 in 00:00:02 =   13.1/s Avg:    33 Min:     2 Max:   502 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 20:25:48 UTC 2018 (1522959948152)
   [jmeter] ... end of run
     [echo] TEST_HTTP_HttpClient4 output files compared OK

batchtest:
     [echo] Starting TEST_HTTP_Java with file TEST_HTTP.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.10.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/TEST_HTTP.jmx
   [jmeter] Starting the test @ Thu Apr 05 20:25:52 UTC 2018 (1522959952789)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =     20 in 00:00:01 =   15.4/s Avg:    36 Min:     1 Max:   518 Err:     1 (5.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 20:25:54 UTC 2018 (1522959954716)
   [jmeter] ... end of run
   [concat] 2018-04-05 20:25:54,521 ERROR o.a.j.p.h.s.HTTPJavaImpl: readResponse: java.net.ProtocolException: Server redirected too many  times (20)
   [concat] 2018-04-05 20:25:54,533 ERROR o.a.j.p.h.s.HTTPJavaImpl: Cause: java.net.ProtocolException: Server redirected too many  times (20)
   [concat] 2018-04-05 20:25:54,534 ERROR o.a.j.p.h.c.HttpMirrorThread: Invalid request received:''

BUILD FAILED
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>:2988: The following error occurred while executing this line:
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>:2773: CSV Files are not identical.
        <https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/testfiles/TEST_HTTP_Java.csv>
        JSS_startMirror,200,setUp Thread Group 1-1,text,true
GET_NO_PARAMETERS,200,TG_TEST_GET_COMBINATIONS 1-1,text,true
GET_WITH_PARAMETERS_IN_URL,200,TG_TEST_GET_COMBINATIONS 1-1,text,true
GET_WITH_PARAMETERS,200,TG_TEST_GET_COMBINATIONS 1-1,text,true
HR-Gzip,200,TG_TEST_GZIP 2-1,text,true
HR-NoGzip,200,TG_TEST_GZIP 2-1,text,true
HR-NoFollowRedirect,302,TG_TEST_REDIRECT 3-1,text,true
HR-FollowRedirect,Non HTTP response code: java.io.IOException,TG_TEST_REDIRECT 3-1,text,true
HR-FollowRedirect,Non HTTP response code: java.net.ProtocolException,TG_TEST_REDIRECT 3-1,text,true
HR-POST_WITH_PARAMETERS,200,TG_TEST_POST 4-1,text,true
HR-POST_WITH_PARAMETERS_MULTIPART,200,TG_TEST_POST 4-1,text,true
HR-POST_WITH_PARAMETERS_MULTIPART_UTF-8,200,TG_TEST_POST 4-1,text,true
HR-POST_WITH_BODY,200,TG_TEST_POST 4-1,text,true
HR-POST_WITH_FILE,200,TG_TEST_POST 4-1,text,true
HR-POST_MULTIPART_WITH_FILE,200,TG_TEST_POST 4-1,text,true
HR-POST_MULTIPART_WITH_FILE_AND_CONTENTTYPE,200,TG_TEST_POST 4-1,text,true
HR-PUT_MULTIPART_WITH_FILE_AND_CONTENTTYPE,200,TG_TEST_POST 4-1,text,true
HR-PUT_WITH_BODY,200,TG_TEST_POST 4-1,text,true
HR-PUT_WITH_PARAMETERS,200,TG_TEST_POST 4-1,text,true
JSS_stopMirror,200,tearDown Thread Group 1-1,text,true

        <https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/TEST_HTTP_Java.csv>
        JSS_startMirror,200,setUp Thread Group 1-1,text,true
GET_NO_PARAMETERS,200,TG_TEST_GET_COMBINATIONS 1-1,text,true
GET_WITH_PARAMETERS_IN_URL,200,TG_TEST_GET_COMBINATIONS 1-1,text,true
GET_WITH_PARAMETERS,200,TG_TEST_GET_COMBINATIONS 1-1,text,true
HR-Gzip,200,TG_TEST_GZIP 2-1,text,true
HR-NoGzip,200,TG_TEST_GZIP 2-1,text,true
HR-NoFollowRedirect,302,TG_TEST_REDIRECT 3-1,text,true
HR-FollowRedirect,Non HTTP response code: java.io.IOException,TG_TEST_REDIRECT 3-1,text,true
HR-FollowRedirect,Non HTTP response code: java.net.ProtocolException,TG_TEST_REDIRECT 3-1,text,true
HR-POST_WITH_PARAMETERS,200,TG_TEST_POST 4-1,text,true
HR-POST_WITH_PARAMETERS_MULTIPART,200,TG_TEST_POST 4-1,text,true
HR-POST_WITH_PARAMETERS_MULTIPART_UTF-8,200,TG_TEST_POST 4-1,text,true
HR-POST_WITH_BODY,200,TG_TEST_POST 4-1,text,false
HR-POST_WITH_FILE,200,TG_TEST_POST 4-1,text,true
HR-POST_MULTIPART_WITH_FILE,200,TG_TEST_POST 4-1,text,true
HR-POST_MULTIPART_WITH_FILE_AND_CONTENTTYPE,200,TG_TEST_POST 4-1,text,true
HR-PUT_MULTIPART_WITH_FILE_AND_CONTENTTYPE,200,TG_TEST_POST 4-1,text,true
HR-PUT_WITH_BODY,200,TG_TEST_POST 4-1,text,true
HR-PUT_WITH_PARAMETERS,200,TG_TEST_POST 4-1,text,true
JSS_stopMirror,200,tearDown Thread Group 1-1,text,true

Total time: 9 minutes 57 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 4 days 0 hr old


Build failed in Jenkins: JMeter-trunk #6744

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

Changes:

[pmouawad] Bug 62260 
Revert changes unrelated to issue + issue in java.
Add test case for No KeepAlive to ensure Connection: close is present
Bugzilla Id: 62260

------------------------------------------
[...truncated 209.34 KB...]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:r1828470]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:r1828470]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
   [concat] 2018-04-05 20:04:32,157 WARN o.a.j.p.j.p.AbstractJDBCProcessor: SQL Problem in JDBC PreProcessor: java.sql.SQLSyntaxErrorException: unexpected token: USERS
   [concat] 2018-04-05 20:04:32,166 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.10.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 @ Thu Apr 05 20:04:35 UTC 2018 (1522958675277)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +     24 in 00:00:28 =    0.9/s Avg:   548 Min:     0 Max:  3000 Err:     0 (0.00%) Active: 1 Started: 5 Finished: 4
   [jmeter] summary +      3 in 00:00:08 =    0.4/s Avg:  1029 Min:     1 Max:  3000 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =     27 in 00:00:36 =    0.7/s Avg:   602 Min:     0 Max:  3000 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 20:05:12 UTC 2018 (1522958712480)
   [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.10.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 @ Thu Apr 05 20:05:16 UTC 2018 (1522958716088)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      3 in 00:00:02 =    1.4/s Avg:   366 Min:    11 Max:  1041 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 20:05:18 UTC 2018 (1522958718465)
   [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.10.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 @ Thu Apr 05 20:05:21 UTC 2018 (1522958721432)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      6 in 00:00:03 =    2.3/s Avg:   216 Min:    14 Max:  1060 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 20:05:25 UTC 2018 (1522958725264)
   [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.10.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 @ Thu Apr 05 20:05:28 UTC 2018 (1522958728281)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      2 in 00:00:31 =    0.1/s Avg: 15101 Min:   100 Max: 30102 Err:     0 (0.00%) Active: 1 Started: 2 Finished: 1
   [jmeter] summary =      2 in 00:00:31 =    0.1/s Avg: 15101 Min:   100 Max: 30102 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 20:06:00 UTC 2018 (1522958760094)
   [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.10.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 @ Thu Apr 05 20:06:03 UTC 2018 (1522958763733)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in 00:00:01 =    1.5/s Avg:   588 Min:   588 Max:   588 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +      2 in 00:00:18 =    0.1/s Avg:  8332 Min:  5802 Max: 10863 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =      3 in 00:00:18 =    0.2/s Avg:  5751 Min:   588 Max: 10863 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 20:06:22 UTC 2018 (1522958782499)
   [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.10.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 @ Thu Apr 05 20:06:26 UTC 2018 (1522958786070)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      2 in 00:00:12 =    0.2/s Avg:  6005 Min:   594 Max: 11417 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 20:06:39 UTC 2018 (1522958799212)
   [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.10.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 @ Thu Apr 05 20:06:42 UTC 2018 (1522958802181)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      8 in 00:01:02 =    0.1/s Avg:   112 Min:    13 Max:   660 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 20:07:45 UTC 2018 (1522958865117)
   [jmeter] ... end of run
     [echo] TestKeepAlive output files compared OK

batchtest:
     [echo] Starting ResponseDecompression with file ResponseDecompression.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.10.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/ResponseDecompression.jmx
   [jmeter] Starting the test @ Thu Apr 05 20:07:48 UTC 2018 (1522958868165)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      6 in 00:00:02 =    3.1/s Avg:   192 Min:    16 Max:   462 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 20:07:50 UTC 2018 (1522958870896)
   [jmeter] ... end of run
     [echo] ResponseDecompression output files compared OK

batchtest:
     [echo] Starting TestHeaderManager with file TestHeaderManager.jmx using -X -Jjmeter.httpsampler=HttpClient4
   [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.10.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/TestHeaderManager.jmx
   [jmeter] Starting the test @ Thu Apr 05 20:07:53 UTC 2018 (1522958873822)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      3 in 00:00:01 =    3.6/s Avg:    20 Min:     1 Max:    57 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 20:07:55 UTC 2018 (1522958875448)
   [jmeter] ... end of run
     [echo] TestHeaderManager output files compared OK

batchtest:
     [echo] Starting TestHeaderManager with file TestHeaderManager.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.10.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/TestHeaderManager.jmx
   [jmeter] Starting the test @ Thu Apr 05 20:07:58 UTC 2018 (1522958878401)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      3 in 00:00:00 =   10.8/s Avg:     6 Min:     1 Max:    17 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Apr 05 20:07:59 UTC 2018 (1522958879406)
   [jmeter] ... end of run
     [echo] TestHeaderManager output files compared OK

batchtest:
     [echo] Starting TEST_HTTP_HttpClient4 with file TEST_HTTP.jmx using -X -Jjmeter.httpsampler=HttpClient4
   [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.10.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/TEST_HTTP.jmx
   [jmeter] Starting the test @ Thu Apr 05 20:08:02 UTC 2018 (1522958882797)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in 00:00:01 =    1.7/s Avg:   539 Min:   539 Max:   539 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +     21 in 00:00:01 =   18.1/s Avg:    11 Min:     1 Max:    74 Err:     2 (9.52%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =     22 in 00:00:02 =   12.5/s Avg:    35 Min:     1 Max:   539 Err:     2 (9.09%)
   [jmeter] Tidying up ...    @ Thu Apr 05 20:08:05 UTC 2018 (1522958885142)
   [jmeter] ... end of run

BUILD FAILED
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>:2980: The following error occurred while executing this line:
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>:2773: CSV Files are not identical.
        <https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/testfiles/TEST_HTTP_HttpClient4.csv>
        JSS_startMirror,200,setUp Thread Group 1-1,text,true
GET_NO_PARAMETERS,200,TG_TEST_GET_COMBINATIONS 1-1,text,true
GET_WITH_PARAMETERS_IN_URL,200,TG_TEST_GET_COMBINATIONS 1-1,text,true
GET_WITH_PARAMETERS,200,TG_TEST_GET_COMBINATIONS 1-1,text,true
GET_WITH_BODY,200,TG_TEST_GET_COMBINATIONS 1-1,text,true
HR-Gzip,200,TG_TEST_GZIP 2-1,text,true
HR-NoGzip,200,TG_TEST_GZIP 2-1,text,true
HR-NoFollowRedirect,302,TG_TEST_REDIRECT 3-1,text,true
HR-GET_WITH_BODY_NoFollowRedirect,302,TG_TEST_REDIRECT 3-1,text,true
HR-FollowRedirect,Non HTTP response code: java.io.IOException,TG_TEST_REDIRECT 3-1,text,true
HR-FollowRedirect,Non HTTP response code: org.apache.http.client.ClientProtocolException,TG_TEST_REDIRECT 3-1,text,true
HR-POST_WITH_PARAMETERS,200,TG_TEST_POST 4-1,text,true
HR-POST_WITH_PARAMETERS_MULTIPART,200,TG_TEST_POST 4-1,text,true
HR-POST_WITH_PARAMETERS_MULTIPART_UTF-8,200,TG_TEST_POST 4-1,text,true
HR-POST_WITH_BODY,200,TG_TEST_POST 4-1,text,true
HR-POST_WITH_FILE,200,TG_TEST_POST 4-1,text,true
HR-POST_MULTIPART_WITH_FILE,200,TG_TEST_POST 4-1,text,true
HR-POST_MULTIPART_WITH_FILE_AND_CONTENTTYPE,200,TG_TEST_POST 4-1,text,true
HR-PUT_MULTIPART_WITH_FILE_AND_CONTENTTYPE,200,TG_TEST_POST 4-1,text,true
HR-PUT_WITH_BODY,200,TG_TEST_POST 4-1,text,true
HR-PUT_WITH_PARAMETERS,200,TG_TEST_POST 4-1,text,true
JSS_stopMirror,200,tearDown Thread Group 1-1,text,true

        <https://builds.apache.org/job/JMeter-trunk/ws/trunk/bin/TEST_HTTP_HttpClient4.csv>
        JSS_startMirror,200,setUp Thread Group 1-1,text,true
GET_NO_PARAMETERS,200,TG_TEST_GET_COMBINATIONS 1-1,text,true
GET_WITH_PARAMETERS_IN_URL,200,TG_TEST_GET_COMBINATIONS 1-1,text,true
GET_WITH_PARAMETERS,200,TG_TEST_GET_COMBINATIONS 1-1,text,true
GET_WITH_BODY,200,TG_TEST_GET_COMBINATIONS 1-1,text,false
HR-Gzip,200,TG_TEST_GZIP 2-1,text,true
HR-NoGzip,200,TG_TEST_GZIP 2-1,text,true
HR-NoFollowRedirect,302,TG_TEST_REDIRECT 3-1,text,true
HR-GET_WITH_BODY_NoFollowRedirect,302,TG_TEST_REDIRECT 3-1,text,true
HR-FollowRedirect,Non HTTP response code: java.io.IOException,TG_TEST_REDIRECT 3-1,text,true
HR-FollowRedirect,Non HTTP response code: org.apache.http.client.ClientProtocolException,TG_TEST_REDIRECT 3-1,text,true
HR-POST_WITH_PARAMETERS,200,TG_TEST_POST 4-1,text,true
HR-POST_WITH_PARAMETERS_MULTIPART,200,TG_TEST_POST 4-1,text,true
HR-POST_WITH_PARAMETERS_MULTIPART_UTF-8,200,TG_TEST_POST 4-1,text,true
HR-POST_WITH_BODY,200,TG_TEST_POST 4-1,text,false
HR-POST_WITH_FILE,200,TG_TEST_POST 4-1,text,true
HR-POST_MULTIPART_WITH_FILE,200,TG_TEST_POST 4-1,text,true
HR-POST_MULTIPART_WITH_FILE_AND_CONTENTTYPE,200,TG_TEST_POST 4-1,text,true
HR-PUT_MULTIPART_WITH_FILE_AND_CONTENTTYPE,200,TG_TEST_POST 4-1,text,true
HR-PUT_WITH_BODY,200,TG_TEST_POST 4-1,text,true
HR-PUT_WITH_PARAMETERS,200,TG_TEST_POST 4-1,text,true
JSS_stopMirror,200,tearDown Thread Group 1-1,text,true

Total time: 10 minutes 22 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 3 days 23 hr old