Build failed in Jenkins: JMeter Ubuntu #211

2017-10-23 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Bug 61641 - Improve JMS Test coverage
Last try I'm fed up
Bugzilla Id: 61641

[pmouawad] Bug 61641 - Improve JMS Test coverage
We can get error logs as we shutdown ActiveMQ in teardown while connections are 
closed after it, so we ignore here
Bugzilla Id: 61641

--
[...truncated 616.67 KB...]
   [concat] at 
org.apache.activemq.transport.WireFormatNegotiator.start(WireFormatNegotiator.java:72)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.transport.TransportFilter.start(TransportFilter.java:64) 
~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.transport.TransportFilter.start(TransportFilter.java:64) 
~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:354)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] ... 15 more
   [concat] 2017-10-24 04:38:49,621 ERROR o.a.j.p.j.s.SubscriberSampler: Could 
not initialise client
   [concat] javax.jms.JMSException: Could not connect to broker URL: 
tcp://127.0.0.1:61616. Reason: java.net.ConnectException: Connection refused 
(Connection refused)
   [concat] at 
org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:36)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:374)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:304)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.ActiveMQConnectionFactory.createConnection(ActiveMQConnectionFactory.java:244)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.jmeter.protocol.jms.Utils.getConnection(Utils.java:210) 
~[ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813105]
   [concat] at 
org.apache.jmeter.protocol.jms.client.ReceiveSubscriber.(ReceiveSubscriber.java:233)
 ~[ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813105]
   [concat] at 
org.apache.jmeter.protocol.jms.client.ReceiveSubscriber.(ReceiveSubscriber.java:115)
 ~[ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813105]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.SubscriberSampler.initReceiveClient(SubscriberSampler.java:131)
 ~[ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813105]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.SubscriberSampler.initClient(SubscriberSampler.java:344)
 [ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813105]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.SubscriberSampler.handleErrorAndAddTemporize(SubscriberSampler.java:238)
 [ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813105]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.SubscriberSampler.sample(SubscriberSampler.java:157)
 [ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813105]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.BaseJMSSampler.sample(BaseJMSSampler.java:98)
 [ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813105]
   [concat] at 
org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:498)
 [ApacheJMeter_core.jar:3.4-SNAPSHOT r1813105]
   [concat] at 
org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:424) 
[ApacheJMeter_core.jar:3.4-SNAPSHOT r1813105]
   [concat] at 
org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:255) 
[ApacheJMeter_core.jar:3.4-SNAPSHOT r1813105]
   [concat] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
   [concat] Caused by: 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.activemq.transport.tcp.TcpTransport.connect(TcpTransport.java:525) 
~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.transport.tcp.TcpTransport.doStart(TcpTransport.java:488) 
~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.util.ServiceSupport.start(ServiceSupport.java:55) 
~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.transport.AbstractInactivityMonitor.start(AbstractInactivityMonitor.java:169)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 

Build failed in Jenkins: JMeter Windows #799

2017-10-23 Thread Apache Jenkins Server
See 

--
[...truncated 152.42 KB...]
   [concat] at 
java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_121]
   [concat] at java.net.SocketInputStream.read(SocketInputStream.java:171) 
~[?:1.8.0_121]
   [concat] at java.net.SocketInputStream.read(SocketInputStream.java:141) 
~[?:1.8.0_121]
   [concat] at java.net.SocketInputStream.read(SocketInputStream.java:127) 
~[?:1.8.0_121]
   [concat] at 
org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl.read(TCPClientImpl.java:114)
 ~[ApacheJMeter_tcp.jar:r1813105]
   [concat] ... 5 more
   [concat] 2017-10-24 03:48:32,346 WARN o.a.m.f.l.LoggingFilter: EXCEPTION :
   [concat] java.io.IOException: An established connection was aborted by the 
software in your host machine
   [concat] at sun.nio.ch.SocketDispatcher.read0(Native Method) 
~[?:1.8.0_121]
   [concat] at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) 
~[?:1.8.0_121]
   [concat] at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) 
~[?:1.8.0_121]
   [concat] at sun.nio.ch.IOUtil.read(IOUtil.java:197) ~[?:1.8.0_121]
   [concat] at 
sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380) ~[?:1.8.0_121]
   [concat] at 
org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:317) 
~[mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:45) 
~[mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.read(AbstractPollingIoProcessor.java:683)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:659)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:648)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.access$600(AbstractPollingIoProcessor.java:68)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractPollingIoProcessor.java:1120)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64) 
[mina-core-2.0.16.jar:?]
   [concat] at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
[?:1.8.0_121]
   [concat] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
[?:1.8.0_121]
   [concat] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
   [concat] 2017-10-24 03:48:32,348 ERROR TimeServerHandler: Exception occured
   [concat] java.io.IOException: An established connection was aborted by the 
software in your host machine
   [concat] at sun.nio.ch.SocketDispatcher.read0(Native Method) 
~[?:1.8.0_121]
   [concat] at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) 
~[?:1.8.0_121]
   [concat] at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) 
~[?:1.8.0_121]
   [concat] at sun.nio.ch.IOUtil.read(IOUtil.java:197) ~[?:1.8.0_121]
   [concat] at 
sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380) ~[?:1.8.0_121]
   [concat] at 
org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:317) 
~[mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:45) 
~[mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.read(AbstractPollingIoProcessor.java:683)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:659)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:648)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.access$600(AbstractPollingIoProcessor.java:68)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractPollingIoProcessor.java:1120)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64) 
[mina-core-2.0.16.jar:?]
   [concat] at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
[?:1.8.0_121]
   [concat] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
[?:1.8.0_121]
   [concat] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
   [concat] 2017-10-24 03:48:32,440 ERROR o.a.j.p.t.s.TCPSampler: 
   [concat] org.apache.jmeter.protocol.tcp.sampler.ReadException: 
   [concat] at 

Build failed in Jenkins: JMeter Windows #798

2017-10-23 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Bug 61641 - Improve JMS Test coverage
Last try I'm fed up
Bugzilla Id: 61641

[pmouawad] Bug 61641 - Improve JMS Test coverage
We can get error logs as we shutdown ActiveMQ in teardown while connections are 
closed after it, so we ignore here
Bugzilla Id: 61641

--
[...truncated 152.46 KB...]
   [concat] at 
java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_121]
   [concat] at java.net.SocketInputStream.read(SocketInputStream.java:171) 
~[?:1.8.0_121]
   [concat] at java.net.SocketInputStream.read(SocketInputStream.java:141) 
~[?:1.8.0_121]
   [concat] at java.net.SocketInputStream.read(SocketInputStream.java:127) 
~[?:1.8.0_121]
   [concat] at 
org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl.read(TCPClientImpl.java:114)
 ~[ApacheJMeter_tcp.jar:r1813105]
   [concat] ... 5 more
   [concat] 2017-10-24 03:33:25,661 WARN o.a.m.f.l.LoggingFilter: EXCEPTION :
   [concat] java.io.IOException: An established connection was aborted by the 
software in your host machine
   [concat] at sun.nio.ch.SocketDispatcher.read0(Native Method) 
~[?:1.8.0_121]
   [concat] at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) 
~[?:1.8.0_121]
   [concat] at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) 
~[?:1.8.0_121]
   [concat] at sun.nio.ch.IOUtil.read(IOUtil.java:197) ~[?:1.8.0_121]
   [concat] at 
sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380) ~[?:1.8.0_121]
   [concat] at 
org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:317) 
~[mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:45) 
~[mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.read(AbstractPollingIoProcessor.java:683)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:659)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:648)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.access$600(AbstractPollingIoProcessor.java:68)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractPollingIoProcessor.java:1120)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64) 
[mina-core-2.0.16.jar:?]
   [concat] at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
[?:1.8.0_121]
   [concat] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
[?:1.8.0_121]
   [concat] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
   [concat] 2017-10-24 03:33:25,663 ERROR TimeServerHandler: Exception occured
   [concat] java.io.IOException: An established connection was aborted by the 
software in your host machine
   [concat] at sun.nio.ch.SocketDispatcher.read0(Native Method) 
~[?:1.8.0_121]
   [concat] at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) 
~[?:1.8.0_121]
   [concat] at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) 
~[?:1.8.0_121]
   [concat] at sun.nio.ch.IOUtil.read(IOUtil.java:197) ~[?:1.8.0_121]
   [concat] at 
sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380) ~[?:1.8.0_121]
   [concat] at 
org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:317) 
~[mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:45) 
~[mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.read(AbstractPollingIoProcessor.java:683)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:659)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:648)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.access$600(AbstractPollingIoProcessor.java:68)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractPollingIoProcessor.java:1120)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64) 
[mina-core-2.0.16.jar:?]
   [concat] at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
[?:1.8.0_121]
   [concat] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 

buildbot success in on jmeter-trunk

2017-10-23 Thread buildbot
The Buildbot has detected a restored build on builder jmeter-trunk while 
building . Full details are available at:
https://ci.apache.org/builders/jmeter-trunk/builds/3050

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_slave1_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'on-jmeter-commit' 
triggered this build
Build Source Stamp: [branch jmeter/trunk] 1813104
Blamelist: pmouawad

Build succeeded!

Sincerely,
 -The Buildbot





Build failed in Jenkins: JMeter Ubuntu #210

2017-10-23 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Bug 61641 - Improve JMS Test coverage
Bugzilla Id: 61641

[pmouawad] Bug 61656 - tearDown Thread Group should run by default at stop or 
shutdown of test
Remove unused field
Bugzilla Id: 61656

--
[...truncated 266.42 KB...]
   [concat] at 
org.apache.activemq.transport.WireFormatNegotiator.start(WireFormatNegotiator.java:72)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.transport.TransportFilter.start(TransportFilter.java:64) 
~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.transport.TransportFilter.start(TransportFilter.java:64) 
~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:354)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] ... 15 more
   [concat] 2017-10-23 21:26:44,421 ERROR o.a.j.p.j.s.SubscriberSampler: Could 
not initialise client
   [concat] javax.jms.JMSException: Could not connect to broker URL: 
tcp://127.0.0.1:61616. Reason: java.net.ConnectException: Connection refused 
(Connection refused)
   [concat] at 
org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:36)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:374)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:304)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.ActiveMQConnectionFactory.createConnection(ActiveMQConnectionFactory.java:244)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.jmeter.protocol.jms.Utils.getConnection(Utils.java:210) 
~[ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813103]
   [concat] at 
org.apache.jmeter.protocol.jms.client.ReceiveSubscriber.(ReceiveSubscriber.java:233)
 ~[ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813103]
   [concat] at 
org.apache.jmeter.protocol.jms.client.ReceiveSubscriber.(ReceiveSubscriber.java:115)
 ~[ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813103]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.SubscriberSampler.initReceiveClient(SubscriberSampler.java:131)
 ~[ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813103]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.SubscriberSampler.initClient(SubscriberSampler.java:344)
 [ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813103]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.SubscriberSampler.handleErrorAndAddTemporize(SubscriberSampler.java:238)
 [ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813103]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.SubscriberSampler.sample(SubscriberSampler.java:157)
 [ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813103]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.BaseJMSSampler.sample(BaseJMSSampler.java:98)
 [ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813103]
   [concat] at 
org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:498)
 [ApacheJMeter_core.jar:3.4-SNAPSHOT r1813103]
   [concat] at 
org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:424) 
[ApacheJMeter_core.jar:3.4-SNAPSHOT r1813103]
   [concat] at 
org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:255) 
[ApacheJMeter_core.jar:3.4-SNAPSHOT r1813103]
   [concat] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
   [concat] Caused by: 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.activemq.transport.tcp.TcpTransport.connect(TcpTransport.java:525) 
