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/07/11 19:32:46 UTC

Build failed in Jenkins: JMeter Ubuntu #494

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

Changes:

[fschumacher] Use a constant for Integer and Long zero and remove useless cast.

Followup to r1835661. It is probably better to store a zero as Integer
and Long instead of calling Long#valueOf(0L) each time we need a zero.

Bugzilla Id: 62426

[fschumacher] Check for metadata before getting a value for the sampler.

Followup to r1835351. The eager evaluating led to test failures.
It would probably better to store a zero as Integer and Long instead of
calling Long#valueOf(0L) each time we need a zero.

Bugzilla Id: 62426

[fschumacher] Log loading of additional properties.

[pmouawad] Bug 62212 : Recorder : Improve UX by providing a popup above all windows to be able to change Transaction names and pauses while using Browser 

Fix NPE if user closes the intermediate dialog that automatically disappears after 7 seconds
Bugzilla Id: 62212

[fschumacher] Optimize performance of report generation.

Compute things that don't change, but get used often eagerly.
Don't use String#format for simple concatenation, as it is really slow.
Based on feedback by Allen (444104595 at qq.com)

Bugzilla Id: 62426

[fschumacher] Don't override methods withoud need

------------------------------------------
[...truncated 175.18 KB...]
   [jmeter] summary =      2 in 00:00:01 =    1.4/s Avg:   565 Min:   474 Max:   657 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jul 11 19:30:24 UTC 2018 (1531337424003)
   [jmeter] ... end of run
     [echo] TEST_HTTPS output files compared OK

batchtest:
     [echo] Starting TestCookieManager with file TestCookieManager.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/TestCookieManager.jmx
   [jmeter] Starting the test @ Wed Jul 11 19:30:26 UTC 2018 (1531337426562)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =     10 in 00:00:01 =    7.1/s Avg:   103 Min:     1 Max:   558 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jul 11 19:30:29 UTC 2018 (1531337429187)
   [jmeter] ... end of run
     [echo] TestCookieManager output files compared OK

