See <https://builds.apache.org/job/JMeter%20Windows/841/display/redirect>

------------------------------------------
[...truncated 141.62 KB...]
   [concat] 2017-11-02 21:29:51,366 ERROR o.a.j.e.DistributedRunner: Failed to 
create engine at localhost:2215
   [concat] java.rmi.ConnectException: Connection refused to host: localhost; 
nested exception is: 
   [concat]     java.net.ConnectException: Connection refused: connect
   [concat]     at 
sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619) ~[?:1.8.0_152]
   [concat]     at 
sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216) 
~[?:1.8.0_152]
   [concat]     at 
sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202) 
~[?:1.8.0_152]
   [concat]     at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:338) 
~[?:1.8.0_152]
   [concat]     at 
sun.rmi.registry.RegistryImpl_Stub.lookup(RegistryImpl_Stub.java:112) 
~[?:1.8.0_152]
   [concat]     at java.rmi.Naming.lookup(Naming.java:101) ~[?:1.8.0_152]
   [concat]     at 
org.apache.jmeter.engine.ClientJMeterEngine.getEngine(ClientJMeterEngine.java:54)
 ~[ApacheJMeter_core.jar:r1814106]
   [concat]     at 
org.apache.jmeter.engine.ClientJMeterEngine.<init>(ClientJMeterEngine.java:67) 
~[ApacheJMeter_core.jar:r1814106]
   [concat]     at 
org.apache.jmeter.engine.DistributedRunner.createEngine(DistributedRunner.java:237)
 ~[ApacheJMeter_core.jar:r1814106]
   [concat]     at 
org.apache.jmeter.engine.DistributedRunner.getClientEngine(DistributedRunner.java:213)
 [ApacheJMeter_core.jar:r1814106]
   [concat]     at 
org.apache.jmeter.engine.DistributedRunner.init(DistributedRunner.java:93) 
[ApacheJMeter_core.jar:r1814106]
   [concat]     at org.apache.jmeter.JMeter.runNonGui(JMeter.java:1003) 
[ApacheJMeter_core.jar:r1814106]
   [concat]     at org.apache.jmeter.JMeter.startNonGui(JMeter.java:910) 
[ApacheJMeter_core.jar:r1814106]
   [concat]     at org.apache.jmeter.JMeter.start(JMeter.java:538) 
[ApacheJMeter_core.jar:r1814106]
   [concat]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
~[?:1.8.0_152]
   [concat]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_152]
   [concat]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_152]
   [concat]     at java.lang.reflect.Method.invoke(Method.java:498) 
~[?:1.8.0_152]
   [concat]     at org.apache.jmeter.NewDriver.main(NewDriver.java:248) 
[ApacheJMeter.jar:r1814106]
   [concat] Caused by: java.net.ConnectException: Connection refused: connect
   [concat]     at java.net.DualStackPlainSocketImpl.connect0(Native Method) 
~[?:1.8.0_152]
   [concat]     at 
java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)
 ~[?:1.8.0_152]
   [concat]     at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) 
~[?:1.8.0_152]
   [concat]     at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
 ~[?:1.8.0_152]
   [concat]     at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) 
~[?:1.8.0_152]
   [concat]     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) 
~[?:1.8.0_152]
   [concat]     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) 
~[?:1.8.0_152]
   [concat]     at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_152]
   [concat]     at java.net.Socket.connect(Socket.java:538) ~[?:1.8.0_152]
   [concat]     at java.net.Socket.<init>(Socket.java:434) ~[?:1.8.0_152]
   [concat]     at java.net.Socket.<init>(Socket.java:211) ~[?:1.8.0_152]
   [concat]     at 
sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
 ~[?:1.8.0_152]
   [concat]     at 
sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:148)
 ~[?:1.8.0_152]
   [concat]     at 
sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613) ~[?:1.8.0_152]
   [concat]     ... 18 more
   [concat] 2017-11-02 21:29:51,377 ERROR o.a.j.u.JMeterUtils: Connection 