~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.transport.tcp.TcpTransport.doStart(TcpTransport.java:488) 
~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.util.ServiceSupport.start(ServiceSupport.java:55) 
~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.transport.AbstractInactivityMonitor.start(AbstractInactivityMonitor.java:169)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.transport.InactivityMonitor.start(InactivityMonitor.java:52)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] 

Build failed in Jenkins: JMeter Windows #797

2017-10-23 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Bug 61641 - Improve JMS Test coverage
Bugzilla Id: 61641

[pmouawad] Bug 61656 - tearDown Thread Group should run by default at stop or 
shutdown of test
Remove unused field
Bugzilla Id: 61656

--
[...truncated 152.88 KB...]
   [jmeter] ... end of run
 [echo] TEST_HTTPS 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:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [jmeter] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/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 
   [jmeter] Created the tree successfully using testfiles/TCP_TESTS.jmx
   [jmeter] Starting the test @ Mon Oct 23 21:26:42 UTC 2017 (1508794002795)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] 23/10/2017 21:26:47
   [jmeter] 
   [jmeter] 
   [jmeter] summary = 12 in 00:00:07 =1.6/s Avg:   592 Min: 1 Max:  
2535 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 21:26:51 UTC 2017 (1508794011847)
   [jmeter] ... end of run
   [concat] 2017-10-23 21:26:47,122 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:r1813103]
   [concat] at 
org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:402) 
[ApacheJMeter_tcp.jar:r1813103]
   [concat] at 
org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:498)
 [ApacheJMeter_core.jar:r1813103]
   [concat] at 
org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:424) 
[ApacheJMeter_core.jar:r1813103]
   [concat] at 
org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:255) 
[ApacheJMeter_core.jar:r1813103]
   [concat] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
   [concat] Caused by: java.net.SocketTimeoutException: Read timed out
   [concat] at java.net.SocketInputStream.socketRead0(Native Method) 
~[?:1.8.0_121]
   [concat] at 
java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_121]
   [concat] at java.net.SocketInputStream.read(SocketInputStream.java:171) 
~[?:1.8.0_121]
   [concat] at java.net.SocketInputStream.read(SocketInputStream.java:141) 
~[?:1.8.0_121]
   [concat] at java.net.SocketInputStream.read(SocketInputStream.java:127) 
~[?:1.8.0_121]
   [concat] at 
org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl.read(TCPClientImpl.java:114)
 ~[ApacheJMeter_tcp.jar:r1813103]
   [concat] ... 5 more
   [concat] 2017-10-23 21:26:48,120 WARN o.a.m.f.l.LoggingFilter: EXCEPTION :
   [concat] java.io.IOException: An established connection was aborted by the 
software in your host machine
   [concat] at sun.nio.ch.SocketDispatcher.read0(Native Method) 
~[?:1.8.0_121]
   [concat] at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) 
~[?:1.8.0_121]
   [concat] at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) 
~[?:1.8.0_121]
   [concat] at sun.nio.ch.IOUtil.read(IOUtil.java:197) ~[?:1.8.0_121]
   [concat] at 
sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380) ~[?:1.8.0_121]
   [concat] at 
org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:317) 
~[mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:45) 
~[mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.read(AbstractPollingIoProcessor.java:683)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:659)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:648)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.access$600(AbstractPollingIoProcessor.java:68)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractPollingIoProcessor.java:1120)
 [mina-core-2.0.16.jar:?]
   [concat] at 

buildbot failure in on jmeter-trunk

2017-10-23 Thread buildbot
The Buildbot has detected a new failure on builder jmeter-trunk while building 
. Full details are available at:
https://ci.apache.org/builders/jmeter-trunk/builds/3049

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_slave1_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'on-jmeter-commit' 
triggered this build
Build Source Stamp: [branch jmeter/trunk] 1813103
Blamelist: pmouawad

BUILD FAILED: failed shell_3

Sincerely,
 -The Buildbot





Re: SampleSender modes

2017-10-23 Thread Emilian Bold
These "modes" are actually "services". When you configure the mode in
some .properties file you basically pick which service gets used.

We should not have a SampleSenderFactory that does an `if` on modes,
we should have a more generic mechanism where any such sample sender
implementation might exist.

When looking at things like this, I don't see how a mode existing or
not bothers anybody. Why shouldn't I be able to use a RAMdisk and use
the 'DiskStore' "mode"? Did you know Google Cloud has instances with
hundreds of GB of RAM? Rather cheap too if you only needs if a few
hours!

> Any issue in network or injector will loose results.

Any reason JMeter server has to be so brittle?

Instead of dropping modes, I'd say we focus on doing a sample sender
infrastructure where bi-directional connections aren't mandatory (drop
Java RMI) and allow some network hiccups (have some buffered message
queues or something).

My 2c.


--emi


On Mon, Oct 23, 2017 at 9:19 PM, Philippe Mouawad
 wrote:
> Hi,
> Any feedback on this ?
>
> Regards
>
> On Thu, Oct 12, 2017 at 4:35 PM, Philippe Mouawad <
> p.moua...@ubik-ingenierie.com> wrote:
>
>> Hello,
>> We have currently 10 modes and I believe at least 3 of them are useless:
>>
>> - DiskStore : Probably overwhelms disks / IO and the fact that results are
>> sent at end will probably induce an important network traffic and time to
>> get the results. Any issue in network or injector will loose results.
>> - StrippedDiskStore : The fact that results are sent at end will probably
>> induce an important network traffic and time to get the results. Any issue
>> in network or injector will loose results.
>> - Hold : holds results in memory which makes it useless IMO
>>
>> I propose to drop them.
>> If anybody uses them, let him speak now or remain silent until the end of
>> times :-)
>>
>>
>> Regards
>> Philippe
>>
>
>
>
> --
> Cordialement.
> Philippe Mouawad.
> Ubik-Ingénierie
>
> UBIK LOAD PACK Web Site 
>
> UBIK LOAD PACK on TWITTER 


Re: Build failed in Jenkins: JMeter Windows #796

2017-10-23 Thread Philippe Mouawad
this test fails due to a different response message on Windows:
Linux:
java.net.ConnectException: Connection refused (Connection refused)

Windows:
java.net.ConnectException: Connection refused: connect

On Mon, Oct 23, 2017 at 10:55 PM, Apache Jenkins Server <
jenk...@builds.apache.org> wrote:

> See  display/redirect?page=changes>
>
> Changes:
>
> [pmouawad] Fix javadoc errors
>
> [pmouawad] Fix javadoc errors
>
> [pmouawad] Fix javadoc errors
>
> [pmouawad] Bug 61656 - tearDown Thread Group should run by default at stop
> or shutdown of test
> Bugzilla Id: 61656
>
> [pmouawad] Improve release notes to mention breaking changes due to Java 9
> migration
>
> [pmouawad] Bug 61651 - Improve TCP test coverage
> Forgot to commit result files
> Bugzilla Id: 61651
>
> [pmouawad] Bug 61655 - SampleSender : Drop HoldSampleSender implementation
> Bugzilla Id: 61655
>
> [pmouawad] Improve logging
>
> [pmouawad] Fix sonar reported bug
>
> [pmouawad] Bug 61651 - Improve TCP test coverage
> Add more tests on error cases
> Bugzilla Id: 61651
>
> --
> [...truncated 152.89 KB...]
>[concat] at java.net.SocketInputStream.
> socketRead(SocketInputStream.java:116) ~[?:1.8.0_121]
>[concat] at java.net.SocketInputStream.read(SocketInputStream.java:171)
> ~[?:1.8.0_121]
>[concat] at java.net.SocketInputStream.read(SocketInputStream.java:141)
> ~[?:1.8.0_121]
>[concat] at java.net.SocketInputStream.read(SocketInputStream.java:127)
> ~[?:1.8.0_121]
>[concat] at 
> org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl.read(TCPClientImpl.java:114)
> ~[ApacheJMeter_tcp.jar:r1813091]
>[concat] ... 5 more
>[concat] 2017-10-23 20:55:33,585 WARN o.a.m.f.l.LoggingFilter:
> EXCEPTION :
>[concat] java.io.IOException: An established connection was aborted by
> the software in your host machine
>[concat] at sun.nio.ch.SocketDispatcher.read0(Native Method)
> ~[?:1.8.0_121]
>[concat] at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
> ~[?:1.8.0_121]
>[concat] at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
> ~[?:1.8.0_121]
>[concat] at sun.nio.ch.IOUtil.read(IOUtil.java:197) ~[?:1.8.0_121]
>[concat] at sun.nio.ch.SocketChannelImpl.
> read(SocketChannelImpl.java:380) ~[?:1.8.0_121]
>[concat] at 
> org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:317)
> ~[mina-core-2.0.16.jar:?]
>[concat] at 
> org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:45)
> ~[mina-core-2.0.16.jar:?]
>[concat] at org.apache.mina.core.polling.
> AbstractPollingIoProcessor.read(AbstractPollingIoProcessor.java:683)
> [mina-core-2.0.16.jar:?]
>[concat] at org.apache.mina.core.polling.
> AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:659)
> [mina-core-2.0.16.jar:?]
>[concat] at org.apache.mina.core.polling.
> AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:648)
> [mina-core-2.0.16.jar:?]
>[concat] at org.apache.mina.core.polling.
> AbstractPollingIoProcessor.access$600(AbstractPollingIoProcessor.java:68)
> [mina-core-2.0.16.jar:?]
>[concat] at org.apache.mina.core.polling.
> AbstractPollingIoProcessor$Processor.run(AbstractPollingIoProcessor.java:1120)
> [mina-core-2.0.16.jar:?]
>[concat] at org.apache.mina.util.NamePreservingRunnable.run(
> NamePreservingRunnable.java:64) [mina-core-2.0.16.jar:?]
>[concat] at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> [?:1.8.0_121]
>[concat] at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> [?:1.8.0_121]
>[concat] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
>[concat] 2017-10-23 20:55:33,587 ERROR TimeServerHandler: Exception
> occured
>[concat] java.io.IOException: An established connection was aborted by
> the software in your host machine
>[concat] at sun.nio.ch.SocketDispatcher.read0(Native Method)
> ~[?:1.8.0_121]
>[concat] at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
> ~[?:1.8.0_121]
>[concat] at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
> ~[?:1.8.0_121]
>[concat] at sun.nio.ch.IOUtil.read(IOUtil.java:197) ~[?:1.8.0_121]
>[concat] at sun.nio.ch.SocketChannelImpl.
> read(SocketChannelImpl.java:380) ~[?:1.8.0_121]
>[concat] at 
> org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:317)
> ~[mina-core-2.0.16.jar:?]
>[concat] at 
> org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:45)
> ~[mina-core-2.0.16.jar:?]
>[concat] at org.apache.mina.core.polling.
> AbstractPollingIoProcessor.read(AbstractPollingIoProcessor.java:683)
> [mina-core-2.0.16.jar:?]
>[concat] at org.apache.mina.core.polling.
> 

Build failed in Jenkins: JMeter Windows #796

2017-10-23 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Fix javadoc errors

[pmouawad] Fix javadoc errors

[pmouawad] Fix javadoc errors

[pmouawad] Bug 61656 - tearDown Thread Group should run by default at stop or 
shutdown of test
Bugzilla Id: 61656

[pmouawad] Improve release notes to mention breaking changes due to Java 9 
migration

[pmouawad] Bug 61651 - Improve TCP test coverage 
Forgot to commit result files
Bugzilla Id: 61651

[pmouawad] Bug 61655 - SampleSender : Drop HoldSampleSender implementation
Bugzilla Id: 61655

[pmouawad] Improve logging

[pmouawad] Fix sonar reported bug

[pmouawad] Bug 61651 - Improve TCP test coverage 
Add more tests on error cases
Bugzilla Id: 61651

