You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Guillaume Nodet <gn...@apache.org> on 2022/08/22 12:46:06 UTC

[VOTE] Release Apache Mina SSHD 2.9.1

I've staged a candidate release for 2.9.1 at:
  https://repository.apache.org/content/repositories/orgapachemina-1079
Git tag:
  https://github.com/apache/mina-sshd/tree/sshd-2.9.1
Issues solved:
  https://github.com/apache/mina-sshd/blob/sshd-2.9.1/docs/changes/2.9.1.md

Please review and vote !

-- 
------------------------
Guillaume Nodet

Re: [VOTE] Release Apache Mina SSHD 2.9.1

Posted by Jeff Genender <jg...@apache.org>.
+1

Jeff

> On Aug 22, 2022, at 6:46 AM, Guillaume Nodet <gn...@apache.org> wrote:
> 
> I've staged a candidate release for 2.9.1 at:
>  https://repository.apache.org/content/repositories/orgapachemina-1079
> Git tag:
>  https://github.com/apache/mina-sshd/tree/sshd-2.9.1
> Issues solved:
>  https://github.com/apache/mina-sshd/blob/sshd-2.9.1/docs/changes/2.9.1.md
> 
> Please review and vote !
> 
> -- 
> ------------------------
> Guillaume Nodet


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


Re: [VOTE] Release Apache Mina SSHD 2.9.1

Posted by Guillaume Nodet <gn...@apache.org>.
+1

Le lun. 22 août 2022 à 14:46, Guillaume Nodet <gn...@apache.org> a écrit :

> I've staged a candidate release for 2.9.1 at:
>   https://repository.apache.org/content/repositories/orgapachemina-1079
> Git tag:
>   https://github.com/apache/mina-sshd/tree/sshd-2.9.1
> Issues solved:
>
> https://github.com/apache/mina-sshd/blob/sshd-2.9.1/docs/changes/2.9.1.md
>
> Please review and vote !
>
> --
> ------------------------
> Guillaume Nodet
>
>

-- 
------------------------
Guillaume Nodet

Re: [VOTE] Release Apache Mina SSHD 2.9.1

Posted by Emmanuel Lécharny <el...@gmail.com>.
Hi Guillaume,

sorry, I should have tested it again, it now passes green (I was in 
vacation last week...). I guess it was a hicup...

My +1 for teh release.

On 2022/09/05 09:43, Guillaume Nodet wrote:
> I've run the test alone without any issue on osx, windows 10 and fedora, so
> I'm quite confident the underlying code is working correctly.
> 
> Le mar. 30 août 2022 à 06:41, Emmanuel Lécharny <el...@gmail.com> a
> écrit :
> 
>> Hi,
>>
>> got one error on sshd-core:
>>
>> [INFO] Running org.apache.sshd.common.auth.PublicKeyAuthenticationTest
>> [ERROR] Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
>> 0.847 s <<< FAILURE! - in
>> org.apache.sshd.common.auth.PublicKeyAuthenticationTest
>> [ERROR]
>> org.apache.sshd.common.auth.PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey
>>
>>    Time elapsed: 0.131 s  <<< FAILURE!
>> java.lang.AssertionError: Unexpected failure cause - actual object type
>> (org.apache.sshd.common.SshException) incompatible with expected
>> (java.security.spec.InvalidKeySpecException)
>>          at org.junit.Assert.fail(Assert.java:89)
>>          at
>>
>> org.apache.sshd.util.test.JUnitTestSupport.assertObjectInstanceOf(JUnitTestSupport.java:415)
>>          at
>>
>> org.apache.sshd.common.auth.PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey(PublicKeyAuthenticationTest.java:180)
>>
>> ...
>>
>> [WARNING] Flakes:
>> [WARNING]
>>
>> org.apache.sshd.common.auth.PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey
>> [ERROR]   Run 1:
>> PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey:180->JUnitTestSupport.assertObjectInstanceOf:415->Assert.fail:89
>>
>> Unexpected failure cause - actual object type
>> (org.apache.sshd.common.SshException) incompatible with expected
>> (java.security.spec.InvalidKeySpecException)
>>
>>
>> Env: MacOS 12.5.1
>> Maven: 3.8.1
>> Java: 1.8
>>
>>
>> Otherwise, the build was successful...
>>
>>
>> On 2022/08/22 14:46, Guillaume Nodet wrote:
>>> I've staged a candidate release for 2.9.1 at:
>>>     https://repository.apache.org/content/repositories/orgapachemina-1079
>>> Git tag:
>>>     https://github.com/apache/mina-sshd/tree/sshd-2.9.1
>>> Issues solved:
>>>
>> https://github.com/apache/mina-sshd/blob/sshd-2.9.1/docs/changes/2.9.1.md
>>>
>>> Please review and vote !
>>>
>>
>> --
>> *Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE
>> T. +33 (0)4 89 97 36 50
>> P. +33 (0)6 08 33 32 61
>> emmanuel.lecharny@busit.com https://www.busit.com/
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org
>> For additional commands, e-mail: dev-help@mina.apache.org
>>
>>
> 

