+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 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. Using: Apache Maven 3.9.7 (8b094c9513efc1b9ce2d952b3b9c8eaedaf8cbf0) Maven home: C:\java\apache-maven-3.9.7 Java version: 17.0.11, vendor: Eclipse Adoptium, runtime: C:\Program Files\Eclipse Adoptium\jdk-17.0.11.9-hotspot Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" Gary On 2024/06/13 14:54:41 Emmanuel Lécharny wrote: > My +1: > - checked the signature > - checked the N&L files > - built from source > > One side note: on my new M3 mac, the > org.apache.sshd.common.cipher.ArcFourOpenSshTest test never finishes. > > I will relaunch the tests to be sure, but it works just fine on my old > Intel mac. > > (Java 11 on both computers) > > Thanks Guillaume! > > On 12/06/2024 17:53, Guillaume Nodet wrote: > > I've staged a candidate release for an SSHD 2.13.0 release at: > > Official staging repo: > > https://dist.apache.org/repos/dist/dev/mina/sshd/2.13.0/ > > Maven staging repo: > > https://repository.apache.org/content/repositories/orgapachemina-1093 > > Git tag: > > https://github.com/apache/mina-sshd/commits/sshd-2.13.0 > > Changelog: > > > > https://github.com/apache/mina-sshd/blob/sshd-2.13.0/docs/changes/2.13.0.md > > > > Remember, if you want to try building with tests, *you need docker to be > > running on your computer* ! > > Please review and vote ! > > > > -- > *Emmanuel Lécharny* P. +33 (0)6 08 33 32 61 > [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