--
[...truncated 152.89 KB...]
   [concat] at 
java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_121]
   [concat] at java.net.SocketInputStream.read(SocketInputStream.java:171) 
~[?:1.8.0_121]
   [concat] at java.net.SocketInputStream.read(SocketInputStream.java:141) 
~[?:1.8.0_121]
   [concat] at java.net.SocketInputStream.read(SocketInputStream.java:127) 
~[?:1.8.0_121]
   [concat] at 
org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl.read(TCPClientImpl.java:114)
 ~[ApacheJMeter_tcp.jar:r1813091]
   [concat] ... 5 more
   [concat] 2017-10-23 20:55:33,585 WARN o.a.m.f.l.LoggingFilter: EXCEPTION :
   [concat] java.io.IOException: An established connection was aborted by the 
software in your host machine
   [concat] at sun.nio.ch.SocketDispatcher.read0(Native Method) 
~[?:1.8.0_121]
   [concat] at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) 
~[?:1.8.0_121]
   [concat] at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) 
~[?:1.8.0_121]
   [concat] at sun.nio.ch.IOUtil.read(IOUtil.java:197) ~[?:1.8.0_121]
   [concat] at 
sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380) ~[?:1.8.0_121]
   [concat] at 
org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:317) 
~[mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:45) 
~[mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.read(AbstractPollingIoProcessor.java:683)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:659)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:648)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.access$600(AbstractPollingIoProcessor.java:68)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractPollingIoProcessor.java:1120)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64) 
[mina-core-2.0.16.jar:?]
   [concat] at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
[?:1.8.0_121]
   [concat] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
[?:1.8.0_121]
   [concat] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
   [concat] 2017-10-23 20:55:33,587 ERROR TimeServerHandler: Exception occured
   [concat] java.io.IOException: An established connection was aborted by the 
software in your host machine
   [concat] at sun.nio.ch.SocketDispatcher.read0(Native Method) 
~[?:1.8.0_121]
   [concat] at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) 
~[?:1.8.0_121]
   [concat] at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) 
~[?:1.8.0_121]
   [concat] at sun.nio.ch.IOUtil.read(IOUtil.java:197) ~[?:1.8.0_121]
   [concat] at 
sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380) ~[?:1.8.0_121]
   [concat] at 
org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:317) 
~[mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:45) 
~[mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.read(AbstractPollingIoProcessor.java:683)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:659)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:648)
 [mina-core-2.0.16.jar:?]
   [concat] at 
org.apache.mina.core.polling.AbstractPollingIoProcessor.access$600(AbstractPollingIoProcessor.java:68)
 [mina-core-2.0.16.jar:?]
   [concat] at 

Build failed in Jenkins: JMeter Ubuntu #209

2017-10-23 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Fix javadoc errors

[pmouawad] Fix javadoc errors

[pmouawad] Fix javadoc errors

[pmouawad] Bug 61656 - tearDown Thread Group should run by default at stop or 
shutdown of test
Bugzilla Id: 61656

[pmouawad] Improve release notes to mention breaking changes due to Java 9 
migration

[pmouawad] Bug 61651 - Improve TCP test coverage 
Forgot to commit result files
Bugzilla Id: 61651

[pmouawad] Bug 61655 - SampleSender : Drop HoldSampleSender implementation
Bugzilla Id: 61655

[pmouawad] Improve logging

[pmouawad] Fix sonar reported bug

[pmouawad] Bug 61651 - Improve TCP test coverage 
Add more tests on error cases
Bugzilla Id: 61651

--
[...truncated 617.03 KB...]
   [concat] at 
org.apache.activemq.transport.WireFormatNegotiator.start(WireFormatNegotiator.java:72)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.transport.TransportFilter.start(TransportFilter.java:64) 
~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.transport.TransportFilter.start(TransportFilter.java:64) 
~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:354)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] ... 15 more
   [concat] 2017-10-23 20:54:32,289 ERROR o.a.j.p.j.s.SubscriberSampler: Could 
not initialise client
   [concat] javax.jms.JMSException: Could not connect to broker URL: 
tcp://127.0.0.1:61616. Reason: java.net.ConnectException: Connection refused 
(Connection refused)
   [concat] at 
org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:36)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:374)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:304)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.ActiveMQConnectionFactory.createConnection(ActiveMQConnectionFactory.java:244)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.jmeter.protocol.jms.Utils.getConnection(Utils.java:210) 
~[ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813091]
   [concat] at 
org.apache.jmeter.protocol.jms.client.ReceiveSubscriber.(ReceiveSubscriber.java:233)
 ~[ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813091]
   [concat] at 
org.apache.jmeter.protocol.jms.client.ReceiveSubscriber.(ReceiveSubscriber.java:115)
 ~[ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813091]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.SubscriberSampler.initReceiveClient(SubscriberSampler.java:131)
 ~[ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813091]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.SubscriberSampler.initClient(SubscriberSampler.java:344)
 [ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813091]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.SubscriberSampler.handleErrorAndAddTemporize(SubscriberSampler.java:238)
 [ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813091]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.SubscriberSampler.sample(SubscriberSampler.java:157)
 [ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813091]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.BaseJMSSampler.sample(BaseJMSSampler.java:98)
 [ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813091]
   [concat] at 
org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:498)
 [ApacheJMeter_core.jar:3.4-SNAPSHOT r1813091]
   [concat] at 
org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:424) 
[ApacheJMeter_core.jar:3.4-SNAPSHOT r1813091]
   [concat] at 
org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:255) 
[ApacheJMeter_core.jar:3.4-SNAPSHOT r1813091]
   [concat] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
   [concat] Caused by: 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.activemq.transport.tcp.TcpTransport.connect(TcpTransport.java:525) 
~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.transport.tcp.TcpTransport.doStart(TcpTransport.java:488) 

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

2017-10-23 Thread Apache Jenkins Server
See 




buildbot success in on jmeter-trunk

2017-10-23 Thread buildbot
The Buildbot has detected a restored build on builder jmeter-trunk while 
building . Full details are available at:
https://ci.apache.org/builders/jmeter-trunk/builds/3044

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_slave1_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'on-jmeter-commit' 
triggered this build
Build Source Stamp: [branch jmeter/trunk] 1813080
Blamelist: pmouawad

Build succeeded!

Sincerely,
 -The Buildbot





Build failed in Jenkins: JMeter-trunk #6376

2017-10-23 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Bug 61655 - SampleSender : Drop HoldSampleSender implementation
Bugzilla Id: 61655

[pmouawad] Improve logging

[pmouawad] Fix sonar reported bug

--
[...truncated 169.54 KB...]
   [jmeter] SLF4J: Found binding in 
