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/01/31 00:11:49 UTC

Build failed in Jenkins: JMeter Ubuntu #396

See <https://builds.apache.org/job/JMeter%20Ubuntu/396/display/redirect?page=changes>

Changes:

[pmouawad] Bug 61529 - Migration to Java 9
Add Java 9 options to avoid the warnings that will disturb our users.
Warnings are due to:
- https://github.com/bulenkov/Darcula/issues/41
- https://issues.apache.org/jira/browse/GROOVY-8339
Bugzilla Id: 61529

[pmouawad] Bug 62062 - ThroughputController: StackOverFlowError triggered when throughput=0 (Total Executions or Percentage Executions)
This closes #373
Partly contributed by Artem Fedorov
Bugzilla Id: 62062

[fschumacher] Rip out most logic from jmeter.sh and make it a simple wrapper for jmeter.sh

[fschumacher] We now have more tests, that depend on rmi, so add the rmi_force_localhost option to those cases.

[milamber] Prepare next release 4.0: update docs tree and overview (RC4)

[fschumacher] Remove unused import.

[fschumacher] Display a warn message, if the desktop doesn't support the Desktop.Action.BROWSE.

This can happen, when JMeter is started on a ssh tunneled X11 server.

If the URL appears to be a component documentation, add a line that tells the user
to set the system property help.local to true.

Bugzilla Id: 62027

[fschumacher] spacepolice

[fschumacher] Add missing parameter to log messages and correct one typo.

[fschumacher] Use https for links, images and ressources, when possible.

As the web site is used as default for the help system and
it is served over https, it looks strange, when the browser
warns the user about an unsafe website. That will happen,
when images or other ressources are embedded by plain http.

[pmouawad] Update screenshots for Thread Group, Tear down Thread Group and Setup Thread Group
Add screenshots for JSON Assertion, Boundary Extractor

[pmouawad] Mention change

[milamber] Try to fix an issue into maven upload asc files for sources and javadoc

