Compiled the package, compiled from source, check the N&L files.

Weird enough, everything works fine with source grabbed from the git
repo, but the package consistently fails with those errors :

...
[ERROR] Tests run: 6, Failures: 2, Errors: 4, Skipped: 0, Time elapsed:
0.476 s <<< FAILURE! - in
org.apache.sshd.server.auth.AsyncAuthInteractiveTest
[ERROR]
testSyncAuthFailed(org.apache.sshd.server.auth.AsyncAuthInteractiveTest)
 Time elapsed: 0.09 s  <<< ERROR!
com.jcraft.jsch.JSchException: Session.connect: java.io.IOException: End
of IO Stream Read
        at
org.apache.sshd.server.auth.AsyncAuthInteractiveTest.authenticate(AsyncAuthInteractiveTest.java:78)

[ERROR]
testAsyncAuthTimeout(org.apache.sshd.server.auth.AsyncAuthInteractiveTest)
 Time elapsed: 0.072 s  <<< FAILURE!
java.lang.AssertionError: Unexpected failure Session.connect:
java.io.IOException: End of IO Stream Read

[ERROR]
testSyncAuthSucceeded(org.apache.sshd.server.auth.AsyncAuthInteractiveTest)
 Time elapsed: 0.07 s  <<< ERROR!
com.jcraft.jsch.JSchException: Session.connect: java.io.IOException: End
of IO Stream Read
        at
org.apache.sshd.server.auth.AsyncAuthInteractiveTest.authenticate(AsyncAuthInteractiveTest.java:78)

[ERROR]
testAsyncAuthFailed(org.apache.sshd.server.auth.AsyncAuthInteractiveTest)
 Time elapsed: 0.098 s  <<< ERROR!
com.jcraft.jsch.JSchException: Session.connect: java.io.IOException: End
of IO Stream Read
        at
org.apache.sshd.server.auth.AsyncAuthInteractiveTest.authenticate(AsyncAuthInteractiveTest.java:78)

[ERROR]
testAsyncAuthSucceeded(org.apache.sshd.server.auth.AsyncAuthInteractiveTest)
 Time elapsed: 0.073 s  <<< ERROR!
com.jcraft.jsch.JSchException: Session.connect: java.io.IOException: End
of IO Stream Read
        at
org.apache.sshd.server.auth.AsyncAuthInteractiveTest.authenticate(AsyncAuthInteractiveTest.java:78)

[ERROR]
testAsyncAuthSucceededAfterTimeout(org.apache.sshd.server.auth.AsyncAuthInteractiveTest)
 Time elapsed: 0.073 s  <<< FAILURE!
java.lang.AssertionError: Unexpected failure Session.connect:
java.io.IOException: End of IO Stream Read

[INFO] Running org.apache.sshd.server.auth.AsyncAuthTest
[ERROR] Tests run: 6, Failures: 2, Errors: 4, Skipped: 0, Time elapsed:
0.487 s <<< FAILURE! - in org.apache.sshd.server.auth.AsyncAuthTest
[ERROR] testSyncAuthFailed(org.apache.sshd.server.auth.AsyncAuthTest)
Time elapsed: 0.074 s  <<< ERROR!
com.jcraft.jsch.JSchException: Session.connect: java.io.IOException: End
of IO Stream Read
        at
org.apache.sshd.server.auth.AsyncAuthTest.authenticate(AsyncAuthTest.java:80)

[ERROR] testAsyncAuthTimeout(org.apache.sshd.server.auth.AsyncAuthTest)
Time elapsed: 0.079 s  <<< FAILURE!
java.lang.AssertionError: Unexpected failure Session.connect:
java.io.IOException: End of IO Stream Read

[ERROR] testSyncAuthSucceeded(org.apache.sshd.server.auth.AsyncAuthTest)
 Time elapsed: 0.092 s  <<< ERROR!
com.jcraft.jsch.JSchException: Session.connect: java.io.IOException: End
of IO Stream Read
        at
org.apache.sshd.server.auth.AsyncAuthTest.authenticate(AsyncAuthTest.java:80)

[ERROR] testAsyncAuthFailed(org.apache.sshd.server.auth.AsyncAuthTest)
Time elapsed: 0.074 s  <<< ERROR!
com.jcraft.jsch.JSchException: Session.connect: java.io.IOException: End
of IO Stream Read
        at
org.apache.sshd.server.auth.AsyncAuthTest.authenticate(AsyncAuthTest.java:80)

[ERROR]
testAsyncAuthSucceeded(org.apache.sshd.server.auth.AsyncAuthTest)  Time
elapsed: 0.076 s  <<< ERROR!
com.jcraft.jsch.JSchException: Session.connect: java.io.IOException: End
of IO Stream Read
        at
org.apache.sshd.server.auth.AsyncAuthTest.authenticate(AsyncAuthTest.java:80)

[ERROR]
testAsyncAuthSucceededAfterTimeout(org.apache.sshd.server.auth.AsyncAuthTest)
 Time elapsed: 0.092 s  <<< FAILURE!