[jar:
   [jmeter] SLF4J: Found binding in 
[jar:
   [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 
   [jmeter] Created the tree successfully using testfiles/Bug52968.jmx
   [jmeter] Starting the test @ Mon Oct 23 20:07:50 UTC 2017 (1508789270361)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary = 30 in 00:00:13 =2.4/s Avg:   226 Min:   115 Max:  
 351 Err: 9 (30.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 20:08:03 UTC 2017 (1508789283742)
   [jmeter] ... end of run
 [echo] Bug52968 output files compared OK

batchtest:
 [echo] Starting Bug50898 with file Bug50898.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:
   [jmeter] SLF4J: Found binding in 
[jar:
   [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 
   [jmeter] Created the tree successfully using testfiles/Bug50898.jmx
   [jmeter] Starting the test @ Mon Oct 23 20:08:06 UTC 2017 (1508789286321)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =  2 in 00:00:01 =2.8/s Avg:   272 Min:   199 Max:  
 345 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 20:08:07 UTC 2017 (1508789287727)
   [jmeter] ... end of run
 [echo] Bug50898 output files compared OK

batchtest:
 [echo] Starting Bug56243 with file Bug56243.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:
   [jmeter] SLF4J: Found binding in 
[jar:
   [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 
   [jmeter] Created the tree successfully using testfiles/Bug56243.jmx
   [jmeter] Starting the test @ Mon Oct 23 20:08:10 UTC 2017 (1508789290123)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =  9 in 00:00:00 =   39.3/s Avg: 0 Min: 0 Max:  
   6 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 20:08:10 UTC 2017 (1508789290971)
   [jmeter] ... end of run
 [echo] Bug56243 output files compared OK

batchtest:
 [echo] Starting Bug54685 with file Bug54685.jmx using -X 
-Jsample_variables=REFERENCE,JSESSIONID
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:
   [jmeter] SLF4J: Found binding in 
[jar:
   [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 
   [jmeter] Created the tree successfully using testfiles/Bug54685.jmx
   [jmeter] Starting the test @ Mon Oct 23 20:08:13 UTC 2017 (1508789293281)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =  1 in 00:00:00 =2.3/s Avg:   302 Min:   302 Max:  
 302 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 20:08:14 UTC 2017 (1508789294318)
   [jmeter] ... end of run
 [echo] Bug54685 output files compared OK


TCP Sampler

2017-10-23 Thread Philippe Mouawad
Hello,
I am currently playing with TCP Sampler and have noticed some quite
unfriendly things:

   - Adding carriage return is not easy and you need to hack it with some
   PreProcessor:
  - vars.put("LF",URLDecoder.decode("%0D", "ASCII"));
  vars.put("CR",URLDecoder.decode("%0A", "ASCII"));
  - And then in TCP Sample:
 - hello${CR}${LF}
  - => Shouldn't we add something to make it easier ? Ideas ?
  - Handling EOL with Cariage return is also weird, why eol is set to
   1000 instead of 10 for example ?

Component looks very complex to use for a newbie, and even for advanced
users.



-- 
Cordialement.
Philippe Mouawad.
Ubik-Ingénierie


Re: SampleSender modes

2017-10-23 Thread Philippe Mouawad
On Mon, Oct 23, 2017 at 9:37 PM, Emilian Bold 
wrote:

> These "modes" are actually "services". When you configure the mode in
> some .properties file you basically pick which service gets used.
>
> We should not have a SampleSenderFactory that does an `if` on modes,
> we should have a more generic mechanism where any such sample sender
> implementation might exist.
>

Agree, feel free to provide a PR.

>
> When looking at things like this, I don't see how a mode existing or
> not bothers anybody. Why shouldn't I be able to use a RAMdisk and use
> the 'DiskStore' "mode"?


So this would justify keeping Disk modes although user wouldn't have any
feedback on test until finished...


> Did you know Google Cloud has instances with
> hundreds of GB of RAM? Rather cheap too if you only needs if a few
> hours!
>

If you're speaking about Hold mode, what about the required JVM Heap and GC
impact.
I am not convinced it should be kept and have dropped it meanwhile.
But if you think it should be kept , I am ready to reconsider.

Still, I think we have too many options here.


> > Any issue in network or injector will loose results.
>
> Any reason JMeter server has to be so brittle?
>
Lack of time and contributions,  not my priority until now



> Instead of dropping modes, I'd say we focus on doing a sample sender
> infrastructure where bi-directional connections aren't mandatory (drop
> Java RMI) and allow some network hiccups (have some buffered message
> queues or something).
>
Yes, it has been discussed in the past, but no progress made.
I'd be more than happy to consider a PR.

>
> My 2c.
>
Thanks

>
>
> --emi
>
>
> On Mon, Oct 23, 2017 at 9:19 PM, Philippe Mouawad
>  wrote:
> > Hi,
> > Any feedback on this ?
> >
> > Regards
> >
> > On Thu, Oct 12, 2017 at 4:35 PM, Philippe Mouawad <
> > p.moua...@ubik-ingenierie.com> wrote:
> >
> >> Hello,
> >> We have currently 10 modes and I believe at least 3 of them are useless:
> >>
> >> - DiskStore : Probably overwhelms disks / IO and the fact that results
> are
> >> sent at end will probably induce an important network traffic and time
> to
> >> get the results. Any issue in network or injector will loose results.
> >> - StrippedDiskStore : The fact that results are sent at end will
> probably
> >> induce an important network traffic and time to get the results. Any
> issue
> >> in network or injector will loose results.
> >> - Hold : holds results in memory which makes it useless IMO
> >>
> >> I propose to drop them.
> >> If anybody uses them, let him speak now or remain silent until the end
> of
> >> times :-)
> >>
> >>
> >> Regards
> >> Philippe
> >>
> >
> >
> >
> > --
> > Cordialement.
> > Philippe Mouawad.
> > Ubik-Ingénierie
> >
> > UBIK LOAD PACK Web Site 
> >
> > UBIK LOAD PACK on TWITTER 
>
> -
> To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
> For additional commands, e-mail: user-h...@jmeter.apache.org
>
>


-- 
Cordialement.
Philippe Mouawad.


Build failed in Jenkins: JMeter-trunk #6375

2017-10-23 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Bug 61651 - Improve TCP test coverage 
Add more tests on error cases
Bugzilla Id: 61651

--
[...truncated 147.54 KB...]
  [javadoc] Loading source files for package org.apache.jorphan.io...
  [javadoc] Loading source files for package org.apache.jorphan.logging...
  [javadoc] Loading source files for package org.apache.jorphan.math...
  [javadoc] Loading source files for package org.apache.jorphan.reflect...
  [javadoc] Loading source files for package org.apache.jorphan.test...
  [javadoc] Loading source files for package org.apache.jorphan.util...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.ldap.config.gui...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.ldap.control.gui...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.ldap.sampler...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.tcp.config.gui...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.tcp.control.gui...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.tcp.sampler...
  [javadoc] Loading source files for package 
org.apache.jmeter.examples.sampler...
  [javadoc] Loading source files for package 
org.apache.jmeter.examples.sampler.gui...
  [javadoc] Loading source files for package 
org.apache.jmeter.examples.testbeans.example1...
  [javadoc] Loading source files for package 
org.apache.jmeter.examples.testbeans.example2...
  [javadoc] Loading source files for package 
org.apache.jmeter.examples.testbeans.example3...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.mail.sampler...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.mail.sampler.gui...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.smtp.sampler...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.smtp.sampler.gui...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.smtp.sampler.protocol...
  [javadoc] Loading source files for package org.apache.jmeter.protocol.jms...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.jms.client...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.jms.control.gui...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.jms.sampler...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.jms.sampler.render...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.system...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.system.gui...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.mongodb.config...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.mongodb.mongo...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.mongodb.sampler...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.8.0_144
  [javadoc] Building tree for all the packages and classes...
  [javadoc] 
:159:
 warning: no description for @throws
  [javadoc]  * @throws InstantiationException
  [javadoc]^
  [javadoc] 
:160:
 warning: no description for @throws
  [javadoc]  * @throws IllegalAccessException
  [javadoc]^
  [javadoc] 
:42:
 warning: no @return
  [javadoc] public static TreeState from(GuiPackage guiPackage) {
  [javadoc] ^
  [javadoc] 
:55:
 warning: no @param for treeState
  [javadoc] public UndoHistoryItem(HashTree copy, String acomment, 
TreeState treeState, boolean dirty) {
  [javadoc]^
  [javadoc] 
:55:
 warning: no @param for dirty
  [javadoc] public UndoHistoryItem(HashTree copy, String acomment, 
TreeState treeState, boolean dirty) {
  [javadoc]^
  [javadoc] 
:100:
 error: bad HTML entity
  [javadoc] /** Enable Up & Down buttons */
  [javadoc]   ^
  [javadoc] 
:103:
 error: bad HTML entity
  [javadoc] /** Disable buttons :Detail, Add, Add from Clipboard, Delete, 
Up & Down*/
 

buildbot failure in on jmeter-trunk

2017-10-23 Thread buildbot
The Buildbot has detected a new failure on builder jmeter-trunk while building 
. Full details are available at:
https://ci.apache.org/builders/jmeter-trunk/builds/3040

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_slave1_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'on-jmeter-commit' 
triggered this build
Build Source Stamp: [branch jmeter/trunk] 1813063
Blamelist: pmouawad

BUILD FAILED: failed shell_3

Sincerely,
 -The Buildbot





Build failed in Jenkins: JMeter Windows #795

2017-10-23 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Improve logging
Improve response code check readability

--
[...truncated 162.89 KB...]


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  




'.
Target 'batch_scripts' failed with message 'The following error occurred while 
executing this line:
:2635: XML 
Files are not identical.







  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  



  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  













  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  



  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  




'.
Cannot execute '_allbatchtests' - 'batch_scripts' failed or was not executed.
Cannot execute 'test' - '_allbatchtests' failed or was not executed.

download_checkstyle:

_process_checkstyle_jars:

_check_exists:

_check_jarfile:
 [echo] Checking checkstyle-6.13-all.jar
 [echo] Deleting checkstyle-6.13-all.jar (excluding checkstyle-6.13-all.jar)

setproxy:

_get_jarfile:

setproxy:

_get_zipfile:

checkstyle:

_process_checkstyle_jars:

_check_exists:

_check_jarfile:
[checkstyle] Running Checkstyle 6.13 on 1056 files

BUILD FAILED
:2739: The 
following error occurred while executing this line:
:2635: XML 
Files are not identical.







  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  



  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  













  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  



  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  






Total time: 6 minutes 6 seconds
Build step 'Invoke Ant' marked build as failure


Build failed in Jenkins: JMeter Ubuntu #208

2017-10-23 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Improve logging
Improve response code check readability

--
[...truncated 254.58 KB...]
   [concat] at 
org.apache.activemq.transport.WireFormatNegotiator.start(WireFormatNegotiator.java:72)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.transport.TransportFilter.start(TransportFilter.java:64) 
~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.transport.TransportFilter.start(TransportFilter.java:64) 
~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:354)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] ... 15 more
   [concat] 2017-10-23 19:19:50,465 ERROR o.a.j.p.j.s.SubscriberSampler: Could 
not initialise client
   [concat] javax.jms.JMSException: Could not connect to broker URL: 
tcp://127.0.0.1:61616. Reason: java.net.ConnectException: Connection refused 
(Connection refused)
   [concat] at 
org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:36)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:374)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:304)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.ActiveMQConnectionFactory.createConnection(ActiveMQConnectionFactory.java:244)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.jmeter.protocol.jms.Utils.getConnection(Utils.java:210) 
~[ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813059]
   [concat] at 
org.apache.jmeter.protocol.jms.client.ReceiveSubscriber.(ReceiveSubscriber.java:233)
 ~[ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813059]
   [concat] at 
org.apache.jmeter.protocol.jms.client.ReceiveSubscriber.(ReceiveSubscriber.java:115)
 ~[ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813059]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.SubscriberSampler.initReceiveClient(SubscriberSampler.java:131)
 ~[ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813059]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.SubscriberSampler.initClient(SubscriberSampler.java:344)
 [ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813059]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.SubscriberSampler.handleErrorAndAddTemporize(SubscriberSampler.java:238)
 [ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813059]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.SubscriberSampler.sample(SubscriberSampler.java:157)
 [ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813059]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.BaseJMSSampler.sample(BaseJMSSampler.java:98)
 [ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813059]
   [concat] at 
org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:498)
 [ApacheJMeter_core.jar:3.4-SNAPSHOT r1813059]
   [concat] at 
org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:424) 
[ApacheJMeter_core.jar:3.4-SNAPSHOT r1813059]
   [concat] at 
org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:255) 
[ApacheJMeter_core.jar:3.4-SNAPSHOT r1813059]
   [concat] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
   [concat] Caused by: 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.activemq.transport.tcp.TcpTransport.connect(TcpTransport.java:525) 
~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.transport.tcp.TcpTransport.doStart(TcpTransport.java:488) 
~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.util.ServiceSupport.start(ServiceSupport.java:55) 
~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.transport.AbstractInactivityMonitor.start(AbstractInactivityMonitor.java:169)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.transport.InactivityMonitor.start(InactivityMonitor.java:52)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.transport.TransportFilter.start(TransportFilter.java:64) 
~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 

Build failed in Jenkins: JMeter Windows #794

2017-10-23 Thread Apache Jenkins Server
See 

--
[...truncated 163.66 KB...]


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  




'.
Target 'batch_scripts' failed with message 'The following error occurred while 
executing this line:
:2635: XML 
Files are not identical.







  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  



  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  













  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  



  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  




'.
Cannot execute '_allbatchtests' - 'batch_scripts' failed or was not executed.
Cannot execute 'test' - '_allbatchtests' failed or was not executed.

download_checkstyle:

_process_checkstyle_jars:

_check_exists:

_check_jarfile:
 [echo] Checking checkstyle-6.13-all.jar
 [echo] Deleting checkstyle-6.13-all.jar (excluding checkstyle-6.13-all.jar)

setproxy:

_get_jarfile:

setproxy:

_get_zipfile:

checkstyle:

_process_checkstyle_jars:

_check_exists:

_check_jarfile:
[checkstyle] Running Checkstyle 6.13 on 1056 files

BUILD FAILED
:2739: The 
following error occurred while executing this line:
:2635: XML 
Files are not identical.







  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  



  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  













  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  



  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  






Total time: 6 minutes 9 seconds
Build step 'Invoke Ant' marked build as failure


Build failed in Jenkins: JMeter Ubuntu #207

2017-10-23 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Try to find root cause of Windows failures

[pmouawad] Bug 61651 - Improve TCP test coverage 
Ignore errors in log as Timeout triggers one
Bugzilla Id: 61651

[pmouawad] Bug 61642 - Improve FTP test coverage
Avoid error log on close error
Bugzilla Id: 61642

[pmouawad] Bug 61651 - Improve TCP test coverage 
Bugzilla Id: 61651

--
[...truncated 254.59 KB...]
   [concat] at 
org.apache.activemq.transport.WireFormatNegotiator.start(WireFormatNegotiator.java:72)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.transport.TransportFilter.start(TransportFilter.java:64) 
~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.transport.TransportFilter.start(TransportFilter.java:64) 
~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:354)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] ... 15 more
   [concat] 2017-10-23 18:33:20,345 ERROR o.a.j.p.j.s.SubscriberSampler: Could 
not initialise client
   [concat] javax.jms.JMSException: Could not connect to broker URL: 
tcp://127.0.0.1:61616. Reason: java.net.ConnectException: Connection refused 
(Connection refused)
   [concat] at 
org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:36)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:374)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:304)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.ActiveMQConnectionFactory.createConnection(ActiveMQConnectionFactory.java:244)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.jmeter.protocol.jms.Utils.getConnection(Utils.java:210) 
~[ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813051]
   [concat] at 
org.apache.jmeter.protocol.jms.client.ReceiveSubscriber.(ReceiveSubscriber.java:233)
 ~[ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813051]
   [concat] at 
org.apache.jmeter.protocol.jms.client.ReceiveSubscriber.(ReceiveSubscriber.java:115)
 ~[ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813051]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.SubscriberSampler.initReceiveClient(SubscriberSampler.java:131)
 ~[ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813051]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.SubscriberSampler.initClient(SubscriberSampler.java:344)
 [ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813051]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.SubscriberSampler.handleErrorAndAddTemporize(SubscriberSampler.java:238)
 [ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813051]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.SubscriberSampler.sample(SubscriberSampler.java:157)
 [ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813051]
   [concat] at 
org.apache.jmeter.protocol.jms.sampler.BaseJMSSampler.sample(BaseJMSSampler.java:98)
 [ApacheJMeter_jms.jar:3.4-SNAPSHOT r1813051]
   [concat] at 
