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 2017/11/28 07:40:42 UTC

Build failed in Jenkins: JMeter Ubuntu #312

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

Changes:

[pmouawad] Bug 61802 - Loop / ForEach Controller should expose a variable for current iteration
Bugzilla Id: 61802

------------------------------------------
[...truncated 160.65 KB...]
   [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 @ Tue Nov 28 07:35:18 UTC 2017 (1511854518145)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] 28/11/2017 07:35:23
   [jmeter] 
   [jmeter] 
   [jmeter] summary =     11 in 00:00:06 =    2.0/s Avg:   366 Min:     0 Max:  1011 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Tue Nov 28 07:35:25 UTC 2017 (1511854525498)
   [jmeter] ... end of run
   [concat] 2017-11-28 07:35:23,415 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.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:402) [ApacheJMeter_tcp.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:490) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:416) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:250) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
   [concat] Caused by: java.net.SocketTimeoutException: Read timed out
   [concat] 	at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_144]
   [concat] 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_144]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:171) ~[?:1.8.0_144]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_144]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:127) ~[?:1.8.0_144]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl.read(TCPClientImpl.java:114) ~[ApacheJMeter_tcp.jar:4.0-SNAPSHOT r1816519]
   [concat] 	... 5 more
   [concat] 2017-11-28 07:35:24,490 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.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:402) [ApacheJMeter_tcp.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:490) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:416) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:250) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
   [concat] Caused by: java.net.SocketTimeoutException: Read timed out
   [concat] 	at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_144]
   [concat] 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_144]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:171) ~[?:1.8.0_144]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_144]
   [concat] 	at java.net.SocketInputStream.read(SocketInputStream.java:127) ~[?:1.8.0_144]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.BinaryTCPClientImpl.read(BinaryTCPClientImpl.java:134) ~[ApacheJMeter_tcp.jar:4.0-SNAPSHOT r1816519]
   [concat] 	... 5 more
   [concat] 2017-11-28 07:35:24,508 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_144]
   [concat] 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[?:1.8.0_144]
   [concat] 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:1.8.0_144]
   [concat] 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:1.8.0_144]
   [concat] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_144]
   [concat] 	at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_144]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.getSocket(TCPSampler.java:168) [ApacheJMeter_tcp.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:384) [ApacheJMeter_tcp.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:490) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:416) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:250) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
   [concat] 2017-11-28 07:35:24,557 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_144]
   [concat] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_144]
   [concat] 	at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_144]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.getSocket(TCPSampler.java:168) [ApacheJMeter_tcp.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:384) [ApacheJMeter_tcp.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:490) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:416) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:250) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
   [concat] 2017-11-28 07:35:24,561 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.8.2.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 @ Tue Nov 28 07:35:28 UTC 2017 (1511854528369)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in 00:00:01 =    1.7/s Avg:   573 Min:   573 Max:   573 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +     20 in 00:00:01 =   17.2/s Avg:     2 Min:     0 Max:    19 Err:     0 (0.00%) Active: 0 Started: 2 Finished: 2
   [jmeter] summary =     21 in 00:00:02 =   11.9/s Avg:    29 Min:     0 Max:   573 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Tue Nov 28 07:35:31 UTC 2017 (1511854531382)
   [jmeter] ... end of run
   [concat] 2017-11-28 07:35:31,333 ERROR o.a.j.t.JMeterThread: Error while processing sampler: 'JDBC_With_Failing_PreProcessor'.
   [concat] java.lang.IllegalArgumentException: Variable Name must not be null in JDBC PreProcessor
   [concat] 	at org.apache.jmeter.protocol.jdbc.processor.AbstractJDBCProcessor.process(AbstractJDBCProcessor.java:45) ~[ApacheJMeter_jdbc.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.protocol.jdbc.processor.JDBCPreProcessor.process(JDBCPreProcessor.java:33) ~[ApacheJMeter_jdbc.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.runPreProcessors(JMeterThread.java:844) ~[ApacheJMeter_core.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:467) ~[ApacheJMeter_core.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:416) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:250) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
   [concat] 2017-11-28 07:35:31,360 ERROR o.a.j.t.JMeterThread: Error while processing sampler: 'JDBC_With_Failing_PostProcessor'.
   [concat] java.lang.IllegalArgumentException: Variable Name must not be null in JDBC PostProcessor
   [concat] 	at org.apache.jmeter.protocol.jdbc.processor.AbstractJDBCProcessor.process(AbstractJDBCProcessor.java:45) ~[ApacheJMeter_jdbc.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.protocol.jdbc.processor.JDBCPostProcessor.process(JDBCPostProcessor.java:33) ~[ApacheJMeter_jdbc.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.runPostProcessors(JMeterThread.java:834) ~[ApacheJMeter_core.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:516) ~[ApacheJMeter_core.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:416) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:250) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
   [concat] 2017-11-28 07:35:31,361 WARN o.a.j.p.j.p.AbstractJDBCProcessor: SQL Problem in JDBC PreProcessor: java.sql.SQLSyntaxErrorException: unexpected token: USERS
   [concat] 2017-11-28 07:35:31,374 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.8.2.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 @ Tue Nov 28 07:35:34 UTC 2017 (1511854534295)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +     23 in 00:00:28 =    0.8/s Avg:   545 Min:     0 Max:  3346 Err:     0 (0.00%) Active: 1 Started: 5 Finished: 4
   [jmeter] summary +      3 in 00:00:08 =    0.4/s Avg:  1042 Min:     1 Max:  2999 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =     26 in 00:00:36 =    0.7/s Avg:   602 Min:     0 Max:  3346 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Tue Nov 28 07:36:11 UTC 2017 (1511854571574)
   [jmeter] ... end of run
   [concat] 2017-11-28 07:36:11,562 ERROR o.a.j.p.j.c.Publisher: Error during close: 
   [concat] javax.jms.JMSException: Cannot send, channel has already failed: tcp://127.0.0.1:61616
   [concat] 	at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:72) ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] 	at org.apache.activemq.ActiveMQConnection.doAsyncSendPacket(ActiveMQConnection.java:1310) ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] 	at org.apache.activemq.ActiveMQConnection.asyncSendPacket(ActiveMQConnection.java:1302) ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] 	at org.apache.activemq.ActiveMQSession.asyncSendPacket(ActiveMQSession.java:2075) ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] 	at org.apache.activemq.ActiveMQMessageProducer.close(ActiveMQMessageProducer.java:172) ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] 	at org.apache.jmeter.protocol.jms.Utils.close(Utils.java:92) [ApacheJMeter_jms.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.protocol.jms.client.Publisher.close(Publisher.java:206) [ApacheJMeter_jms.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.protocol.jms.client.ClientPool.clearClient(ClientPool.java:64) [ApacheJMeter_jms.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.protocol.jms.sampler.PublisherSampler.testEnded(PublisherSampler.java:161) [ApacheJMeter_jms.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.engine.StandardJMeterEngine.notifyTestListenersOfEnd(StandardJMeterEngine.java:227) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:494) [ApacheJMeter_core.jar:4.0-SNAPSHOT r1816519]
   [concat] 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
   [concat] Caused by: org.apache.activemq.transport.InactivityIOException: Cannot send, channel has already failed: tcp://127.0.0.1:61616
   [concat] 	at org.apache.activemq.transport.AbstractInactivityMonitor.doOnewaySend(AbstractInactivityMonitor.java:328) ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] 	at org.apache.activemq.transport.AbstractInactivityMonitor.oneway(AbstractInactivityMonitor.java:317) ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] 	at org.apache.activemq.transport.TransportFilter.oneway(TransportFilter.java:94) ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] 	at org.apache.activemq.transport.WireFormatNegotiator.oneway(WireFormatNegotiator.java:116) ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] 	at org.apache.activemq.transport.MutexTransport.oneway(MutexTransport.java:68) ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] 	at org.apache.activemq.transport.ResponseCorrelator.oneway(ResponseCorrelator.java:60) ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] 	at org.apache.activemq.ActiveMQConnection.doAsyncSendPacket(ActiveMQConnection.java:1308) ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] 	... 10 more
     [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.8.2.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 @ Tue Nov 28 07:36:15 UTC 2017 (1511854575549)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      3 in 00:00:02 =    1.6/s Avg:   347 Min:     9 Max:  1012 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Tue Nov 28 07:36:18 UTC 2017 (1511854578143)
   [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.8.2.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 @ Tue Nov 28 07:36:20 UTC 2017 (1511854580768)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      6 in 00:00:03 =    2.3/s Avg:   209 Min:    27 Max:   944 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Tue Nov 28 07:36:25 UTC 2017 (1511854585595)
   [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.8.2.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 @ Tue Nov 28 07:36:27 UTC 2017 (1511854587849)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      2 in 00:00:43 =    0.0/s Avg: 21258 Min: 12439 Max: 30077 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Tue Nov 28 07:37:11 UTC 2017 (1511854631411)
   [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.8.2.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 @ Tue Nov 28 07:37:14 UTC 2017 (1511854634572)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary =      3 in 00:01:13 =    0.0/s Avg: 24241 Min:   507 Max: 60847 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Tue Nov 28 07:38:28 UTC 2017 (1511854708680)
   [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.8.2.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 @ Tue Nov 28 07:38:32 UTC 2017 (1511854712064)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
   [jmeter] summary +      1 in 00:00:01 =    1.7/s Avg:   576 Min:   576 Max:   576 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +      1 in 00:02:08 =    0.0/s Avg: 127742 Min: 127742 Max: 127742 Err:     1 (100.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =      2 in 00:02:09 =    0.0/s Avg: 64159 Min:   576 Max: 127742 Err:     1 (50.00%)
   [jmeter] Tidying up ...    @ Tue Nov 28 07:40:41 UTC 2017 (1511854841771)
   [jmeter] ... end of run

BUILD FAILED
<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml>:2821: The following error occurred while executing this line:
<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml>:2655: 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
JSR223 Sampler,200,OK,setUp Thread Group 1-1,text,true
ApacheJMeter-HP-Secure,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
JSR223 Sampler,200,OK,setUp Thread Group 1-1,text,true
ApacheJMeter-HP-Secure,Non HTTP response code: java.net.ConnectException,Non HTTP response message: Connection timed out (Connection timed out),Thread Group 1-1,text,false

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

Jenkins build is back to normal : JMeter Ubuntu #313

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