java.lang.AssertionError: Unexpected failure Session.connect:
java.io.IOException: End of IO Stream Read

...
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR]
AsyncAuthInteractiveTest>AsyncAuthTestBase.testAsyncAuthSucceededAfterTimeout:121->Assert.assertTrue:41->Assert.fail:88
Unexpected failure Session.connect: java.io.IOException: End of IO
Stream Read
[ERROR]
AsyncAuthInteractiveTest>AsyncAuthTestBase.testAsyncAuthTimeout:110->Assert.assertTrue:41->Assert.fail:88
Unexpected failure Session.connect: java.io.IOException: End of IO
Stream Read
[ERROR]
AsyncAuthTest>AsyncAuthTestBase.testAsyncAuthSucceededAfterTimeout:121->Assert.assertTrue:41->Assert.fail:88
Unexpected failure Session.connect: java.io.IOException: End of IO
Stream Read
[ERROR]
AsyncAuthTest>AsyncAuthTestBase.testAsyncAuthTimeout:110->Assert.assertTrue:41->Assert.fail:88
Unexpected failure Session.connect: java.io.IOException: End of IO
Stream Read
[ERROR] Errors:
[ERROR]
AsyncAuthInteractiveTest>AsyncAuthTestBase.testAsyncAuthFailed:93->authenticate:78
» JSch
[ERROR]
AsyncAuthInteractiveTest>AsyncAuthTestBase.testAsyncAuthSucceeded:100->authenticate:78
» JSch
[ERROR]
AsyncAuthInteractiveTest>AsyncAuthTestBase.testSyncAuthFailed:79->authenticate:78
» JSch
[ERROR]
AsyncAuthInteractiveTest>AsyncAuthTestBase.testSyncAuthSucceeded:86->authenticate:78
» JSch
[ERROR]
AsyncAuthTest>AsyncAuthTestBase.testAsyncAuthFailed:93->authenticate:80
» JSch
[ERROR]
AsyncAuthTest>AsyncAuthTestBase.testAsyncAuthSucceeded:100->authenticate:80
» JSch
[ERROR]
AsyncAuthTest>AsyncAuthTestBase.testSyncAuthFailed:79->authenticate:80 »
JSch ...
[ERROR]
AsyncAuthTest>AsyncAuthTestBase.testSyncAuthSucceeded:86->authenticate:80
» JSch
[INFO]
[ERROR] Tests run: 447, Failures: 4, Errors: 8, Skipped: 5
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Mina SSHD :: Core 2.1.0 ..................... FAILURE
[02:13 min]
[INFO] Apache Mina SSHD :: Mina ........................... SKIPPED
[INFO] Apache Mina SSHD :: Netty .......................... SKIPPED
[INFO] Apache Mina SSHD :: SCP ............................ SKIPPED
[INFO] Apache Mina SSHD :: SFTP ........................... SKIPPED
[INFO] Apache Mina SSHD :: LDAP ........................... SKIPPED
[INFO] Apache Mina SSHD :: Git ............................ SKIPPED
[INFO] Apache Mina SSHD :: Contributions .................. SKIPPED
[INFO] Apache Mina SSHD :: Spring integration SFTP adapter  SKIPPED
[INFO] Apache Mina SSHD :: CLI ............................ SKIPPED
[INFO] Apache Mina SSHD :: Assembly 2.1.0 ................. SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 02:15 min
[INFO] Finished at: 2018-09-24T20:46:32+02:00
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test
(default-test) on project sshd-core: There are test failures.
[ERROR]
[ERROR] Please refer to
/Users/elecharny/apacheds/directory-ldap-api/t/apache-sshd-2.1.0/sshd-core/target/surefire-reports-nio2
for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump,
[date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the
-e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

...

Note : the NOTICE-bin.txt file contains some garbage chars dur to some
accent chars in Ceki's name.

Note 2 : it would be good to have a pointer to teh tag, like :

        git clone --branch sshd-2.1.0
http://git-wip-us.apache.org/repos/asf/mina-sshd.git

Le 17/09/2018 à 10:35, Guillaume Nodet a écrit :
> I've staged a candidate release for Mina SSHD 2.1.0 at
> https://repository.apache.org/content/repositories/orgapachemina-1038/
> 
> This release contains the following changes:
> ** Bug
>     * [SSHD-827] - Dynamic port forwarding server closes session after
> first unsuccessful connection
>     * [SSHD-839] - Possible bug in DefaultForwardingFilter class
>     * [SSHD-843] - Ability to disable registering security providers using
> system property
> 
> ** Improvement
>     * [SSHD-835] - Introduce a Closeable ExecutorService
>     * [SSHD-836] - Make final some methods from base Closeable
> implementations
>     * [SSHD-841] - Use Nio2ServiceFactoryFactory as the hardwired default
> if no other found or explicitly set
>     * [SSHD-842] - Split common utilities code from sshd-core into
> sshd-common (new artifact)
> 
> Please review and vote !
> 

-- 
Emmanuel Lecharny

Symas.com
directory.apache.org

Attachment: pEpkey.asc
Description: application/pgp-keys

Reply via email to