org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:498)
 [ApacheJMeter_core.jar:3.4-SNAPSHOT r1813051]
   [concat] at 
org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:424) 
[ApacheJMeter_core.jar:3.4-SNAPSHOT r1813051]
   [concat] at 
org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:255) 
[ApacheJMeter_core.jar:3.4-SNAPSHOT r1813051]
   [concat] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
   [concat] Caused by: 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.activemq.transport.tcp.TcpTransport.connect(TcpTransport.java:525) 
~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.transport.tcp.TcpTransport.doStart(TcpTransport.java:488) 
~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.util.ServiceSupport.start(ServiceSupport.java:55) 
~[activemq-all-5.15.2.jar:5.15.2]
   [concat] at 
org.apache.activemq.transport.AbstractInactivityMonitor.start(AbstractInactivityMonitor.java:169)
 ~[activemq-all-5.15.2.jar:5.15.2]
   [concat] 

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

2017-10-23 Thread Apache Jenkins Server
See 




Build failed in Jenkins: JMeter Windows #793

2017-10-23 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Try to find root cause of Windows failures

[pmouawad] Bug 61651 - Improve TCP test coverage 
Ignore errors in log as Timeout triggers one
Bugzilla Id: 61651

--
[...truncated 162.63 KB...]


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  




'.
Target 'batch_scripts' failed with message 'The following error occurred while 
executing this line:
:2635: XML 
Files are not identical.







  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  



  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  













  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  



  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  




'.
Cannot execute '_allbatchtests' - 'batch_scripts' failed or was not executed.
Cannot execute 'test' - '_allbatchtests' failed or was not executed.

download_checkstyle:

_process_checkstyle_jars:

_check_exists:

_check_jarfile:
 [echo] Checking checkstyle-6.13-all.jar
 [echo] Deleting checkstyle-6.13-all.jar (excluding checkstyle-6.13-all.jar)

setproxy:

_get_jarfile:

setproxy:

_get_zipfile:

checkstyle:

_process_checkstyle_jars:

_check_exists:

_check_jarfile:
[checkstyle] Running Checkstyle 6.13 on 1056 files

BUILD FAILED
:2739: The 
following error occurred while executing this line:
:2635: XML 
Files are not identical.







  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  



  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  













  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  



  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  






Total time: 6 minutes 8 seconds
Build step 'Invoke Ant' marked build as failure


buildbot success in on jmeter-trunk

2017-10-23 Thread buildbot
The Buildbot has detected a restored build on builder jmeter-trunk while 
building . Full details are available at:
https://ci.apache.org/builders/jmeter-trunk/builds/3037

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_slave1_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'on-jmeter-commit' 
triggered this build
Build Source Stamp: [branch jmeter/trunk] 1813050
Blamelist: pmouawad

Build succeeded!

Sincerely,
 -The Buildbot





Re: SampleSender modes

2017-10-23 Thread Philippe Mouawad
Hi,
Any feedback on this ?

Regards

On Thu, Oct 12, 2017 at 4:35 PM, Philippe Mouawad <
p.moua...@ubik-ingenierie.com> wrote:

> Hello,
> We have currently 10 modes and I believe at least 3 of them are useless:
>
> - DiskStore : Probably overwhelms disks / IO and the fact that results are
> sent at end will probably induce an important network traffic and time to
> get the results. Any issue in network or injector will loose results.
> - StrippedDiskStore : The fact that results are sent at end will probably
> induce an important network traffic and time to get the results. Any issue
> in network or injector will loose results.
> - Hold : holds results in memory which makes it useless IMO
>
> I propose to drop them.
> If anybody uses them, let him speak now or remain silent until the end of
> times :-)
>
>
> Regards
> Philippe
>



-- 
Cordialement.
Philippe Mouawad.
Ubik-Ingénierie

UBIK LOAD PACK Web Site 

UBIK LOAD PACK on TWITTER 


Re: Cache Manager : Use Cache-Control/Expires header

2017-10-23 Thread Philippe Mouawad
Modified in:
https://bz.apache.org/bugzilla/show_bug.cgi?id=61644

On Thu, Oct 12, 2017 at 3:40 PM, Antonio Gomes Rodrigues 
wrote:

> +1
>
> Antonio
>
> 2017-10-12 15:29 GMT+02:00 Philippe Mouawad :
>
> > Hello,
> > I think we should switch this settings to checked by default as if my
> > understanding is correct, to simulate Browser Caching documentation
> advises
> > to check it.
> >
> > Cache Manager is supposed to emulate by default how a Browser cache
> works,
> > so it should be checked in that case following policy default config is
> for
> > default case.
> >
> > Thoughts on this ?
> >
> > Thanks
> > Regards
> > Philippe
> >
>



-- 
Cordialement.
Philippe Mouawad.


Build failed in Jenkins: JMeter Windows #792

2017-10-23 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Bug 61642 - Improve FTP test coverage
Avoid error log on close error
Bugzilla Id: 61642

[pmouawad] Bug 61651 - Improve TCP test coverage 
Bugzilla Id: 61651

--
[...truncated 162.37 KB...]


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  




'.
Target 'batch_scripts' failed with message 'The following error occurred while 
executing this line:
:2635: XML 
Files are not identical.







  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  



  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  













  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  



  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  




'.
Cannot execute '_allbatchtests' - 'batch_scripts' failed or was not executed.
Cannot execute 'test' - '_allbatchtests' failed or was not executed.

download_checkstyle:

_process_checkstyle_jars:

_check_exists:

_check_jarfile:
 [echo] Checking checkstyle-6.13-all.jar
 [echo] Deleting checkstyle-6.13-all.jar (excluding checkstyle-6.13-all.jar)

setproxy:

_get_jarfile:

setproxy:

_get_zipfile:

checkstyle:

_process_checkstyle_jars:

_check_exists:

_check_jarfile:
[checkstyle] Running Checkstyle 6.13 on 1056 files

BUILD FAILED
:2739: The 
following error occurred while executing this line:
:2635: XML 
Files are not identical.







  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  



  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  













  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  



  
Response Assertion
false
false
  


  
Response Assertion
false
false
  
  
Response Assertion
false
false
  






Total time: 6 minutes 10 seconds
Build step 'Invoke Ant' marked build as failure


Build failed in Jenkins: JMeter-trunk #6372

2017-10-23 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Bug 61642 - Improve FTP test coverage
Avoid error log on close error
Bugzilla Id: 61642

[pmouawad] Bug 61651 - Improve TCP test coverage 
Bugzilla Id: 61651

--
[...truncated 156.83 KB...]
   [client] Starting the test @ Mon Oct 23 16:03:05 UTC 2017 (1508774585971)
   [client] Remote engines have been started
   [client] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [server] Starting the test on host localhost:2369 @ Mon Oct 23 16:03:07 UTC 
2017 (1508774587519)
   [client] summary =133 in 00:00:51 =2.6/s Avg:   131 Min: 0 Max:  
 255 Err:16 (12.03%)
   [client] Tidying up remote @ Mon Oct 23 16:03:59 UTC 2017 (1508774639287)
   [server] Finished the test on host localhost:2369 @ Mon Oct 23 16:03:59 UTC 
2017 (1508774639287) - exit requested.
   [client] ... end of run
 [echo] BatchTestLocal output files compared OK

batch_scripts:

batchtest:
 [echo] Starting HTMLParserTestFile_2 with file HTMLParserTestFile_2.jmx 
using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:
   [jmeter] SLF4J: Found binding in 
