Build failed in Jenkins: JMeter Windows #814

2017-10-26 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Bug 61651 Improve OS test coverage
This closes #318
Bugzilla Id: 61651

--
[...truncated 152.84 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:r1813470]
   [concat] ... 5 more
   [concat] 2017-10-27 05:30:58,684 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-27 05:30:58,687 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-27 05:30:58,804 ERROR o.a.j.p.t.s.TCPSampler: 
   [concat] 

[GitHub] jmeter issue #318: OS_TESTS.jmx fix for Windows

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

https://github.com/apache/jmeter/pull/318
  
Merged, thank you !


---


[GitHub] jmeter pull request #318: OS_TESTS.jmx fix for Windows

2017-10-26 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/jmeter/pull/318


---


[GitHub] jmeter issue #318: OS_TESTS.jmx fix for Windows

2017-10-26 Thread codecov-io
Github user codecov-io commented on the issue:

https://github.com/apache/jmeter/pull/318
  
# [Codecov](https://codecov.io/gh/apache/jmeter/pull/318?src=pr=h1) 
Report
> Merging 
[#318](https://codecov.io/gh/apache/jmeter/pull/318?src=pr=desc) into 
[trunk](https://codecov.io/gh/apache/jmeter/commit/833d53f92129ee83fbe31f56980c5fd6031dba9b?src=pr=desc)
 will **not change** coverage.
> The diff coverage is `n/a`.

[![Impacted file tree 
graph](https://codecov.io/gh/apache/jmeter/pull/318/graphs/tree.svg?src=pr=650=6Q7CI1wFSh=150)](https://codecov.io/gh/apache/jmeter/pull/318?src=pr=tree)

```diff
@@Coverage Diff@@
##  trunk #318   +/-   ##
=
  Coverage 57.56%   57.56%   
  Complexity 9835 9835   
=
  Files  1136 1136   
  Lines 7286072860   
  Branches   7294 7294   
=
  Hits  4193941939   
  Misses2845428454   
  Partials   2467 2467
```



--

[Continue to review full report at 
Codecov](https://codecov.io/gh/apache/jmeter/pull/318?src=pr=continue).
> **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
> `Δ = absolute  (impact)`, `ø = not affected`, `? = missing 
data`
> Powered by 
[Codecov](https://codecov.io/gh/apache/jmeter/pull/318?src=pr=footer). Last 
update 
[833d53f...6e83f7e](https://codecov.io/gh/apache/jmeter/pull/318?src=pr=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).



---


Re: Build failed in Jenkins: JMeter Windows #810

2017-10-26 Thread Aleksei Balan
Hi,

Please take a look at this OS_TESTS.jmx fix for Windows
https://github.com/apache/jmeter/pull/318
Thank you.

Aleksei Balan


On 10/26/17, Philippe Mouawad  wrote:
> Hi,
> Could somebody fix the OS_TESTS.jmx for Windows ?
> I don't have a windows available.
>
> Thanks
>
>
> --
> Cordialement.
> Philippe Mouawad.
>


[GitHub] jmeter pull request #318: OS_TESTS.jmx fix for Windows

2017-10-26 Thread abalanonline
GitHub user abalanonline opened a pull request:

https://github.com/apache/jmeter/pull/318

OS_TESTS.jmx fix for Windows

There is a fix for OS_TESTS.jmx for Windows

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/abalanonline/jmeter os-tests-jmx-windows-fix

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jmeter/pull/318.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #318


commit 6e83f7eeaa44b92eccff8d59c0dc737ab31be446
Author: Aleksei Balan 
Date:   2017-10-26T23:06:19Z

OS_TESTS.jmx fix for Windows




---


Jenkins build is back to normal : JMeter Windows #812

2017-10-26 Thread Apache Jenkins Server
See 




Build failed in Jenkins: JMeter Windows #811

2017-10-26 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Comment OS_TESTS.jmx as it's  not ready for windows yet

[pmouawad] Improve exclusions in recording templates

[pmouawad] Improve logging
Drop commented code

[pmouawad] Fix javadoc

--
[...truncated 167.85 KB...]
batchtest:
 [echo] Starting JMS_TESTS with file JMS_TESTS.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar: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/JMS_TESTS.jmx
   [jmeter] Starting the test @ Thu Oct 26 21:16:57 UTC 2017 (1509052617183)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary +  1 in 00:00:03 =0.3/s Avg:  2915 Min:  2915 Max:  
2915 Err: 0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary + 19 in 00:00:31 =0.6/s Avg:   655 Min: 1 Max:  
3001 Err: 0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary = 20 in 00:00:34 =0.6/s Avg:   768 Min: 1 Max:  
3001 Err: 0 (0.00%)
   [jmeter] summary = 20 in 00:00:34 =0.6/s Avg:   768 Min: 1 Max:  
3001 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Thu Oct 26 21:17:32 UTC 2017 (1509052652396)
   [jmeter] ... end of run
 [echo] JMS_TESTS output files compared OK

batchtest:
 [echo] Starting FTP_TESTS with file FTP_TESTS.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar: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/FTP_TESTS.jmx
   [jmeter] Starting the test @ Thu Oct 26 21:17:36 UTC 2017 (1509052656670)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =  6 in 00:00:02 =2.7/s Avg:   148 Min:20 Max:  
 602 Err: 0 (0.00%)
   [jmeter] Tidying up ...@ Thu Oct 26 21:17:40 UTC 2017 (1509052660041)
   [jmeter] ... end of run
Target 'batchtest' failed with message '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
  



'.
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
  



'.
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

Re: Build failed in Jenkins: JMeter Windows #810

2017-10-26 Thread Philippe Mouawad
Hi,
Could somebody fix the OS_TESTS.jmx for Windows ?
I don't have a windows available.

Thanks

On Thu, Oct 26, 2017 at 10:37 PM, Apache Jenkins Server <
jenk...@builds.apache.org> wrote:

> See  display/redirect?page=changes>
>
> Changes:
>
> [pmouawad] fix svn:eol
> Thanks sebb !
>
> [pmouawad] Fix sonar warnings
>
> [pmouawad] Clarify documentation as per:
>
> - https://stackoverflow.com/questions/46952357/dummy-
> sampler-under-runtime-controller-duplicate-requests
>
> [pmouawad] Fix sonar warning
>
> --
> [...truncated 153.18 KB...]
>[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:r1813454]
>[concat] ... 5 more
>[concat] 2017-10-26 20:36:16,317 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-26 20:36:16,320 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.
> 

Build failed in Jenkins: JMeter Windows #810

2017-10-26 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] fix svn:eol
Thanks sebb !

[pmouawad] Fix sonar warnings

[pmouawad] Clarify documentation as per:

- 
https://stackoverflow.com/questions/46952357/dummy-sampler-under-runtime-controller-duplicate-requests

[pmouawad] Fix sonar warning

--
[...truncated 153.18 KB...]
   [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:r1813454]
   [concat] ... 5 more
   [concat] 2017-10-26 20:36:16,317 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-26 20:36:16,320 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]  

Re: Build failed in Jenkins: JMeter Windows #809

2017-10-26 Thread sebb
The files are not the same size, but they compare equal (in at least some apps).

One has CRLF and the other has LF line ends.

The SVN properties must be wrong, which means the checkout has the wrong EOL.

On 26 October 2017 at 19:05, Philippe Mouawad
 wrote:
> Anybody has a hint on problem ?
> Files are the same for me.
>
> On Thursday, October 26, 2017, Apache Jenkins Server <
> jenk...@builds.apache.org> wrote:
>
>> See > display/redirect?page=changes>
>>
>> Changes:
>>
>> [pmouawad] Switch links to jmeter to https and mention Building and
>> contributing doc
>>
>> [pmouawad] Improve description
>>
>> [pmouawad] Move init-svnVersion out of _coverage.report
>>
>> --
>> [...truncated 185.31 KB...]
>> false
>> false
>>   
>> 
>> > tn="TG-BinaryTCPClientImpl 2-1" dt="text" sc="1" ec="0" ng="1" na="1"/>
>> > rm="java.net.ConnectException: Connection refused"
>> tn="TG-TCPClientImpl-Errors 3-1" dt="" sc="1" ec="0" ng="1" na="1">
>>   
>> RC_500
>> false
>> false
>>   
>>   
>> RA_ConnectException
>> false
>> false
>>   
>> 
>> > rm="java.net.UnknownHostException:
>> localhost" tn="TG-TCPClientImpl-Errors 3-1" dt="" sc="1" ec="0" ng="1"
>> na="1">
>>   
>> RC_500
>> false
>> false
>>   
>>   
>> RA_UnknownHostException
>> false
>> false
>>   
>> 
>> > rm="Protocol handler not found" tn="TG-TCPClientImpl-Errors 3-1" dt=""
>> sc="1" ec="0" ng="1" na="1">
>>   
>> RC_500
>> false
>> false
>>   
>>   
>> RA_no_protocol_handler
>> 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.
>> > bin\testfiles\TCP_TESTS.xml>
>> 
>> 
>> 
>> 
>> > tn="TG-TCPClientImpl 1-1" dt="text" sc="1" ec="0" ng="1" na="1">
>>   
>> RA_time
>> false
>> false
>>   
>> 
>> 
>>   
>> RC_500
>> false
>> false
>>   
>>   
>> RA_ReadException
>> false
>> false
>>   
>> 
>> > tn="TG-TCPClientImpl 1-1" dt="text" sc="1" ec="0" ng="1" na="1"/>
>> > tn="TG-BinaryTCPClientImpl 2-1" dt="text" sc="1" ec="0" ng="1" na="1">
>>   
>> RA_time
>> false
>> false
>>   
>> 
>> > rm="org.apache.jmeter.protocol.tcp.sampler.ReadException: "
>> tn="TG-BinaryTCPClientImpl 2-1" dt="text" sc="1" ec="0" ng="1" na="1">
>>   
>> RC_500
>> false
>> false
>>   
>>   
>> RA_ReadException
>> false
>> false
>>   
>> 
>> > tn="TG-BinaryTCPClientImpl 2-1" dt="text" sc="1" ec="0" ng="1" na="1"/>
>> > rm="java.net.ConnectException: Connection refused"
>> tn="TG-TCPClientImpl-Errors 3-1" dt="" sc="1" ec="0" ng="1" na="1">
>>   
>> RC_500
>> false
>> false
>>   
>>   
>> RA_ConnectException
>> false
>> false
>>   
>> 
>> > rm="java.net.UnknownHostException:
>> localhost" tn="TG-TCPClientImpl-Errors 3-1" dt="" sc="1" ec="0" ng="1"
>> na="1">
>>   
>> RC_500
>> false
>> false
>>   
>>   
>> RA_UnknownHostException
>> false
>> false
>>   
>> 
>> > rm="Protocol handler not found" tn="TG-TCPClientImpl-Errors 3-1" dt=""
>> sc="1" ec="0" ng="1" na="1">
>>   
>> RC_500
>> false
>> false
>>   
>>   
>> RA_no_protocol_handler
>> false
>> false
>>   
>> 
>> 
>>
>> 
>>
>> > bin\TCP_TESTS.xml>
>> 
>> 
>> 
>> 
>> > tn="TG-TCPClientImpl 1-1" dt="text" sc="1" ec="0" ng="1" na="1">
>>   
>> RA_time
>> false
>> false
>>   
>> 
>> 
>>   
>> RC_500
>> false
>> false
>>   
>>   
>> RA_ReadException
>> false
>> false
>>   
>> 
>> > tn="TG-TCPClientImpl 1-1" dt="text" sc="1" ec="0" ng="1" na="1"/>
>> > tn="TG-BinaryTCPClientImpl 2-1" dt="text" sc="1" ec="0" ng="1" na="1">
>>   
>> RA_time
>> false
>> false
>>   
>> 
>> > rm="org.apache.jmeter.protocol.tcp.sampler.ReadException: "
>> tn="TG-BinaryTCPClientImpl 2-1" dt="text" sc="1" ec="0" ng="1" na="1">
>>   
>> RC_500
>> false
>> false
>>   
>>   
>> 

Re: Build failed in Jenkins: JMeter Windows #809

2017-10-26 Thread Philippe Mouawad
Anybody has a hint on problem ?
Files are the same for me.

On Thursday, October 26, 2017, Apache Jenkins Server <
jenk...@builds.apache.org> wrote:

> See  display/redirect?page=changes>
>
> Changes:
>
> [pmouawad] Switch links to jmeter to https and mention Building and
> contributing doc
>
> [pmouawad] Improve description
>
> [pmouawad] Move init-svnVersion out of _coverage.report
>
> --
> [...truncated 185.31 KB...]
> false
> false
>   
> 
>  tn="TG-BinaryTCPClientImpl 2-1" dt="text" sc="1" ec="0" ng="1" na="1"/>
>  rm="java.net.ConnectException: Connection refused"
> tn="TG-TCPClientImpl-Errors 3-1" dt="" sc="1" ec="0" ng="1" na="1">
>   
> RC_500
> false
> false
>   
>   
> RA_ConnectException
> false
> false
>   
> 
>  rm="java.net.UnknownHostException:
> localhost" tn="TG-TCPClientImpl-Errors 3-1" dt="" sc="1" ec="0" ng="1"
> na="1">
>   
> RC_500
> false
> false
>   
>   
> RA_UnknownHostException
> false
> false
>   
> 
>  rm="Protocol handler not found" tn="TG-TCPClientImpl-Errors 3-1" dt=""
> sc="1" ec="0" ng="1" na="1">
>   
> RC_500
> false
> false
>   
>   
> RA_no_protocol_handler
> 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.
>  bin\testfiles\TCP_TESTS.xml>
> 
> 
> 
> 
>  tn="TG-TCPClientImpl 1-1" dt="text" sc="1" ec="0" ng="1" na="1">
>   
> RA_time
> false
> false
>   
> 
> 
>   
> RC_500
> false
> false
>   
>   
> RA_ReadException
> false
> false
>   
> 
>  tn="TG-TCPClientImpl 1-1" dt="text" sc="1" ec="0" ng="1" na="1"/>
>  tn="TG-BinaryTCPClientImpl 2-1" dt="text" sc="1" ec="0" ng="1" na="1">
>   
> RA_time
> false
> false
>   
> 
>  rm="org.apache.jmeter.protocol.tcp.sampler.ReadException: "
> tn="TG-BinaryTCPClientImpl 2-1" dt="text" sc="1" ec="0" ng="1" na="1">
>   
> RC_500
> false
> false
>   
>   
> RA_ReadException
> false
> false
>   
> 
>  tn="TG-BinaryTCPClientImpl 2-1" dt="text" sc="1" ec="0" ng="1" na="1"/>
>  rm="java.net.ConnectException: Connection refused"
> tn="TG-TCPClientImpl-Errors 3-1" dt="" sc="1" ec="0" ng="1" na="1">
>   
> RC_500
> false
> false
>   
>   
> RA_ConnectException
> false
> false
>   
> 
>  rm="java.net.UnknownHostException:
> localhost" tn="TG-TCPClientImpl-Errors 3-1" dt="" sc="1" ec="0" ng="1"
> na="1">
>   
> RC_500
> false
> false
>   
>   
> RA_UnknownHostException
> false
> false
>   
> 
>  rm="Protocol handler not found" tn="TG-TCPClientImpl-Errors 3-1" dt=""
> sc="1" ec="0" ng="1" na="1">
>   
> RC_500
> false
> false
>   
>   
> RA_no_protocol_handler
> false
> false
>   
> 
> 
>
> 
>
>  bin\TCP_TESTS.xml>
> 
> 
> 
> 
>  tn="TG-TCPClientImpl 1-1" dt="text" sc="1" ec="0" ng="1" na="1">
>   
> RA_time
> false
> false
>   
> 
> 
>   
> RC_500
> false
> false
>   
>   
> RA_ReadException
> false
> false
>   
> 
>  tn="TG-TCPClientImpl 1-1" dt="text" sc="1" ec="0" ng="1" na="1"/>
>  tn="TG-BinaryTCPClientImpl 2-1" dt="text" sc="1" ec="0" ng="1" na="1">
>   
> RA_time
> false
> false
>   
> 
>  rm="org.apache.jmeter.protocol.tcp.sampler.ReadException: "
> tn="TG-BinaryTCPClientImpl 2-1" dt="text" sc="1" ec="0" ng="1" na="1">
>   
> RC_500
> false
> false
>   
>   
> RA_ReadException
> false
> false
>   
> 
>  tn="TG-BinaryTCPClientImpl 2-1" dt="text" sc="1" ec="0" ng="1" na="1"/>
>  rm="java.net.ConnectException: Connection refused"
> tn="TG-TCPClientImpl-Errors 3-1" dt="" sc="1" ec="0" ng="1" na="1">
>   
> RC_500
> false
> false
>   
>   
> RA_ConnectException
> false
> false
>   
> 
>  rm="java.net.UnknownHostException:
> localhost" tn="TG-TCPClientImpl-Errors 3-1" dt="" sc="1" ec="0" ng="1"
> na="1">
>   
> RC_500
> false
> false
>   
>   
> 

Build failed in Jenkins: JMeter Windows #809

2017-10-26 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Switch links to jmeter to https and mention Building and 
contributing doc

[pmouawad] Improve description

[pmouawad] Move init-svnVersion out of _coverage.report

--
[...truncated 185.31 KB...]
false
false
  



  
RC_500
false
false
  
  
RA_ConnectException
false
false
  


  
RC_500
false
false
  
  
RA_UnknownHostException
false
false
  


  
RC_500
false
false
  
  
RA_no_protocol_handler
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.







  
RA_time
false
false
  


  
RC_500
false
false
  
  
RA_ReadException
false
false
  



  
RA_time
false
false
  


  
RC_500
false
false
  
  
RA_ReadException
false
false
  



  
RC_500
false
false
  
  
RA_ConnectException
false
false
  


  
RC_500
false
false
  
  
RA_UnknownHostException
false
false
  


  
RC_500
false
false
  
  
RA_no_protocol_handler
false
false
  












  
RA_time
false
false
  


  
RC_500
false
false
  
  
RA_ReadException
false
false
  



  
RA_time
false
false
  


  
RC_500
false
false
  
  
RA_ReadException
false
false
  



  
RC_500
false
false
  
  
RA_ConnectException
false
false
  


  
RC_500
false
false
  
  
RA_UnknownHostException
false
false
  


  
RC_500
false
false
  
  
RA_no_protocol_handler
false
false
  





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