refused to host: localhost; nested exception is: 
   [concat]     java.net.ConnectException: Connection refused: connect
   [concat] 2017-11-02 21:29:51,378 ERROR o.a.j.JMeter: Error in NonGUIDriver
   [concat] java.lang.RuntimeException: Following remote engines could not be 
configured:[localhost:2215]
   [concat]     at 
org.apache.jmeter.engine.DistributedRunner.init(DistributedRunner.java:112) 
~[ApacheJMeter_core.jar:r1814106]
   [concat]     at org.apache.jmeter.JMeter.runNonGui(JMeter.java:1003) 
[ApacheJMeter_core.jar:r1814106]
   [concat]     at org.apache.jmeter.JMeter.startNonGui(JMeter.java:910) 
[ApacheJMeter_core.jar:r1814106]
   [concat]     at org.apache.jmeter.JMeter.start(JMeter.java:538) 
[ApacheJMeter_core.jar:r1814106]
   [concat]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
~[?:1.8.0_152]
   [concat]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_152]
   [concat]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_152]
   [concat]     at java.lang.reflect.Method.invoke(Method.java:498) 
~[?:1.8.0_152]
   [concat]     at org.apache.jmeter.NewDriver.main(NewDriver.java:248) 
[ApacheJMeter.jar:r1814106]
Target 'batchtest' failed with message 'The following error occurred while 
executing this line:
<https://builds.apache.org/job/JMeter%20Windows/ws/trunk\build.xml>:2554: 
Cannot find output file 
<https://builds.apache.org/job/JMeter%20Windows/ws/trunk\bin\BatchTestLocal.csv'.>
Target 'batchtestserver' failed with message 'The following error occurred 
while executing this line:
<https://builds.apache.org/job/JMeter%20Windows/ws/trunk\build.xml>:2608: The 
following error occurred while executing this line:
<https://builds.apache.org/job/JMeter%20Windows/ws/trunk\build.xml>:2554: 
Cannot find output file 
<https://builds.apache.org/job/JMeter%20Windows/ws/trunk\bin\BatchTestLocal.csv'.>

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: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]
   [server] Created remote object: UnicastServerRef [liveRef: 
[endpoint:[10.20.2.219:63359](local),objID:[18cb939d:15f7ea3c45d:-7fff, 
-8143589339071211374]]]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using 
testfiles/HTMLParserTestFile_2.jmx
   [jmeter] Starting the test @ Thu Nov 02 21:29:59 UTC 2017 (1509658199234)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary +      1 in 00:00:01 =    1.3/s Avg:   340 Min:   340 Max:  
 340 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary =      1 in 00:00:01 =    1.2/s Avg:   340 Min:   340 Max:  
 340 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Nov 02 21:30:01 UTC 2017 (1509658201713)
   [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: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 <summary>
   [jmeter] Created the tree successfully using testfiles/Bug52310.jmx
   [jmeter] Starting the test @ Thu Nov 02 21:30:08 UTC 2017 (1509658208178)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =      3 in 00:00:04 =    0.8/s Avg:   640 Min:   239 Max:  
1143 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Nov 02 21:30:14 UTC 2017 (1509658214385)
   [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: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 <summary>
   [jmeter] Created the tree successfully using testfiles/Bug52968.jmx
   [jmeter] Starting the test @ Thu Nov 02 21:30:21 UTC 2017 (1509658221465)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary +     16 in 00:00:07 =    2.3/s Avg:   331 Min:   192 Max:  
 568 Err:     6 (37.50%) Active: 1 Started: 4 Finished: 3
   [jmeter] summary +     14 in 00:00:14 =    1.0/s Avg:   329 Min:   189 Max:  
 489 Err:     3 (21.43%) Active: 0 Started: 10 Finished: 10
   [jmeter] summary =     30 in 00:00:21 =    1.4/s Avg:   330 Min:   189 Max:  
 568 Err:     9 (30.00%)
   [jmeter] Tidying up ...    @ Thu Nov 02 21:30:44 UTC 2017 (1509658244211)
   [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: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 <summary>
   [jmeter] Created the tree successfully using testfiles/Bug50898.jmx
   [jmeter] Starting the test @ Thu Nov 02 21:30:49 UTC 2017 (1509658249005)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =      2 in 00:00:01 =    3.6/s Avg:   202 Min:   190 Max:  
 214 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Nov 02 21:30:50 UTC 2017 (1509658250443)
   [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: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 <summary>
   [jmeter] Created the tree successfully using testfiles/Bug56243.jmx
   [jmeter] Starting the test @ Thu Nov 02 21:30:53 UTC 2017 (1509658253412)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =      9 in 00:00:00 =   44.6/s Avg:     1 Min:     0 Max:  
   9 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Nov 02 21:30:54 UTC 2017 (1509658254395)
   [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: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 <summary>
   [jmeter] Created the tree successfully using testfiles/Bug54685.jmx
   [jmeter] Starting the test @ Thu Nov 02 21:30:57 UTC 2017 (1509658257390)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =      1 in 00:00:00 =    4.0/s Avg:   108 Min:   108 Max:  
 108 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Nov 02 21:30:58 UTC 2017 (1509658258456)
   [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 <summary>
   [jmeter] Created the tree successfully using testfiles/Bug55375.jmx
   [jmeter] Starting the test @ Thu Nov 02 21:31:01 UTC 2017 (1509658261467)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary +      1 in 00:00:00 =    2.1/s Avg:   149 Min:   149 Max:  
 149 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary =      1 in 00:00:00 =    2.0/s Avg:   149 Min:   149 Max:  
 149 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Nov 02 21:31:02 UTC 2017 (1509658262872)
   [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:2215 
-Jsample_variables=REFERENCE,JSESSIONID
   [server] Created remote object: UnicastServerRef [liveRef: 
[endpoint:[10.20.2.219:63381](local),objID:[-2b8dfb8e:15f7ea50730:-7fff, 
-8267485661912518286]]]
   [server] Problem creating registry: java.rmi.server.ExportException: Port 
already in use: 2215; nested exception is: 
   [server]     java.net.BindException: Address already in use: JVM_Bind
   [server] Continuing...
   [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 <summary>
   [client] Created the tree successfully using testfiles/Bug54685.jmx
   [client] Configuring remote engine: localhost:2215
   [client] Starting remote engines
   [client] Starting the test @ Thu Nov 02 21:31:08 UTC 2017 (1509658268447)
   [client] Remote engines have been started
   [client] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [server] Starting the test on host localhost:2215 @ Thu Nov 02 21:31:10 UTC 
2017 (1509658270104)
   [client] summary =      1 in 00:00:00 =    2.1/s Avg:   198 Min:   198 Max:  
 198 Err:     0 (0.00%)
   [client] Tidying up remote @ Thu Nov 02 21:31:11 UTC 2017 (1509658271416)
   [server] Finished the test on host localhost:2215 @ Thu Nov 02 21:31:11 UTC 
2017 (1509658271416) - exit requested.
   [client] ... end of run
     [echo] Bug54685 output files compared OK
   [concat] 2017-11-02 21:31:05,593 WARN o.a.j.e.RemoteJMeterEngineImpl: 
Problem creating registry: java.rmi.server.ExportException: Port already in 
use: 2215; nested exception is: 
   [concat]     java.net.BindException: Address already in use: JVM_Bind
Target 'batchtestserver' failed with message 'Error detected in server log 
file. See above.'.
Target 'batch_scripts' failed with message 'The following error occurred while 
executing this line:
<https://builds.apache.org/job/JMeter%20Windows/ws/trunk\build.xml>:2499: Error 
detected in server log file. See above.'.
Cannot execute '_allbatchtests' - 'batchtestserver' 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
<https://builds.apache.org/job/JMeter%20Windows/ws/trunk\build.xml>:2483: The 
following error occurred while executing this line:
<https://builds.apache.org/job/JMeter%20Windows/ws/trunk\build.xml>:2608: The 
following error occurred while executing this line:
<https://builds.apache.org/job/JMeter%20Windows/ws/trunk\build.xml>:2554: 
Cannot find output file 
<https://builds.apache.org/job/JMeter%20Windows/ws/trunk\bin\BatchTestLocal.csv>

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

Reply via email to