-- 
*Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE
T. +33 (0)4 89 97 36 50
P. +33 (0)6 08 33 32 61
emmanuel.lecharny@busit.com https://www.busit.com/

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


Re: [VOTE] Release Apache Mina SSHD 2.9.1

Posted by Guillaume Nodet <gn...@apache.org>.
I've run the test alone without any issue on osx, windows 10 and fedora, so
I'm quite confident the underlying code is working correctly.

Le mar. 30 août 2022 à 06:41, Emmanuel Lécharny <el...@gmail.com> a
écrit :

> Hi,
>
> got one error on sshd-core:
>
> [INFO] Running org.apache.sshd.common.auth.PublicKeyAuthenticationTest
> [ERROR] Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
> 0.847 s <<< FAILURE! - in
> org.apache.sshd.common.auth.PublicKeyAuthenticationTest
> [ERROR]
> org.apache.sshd.common.auth.PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey
>
>   Time elapsed: 0.131 s  <<< FAILURE!
> java.lang.AssertionError: Unexpected failure cause - actual object type
> (org.apache.sshd.common.SshException) incompatible with expected
> (java.security.spec.InvalidKeySpecException)
>         at org.junit.Assert.fail(Assert.java:89)
>         at
>
> org.apache.sshd.util.test.JUnitTestSupport.assertObjectInstanceOf(JUnitTestSupport.java:415)
>         at
>
> org.apache.sshd.common.auth.PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey(PublicKeyAuthenticationTest.java:180)
>
> ...
>
> [WARNING] Flakes:
> [WARNING]
>
> org.apache.sshd.common.auth.PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey
> [ERROR]   Run 1:
> PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey:180->JUnitTestSupport.assertObjectInstanceOf:415->Assert.fail:89
>
> Unexpected failure cause - actual object type
> (org.apache.sshd.common.SshException) incompatible with expected
> (java.security.spec.InvalidKeySpecException)
>
>
> Env: MacOS 12.5.1
> Maven: 3.8.1
> Java: 1.8
>
>
> Otherwise, the build was successful...
>
>
> On 2022/08/22 14:46, Guillaume Nodet wrote:
> > I've staged a candidate release for 2.9.1 at:
> >    https://repository.apache.org/content/repositories/orgapachemina-1079
> > Git tag:
> >    https://github.com/apache/mina-sshd/tree/sshd-2.9.1
> > Issues solved:
> >
> https://github.com/apache/mina-sshd/blob/sshd-2.9.1/docs/changes/2.9.1.md
> >
> > Please review and vote !
> >
>
> --
> *Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE
> T. +33 (0)4 89 97 36 50
> P. +33 (0)6 08 33 32 61
> emmanuel.lecharny@busit.com https://www.busit.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org
> For additional commands, e-mail: dev-help@mina.apache.org
>
>

-- 
------------------------
Guillaume Nodet

Re: [VOTE] Release Apache Mina SSHD 2.9.1

Posted by Emmanuel Lécharny <el...@gmail.com>.
Hi,

got one error on sshd-core:

[INFO] Running org.apache.sshd.common.auth.PublicKeyAuthenticationTest
[ERROR] Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
0.847 s <<< FAILURE! - in 
org.apache.sshd.common.auth.PublicKeyAuthenticationTest
[ERROR] 
org.apache.sshd.common.auth.PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey 
  Time elapsed: 0.131 s  <<< FAILURE!
java.lang.AssertionError: Unexpected failure cause - actual object type 
(org.apache.sshd.common.SshException) incompatible with expected 
(java.security.spec.InvalidKeySpecException)
	at org.junit.Assert.fail(Assert.java:89)
	at 
org.apache.sshd.util.test.JUnitTestSupport.assertObjectInstanceOf(JUnitTestSupport.java:415)
	at 
org.apache.sshd.common.auth.PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey(PublicKeyAuthenticationTest.java:180)

...

[WARNING] Flakes:
[WARNING] 
org.apache.sshd.common.auth.PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey
[ERROR]   Run 1: 
PublicKeyAuthenticationTest.testUserAuthPkOkWrongKey:180->JUnitTestSupport.assertObjectInstanceOf:415->Assert.fail:89 
Unexpected failure cause - actual object type 
(org.apache.sshd.common.SshException) incompatible with expected 
(java.security.spec.InvalidKeySpecException)


Env: MacOS 12.5.1
Maven: 3.8.1
Java: 1.8


Otherwise, the build was successful...


On 2022/08/22 14:46, Guillaume Nodet wrote:
> I've staged a candidate release for 2.9.1 at:
>    https://repository.apache.org/content/repositories/orgapachemina-1079
> Git tag:
>    https://github.com/apache/mina-sshd/tree/sshd-2.9.1
> Issues solved:
>    https://github.com/apache/mina-sshd/blob/sshd-2.9.1/docs/changes/2.9.1.md
> 
> Please review and vote !
> 

-- 
*Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE
T. +33 (0)4 89 97 36 50
P. +33 (0)6 08 33 32 61
emmanuel.lecharny@busit.com https://www.busit.com/

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