batchtest:
     [echo] Starting TCP_TESTS with file TCP_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/TCP_TESTS.jmx
   [jmeter] Starting the test @ Wed Jul 11 19:30:32 UTC 2018 (1531337432657)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in 00:00:01 =    1.1/s Avg:   885 Min:   885 Max:   885 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] 11/07/2018 19:30:37
   [jmeter] 
   [jmeter] 
   [jmeter] summary +     10 in 00:00:04 =    2.2/s Avg:   307 Min:     0 Max:  1021 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =     11 in 00:00:05 =    2.0/s Avg:   359 Min:     0 Max:  1021 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jul 11 19:30:39 UTC 2018 (1531337439111)
   [jmeter] ... end of run
   [concat] 2018-07-11 19:30:37,009 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:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:402) [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] Caused by: java.net.SocketTimeoutException: Read timed out
   [concat] 	at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:171) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:127) ~[?:1.8.0_172]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl.read(TCPClientImpl.java:114) ~[ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835663]
   [concat] 	... 6 more
   [concat] 2018-07-11 19:30:38,104 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:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:402) [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] Caused by: java.net.SocketTimeoutException: Read timed out
   [concat] 	at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:171) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:127) ~[?:1.8.0_172]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.BinaryTCPClientImpl.read(BinaryTCPClientImpl.java:134) ~[ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835663]
   [concat] 	... 6 more
   [concat] 2018-07-11 19:30:38,116 WARN o.a.j.p.t.s.TCPSampler: Could not create socket for tcp://localhost:2223
   [concat] java.net.ConnectException: Connection refused (Connection refused)
   [concat] 	at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:1.8.0_172]
   [concat] 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[?:1.8.0_172]
   [concat] 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:1.8.0_172]
   [concat] 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:1.8.0_172]
   [concat] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_172]
   [concat] 	at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_172]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.getSocket(TCPSampler.java:168) [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:384) [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] 2018-07-11 19:30:38,176 WARN o.a.j.p.t.s.TCPSampler: Unknown host for tcp://localhostXXXX:2223
   [concat] java.net.UnknownHostException: localhostXXXX
   [concat] 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) ~[?:1.8.0_172]
   [concat] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_172]
   [concat] 	at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_172]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.getSocket(TCPSampler.java:168) [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:384) [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] 2018-07-11 19:30:38,181 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 Jul 11 19:30:41 UTC 2018 (1531337441752)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =     21 in 00:00:02 =   13.4/s Avg:    26 Min:     0 Max:   502 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jul 11 19:30:44 UTC 2018 (1531337444521)
   [jmeter] ... end of run
   [concat] 2018-07-11 19:30:44,491 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.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.protocol.jdbc.processor.JDBCPreProcessor.process(JDBCPreProcessor.java:33) ~[ApacheJMeter_jdbc.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.runPreProcessors(JMeterThread.java:935) ~[ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:537) ~[ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] 2018-07-11 19:30:44,503 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.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.protocol.jdbc.processor.JDBCPostProcessor.process(JDBCPostProcessor.java:33) ~[ApacheJMeter_jdbc.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.runPostProcessors(JMeterThread.java:925) ~[ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:564) ~[ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] 2018-07-11 19:30:44,504 WARN o.a.j.p.j.p.AbstractJDBCProcessor: SQL Problem in JDBC PreProcessor: java.sql.SQLSyntaxErrorException: unexpected token: USERS
   [concat] 2018-07-11 19:30:44,516 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 Jul 11 19:30:47 UTC 2018 (1531337447139)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +     16 in 00:00:12 =    1.3/s Avg:   450 Min:     2 Max:  2547 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +     11 in 00:00:24 =    0.5/s Avg:   827 Min:     0 Max:  3001 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =     27 in 00:00:36 =    0.7/s Avg:   604 Min:     0 Max:  3001 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jul 11 19:31:24 UTC 2018 (1531337484330)
   [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 Jul 11 19:31:27 UTC 2018 (1531337487411)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      3 in 00:00:02 =    1.5/s Avg:   338 Min:     2 Max:  1003 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jul 11 19:31:29 UTC 2018 (1531337489610)
   [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 Jul 11 19:31:32 UTC 2018 (1531337492181)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in 00:00:01 =    1.0/s Avg:   955 Min:   955 Max:   955 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +      5 in 00:00:02 =    3.3/s Avg:    51 Min:    15 Max:   101 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =      6 in 00:00:02 =    2.4/s Avg:   202 Min:    15 Max:   955 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jul 11 19:31:35 UTC 2018 (1531337495741)
   [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 Jul 11 19:31:38 UTC 2018 (1531337498224)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      2 in 00:00:31 =    0.1/s Avg: 15159 Min:   212 Max: 30106 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jul 11 19:32:09 UTC 2018 (1531337529586)
   [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 Jul 11 19:32:12 UTC 2018 (1531337532581)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      3 in 00:00:18 =    0.2/s Avg:  5886 Min:   621 Max: 11228 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +      2 in 00:00:13 =    0.1/s Avg:  6693 Min:  5602 Max:  7785 Err:     1 (50.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =      5 in 00:00:32 =    0.2/s Avg:  6209 Min:   621 Max: 11228 Err:     1 (20.00%)
   [jmeter] Tidying up ...    @ Wed Jul 11 19:32:44 UTC 2018 (1531337564918)
   [jmeter] ... end of run

BUILD FAILED
<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml>:2956: The following error occurred while executing this line:
<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml>:2779: CSV Files are not identical.
        <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/bin/testfiles/SlowCharsFeature_HttpClient4.csv>
        label,responseCode,responseMessage,threadName,dataType,success
JSS_setCPS,200,OK,setUp Thread Group 1-1,text,true
ApacheJMeter-HP-NonSecure,206,Partial Content,Thread Group 1-1,text,true
ApacheJMeter-HP-Secure,206,Partial Content,Thread Group 1-1,text,true
HTTPS-SNI-without-timeout,206,Partial Content,Thread Group 1-1,text,true
HTTPS-SNI-with-timeout,206,Partial Content,Thread Group 1-1,text,true

        <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/bin/SlowCharsFeature_HttpClient4.csv>
        label,responseCode,responseMessage,threadName,dataType,success
JSS_setCPS,200,OK,setUp Thread Group 1-1,text,true
ApacheJMeter-HP-NonSecure,206,Partial Content,Thread Group 1-1,text,true
ApacheJMeter-HP-Secure,206,Partial Content,Thread Group 1-1,text,true
HTTPS-SNI-without-timeout,206,Partial Content,Thread Group 1-1,text,false
HTTPS-SNI-with-timeout,206,Partial Content,Thread Group 1-1,text,true

Total time: 7 minutes 32 seconds
Build step 'Invoke Ant' marked build as failure
WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succedeed?
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released

Jenkins build is back to normal : JMeter Ubuntu #498

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


Re: Build failed in Jenkins: JMeter Ubuntu #497

Posted by Philippe Mouawad <ph...@gmail.com>.
Hello,
For information, this issue was solved by commit r1839882

It was a real issue in size computing.
Now nightly builds are stable.

Regards

On Sun, Jul 15, 2018 at 9:17 PM Philippe Mouawad <ph...@gmail.com>
wrote:

> I agree with your analysis.
>
>
> On Sun, Jul 15, 2018 at 3:15 PM, Felix Schumacher <
> felix.schumacher@internetallee.de> wrote:
>
>>
>>
>> Am 15.07.2018 um 21:00 schrieb Philippe Mouawad:
>>
>>> Can it be related to those ones:
>>>
>>> https://bz.apache.org/bugzilla/show_bug.cgi?id=62321
>>>
>> This one would set the wrong size that later gets reported.
>>
>>> https://bz.apache.org/bugzilla/show_bug.cgi?id=60657
>>>
>> There is not enough information for me in this bug request to have a
>> quick answer. But it could be.
>> One thing I noticed is, that the requests that fail are slower than those
>> that don't fail.
>>
>> Felix
>>
>>>
>>> Regards
>>>
>>> On Sun, Jul 15, 2018 at 2:56 PM, Felix Schumacher <
>>> felix.schumacher@internetallee.de> wrote:
>>>
>>>
>>>> Am 15.07.2018 um 18:48 schrieb Felix Schumacher:
>>>>
>>>>
>>>>> Am 15.07.2018 um 15:30 schrieb Philippe Mouawad:
>>>>>
>>>>> Hello,
>>>>>>
>>>>>> Could anybody else than me have a look at this unexplained and very
>>>>>> frequent failure of this test ?
>>>>>> SlowCharsFeature_HttpClient
>>>>>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/bin/
>>>>>> SlowCharsFeature_HttpClient4.csv>
>>>>>>
>>>>>> Tests are mainly flaky because of it.
>>>>>> I didn't find the problem and cannot tell wether it's a bug or false
>>>>>>
>>>>>> I think it is a bug somewhere on our side. The result size assertion
>>>>> fires as it thinks it has not seen 7000 bytes, but the saved response
>>>>> shows, that we got all our 7000 bytes.
>>>>>
>>>>> Now the question remains, where do we do the counting and why do we get
>>>>> so confused while doing so.
>>>>>
>>>>> Here is a log snippet when things go wrong:
>>>>
>>>> 2018-07-15 20:51:32,090 INFO o.a.j.s.SampleResult: Bodysize: 4926
>>>> responseData.length: 7001
>>>> 2018-07-15 20:51:32,090 DEBUG o.a.j.p.h.s.HTTPHC4Impl:
>>>> ResponseHeadersSize=635 Content-Length=4926 Total=5561
>>>>
>>>> Somehow bodysize gets set to a wrong value, while responseData is OK.
>>>>
>>>> Felix
>>>>
>>>>
>>>>
>>>> Felix
>>>>>
>>>>> positive
>>>>>
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>> On Sun, Jul 15, 2018 at 9:28 AM, Apache Jenkins Server <
>>>>>> jenkins@builds.apache.org> wrote:
>>>>>>
>>>>>> See <https://builds.apache.org/job/JMeter%20Ubuntu/497/
>>>>>>
>>>>>>> display/redirect?page=changes>
>>>>>>>
>>>>>>> Changes:
>>>>>>>
>>>>>>> [pmouawad] Bug 62533 - Allow use epoch time as Date String value in
>>>>>>> function __dateTimeConvert
>>>>>>> Add Test
>>>>>>> Clarify documentation
>>>>>>> Bugzilla Id: 62533
>>>>>>>
>>>>>>> [pmouawad] Bug 62535 - View Results Tree : XPath2 Tester not
>>>>>>> displaying
>>>>>>> correctly
>>>>>>> Bugzilla Id: 62535
>>>>>>>
>>>>>>> ------------------------------------------
>>>>>>> [...truncated 174.04 KB...]
>>>>>>>      [jmeter] summary +      2 in 00:00:02 =    0.9/s Avg: 938 Min:
>>>>>>>  803
>>>>>>> Max:  1073 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>>>>>>>      [jmeter] summary =      2 in 00:00:02 =    0.9/s Avg: 938 Min:
>>>>>>>  803
>>>>>>> Max:  1073 Err:     0 (0.00%)
>>>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:26:00 UTC 2018
>>>>>>> (1531661160989)
>>>>>>>      [jmeter] ... end of run
>>>>>>>        [echo] TEST_HTTPS output files compared OK
>>>>>>>
>>>>>>> batchtest:
>>>>>>>        [echo] Starting TestCookieManager with file
>>>>>>> TestCookieManager.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.htm
>>>>>>> l#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/TestCookieManager.jmx
>>>>>>>      [jmeter] Starting the test @ Sun Jul 15 13:26:03 UTC 2018
>>>>>>> (1531661163453)
>>>>>>>      [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump
>>>>>>> message
>>>>>>> on
>>>>>>> port 4445
>>>>>>>      [jmeter] summary +      1 in 00:00:01 =    1.7/s Avg: 558 Min:
>>>>>>>  558
>>>>>>> Max:   558 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>>>>>>>      [jmeter] summary +      9 in 00:00:01 =   11.5/s Avg: 49 Min:
>>>>>>>    1
>>>>>>> Max:   305 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
>>>>>>>      [jmeter] summary =     10 in 00:00:01 =    7.3/s Avg: 100 Min:
>>>>>>>    1
>>>>>>> Max:   558 Err:     0 (0.00%)
>>>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:26:05 UTC 2018
>>>>>>> (1531661165931)
>>>>>>>      [jmeter] ... end of run
>>>>>>>        [echo] TestCookieManager output files compared OK
>>>>>>>
>>>>>>> batchtest:
>>>>>>>        [echo] Starting TCP_TESTS with file TCP_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.htm
>>>>>>> l#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/TCP_TESTS.jmx
>>>>>>>      [jmeter] Starting the test @ Sun Jul 15 13:26:09 UTC 2018
>>>>>>> (1531661169272)
>>>>>>>      [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump
>>>>>>> message
>>>>>>> on
>>>>>>> port 4445
>>>>>>>      [jmeter] 15/07/2018 13:26:13
>>>>>>>      [jmeter]
>>>>>>>      [jmeter]
>>>>>>>      [jmeter] summary =     11 in 00:00:05 =    2.0/s Avg: 360 Min:
>>>>>>>    1
>>>>>>> Max:  1022 Err:     0 (0.00%)
>>>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:26:15 UTC 2018
>>>>>>> (1531661175786)
>>>>>>>      [jmeter] ... end of run
>>>>>>>      [concat] 2018-07-15 13:26:13,698 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:4.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.protocol.
>>>>>>> tcp.sampler.TCPSampler.sample(TCPSampler.java:402)
>>>>>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>>>> erThread.doSampling(JMeterThread.java:622)
>>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>>>>> executeSamplePackage(JMeterThread.java:546)
>>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>>>>>> r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>>>> erThread.processSampler(JMeterThread.java:486)
>>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.threads.
>>>>>>> JMeterThread.run(JMeterThread.java:253)
>>>>>>> [ApacheJMeter_core.jar:4.1-SNA
>>>>>>> PSHOT
>>>>>>> r1835969]
>>>>>>>      [concat]     at java.lang.Thread.run(Thread.java:748)
>>>>>>> [?:1.8.0_172]
>>>>>>>      [concat] Caused by: java.net.SocketTimeoutException: Read
>>>>>>> timed out
>>>>>>>      [concat]     at java.net.SocketInputStream.socketRead0(Native
>>>>>>> Method)
>>>>>>> ~[?:1.8.0_172]
>>>>>>>      [concat]     at java.net.SocketInputStream.
>>>>>>> socketRead(SocketInputStream.java:116) ~[?:1.8.0_172]
>>>>>>>      [concat]     at java.net.SocketInputStream.rea
>>>>>>> d(SocketInputStream.java:171)
>>>>>>> ~[?:1.8.0_172]
>>>>>>>      [concat]     at java.net.SocketInputStream.rea
>>>>>>> d(SocketInputStream.java:141)
>>>>>>> ~[?:1.8.0_172]
>>>>>>>      [concat]     at java.net.SocketInputStream.rea
>>>>>>> d(SocketInputStream.java:127)
>>>>>>> ~[?:1.8.0_172]
>>>>>>>      [concat]     at org.apache.jmeter.protocol.tcp
>>>>>>> .sampler.TCPClientImpl.read(TCPClientImpl.java:114)
>>>>>>> ~[ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     ... 6 more
>>>>>>>      [concat] 2018-07-15 13:26:14,780 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:4.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.protocol.
>>>>>>> tcp.sampler.TCPSampler.sample(TCPSampler.java:402)
>>>>>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>>>> erThread.doSampling(JMeterThread.java:622)
>>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>>>>> executeSamplePackage(JMeterThread.java:546)
>>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>>>>>> r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>>>> erThread.processSampler(JMeterThread.java:486)
>>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.threads.
>>>>>>> JMeterThread.run(JMeterThread.java:253)
>>>>>>> [ApacheJMeter_core.jar:4.1-SNA
>>>>>>> PSHOT
>>>>>>> r1835969]
>>>>>>>      [concat]     at java.lang.Thread.run(Thread.java:748)
>>>>>>> [?:1.8.0_172]
>>>>>>>      [concat] Caused by: java.net.SocketTimeoutException: Read
>>>>>>> timed out
>>>>>>>      [concat]     at java.net.SocketInputStream.socketRead0(Native
>>>>>>> Method)
>>>>>>> ~[?:1.8.0_172]
>>>>>>>      [concat]     at java.net.SocketInputStream.
>>>>>>> socketRead(SocketInputStream.java:116) ~[?:1.8.0_172]
>>>>>>>      [concat]     at java.net.SocketInputStream.rea
>>>>>>> d(SocketInputStream.java:171)
>>>>>>> ~[?:1.8.0_172]
>>>>>>>      [concat]     at java.net.SocketInputStream.rea
>>>>>>> d(SocketInputStream.java:141)
>>>>>>> ~[?:1.8.0_172]
>>>>>>>      [concat]     at java.net.SocketInputStream.rea
>>>>>>> d(SocketInputStream.java:127)
>>>>>>> ~[?:1.8.0_172]
>>>>>>>      [concat]     at org.apache.jmeter.protocol.tcp.sampler.
>>>>>>> BinaryTCPClientImpl.read(BinaryTCPClientImpl.java:134)
>>>>>>> ~[ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     ... 6 more
>>>>>>>      [concat] 2018-07-15 13:26:14,800 WARN o.a.j.p.t.s.TCPSampler:
>>>>>>> Could
>>>>>>> not
>>>>>>> create socket for tcp://localhost:2223
>>>>>>>      [concat] java.net.ConnectException: Connection refused
>>>>>>> (Connection
>>>>>>> refused)
>>>>>>>      [concat]     at java.net.PlainSocketImpl.socketConnect(Native
>>>>>>> Method)
>>>>>>> ~[?:1.8.0_172]
>>>>>>>      [concat]     at java.net.AbstractPlainSocketImpl.doConnect(
>>>>>>> AbstractPlainSocketImpl.java:350) ~[?:1.8.0_172]
>>>>>>>      [concat]     at java.net
>>>>>>> .AbstractPlainSocketImpl.connectToAddress(
>>>>>>> AbstractPlainSocketImpl.java:206) ~[?:1.8.0_172]
>>>>>>>      [concat]     at java.net.AbstractPlainSocketImpl.connect(
>>>>>>> AbstractPlainSocketImpl.java:188) ~[?:1.8.0_172]
>>>>>>>      [concat]     at java.net.SocksSocketImpl.conne
>>>>>>> ct(SocksSocketImpl.java:392)
>>>>>>> ~[?:1.8.0_172]
>>>>>>>      [concat]     at java.net.Socket.connect(Socket.java:589)
>>>>>>> ~[?:1.8.0_172]
>>>>>>>      [concat]     at org.apache.jmeter.protocol.tcp
>>>>>>> .sampler.TCPSampler.getSocket(TCPSampler.java:168)
>>>>>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.protocol.
>>>>>>> tcp.sampler.TCPSampler.sample(TCPSampler.java:384)
>>>>>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>>>> erThread.doSampling(JMeterThread.java:622)
>>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>>>>> executeSamplePackage(JMeterThread.java:546)
>>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>>>>>> r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>>>> erThread.processSampler(JMeterThread.java:486)
>>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.threads.
>>>>>>> JMeterThread.run(JMeterThread.java:253)
>>>>>>> [ApacheJMeter_core.jar:4.1-SNA
>>>>>>> PSHOT
>>>>>>> r1835969]
>>>>>>>      [concat]     at java.lang.Thread.run(Thread.java:748)
>>>>>>> [?:1.8.0_172]
>>>>>>>      [concat] 2018-07-15 13:26:14,886 WARN o.a.j.p.t.s.TCPSampler:
>>>>>>> Unknown
>>>>>>> host for tcp://localhostXXXX:2223
>>>>>>>      [concat] java.net.UnknownHostException: localhostXXXX
>>>>>>>      [concat]     at java.net.AbstractPlainSocketImpl.connect(
>>>>>>> AbstractPlainSocketImpl.java:184) ~[?:1.8.0_172]
>>>>>>>      [concat]     at java.net.SocksSocketImpl.conne
>>>>>>> ct(SocksSocketImpl.java:392)
>>>>>>> ~[?:1.8.0_172]
>>>>>>>      [concat]     at java.net.Socket.connect(Socket.java:589)
>>>>>>> ~[?:1.8.0_172]
>>>>>>>      [concat]     at org.apache.jmeter.protocol.tcp
>>>>>>> .sampler.TCPSampler.getSocket(TCPSampler.java:168)
>>>>>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.protocol.
>>>>>>> tcp.sampler.TCPSampler.sample(TCPSampler.java:384)
>>>>>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>>>> erThread.doSampling(JMeterThread.java:622)
>>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>>>>> executeSamplePackage(JMeterThread.java:546)
>>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>>>>>> r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>>>> erThread.processSampler(JMeterThread.java:486)
>>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.threads.
>>>>>>> JMeterThread.run(JMeterThread.java:253)
>>>>>>> [ApacheJMeter_core.jar:4.1-SNA
>>>>>>> PSHOT
>>>>>>> r1835969]
>>>>>>>      [concat]     at java.lang.Thread.run(Thread.java:748)
>>>>>>> [?:1.8.0_172]
>>>>>>>      [concat] 2018-07-15 13:26:14,890 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.htm
>>>>>>> l#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 @ Sun Jul 15 13:26:18 UTC 2018
>>>>>>> (1531661178403)
>>>>>>>      [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump
>>>>>>> message
>>>>>>> on
>>>>>>> port 4445
>>>>>>>      [jmeter] summary =     21 in 00:00:02 =   13.0/s Avg: 28 Min:
>>>>>>>    0
>>>>>>> Max:   541 Err:     0 (0.00%)
>>>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:26:21 UTC 2018
>>>>>>> (1531661181153)
>>>>>>>      [jmeter] ... end of run
>>>>>>>      [concat] 2018-07-15 13:26:21,127 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.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.protocol.jdbc.processor.
>>>>>>> JDBCPreProcessor.process(JDBCPreProcessor.java:33)
>>>>>>> ~[ApacheJMeter_jdbc.jar:4.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.threads.
>>>>>>> JMeterThread.runPreProcessors(JMeterThread.java:935)
>>>>>>> ~[ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>>>>> executeSamplePackage(JMeterThread.java:537)
>>>>>>> ~[ApacheJMeter_core.jar:4.1-SNAPSHOT
>>>>>>> r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>>>> erThread.processSampler(JMeterThread.java:486)
>>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.threads.
>>>>>>> JMeterThread.run(JMeterThread.java:253)
>>>>>>> [ApacheJMeter_core.jar:4.1-SNA
>>>>>>> PSHOT
>>>>>>> r1835969]
>>>>>>>      [concat]     at java.lang.Thread.run(Thread.java:748)
>>>>>>> [?:1.8.0_172]
>>>>>>>      [concat] 2018-07-15 13:26:21,138 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.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.protocol.jdbc.processor.
>>>>>>> JDBCPostProcessor.process(JDBCPostProcessor.java:33)
>>>>>>> ~[ApacheJMeter_jdbc.jar:4.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>>>>> runPostProcessors(JMeterThread.java:925)
>>>>>>> ~[ApacheJMeter_core.jar:4.1-SN
>>>>>>> APSHOT
>>>>>>> r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>>>>> executeSamplePackage(JMeterThread.java:564)
>>>>>>> ~[ApacheJMeter_core.jar:4.1-SNAPSHOT
>>>>>>> r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>>>> erThread.processSampler(JMeterThread.java:486)
>>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>>>      [concat]     at org.apache.jmeter.threads.
>>>>>>> JMeterThread.run(JMeterThread.java:253)
>>>>>>> [ApacheJMeter_core.jar:4.1-SNA
>>>>>>> PSHOT
>>>>>>> r1835969]
>>>>>>>      [concat]     at java.lang.Thread.run(Thread.java:748)
>>>>>>> [?:1.8.0_172]
>>>>>>>      [concat] 2018-07-15 13:26:21,139 WARN
>>>>>>> o.a.j.p.j.p.AbstractJDBCProces
>>>>>>> sor:
>>>>>>> SQL Problem in JDBC PreProcessor: java.sql.SQLSyntaxErrorException:
>>>>>>> unexpected token: USERS
>>>>>>>      [concat] 2018-07-15 13:26:21,149 WARN
>>>>>>> o.a.j.p.j.p.AbstractJDBCProces
>>>>>>> sor:
>>>>>>> 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.htm
>>>>>>> l#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 @ Sun Jul 15 13:26:23 UTC 2018
>>>>>>> (1531661183853)
>>>>>>>      [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump
>>>>>>> message
>>>>>>> on
>>>>>>> port 4445
>>>>>>>      [jmeter] summary +      6 in 00:00:07 =    0.9/s Avg: 805 Min:
>>>>>>>    6
>>>>>>> Max:  2404 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>>>>>>>      [jmeter] summary +     21 in 00:00:29 =    0.7/s Avg: 540 Min:
>>>>>>>    0
>>>>>>> Max:  3001 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>>>>>>>      [jmeter] summary =     27 in 00:00:36 =    0.8/s Avg: 599 Min:
>>>>>>>    0
>>>>>>> Max:  3001 Err:     0 (0.00%)
>>>>>>>      [jmeter] summary =     27 in 00:00:36 =    0.8/s Avg: 599 Min:
>>>>>>>    0
>>>>>>> Max:  3001 Err:     0 (0.00%)
>>>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:27:00 UTC 2018
>>>>>>> (1531661220805)
>>>>>>>      [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.htm
>>>>>>> l#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 @ Sun Jul 15 13:27:03 UTC 2018
>>>>>>> (1531661223737)
>>>>>>>      [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump
>>>>>>> message
>>>>>>> on
>>>>>>> port 4445
>>>>>>>      [jmeter] summary +      1 in 00:00:01 =    1.1/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.5/s Avg: 339 Min:
>>>>>>>    2
>>>>>>> Max:  1003 Err:     0 (0.00%)
>>>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:27:06 UTC 2018
>>>>>>> (1531661226016)
>>>>>>>      [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.htm
>>>>>>> l#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 @ Sun Jul 15 13:27:08 UTC 2018
>>>>>>> (1531661228622)
>>>>>>>      [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump
>>>>>>> message
>>>>>>> on
>>>>>>> port 4445
>>>>>>>      [jmeter] summary =      6 in 00:00:03 =    2.3/s Avg: 210 Min:
>>>>>>>   15
>>>>>>> Max:   997 Err:     0 (0.00%)
>>>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:27:12 UTC 2018
>>>>>>> (1531661232116)
>>>>>>>      [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.htm
>>>>>>> l#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 @ Sun Jul 15 13:27:14 UTC 2018
>>>>>>> (1531661234692)
>>>>>>>      [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump
>>>>>>> message
>>>>>>> on
>>>>>>> port 4445
>>>>>>>      [jmeter] summary =      2 in 00:00:31 =    0.1/s Avg: 15305 Min:
>>>>>>> 507
>>>>>>> Max: 30103 Err:     0 (0.00%)
>>>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:27:46 UTC 2018
>>>>>>> (1531661266416)
>>>>>>>      [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.htm
>>>>>>> l#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 @ Sun Jul 15 13:27:49 UTC 2018
>>>>>>> (1531661269565)
>>>>>>>      [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump
>>>>>>> message
>>>>>>> on
>>>>>>> port 4445
>>>>>>>      [jmeter] summary =      5 in 00:00:32 =    0.2/s Avg: 6279 Min:
>>>>>>> 555
>>>>>>> Max: 11231 Err:     2 (40.00%)
>>>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:28:22 UTC 2018
>>>>>>> (1531661302228)
>>>>>>>      [jmeter] ... end of run
>>>>>>>
>>>>>>> BUILD FAILED
>>>>>>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml
>>>>>>> >:2956:
>>>>>>>
>>>>>>> The following error occurred while executing this line:
>>>>>>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml
>>>>>>> >:2779:
>>>>>>>
>>>>>>> CSV Files are not identical.
>>>>>>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/
>>>>>>> bin/testfiles/SlowCharsFeature_HttpClient4.csv>
>>>>>>> label,responseCode,responseMessage,threadName,dataType,success
>>>>>>> JSS_setCPS,200,OK,setUp Thread Group 1-1,text,true
>>>>>>> ApacheJMeter-HP-NonSecure,206,Partial Content,Thread Group
>>>>>>> 1-1,text,true
>>>>>>> ApacheJMeter-HP-Secure,206,Partial Content,Thread Group 1-1,text,true
>>>>>>> HTTPS-SNI-without-timeout,206,Partial Content,Thread Group
>>>>>>> 1-1,text,true
>>>>>>> HTTPS-SNI-with-timeout,206,Partial Content,Thread Group 1-1,text,true
>>>>>>>
>>>>>>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/
>>>>>>> bin/SlowCharsFeature_HttpClient4.csv>
>>>>>>> label,responseCode,responseMessage,threadName,dataType,success
>>>>>>> JSS_setCPS,200,OK,setUp Thread Group 1-1,text,true
>>>>>>> ApacheJMeter-HP-NonSecure,206,Partial Content,Thread Group
>>>>>>> 1-1,text,true
>>>>>>> ApacheJMeter-HP-Secure,206,Partial Content,Thread Group 1-1,text,true
>>>>>>> HTTPS-SNI-without-timeout,206,Partial Content,Thread Group
>>>>>>> 1-1,text,false
>>>>>>> HTTPS-SNI-with-timeout,206,Partial Content,Thread Group
>>>>>>> 1-1,text,false
>>>>>>>
>>>>>>> Total time: 7 minutes 16 seconds
>>>>>>> Build step 'Invoke Ant' marked build as failure
>>>>>>> WARN: Unable to locate 'report-task.txt' in the workspace. Did the
>>>>>>> SonarScanner succedeed?
>>>>>>> [locks-and-latches] Releasing all the locks
>>>>>>> [locks-and-latches] All the locks released
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>
>>
>
>
> --
> Cordialement.
> Philippe Mouawad.
>
>
>

-- 
Cordialement.
Philippe Mouawad.

Re: Build failed in Jenkins: JMeter Ubuntu #497

Posted by Philippe Mouawad <ph...@gmail.com>.
I agree with your analysis.


On Sun, Jul 15, 2018 at 3:15 PM, Felix Schumacher <
felix.schumacher@internetallee.de> wrote:

>
>
> Am 15.07.2018 um 21:00 schrieb Philippe Mouawad:
>
>> Can it be related to those ones:
>>
>> https://bz.apache.org/bugzilla/show_bug.cgi?id=62321
>>
> This one would set the wrong size that later gets reported.
>
>> https://bz.apache.org/bugzilla/show_bug.cgi?id=60657
>>
> There is not enough information for me in this bug request to have a quick
> answer. But it could be.
> One thing I noticed is, that the requests that fail are slower than those
> that don't fail.
>
> Felix
>
>>
>> Regards
>>
>> On Sun, Jul 15, 2018 at 2:56 PM, Felix Schumacher <
>> felix.schumacher@internetallee.de> wrote:
>>
>>
>>> Am 15.07.2018 um 18:48 schrieb Felix Schumacher:
>>>
>>>
>>>> Am 15.07.2018 um 15:30 schrieb Philippe Mouawad:
>>>>
>>>> Hello,
>>>>>
>>>>> Could anybody else than me have a look at this unexplained and very
>>>>> frequent failure of this test ?
>>>>> SlowCharsFeature_HttpClient
>>>>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/bin/
>>>>> SlowCharsFeature_HttpClient4.csv>
>>>>>
>>>>> Tests are mainly flaky because of it.
>>>>> I didn't find the problem and cannot tell wether it's a bug or false
>>>>>
>>>>> I think it is a bug somewhere on our side. The result size assertion
>>>> fires as it thinks it has not seen 7000 bytes, but the saved response
>>>> shows, that we got all our 7000 bytes.
>>>>
>>>> Now the question remains, where do we do the counting and why do we get
>>>> so confused while doing so.
>>>>
>>>> Here is a log snippet when things go wrong:
>>>
>>> 2018-07-15 20:51:32,090 INFO o.a.j.s.SampleResult: Bodysize: 4926
>>> responseData.length: 7001
>>> 2018-07-15 20:51:32,090 DEBUG o.a.j.p.h.s.HTTPHC4Impl:
>>> ResponseHeadersSize=635 Content-Length=4926 Total=5561
>>>
>>> Somehow bodysize gets set to a wrong value, while responseData is OK.
>>>
>>> Felix
>>>
>>>
>>>
>>> Felix
>>>>
>>>> positive
>>>>
>>>>>
>>>>> Thanks
>>>>>
>>>>> On Sun, Jul 15, 2018 at 9:28 AM, Apache Jenkins Server <
>>>>> jenkins@builds.apache.org> wrote:
>>>>>
>>>>> See <https://builds.apache.org/job/JMeter%20Ubuntu/497/
>>>>>
>>>>>> display/redirect?page=changes>
>>>>>>
>>>>>> Changes:
>>>>>>
>>>>>> [pmouawad] Bug 62533 - Allow use epoch time as Date String value in
>>>>>> function __dateTimeConvert
>>>>>> Add Test
>>>>>> Clarify documentation
>>>>>> Bugzilla Id: 62533
>>>>>>
>>>>>> [pmouawad] Bug 62535 - View Results Tree : XPath2 Tester not
>>>>>> displaying
>>>>>> correctly
>>>>>> Bugzilla Id: 62535
>>>>>>
>>>>>> ------------------------------------------
>>>>>> [...truncated 174.04 KB...]
>>>>>>      [jmeter] summary +      2 in 00:00:02 =    0.9/s Avg: 938 Min:
>>>>>>  803
>>>>>> Max:  1073 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>>>>>>      [jmeter] summary =      2 in 00:00:02 =    0.9/s Avg: 938 Min:
>>>>>>  803
>>>>>> Max:  1073 Err:     0 (0.00%)
>>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:26:00 UTC 2018
>>>>>> (1531661160989)
>>>>>>      [jmeter] ... end of run
>>>>>>        [echo] TEST_HTTPS output files compared OK
>>>>>>
>>>>>> batchtest:
>>>>>>        [echo] Starting TestCookieManager with file
>>>>>> TestCookieManager.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.htm
>>>>>> l#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/TestCookieManager.jmx
>>>>>>      [jmeter] Starting the test @ Sun Jul 15 13:26:03 UTC 2018
>>>>>> (1531661163453)
>>>>>>      [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump
>>>>>> message
>>>>>> on
>>>>>> port 4445
>>>>>>      [jmeter] summary +      1 in 00:00:01 =    1.7/s Avg: 558 Min:
>>>>>>  558
>>>>>> Max:   558 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>>>>>>      [jmeter] summary +      9 in 00:00:01 =   11.5/s Avg: 49 Min:
>>>>>>  1
>>>>>> Max:   305 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
>>>>>>      [jmeter] summary =     10 in 00:00:01 =    7.3/s Avg: 100 Min:
>>>>>>    1
>>>>>> Max:   558 Err:     0 (0.00%)
>>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:26:05 UTC 2018
>>>>>> (1531661165931)
>>>>>>      [jmeter] ... end of run
>>>>>>        [echo] TestCookieManager output files compared OK
>>>>>>
>>>>>> batchtest:
>>>>>>        [echo] Starting TCP_TESTS with file TCP_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.htm
>>>>>> l#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/TCP_TESTS.jmx
>>>>>>      [jmeter] Starting the test @ Sun Jul 15 13:26:09 UTC 2018
>>>>>> (1531661169272)
>>>>>>      [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump
>>>>>> message
>>>>>> on
>>>>>> port 4445
>>>>>>      [jmeter] 15/07/2018 13:26:13
>>>>>>      [jmeter]
>>>>>>      [jmeter]
>>>>>>      [jmeter] summary =     11 in 00:00:05 =    2.0/s Avg: 360 Min:
>>>>>>    1
>>>>>> Max:  1022 Err:     0 (0.00%)
>>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:26:15 UTC 2018
>>>>>> (1531661175786)
>>>>>>      [jmeter] ... end of run
>>>>>>      [concat] 2018-07-15 13:26:13,698 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:4.1-SNAPSHOT r1835969]
>>>>>>      [concat]     at org.apache.jmeter.protocol.
>>>>>> tcp.sampler.TCPSampler.sample(TCPSampler.java:402)
>>>>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>>> erThread.doSampling(JMeterThread.java:622)
>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>>      [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>>>> executeSamplePackage(JMeterThread.java:546)
>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>>>>> r1835969]
>>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>>> erThread.processSampler(JMeterThread.java:486)
>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>>      [concat]     at org.apache.jmeter.threads.
>>>>>> JMeterThread.run(JMeterThread.java:253)
>>>>>> [ApacheJMeter_core.jar:4.1-SNA
>>>>>> PSHOT
>>>>>> r1835969]
>>>>>>      [concat]     at java.lang.Thread.run(Thread.java:748)
>>>>>> [?:1.8.0_172]
>>>>>>      [concat] Caused by: java.net.SocketTimeoutException: Read timed
>>>>>> out
>>>>>>      [concat]     at java.net.SocketInputStream.socketRead0(Native
>>>>>> Method)
>>>>>> ~[?:1.8.0_172]
>>>>>>      [concat]     at java.net.SocketInputStream.
>>>>>> socketRead(SocketInputStream.java:116) ~[?:1.8.0_172]
>>>>>>      [concat]     at java.net.SocketInputStream.rea
>>>>>> d(SocketInputStream.java:171)
>>>>>> ~[?:1.8.0_172]
>>>>>>      [concat]     at java.net.SocketInputStream.rea
>>>>>> d(SocketInputStream.java:141)
>>>>>> ~[?:1.8.0_172]
>>>>>>      [concat]     at java.net.SocketInputStream.rea
>>>>>> d(SocketInputStream.java:127)
>>>>>> ~[?:1.8.0_172]
>>>>>>      [concat]     at org.apache.jmeter.protocol.tcp
>>>>>> .sampler.TCPClientImpl.read(TCPClientImpl.java:114)
>>>>>> ~[ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>>>      [concat]     ... 6 more
>>>>>>      [concat] 2018-07-15 13:26:14,780 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:4.1-SNAPSHOT r1835969]
>>>>>>      [concat]     at org.apache.jmeter.protocol.
>>>>>> tcp.sampler.TCPSampler.sample(TCPSampler.java:402)
>>>>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>>> erThread.doSampling(JMeterThread.java:622)
>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>>      [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>>>> executeSamplePackage(JMeterThread.java:546)
>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>>>>> r1835969]
>>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>>> erThread.processSampler(JMeterThread.java:486)
>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>>      [concat]     at org.apache.jmeter.threads.
>>>>>> JMeterThread.run(JMeterThread.java:253)
>>>>>> [ApacheJMeter_core.jar:4.1-SNA
>>>>>> PSHOT
>>>>>> r1835969]
>>>>>>      [concat]     at java.lang.Thread.run(Thread.java:748)
>>>>>> [?:1.8.0_172]
>>>>>>      [concat] Caused by: java.net.SocketTimeoutException: Read timed
>>>>>> out
>>>>>>      [concat]     at java.net.SocketInputStream.socketRead0(Native
>>>>>> Method)
>>>>>> ~[?:1.8.0_172]
>>>>>>      [concat]     at java.net.SocketInputStream.
>>>>>> socketRead(SocketInputStream.java:116) ~[?:1.8.0_172]
>>>>>>      [concat]     at java.net.SocketInputStream.rea
>>>>>> d(SocketInputStream.java:171)
>>>>>> ~[?:1.8.0_172]
>>>>>>      [concat]     at java.net.SocketInputStream.rea
>>>>>> d(SocketInputStream.java:141)
>>>>>> ~[?:1.8.0_172]
>>>>>>      [concat]     at java.net.SocketInputStream.rea
>>>>>> d(SocketInputStream.java:127)
>>>>>> ~[?:1.8.0_172]
>>>>>>      [concat]     at org.apache.jmeter.protocol.tcp.sampler.
>>>>>> BinaryTCPClientImpl.read(BinaryTCPClientImpl.java:134)
>>>>>> ~[ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>>>      [concat]     ... 6 more
>>>>>>      [concat] 2018-07-15 13:26:14,800 WARN o.a.j.p.t.s.TCPSampler:
>>>>>> Could
>>>>>> not
>>>>>> create socket for tcp://localhost:2223
>>>>>>      [concat] java.net.ConnectException: Connection refused
>>>>>> (Connection
>>>>>> refused)
>>>>>>      [concat]     at java.net.PlainSocketImpl.socketConnect(Native
>>>>>> Method)
>>>>>> ~[?:1.8.0_172]
>>>>>>      [concat]     at java.net.AbstractPlainSocketImpl.doConnect(
>>>>>> AbstractPlainSocketImpl.java:350) ~[?:1.8.0_172]
>>>>>>      [concat]     at java.net.AbstractPlainSocketIm
>>>>>> pl.connectToAddress(
>>>>>> AbstractPlainSocketImpl.java:206) ~[?:1.8.0_172]
>>>>>>      [concat]     at java.net.AbstractPlainSocketImpl.connect(
>>>>>> AbstractPlainSocketImpl.java:188) ~[?:1.8.0_172]
>>>>>>      [concat]     at java.net.SocksSocketImpl.conne
>>>>>> ct(SocksSocketImpl.java:392)
>>>>>> ~[?:1.8.0_172]
>>>>>>      [concat]     at java.net.Socket.connect(Socket.java:589)
>>>>>> ~[?:1.8.0_172]
>>>>>>      [concat]     at org.apache.jmeter.protocol.tcp
>>>>>> .sampler.TCPSampler.getSocket(TCPSampler.java:168)
>>>>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>>>      [concat]     at org.apache.jmeter.protocol.
>>>>>> tcp.sampler.TCPSampler.sample(TCPSampler.java:384)
>>>>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>>> erThread.doSampling(JMeterThread.java:622)
>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>>      [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>>>> executeSamplePackage(JMeterThread.java:546)
>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>>>>> r1835969]
>>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>>> erThread.processSampler(JMeterThread.java:486)
>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>>      [concat]     at org.apache.jmeter.threads.
>>>>>> JMeterThread.run(JMeterThread.java:253)
>>>>>> [ApacheJMeter_core.jar:4.1-SNA
>>>>>> PSHOT
>>>>>> r1835969]
>>>>>>      [concat]     at java.lang.Thread.run(Thread.java:748)
>>>>>> [?:1.8.0_172]
>>>>>>      [concat] 2018-07-15 13:26:14,886 WARN o.a.j.p.t.s.TCPSampler:
>>>>>> Unknown
>>>>>> host for tcp://localhostXXXX:2223
>>>>>>      [concat] java.net.UnknownHostException: localhostXXXX
>>>>>>      [concat]     at java.net.AbstractPlainSocketImpl.connect(
>>>>>> AbstractPlainSocketImpl.java:184) ~[?:1.8.0_172]
>>>>>>      [concat]     at java.net.SocksSocketImpl.conne
>>>>>> ct(SocksSocketImpl.java:392)
>>>>>> ~[?:1.8.0_172]
>>>>>>      [concat]     at java.net.Socket.connect(Socket.java:589)
>>>>>> ~[?:1.8.0_172]
>>>>>>      [concat]     at org.apache.jmeter.protocol.tcp
>>>>>> .sampler.TCPSampler.getSocket(TCPSampler.java:168)
>>>>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>>>      [concat]     at org.apache.jmeter.protocol.
>>>>>> tcp.sampler.TCPSampler.sample(TCPSampler.java:384)
>>>>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>>> erThread.doSampling(JMeterThread.java:622)
>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>>      [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>>>> executeSamplePackage(JMeterThread.java:546)
>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>>>>> r1835969]
>>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>>> erThread.processSampler(JMeterThread.java:486)
>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>>      [concat]     at org.apache.jmeter.threads.
>>>>>> JMeterThread.run(JMeterThread.java:253)
>>>>>> [ApacheJMeter_core.jar:4.1-SNA
>>>>>> PSHOT
>>>>>> r1835969]
>>>>>>      [concat]     at java.lang.Thread.run(Thread.java:748)
>>>>>> [?:1.8.0_172]
>>>>>>      [concat] 2018-07-15 13:26:14,890 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.htm
>>>>>> l#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 @ Sun Jul 15 13:26:18 UTC 2018
>>>>>> (1531661178403)
>>>>>>      [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump
>>>>>> message
>>>>>> on
>>>>>> port 4445
>>>>>>      [jmeter] summary =     21 in 00:00:02 =   13.0/s Avg: 28 Min:
>>>>>>  0
>>>>>> Max:   541 Err:     0 (0.00%)
>>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:26:21 UTC 2018
>>>>>> (1531661181153)
>>>>>>      [jmeter] ... end of run
>>>>>>      [concat] 2018-07-15 13:26:21,127 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.1-SNAPSHOT r1835969]
>>>>>>      [concat]     at org.apache.jmeter.protocol.jdbc.processor.
>>>>>> JDBCPreProcessor.process(JDBCPreProcessor.java:33)
>>>>>> ~[ApacheJMeter_jdbc.jar:4.1-SNAPSHOT r1835969]
>>>>>>      [concat]     at org.apache.jmeter.threads.
>>>>>> JMeterThread.runPreProcessors(JMeterThread.java:935)
>>>>>> ~[ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>>      [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>>>> executeSamplePackage(JMeterThread.java:537)
>>>>>> ~[ApacheJMeter_core.jar:4.1-SNAPSHOT
>>>>>> r1835969]
>>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>>> erThread.processSampler(JMeterThread.java:486)
>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>>      [concat]     at org.apache.jmeter.threads.
>>>>>> JMeterThread.run(JMeterThread.java:253)
>>>>>> [ApacheJMeter_core.jar:4.1-SNA
>>>>>> PSHOT
>>>>>> r1835969]
>>>>>>      [concat]     at java.lang.Thread.run(Thread.java:748)
>>>>>> [?:1.8.0_172]
>>>>>>      [concat] 2018-07-15 13:26:21,138 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.1-SNAPSHOT r1835969]
>>>>>>      [concat]     at org.apache.jmeter.protocol.jdbc.processor.
>>>>>> JDBCPostProcessor.process(JDBCPostProcessor.java:33)
>>>>>> ~[ApacheJMeter_jdbc.jar:4.1-SNAPSHOT r1835969]
>>>>>>      [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>>>> runPostProcessors(JMeterThread.java:925)
>>>>>> ~[ApacheJMeter_core.jar:4.1-SN
>>>>>> APSHOT
>>>>>> r1835969]
>>>>>>      [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>>>> executeSamplePackage(JMeterThread.java:564)
>>>>>> ~[ApacheJMeter_core.jar:4.1-SNAPSHOT
>>>>>> r1835969]
>>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>>> erThread.processSampler(JMeterThread.java:486)
>>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>>      [concat]     at org.apache.jmeter.threads.
>>>>>> JMeterThread.run(JMeterThread.java:253)
>>>>>> [ApacheJMeter_core.jar:4.1-SNA
>>>>>> PSHOT
>>>>>> r1835969]
>>>>>>      [concat]     at java.lang.Thread.run(Thread.java:748)
>>>>>> [?:1.8.0_172]
>>>>>>      [concat] 2018-07-15 13:26:21,139 WARN
>>>>>> o.a.j.p.j.p.AbstractJDBCProces
>>>>>> sor:
>>>>>> SQL Problem in JDBC PreProcessor: java.sql.SQLSyntaxErrorException:
>>>>>> unexpected token: USERS
>>>>>>      [concat] 2018-07-15 13:26:21,149 WARN
>>>>>> o.a.j.p.j.p.AbstractJDBCProces
>>>>>> sor:
>>>>>> 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.htm
>>>>>> l#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 @ Sun Jul 15 13:26:23 UTC 2018
>>>>>> (1531661183853)
>>>>>>      [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump
>>>>>> message
>>>>>> on
>>>>>> port 4445
>>>>>>      [jmeter] summary +      6 in 00:00:07 =    0.9/s Avg: 805 Min:
>>>>>>    6
>>>>>> Max:  2404 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>>>>>>      [jmeter] summary +     21 in 00:00:29 =    0.7/s Avg: 540 Min:
>>>>>>    0
>>>>>> Max:  3001 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>>>>>>      [jmeter] summary =     27 in 00:00:36 =    0.8/s Avg: 599 Min:
>>>>>>    0
>>>>>> Max:  3001 Err:     0 (0.00%)
>>>>>>      [jmeter] summary =     27 in 00:00:36 =    0.8/s Avg: 599 Min:
>>>>>>    0
>>>>>> Max:  3001 Err:     0 (0.00%)
>>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:27:00 UTC 2018
>>>>>> (1531661220805)
>>>>>>      [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.htm
>>>>>> l#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 @ Sun Jul 15 13:27:03 UTC 2018
>>>>>> (1531661223737)
>>>>>>      [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump
>>>>>> message
>>>>>> on
>>>>>> port 4445
>>>>>>      [jmeter] summary +      1 in 00:00:01 =    1.1/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.5/s Avg: 339 Min:
>>>>>>    2
>>>>>> Max:  1003 Err:     0 (0.00%)
>>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:27:06 UTC 2018
>>>>>> (1531661226016)
>>>>>>      [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.htm
>>>>>> l#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 @ Sun Jul 15 13:27:08 UTC 2018
>>>>>> (1531661228622)
>>>>>>      [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump
>>>>>> message
>>>>>> on
>>>>>> port 4445
>>>>>>      [jmeter] summary =      6 in 00:00:03 =    2.3/s Avg: 210 Min:
>>>>>>   15
>>>>>> Max:   997 Err:     0 (0.00%)
>>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:27:12 UTC 2018
>>>>>> (1531661232116)
>>>>>>      [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.htm
>>>>>> l#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 @ Sun Jul 15 13:27:14 UTC 2018
>>>>>> (1531661234692)
>>>>>>      [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump
>>>>>> message
>>>>>> on
>>>>>> port 4445
>>>>>>      [jmeter] summary =      2 in 00:00:31 =    0.1/s Avg: 15305 Min:
>>>>>> 507
>>>>>> Max: 30103 Err:     0 (0.00%)
>>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:27:46 UTC 2018
>>>>>> (1531661266416)
>>>>>>      [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.htm
>>>>>> l#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 @ Sun Jul 15 13:27:49 UTC 2018
>>>>>> (1531661269565)
>>>>>>      [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump
>>>>>> message
>>>>>> on
>>>>>> port 4445
>>>>>>      [jmeter] summary =      5 in 00:00:32 =    0.2/s Avg: 6279 Min:
>>>>>> 555
>>>>>> Max: 11231 Err:     2 (40.00%)
>>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:28:22 UTC 2018
>>>>>> (1531661302228)
>>>>>>      [jmeter] ... end of run
>>>>>>
>>>>>> BUILD FAILED
>>>>>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml
>>>>>> >:2956:
>>>>>>
>>>>>> The following error occurred while executing this line:
>>>>>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml
>>>>>> >:2779:
>>>>>>
>>>>>> CSV Files are not identical.
>>>>>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/
>>>>>> bin/testfiles/SlowCharsFeature_HttpClient4.csv>
>>>>>> label,responseCode,responseMessage,threadName,dataType,success
>>>>>> JSS_setCPS,200,OK,setUp Thread Group 1-1,text,true
>>>>>> ApacheJMeter-HP-NonSecure,206,Partial Content,Thread Group
>>>>>> 1-1,text,true
>>>>>> ApacheJMeter-HP-Secure,206,Partial Content,Thread Group 1-1,text,true
>>>>>> HTTPS-SNI-without-timeout,206,Partial Content,Thread Group
>>>>>> 1-1,text,true
>>>>>> HTTPS-SNI-with-timeout,206,Partial Content,Thread Group 1-1,text,true
>>>>>>
>>>>>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/
>>>>>> bin/SlowCharsFeature_HttpClient4.csv>
>>>>>> label,responseCode,responseMessage,threadName,dataType,success
>>>>>> JSS_setCPS,200,OK,setUp Thread Group 1-1,text,true
>>>>>> ApacheJMeter-HP-NonSecure,206,Partial Content,Thread Group
>>>>>> 1-1,text,true
>>>>>> ApacheJMeter-HP-Secure,206,Partial Content,Thread Group 1-1,text,true
>>>>>> HTTPS-SNI-without-timeout,206,Partial Content,Thread Group
>>>>>> 1-1,text,false
>>>>>> HTTPS-SNI-with-timeout,206,Partial Content,Thread Group
>>>>>> 1-1,text,false
>>>>>>
>>>>>> Total time: 7 minutes 16 seconds
>>>>>> Build step 'Invoke Ant' marked build as failure
>>>>>> WARN: Unable to locate 'report-task.txt' in the workspace. Did the
>>>>>> SonarScanner succedeed?
>>>>>> [locks-and-latches] Releasing all the locks
>>>>>> [locks-and-latches] All the locks released
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>
>


-- 
Cordialement.
Philippe Mouawad.

Re: Build failed in Jenkins: JMeter Ubuntu #497

Posted by Felix Schumacher <fe...@internetallee.de>.

Am 15.07.2018 um 21:00 schrieb Philippe Mouawad:
> Can it be related to those ones:
>
> https://bz.apache.org/bugzilla/show_bug.cgi?id=62321
This one would set the wrong size that later gets reported.
> https://bz.apache.org/bugzilla/show_bug.cgi?id=60657
There is not enough information for me in this bug request to have a 
quick answer. But it could be.
One thing I noticed is, that the requests that fail are slower than 
those that don't fail.

Felix
>
> Regards
>
> On Sun, Jul 15, 2018 at 2:56 PM, Felix Schumacher <
> felix.schumacher@internetallee.de> wrote:
>
>>
>> Am 15.07.2018 um 18:48 schrieb Felix Schumacher:
>>
>>>
>>> Am 15.07.2018 um 15:30 schrieb Philippe Mouawad:
>>>
>>>> Hello,
>>>>
>>>> Could anybody else than me have a look at this unexplained and very
>>>> frequent failure of this test ?
>>>> SlowCharsFeature_HttpClient
>>>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/bin/
>>>> SlowCharsFeature_HttpClient4.csv>
>>>>
>>>> Tests are mainly flaky because of it.
>>>> I didn't find the problem and cannot tell wether it's a bug or false
>>>>
>>> I think it is a bug somewhere on our side. The result size assertion
>>> fires as it thinks it has not seen 7000 bytes, but the saved response
>>> shows, that we got all our 7000 bytes.
>>>
>>> Now the question remains, where do we do the counting and why do we get
>>> so confused while doing so.
>>>
>> Here is a log snippet when things go wrong:
>>
>> 2018-07-15 20:51:32,090 INFO o.a.j.s.SampleResult: Bodysize: 4926
>> responseData.length: 7001
>> 2018-07-15 20:51:32,090 DEBUG o.a.j.p.h.s.HTTPHC4Impl:
>> ResponseHeadersSize=635 Content-Length=4926 Total=5561
>>
>> Somehow bodysize gets set to a wrong value, while responseData is OK.
>>
>> Felix
>>
>>
>>
>>> Felix
>>>
>>> positive
>>>>
>>>> Thanks
>>>>
>>>> On Sun, Jul 15, 2018 at 9:28 AM, Apache Jenkins Server <
>>>> jenkins@builds.apache.org> wrote:
>>>>
>>>> See <https://builds.apache.org/job/JMeter%20Ubuntu/497/
>>>>> display/redirect?page=changes>
>>>>>
>>>>> Changes:
>>>>>
>>>>> [pmouawad] Bug 62533 - Allow use epoch time as Date String value in
>>>>> function __dateTimeConvert
>>>>> Add Test
>>>>> Clarify documentation
>>>>> Bugzilla Id: 62533
>>>>>
>>>>> [pmouawad] Bug 62535 - View Results Tree : XPath2 Tester not displaying
>>>>> correctly
>>>>> Bugzilla Id: 62535
>>>>>
>>>>> ------------------------------------------
>>>>> [...truncated 174.04 KB...]
>>>>>      [jmeter] summary +      2 in 00:00:02 =    0.9/s Avg: 938 Min:   803
>>>>> Max:  1073 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>>>>>      [jmeter] summary =      2 in 00:00:02 =    0.9/s Avg: 938 Min:   803
>>>>> Max:  1073 Err:     0 (0.00%)
>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:26:00 UTC 2018
>>>>> (1531661160989)
>>>>>      [jmeter] ... end of run
>>>>>        [echo] TEST_HTTPS output files compared OK
>>>>>
>>>>> batchtest:
>>>>>        [echo] Starting TestCookieManager with file TestCookieManager.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.htm
>>>>> l#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/TestCookieManager.jmx
>>>>>      [jmeter] Starting the test @ Sun Jul 15 13:26:03 UTC 2018
>>>>> (1531661163453)
>>>>>      [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message
>>>>> on
>>>>> port 4445
>>>>>      [jmeter] summary +      1 in 00:00:01 =    1.7/s Avg: 558 Min:   558
>>>>> Max:   558 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>>>>>      [jmeter] summary +      9 in 00:00:01 =   11.5/s Avg: 49 Min:     1
>>>>> Max:   305 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
>>>>>      [jmeter] summary =     10 in 00:00:01 =    7.3/s Avg: 100 Min:     1
>>>>> Max:   558 Err:     0 (0.00%)
>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:26:05 UTC 2018
>>>>> (1531661165931)
>>>>>      [jmeter] ... end of run
>>>>>        [echo] TestCookieManager output files compared OK
>>>>>
>>>>> batchtest:
>>>>>        [echo] Starting TCP_TESTS with file TCP_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.htm
>>>>> l#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/TCP_TESTS.jmx
>>>>>      [jmeter] Starting the test @ Sun Jul 15 13:26:09 UTC 2018
>>>>> (1531661169272)
>>>>>      [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message
>>>>> on
>>>>> port 4445
>>>>>      [jmeter] 15/07/2018 13:26:13
>>>>>      [jmeter]
>>>>>      [jmeter]
>>>>>      [jmeter] summary =     11 in 00:00:05 =    2.0/s Avg: 360 Min:     1
>>>>> Max:  1022 Err:     0 (0.00%)
>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:26:15 UTC 2018
>>>>> (1531661175786)
>>>>>      [jmeter] ... end of run
>>>>>      [concat] 2018-07-15 13:26:13,698 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:4.1-SNAPSHOT r1835969]
>>>>>      [concat]     at org.apache.jmeter.protocol.
>>>>> tcp.sampler.TCPSampler.sample(TCPSampler.java:402)
>>>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>> erThread.doSampling(JMeterThread.java:622)
>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>      [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>>> executeSamplePackage(JMeterThread.java:546)
>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>>>> r1835969]
>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>> erThread.processSampler(JMeterThread.java:486)
>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>      [concat]     at org.apache.jmeter.threads.
>>>>> JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNA
>>>>> PSHOT
>>>>> r1835969]
>>>>>      [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>>>>>      [concat] Caused by: java.net.SocketTimeoutException: Read timed out
>>>>>      [concat]     at java.net.SocketInputStream.socketRead0(Native
>>>>> Method)
>>>>> ~[?:1.8.0_172]
>>>>>      [concat]     at java.net.SocketInputStream.
>>>>> socketRead(SocketInputStream.java:116) ~[?:1.8.0_172]
>>>>>      [concat]     at java.net.SocketInputStream.rea
>>>>> d(SocketInputStream.java:171)
>>>>> ~[?:1.8.0_172]
>>>>>      [concat]     at java.net.SocketInputStream.rea
>>>>> d(SocketInputStream.java:141)
>>>>> ~[?:1.8.0_172]
>>>>>      [concat]     at java.net.SocketInputStream.rea
>>>>> d(SocketInputStream.java:127)
>>>>> ~[?:1.8.0_172]
>>>>>      [concat]     at org.apache.jmeter.protocol.tcp
>>>>> .sampler.TCPClientImpl.read(TCPClientImpl.java:114)
>>>>> ~[ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>>      [concat]     ... 6 more
>>>>>      [concat] 2018-07-15 13:26:14,780 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:4.1-SNAPSHOT r1835969]
>>>>>      [concat]     at org.apache.jmeter.protocol.
>>>>> tcp.sampler.TCPSampler.sample(TCPSampler.java:402)
>>>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>> erThread.doSampling(JMeterThread.java:622)
>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>      [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>>> executeSamplePackage(JMeterThread.java:546)
>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>>>> r1835969]
>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>> erThread.processSampler(JMeterThread.java:486)
>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>      [concat]     at org.apache.jmeter.threads.
>>>>> JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNA
>>>>> PSHOT
>>>>> r1835969]
>>>>>      [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>>>>>      [concat] Caused by: java.net.SocketTimeoutException: Read timed out
>>>>>      [concat]     at java.net.SocketInputStream.socketRead0(Native
>>>>> Method)
>>>>> ~[?:1.8.0_172]
>>>>>      [concat]     at java.net.SocketInputStream.
>>>>> socketRead(SocketInputStream.java:116) ~[?:1.8.0_172]
>>>>>      [concat]     at java.net.SocketInputStream.rea
>>>>> d(SocketInputStream.java:171)
>>>>> ~[?:1.8.0_172]
>>>>>      [concat]     at java.net.SocketInputStream.rea
>>>>> d(SocketInputStream.java:141)
>>>>> ~[?:1.8.0_172]
>>>>>      [concat]     at java.net.SocketInputStream.rea
>>>>> d(SocketInputStream.java:127)
>>>>> ~[?:1.8.0_172]
>>>>>      [concat]     at org.apache.jmeter.protocol.tcp.sampler.
>>>>> BinaryTCPClientImpl.read(BinaryTCPClientImpl.java:134)
>>>>> ~[ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>>      [concat]     ... 6 more
>>>>>      [concat] 2018-07-15 13:26:14,800 WARN o.a.j.p.t.s.TCPSampler: Could
>>>>> not
>>>>> create socket for tcp://localhost:2223
>>>>>      [concat] java.net.ConnectException: Connection refused (Connection
>>>>> refused)
>>>>>      [concat]     at java.net.PlainSocketImpl.socketConnect(Native
>>>>> Method)
>>>>> ~[?:1.8.0_172]
>>>>>      [concat]     at java.net.AbstractPlainSocketImpl.doConnect(
>>>>> AbstractPlainSocketImpl.java:350) ~[?:1.8.0_172]
>>>>>      [concat]     at java.net.AbstractPlainSocketImpl.connectToAddress(
>>>>> AbstractPlainSocketImpl.java:206) ~[?:1.8.0_172]
>>>>>      [concat]     at java.net.AbstractPlainSocketImpl.connect(
>>>>> AbstractPlainSocketImpl.java:188) ~[?:1.8.0_172]
>>>>>      [concat]     at java.net.SocksSocketImpl.conne
>>>>> ct(SocksSocketImpl.java:392)
>>>>> ~[?:1.8.0_172]
>>>>>      [concat]     at java.net.Socket.connect(Socket.java:589)
>>>>> ~[?:1.8.0_172]
>>>>>      [concat]     at org.apache.jmeter.protocol.tcp
>>>>> .sampler.TCPSampler.getSocket(TCPSampler.java:168)
>>>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>>      [concat]     at org.apache.jmeter.protocol.
>>>>> tcp.sampler.TCPSampler.sample(TCPSampler.java:384)
>>>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>> erThread.doSampling(JMeterThread.java:622)
>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>      [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>>> executeSamplePackage(JMeterThread.java:546)
>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>>>> r1835969]
>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>> erThread.processSampler(JMeterThread.java:486)
>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>      [concat]     at org.apache.jmeter.threads.
>>>>> JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNA
>>>>> PSHOT
>>>>> r1835969]
>>>>>      [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>>>>>      [concat] 2018-07-15 13:26:14,886 WARN o.a.j.p.t.s.TCPSampler:
>>>>> Unknown
>>>>> host for tcp://localhostXXXX:2223
>>>>>      [concat] java.net.UnknownHostException: localhostXXXX
>>>>>      [concat]     at java.net.AbstractPlainSocketImpl.connect(
>>>>> AbstractPlainSocketImpl.java:184) ~[?:1.8.0_172]
>>>>>      [concat]     at java.net.SocksSocketImpl.conne
>>>>> ct(SocksSocketImpl.java:392)
>>>>> ~[?:1.8.0_172]
>>>>>      [concat]     at java.net.Socket.connect(Socket.java:589)
>>>>> ~[?:1.8.0_172]
>>>>>      [concat]     at org.apache.jmeter.protocol.tcp
>>>>> .sampler.TCPSampler.getSocket(TCPSampler.java:168)
>>>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>>      [concat]     at org.apache.jmeter.protocol.
>>>>> tcp.sampler.TCPSampler.sample(TCPSampler.java:384)
>>>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>> erThread.doSampling(JMeterThread.java:622)
>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>      [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>>> executeSamplePackage(JMeterThread.java:546)
>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>>>> r1835969]
>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>> erThread.processSampler(JMeterThread.java:486)
>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>      [concat]     at org.apache.jmeter.threads.
>>>>> JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNA
>>>>> PSHOT
>>>>> r1835969]
>>>>>      [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>>>>>      [concat] 2018-07-15 13:26:14,890 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.htm
>>>>> l#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 @ Sun Jul 15 13:26:18 UTC 2018
>>>>> (1531661178403)
>>>>>      [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message
>>>>> on
>>>>> port 4445
>>>>>      [jmeter] summary =     21 in 00:00:02 =   13.0/s Avg: 28 Min:     0
>>>>> Max:   541 Err:     0 (0.00%)
>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:26:21 UTC 2018
>>>>> (1531661181153)
>>>>>      [jmeter] ... end of run
>>>>>      [concat] 2018-07-15 13:26:21,127 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.1-SNAPSHOT r1835969]
>>>>>      [concat]     at org.apache.jmeter.protocol.jdbc.processor.
>>>>> JDBCPreProcessor.process(JDBCPreProcessor.java:33)
>>>>> ~[ApacheJMeter_jdbc.jar:4.1-SNAPSHOT r1835969]
>>>>>      [concat]     at org.apache.jmeter.threads.
>>>>> JMeterThread.runPreProcessors(JMeterThread.java:935)
>>>>> ~[ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>      [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>>> executeSamplePackage(JMeterThread.java:537)
>>>>> ~[ApacheJMeter_core.jar:4.1-SNAPSHOT
>>>>> r1835969]
>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>> erThread.processSampler(JMeterThread.java:486)
>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>      [concat]     at org.apache.jmeter.threads.
>>>>> JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNA
>>>>> PSHOT
>>>>> r1835969]
>>>>>      [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>>>>>      [concat] 2018-07-15 13:26:21,138 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.1-SNAPSHOT r1835969]
>>>>>      [concat]     at org.apache.jmeter.protocol.jdbc.processor.
>>>>> JDBCPostProcessor.process(JDBCPostProcessor.java:33)
>>>>> ~[ApacheJMeter_jdbc.jar:4.1-SNAPSHOT r1835969]
>>>>>      [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>>> runPostProcessors(JMeterThread.java:925) ~[ApacheJMeter_core.jar:4.1-SN
>>>>> APSHOT
>>>>> r1835969]
>>>>>      [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>>> executeSamplePackage(JMeterThread.java:564)
>>>>> ~[ApacheJMeter_core.jar:4.1-SNAPSHOT
>>>>> r1835969]
>>>>>      [concat]     at org.apache.jmeter.threads.JMet
>>>>> erThread.processSampler(JMeterThread.java:486)
>>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>>      [concat]     at org.apache.jmeter.threads.
>>>>> JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNA
>>>>> PSHOT
>>>>> r1835969]
>>>>>      [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>>>>>      [concat] 2018-07-15 13:26:21,139 WARN o.a.j.p.j.p.AbstractJDBCProces
>>>>> sor:
>>>>> SQL Problem in JDBC PreProcessor: java.sql.SQLSyntaxErrorException:
>>>>> unexpected token: USERS
>>>>>      [concat] 2018-07-15 13:26:21,149 WARN o.a.j.p.j.p.AbstractJDBCProces
>>>>> sor:
>>>>> 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.htm
>>>>> l#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 @ Sun Jul 15 13:26:23 UTC 2018
>>>>> (1531661183853)
>>>>>      [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message
>>>>> on
>>>>> port 4445
>>>>>      [jmeter] summary +      6 in 00:00:07 =    0.9/s Avg: 805 Min:     6
>>>>> Max:  2404 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>>>>>      [jmeter] summary +     21 in 00:00:29 =    0.7/s Avg: 540 Min:     0
>>>>> Max:  3001 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>>>>>      [jmeter] summary =     27 in 00:00:36 =    0.8/s Avg: 599 Min:     0
>>>>> Max:  3001 Err:     0 (0.00%)
>>>>>      [jmeter] summary =     27 in 00:00:36 =    0.8/s Avg: 599 Min:     0
>>>>> Max:  3001 Err:     0 (0.00%)
>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:27:00 UTC 2018
>>>>> (1531661220805)
>>>>>      [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.htm
>>>>> l#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 @ Sun Jul 15 13:27:03 UTC 2018
>>>>> (1531661223737)
>>>>>      [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message
>>>>> on
>>>>> port 4445
>>>>>      [jmeter] summary +      1 in 00:00:01 =    1.1/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.5/s Avg: 339 Min:     2
>>>>> Max:  1003 Err:     0 (0.00%)
>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:27:06 UTC 2018
>>>>> (1531661226016)
>>>>>      [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.htm
>>>>> l#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 @ Sun Jul 15 13:27:08 UTC 2018
>>>>> (1531661228622)
>>>>>      [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message
>>>>> on
>>>>> port 4445
>>>>>      [jmeter] summary =      6 in 00:00:03 =    2.3/s Avg: 210 Min:    15
>>>>> Max:   997 Err:     0 (0.00%)
>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:27:12 UTC 2018
>>>>> (1531661232116)
>>>>>      [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.htm
>>>>> l#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 @ Sun Jul 15 13:27:14 UTC 2018
>>>>> (1531661234692)
>>>>>      [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message
>>>>> on
>>>>> port 4445
>>>>>      [jmeter] summary =      2 in 00:00:31 =    0.1/s Avg: 15305 Min:
>>>>> 507
>>>>> Max: 30103 Err:     0 (0.00%)
>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:27:46 UTC 2018
>>>>> (1531661266416)
>>>>>      [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.htm
>>>>> l#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 @ Sun Jul 15 13:27:49 UTC 2018
>>>>> (1531661269565)
>>>>>      [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message
>>>>> on
>>>>> port 4445
>>>>>      [jmeter] summary =      5 in 00:00:32 =    0.2/s Avg: 6279 Min:
>>>>> 555
>>>>> Max: 11231 Err:     2 (40.00%)
>>>>>      [jmeter] Tidying up ...    @ Sun Jul 15 13:28:22 UTC 2018
>>>>> (1531661302228)
>>>>>      [jmeter] ... end of run
>>>>>
>>>>> BUILD FAILED
>>>>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml>:2956:
>>>>>
>>>>> The following error occurred while executing this line:
>>>>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml>:2779:
>>>>>
>>>>> CSV Files are not identical.
>>>>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/
>>>>> bin/testfiles/SlowCharsFeature_HttpClient4.csv>
>>>>> label,responseCode,responseMessage,threadName,dataType,success
>>>>> JSS_setCPS,200,OK,setUp Thread Group 1-1,text,true
>>>>> ApacheJMeter-HP-NonSecure,206,Partial Content,Thread Group
>>>>> 1-1,text,true
>>>>> ApacheJMeter-HP-Secure,206,Partial Content,Thread Group 1-1,text,true
>>>>> HTTPS-SNI-without-timeout,206,Partial Content,Thread Group
>>>>> 1-1,text,true
>>>>> HTTPS-SNI-with-timeout,206,Partial Content,Thread Group 1-1,text,true
>>>>>
>>>>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/
>>>>> bin/SlowCharsFeature_HttpClient4.csv>
>>>>> label,responseCode,responseMessage,threadName,dataType,success
>>>>> JSS_setCPS,200,OK,setUp Thread Group 1-1,text,true
>>>>> ApacheJMeter-HP-NonSecure,206,Partial Content,Thread Group
>>>>> 1-1,text,true
>>>>> ApacheJMeter-HP-Secure,206,Partial Content,Thread Group 1-1,text,true
>>>>> HTTPS-SNI-without-timeout,206,Partial Content,Thread Group
>>>>> 1-1,text,false
>>>>> HTTPS-SNI-with-timeout,206,Partial Content,Thread Group 1-1,text,false
>>>>>
>>>>> Total time: 7 minutes 16 seconds
>>>>> Build step 'Invoke Ant' marked build as failure
>>>>> WARN: Unable to locate 'report-task.txt' in the workspace. Did the
>>>>> SonarScanner succedeed?
>>>>> [locks-and-latches] Releasing all the locks
>>>>> [locks-and-latches] All the locks released
>>>>>
>>>>>
>>>>
>


Re: Build failed in Jenkins: JMeter Ubuntu #497

Posted by Philippe Mouawad <ph...@gmail.com>.
Can it be related to those ones:

https://bz.apache.org/bugzilla/show_bug.cgi?id=62321
https://bz.apache.org/bugzilla/show_bug.cgi?id=60657

Regards

On Sun, Jul 15, 2018 at 2:56 PM, Felix Schumacher <
felix.schumacher@internetallee.de> wrote:

>
>
> Am 15.07.2018 um 18:48 schrieb Felix Schumacher:
>
>>
>>
>> Am 15.07.2018 um 15:30 schrieb Philippe Mouawad:
>>
>>> Hello,
>>>
>>> Could anybody else than me have a look at this unexplained and very
>>> frequent failure of this test ?
>>> SlowCharsFeature_HttpClient
>>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/bin/
>>> SlowCharsFeature_HttpClient4.csv>
>>>
>>> Tests are mainly flaky because of it.
>>> I didn't find the problem and cannot tell wether it's a bug or false
>>>
>> I think it is a bug somewhere on our side. The result size assertion
>> fires as it thinks it has not seen 7000 bytes, but the saved response
>> shows, that we got all our 7000 bytes.
>>
>> Now the question remains, where do we do the counting and why do we get
>> so confused while doing so.
>>
> Here is a log snippet when things go wrong:
>
> 2018-07-15 20:51:32,090 INFO o.a.j.s.SampleResult: Bodysize: 4926
> responseData.length: 7001
> 2018-07-15 20:51:32,090 DEBUG o.a.j.p.h.s.HTTPHC4Impl:
> ResponseHeadersSize=635 Content-Length=4926 Total=5561
>
> Somehow bodysize gets set to a wrong value, while responseData is OK.
>
> Felix
>
>
>
>> Felix
>>
>> positive
>>>
>>>
>>> Thanks
>>>
>>> On Sun, Jul 15, 2018 at 9:28 AM, Apache Jenkins Server <
>>> jenkins@builds.apache.org> wrote:
>>>
>>> See <https://builds.apache.org/job/JMeter%20Ubuntu/497/
>>>> display/redirect?page=changes>
>>>>
>>>> Changes:
>>>>
>>>> [pmouawad] Bug 62533 - Allow use epoch time as Date String value in
>>>> function __dateTimeConvert
>>>> Add Test
>>>> Clarify documentation
>>>> Bugzilla Id: 62533
>>>>
>>>> [pmouawad] Bug 62535 - View Results Tree : XPath2 Tester not displaying
>>>> correctly
>>>> Bugzilla Id: 62535
>>>>
>>>> ------------------------------------------
>>>> [...truncated 174.04 KB...]
>>>>     [jmeter] summary +      2 in 00:00:02 =    0.9/s Avg: 938 Min:   803
>>>> Max:  1073 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>>>>     [jmeter] summary =      2 in 00:00:02 =    0.9/s Avg: 938 Min:   803
>>>> Max:  1073 Err:     0 (0.00%)
>>>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:26:00 UTC 2018
>>>> (1531661160989)
>>>>     [jmeter] ... end of run
>>>>       [echo] TEST_HTTPS output files compared OK
>>>>
>>>> batchtest:
>>>>       [echo] Starting TestCookieManager with file TestCookieManager.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.htm
>>>> l#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/TestCookieManager.jmx
>>>>     [jmeter] Starting the test @ Sun Jul 15 13:26:03 UTC 2018
>>>> (1531661163453)
>>>>     [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message
>>>> on
>>>> port 4445
>>>>     [jmeter] summary +      1 in 00:00:01 =    1.7/s Avg: 558 Min:   558
>>>> Max:   558 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>>>>     [jmeter] summary +      9 in 00:00:01 =   11.5/s Avg: 49 Min:     1
>>>> Max:   305 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
>>>>     [jmeter] summary =     10 in 00:00:01 =    7.3/s Avg: 100 Min:     1
>>>> Max:   558 Err:     0 (0.00%)
>>>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:26:05 UTC 2018
>>>> (1531661165931)
>>>>     [jmeter] ... end of run
>>>>       [echo] TestCookieManager output files compared OK
>>>>
>>>> batchtest:
>>>>       [echo] Starting TCP_TESTS with file TCP_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.htm
>>>> l#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/TCP_TESTS.jmx
>>>>     [jmeter] Starting the test @ Sun Jul 15 13:26:09 UTC 2018
>>>> (1531661169272)
>>>>     [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message
>>>> on
>>>> port 4445
>>>>     [jmeter] 15/07/2018 13:26:13
>>>>     [jmeter]
>>>>     [jmeter]
>>>>     [jmeter] summary =     11 in 00:00:05 =    2.0/s Avg: 360 Min:     1
>>>> Max:  1022 Err:     0 (0.00%)
>>>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:26:15 UTC 2018
>>>> (1531661175786)
>>>>     [jmeter] ... end of run
>>>>     [concat] 2018-07-15 13:26:13,698 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:4.1-SNAPSHOT r1835969]
>>>>     [concat]     at org.apache.jmeter.protocol.
>>>> tcp.sampler.TCPSampler.sample(TCPSampler.java:402)
>>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>     [concat]     at org.apache.jmeter.threads.JMet
>>>> erThread.doSampling(JMeterThread.java:622)
>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>     [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>> executeSamplePackage(JMeterThread.java:546)
>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>>> r1835969]
>>>>     [concat]     at org.apache.jmeter.threads.JMet
>>>> erThread.processSampler(JMeterThread.java:486)
>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>     [concat]     at org.apache.jmeter.threads.
>>>> JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNA
>>>> PSHOT
>>>> r1835969]
>>>>     [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>>>>     [concat] Caused by: java.net.SocketTimeoutException: Read timed out
>>>>     [concat]     at java.net.SocketInputStream.socketRead0(Native
>>>> Method)
>>>> ~[?:1.8.0_172]
>>>>     [concat]     at java.net.SocketInputStream.
>>>> socketRead(SocketInputStream.java:116) ~[?:1.8.0_172]
>>>>     [concat]     at java.net.SocketInputStream.rea
>>>> d(SocketInputStream.java:171)
>>>> ~[?:1.8.0_172]
>>>>     [concat]     at java.net.SocketInputStream.rea
>>>> d(SocketInputStream.java:141)
>>>> ~[?:1.8.0_172]
>>>>     [concat]     at java.net.SocketInputStream.rea
>>>> d(SocketInputStream.java:127)
>>>> ~[?:1.8.0_172]
>>>>     [concat]     at org.apache.jmeter.protocol.tcp
>>>> .sampler.TCPClientImpl.read(TCPClientImpl.java:114)
>>>> ~[ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>     [concat]     ... 6 more
>>>>     [concat] 2018-07-15 13:26:14,780 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:4.1-SNAPSHOT r1835969]
>>>>     [concat]     at org.apache.jmeter.protocol.
>>>> tcp.sampler.TCPSampler.sample(TCPSampler.java:402)
>>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>     [concat]     at org.apache.jmeter.threads.JMet
>>>> erThread.doSampling(JMeterThread.java:622)
>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>     [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>> executeSamplePackage(JMeterThread.java:546)
>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>>> r1835969]
>>>>     [concat]     at org.apache.jmeter.threads.JMet
>>>> erThread.processSampler(JMeterThread.java:486)
>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>     [concat]     at org.apache.jmeter.threads.
>>>> JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNA
>>>> PSHOT
>>>> r1835969]
>>>>     [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>>>>     [concat] Caused by: java.net.SocketTimeoutException: Read timed out
>>>>     [concat]     at java.net.SocketInputStream.socketRead0(Native
>>>> Method)
>>>> ~[?:1.8.0_172]
>>>>     [concat]     at java.net.SocketInputStream.
>>>> socketRead(SocketInputStream.java:116) ~[?:1.8.0_172]
>>>>     [concat]     at java.net.SocketInputStream.rea
>>>> d(SocketInputStream.java:171)
>>>> ~[?:1.8.0_172]
>>>>     [concat]     at java.net.SocketInputStream.rea
>>>> d(SocketInputStream.java:141)
>>>> ~[?:1.8.0_172]
>>>>     [concat]     at java.net.SocketInputStream.rea
>>>> d(SocketInputStream.java:127)
>>>> ~[?:1.8.0_172]
>>>>     [concat]     at org.apache.jmeter.protocol.tcp.sampler.
>>>> BinaryTCPClientImpl.read(BinaryTCPClientImpl.java:134)
>>>> ~[ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>     [concat]     ... 6 more
>>>>     [concat] 2018-07-15 13:26:14,800 WARN o.a.j.p.t.s.TCPSampler: Could
>>>> not
>>>> create socket for tcp://localhost:2223
>>>>     [concat] java.net.ConnectException: Connection refused (Connection
>>>> refused)
>>>>     [concat]     at java.net.PlainSocketImpl.socketConnect(Native
>>>> Method)
>>>> ~[?:1.8.0_172]
>>>>     [concat]     at java.net.AbstractPlainSocketImpl.doConnect(
>>>> AbstractPlainSocketImpl.java:350) ~[?:1.8.0_172]
>>>>     [concat]     at java.net.AbstractPlainSocketImpl.connectToAddress(
>>>> AbstractPlainSocketImpl.java:206) ~[?:1.8.0_172]
>>>>     [concat]     at java.net.AbstractPlainSocketImpl.connect(
>>>> AbstractPlainSocketImpl.java:188) ~[?:1.8.0_172]
>>>>     [concat]     at java.net.SocksSocketImpl.conne
>>>> ct(SocksSocketImpl.java:392)
>>>> ~[?:1.8.0_172]
>>>>     [concat]     at java.net.Socket.connect(Socket.java:589)
>>>> ~[?:1.8.0_172]
>>>>     [concat]     at org.apache.jmeter.protocol.tcp
>>>> .sampler.TCPSampler.getSocket(TCPSampler.java:168)
>>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>     [concat]     at org.apache.jmeter.protocol.
>>>> tcp.sampler.TCPSampler.sample(TCPSampler.java:384)
>>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>     [concat]     at org.apache.jmeter.threads.JMet
>>>> erThread.doSampling(JMeterThread.java:622)
>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>     [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>> executeSamplePackage(JMeterThread.java:546)
>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>>> r1835969]
>>>>     [concat]     at org.apache.jmeter.threads.JMet
>>>> erThread.processSampler(JMeterThread.java:486)
>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>     [concat]     at org.apache.jmeter.threads.
>>>> JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNA
>>>> PSHOT
>>>> r1835969]
>>>>     [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>>>>     [concat] 2018-07-15 13:26:14,886 WARN o.a.j.p.t.s.TCPSampler:
>>>> Unknown
>>>> host for tcp://localhostXXXX:2223
>>>>     [concat] java.net.UnknownHostException: localhostXXXX
>>>>     [concat]     at java.net.AbstractPlainSocketImpl.connect(
>>>> AbstractPlainSocketImpl.java:184) ~[?:1.8.0_172]
>>>>     [concat]     at java.net.SocksSocketImpl.conne
>>>> ct(SocksSocketImpl.java:392)
>>>> ~[?:1.8.0_172]
>>>>     [concat]     at java.net.Socket.connect(Socket.java:589)
>>>> ~[?:1.8.0_172]
>>>>     [concat]     at org.apache.jmeter.protocol.tcp
>>>> .sampler.TCPSampler.getSocket(TCPSampler.java:168)
>>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>     [concat]     at org.apache.jmeter.protocol.
>>>> tcp.sampler.TCPSampler.sample(TCPSampler.java:384)
>>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>>     [concat]     at org.apache.jmeter.threads.JMet
>>>> erThread.doSampling(JMeterThread.java:622)
>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>     [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>> executeSamplePackage(JMeterThread.java:546)
>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>>> r1835969]
>>>>     [concat]     at org.apache.jmeter.threads.JMet
>>>> erThread.processSampler(JMeterThread.java:486)
>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>     [concat]     at org.apache.jmeter.threads.
>>>> JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNA
>>>> PSHOT
>>>> r1835969]
>>>>     [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>>>>     [concat] 2018-07-15 13:26:14,890 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.htm
>>>> l#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 @ Sun Jul 15 13:26:18 UTC 2018
>>>> (1531661178403)
>>>>     [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message
>>>> on
>>>> port 4445
>>>>     [jmeter] summary =     21 in 00:00:02 =   13.0/s Avg: 28 Min:     0
>>>> Max:   541 Err:     0 (0.00%)
>>>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:26:21 UTC 2018
>>>> (1531661181153)
>>>>     [jmeter] ... end of run
>>>>     [concat] 2018-07-15 13:26:21,127 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.1-SNAPSHOT r1835969]
>>>>     [concat]     at org.apache.jmeter.protocol.jdbc.processor.
>>>> JDBCPreProcessor.process(JDBCPreProcessor.java:33)
>>>> ~[ApacheJMeter_jdbc.jar:4.1-SNAPSHOT r1835969]
>>>>     [concat]     at org.apache.jmeter.threads.
>>>> JMeterThread.runPreProcessors(JMeterThread.java:935)
>>>> ~[ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>     [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>> executeSamplePackage(JMeterThread.java:537)
>>>> ~[ApacheJMeter_core.jar:4.1-SNAPSHOT
>>>> r1835969]
>>>>     [concat]     at org.apache.jmeter.threads.JMet
>>>> erThread.processSampler(JMeterThread.java:486)
>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>     [concat]     at org.apache.jmeter.threads.
>>>> JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNA
>>>> PSHOT
>>>> r1835969]
>>>>     [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>>>>     [concat] 2018-07-15 13:26:21,138 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.1-SNAPSHOT r1835969]
>>>>     [concat]     at org.apache.jmeter.protocol.jdbc.processor.
>>>> JDBCPostProcessor.process(JDBCPostProcessor.java:33)
>>>> ~[ApacheJMeter_jdbc.jar:4.1-SNAPSHOT r1835969]
>>>>     [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>> runPostProcessors(JMeterThread.java:925) ~[ApacheJMeter_core.jar:4.1-SN
>>>> APSHOT
>>>> r1835969]
>>>>     [concat]     at org.apache.jmeter.threads.JMeterThread.
>>>> executeSamplePackage(JMeterThread.java:564)
>>>> ~[ApacheJMeter_core.jar:4.1-SNAPSHOT
>>>> r1835969]
>>>>     [concat]     at org.apache.jmeter.threads.JMet
>>>> erThread.processSampler(JMeterThread.java:486)
>>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>>     [concat]     at org.apache.jmeter.threads.
>>>> JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNA
>>>> PSHOT
>>>> r1835969]
>>>>     [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>>>>     [concat] 2018-07-15 13:26:21,139 WARN o.a.j.p.j.p.AbstractJDBCProces
>>>> sor:
>>>> SQL Problem in JDBC PreProcessor: java.sql.SQLSyntaxErrorException:
>>>> unexpected token: USERS
>>>>     [concat] 2018-07-15 13:26:21,149 WARN o.a.j.p.j.p.AbstractJDBCProces
>>>> sor:
>>>> 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.htm
>>>> l#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 @ Sun Jul 15 13:26:23 UTC 2018
>>>> (1531661183853)
>>>>     [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message
>>>> on
>>>> port 4445
>>>>     [jmeter] summary +      6 in 00:00:07 =    0.9/s Avg: 805 Min:     6
>>>> Max:  2404 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>>>>     [jmeter] summary +     21 in 00:00:29 =    0.7/s Avg: 540 Min:     0
>>>> Max:  3001 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>>>>     [jmeter] summary =     27 in 00:00:36 =    0.8/s Avg: 599 Min:     0
>>>> Max:  3001 Err:     0 (0.00%)
>>>>     [jmeter] summary =     27 in 00:00:36 =    0.8/s Avg: 599 Min:     0
>>>> Max:  3001 Err:     0 (0.00%)
>>>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:27:00 UTC 2018
>>>> (1531661220805)
>>>>     [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.htm
>>>> l#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 @ Sun Jul 15 13:27:03 UTC 2018
>>>> (1531661223737)
>>>>     [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message
>>>> on
>>>> port 4445
>>>>     [jmeter] summary +      1 in 00:00:01 =    1.1/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.5/s Avg: 339 Min:     2
>>>> Max:  1003 Err:     0 (0.00%)
>>>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:27:06 UTC 2018
>>>> (1531661226016)
>>>>     [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.htm
>>>> l#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 @ Sun Jul 15 13:27:08 UTC 2018
>>>> (1531661228622)
>>>>     [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message
>>>> on
>>>> port 4445
>>>>     [jmeter] summary =      6 in 00:00:03 =    2.3/s Avg: 210 Min:    15
>>>> Max:   997 Err:     0 (0.00%)
>>>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:27:12 UTC 2018
>>>> (1531661232116)
>>>>     [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.htm
>>>> l#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 @ Sun Jul 15 13:27:14 UTC 2018
>>>> (1531661234692)
>>>>     [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message
>>>> on
>>>> port 4445
>>>>     [jmeter] summary =      2 in 00:00:31 =    0.1/s Avg: 15305 Min:
>>>> 507
>>>> Max: 30103 Err:     0 (0.00%)
>>>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:27:46 UTC 2018
>>>> (1531661266416)
>>>>     [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.htm
>>>> l#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 @ Sun Jul 15 13:27:49 UTC 2018
>>>> (1531661269565)
>>>>     [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message
>>>> on
>>>> port 4445
>>>>     [jmeter] summary =      5 in 00:00:32 =    0.2/s Avg: 6279 Min:
>>>> 555
>>>> Max: 11231 Err:     2 (40.00%)
>>>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:28:22 UTC 2018
>>>> (1531661302228)
>>>>     [jmeter] ... end of run
>>>>
>>>> BUILD FAILED
>>>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml>:2956:
>>>>
>>>> The following error occurred while executing this line:
>>>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml>:2779:
>>>>
>>>> CSV Files are not identical.
>>>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/
>>>> bin/testfiles/SlowCharsFeature_HttpClient4.csv>
>>>> label,responseCode,responseMessage,threadName,dataType,success
>>>> JSS_setCPS,200,OK,setUp Thread Group 1-1,text,true
>>>> ApacheJMeter-HP-NonSecure,206,Partial Content,Thread Group
>>>> 1-1,text,true
>>>> ApacheJMeter-HP-Secure,206,Partial Content,Thread Group 1-1,text,true
>>>> HTTPS-SNI-without-timeout,206,Partial Content,Thread Group
>>>> 1-1,text,true
>>>> HTTPS-SNI-with-timeout,206,Partial Content,Thread Group 1-1,text,true
>>>>
>>>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/
>>>> bin/SlowCharsFeature_HttpClient4.csv>
>>>> label,responseCode,responseMessage,threadName,dataType,success
>>>> JSS_setCPS,200,OK,setUp Thread Group 1-1,text,true
>>>> ApacheJMeter-HP-NonSecure,206,Partial Content,Thread Group
>>>> 1-1,text,true
>>>> ApacheJMeter-HP-Secure,206,Partial Content,Thread Group 1-1,text,true
>>>> HTTPS-SNI-without-timeout,206,Partial Content,Thread Group
>>>> 1-1,text,false
>>>> HTTPS-SNI-with-timeout,206,Partial Content,Thread Group 1-1,text,false
>>>>
>>>> Total time: 7 minutes 16 seconds
>>>> Build step 'Invoke Ant' marked build as failure
>>>> WARN: Unable to locate 'report-task.txt' in the workspace. Did the
>>>> SonarScanner succedeed?
>>>> [locks-and-latches] Releasing all the locks
>>>> [locks-and-latches] All the locks released
>>>>
>>>>
>>>
>>>
>>
>


-- 
Cordialement.
Philippe Mouawad.

Re: Build failed in Jenkins: JMeter Ubuntu #497

Posted by Felix Schumacher <fe...@internetallee.de>.

Am 15.07.2018 um 18:48 schrieb Felix Schumacher:
>
>
> Am 15.07.2018 um 15:30 schrieb Philippe Mouawad:
>> Hello,
>>
>> Could anybody else than me have a look at this unexplained and very
>> frequent failure of this test ?
>> SlowCharsFeature_HttpClient
>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/bin/SlowCharsFeature_HttpClient4.csv> 
>>
>>
>> Tests are mainly flaky because of it.
>> I didn't find the problem and cannot tell wether it's a bug or false
> I think it is a bug somewhere on our side. The result size assertion 
> fires as it thinks it has not seen 7000 bytes, but the saved response 
> shows, that we got all our 7000 bytes.
>
> Now the question remains, where do we do the counting and why do we 
> get  so confused while doing so.
Here is a log snippet when things go wrong:

2018-07-15 20:51:32,090 INFO o.a.j.s.SampleResult: Bodysize: 4926 
responseData.length: 7001
2018-07-15 20:51:32,090 DEBUG o.a.j.p.h.s.HTTPHC4Impl: 
ResponseHeadersSize=635 Content-Length=4926 Total=5561

Somehow bodysize gets set to a wrong value, while responseData is OK.

Felix

>
> Felix
>
>> positive
>>
>>
>> Thanks
>>
>> On Sun, Jul 15, 2018 at 9:28 AM, Apache Jenkins Server <
>> jenkins@builds.apache.org> wrote:
>>
>>> See <https://builds.apache.org/job/JMeter%20Ubuntu/497/
>>> display/redirect?page=changes>
>>>
>>> Changes:
>>>
>>> [pmouawad] Bug 62533 - Allow use epoch time as Date String value in
>>> function __dateTimeConvert
>>> Add Test
>>> Clarify documentation
>>> Bugzilla Id: 62533
>>>
>>> [pmouawad] Bug 62535 - View Results Tree : XPath2 Tester not displaying
>>> correctly
>>> Bugzilla Id: 62535
>>>
>>> ------------------------------------------
>>> [...truncated 174.04 KB...]
>>>     [jmeter] summary +      2 in 00:00:02 =    0.9/s Avg: 938 Min:   
>>> 803
>>> Max:  1073 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>>>     [jmeter] summary =      2 in 00:00:02 =    0.9/s Avg: 938 Min:   
>>> 803
>>> Max:  1073 Err:     0 (0.00%)
>>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:26:00 UTC 2018
>>> (1531661160989)
>>>     [jmeter] ... end of run
>>>       [echo] TEST_HTTPS output files compared OK
>>>
>>> batchtest:
>>>       [echo] Starting TestCookieManager with file TestCookieManager.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/TestCookieManager.jmx
>>>     [jmeter] Starting the test @ Sun Jul 15 13:26:03 UTC 2018
>>> (1531661163453)
>>>     [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump 
>>> message on
>>> port 4445
>>>     [jmeter] summary +      1 in 00:00:01 =    1.7/s Avg: 558 Min:   
>>> 558
>>> Max:   558 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>>>     [jmeter] summary +      9 in 00:00:01 =   11.5/s Avg: 49 Min:     1
>>> Max:   305 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
>>>     [jmeter] summary =     10 in 00:00:01 =    7.3/s Avg: 100 
>>> Min:     1
>>> Max:   558 Err:     0 (0.00%)
>>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:26:05 UTC 2018
>>> (1531661165931)
>>>     [jmeter] ... end of run
>>>       [echo] TestCookieManager output files compared OK
>>>
>>> batchtest:
>>>       [echo] Starting TCP_TESTS with file TCP_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/TCP_TESTS.jmx
>>>     [jmeter] Starting the test @ Sun Jul 15 13:26:09 UTC 2018
>>> (1531661169272)
>>>     [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump 
>>> message on
>>> port 4445
>>>     [jmeter] 15/07/2018 13:26:13
>>>     [jmeter]
>>>     [jmeter]
>>>     [jmeter] summary =     11 in 00:00:05 =    2.0/s Avg: 360 
>>> Min:     1
>>> Max:  1022 Err:     0 (0.00%)
>>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:26:15 UTC 2018
>>> (1531661175786)
>>>     [jmeter] ... end of run
>>>     [concat] 2018-07-15 13:26:13,698 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:4.1-SNAPSHOT r1835969]
>>>     [concat]     at org.apache.jmeter.protocol.
>>> tcp.sampler.TCPSampler.sample(TCPSampler.java:402)
>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>     [concat]     at 
>>> org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) 
>>>
>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>     [concat]     at org.apache.jmeter.threads.JMeterThread.
>>> executeSamplePackage(JMeterThread.java:546) 
>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>> r1835969]
>>>     [concat]     at 
>>> org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486)
>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>     [concat]     at org.apache.jmeter.threads.
>>> JMeterThread.run(JMeterThread.java:253) 
>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>> r1835969]
>>>     [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>>>     [concat] Caused by: java.net.SocketTimeoutException: Read timed out
>>>     [concat]     at java.net.SocketInputStream.socketRead0(Native 
>>> Method)
>>> ~[?:1.8.0_172]
>>>     [concat]     at java.net.SocketInputStream.
>>> socketRead(SocketInputStream.java:116) ~[?:1.8.0_172]
>>>     [concat]     at 
>>> java.net.SocketInputStream.read(SocketInputStream.java:171)
>>> ~[?:1.8.0_172]
>>>     [concat]     at 
>>> java.net.SocketInputStream.read(SocketInputStream.java:141)
>>> ~[?:1.8.0_172]
>>>     [concat]     at 
>>> java.net.SocketInputStream.read(SocketInputStream.java:127)
>>> ~[?:1.8.0_172]
>>>     [concat]     at 
>>> org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl.read(TCPClientImpl.java:114)
>>> ~[ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>     [concat]     ... 6 more
>>>     [concat] 2018-07-15 13:26:14,780 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:4.1-SNAPSHOT r1835969]
>>>     [concat]     at org.apache.jmeter.protocol.
>>> tcp.sampler.TCPSampler.sample(TCPSampler.java:402)
>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>     [concat]     at 
>>> org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) 
>>>
>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>     [concat]     at org.apache.jmeter.threads.JMeterThread.
>>> executeSamplePackage(JMeterThread.java:546) 
>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>> r1835969]
>>>     [concat]     at 
>>> org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486)
>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>     [concat]     at org.apache.jmeter.threads.
>>> JMeterThread.run(JMeterThread.java:253) 
>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>> r1835969]
>>>     [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>>>     [concat] Caused by: java.net.SocketTimeoutException: Read timed out
>>>     [concat]     at java.net.SocketInputStream.socketRead0(Native 
>>> Method)
>>> ~[?:1.8.0_172]
>>>     [concat]     at java.net.SocketInputStream.
>>> socketRead(SocketInputStream.java:116) ~[?:1.8.0_172]
>>>     [concat]     at 
>>> java.net.SocketInputStream.read(SocketInputStream.java:171)
>>> ~[?:1.8.0_172]
>>>     [concat]     at 
>>> java.net.SocketInputStream.read(SocketInputStream.java:141)
>>> ~[?:1.8.0_172]
>>>     [concat]     at 
>>> java.net.SocketInputStream.read(SocketInputStream.java:127)
>>> ~[?:1.8.0_172]
>>>     [concat]     at org.apache.jmeter.protocol.tcp.sampler.
>>> BinaryTCPClientImpl.read(BinaryTCPClientImpl.java:134)
>>> ~[ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>     [concat]     ... 6 more
>>>     [concat] 2018-07-15 13:26:14,800 WARN o.a.j.p.t.s.TCPSampler: 
>>> Could not
>>> create socket for tcp://localhost:2223
>>>     [concat] java.net.ConnectException: Connection refused (Connection
>>> refused)
>>>     [concat]     at java.net.PlainSocketImpl.socketConnect(Native 
>>> Method)
>>> ~[?:1.8.0_172]
>>>     [concat]     at java.net.AbstractPlainSocketImpl.doConnect(
>>> AbstractPlainSocketImpl.java:350) ~[?:1.8.0_172]
>>>     [concat]     at java.net.AbstractPlainSocketImpl.connectToAddress(
>>> AbstractPlainSocketImpl.java:206) ~[?:1.8.0_172]
>>>     [concat]     at java.net.AbstractPlainSocketImpl.connect(
>>> AbstractPlainSocketImpl.java:188) ~[?:1.8.0_172]
>>>     [concat]     at 
>>> java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
>>> ~[?:1.8.0_172]
>>>     [concat]     at java.net.Socket.connect(Socket.java:589) 
>>> ~[?:1.8.0_172]
>>>     [concat]     at 
>>> org.apache.jmeter.protocol.tcp.sampler.TCPSampler.getSocket(TCPSampler.java:168)
>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>     [concat]     at org.apache.jmeter.protocol.
>>> tcp.sampler.TCPSampler.sample(TCPSampler.java:384)
>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>     [concat]     at 
>>> org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) 
>>>
>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>     [concat]     at org.apache.jmeter.threads.JMeterThread.
>>> executeSamplePackage(JMeterThread.java:546) 
>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>> r1835969]
>>>     [concat]     at 
>>> org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486)
>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>     [concat]     at org.apache.jmeter.threads.
>>> JMeterThread.run(JMeterThread.java:253) 
>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>> r1835969]
>>>     [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>>>     [concat] 2018-07-15 13:26:14,886 WARN o.a.j.p.t.s.TCPSampler: 
>>> Unknown
>>> host for tcp://localhostXXXX:2223
>>>     [concat] java.net.UnknownHostException: localhostXXXX
>>>     [concat]     at java.net.AbstractPlainSocketImpl.connect(
>>> AbstractPlainSocketImpl.java:184) ~[?:1.8.0_172]
>>>     [concat]     at 
>>> java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
>>> ~[?:1.8.0_172]
>>>     [concat]     at java.net.Socket.connect(Socket.java:589) 
>>> ~[?:1.8.0_172]
>>>     [concat]     at 
>>> org.apache.jmeter.protocol.tcp.sampler.TCPSampler.getSocket(TCPSampler.java:168)
>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>     [concat]     at org.apache.jmeter.protocol.
>>> tcp.sampler.TCPSampler.sample(TCPSampler.java:384)
>>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>>     [concat]     at 
>>> org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) 
>>>
>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>     [concat]     at org.apache.jmeter.threads.JMeterThread.
>>> executeSamplePackage(JMeterThread.java:546) 
>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>> r1835969]
>>>     [concat]     at 
>>> org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486)
>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>     [concat]     at org.apache.jmeter.threads.
>>> JMeterThread.run(JMeterThread.java:253) 
>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>> r1835969]
>>>     [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>>>     [concat] 2018-07-15 13:26:14,890 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 @ Sun Jul 15 13:26:18 UTC 2018
>>> (1531661178403)
>>>     [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump 
>>> message on
>>> port 4445
>>>     [jmeter] summary =     21 in 00:00:02 =   13.0/s Avg: 28 Min:     0
>>> Max:   541 Err:     0 (0.00%)
>>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:26:21 UTC 2018
>>> (1531661181153)
>>>     [jmeter] ... end of run
>>>     [concat] 2018-07-15 13:26:21,127 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.1-SNAPSHOT r1835969]
>>>     [concat]     at org.apache.jmeter.protocol.jdbc.processor.
>>> JDBCPreProcessor.process(JDBCPreProcessor.java:33)
>>> ~[ApacheJMeter_jdbc.jar:4.1-SNAPSHOT r1835969]
>>>     [concat]     at org.apache.jmeter.threads.
>>> JMeterThread.runPreProcessors(JMeterThread.java:935)
>>> ~[ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>     [concat]     at org.apache.jmeter.threads.JMeterThread.
>>> executeSamplePackage(JMeterThread.java:537) 
>>> ~[ApacheJMeter_core.jar:4.1-SNAPSHOT
>>> r1835969]
>>>     [concat]     at 
>>> org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486)
>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>     [concat]     at org.apache.jmeter.threads.
>>> JMeterThread.run(JMeterThread.java:253) 
>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>> r1835969]
>>>     [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>>>     [concat] 2018-07-15 13:26:21,138 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.1-SNAPSHOT r1835969]
>>>     [concat]     at org.apache.jmeter.protocol.jdbc.processor.
>>> JDBCPostProcessor.process(JDBCPostProcessor.java:33)
>>> ~[ApacheJMeter_jdbc.jar:4.1-SNAPSHOT r1835969]
>>>     [concat]     at org.apache.jmeter.threads.JMeterThread.
>>> runPostProcessors(JMeterThread.java:925) 
>>> ~[ApacheJMeter_core.jar:4.1-SNAPSHOT
>>> r1835969]
>>>     [concat]     at org.apache.jmeter.threads.JMeterThread.
>>> executeSamplePackage(JMeterThread.java:564) 
>>> ~[ApacheJMeter_core.jar:4.1-SNAPSHOT
>>> r1835969]
>>>     [concat]     at 
>>> org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486)
>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>>     [concat]     at org.apache.jmeter.threads.
>>> JMeterThread.run(JMeterThread.java:253) 
>>> [ApacheJMeter_core.jar:4.1-SNAPSHOT
>>> r1835969]
>>>     [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>>>     [concat] 2018-07-15 13:26:21,139 WARN 
>>> o.a.j.p.j.p.AbstractJDBCProcessor:
>>> SQL Problem in JDBC PreProcessor: java.sql.SQLSyntaxErrorException:
>>> unexpected token: USERS
>>>     [concat] 2018-07-15 13:26:21,149 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 @ Sun Jul 15 13:26:23 UTC 2018
>>> (1531661183853)
>>>     [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump 
>>> message on
>>> port 4445
>>>     [jmeter] summary +      6 in 00:00:07 =    0.9/s Avg: 805 
>>> Min:     6
>>> Max:  2404 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>>>     [jmeter] summary +     21 in 00:00:29 =    0.7/s Avg: 540 
>>> Min:     0
>>> Max:  3001 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>>>     [jmeter] summary =     27 in 00:00:36 =    0.8/s Avg: 599 
>>> Min:     0
>>> Max:  3001 Err:     0 (0.00%)
>>>     [jmeter] summary =     27 in 00:00:36 =    0.8/s Avg: 599 
>>> Min:     0
>>> Max:  3001 Err:     0 (0.00%)
>>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:27:00 UTC 2018
>>> (1531661220805)
>>>     [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 @ Sun Jul 15 13:27:03 UTC 2018
>>> (1531661223737)
>>>     [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump 
>>> message on
>>> port 4445
>>>     [jmeter] summary +      1 in 00:00:01 =    1.1/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.5/s Avg: 339 
>>> Min:     2
>>> Max:  1003 Err:     0 (0.00%)
>>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:27:06 UTC 2018
>>> (1531661226016)
>>>     [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 @ Sun Jul 15 13:27:08 UTC 2018
>>> (1531661228622)
>>>     [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump 
>>> message on
>>> port 4445
>>>     [jmeter] summary =      6 in 00:00:03 =    2.3/s Avg: 210 
>>> Min:    15
>>> Max:   997 Err:     0 (0.00%)
>>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:27:12 UTC 2018
>>> (1531661232116)
>>>     [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 @ Sun Jul 15 13:27:14 UTC 2018
>>> (1531661234692)
>>>     [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump 
>>> message on
>>> port 4445
>>>     [jmeter] summary =      2 in 00:00:31 =    0.1/s Avg: 15305 
>>> Min:   507
>>> Max: 30103 Err:     0 (0.00%)
>>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:27:46 UTC 2018
>>> (1531661266416)
>>>     [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 @ Sun Jul 15 13:27:49 UTC 2018
>>> (1531661269565)
>>>     [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump 
>>> message on
>>> port 4445
>>>     [jmeter] summary =      5 in 00:00:32 =    0.2/s Avg: 6279 
>>> Min:   555
>>> Max: 11231 Err:     2 (40.00%)
>>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:28:22 UTC 2018
>>> (1531661302228)
>>>     [jmeter] ... end of run
>>>
>>> BUILD FAILED
>>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml>:2956: 
>>>
>>> The following error occurred while executing this line:
>>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml>:2779: 
>>>
>>> CSV Files are not identical.
>>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/
>>> bin/testfiles/SlowCharsFeature_HttpClient4.csv>
>>> label,responseCode,responseMessage,threadName,dataType,success
>>> JSS_setCPS,200,OK,setUp Thread Group 1-1,text,true
>>> ApacheJMeter-HP-NonSecure,206,Partial Content,Thread Group 
>>> 1-1,text,true
>>> ApacheJMeter-HP-Secure,206,Partial Content,Thread Group 1-1,text,true
>>> HTTPS-SNI-without-timeout,206,Partial Content,Thread Group 
>>> 1-1,text,true
>>> HTTPS-SNI-with-timeout,206,Partial Content,Thread Group 1-1,text,true
>>>
>>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/
>>> bin/SlowCharsFeature_HttpClient4.csv>
>>> label,responseCode,responseMessage,threadName,dataType,success
>>> JSS_setCPS,200,OK,setUp Thread Group 1-1,text,true
>>> ApacheJMeter-HP-NonSecure,206,Partial Content,Thread Group 
>>> 1-1,text,true
>>> ApacheJMeter-HP-Secure,206,Partial Content,Thread Group 1-1,text,true
>>> HTTPS-SNI-without-timeout,206,Partial Content,Thread Group 
>>> 1-1,text,false
>>> HTTPS-SNI-with-timeout,206,Partial Content,Thread Group 1-1,text,false
>>>
>>> Total time: 7 minutes 16 seconds
>>> Build step 'Invoke Ant' marked build as failure
>>> WARN: Unable to locate 'report-task.txt' in the workspace. Did the
>>> SonarScanner succedeed?
>>> [locks-and-latches] Releasing all the locks
>>> [locks-and-latches] All the locks released
>>>
>>
>>
>


Re: Build failed in Jenkins: JMeter Ubuntu #497

Posted by Felix Schumacher <fe...@internetallee.de>.

Am 15.07.2018 um 15:30 schrieb Philippe Mouawad:
> Hello,
>
> Could anybody else than me have a look at this unexplained and very
> frequent failure of this test ?
> SlowCharsFeature_HttpClient
> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/bin/SlowCharsFeature_HttpClient4.csv>
>
> Tests are mainly flaky because of it.
> I didn't find the problem and cannot tell wether it's a bug or false
I think it is a bug somewhere on our side. The result size assertion 
fires as it thinks it has not seen 7000 bytes, but the saved response 
shows, that we got all our 7000 bytes.

Now the question remains, where do we do the counting and why do we get  
so confused while doing so.

Felix

> positive
>
>
> Thanks
>
> On Sun, Jul 15, 2018 at 9:28 AM, Apache Jenkins Server <
> jenkins@builds.apache.org> wrote:
>
>> See <https://builds.apache.org/job/JMeter%20Ubuntu/497/
>> display/redirect?page=changes>
>>
>> Changes:
>>
>> [pmouawad] Bug 62533 - Allow use epoch time as Date String value in
>> function __dateTimeConvert
>> Add Test
>> Clarify documentation
>> Bugzilla Id: 62533
>>
>> [pmouawad] Bug 62535 - View Results Tree : XPath2 Tester not displaying
>> correctly
>> Bugzilla Id: 62535
>>
>> ------------------------------------------
>> [...truncated 174.04 KB...]
>>     [jmeter] summary +      2 in 00:00:02 =    0.9/s Avg:   938 Min:   803
>> Max:  1073 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>>     [jmeter] summary =      2 in 00:00:02 =    0.9/s Avg:   938 Min:   803
>> Max:  1073 Err:     0 (0.00%)
>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:26:00 UTC 2018
>> (1531661160989)
>>     [jmeter] ... end of run
>>       [echo] TEST_HTTPS output files compared OK
>>
>> batchtest:
>>       [echo] Starting TestCookieManager with file TestCookieManager.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/TestCookieManager.jmx
>>     [jmeter] Starting the test @ Sun Jul 15 13:26:03 UTC 2018
>> (1531661163453)
>>     [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on
>> port 4445
>>     [jmeter] summary +      1 in 00:00:01 =    1.7/s Avg:   558 Min:   558
>> Max:   558 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>>     [jmeter] summary +      9 in 00:00:01 =   11.5/s Avg:    49 Min:     1
>> Max:   305 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
>>     [jmeter] summary =     10 in 00:00:01 =    7.3/s Avg:   100 Min:     1
>> Max:   558 Err:     0 (0.00%)
>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:26:05 UTC 2018
>> (1531661165931)
>>     [jmeter] ... end of run
>>       [echo] TestCookieManager output files compared OK
>>
>> batchtest:
>>       [echo] Starting TCP_TESTS with file TCP_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/TCP_TESTS.jmx
>>     [jmeter] Starting the test @ Sun Jul 15 13:26:09 UTC 2018
>> (1531661169272)
>>     [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on
>> port 4445
>>     [jmeter] 15/07/2018 13:26:13
>>     [jmeter]
>>     [jmeter]
>>     [jmeter] summary =     11 in 00:00:05 =    2.0/s Avg:   360 Min:     1
>> Max:  1022 Err:     0 (0.00%)
>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:26:15 UTC 2018
>> (1531661175786)
>>     [jmeter] ... end of run
>>     [concat] 2018-07-15 13:26:13,698 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:4.1-SNAPSHOT r1835969]
>>     [concat]     at org.apache.jmeter.protocol.
>> tcp.sampler.TCPSampler.sample(TCPSampler.java:402)
>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>     [concat]     at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622)
>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>     [concat]     at org.apache.jmeter.threads.JMeterThread.
>> executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:4.1-SNAPSHOT
>> r1835969]
>>     [concat]     at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486)
>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>     [concat]     at org.apache.jmeter.threads.
>> JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT
>> r1835969]
>>     [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>>     [concat] Caused by: java.net.SocketTimeoutException: Read timed out
>>     [concat]     at java.net.SocketInputStream.socketRead0(Native Method)
>> ~[?:1.8.0_172]
>>     [concat]     at java.net.SocketInputStream.
>> socketRead(SocketInputStream.java:116) ~[?:1.8.0_172]
>>     [concat]     at java.net.SocketInputStream.read(SocketInputStream.java:171)
>> ~[?:1.8.0_172]
>>     [concat]     at java.net.SocketInputStream.read(SocketInputStream.java:141)
>> ~[?:1.8.0_172]
>>     [concat]     at java.net.SocketInputStream.read(SocketInputStream.java:127)
>> ~[?:1.8.0_172]
>>     [concat]     at org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl.read(TCPClientImpl.java:114)
>> ~[ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>     [concat]     ... 6 more
>>     [concat] 2018-07-15 13:26:14,780 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:4.1-SNAPSHOT r1835969]
>>     [concat]     at org.apache.jmeter.protocol.
>> tcp.sampler.TCPSampler.sample(TCPSampler.java:402)
>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>     [concat]     at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622)
>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>     [concat]     at org.apache.jmeter.threads.JMeterThread.
>> executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:4.1-SNAPSHOT
>> r1835969]
>>     [concat]     at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486)
>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>     [concat]     at org.apache.jmeter.threads.
>> JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT
>> r1835969]
>>     [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>>     [concat] Caused by: java.net.SocketTimeoutException: Read timed out
>>     [concat]     at java.net.SocketInputStream.socketRead0(Native Method)
>> ~[?:1.8.0_172]
>>     [concat]     at java.net.SocketInputStream.
>> socketRead(SocketInputStream.java:116) ~[?:1.8.0_172]
>>     [concat]     at java.net.SocketInputStream.read(SocketInputStream.java:171)
>> ~[?:1.8.0_172]
>>     [concat]     at java.net.SocketInputStream.read(SocketInputStream.java:141)
>> ~[?:1.8.0_172]
>>     [concat]     at java.net.SocketInputStream.read(SocketInputStream.java:127)
>> ~[?:1.8.0_172]
>>     [concat]     at org.apache.jmeter.protocol.tcp.sampler.
>> BinaryTCPClientImpl.read(BinaryTCPClientImpl.java:134)
>> ~[ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>     [concat]     ... 6 more
>>     [concat] 2018-07-15 13:26:14,800 WARN o.a.j.p.t.s.TCPSampler: Could not
>> create socket for tcp://localhost:2223
>>     [concat] java.net.ConnectException: Connection refused (Connection
>> refused)
>>     [concat]     at java.net.PlainSocketImpl.socketConnect(Native Method)
>> ~[?:1.8.0_172]
>>     [concat]     at java.net.AbstractPlainSocketImpl.doConnect(
>> AbstractPlainSocketImpl.java:350) ~[?:1.8.0_172]
>>     [concat]     at java.net.AbstractPlainSocketImpl.connectToAddress(
>> AbstractPlainSocketImpl.java:206) ~[?:1.8.0_172]
>>     [concat]     at java.net.AbstractPlainSocketImpl.connect(
>> AbstractPlainSocketImpl.java:188) ~[?:1.8.0_172]
>>     [concat]     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
>> ~[?:1.8.0_172]
>>     [concat]     at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_172]
>>     [concat]     at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.getSocket(TCPSampler.java:168)
>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>     [concat]     at org.apache.jmeter.protocol.
>> tcp.sampler.TCPSampler.sample(TCPSampler.java:384)
>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>     [concat]     at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622)
>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>     [concat]     at org.apache.jmeter.threads.JMeterThread.
>> executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:4.1-SNAPSHOT
>> r1835969]
>>     [concat]     at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486)
>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>     [concat]     at org.apache.jmeter.threads.
>> JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT
>> r1835969]
>>     [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>>     [concat] 2018-07-15 13:26:14,886 WARN o.a.j.p.t.s.TCPSampler: Unknown
>> host for tcp://localhostXXXX:2223
>>     [concat] java.net.UnknownHostException: localhostXXXX
>>     [concat]     at java.net.AbstractPlainSocketImpl.connect(
>> AbstractPlainSocketImpl.java:184) ~[?:1.8.0_172]
>>     [concat]     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
>> ~[?:1.8.0_172]
>>     [concat]     at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_172]
>>     [concat]     at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.getSocket(TCPSampler.java:168)
>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>     [concat]     at org.apache.jmeter.protocol.
>> tcp.sampler.TCPSampler.sample(TCPSampler.java:384)
>> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>>     [concat]     at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622)
>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>     [concat]     at org.apache.jmeter.threads.JMeterThread.
>> executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:4.1-SNAPSHOT
>> r1835969]
>>     [concat]     at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486)
>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>     [concat]     at org.apache.jmeter.threads.
>> JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT
>> r1835969]
>>     [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>>     [concat] 2018-07-15 13:26:14,890 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 @ Sun Jul 15 13:26:18 UTC 2018
>> (1531661178403)
>>     [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on
>> port 4445
>>     [jmeter] summary =     21 in 00:00:02 =   13.0/s Avg:    28 Min:     0
>> Max:   541 Err:     0 (0.00%)
>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:26:21 UTC 2018
>> (1531661181153)
>>     [jmeter] ... end of run
>>     [concat] 2018-07-15 13:26:21,127 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.1-SNAPSHOT r1835969]
>>     [concat]     at org.apache.jmeter.protocol.jdbc.processor.
>> JDBCPreProcessor.process(JDBCPreProcessor.java:33)
>> ~[ApacheJMeter_jdbc.jar:4.1-SNAPSHOT r1835969]
>>     [concat]     at org.apache.jmeter.threads.
>> JMeterThread.runPreProcessors(JMeterThread.java:935)
>> ~[ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>     [concat]     at org.apache.jmeter.threads.JMeterThread.
>> executeSamplePackage(JMeterThread.java:537) ~[ApacheJMeter_core.jar:4.1-SNAPSHOT
>> r1835969]
>>     [concat]     at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486)
>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>     [concat]     at org.apache.jmeter.threads.
>> JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT
>> r1835969]
>>     [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>>     [concat] 2018-07-15 13:26:21,138 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.1-SNAPSHOT r1835969]
>>     [concat]     at org.apache.jmeter.protocol.jdbc.processor.
>> JDBCPostProcessor.process(JDBCPostProcessor.java:33)
>> ~[ApacheJMeter_jdbc.jar:4.1-SNAPSHOT r1835969]
>>     [concat]     at org.apache.jmeter.threads.JMeterThread.
>> runPostProcessors(JMeterThread.java:925) ~[ApacheJMeter_core.jar:4.1-SNAPSHOT
>> r1835969]
>>     [concat]     at org.apache.jmeter.threads.JMeterThread.
>> executeSamplePackage(JMeterThread.java:564) ~[ApacheJMeter_core.jar:4.1-SNAPSHOT
>> r1835969]
>>     [concat]     at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486)
>> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>>     [concat]     at org.apache.jmeter.threads.
>> JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT
>> r1835969]
>>     [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>>     [concat] 2018-07-15 13:26:21,139 WARN o.a.j.p.j.p.AbstractJDBCProcessor:
>> SQL Problem in JDBC PreProcessor: java.sql.SQLSyntaxErrorException:
>> unexpected token: USERS
>>     [concat] 2018-07-15 13:26:21,149 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 @ Sun Jul 15 13:26:23 UTC 2018
>> (1531661183853)
>>     [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on
>> port 4445
>>     [jmeter] summary +      6 in 00:00:07 =    0.9/s Avg:   805 Min:     6
>> Max:  2404 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>>     [jmeter] summary +     21 in 00:00:29 =    0.7/s Avg:   540 Min:     0
>> Max:  3001 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>>     [jmeter] summary =     27 in 00:00:36 =    0.8/s Avg:   599 Min:     0
>> Max:  3001 Err:     0 (0.00%)
>>     [jmeter] summary =     27 in 00:00:36 =    0.8/s Avg:   599 Min:     0
>> Max:  3001 Err:     0 (0.00%)
>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:27:00 UTC 2018
>> (1531661220805)
>>     [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 @ Sun Jul 15 13:27:03 UTC 2018
>> (1531661223737)
>>     [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on
>> port 4445
>>     [jmeter] summary +      1 in 00:00:01 =    1.1/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.5/s Avg:   339 Min:     2
>> Max:  1003 Err:     0 (0.00%)
>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:27:06 UTC 2018
>> (1531661226016)
>>     [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 @ Sun Jul 15 13:27:08 UTC 2018
>> (1531661228622)
>>     [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on
>> port 4445
>>     [jmeter] summary =      6 in 00:00:03 =    2.3/s Avg:   210 Min:    15
>> Max:   997 Err:     0 (0.00%)
>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:27:12 UTC 2018
>> (1531661232116)
>>     [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 @ Sun Jul 15 13:27:14 UTC 2018
>> (1531661234692)
>>     [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on
>> port 4445
>>     [jmeter] summary =      2 in 00:00:31 =    0.1/s Avg: 15305 Min:   507
>> Max: 30103 Err:     0 (0.00%)
>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:27:46 UTC 2018
>> (1531661266416)
>>     [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 @ Sun Jul 15 13:27:49 UTC 2018
>> (1531661269565)
>>     [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on
>> port 4445
>>     [jmeter] summary =      5 in 00:00:32 =    0.2/s Avg:  6279 Min:   555
>> Max: 11231 Err:     2 (40.00%)
>>     [jmeter] Tidying up ...    @ Sun Jul 15 13:28:22 UTC 2018
>> (1531661302228)
>>     [jmeter] ... end of run
>>
>> BUILD FAILED
>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml>:2956:
>> The following error occurred while executing this line:
>> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml>:2779:
>> CSV Files are not identical.
>>          <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/
>> bin/testfiles/SlowCharsFeature_HttpClient4.csv>
>>          label,responseCode,responseMessage,threadName,dataType,success
>> JSS_setCPS,200,OK,setUp Thread Group 1-1,text,true
>> ApacheJMeter-HP-NonSecure,206,Partial Content,Thread Group 1-1,text,true
>> ApacheJMeter-HP-Secure,206,Partial Content,Thread Group 1-1,text,true
>> HTTPS-SNI-without-timeout,206,Partial Content,Thread Group 1-1,text,true
>> HTTPS-SNI-with-timeout,206,Partial Content,Thread Group 1-1,text,true
>>
>>          <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/
>> bin/SlowCharsFeature_HttpClient4.csv>
>>          label,responseCode,responseMessage,threadName,dataType,success
>> JSS_setCPS,200,OK,setUp Thread Group 1-1,text,true
>> ApacheJMeter-HP-NonSecure,206,Partial Content,Thread Group 1-1,text,true
>> ApacheJMeter-HP-Secure,206,Partial Content,Thread Group 1-1,text,true
>> HTTPS-SNI-without-timeout,206,Partial Content,Thread Group 1-1,text,false
>> HTTPS-SNI-with-timeout,206,Partial Content,Thread Group 1-1,text,false
>>
>> Total time: 7 minutes 16 seconds
>> Build step 'Invoke Ant' marked build as failure
>> WARN: Unable to locate 'report-task.txt' in the workspace. Did the
>> SonarScanner succedeed?
>> [locks-and-latches] Releasing all the locks
>> [locks-and-latches] All the locks released
>>
>
>


Re: Build failed in Jenkins: JMeter Ubuntu #497

Posted by Philippe Mouawad <ph...@gmail.com>.
Hello,

Could anybody else than me have a look at this unexplained and very
frequent failure of this test ?
SlowCharsFeature_HttpClient
<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/bin/SlowCharsFeature_HttpClient4.csv>

Tests are mainly flaky because of it.
I didn't find the problem and cannot tell wether it's a bug or false
positive


Thanks

On Sun, Jul 15, 2018 at 9:28 AM, Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> See <https://builds.apache.org/job/JMeter%20Ubuntu/497/
> display/redirect?page=changes>
>
> Changes:
>
> [pmouawad] Bug 62533 - Allow use epoch time as Date String value in
> function __dateTimeConvert
> Add Test
> Clarify documentation
> Bugzilla Id: 62533
>
> [pmouawad] Bug 62535 - View Results Tree : XPath2 Tester not displaying
> correctly
> Bugzilla Id: 62535
>
> ------------------------------------------
> [...truncated 174.04 KB...]
>    [jmeter] summary +      2 in 00:00:02 =    0.9/s Avg:   938 Min:   803
> Max:  1073 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>    [jmeter] summary =      2 in 00:00:02 =    0.9/s Avg:   938 Min:   803
> Max:  1073 Err:     0 (0.00%)
>    [jmeter] Tidying up ...    @ Sun Jul 15 13:26:00 UTC 2018
> (1531661160989)
>    [jmeter] ... end of run
>      [echo] TEST_HTTPS output files compared OK
>
> batchtest:
>      [echo] Starting TestCookieManager with file TestCookieManager.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/TestCookieManager.jmx
>    [jmeter] Starting the test @ Sun Jul 15 13:26:03 UTC 2018
> (1531661163453)
>    [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on
> port 4445
>    [jmeter] summary +      1 in 00:00:01 =    1.7/s Avg:   558 Min:   558
> Max:   558 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>    [jmeter] summary +      9 in 00:00:01 =   11.5/s Avg:    49 Min:     1
> Max:   305 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
>    [jmeter] summary =     10 in 00:00:01 =    7.3/s Avg:   100 Min:     1
> Max:   558 Err:     0 (0.00%)
>    [jmeter] Tidying up ...    @ Sun Jul 15 13:26:05 UTC 2018
> (1531661165931)
>    [jmeter] ... end of run
>      [echo] TestCookieManager output files compared OK
>
> batchtest:
>      [echo] Starting TCP_TESTS with file TCP_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/TCP_TESTS.jmx
>    [jmeter] Starting the test @ Sun Jul 15 13:26:09 UTC 2018
> (1531661169272)
>    [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on
> port 4445
>    [jmeter] 15/07/2018 13:26:13
>    [jmeter]
>    [jmeter]
>    [jmeter] summary =     11 in 00:00:05 =    2.0/s Avg:   360 Min:     1
> Max:  1022 Err:     0 (0.00%)
>    [jmeter] Tidying up ...    @ Sun Jul 15 13:26:15 UTC 2018
> (1531661175786)
>    [jmeter] ... end of run
>    [concat] 2018-07-15 13:26:13,698 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:4.1-SNAPSHOT r1835969]
>    [concat]     at org.apache.jmeter.protocol.
> tcp.sampler.TCPSampler.sample(TCPSampler.java:402)
> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>    [concat]     at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622)
> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>    [concat]     at org.apache.jmeter.threads.JMeterThread.
> executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:4.1-SNAPSHOT
> r1835969]
>    [concat]     at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486)
> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>    [concat]     at org.apache.jmeter.threads.
> JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT
> r1835969]
>    [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>    [concat] Caused by: java.net.SocketTimeoutException: Read timed out
>    [concat]     at java.net.SocketInputStream.socketRead0(Native Method)
> ~[?:1.8.0_172]
>    [concat]     at java.net.SocketInputStream.
> socketRead(SocketInputStream.java:116) ~[?:1.8.0_172]
>    [concat]     at java.net.SocketInputStream.read(SocketInputStream.java:171)
> ~[?:1.8.0_172]
>    [concat]     at java.net.SocketInputStream.read(SocketInputStream.java:141)
> ~[?:1.8.0_172]
>    [concat]     at java.net.SocketInputStream.read(SocketInputStream.java:127)
> ~[?:1.8.0_172]
>    [concat]     at org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl.read(TCPClientImpl.java:114)
> ~[ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>    [concat]     ... 6 more
>    [concat] 2018-07-15 13:26:14,780 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:4.1-SNAPSHOT r1835969]
>    [concat]     at org.apache.jmeter.protocol.
> tcp.sampler.TCPSampler.sample(TCPSampler.java:402)
> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>    [concat]     at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622)
> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>    [concat]     at org.apache.jmeter.threads.JMeterThread.
> executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:4.1-SNAPSHOT
> r1835969]
>    [concat]     at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486)
> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>    [concat]     at org.apache.jmeter.threads.
> JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT
> r1835969]
>    [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>    [concat] Caused by: java.net.SocketTimeoutException: Read timed out
>    [concat]     at java.net.SocketInputStream.socketRead0(Native Method)
> ~[?:1.8.0_172]
>    [concat]     at java.net.SocketInputStream.
> socketRead(SocketInputStream.java:116) ~[?:1.8.0_172]
>    [concat]     at java.net.SocketInputStream.read(SocketInputStream.java:171)
> ~[?:1.8.0_172]
>    [concat]     at java.net.SocketInputStream.read(SocketInputStream.java:141)
> ~[?:1.8.0_172]
>    [concat]     at java.net.SocketInputStream.read(SocketInputStream.java:127)
> ~[?:1.8.0_172]
>    [concat]     at org.apache.jmeter.protocol.tcp.sampler.
> BinaryTCPClientImpl.read(BinaryTCPClientImpl.java:134)
> ~[ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>    [concat]     ... 6 more
>    [concat] 2018-07-15 13:26:14,800 WARN o.a.j.p.t.s.TCPSampler: Could not
> create socket for tcp://localhost:2223
>    [concat] java.net.ConnectException: Connection refused (Connection
> refused)
>    [concat]     at java.net.PlainSocketImpl.socketConnect(Native Method)
> ~[?:1.8.0_172]
>    [concat]     at java.net.AbstractPlainSocketImpl.doConnect(
> AbstractPlainSocketImpl.java:350) ~[?:1.8.0_172]
>    [concat]     at java.net.AbstractPlainSocketImpl.connectToAddress(
> AbstractPlainSocketImpl.java:206) ~[?:1.8.0_172]
>    [concat]     at java.net.AbstractPlainSocketImpl.connect(
> AbstractPlainSocketImpl.java:188) ~[?:1.8.0_172]
>    [concat]     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
> ~[?:1.8.0_172]
>    [concat]     at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_172]
>    [concat]     at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.getSocket(TCPSampler.java:168)
> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>    [concat]     at org.apache.jmeter.protocol.
> tcp.sampler.TCPSampler.sample(TCPSampler.java:384)
> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>    [concat]     at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622)
> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>    [concat]     at org.apache.jmeter.threads.JMeterThread.
> executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:4.1-SNAPSHOT
> r1835969]
>    [concat]     at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486)
> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>    [concat]     at org.apache.jmeter.threads.
> JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT
> r1835969]
>    [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>    [concat] 2018-07-15 13:26:14,886 WARN o.a.j.p.t.s.TCPSampler: Unknown
> host for tcp://localhostXXXX:2223
>    [concat] java.net.UnknownHostException: localhostXXXX
>    [concat]     at java.net.AbstractPlainSocketImpl.connect(
> AbstractPlainSocketImpl.java:184) ~[?:1.8.0_172]
>    [concat]     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
> ~[?:1.8.0_172]
>    [concat]     at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_172]
>    [concat]     at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.getSocket(TCPSampler.java:168)
> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>    [concat]     at org.apache.jmeter.protocol.
> tcp.sampler.TCPSampler.sample(TCPSampler.java:384)
> [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
>    [concat]     at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622)
> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>    [concat]     at org.apache.jmeter.threads.JMeterThread.
> executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:4.1-SNAPSHOT
> r1835969]
>    [concat]     at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486)
> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>    [concat]     at org.apache.jmeter.threads.
> JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT
> r1835969]
>    [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>    [concat] 2018-07-15 13:26:14,890 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 @ Sun Jul 15 13:26:18 UTC 2018
> (1531661178403)
>    [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on
> port 4445
>    [jmeter] summary =     21 in 00:00:02 =   13.0/s Avg:    28 Min:     0
> Max:   541 Err:     0 (0.00%)
>    [jmeter] Tidying up ...    @ Sun Jul 15 13:26:21 UTC 2018
> (1531661181153)
>    [jmeter] ... end of run
>    [concat] 2018-07-15 13:26:21,127 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.1-SNAPSHOT r1835969]
>    [concat]     at org.apache.jmeter.protocol.jdbc.processor.
> JDBCPreProcessor.process(JDBCPreProcessor.java:33)
> ~[ApacheJMeter_jdbc.jar:4.1-SNAPSHOT r1835969]
>    [concat]     at org.apache.jmeter.threads.
> JMeterThread.runPreProcessors(JMeterThread.java:935)
> ~[ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>    [concat]     at org.apache.jmeter.threads.JMeterThread.
> executeSamplePackage(JMeterThread.java:537) ~[ApacheJMeter_core.jar:4.1-SNAPSHOT
> r1835969]
>    [concat]     at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486)
> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>    [concat]     at org.apache.jmeter.threads.
> JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT
> r1835969]
>    [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>    [concat] 2018-07-15 13:26:21,138 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.1-SNAPSHOT r1835969]
>    [concat]     at org.apache.jmeter.protocol.jdbc.processor.
> JDBCPostProcessor.process(JDBCPostProcessor.java:33)
> ~[ApacheJMeter_jdbc.jar:4.1-SNAPSHOT r1835969]
>    [concat]     at org.apache.jmeter.threads.JMeterThread.
> runPostProcessors(JMeterThread.java:925) ~[ApacheJMeter_core.jar:4.1-SNAPSHOT
> r1835969]
>    [concat]     at org.apache.jmeter.threads.JMeterThread.
> executeSamplePackage(JMeterThread.java:564) ~[ApacheJMeter_core.jar:4.1-SNAPSHOT
> r1835969]
>    [concat]     at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486)
> [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
>    [concat]     at org.apache.jmeter.threads.
> JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT
> r1835969]
>    [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
>    [concat] 2018-07-15 13:26:21,139 WARN o.a.j.p.j.p.AbstractJDBCProcessor:
> SQL Problem in JDBC PreProcessor: java.sql.SQLSyntaxErrorException:
> unexpected token: USERS
>    [concat] 2018-07-15 13:26:21,149 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 @ Sun Jul 15 13:26:23 UTC 2018
> (1531661183853)
>    [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on
> port 4445
>    [jmeter] summary +      6 in 00:00:07 =    0.9/s Avg:   805 Min:     6
> Max:  2404 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>    [jmeter] summary +     21 in 00:00:29 =    0.7/s Avg:   540 Min:     0
> Max:  3001 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
>    [jmeter] summary =     27 in 00:00:36 =    0.8/s Avg:   599 Min:     0
> Max:  3001 Err:     0 (0.00%)
>    [jmeter] summary =     27 in 00:00:36 =    0.8/s Avg:   599 Min:     0
> Max:  3001 Err:     0 (0.00%)
>    [jmeter] Tidying up ...    @ Sun Jul 15 13:27:00 UTC 2018
> (1531661220805)
>    [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 @ Sun Jul 15 13:27:03 UTC 2018
> (1531661223737)
>    [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on
> port 4445
>    [jmeter] summary +      1 in 00:00:01 =    1.1/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.5/s Avg:   339 Min:     2
> Max:  1003 Err:     0 (0.00%)
>    [jmeter] Tidying up ...    @ Sun Jul 15 13:27:06 UTC 2018
> (1531661226016)
>    [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 @ Sun Jul 15 13:27:08 UTC 2018
> (1531661228622)
>    [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on
> port 4445
>    [jmeter] summary =      6 in 00:00:03 =    2.3/s Avg:   210 Min:    15
> Max:   997 Err:     0 (0.00%)
>    [jmeter] Tidying up ...    @ Sun Jul 15 13:27:12 UTC 2018
> (1531661232116)
>    [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 @ Sun Jul 15 13:27:14 UTC 2018
> (1531661234692)
>    [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on
> port 4445
>    [jmeter] summary =      2 in 00:00:31 =    0.1/s Avg: 15305 Min:   507
> Max: 30103 Err:     0 (0.00%)
>    [jmeter] Tidying up ...    @ Sun Jul 15 13:27:46 UTC 2018
> (1531661266416)
>    [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 @ Sun Jul 15 13:27:49 UTC 2018
> (1531661269565)
>    [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on
> port 4445
>    [jmeter] summary =      5 in 00:00:32 =    0.2/s Avg:  6279 Min:   555
> Max: 11231 Err:     2 (40.00%)
>    [jmeter] Tidying up ...    @ Sun Jul 15 13:28:22 UTC 2018
> (1531661302228)
>    [jmeter] ... end of run
>
> BUILD FAILED
> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml>:2956:
> The following error occurred while executing this line:
> <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml>:2779:
> CSV Files are not identical.
>         <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/
> bin/testfiles/SlowCharsFeature_HttpClient4.csv>
>         label,responseCode,responseMessage,threadName,dataType,success
> JSS_setCPS,200,OK,setUp Thread Group 1-1,text,true
> ApacheJMeter-HP-NonSecure,206,Partial Content,Thread Group 1-1,text,true
> ApacheJMeter-HP-Secure,206,Partial Content,Thread Group 1-1,text,true
> HTTPS-SNI-without-timeout,206,Partial Content,Thread Group 1-1,text,true
> HTTPS-SNI-with-timeout,206,Partial Content,Thread Group 1-1,text,true
>
>         <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/
> bin/SlowCharsFeature_HttpClient4.csv>
>         label,responseCode,responseMessage,threadName,dataType,success
> JSS_setCPS,200,OK,setUp Thread Group 1-1,text,true
> ApacheJMeter-HP-NonSecure,206,Partial Content,Thread Group 1-1,text,true
> ApacheJMeter-HP-Secure,206,Partial Content,Thread Group 1-1,text,true
> HTTPS-SNI-without-timeout,206,Partial Content,Thread Group 1-1,text,false
> HTTPS-SNI-with-timeout,206,Partial Content,Thread Group 1-1,text,false
>
> Total time: 7 minutes 16 seconds
> Build step 'Invoke Ant' marked build as failure
> WARN: Unable to locate 'report-task.txt' in the workspace. Did the
> SonarScanner succedeed?
> [locks-and-latches] Releasing all the locks
> [locks-and-latches] All the locks released
>



-- 
Cordialement.
Philippe Mouawad.

Build failed in Jenkins: JMeter Ubuntu #497

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

Changes:

[pmouawad] Bug 62533 - Allow use epoch time as Date String value in function __dateTimeConvert
Add Test
Clarify documentation
Bugzilla Id: 62533

[pmouawad] Bug 62535 - View Results Tree : XPath2 Tester not displaying correctly
Bugzilla Id: 62535

------------------------------------------
[...truncated 174.04 KB...]
   [jmeter] summary +      2 in 00:00:02 =    0.9/s Avg:   938 Min:   803 Max:  1073 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary =      2 in 00:00:02 =    0.9/s Avg:   938 Min:   803 Max:  1073 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Sun Jul 15 13:26:00 UTC 2018 (1531661160989)
   [jmeter] ... end of run
     [echo] TEST_HTTPS output files compared OK

batchtest:
     [echo] Starting TestCookieManager with file TestCookieManager.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/TestCookieManager.jmx
   [jmeter] Starting the test @ Sun Jul 15 13:26:03 UTC 2018 (1531661163453)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in 00:00:01 =    1.7/s Avg:   558 Min:   558 Max:   558 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +      9 in 00:00:01 =   11.5/s Avg:    49 Min:     1 Max:   305 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =     10 in 00:00:01 =    7.3/s Avg:   100 Min:     1 Max:   558 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Sun Jul 15 13:26:05 UTC 2018 (1531661165931)
   [jmeter] ... end of run
     [echo] TestCookieManager output files compared OK

batchtest:
     [echo] Starting TCP_TESTS with file TCP_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/TCP_TESTS.jmx
   [jmeter] Starting the test @ Sun Jul 15 13:26:09 UTC 2018 (1531661169272)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] 15/07/2018 13:26:13
   [jmeter] 
   [jmeter] 
   [jmeter] summary =     11 in 00:00:05 =    2.0/s Avg:   360 Min:     1 Max:  1022 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Sun Jul 15 13:26:15 UTC 2018 (1531661175786)
   [jmeter] ... end of run
   [concat] 2018-07-15 13:26:13,698 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:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:402) [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] Caused by: java.net.SocketTimeoutException: Read timed out
   [concat] 	at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:171) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:127) ~[?:1.8.0_172]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl.read(TCPClientImpl.java:114) ~[ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
   [concat] 	... 6 more
   [concat] 2018-07-15 13:26:14,780 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:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:402) [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] Caused by: java.net.SocketTimeoutException: Read timed out
   [concat] 	at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:171) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:127) ~[?:1.8.0_172]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.BinaryTCPClientImpl.read(BinaryTCPClientImpl.java:134) ~[ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
   [concat] 	... 6 more
   [concat] 2018-07-15 13:26:14,800 WARN o.a.j.p.t.s.TCPSampler: Could not create socket for tcp://localhost:2223
   [concat] java.net.ConnectException: Connection refused (Connection refused)
   [concat] 	at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:1.8.0_172]
   [concat] 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[?:1.8.0_172]
   [concat] 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:1.8.0_172]
   [concat] 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:1.8.0_172]
   [concat] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_172]
   [concat] 	at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_172]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.getSocket(TCPSampler.java:168) [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:384) [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] 2018-07-15 13:26:14,886 WARN o.a.j.p.t.s.TCPSampler: Unknown host for tcp://localhostXXXX:2223
   [concat] java.net.UnknownHostException: localhostXXXX
   [concat] 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) ~[?:1.8.0_172]
   [concat] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_172]
   [concat] 	at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_172]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.getSocket(TCPSampler.java:168) [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:384) [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] 2018-07-15 13:26:14,890 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 @ Sun Jul 15 13:26:18 UTC 2018 (1531661178403)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =     21 in 00:00:02 =   13.0/s Avg:    28 Min:     0 Max:   541 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Sun Jul 15 13:26:21 UTC 2018 (1531661181153)
   [jmeter] ... end of run
   [concat] 2018-07-15 13:26:21,127 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.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.protocol.jdbc.processor.JDBCPreProcessor.process(JDBCPreProcessor.java:33) ~[ApacheJMeter_jdbc.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.runPreProcessors(JMeterThread.java:935) ~[ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:537) ~[ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] 2018-07-15 13:26:21,138 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.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.protocol.jdbc.processor.JDBCPostProcessor.process(JDBCPostProcessor.java:33) ~[ApacheJMeter_jdbc.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.runPostProcessors(JMeterThread.java:925) ~[ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:564) ~[ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835969]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] 2018-07-15 13:26:21,139 WARN o.a.j.p.j.p.AbstractJDBCProcessor: SQL Problem in JDBC PreProcessor: java.sql.SQLSyntaxErrorException: unexpected token: USERS
   [concat] 2018-07-15 13:26:21,149 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 @ Sun Jul 15 13:26:23 UTC 2018 (1531661183853)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      6 in 00:00:07 =    0.9/s Avg:   805 Min:     6 Max:  2404 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +     21 in 00:00:29 =    0.7/s Avg:   540 Min:     0 Max:  3001 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary =     27 in 00:00:36 =    0.8/s Avg:   599 Min:     0 Max:  3001 Err:     0 (0.00%)
   [jmeter] summary =     27 in 00:00:36 =    0.8/s Avg:   599 Min:     0 Max:  3001 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Sun Jul 15 13:27:00 UTC 2018 (1531661220805)
   [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 @ Sun Jul 15 13:27:03 UTC 2018 (1531661223737)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in 00:00:01 =    1.1/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.5/s Avg:   339 Min:     2 Max:  1003 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Sun Jul 15 13:27:06 UTC 2018 (1531661226016)
   [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 @ Sun Jul 15 13:27:08 UTC 2018 (1531661228622)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      6 in 00:00:03 =    2.3/s Avg:   210 Min:    15 Max:   997 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Sun Jul 15 13:27:12 UTC 2018 (1531661232116)
   [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 @ Sun Jul 15 13:27:14 UTC 2018 (1531661234692)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      2 in 00:00:31 =    0.1/s Avg: 15305 Min:   507 Max: 30103 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Sun Jul 15 13:27:46 UTC 2018 (1531661266416)
   [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 @ Sun Jul 15 13:27:49 UTC 2018 (1531661269565)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      5 in 00:00:32 =    0.2/s Avg:  6279 Min:   555 Max: 11231 Err:     2 (40.00%)
   [jmeter] Tidying up ...    @ Sun Jul 15 13:28:22 UTC 2018 (1531661302228)
   [jmeter] ... end of run

BUILD FAILED
<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml>:2956: The following error occurred while executing this line:
<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml>:2779: CSV Files are not identical.
        <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/bin/testfiles/SlowCharsFeature_HttpClient4.csv>
        label,responseCode,responseMessage,threadName,dataType,success
JSS_setCPS,200,OK,setUp Thread Group 1-1,text,true
ApacheJMeter-HP-NonSecure,206,Partial Content,Thread Group 1-1,text,true
ApacheJMeter-HP-Secure,206,Partial Content,Thread Group 1-1,text,true
HTTPS-SNI-without-timeout,206,Partial Content,Thread Group 1-1,text,true
HTTPS-SNI-with-timeout,206,Partial Content,Thread Group 1-1,text,true

        <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/bin/SlowCharsFeature_HttpClient4.csv>
        label,responseCode,responseMessage,threadName,dataType,success
JSS_setCPS,200,OK,setUp Thread Group 1-1,text,true
ApacheJMeter-HP-NonSecure,206,Partial Content,Thread Group 1-1,text,true
ApacheJMeter-HP-Secure,206,Partial Content,Thread Group 1-1,text,true
HTTPS-SNI-without-timeout,206,Partial Content,Thread Group 1-1,text,false
HTTPS-SNI-with-timeout,206,Partial Content,Thread Group 1-1,text,false

Total time: 7 minutes 16 seconds
Build step 'Invoke Ant' marked build as failure
WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succedeed?
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released

Build failed in Jenkins: JMeter Ubuntu #496

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

Changes:

[fschumacher] Updated to httpcore[-nio]-4.4.10 (from httpcore[-nio]-4.4.9)

[fschumacher] Updated to commons-pool2-2.6.0 (from commons-pool2-2.5.0)

[fschumacher] Updated to commons-dbcp2-2.4.0 (from commons-dbcp2-2.2.0)

[fschumacher] Updated to cglib-nodep-3.2.7 (from cglib-nodep-3.2.6)

[fschumacher] Updated to caffeine-2.6.2 (from caffeine-2.6.1)

[fschumacher] Updated to httpmime-4.5.6 (from httpmime 4.5.5)

[fschumacher] Updated to httpclient-4.5.6 (from httpclient 4.5.5) and updated to freemarker-2.3.28 (from freemarker-2.3.23).

Based on patch by orimarko (orimarko at gmail.com)
Bugzilla Id: 62529

[fschumacher] Some tests for jorphans Converter

[fschumacher] Use Boolean#FALSE as the log statement auto-boxes the boolean value anyway.

[fschumacher] Sync documentation to the implementation of the ForEachController. 

Based on contribution by orimarko (orimarko at gmail.com)
Bugzilla Id: 62482

[milamber] Allow use epoch time as Date String value in function __dateTimeConvert
Bugzilla Id: 62533

------------------------------------------
[...truncated 181.03 KB...]
   [jmeter] Starting the test @ Sun Jul 15 11:21:19 UTC 2018 (1531653679041)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      2 in 00:00:02 =    1.3/s Avg:   615 Min:   485 Max:   746 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Sun Jul 15 11:21:21 UTC 2018 (1531653681335)
   [jmeter] ... end of run
     [echo] TEST_HTTPS output files compared OK

batchtest:
     [echo] Starting TestCookieManager with file TestCookieManager.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/TestCookieManager.jmx
   [jmeter] Starting the test @ Sun Jul 15 11:21:23 UTC 2018 (1531653683749)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =     10 in 00:00:01 =    7.5/s Avg:    91 Min:     1 Max:   454 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Sun Jul 15 11:21:26 UTC 2018 (1531653686203)
   [jmeter] ... end of run
     [echo] TestCookieManager output files compared OK

batchtest:
     [echo] Starting TCP_TESTS with file TCP_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/TCP_TESTS.jmx
   [jmeter] Starting the test @ Sun Jul 15 11:21:29 UTC 2018 (1531653689619)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in 00:00:01 =    1.1/s Avg:   896 Min:   896 Max:   896 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] 15/07/2018 11:21:34
   [jmeter] 
   [jmeter] 
   [jmeter] summary +     10 in 00:00:04 =    2.3/s Avg:   305 Min:     0 Max:  1020 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =     11 in 00:00:05 =    2.1/s Avg:   359 Min:     0 Max:  1020 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Sun Jul 15 11:21:36 UTC 2018 (1531653696072)
   [jmeter] ... end of run
   [concat] 2018-07-15 11:21:33,980 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:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:402) [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] Caused by: java.net.SocketTimeoutException: Read timed out
   [concat] 	at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:171) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:127) ~[?:1.8.0_172]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl.read(TCPClientImpl.java:114) ~[ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835966]
   [concat] 	... 6 more
   [concat] 2018-07-15 11:21:35,066 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:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:402) [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] Caused by: java.net.SocketTimeoutException: Read timed out
   [concat] 	at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:171) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:127) ~[?:1.8.0_172]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.BinaryTCPClientImpl.read(BinaryTCPClientImpl.java:134) ~[ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835966]
   [concat] 	... 6 more
   [concat] 2018-07-15 11:21:35,084 WARN o.a.j.p.t.s.TCPSampler: Could not create socket for tcp://localhost:2223
   [concat] java.net.ConnectException: Connection refused (Connection refused)
   [concat] 	at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:1.8.0_172]
   [concat] 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[?:1.8.0_172]
   [concat] 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:1.8.0_172]
   [concat] 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:1.8.0_172]
   [concat] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_172]
   [concat] 	at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_172]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.getSocket(TCPSampler.java:168) [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:384) [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] 2018-07-15 11:21:35,160 WARN o.a.j.p.t.s.TCPSampler: Unknown host for tcp://localhostXXXX:2223
   [concat] java.net.UnknownHostException: localhostXXXX
   [concat] 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) ~[?:1.8.0_172]
   [concat] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_172]
   [concat] 	at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_172]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.getSocket(TCPSampler.java:168) [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:384) [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] 2018-07-15 11:21:35,164 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 @ Sun Jul 15 11:21:38 UTC 2018 (1531653698657)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =     21 in 00:00:02 =   13.3/s Avg:    27 Min:     0 Max:   502 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Sun Jul 15 11:21:41 UTC 2018 (1531653701494)
   [jmeter] ... end of run
   [concat] 2018-07-15 11:21:41,464 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.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.protocol.jdbc.processor.JDBCPreProcessor.process(JDBCPreProcessor.java:33) ~[ApacheJMeter_jdbc.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.runPreProcessors(JMeterThread.java:935) ~[ApacheJMeter_core.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:537) ~[ApacheJMeter_core.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] 2018-07-15 11:21:41,475 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.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.protocol.jdbc.processor.JDBCPostProcessor.process(JDBCPostProcessor.java:33) ~[ApacheJMeter_jdbc.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.runPostProcessors(JMeterThread.java:925) ~[ApacheJMeter_core.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:564) ~[ApacheJMeter_core.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835966]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] 2018-07-15 11:21:41,476 WARN o.a.j.p.j.p.AbstractJDBCProcessor: SQL Problem in JDBC PreProcessor: java.sql.SQLSyntaxErrorException: unexpected token: USERS
   [concat] 2018-07-15 11:21:41,488 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 @ Sun Jul 15 11:21:44 UTC 2018 (1531653704215)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +     19 in 00:00:17 =    1.1/s Avg:   562 Min:     1 Max:  3024 Err:     0 (0.00%) Active: 1 Started: 3 Finished: 2
   [jmeter] summary +      8 in 00:00:20 =    0.4/s Avg:   762 Min:     0 Max:  3000 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =     27 in 00:00:37 =    0.7/s Avg:   621 Min:     0 Max:  3024 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Sun Jul 15 11:22:21 UTC 2018 (1531653741969)
   [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 @ Sun Jul 15 11:22:24 UTC 2018 (1531653744959)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      3 in 00:00:02 =    1.5/s Avg:   338 Min:     2 Max:  1003 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Sun Jul 15 11:22:27 UTC 2018 (1531653747221)
   [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 @ Sun Jul 15 11:22:29 UTC 2018 (1531653749769)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in 00:00:01 =    1.0/s Avg:   978 Min:   978 Max:   978 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +      5 in 00:00:02 =    3.3/s Avg:    49 Min:    13 Max:   100 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =      6 in 00:00:03 =    2.4/s Avg:   203 Min:    13 Max:   978 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Sun Jul 15 11:22:33 UTC 2018 (1531653753419)
   [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 @ Sun Jul 15 11:22:35 UTC 2018 (1531653755829)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      2 in 00:00:31 =    0.1/s Avg: 15257 Min:   409 Max: 30106 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Sun Jul 15 11:23:07 UTC 2018 (1531653787349)
   [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 @ Sun Jul 15 11:23:10 UTC 2018 (1531653790379)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      5 in 00:00:31 =    0.2/s Avg:  6152 Min:   535 Max: 10980 Err:     1 (20.00%)
   [jmeter] Tidying up ...    @ Sun Jul 15 11:23:42 UTC 2018 (1531653822325)
   [jmeter] ... end of run

BUILD FAILED
<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml>:2956: The following error occurred while executing this line:
<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml>:2779: CSV Files are not identical.
        <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/bin/testfiles/SlowCharsFeature_HttpClient4.csv>
        label,responseCode,responseMessage,threadName,dataType,success
JSS_setCPS,200,OK,setUp Thread Group 1-1,text,true
ApacheJMeter-HP-NonSecure,206,Partial Content,Thread Group 1-1,text,true
ApacheJMeter-HP-Secure,206,Partial Content,Thread Group 1-1,text,true
HTTPS-SNI-without-timeout,206,Partial Content,Thread Group 1-1,text,true
HTTPS-SNI-with-timeout,206,Partial Content,Thread Group 1-1,text,true

        <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/bin/SlowCharsFeature_HttpClient4.csv>
        label,responseCode,responseMessage,threadName,dataType,success
JSS_setCPS,200,OK,setUp Thread Group 1-1,text,true
ApacheJMeter-HP-NonSecure,206,Partial Content,Thread Group 1-1,text,true
ApacheJMeter-HP-Secure,206,Partial Content,Thread Group 1-1,text,true
HTTPS-SNI-without-timeout,206,Partial Content,Thread Group 1-1,text,false
HTTPS-SNI-with-timeout,206,Partial Content,Thread Group 1-1,text,true

Total time: 7 minutes 19 seconds
Build step 'Invoke Ant' marked build as failure
WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succedeed?
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released

Build failed in Jenkins: JMeter Ubuntu #495

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

------------------------------------------
[...truncated 176.47 KB...]
   [jmeter] summary =     10 in 00:00:01 =    7.0/s Avg:   106 Min:     1 Max:   586 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jul 11 20:22:18 UTC 2018 (1531340538261)
   [jmeter] ... end of run
     [echo] TestCookieManager output files compared OK

batchtest:
     [echo] Starting TCP_TESTS with file TCP_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/TCP_TESTS.jmx
   [jmeter] Starting the test @ Wed Jul 11 20:22:21 UTC 2018 (1531340541822)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] 11/07/2018 20:22:26
   [jmeter] 
   [jmeter] 
   [jmeter] summary =     11 in 00:00:05 =    2.1/s Avg:   361 Min:     0 Max:  1019 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jul 11 20:22:28 UTC 2018 (1531340548237)
   [jmeter] ... end of run
   [concat] 2018-07-11 20:22:26,135 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:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:402) [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] Caused by: java.net.SocketTimeoutException: Read timed out
   [concat] 	at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:171) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:127) ~[?:1.8.0_172]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl.read(TCPClientImpl.java:114) ~[ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835663]
   [concat] 	... 6 more
   [concat] 2018-07-11 20:22:27,230 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:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:402) [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] Caused by: java.net.SocketTimeoutException: Read timed out
   [concat] 	at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:171) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_172]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:127) ~[?:1.8.0_172]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.BinaryTCPClientImpl.read(BinaryTCPClientImpl.java:134) ~[ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835663]
   [concat] 	... 6 more
   [concat] 2018-07-11 20:22:27,247 WARN o.a.j.p.t.s.TCPSampler: Could not create socket for tcp://localhost:2223
   [concat] java.net.ConnectException: Connection refused (Connection refused)
   [concat] 	at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:1.8.0_172]
   [concat] 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[?:1.8.0_172]
   [concat] 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:1.8.0_172]
   [concat] 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:1.8.0_172]
   [concat] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_172]
   [concat] 	at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_172]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.getSocket(TCPSampler.java:168) [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:384) [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] 2018-07-11 20:22:27,327 WARN o.a.j.p.t.s.TCPSampler: Unknown host for tcp://localhostXXXX:2223
   [concat] java.net.UnknownHostException: localhostXXXX
   [concat] 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) ~[?:1.8.0_172]
   [concat] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_172]
   [concat] 	at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_172]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.getSocket(TCPSampler.java:168) [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:384) [ApacheJMeter_tcp.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:622) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:546) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] 2018-07-11 20:22:27,330 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 Jul 11 20:22:30 UTC 2018 (1531340550868)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in 00:00:01 =    1.8/s Avg:   514 Min:   514 Max:   514 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +     20 in 00:00:01 =   18.5/s Avg:     3 Min:     0 Max:    28 Err:     0 (0.00%) Active: 0 Started: 2 Finished: 2
   [jmeter] summary =     21 in 00:00:02 =   12.8/s Avg:    27 Min:     0 Max:   514 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jul 11 20:22:33 UTC 2018 (1531340553698)
   [jmeter] ... end of run
   [concat] 2018-07-11 20:22:33,667 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.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.protocol.jdbc.processor.JDBCPreProcessor.process(JDBCPreProcessor.java:33) ~[ApacheJMeter_jdbc.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.runPreProcessors(JMeterThread.java:935) ~[ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:537) ~[ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] 2018-07-11 20:22:33,679 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.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.protocol.jdbc.processor.JDBCPostProcessor.process(JDBCPostProcessor.java:33) ~[ApacheJMeter_jdbc.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.runPostProcessors(JMeterThread.java:925) ~[ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:564) ~[ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1-SNAPSHOT r1835663]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [concat] 2018-07-11 20:22:33,681 WARN o.a.j.p.j.p.AbstractJDBCProcessor: SQL Problem in JDBC PreProcessor: java.sql.SQLSyntaxErrorException: unexpected token: USERS
   [concat] 2018-07-11 20:22:33,693 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 Jul 11 20:22:36 UTC 2018 (1531340556202)
   [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:  1025 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:   600 Min:     0 Max:  3001 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jul 11 20:23:13 UTC 2018 (1531340593112)
   [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 Jul 11 20:23:16 UTC 2018 (1531340596029)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      3 in 00:00:02 =    1.5/s Avg:   340 Min:     2 Max:  1003 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jul 11 20:23:18 UTC 2018 (1531340598323)
   [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 Jul 11 20:23:20 UTC 2018 (1531340600780)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      6 in 00:00:03 =    2.4/s Avg:   209 Min:    13 Max:  1026 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jul 11 20:23:24 UTC 2018 (1531340604420)
   [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 Jul 11 20:23:26 UTC 2018 (1531340606943)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      2 in 00:00:31 =    0.1/s Avg: 15156 Min:   210 Max: 30103 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jul 11 20:23:58 UTC 2018 (1531340638396)
   [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 Jul 11 20:24:01 UTC 2018 (1531340641211)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in 00:00:01 =    1.6/s Avg:   607 Min:   607 Max:   607 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +      4 in 00:00:29 =    0.1/s Avg:  7076 Min:  5595 Max: 11285 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary =      5 in 00:00:29 =    0.2/s Avg:  5782 Min:   607 Max: 11285 Err:     0 (0.00%)
   [jmeter] summary =      5 in 00:00:29 =    0.2/s Avg:  5782 Min:   607 Max: 11285 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Wed Jul 11 20:24:31 UTC 2018 (1531340671300)
   [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 Jul 11 20:24:34 UTC 2018 (1531340674299)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in 00:00:01 =    1.7/s Avg:   562 Min:   562 Max:   562 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +      3 in 00:00:29 =    0.1/s Avg:  9480 Min:  8019 Max: 11498 Err:     2 (66.67%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary =      4 in 00:00:29 =    0.1/s Avg:  7250 Min:   562 Max: 11498 Err:     2 (50.00%)
   [jmeter] summary =      4 in 00:00:29 =    0.1/s Avg:  7250 Min:   562 Max: 11498 Err:     2 (50.00%)
   [jmeter] Tidying up ...    @ Wed Jul 11 20:25:04 UTC 2018 (1531340704422)
   [jmeter] ... end of run

BUILD FAILED
<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml>:2962: The following error occurred while executing this line:
<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml>:2779: CSV Files are not identical.
        <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/bin/testfiles/SlowCharsFeature_Java.csv>
        label,responseCode,responseMessage,threadName,dataType,success
JSS_setCPS,200,OK,setUp Thread Group 1-1,text,true
ApacheJMeter-HP-Secure,206,Partial Content,Thread Group 1-1,text,true
HTTPS-SNI-without-timeout,206,Partial Content,Thread Group 1-1,text,true
HTTPS-SNI-with-timeout,206,Partial Content,Thread Group 1-1,text,true

        <https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/bin/SlowCharsFeature_Java.csv>
        label,responseCode,responseMessage,threadName,dataType,success
JSS_setCPS,200,OK,setUp Thread Group 1-1,text,true
ApacheJMeter-HP-Secure,206,Partial Content,Thread Group 1-1,text,true
HTTPS-SNI-without-timeout,206,Partial Content,Thread Group 1-1,text,false
HTTPS-SNI-with-timeout,206,Partial Content,Thread Group 1-1,text,false

Total time: 7 minutes 45 seconds
Build step 'Invoke Ant' marked build as failure
WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succedeed?
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released