Was sent to Guillaume instead of the list...


-------- Forwarded Message --------

+1


Mac OS Mojave 10.14.6

java -version
openjdk version "1.8.0_192"
OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_192-b12)
OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.192-b12, mixed mode)


1.1) Checked the maven package signature

1.2) Built the maven repo package, got this error, which does not seems to block the build :

[ERROR] Tests run: 16, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 21.194 s <<< FAILURE! - in org.apache.sshd.server.ServerTest [ERROR] org.apache.sshd.server.ServerTest.testDelayClientIdentification Time elapsed: 0.008 s  <<< ERROR! org.apache.sshd.common.SshException: DefaultConnectFuture[testDelayClientIdentification@/127.0.0.1:59375]: Failed (BindException) to execute: Address already in use     at org.apache.sshd.common.future.AbstractSshFuture.lambda$verifyResult$1(AbstractSshFuture.java:131)     at org.apache.sshd.common.future.AbstractSshFuture.formatExceptionMessage(AbstractSshFuture.java:185)     at org.apache.sshd.common.future.AbstractSshFuture.verifyResult(AbstractSshFuture.java:130)     at org.apache.sshd.client.future.DefaultConnectFuture.verify(DefaultConnectFuture.java:42)     at org.apache.sshd.client.future.DefaultConnectFuture.verify(DefaultConnectFuture.java:34)     at org.apache.sshd.common.future.VerifiableFuture.verify(VerifiableFuture.java:68)     at org.apache.sshd.server.ServerTest.createTestClientSession(ServerTest.java:1033)     at org.apache.sshd.server.ServerTest.testDelayClientIdentification(ServerTest.java:1023)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)     at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)     at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)     at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)     at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)     at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
    at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
    at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
    at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)     at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
    at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
    at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
    at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
    at org.junit.runners.Suite.runChild(Suite.java:128)
    at org.junit.runners.Suite.runChild(Suite.java:27)
    at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
    at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
    at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
    at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
    at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)     at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)     at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)     at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)     at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:157)     at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)     at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)     at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)     at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
Caused by: java.net.BindException: Address already in use
    at sun.nio.ch.Net.connect0(Native Method)
    at sun.nio.ch.Net.connect(Net.java:454)
    at sun.nio.ch.Net.connect(Net.java:446)
    at sun.nio.ch.UnixAsynchronousSocketChannelImpl.implConnect(UnixAsynchronousSocketChannelImpl.java:326)     at sun.nio.ch.AsynchronousSocketChannelImpl.connect(AsynchronousSocketChannelImpl.java:209)     at org.apache.sshd.common.io.nio2.Nio2Connector.connect(Nio2Connector.java:70)
    at org.apache.sshd.client.SshClient.doConnect(SshClient.java:597)
    at org.apache.sshd.client.SshClient.doConnect(SshClient.java:579)
    at org.apache.sshd.client.SshClient.connect(SshClient.java:510)
    at org.apache.sshd.client.SshClient.connect(SshClient.java:502)
    at org.apache.sshd.client.session.ClientSessionCreator.connect(ClientSessionCreator.java:74)     at org.apache.sshd.client.session.ClientSessionCreator.connect(ClientSessionCreator.java:57)     at org.apache.sshd.server.ServerTest.createTestClientSession(ServerTest.java:1032)
    ... 45 more

[WARNING] org.apache.sshd.server.ServerTest.testDelayClientIdentification
[ERROR]   Run 1: ServerTest.testDelayClientIdentification:1023->createTestClientSession:1033 » Ssh

[INFO]   Run 2: PASS


(As we can see, there is a second pass that runs OK).

2.1) Checked the distribution SHA512 signature

2.2) Built the distribution sources, same error, which is by-passed.

On 07/12/2020 21:29, Guillaume Nodet wrote:
I've staged a release candidate:
* maven repo:
https://repository.apache.org/content/repositories/orgapachemina-1052
* Distributions: https://dist.apache.org/repos/dist/dev/mina/sshd/2.6.0/
* Git tag: https://github.com/apache/mina-sshd/releases/tag/sshd-2.6.0

This release contains a number of changes:
https://github.com/apache/mina-sshd/blob/master/docs/changes/2.6.0.md

Please review and vote !

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

Reply via email to