[jar:
   [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 
   [jmeter] Created the tree successfully using 
testfiles/HTMLParserTestFile_2.jmx
   [jmeter] Starting the test @ Mon Oct 23 16:04:06 UTC 2017 (1508774646518)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =  1 in 00:00:00 =3.7/s Avg:   117 Min:   117 Max:  
 117 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 16:04:07 UTC 2017 (1508774647375)
   [jmeter] ... end of run
 [echo] HTMLParserTestFile_2 output files compared OK

batchtest:
 [echo] Starting Bug52310 with file Bug52310.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:
   [jmeter] SLF4J: Found binding in 
[jar:
   [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 
   [jmeter] Created the tree successfully using testfiles/Bug52310.jmx
   [jmeter] Starting the test @ Mon Oct 23 16:04:09 UTC 2017 (1508774649565)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =  3 in 00:00:01 =3.1/s Avg:   116 Min:10 Max:  
 295 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 16:04:11 UTC 2017 (1508774651099)
   [jmeter] ... end of run
 [echo] Bug52310 output files compared OK

batchtest:
 [echo] Starting Bug52968 with file Bug52968.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:
   [jmeter] SLF4J: Found binding in 
[jar:
   [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 
   [jmeter] Created the tree successfully using testfiles/Bug52968.jmx
   [jmeter] Starting the test @ Mon Oct 23 16:04:13 UTC 2017 (1508774653270)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary = 30 in 00:00:13 =2.4/s Avg:   226 Min:   112 Max:  
 350 Err: 9 (30.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 16:04:26 UTC 2017 (1508774666532)
   [jmeter] ... end of run
 [echo] Bug52968 output files compared OK

batchtest:
 [echo] Starting Bug50898 with file Bug50898.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 

Build failed in Jenkins: JMeter Windows #791

2017-10-23 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Fix Windows failure

[pmouawad] Bug 61529 - Migration to Java 9 
Handle --add-modules for Java 9
Bugzilla Id: 61529

--
[...truncated 142.81 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 
   [jmeter] Created the tree successfully using testfiles/Bug54685.jmx
   [jmeter] Starting the test @ Mon Oct 23 14:25:02 UTC 2017 (1508768702119)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary +  1 in 00:00:00 =3.3/s Avg:   108 Min:   108 Max:  
 108 Err: 0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary =  1 in 00:00:00 =3.3/s Avg:   108 Min:   108 Max:  
 108 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 14:25:03 UTC 2017 (1508768703460)
   [jmeter] ... end of run
 [echo] Bug54685 output files compared OK

batchtest:
 [echo] Starting Bug55375 with file Bug55375.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [jmeter] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/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 
   [jmeter] Created the tree successfully using testfiles/Bug55375.jmx
   [jmeter] Starting the test @ Mon Oct 23 14:25:07 UTC 2017 (1508768707117)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =  1 in 00:00:00 =2.2/s Avg:   270 Min:   270 Max:  
 270 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 14:25:08 UTC 2017 (1508768708625)
   [jmeter] ... end of run
 [echo] Bug55375 output files compared OK

batchtestserver:
   [server] SLF4J: Class path contains multiple SLF4J bindings.
   [server] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [server] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [server] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   [server] SLF4J: Actual binding is of type 
[org.apache.logging.slf4j.Log4jLoggerFactory]

batchtest:
 [echo] Starting Bug54685 with file Bug54685.jmx using -Rlocalhost:2774 
-Jsample_variables=REFERENCE,JSESSIONID
   [server] Created remote object: UnicastServerRef [liveRef: 
[endpoint:[10.20.2.147:57849](local),objID:[-35344086:15f499f83ab:-7fff, 
-883094919781887]]]
   [client] SLF4J: Class path contains multiple SLF4J bindings.
   [client] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [client] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [client] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   [client] SLF4J: Actual binding is of type 
[org.apache.logging.slf4j.Log4jLoggerFactory]
   [client] Creating summariser 
   [client] Created the tree successfully using testfiles/Bug54685.jmx
   [client] Configuring remote engine: localhost:2774
   [client] Starting remote engines
   [client] Starting the test @ Mon Oct 23 14:25:14 UTC 2017 (1508768714676)
   [server] Starting the test on host localhost:2774 @ Mon Oct 23 14:25:16 UTC 
2017 (1508768716538)
   [client] Remote engines have been started
   [client] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [server] Finished the test on host localhost:2774 @ Mon Oct 23 14:25:18 UTC 
2017 (1508768718021) - exit requested.
   [client] summary =  1 in 00:00:01 =1.8/s Avg:   357 Min:   357 Max:  
 357 Err: 0 (0.00%)
   [client] Tidying up remote @ Mon Oct 23 14:25:18 UTC 2017 (1508768718032)
   [client] ... end of run
 [echo] Bug54685 output files compared OK

batchtest:
 [echo] Starting Bug56811 with file Bug56811.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 

Build failed in Jenkins: JMeter Ubuntu #206

2017-10-23 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Fix Windows failure

[pmouawad] Bug 61529 - Migration to Java 9 
Handle --add-modules for Java 9
Bugzilla Id: 61529

--
[...truncated 143.93 KB...]
   [client] SLF4J: Actual binding is of type 
[org.apache.logging.slf4j.Log4jLoggerFactory]
   [client] Creating summariser 
   [client] Created the tree successfully using testfiles/BatchTestLocal.jmx
   [client] Configuring remote engine: localhost:2653
   [client] Starting remote engines
   [client] Starting the test @ Mon Oct 23 14:23:32 UTC 2017 (1508768612749)
   [client] Remote engines have been started
   [server] Starting the test on host localhost:2653 @ Mon Oct 23 14:23:35 UTC 
2017 (1508768615126)
   [client] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [server] Finished the test on host localhost:2653 @ Mon Oct 23 14:24:27 UTC 
2017 (1508768667254) - exit requested.
   [client] summary =133 in 00:00:51 =2.6/s Avg:   124 Min: 1 Max:  
 248 Err:16 (12.03%)
   [client] Tidying up remote @ Mon Oct 23 14:24:27 UTC 2017 (1508768667254)
   [client] ... end of run
 [echo] BatchTestLocal output files compared OK

batch_scripts:

batchtest:
 [echo] Starting HTMLParserTestFile_2 with file HTMLParserTestFile_2.jmx 
using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:
   [jmeter] SLF4J: Found binding in 
[jar:
   [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 
   [jmeter] Created the tree successfully using 
testfiles/HTMLParserTestFile_2.jmx
   [jmeter] Starting the test @ Mon Oct 23 14:24:35 UTC 2017 (1508768675477)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =  1 in 00:00:00 =2.4/s Avg:   230 Min:   230 Max:  
 230 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 14:24:36 UTC 2017 (1508768676814)
   [jmeter] ... end of run
 [echo] HTMLParserTestFile_2 output files compared OK

batchtest:

batchtest:
 [echo] Starting Bug52968 with file Bug52968.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:
   [jmeter] SLF4J: Found binding in 
[jar:
   [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 
   [jmeter] Created the tree successfully using testfiles/Bug52968.jmx
   [jmeter] Starting the test @ Mon Oct 23 14:24:40 UTC 2017 (1508768680518)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary = 30 in 00:00:12 =2.4/s Avg:   213 Min:   100 Max:  
 348 Err: 9 (30.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 14:24:53 UTC 2017 (1508768693976)
   [jmeter] ... end of run
 [echo] Bug52968 output files compared OK

batchtest:
 [echo] Starting Bug50898 with file Bug50898.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:
   [jmeter] SLF4J: Found binding in 
[jar:
   [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 
   [jmeter] Created the tree successfully using testfiles/Bug50898.jmx
   [jmeter] Starting the test @ Mon Oct 23 14:24:57 UTC 2017 (1508768697125)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =  2 in 00:00:01 =3.0/s Avg:   201 Min:   191 Max:  
 211 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 14:24:58 UTC 2017 (1508768698763)
   [jmeter] ... end of run
 [echo] Bug50898 output files compared OK

batchtest:
 [echo] 

buildbot failure in on jmeter-trunk

2017-10-23 Thread buildbot
The Buildbot has detected a new failure on builder jmeter-trunk while building 
. Full details are available at:
https://ci.apache.org/builders/jmeter-trunk/builds/3034

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_slave1_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'on-jmeter-commit' 
triggered this build
Build Source Stamp: [branch jmeter/trunk] 1813018
Blamelist: pmouawad

BUILD FAILED: failed shell_3

Sincerely,
 -The Buildbot





Build failed in Jenkins: JMeter Windows #790

2017-10-23 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Try to fix travis ci failure with Java 9
Now it works , restore other builds and remove -v option

[pmouawad] Try to fix travis ci failure with Java 9
Use latest ant 1.10.1

--
[...truncated 141.89 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 
   [jmeter] Created the tree successfully using testfiles/Bug54685.jmx
   [jmeter] Starting the test @ Mon Oct 23 13:17:46 UTC 2017 (1508764666565)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =  1 in 00:00:00 =3.1/s Avg:   142 Min:   142 Max:  
 142 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 13:17:47 UTC 2017 (1508764667899)
   [jmeter] ... end of run
 [echo] Bug54685 output files compared OK

batchtest:
 [echo] Starting Bug55375 with file Bug55375.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [jmeter] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/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 
   [jmeter] Created the tree successfully using testfiles/Bug55375.jmx
   [jmeter] Starting the test @ Mon Oct 23 13:17:51 UTC 2017 (1508764671399)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =  1 in 00:00:00 =2.0/s Avg:   327 Min:   327 Max:  
 327 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 13:17:52 UTC 2017 (1508764672854)
   [jmeter] ... end of run
 [echo] Bug55375 output files compared OK

batchtestserver:
   [server] SLF4J: Class path contains multiple SLF4J bindings.
   [server] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [server] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [server] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   [server] SLF4J: Actual binding is of type 
[org.apache.logging.slf4j.Log4jLoggerFactory]

batchtest:
 [echo] Starting Bug54685 with file Bug54685.jmx using -Rlocalhost:2655 
-Jsample_variables=REFERENCE,JSESSIONID
   [server] Created remote object: UnicastServerRef [liveRef: 
[endpoint:[10.20.2.147:51364](local),objID:[7fd8be6f:15f4961ee6d:-7fff, 
4318758589357043546]]]
   [client] SLF4J: Class path contains multiple SLF4J bindings.
   [client] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [client] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [client] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   [client] SLF4J: Actual binding is of type 
[org.apache.logging.slf4j.Log4jLoggerFactory]
   [client] Creating summariser 
   [client] Created the tree successfully using testfiles/Bug54685.jmx
   [client] Configuring remote engine: localhost:2655
   [client] Starting remote engines
   [client] Starting the test @ Mon Oct 23 13:17:58 UTC 2017 (1508764678767)
   [client] Remote engines have been started
   [client] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [server] Starting the test on host localhost:2655 @ Mon Oct 23 13:18:00 UTC 
2017 (1508764680658)
   [client] summary +  1 in 00:00:01 =1.9/s Avg:   353 Min:   353 Max:  
 353 Err: 0 (0.00%) Active: 1 Started: 1 Finished: 0
   [client] summary =  1 in 00:00:01 =1.9/s Avg:   353 Min:   353 Max:  
 353 Err: 0 (0.00%)
   [client] Tidying up remote @ Mon Oct 23 13:18:02 UTC 2017 (1508764682115)
   [server] Finished the test on host localhost:2655 @ Mon Oct 23 13:18:02 UTC 
2017 (1508764682115) - exit requested.
   [client] ... end of run
 [echo] Bug54685 output files compared OK

batchtest:
 [echo] Starting Bug56811 with file Bug56811.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found 

Build failed in Jenkins: JMeter Ubuntu #205

2017-10-23 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Try to fix travis ci failure with Java 9
Now it works , restore other builds and remove -v option

[pmouawad] Try to fix travis ci failure with Java 9
Use latest ant 1.10.1

--
[...truncated 134.61 KB...]
   [client] Creating summariser 
   [client] Created the tree successfully using testfiles/BatchTestLocal.jmx
   [client] Configuring remote engine: localhost:2329
   [client] Starting remote engines
   [client] Starting the test @ Mon Oct 23 13:14:45 UTC 2017 (1508764485154)
   [server] Starting the test on host localhost:2329 @ Mon Oct 23 13:14:46 UTC 
2017 (1508764486269)
   [client] Remote engines have been started
   [client] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [client] summary + 75 in 00:00:43 =1.7/s Avg:   126 Min: 5 Max:  
 253 Err: 8 (10.67%) Active: 1 Started: 3 Finished: 2
   [server] Finished the test on host localhost:2329 @ Mon Oct 23 13:15:37 UTC 
2017 (1508764537406) - exit requested.
   [client] summary + 58 in 00:00:07 =8.0/s Avg:   116 Min: 1 Max:  
 247 Err: 8 (13.79%) Active: 0 Started: 11 Finished: 11
   [client] summary =133 in 00:00:51 =2.6/s Avg:   122 Min: 1 Max:  
 253 Err:16 (12.03%)
   [client] Tidying up remote @ Mon Oct 23 13:15:37 UTC 2017 (1508764537405)
   [client] ... end of run
 [echo] BatchTestLocal output files compared OK

batch_scripts:

batchtest:
 [echo] Starting HTMLParserTestFile_2 with file HTMLParserTestFile_2.jmx 
using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:
   [jmeter] SLF4J: Found binding in 
[jar:
   [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 
   [jmeter] Created the tree successfully using 
testfiles/HTMLParserTestFile_2.jmx
   [jmeter] Starting the test @ Mon Oct 23 13:15:44 UTC 2017 (1508764544681)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =  1 in 00:00:00 =2.8/s Avg:   137 Min:   137 Max:  
 137 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 13:15:45 UTC 2017 (1508764545583)
   [jmeter] ... end of run
 [echo] HTMLParserTestFile_2 output files compared OK

batchtest:

batchtest:
 [echo] Starting Bug52968 with file Bug52968.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:
   [jmeter] SLF4J: Found binding in 
[jar:
   [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 
   [jmeter] Created the tree successfully using testfiles/Bug52968.jmx
   [jmeter] Starting the test @ Mon Oct 23 13:15:47 UTC 2017 (1508764547894)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary = 30 in 00:00:13 =2.4/s Avg:   204 Min:   104 Max:  
 354 Err: 9 (30.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 13:16:00 UTC 2017 (1508764560969)
   [jmeter] ... end of run
 [echo] Bug52968 output files compared OK

batchtest:
 [echo] Starting Bug50898 with file Bug50898.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:
   [jmeter] SLF4J: Found binding in 
[jar:
   [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 
   [jmeter] Created the tree successfully using testfiles/Bug50898.jmx
   [jmeter] Starting the test @ Mon Oct 23 13:16:03 UTC 2017 (1508764563118)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary +  1 in 

[GitHub] jmeter issue #315: Fixing bin/jmeter.sh version error, working as expected w...

2017-10-23 Thread pmouawad
Github user pmouawad commented on the issue:

https://github.com/apache/jmeter/pull/315
  
Hello, 
For your information, I used part of your code to handle migration to Java9:

- http://svn.apache.org/viewvc?view=revision=1813017

If you're able to provide the same for windows it would be great.

Thanks
Regards


---


Build failed in Jenkins: JMeter Windows #789

2017-10-23 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Bug 61534 - Convert AssertionError to a failed assertion in the 
JSR223Assertion allowing users to use assert in their code
Patch by Felix Schumacher
Bugzilla Id: 61534

[pmouawad] Try to fix travis ci failure with Java 9
Revert to see why option is not passing

--
[...truncated 142.56 KB...]
   [jmeter] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [jmeter] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/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 
   [jmeter] Created the tree successfully using testfiles/Bug54685.jmx
   [jmeter] Starting the test @ Mon Oct 23 12:20:07 UTC 2017 (1508761207688)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =  1 in 00:00:00 =2.4/s Avg:   262 Min:   262 Max:  
 262 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 12:20:09 UTC 2017 (1508761209056)
   [jmeter] ... end of run
 [echo] Bug54685 output files compared OK

batchtest:
 [echo] Starting Bug55375 with file Bug55375.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [jmeter] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/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 
   [jmeter] Created the tree successfully using testfiles/Bug55375.jmx
   [jmeter] Starting the test @ Mon Oct 23 12:20:12 UTC 2017 (1508761212446)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =  1 in 00:00:00 =2.7/s Avg:   211 Min:   211 Max:  
 211 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 12:20:13 UTC 2017 (1508761213801)
   [jmeter] ... end of run
 [echo] Bug55375 output files compared OK

batchtestserver:
   [server] SLF4J: Class path contains multiple SLF4J bindings.
   [server] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [server] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [server] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   [server] SLF4J: Actual binding is of type 
[org.apache.logging.slf4j.Log4jLoggerFactory]

batchtest:
 [echo] Starting Bug54685 with file Bug54685.jmx using -Rlocalhost:2683 
-Jsample_variables=REFERENCE,JSESSIONID
   [server] Created remote object: UnicastServerRef [liveRef: 
[endpoint:[10.20.2.147:50198](local),objID:[-5e6095eb:15f492d2694:-7fff, 
7490967201054503283]]]
   [client] SLF4J: Class path contains multiple SLF4J bindings.
   [client] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [client] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [client] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   [client] SLF4J: Actual binding is of type 
[org.apache.logging.slf4j.Log4jLoggerFactory]
   [client] Creating summariser 
   [client] Created the tree successfully using testfiles/Bug54685.jmx
   [client] Configuring remote engine: localhost:2683
   [client] Starting remote engines
   [client] Starting the test @ Mon Oct 23 12:20:19 UTC 2017 (1508761219688)
   [server] Starting the test on host localhost:2683 @ Mon Oct 23 12:20:21 UTC 
2017 (1508761221419)
   [client] Remote engines have been started
   [client] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [client] summary =  1 in 00:00:00 =2.4/s Avg:   189 Min:   189 Max:  
 189 Err: 0 (0.00%)
   [client] Tidying up remote @ Mon Oct 23 12:20:22 UTC 2017 (1508761222710)
   [server] Finished the test on host localhost:2683 @ Mon 

Build failed in Jenkins: JMeter Ubuntu #204

2017-10-23 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Bug 61534 - Convert AssertionError to a failed assertion in the 
JSR223Assertion allowing users to use assert in their code
Patch by Felix Schumacher
Bugzilla Id: 61534

[pmouawad] Try to fix travis ci failure with Java 9
Revert to see why option is not passing

--
[...truncated 134.78 KB...]
   [client] Creating summariser 
   [client] Created the tree successfully using testfiles/BatchTestLocal.jmx
   [client] Configuring remote engine: localhost:2031
   [client] Starting remote engines
   [client] Starting the test @ Mon Oct 23 12:17:24 UTC 2017 (1508761044334)
   [client] Remote engines have been started
   [client] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [server] Starting the test on host localhost:2031 @ Mon Oct 23 12:17:25 UTC 
2017 (1508761045417)
   [client] summary + 34 in 00:00:04 =7.9/s Avg:   105 Min: 2 Max:  
 252 Err: 4 (11.76%) Active: 1 Started: 2 Finished: 1
   [client] summary + 99 in 00:00:46 =2.1/s Avg:   121 Min: 1 Max:  
 252 Err:12 (12.12%) Active: 0 Started: 11 Finished: 11
   [client] summary =133 in 00:00:51 =2.6/s Avg:   117 Min: 1 Max:  
 252 Err:16 (12.03%)
   [client] Tidying up remote @ Mon Oct 23 12:18:16 UTC 2017 (1508761096737)
   [server] Finished the test on host localhost:2031 @ Mon Oct 23 12:18:16 UTC 
2017 (1508761096738) - exit requested.
   [client] ... end of run
 [echo] BatchTestLocal output files compared OK

batch_scripts:

batchtest:
 [echo] Starting HTMLParserTestFile_2 with file HTMLParserTestFile_2.jmx 
using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:
   [jmeter] SLF4J: Found binding in 
[jar:
   [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 
   [jmeter] Created the tree successfully using 
testfiles/HTMLParserTestFile_2.jmx
   [jmeter] Starting the test @ Mon Oct 23 12:18:23 UTC 2017 (1508761103736)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =  1 in 00:00:00 =3.1/s Avg:   132 Min:   132 Max:  
 132 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 12:18:24 UTC 2017 (1508761104514)
   [jmeter] ... end of run
 [echo] HTMLParserTestFile_2 output files compared OK

batchtest:

batchtest:
 [echo] Starting Bug52968 with file Bug52968.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:
   [jmeter] SLF4J: Found binding in 
[jar:
   [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 
   [jmeter] Created the tree successfully using testfiles/Bug52968.jmx
   [jmeter] Starting the test @ Mon Oct 23 12:18:26 UTC 2017 (1508761106443)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary + 12 in 00:00:03 =3.7/s Avg:   254 Min:   158 Max:  
 338 Err: 4 (33.33%) Active: 1 Started: 3 Finished: 2
   [jmeter] summary + 18 in 00:00:09 =2.0/s Avg:   228 Min:   101 Max:  
 336 Err: 5 (27.78%) Active: 0 Started: 10 Finished: 10
   [jmeter] summary = 30 in 00:00:12 =2.5/s Avg:   238 Min:   101 Max:  
 338 Err: 9 (30.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 12:18:39 UTC 2017 (1508761119156)
   [jmeter] ... end of run
 [echo] Bug52968 output files compared OK

batchtest:
 [echo] Starting Bug50898 with file Bug50898.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:
   [jmeter] SLF4J: Found binding in 
[jar:
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   [jmeter] SLF4J: Actual 

Build failed in Jenkins: JMeter Windows #788

2017-10-23 Thread Apache Jenkins Server
See 

--
[...truncated 142.49 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 
   [jmeter] Created the tree successfully using testfiles/Bug54685.jmx
   [jmeter] Starting the test @ Mon Oct 23 11:20:56 UTC 2017 (1508757656770)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =  1 in 00:00:00 =2.2/s Avg:   287 Min:   287 Max:  
 287 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 11:20:58 UTC 2017 (1508757658239)
   [jmeter] ... end of run
 [echo] Bug54685 output files compared OK

batchtest:
 [echo] Starting Bug55375 with file Bug55375.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [jmeter] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/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 
   [jmeter] Created the tree successfully using testfiles/Bug55375.jmx
   [jmeter] Starting the test @ Mon Oct 23 11:21:01 UTC 2017 (1508757661713)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary +  1 in 00:00:00 =2.7/s Avg:   216 Min:   216 Max:  
 216 Err: 0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary =  1 in 00:00:00 =2.7/s Avg:   216 Min:   216 Max:  
 216 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 11:21:03 UTC 2017 (1508757663193)
   [jmeter] ... end of run
 [echo] Bug55375 output files compared OK

batchtestserver:
   [server] SLF4J: Class path contains multiple SLF4J bindings.
   [server] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [server] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [server] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   [server] SLF4J: Actual binding is of type 
[org.apache.logging.slf4j.Log4jLoggerFactory]

batchtest:
 [echo] Starting Bug54685 with file Bug54685.jmx using -Rlocalhost:2139 
-Jsample_variables=REFERENCE,JSESSIONID
   [server] Created remote object: UnicastServerRef [liveRef: 
[endpoint:[10.20.2.147:65361](local),objID:[-72da1d7a:15f48f6f8bf:-7fff, 
1167476203158892857]]]
   [client] SLF4J: Class path contains multiple SLF4J bindings.
   [client] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [client] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [client] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   [client] SLF4J: Actual binding is of type 
[org.apache.logging.slf4j.Log4jLoggerFactory]
   [client] Creating summariser 
   [client] Created the tree successfully using testfiles/Bug54685.jmx
   [client] Configuring remote engine: localhost:2139
   [client] Starting remote engines
   [client] Starting the test @ Mon Oct 23 11:21:09 UTC 2017 (1508757669119)
   [client] Remote engines have been started
   [client] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [server] Starting the test on host localhost:2139 @ Mon Oct 23 11:21:10 UTC 
2017 (1508757670914)
   [client] summary =  1 in 00:00:00 =2.2/s Avg:   282 Min:   282 Max:  
 282 Err: 0 (0.00%)
   [client] Tidying up remote @ Mon Oct 23 11:21:12 UTC 2017 (1508757672277)
   [server] Finished the test on host localhost:2139 @ Mon Oct 23 11:21:12 UTC 
2017 (1508757672277) - exit requested.
   [client] ... end of run
 [echo] Bug54685 output files compared OK

batchtest:
 [echo] Starting Bug56811 with file Bug56811.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [jmeter] SLF4J: Found binding in 

Build failed in Jenkins: JMeter Ubuntu #203

2017-10-23 Thread Apache Jenkins Server
See 

--
[...truncated 136.70 KB...]
   [client] Created the tree successfully using testfiles/BatchTestLocal.jmx
   [client] Configuring remote engine: localhost:2548
   [client] Starting remote engines
   [client] Starting the test @ Mon Oct 23 11:19:06 UTC 2017 (1508757546779)
   [client] Remote engines have been started
   [server] Starting the test on host localhost:2548 @ Mon Oct 23 11:19:08 UTC 
2017 (1508757548115)
   [client] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [client] summary =133 in 00:00:51 =2.6/s Avg:   119 Min: 0 Max:  
 254 Err:16 (12.03%)
   [client] Tidying up remote @ Mon Oct 23 11:19:59 UTC 2017 (1508757599626)
   [server] Finished the test on host localhost:2548 @ Mon Oct 23 11:19:59 UTC 
2017 (1508757599626) - exit requested.
   [client] ... end of run
 [echo] BatchTestLocal output files compared OK

batch_scripts:

batchtest:
 [echo] Starting HTMLParserTestFile_2 with file HTMLParserTestFile_2.jmx 
using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:
   [jmeter] SLF4J: Found binding in 
[jar:
   [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 
   [jmeter] Created the tree successfully using 
testfiles/HTMLParserTestFile_2.jmx
   [jmeter] Starting the test @ Mon Oct 23 11:20:07 UTC 2017 (1508757607043)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =  1 in 00:00:00 =3.0/s Avg:   170 Min:   170 Max:  
 170 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 11:20:08 UTC 2017 (1508757608070)
   [jmeter] ... end of run
 [echo] HTMLParserTestFile_2 output files compared OK

batchtest:

batchtest:
 [echo] Starting Bug52968 with file Bug52968.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:
   [jmeter] SLF4J: Found binding in 
[jar:
   [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 
   [jmeter] Created the tree successfully using testfiles/Bug52968.jmx
   [jmeter] Starting the test @ Mon Oct 23 11:20:10 UTC 2017 (1508757610518)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary = 30 in 00:00:12 =2.5/s Avg:   216 Min:   106 Max:  
 344 Err: 9 (30.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 11:20:23 UTC 2017 (1508757623180)
   [jmeter] ... end of run
 [echo] Bug52968 output files compared OK

batchtest:
 [echo] Starting Bug50898 with file Bug50898.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:
   [jmeter] SLF4J: Found binding in 
[jar:
   [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 
   [jmeter] Created the tree successfully using testfiles/Bug50898.jmx
   [jmeter] Starting the test @ Mon Oct 23 11:20:25 UTC 2017 (1508757625636)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =  2 in 00:00:01 =3.3/s Avg:   215 Min:   206 Max:  
 225 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 11:20:26 UTC 2017 (1508757626945)
   [jmeter] ... end of run
 [echo] Bug50898 output files compared OK

batchtest:
 [echo] Starting Bug56243 with file Bug56243.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 

Build failed in Jenkins: JMeter Ubuntu #202

2017-10-23 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Try to fix travis ci failure with Java 9
Add -v option

[pmouawad] Try to fix travis ci failure with Java 9

[pmouawad] Reset Beanshell

[pmouawad] Fix travis failure by reducing size

[pmouawad] Try to fix travis ci failure with Java 9

[pmouawad] Try again

[pmouawad] Try to fix wrong char

--
[...truncated 139.72 KB...]
   [client] Configuring remote engine: localhost:2411
   [client] Starting remote engines
   [client] Starting the test @ Mon Oct 23 10:21:03 UTC 2017 (1508754063002)
   [client] Remote engines have been started
   [client] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [server] Starting the test on host localhost:2411 @ Mon Oct 23 10:21:04 UTC 
2017 (1508754064523)
   [client] summary +  1 in 00:00:00 =3.9/s Avg:   167 Min:   167 Max:  
 167 Err: 0 (0.00%) Active: 1 Started: 1 Finished: 0
   [client] summary +132 in 00:00:49 =2.7/s Avg:   111 Min: 0 Max:  
 255 Err:16 (12.12%) Active: 0 Started: 11 Finished: 11
   [client] summary =133 in 00:00:49 =2.7/s Avg:   112 Min: 0 Max:  
 255 Err:16 (12.03%)
   [client] Tidying up remote @ Mon Oct 23 10:21:54 UTC 2017 (1508754114646)
   [server] Finished the test on host localhost:2411 @ Mon Oct 23 10:21:54 UTC 
2017 (1508754114646) - exit requested.
   [client] ... end of run
 [echo] BatchTestLocal output files compared OK

batch_scripts:

batchtest:
 [echo] Starting HTMLParserTestFile_2 with file HTMLParserTestFile_2.jmx 
using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:
   [jmeter] SLF4J: Found binding in 
[jar:
   [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 
   [jmeter] Created the tree successfully using 
testfiles/HTMLParserTestFile_2.jmx
   [jmeter] Starting the test @ Mon Oct 23 10:22:02 UTC 2017 (1508754122109)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary +  1 in 00:00:00 =2.8/s Avg:   221 Min:   221 Max:  
 221 Err: 0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary =  1 in 00:00:00 =2.8/s Avg:   221 Min:   221 Max:  
 221 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 10:22:03 UTC 2017 (1508754123208)
   [jmeter] ... end of run
 [echo] HTMLParserTestFile_2 output files compared OK

batchtest:

batchtest:
 [echo] Starting Bug52968 with file Bug52968.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:
   [jmeter] SLF4J: Found binding in 
[jar:
   [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 
   [jmeter] Created the tree successfully using testfiles/Bug52968.jmx
   [jmeter] Starting the test @ Mon Oct 23 10:22:05 UTC 2017 (1508754125753)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary = 30 in 00:00:13 =2.4/s Avg:   220 Min:   110 Max:  
 346 Err: 9 (30.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 10:22:19 UTC 2017 (1508754139248)
   [jmeter] ... end of run
 [echo] Bug52968 output files compared OK

batchtest:
 [echo] Starting Bug50898 with file Bug50898.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:
   [jmeter] SLF4J: Found binding in 
[jar:
   [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 
   [jmeter] Created the tree successfully using testfiles/Bug50898.jmx
   [jmeter] Starting the test @ Mon Oct 23 10:22:21 

Build failed in Jenkins: JMeter Windows #787

2017-10-23 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Try to fix travis ci failure with Java 9
Add -v option

[pmouawad] Try to fix travis ci failure with Java 9

[pmouawad] Reset Beanshell

[pmouawad] Fix travis failure by reducing size

[pmouawad] Try to fix travis ci failure with Java 9

[pmouawad] Try again

[pmouawad] Try to fix wrong char

--
[...truncated 142.48 KB...]
   [jmeter] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/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 
   [jmeter] Created the tree successfully using testfiles/Bug54685.jmx
   [jmeter] Starting the test @ Mon Oct 23 10:22:11 UTC 2017 (1508754131007)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =  1 in 00:00:00 =3.6/s Avg:   109 Min:   109 Max:  
 109 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 10:22:12 UTC 2017 (1508754132247)
   [jmeter] ... end of run
 [echo] Bug54685 output files compared OK

batchtest:
 [echo] Starting Bug55375 with file Bug55375.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [jmeter] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/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 
   [jmeter] Created the tree successfully using testfiles/Bug55375.jmx
   [jmeter] Starting the test @ Mon Oct 23 10:22:15 UTC 2017 (1508754135618)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =  1 in 00:00:00 =3.3/s Avg:   144 Min:   144 Max:  
 144 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Mon Oct 23 10:22:16 UTC 2017 (1508754136914)
   [jmeter] ... end of run
 [echo] Bug55375 output files compared OK

batchtestserver:
   [server] SLF4J: Class path contains multiple SLF4J bindings.
   [server] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [server] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [server] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   [server] SLF4J: Actual binding is of type 
[org.apache.logging.slf4j.Log4jLoggerFactory]

batchtest:
 [echo] Starting Bug54685 with file Bug54685.jmx using -Rlocalhost:2655 
-Jsample_variables=REFERENCE,JSESSIONID
   [server] Created remote object: UnicastServerRef [liveRef: 
[endpoint:[10.20.2.147:64172](local),objID:[7f60a992:15f48c12a5d:-7fff, 
7533593187697869626]]]
   [client] SLF4J: Class path contains multiple SLF4J bindings.
   [client] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [client] SLF4J: Found binding in 
[jar:file:/F:/jenkins/jenkins-slave/workspace/JMeter%20Windows/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [client] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   [client] SLF4J: Actual binding is of type 
[org.apache.logging.slf4j.Log4jLoggerFactory]
   [client] Creating summariser 
   [client] Created the tree successfully using testfiles/Bug54685.jmx
   [client] Configuring remote engine: localhost:2655
   [client] Starting remote engines
   [client] Starting the test @ Mon Oct 23 10:22:23 UTC 2017 (1508754143002)
   [client] Remote engines have been started
   [client] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [server] Starting the test on host localhost:2655 @ Mon Oct 23 10:22:24 UTC 
2017 (1508754144905)
   [server] Finished the test on host localhost:2655 @ Mon Oct 23 10:22:26 UTC 
2017 (1508754146383) - exit requested.
   [client] summary =  1 in 00:00:01 =2.0/s Avg:   265 Min:   265 Max:  
 265 Err: 0 (0.00%)
   [client] Tidying up remote @ Mon Oct 23 10:22:26 UTC 2017 (1508754146383)
   [client] ... end of run
 [echo] Bug54685 output files compared OK

batchtest:
 

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

2017-10-23 Thread Apache Jenkins Server
See 




buildbot success in on jmeter-trunk

2017-10-23 Thread buildbot
The Buildbot has detected a restored build on builder jmeter-trunk while 
building . Full details are available at:
https://ci.apache.org/builders/jmeter-trunk/builds/3026

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_slave1_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'on-jmeter-commit' 
triggered this build
Build Source Stamp: [branch jmeter/trunk] 1812986
Blamelist: pmouawad

Build succeeded!

Sincerely,
 -The Buildbot





Build failed in Jenkins: JMeter-trunk #6366

2017-10-23 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Try again

[pmouawad] Try to fix wrong char

--
[...truncated 139.43 KB...]
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.java.test...
  [javadoc] Loading source files for package org.apache.jorphan.collections...
  [javadoc] Loading source files for package org.apache.jorphan.exec...
  [javadoc] Loading source files for package org.apache.jorphan.gui...
  [javadoc] Loading source files for package org.apache.jorphan.gui.layout...
  [javadoc] Loading source files for package org.apache.jorphan.io...
  [javadoc] Loading source files for package org.apache.jorphan.logging...
  [javadoc] Loading source files for package org.apache.jorphan.math...
  [javadoc] Loading source files for package org.apache.jorphan.reflect...
  [javadoc] Loading source files for package org.apache.jorphan.test...
  [javadoc] Loading source files for package org.apache.jorphan.util...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.ldap.config.gui...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.ldap.control.gui...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.ldap.sampler...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.tcp.config.gui...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.tcp.control.gui...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.tcp.sampler...
  [javadoc] Loading source files for package 
org.apache.jmeter.examples.sampler...
  [javadoc] Loading source files for package 
org.apache.jmeter.examples.sampler.gui...
  [javadoc] Loading source files for package 
org.apache.jmeter.examples.testbeans.example1...
  [javadoc] Loading source files for package 
org.apache.jmeter.examples.testbeans.example2...
  [javadoc] Loading source files for package 
org.apache.jmeter.examples.testbeans.example3...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.mail.sampler...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.mail.sampler.gui...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.smtp.sampler...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.smtp.sampler.gui...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.smtp.sampler.protocol...
  [javadoc] Loading source files for package org.apache.jmeter.protocol.jms...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.jms.client...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.jms.control.gui...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.jms.sampler...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.jms.sampler.render...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.system...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.system.gui...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.mongodb.config...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.mongodb.mongo...
  [javadoc] Loading source files for package 
org.apache.jmeter.protocol.mongodb.sampler...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.8.0_144
  [javadoc] Building tree for all the packages and classes...
  [javadoc] 
:159:
 warning: no description for @throws
  [javadoc]  * @throws InstantiationException
  [javadoc]^
  [javadoc] 
:160:
 warning: no description for @throws
  [javadoc]  * @throws IllegalAccessException
  [javadoc]^
  [javadoc] 
:42:
 warning: no @return
  [javadoc] public static TreeState from(GuiPackage guiPackage) {
  [javadoc] ^
  [javadoc] 
:55:
 warning: no @param for treeState
  [javadoc] public UndoHistoryItem(HashTree copy, String acomment, 
TreeState treeState, boolean dirty) {
  [javadoc]^
  [javadoc] 
:55:
 warning: no @param for dirty
  [javadoc] public UndoHistoryItem(HashTree copy, String acomment, 
TreeState treeState, boolean dirty) {
  [javadoc]^
  [javadoc] 
:100:
 error: 

buildbot failure in on jmeter-trunk

2017-10-23 Thread buildbot
The Buildbot has detected a new failure on builder jmeter-trunk while building 
. Full details are available at:
https://ci.apache.org/builders/jmeter-trunk/builds/3024

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_slave1_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'on-jmeter-commit' 
triggered this build
Build Source Stamp: [branch jmeter/trunk] 1812977
Blamelist: pmouawad

BUILD FAILED: failed shell_3

Sincerely,
 -The Buildbot





License question for plugin publishing

2017-10-23 Thread Dmitry Pavlov
Hello

I have a question about proper license attribution in source files.

I'm working on a BackendListener plugin similar to Graphite one (just a
different transport). As current BackendListener source code structure
complicate implementing just the transport part, some one of my classes
reuses layout of
org.apache.jmeter.visualizers.backend.graphite.GraphiteBackendListenerClient
class with general boilerplate regarding metrics filtering and send
intervals.

I want to publish this plugin on github, but I doubt about proper
attribution of source code to avoid violation of Apache license and general
copyright banners :).

Will it be fine if header of source files that adapted to my needs will
have the following lines:

Copyright 1998-2017 The Apache Software Foundation
Copyright 2017 

Licensed under the Apache License, Version 2.0 (the "License")
and so on...


Should I put NOTICE file in repo or it's not required in this case?

-- 
Regards,
Dmitry Pavlov