On 13.06.24 19:55 , Gary D. Gregory wrote:
+1

Tested src zip file, ASC OK (gpg --verify'), SHA512 eyeballed OK (but couldn't 
use 'shasum --check')

OK: mvn clean verify

Would you please remind at the next go around us to turn off VPNs? Also point 
to the KEYS file :-)

The build took 33 minutes. Is that normal? My build output is here: 
https://gist.github.com/garydgregory/60333120889b6df198cef0583ea0a6e8

Yes, that's normal.

With a VPN, on Windows and Java 17, running 'mvn clean verify', I get failures:

[ERROR] Errors:
[ERROR] 
org.apache.sshd.common.forward.PortForwardingTest.testLocalBindingOnDifferentInterfaces
[ERROR]   Run 1: 
PortForwardingTest.testLocalBindingOnDifferentInterfaces:819->testRemoteURL:850 
» SocketTimeout Read timed out
[ERROR]   Run 2: 
PortForwardingTest.testLocalBindingOnDifferentInterfaces:819->testRemoteURL:850 
» Socket Unexpected end of file from server
[ERROR]   Run 3: 
PortForwardingTest.testLocalBindingOnDifferentInterfaces:819->testRemoteURL:850 
» Socket Unexpected end of file from server
[INFO]
[INFO]
[ERROR] Tests run: 317, Failures: 0, Errors: 1, Skipped: 9

After turning off my VPN, the build was able to proceed past this, unless it 
was a random failure.

Forgot about that one. I had noticed this a while ago, but I
haven't been using a VPN for quite some time now, so I forgot
again.

This problem is not new. The test tries to set up a local port
forwarding using the local machine's address on each interface,
but that fails for the VPN interface. Don't know if that is a
bug in the test, or whether a local port forwarding using the
VPN IP for the local machine should work.

Cheers,

  Thomas


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to