------------------------------------------
[...truncated 208.67 KB...]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:250) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1822712]
   [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:4.0-SNAPSHOT r1822712]
   [concat] 	... 5 more
   [concat] 2018-01-31 00:08:06,020 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:4.0-SNAPSHOT r1822712]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:384) [ApacheJMeter_tcp.jar:4.0-SNAPSHOT r1822712]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:490) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1822712]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:416) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1822712]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:250) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1822712]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
   [concat] 2018-01-31 00:08:06,103 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:4.0-SNAPSHOT r1822712]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:384) [ApacheJMeter_tcp.jar:4.0-SNAPSHOT r1822712]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:490) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1822712]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:416) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1822712]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:250) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1822712]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
   [concat] 2018-01-31 00:08:06,108 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%20Ubuntu/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%20Ubuntu/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 @ Wed Jan 31 00:08:09 UTC 2018 (1517357289408)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =     21 in 00:00:03 =    7.3/s Avg:    91 Min:     0 Max:  1870 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jan 31 00:08:13 UTC 2018 (1517357293427)
   [jmeter] ... end of run
   [concat] 2018-01-31 00:08:13,398 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:4.0-SNAPSHOT r1822712]
   [concat] 	at org.apache.jmeter.protocol.jdbc.processor.JDBCPreProcessor.process(JDBCPreProcessor.java:33) ~[ApacheJMeter_jdbc.jar:4.0-SNAPSHOT r1822712]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.runPreProcessors(JMeterThread.java:847) ~[ApacheJMeter_core.jar:4.0-SNAPSHOT r1822712]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:467) ~[ApacheJMeter_core.jar:4.0-SNAPSHOT r1822712]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:416) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1822712]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:250) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1822712]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
   [concat] 2018-01-31 00:08:13,410 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:4.0-SNAPSHOT r1822712]
   [concat] 	at org.apache.jmeter.protocol.jdbc.processor.JDBCPostProcessor.process(JDBCPostProcessor.java:33) ~[ApacheJMeter_jdbc.jar:4.0-SNAPSHOT r1822712]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.runPostProcessors(JMeterThread.java:837) ~[ApacheJMeter_core.jar:4.0-SNAPSHOT r1822712]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:516) ~[ApacheJMeter_core.jar:4.0-SNAPSHOT r1822712]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:416) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1822712]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:250) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1822712]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
   [concat] 2018-01-31 00:08:13,411 WARN o.a.j.p.j.p.AbstractJDBCProcessor: SQL Problem in JDBC PreProcessor: java.sql.SQLSyntaxErrorException: unexpected token: USERS
   [concat] 2018-01-31 00:08:13,421 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%20Ubuntu/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%20Ubuntu/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 @ Wed Jan 31 00:08:15 UTC 2018 (1517357295806)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +     14 in 00:00:14 =    1.0/s Avg:   633 Min:     2 Max:  6249 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +     13 in 00:00:26 =    0.5/s Avg:   857 Min:     1 Max:  3001 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =     27 in 00:00:40 =    0.7/s Avg:   741 Min:     1 Max:  6249 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jan 31 00:08:56 UTC 2018 (1517357336887)
   [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%20Ubuntu/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%20Ubuntu/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 @ Wed Jan 31 00:08:59 UTC 2018 (1517357339758)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in 00:00:01 =    1.1/s Avg:    11 Min:    11 Max:    11 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +      2 in 00:00:01 =    1.9/s Avg:   511 Min:    20 Max:  1003 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =      3 in 00:00:02 =    1.5/s Avg:   344 Min:    11 Max:  1003 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jan 31 00:09:02 UTC 2018 (1517357342058)
   [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%20Ubuntu/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%20Ubuntu/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 @ Wed Jan 31 00:09:04 UTC 2018 (1517357344470)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      6 in 00:00:03 =    2.3/s Avg:   232 Min:    12 Max:  1162 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jan 31 00:09:08 UTC 2018 (1517357348140)
   [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%20Ubuntu/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%20Ubuntu/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 @ Wed Jan 31 00:09:10 UTC 2018 (1517357350466)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      2 in 00:00:31 =    0.1/s Avg: 15127 Min:   167 Max: 30088 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jan 31 00:09:41 UTC 2018 (1517357381646)
   [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%20Ubuntu/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%20Ubuntu/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 @ Wed Jan 31 00:09:44 UTC 2018 (1517357384525)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      3 in 00:00:18 =    0.2/s Avg:  5696 Min:   562 Max: 10821 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary =      3 in 00:00:18 =    0.2/s Avg:  5696 Min:   562 Max: 10821 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jan 31 00:10:02 UTC 2018 (1517357402653)
   [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%20Ubuntu/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%20Ubuntu/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 @ Wed Jan 31 00:10:05 UTC 2018 (1517357405490)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      2 in 00:00:12 =    0.2/s Avg:  5941 Min:   553 Max: 11329 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jan 31 00:10:18 UTC 2018 (1517357418301)
   [jmeter] ... end of run
     [echo] SlowCharsFeature_Java output files compared OK

batchtest:
     [echo] Starting Http4ImplPreemptiveBasicAuth with file Http4ImplPreemptiveBasicAuth.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%20Ubuntu/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%20Ubuntu/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/Http4ImplPreemptiveBasicAuth.jmx
   [jmeter] Starting the test @ Wed Jan 31 00:10:20 UTC 2018 (1517357420775)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =     12 in 00:00:05 =    2.6/s Avg:    95 Min:    12 Max:   521 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jan 31 00:10:26 UTC 2018 (1517357426347)
   [jmeter] ... end of run
     [echo] Http4ImplPreemptiveBasicAuth output files compared OK

batchtest:
     [echo] Starting Http4ImplPreemptiveBasicAuth with file Http4ImplPreemptiveBasicAuth.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%20Ubuntu/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%20Ubuntu/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/Http4ImplPreemptiveBasicAuth.jmx
   [jmeter] Starting the test @ Wed Jan 31 00:10:28 UTC 2018 (1517357428784)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in 00:00:01 =    0.9/s Avg:    59 Min:    59 Max:    59 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +     11 in 00:00:03 =    3.6/s Avg:    66 Min:    13 Max:   589 Err:     0 (0.00%) Active: 0 Started: 6 Finished: 6
   [jmeter] summary =     12 in 00:00:04 =    2.9/s Avg:    66 Min:    13 Max:   589 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jan 31 00:10:33 UTC 2018 (1517357433887)
   [jmeter] ... end of run
     [echo] Http4ImplPreemptiveBasicAuth 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%20Ubuntu/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%20Ubuntu/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 @ Wed Jan 31 00:10:36 UTC 2018 (1517357436336)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      7 in 00:01:11 =    0.1/s Avg:  1577 Min:    13 Max: 10279 Err:     1 (14.29%)
   [jmeter] Tidying up ...    @ Wed Jan 31 00:11:48 UTC 2018 (1517357508777)
   [jmeter] ... end of run

BUILD FAILED
<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml>:2965: The following error occurred while executing this line:
<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml>:2777: CSV Files are not identical.
        <https://builds.apache.org/job/JMeter%20Ubuntu/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%20Ubuntu/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,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,Non HTTP response code: java.net.SocketTimeoutException,Non HTTP response message: Read timed out,Thread Group 1-1,text,false

Total time: 8 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released

Jenkins build is back to normal : JMeter Ubuntu #397

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/JMeter%20Ubuntu/397/display/redirect?page=changes>