Source: libmina-sshd-java
Version: 2.13.2-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20250414 ftbfs-trixie

Hi,

During a rebuild of all packages in testing (trixie), your package failed
to build on i386.


Relevant part (hopefully):
>  debian/rules binary
> dh binary --with javahelper
>    dh_update_autotools_config
>    dh_autoreconf
>    dh_auto_configure
>       mh_patchpoms -plibmina-sshd-java --debian-build --keep-pom-version 
> --maven-repo=/build/reproducible-path/libmina-sshd-java-2.13.2/debian/maven-repo
>    jh_linkjars
>    dh_auto_build
>       /usr/lib/jvm/default-java/bin/java -noverify -cp 
> /usr/share/maven/boot/plexus-classworlds-2.x.jar 
> -Dmaven.home=/usr/share/maven 
> -Dmaven.multiModuleProjectDirectory=/build/reproducible-path/libmina-sshd-java-2.13.2
>  -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml 
> -Ddebian.dir=/build/reproducible-path/libmina-sshd-java-2.13.2/debian 
> -Dmaven.repo.local=/build/reproducible-path/libmina-sshd-java-2.13.2/debian/maven-repo
>  --batch-mode package -DskipTests -Dnotimestamp=true -Dlocale=en_US
> OpenJDK Server VM warning: Options -Xverify:none and -noverify were 
> deprecated in JDK 13 and will likely be removed in a future release.
> [INFO] Scanning for projects...
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.sshd:sshd-putty:jar:2.13.2
> [WARNING] 'build.plugins.plugin.version' for 
> org.apache.maven.plugins:maven-jar-plugin is missing. @ 
> org.apache.sshd:sshd:2.13.2, 
> /build/reproducible-path/libmina-sshd-java-2.13.2/pom.xml, line 825, column 12
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.sshd:sshd-mina:jar:2.13.2
> [WARNING] 'build.plugins.plugin.version' for 
> org.apache.maven.plugins:maven-jar-plugin is missing. @ 
> org.apache.sshd:sshd:2.13.2, 
> /build/reproducible-path/libmina-sshd-java-2.13.2/pom.xml, line 825, column 12
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.sshd:sshd-netty:jar:2.13.2
> [WARNING] 'build.plugins.plugin.version' for 
> org.apache.maven.plugins:maven-jar-plugin is missing. @ 
> org.apache.sshd:sshd:2.13.2, 
> /build/reproducible-path/libmina-sshd-java-2.13.2/pom.xml, line 825, column 12
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.sshd:sshd-scp:jar:2.13.2
> [WARNING] 'build.plugins.plugin.version' for 
> org.apache.maven.plugins:maven-jar-plugin is missing. @ 
> org.apache.sshd:sshd:2.13.2, 
> /build/reproducible-path/libmina-sshd-java-2.13.2/pom.xml, line 825, column 12
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.sshd:sshd-sftp:jar:2.13.2
> [WARNING] 'build.plugins.plugin.version' for 
> org.apache.maven.plugins:maven-jar-plugin is missing. @ 
> org.apache.sshd:sshd:2.13.2, 
> /build/reproducible-path/libmina-sshd-java-2.13.2/pom.xml, line 825, column 12
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.sshd:sshd-ldap:jar:2.13.2
> [WARNING] 'build.plugins.plugin.version' for 
> org.apache.maven.plugins:maven-jar-plugin is missing. @ 
> org.apache.sshd:sshd:2.13.2, 
> /build/reproducible-path/libmina-sshd-java-2.13.2/pom.xml, line 825, column 12
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.sshd:sshd-contrib:jar:2.13.2
> [WARNING] 'build.plugins.plugin.version' for 
> org.apache.maven.plugins:maven-jar-plugin is missing. @ 
> org.apache.sshd:sshd:2.13.2, 
> /build/reproducible-path/libmina-sshd-java-2.13.2/pom.xml, line 825, column 12
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.sshd:sshd-cli:jar:2.13.2
> [WARNING] 'build.plugins.plugin.version' for 
> org.apache.maven.plugins:maven-jar-plugin is missing. @ 
> org.apache.sshd:sshd:2.13.2, 
> /build/reproducible-path/libmina-sshd-java-2.13.2/pom.xml, line 825, column 12
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.sshd:sshd:pom:2.13.2
> [WARNING] 'build.plugins.plugin.version' for 
> org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 842, column 
> 12
> [WARNING] 'build.plugins.plugin.version' for 
> org.apache.maven.plugins:maven-jar-plugin is missing. @ line 825, column 12
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they 
> threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support 
> building such malformed projects.
> [WARNING] 
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] Apache Mina SSHD                                                   
> [pom]
> [INFO] Apache Mina SSHD :: Common support utilities                       
> [jar]
> [INFO] Apache Mina SSHD :: Putty key files support utilities              
> [jar]
> [INFO] Apache Mina SSHD :: Core                                           
> [jar]
> [INFO] Apache Mina SSHD :: Mina                                           
> [jar]
> [INFO] Apache Mina SSHD :: Netty                                          
> [jar]
> [INFO] Apache Mina SSHD :: SCP                                            
> [jar]
> [INFO] Apache Mina SSHD :: SFTP                                           
> [jar]
> [INFO] Apache Mina SSHD :: LDAP                                           
> [jar]
> [INFO] Apache Mina SSHD :: Contributions                                  
> [jar]
> [INFO] Apache Mina SSHD :: CLI                                            
> [jar]
> [INFO] 
> [INFO] ------------------------< org.apache.sshd:sshd 
> >------------------------
> [INFO] Building Apache Mina SSHD 2.13.2                                  
> [1/11]
> [INFO]   from pom.xml
> [INFO] --------------------------------[ pom 
> ]---------------------------------
> [INFO] Looking for compatible RELEASE version of plugin 
> org.apache.maven.plugins:maven-jar-plugin
> [INFO] Looking for compatible RELEASE version of plugin 
> org.apache.maven.plugins:maven-surefire-plugin
> [INFO] Looking for compatible RELEASE version of plugin 
> org.apache.maven.plugins:maven-resources-plugin
> [INFO] 
> [INFO] --- clean:3.2.0:clean (auto-clean-key-files) @ sshd ---
> [INFO] Deleting /build/reproducible-path/libmina-sshd-java-2.13.2 (includes = 
> [*.ser, *.pem], excludes = [])
> [INFO] 
> [INFO] --------------------< org.apache.sshd:sshd-common 
> >---------------------
> [INFO] Building Apache Mina SSHD :: Common support utilities 2.13.2      
> [2/11]
> [INFO]   from sshd-common/pom.xml
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [INFO] 
> [INFO] --- clean:3.2.0:clean (auto-clean-key-files) @ sshd-common ---
> [INFO] Deleting /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-common 
> (includes = [*.ser, *.pem], excludes = [])
> [INFO] 
> [INFO] --- resources:3.3.1:resources (default-resources) @ sshd-common ---
> [INFO] Copying 2 resources from src/main/filtered-resources to target/classes
> [INFO] 
> [INFO] --- compiler:3.13.0:compile (default-compile) @ sshd-common ---
> [INFO] Recompiling the module because of changed source code.
> [INFO] Compiling 396 source files with javac [debug release 8] to 
> target/classes
> [WARNING] source value 8 is obsolete and will be removed in a future release
> [WARNING] target value 8 is obsolete and will be removed in a future release
> [WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
> [INFO] 
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-common/src/main/java/org/apache/sshd/common/util/security/bouncycastle/BouncyCastleSecurityProviderRegistrar.java:
>  Some input files use or override a deprecated API.
> [INFO] 
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-common/src/main/java/org/apache/sshd/common/util/security/bouncycastle/BouncyCastleSecurityProviderRegistrar.java:
>  Recompile with -Xlint:deprecation for details.
> [INFO] 
> [INFO] --- resources:3.3.1:testResources (default-testResources) @ 
> sshd-common ---
> [INFO] Copying 99 resources from src/test/resources to target/test-classes
> [INFO] 
> [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ sshd-common ---
> [INFO] Recompiling the module because of changed dependency.
> [INFO] Compiling 128 source files with javac [debug release 8] to 
> target/test-classes
> [WARNING] source value 8 is obsolete and will be removed in a future release
> [WARNING] target value 8 is obsolete and will be removed in a future release
> [WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
> [INFO] 
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-common/src/test/java/org/apache/sshd/util/test/CommonTestSupportUtils.java:
>  
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-common/src/test/java/org/apache/sshd/util/test/CommonTestSupportUtils.java
>  uses or overrides a deprecated API.
> [INFO] 
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-common/src/test/java/org/apache/sshd/util/test/CommonTestSupportUtils.java:
>  Recompile with -Xlint:deprecation for details.
> [INFO] 
> [INFO] --- surefire:2.22.3:test (default-test) @ sshd-common ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- jar:3.3.0:jar (default-jar) @ sshd-common ---
> [INFO] Building jar: 
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-common/target/sshd-common-2.13.2.jar
> [INFO] 
> [INFO] --- jar:3.3.0:test-jar (default) @ sshd-common ---
> [INFO] Building jar: 
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-common/target/sshd-common-2.13.2-tests.jar
> [INFO] 
> [INFO] ---------------------< org.apache.sshd:sshd-putty 
> >---------------------
> [INFO] Building Apache Mina SSHD :: Putty key files support utilities 2.13.2 
> [3/11]
> [INFO]   from sshd-putty/pom.xml
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [WARNING] The artifact org.apache.maven.plugins:maven-jar-plugin:jar:3.1.2 
> has been relocated to org.apache.maven.plugins:maven-jar-plugin:jar:3.3.0
> [INFO] 
> [INFO] --- clean:3.2.0:clean (auto-clean-key-files) @ sshd-putty ---
> [INFO] Deleting /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-putty 
> (includes = [*.ser, *.pem], excludes = [])
> [INFO] 
> [INFO] --- resources:3.3.1:resources (default-resources) @ sshd-putty ---
> [INFO] Copying 1 resource from src/main/resources to target/classes
> [INFO] 
> [INFO] --- compiler:3.13.0:compile (default-compile) @ sshd-putty ---
> [INFO] Recompiling the module because of changed dependency.
> [INFO] Compiling 8 source files with javac [debug release 8] to target/classes
> [WARNING] source value 8 is obsolete and will be removed in a future release
> [WARNING] target value 8 is obsolete and will be removed in a future release
> [WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
> [INFO] 
> [INFO] --- resources:3.3.1:testResources (default-testResources) @ sshd-putty 
> ---
> [INFO] Copying 14 resources from src/test/resources to target/test-classes
> [INFO] 
> [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ sshd-putty ---
> [INFO] Recompiling the module because of changed dependency.
> [INFO] Compiling 3 source files with javac [debug release 8] to 
> target/test-classes
> [WARNING] source value 8 is obsolete and will be removed in a future release
> [WARNING] target value 8 is obsolete and will be removed in a future release
> [WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
> [INFO] 
> [INFO] --- surefire:2.22.3:test (default-test) @ sshd-putty ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- jar:3.3.0:jar (default-jar) @ sshd-putty ---
> [INFO] Building jar: 
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-putty/target/sshd-putty-2.13.2.jar
> [INFO] 
> [INFO] ---------------------< org.apache.sshd:sshd-core 
> >----------------------
> [INFO] Building Apache Mina SSHD :: Core 2.13.2                          
> [4/11]
> [INFO]   from sshd-core/pom.xml
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [WARNING] The POM for ch.ethz.ganymed:ganymed-ssh2:jar:debian is invalid, 
> transitive dependencies (if any) will not be available: 1 problem was 
> encountered while building the effective model for 
> ch.ethz.ganymed:ganymed-ssh2:debian
> [ERROR] 'dependencies.dependency.version' for junit:junit:jar is missing. @ 
> 
> [INFO] 
> [INFO] --- clean:3.2.0:clean (auto-clean-key-files) @ sshd-core ---
> [INFO] Deleting /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-core 
> (includes = [*.ser, *.pem], excludes = [])
> [INFO] 
> [INFO] --- resources:3.3.1:resources (default-resources) @ sshd-core ---
> [INFO] Copying 9 resources from src/main/filtered-resources to target/classes
> [INFO] 
> [INFO] --- compiler:3.13.0:compile (default-compile) @ sshd-core ---
> [INFO] Recompiling the module because of changed dependency.
> [INFO] Compiling 360 source files with javac [debug release 8] to 
> target/classes
> [WARNING] source value 8 is obsolete and will be removed in a future release
> [WARNING] target value 8 is obsolete and will be removed in a future release
> [WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
> [INFO] 
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-core/src/main/java/org/apache/sshd/agent/unix/AgentServerProxy.java:
>  Some input files use or override a deprecated API.
> [INFO] 
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-core/src/main/java/org/apache/sshd/agent/unix/AgentServerProxy.java:
>  Recompile with -Xlint:deprecation for details.
> [INFO] 
> [INFO] --- resources:3.3.1:testResources (default-testResources) @ sshd-core 
> ---
> [INFO] Copying 114 resources from src/test/resources to target/test-classes
> [INFO] 
> [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ sshd-core ---
> [INFO] Recompiling the module because of changed dependency.
> [INFO] Compiling 127 source files with javac [debug release 8] to 
> target/test-classes
> [WARNING] source value 8 is obsolete and will be removed in a future release
> [WARNING] target value 8 is obsolete and will be removed in a future release
> [WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
> [INFO] 
> [INFO] --- surefire:2.22.3:test (default-test) @ sshd-core ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- surefire:2.22.3:test (jce) @ sshd-core ---
> [WARNING]  Parameter 'systemProperties' is deprecated: Use 
> systemPropertyVariables instead.
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- jar:3.3.0:jar (default-jar) @ sshd-core ---
> [INFO] Building jar: 
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-core/target/sshd-core-2.13.2.jar
> [INFO] 
> [INFO] --- jar:3.3.0:test-jar (small-test-jar) @ sshd-core ---
> [INFO] Building jar: 
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-core/target/sshd-core-2.13.2-tests.jar
> [INFO] 
> [INFO] ---------------------< org.apache.sshd:sshd-mina 
> >----------------------
> [INFO] Building Apache Mina SSHD :: Mina 2.13.2                          
> [5/11]
> [INFO]   from sshd-mina/pom.xml
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [INFO] 
> [INFO] --- clean:3.2.0:clean (auto-clean-key-files) @ sshd-mina ---
> [INFO] Deleting /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-mina 
> (includes = [*.ser, *.pem], excludes = [])
> [INFO] 
> [INFO] --- resources:3.3.1:resources (default-resources) @ sshd-mina ---
> [INFO] Copying 1 resource from src/main/resources to target/classes
> [INFO] 
> [INFO] --- compiler:3.13.0:compile (default-compile) @ sshd-mina ---
> [INFO] Recompiling the module because of changed dependency.
> [INFO] Compiling 7 source files with javac [debug release 8] to target/classes
> [WARNING] source value 8 is obsolete and will be removed in a future release
> [WARNING] target value 8 is obsolete and will be removed in a future release
> [WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
> [INFO] 
> [INFO] --- resources:3.3.1:testResources (default-testResources) @ sshd-mina 
> ---
> [INFO] Copying 1 resource from src/test/resources to target/test-classes
> [INFO] 
> [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ sshd-mina ---
> [INFO] Recompiling the module because of changed dependency.
> [INFO] Compiling 1 source file with javac [debug release 8] to 
> target/test-classes
> [WARNING] source value 8 is obsolete and will be removed in a future release
> [WARNING] target value 8 is obsolete and will be removed in a future release
> [WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
> [INFO] 
> [INFO] --- surefire:2.22.3:test (default-test) @ sshd-mina ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- jar:3.3.0:jar (default-jar) @ sshd-mina ---
> [INFO] Building jar: 
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-mina/target/sshd-mina-2.13.2.jar
> [INFO] 
> [INFO] ---------------------< org.apache.sshd:sshd-netty 
> >---------------------
> [INFO] Building Apache Mina SSHD :: Netty 2.13.2                         
> [6/11]
> [INFO]   from sshd-netty/pom.xml
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [INFO] 
> [INFO] --- clean:3.2.0:clean (auto-clean-key-files) @ sshd-netty ---
> [INFO] Deleting /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-netty 
> (includes = [*.ser, *.pem], excludes = [])
> [INFO] 
> [INFO] --- resources:3.3.1:resources (default-resources) @ sshd-netty ---
> [INFO] Copying 1 resource from src/main/resources to target/classes
> [INFO] 
> [INFO] --- compiler:3.13.0:compile (default-compile) @ sshd-netty ---
> [INFO] Recompiling the module because of changed dependency.
> [INFO] Compiling 7 source files with javac [debug release 8] to target/classes
> [WARNING] source value 8 is obsolete and will be removed in a future release
> [WARNING] target value 8 is obsolete and will be removed in a future release
> [WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
> [INFO] 
> [INFO] --- resources:3.3.1:testResources (default-testResources) @ sshd-netty 
> ---
> [INFO] Copying 1 resource from src/test/resources to target/test-classes
> [INFO] 
> [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ sshd-netty ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- surefire:2.22.3:test (default-test) @ sshd-netty ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- jar:3.3.0:jar (default-jar) @ sshd-netty ---
> [INFO] Building jar: 
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-netty/target/sshd-netty-2.13.2.jar
> [INFO] 
> [INFO] ----------------------< org.apache.sshd:sshd-scp 
> >----------------------
> [INFO] Building Apache Mina SSHD :: SCP 2.13.2                           
> [7/11]
> [INFO]   from sshd-scp/pom.xml
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [INFO] 
> [INFO] --- clean:3.2.0:clean (auto-clean-key-files) @ sshd-scp ---
> [INFO] Deleting /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-scp 
> (includes = [*.ser, *.pem], excludes = [])
> [INFO] 
> [INFO] --- resources:3.3.1:resources (default-resources) @ sshd-scp ---
> [INFO] skip non existing resourceDirectory 
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-scp/src/main/filtered-resources
> [INFO] 
> [INFO] --- compiler:3.13.0:compile (default-compile) @ sshd-scp ---
> [INFO] Recompiling the module because of changed dependency.
> [INFO] Compiling 39 source files with javac [debug release 8] to 
> target/classes
> [WARNING] source value 8 is obsolete and will be removed in a future release
> [WARNING] target value 8 is obsolete and will be removed in a future release
> [WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
> [INFO] 
> [INFO] --- resources:3.3.1:testResources (default-testResources) @ sshd-scp 
> ---
> [INFO] Copying 3 resources from src/test/resources to target/test-classes
> [INFO] 
> [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ sshd-scp ---
> [INFO] Recompiling the module because of changed dependency.
> [INFO] Compiling 8 source files with javac [debug release 8] to 
> target/test-classes
> [WARNING] source value 8 is obsolete and will be removed in a future release
> [WARNING] target value 8 is obsolete and will be removed in a future release
> [WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
> [INFO] 
> [INFO] --- surefire:2.22.3:test (default-test) @ sshd-scp ---
> [WARNING]  Parameter 'systemProperties' is deprecated: Use 
> systemPropertyVariables instead.
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- surefire:2.22.3:test (mina) @ sshd-scp ---
> [WARNING]  Parameter 'systemProperties' is deprecated: Use 
> systemPropertyVariables instead.
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- surefire:2.22.3:test (netty) @ sshd-scp ---
> [WARNING]  Parameter 'systemProperties' is deprecated: Use 
> systemPropertyVariables instead.
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- jar:3.3.0:jar (default-jar) @ sshd-scp ---
> [INFO] Building jar: 
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-scp/target/sshd-scp-2.13.2.jar
> [INFO] 
> [INFO] ---------------------< org.apache.sshd:sshd-sftp 
> >----------------------
> [INFO] Building Apache Mina SSHD :: SFTP 2.13.2                          
> [8/11]
> [INFO]   from sshd-sftp/pom.xml
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [INFO] 
> [INFO] --- clean:3.2.0:clean (auto-clean-key-files) @ sshd-sftp ---
> [INFO] Deleting /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-sftp 
> (includes = [*.ser, *.pem], excludes = [])
> [INFO] 
> [INFO] --- resources:3.3.1:resources (default-resources) @ sshd-sftp ---
> [INFO] Copying 2 resources from src/main/filtered-resources to target/classes
> [INFO] 
> [INFO] --- compiler:3.13.0:compile (default-compile) @ sshd-sftp ---
> [INFO] Recompiling the module because of changed dependency.
> [INFO] Compiling 123 source files with javac [debug release 8] to 
> target/classes
> [WARNING] source value 8 is obsolete and will be removed in a future release
> [WARNING] target value 8 is obsolete and will be removed in a future release
> [WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
> [INFO] 
> [INFO] --- resources:3.3.1:testResources (default-testResources) @ sshd-sftp 
> ---
> [INFO] Copying 1 resource from src/test/resources to target/test-classes
> [INFO] 
> [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ sshd-sftp ---
> [INFO] Recompiling the module because of changed dependency.
> [INFO] Compiling 31 source files with javac [debug release 8] to 
> target/test-classes
> [WARNING] source value 8 is obsolete and will be removed in a future release
> [WARNING] target value 8 is obsolete and will be removed in a future release
> [WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
> [INFO] 
> [INFO] --- surefire:2.22.3:test (default-test) @ sshd-sftp ---
> [WARNING]  Parameter 'systemProperties' is deprecated: Use 
> systemPropertyVariables instead.
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- surefire:2.22.3:test (mina) @ sshd-sftp ---
> [WARNING]  Parameter 'systemProperties' is deprecated: Use 
> systemPropertyVariables instead.
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- surefire:2.22.3:test (netty) @ sshd-sftp ---
> [WARNING]  Parameter 'systemProperties' is deprecated: Use 
> systemPropertyVariables instead.
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- jar:3.3.0:jar (default-jar) @ sshd-sftp ---
> [INFO] Building jar: 
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-sftp/target/sshd-sftp-2.13.2.jar
> [INFO] 
> [INFO] ---------------------< org.apache.sshd:sshd-ldap 
> >----------------------
> [INFO] Building Apache Mina SSHD :: LDAP 2.13.2                          
> [9/11]
> [INFO]   from sshd-ldap/pom.xml
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [WARNING] Parameter 'useModulePath' is unknown for plugin 
> 'maven-surefire-plugin:2.22.3:test (default-test)'
> [INFO] 
> [INFO] --- clean:3.2.0:clean (auto-clean-key-files) @ sshd-ldap ---
> [INFO] Deleting /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-ldap 
> (includes = [*.ser, *.pem], excludes = [])
> [INFO] 
> [INFO] --- resources:3.3.1:resources (default-resources) @ sshd-ldap ---
> [INFO] Copying 1 resource from src/main/resources to target/classes
> [INFO] 
> [INFO] --- compiler:3.13.0:compile (default-compile) @ sshd-ldap ---
> [INFO] Recompiling the module because of changed dependency.
> [INFO] Compiling 4 source files with javac [debug release 8] to target/classes
> [WARNING] source value 8 is obsolete and will be removed in a future release
> [WARNING] target value 8 is obsolete and will be removed in a future release
> [WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
> [INFO] 
> [INFO] --- resources:3.3.1:testResources (default-testResources) @ sshd-ldap 
> ---
> [INFO] Copying 2 resources from src/test/resources to target/test-classes
> [INFO] 
> [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ sshd-ldap ---
> [INFO] Recompiling the module because of changed dependency.
> [INFO] Compiling 3 source files with javac [debug release 8] to 
> target/test-classes
> [WARNING] source value 8 is obsolete and will be removed in a future release
> [WARNING] target value 8 is obsolete and will be removed in a future release
> [WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
> [INFO] 
> [INFO] --- surefire:2.22.3:test (default-test) @ sshd-ldap ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- jar:3.3.0:jar (default-jar) @ sshd-ldap ---
> [INFO] Building jar: 
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-ldap/target/sshd-ldap-2.13.2.jar
> [INFO] 
> [INFO] --------------------< org.apache.sshd:sshd-contrib 
> >--------------------
> [INFO] Building Apache Mina SSHD :: Contributions 2.13.2                
> [10/11]
> [INFO]   from sshd-contrib/pom.xml
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [INFO] 
> [INFO] --- clean:3.2.0:clean (auto-clean-key-files) @ sshd-contrib ---
> [INFO] Deleting 
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-contrib (includes = 
> [*.ser, *.pem], excludes = [])
> [INFO] 
> [INFO] --- resources:3.3.1:resources (default-resources) @ sshd-contrib ---
> [INFO] Copying 1 resource from src/main/resources to target/classes
> [INFO] 
> [INFO] --- compiler:3.13.0:compile (default-compile) @ sshd-contrib ---
> [INFO] Recompiling the module because of changed dependency.
> [INFO] Compiling 19 source files with javac [debug release 8] to 
> target/classes
> [WARNING] source value 8 is obsolete and will be removed in a future release
> [WARNING] target value 8 is obsolete and will be removed in a future release
> [WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
> [INFO] 
> [INFO] --- resources:3.3.1:testResources (default-testResources) @ 
> sshd-contrib ---
> [INFO] Copying 2 resources from src/test/resources to target/test-classes
> [INFO] 
> [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ sshd-contrib 
> ---
> [INFO] Recompiling the module because of changed dependency.
> [INFO] Compiling 7 source files with javac [debug release 8] to 
> target/test-classes
> [WARNING] source value 8 is obsolete and will be removed in a future release
> [WARNING] target value 8 is obsolete and will be removed in a future release
> [WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
> [INFO] 
> [INFO] --- surefire:2.22.3:test (default-test) @ sshd-contrib ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- jar:3.3.0:jar (default-jar) @ sshd-contrib ---
> [INFO] Building jar: 
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-contrib/target/sshd-contrib-2.13.2.jar
> [INFO] 
> [INFO] ----------------------< org.apache.sshd:sshd-cli 
> >----------------------
> [INFO] Building Apache Mina SSHD :: CLI 2.13.2                          
> [11/11]
> [INFO]   from sshd-cli/pom.xml
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [INFO] 
> [INFO] --- clean:3.2.0:clean (auto-clean-key-files) @ sshd-cli ---
> [INFO] Deleting /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-cli 
> (includes = [*.ser, *.pem], excludes = [])
> [INFO] 
> [INFO] --- resources:3.3.1:resources (default-resources) @ sshd-cli ---
> [INFO] skip non existing resourceDirectory 
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-cli/src/main/filtered-resources
> [INFO] 
> [INFO] --- compiler:3.13.0:compile (default-compile) @ sshd-cli ---
> [INFO] Recompiling the module because of changed dependency.
> [INFO] Compiling 16 source files with javac [debug release 8] to 
> target/classes
> [WARNING] source value 8 is obsolete and will be removed in a future release
> [WARNING] target value 8 is obsolete and will be removed in a future release
> [WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
> [INFO] 
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-cli/src/main/java/org/apache/sshd/cli/client/SshKeyScanMain.java:
>  
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-cli/src/main/java/org/apache/sshd/cli/client/SshKeyScanMain.java
>  uses or overrides a deprecated API.
> [INFO] 
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-cli/src/main/java/org/apache/sshd/cli/client/SshKeyScanMain.java:
>  Recompile with -Xlint:deprecation for details.
> [INFO] 
> [INFO] --- resources:3.3.1:testResources (default-testResources) @ sshd-cli 
> ---
> [INFO] Copying 1 resource from src/test/resources to target/test-classes
> [INFO] 
> [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ sshd-cli ---
> [INFO] Recompiling the module because of changed dependency.
> [INFO] Compiling 9 source files with javac [debug release 8] to 
> target/test-classes
> [WARNING] source value 8 is obsolete and will be removed in a future release
> [WARNING] target value 8 is obsolete and will be removed in a future release
> [WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
> [INFO] 
> [INFO] --- surefire:2.22.3:test (default-test) @ sshd-cli ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- jar:3.3.0:jar (default-jar) @ sshd-cli ---
> [INFO] Building jar: 
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-cli/target/sshd-cli-2.13.2.jar
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary for Apache Mina SSHD 2.13.2:
> [INFO] 
> [INFO] Apache Mina SSHD ................................... SUCCESS [  0.201 
> s]
> [INFO] Apache Mina SSHD :: Common support utilities ....... SUCCESS [  9.032 
> s]
> [INFO] Apache Mina SSHD :: Putty key files support utilities SUCCESS [  0.627 
> s]
> [INFO] Apache Mina SSHD :: Core ........................... SUCCESS [  8.017 
> s]
> [INFO] Apache Mina SSHD :: Mina ........................... SUCCESS [  0.417 
> s]
> [INFO] Apache Mina SSHD :: Netty .......................... SUCCESS [  0.196 
> s]
> [INFO] Apache Mina SSHD :: SCP ............................ SUCCESS [  0.683 
> s]
> [INFO] Apache Mina SSHD :: SFTP ........................... SUCCESS [  2.769 
> s]
> [INFO] Apache Mina SSHD :: LDAP ........................... SUCCESS [  0.674 
> s]
> [INFO] Apache Mina SSHD :: Contributions .................. SUCCESS [  0.593 
> s]
> [INFO] Apache Mina SSHD :: CLI ............................ SUCCESS [  0.730 
> s]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  24.175 s
> [INFO] Finished at: 2025-04-14T04:30:10Z
> [INFO] 
> ------------------------------------------------------------------------
>    dh_auto_test
>       /usr/lib/jvm/default-java/bin/java -noverify -cp 
> /usr/share/maven/boot/plexus-classworlds-2.x.jar 
> -Dmaven.home=/usr/share/maven 
> -Dmaven.multiModuleProjectDirectory=/build/reproducible-path/libmina-sshd-java-2.13.2
>  -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml 
> -Ddebian.dir=/build/reproducible-path/libmina-sshd-java-2.13.2/debian 
> -Dmaven.repo.local=/build/reproducible-path/libmina-sshd-java-2.13.2/debian/maven-repo
>  --batch-mode test
> OpenJDK Server VM warning: Options -Xverify:none and -noverify were 
> deprecated in JDK 13 and will likely be removed in a future release.
> [INFO] Scanning for projects...
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.sshd:sshd-putty:jar:2.13.2
> [WARNING] 'build.plugins.plugin.version' for 
> org.apache.maven.plugins:maven-jar-plugin is missing. @ 
> org.apache.sshd:sshd:2.13.2, 
> /build/reproducible-path/libmina-sshd-java-2.13.2/pom.xml, line 825, column 12
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.sshd:sshd-mina:jar:2.13.2
> [WARNING] 'build.plugins.plugin.version' for 
> org.apache.maven.plugins:maven-jar-plugin is missing. @ 
> org.apache.sshd:sshd:2.13.2, 
> /build/reproducible-path/libmina-sshd-java-2.13.2/pom.xml, line 825, column 12
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.sshd:sshd-netty:jar:2.13.2
> [WARNING] 'build.plugins.plugin.version' for 
> org.apache.maven.plugins:maven-jar-plugin is missing. @ 
> org.apache.sshd:sshd:2.13.2, 
> /build/reproducible-path/libmina-sshd-java-2.13.2/pom.xml, line 825, column 12
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.sshd:sshd-scp:jar:2.13.2
> [WARNING] 'build.plugins.plugin.version' for 
> org.apache.maven.plugins:maven-jar-plugin is missing. @ 
> org.apache.sshd:sshd:2.13.2, 
> /build/reproducible-path/libmina-sshd-java-2.13.2/pom.xml, line 825, column 12
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.sshd:sshd-sftp:jar:2.13.2
> [WARNING] 'build.plugins.plugin.version' for 
> org.apache.maven.plugins:maven-jar-plugin is missing. @ 
> org.apache.sshd:sshd:2.13.2, 
> /build/reproducible-path/libmina-sshd-java-2.13.2/pom.xml, line 825, column 12
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.sshd:sshd-ldap:jar:2.13.2
> [WARNING] 'build.plugins.plugin.version' for 
> org.apache.maven.plugins:maven-jar-plugin is missing. @ 
> org.apache.sshd:sshd:2.13.2, 
> /build/reproducible-path/libmina-sshd-java-2.13.2/pom.xml, line 825, column 12
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.sshd:sshd-contrib:jar:2.13.2
> [WARNING] 'build.plugins.plugin.version' for 
> org.apache.maven.plugins:maven-jar-plugin is missing. @ 
> org.apache.sshd:sshd:2.13.2, 
> /build/reproducible-path/libmina-sshd-java-2.13.2/pom.xml, line 825, column 12
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.sshd:sshd-cli:jar:2.13.2
> [WARNING] 'build.plugins.plugin.version' for 
> org.apache.maven.plugins:maven-jar-plugin is missing. @ 
> org.apache.sshd:sshd:2.13.2, 
> /build/reproducible-path/libmina-sshd-java-2.13.2/pom.xml, line 825, column 12
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.sshd:sshd:pom:2.13.2
> [WARNING] 'build.plugins.plugin.version' for 
> org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 842, column 
> 12
> [WARNING] 'build.plugins.plugin.version' for 
> org.apache.maven.plugins:maven-jar-plugin is missing. @ line 825, column 12
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they 
> threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support 
> building such malformed projects.
> [WARNING] 
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] Apache Mina SSHD                                                   
> [pom]
> [INFO] Apache Mina SSHD :: Common support utilities                       
> [jar]
> [INFO] Apache Mina SSHD :: Putty key files support utilities              
> [jar]
> [INFO] Apache Mina SSHD :: Core                                           
> [jar]
> [INFO] Apache Mina SSHD :: Mina                                           
> [jar]
> [INFO] Apache Mina SSHD :: Netty                                          
> [jar]
> [INFO] Apache Mina SSHD :: SCP                                            
> [jar]
> [INFO] Apache Mina SSHD :: SFTP                                           
> [jar]
> [INFO] Apache Mina SSHD :: LDAP                                           
> [jar]
> [INFO] Apache Mina SSHD :: Contributions                                  
> [jar]
> [INFO] Apache Mina SSHD :: CLI                                            
> [jar]
> [INFO] 
> [INFO] ------------------------< org.apache.sshd:sshd 
> >------------------------
> [INFO] Building Apache Mina SSHD 2.13.2                                  
> [1/11]
> [INFO]   from pom.xml
> [INFO] --------------------------------[ pom 
> ]---------------------------------
> [INFO] Looking for compatible RELEASE version of plugin 
> org.apache.maven.plugins:maven-jar-plugin
> [INFO] Looking for compatible RELEASE version of plugin 
> org.apache.maven.plugins:maven-surefire-plugin
> [INFO] Looking for compatible RELEASE version of plugin 
> org.apache.maven.plugins:maven-resources-plugin
> [INFO] 
> [INFO] --- clean:3.2.0:clean (auto-clean-key-files) @ sshd ---
> [INFO] Deleting /build/reproducible-path/libmina-sshd-java-2.13.2 (includes = 
> [*.ser, *.pem], excludes = [])
> [INFO] 
> [INFO] --------------------< org.apache.sshd:sshd-common 
> >---------------------
> [INFO] Building Apache Mina SSHD :: Common support utilities 2.13.2      
> [2/11]
> [INFO]   from sshd-common/pom.xml
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [INFO] 
> [INFO] --- clean:3.2.0:clean (auto-clean-key-files) @ sshd-common ---
> [INFO] Deleting /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-common 
> (includes = [*.ser, *.pem], excludes = [])
> [INFO] 
> [INFO] --- resources:3.3.1:resources (default-resources) @ sshd-common ---
> [INFO] Copying 2 resources from src/main/filtered-resources to target/classes
> [INFO] 
> [INFO] --- compiler:3.13.0:compile (default-compile) @ sshd-common ---
> [INFO] Nothing to compile - all classes are up to date.
> [INFO] 
> [INFO] --- resources:3.3.1:testResources (default-testResources) @ 
> sshd-common ---
> [INFO] Copying 99 resources from src/test/resources to target/test-classes
> [INFO] 
> [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ sshd-common ---
> [INFO] Nothing to compile - all classes are up to date.
> [INFO] 
> [INFO] --- surefire:2.22.3:test (default-test) @ sshd-common ---
> [INFO] 
> [INFO] -------------------------------------------------------
> [INFO]  T E S T S
> [INFO] -------------------------------------------------------
> [INFO] Running 
> org.apache.sshd.client.auth.password.PasswordIdentityProviderTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 
> s - in org.apache.sshd.client.auth.password.PasswordIdentityProviderTest
> [INFO] Running 
> org.apache.sshd.client.config.hosts.ConfigFileHostEntryResolverTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 
> s - in org.apache.sshd.client.config.hosts.ConfigFileHostEntryResolverTest
> [INFO] Running org.apache.sshd.client.config.hosts.HostConfigEntryTest
> [WARNING] Tests run: 21, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
> 0.038 s - in org.apache.sshd.client.config.hosts.HostConfigEntryTest
> [INFO] Running org.apache.sshd.client.config.hosts.KnownHostHashEntryTest
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.client.config.hosts.KnownHostHashEntryTest
> [INFO] Running org.apache.sshd.client.config.hosts.KnownHostHashValueTest
> [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 
> s - in org.apache.sshd.client.config.hosts.KnownHostHashValueTest
> [INFO] Running 
> org.apache.sshd.client.config.keys.BuiltinClientIdentitiesWatcherTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 
> s - in org.apache.sshd.client.config.keys.BuiltinClientIdentitiesWatcherTest
> [INFO] Running 
> org.apache.sshd.client.config.keys.ClientIdentityFileWatcherTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.client.config.keys.ClientIdentityFileWatcherTest
> [INFO] Running org.apache.sshd.client.config.keys.ClientIdentityTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 
> s - in org.apache.sshd.client.config.keys.ClientIdentityTest
> [INFO] Running 
> org.apache.sshd.client.config.keys.LazyClientIdentityIteratorTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 
> s - in org.apache.sshd.client.config.keys.LazyClientIdentityIteratorTest
> [INFO] Running org.apache.sshd.common.PropertyResolverCommonValuesTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.PropertyResolverCommonValuesTest
> [INFO] Running org.apache.sshd.common.PropertyResolverParseBooleanTest
> [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 
> s - in org.apache.sshd.common.PropertyResolverParseBooleanTest
> [INFO] Running org.apache.sshd.common.PropertyTest
> [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 
> s - in org.apache.sshd.common.PropertyTest
> [INFO] Running org.apache.sshd.common.SshConstantsTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.SshConstantsTest
> [INFO] Running org.apache.sshd.common.VersionPropertiesTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.VersionPropertiesTest
> [INFO] Running org.apache.sshd.common.channel.PtyModeTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.channel.PtyModeTest
> [INFO] Running org.apache.sshd.common.channel.PtyModeValueTest
> [INFO] Tests run: 224, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
> 0.035 s - in org.apache.sshd.common.channel.PtyModeValueTest
> [INFO] Running org.apache.sshd.common.channel.SttySupportTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.channel.SttySupportTest
> [INFO] Running org.apache.sshd.common.cipher.AES128GCMTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.cipher.AES128GCMTest
> [INFO] Running org.apache.sshd.common.cipher.AES192CTRTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.cipher.AES192CTRTest
> [INFO] Running org.apache.sshd.common.cipher.AES256CBCTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.cipher.AES256CBCTest
> [INFO] Running org.apache.sshd.common.cipher.AES256GCMTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.cipher.AES256GCMTest
> [INFO] Running org.apache.sshd.common.cipher.ARCFOUR128Test
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.cipher.ARCFOUR128Test
> [INFO] Running org.apache.sshd.common.cipher.ARCFOUR256Test
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 
> s - in org.apache.sshd.common.cipher.ARCFOUR256Test
> [INFO] Running org.apache.sshd.common.cipher.BaseCipherResetTest
> [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 
> s - in org.apache.sshd.common.cipher.BaseCipherResetTest
> [INFO] Running org.apache.sshd.common.cipher.ChaCha20CipherTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.cipher.ChaCha20CipherTest
> [INFO] Running org.apache.sshd.common.cipher.ECCurvesTest
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.cipher.ECCurvesTest
> [INFO] Running org.apache.sshd.common.compression.BuiltinCompressionsTest
> [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 
> s - in org.apache.sshd.common.compression.BuiltinCompressionsTest
> [INFO] Running org.apache.sshd.common.config.TimeValueConfigTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.config.TimeValueConfigTest
> [INFO] Running 
> org.apache.sshd.common.config.keys.AuthorizedKeyEntryLoginOptionsParseTest
> [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in 
> org.apache.sshd.common.config.keys.AuthorizedKeyEntryLoginOptionsParseTest
> [INFO] Running org.apache.sshd.common.config.keys.BuiltinIdentitiesTest
> [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
> 18.685 s - in org.apache.sshd.common.config.keys.BuiltinIdentitiesTest
> [INFO] Running 
> org.apache.sshd.common.config.keys.EcdsaPublicKeyEntryDecoderTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.08 s 
> - in org.apache.sshd.common.config.keys.EcdsaPublicKeyEntryDecoderTest
> [INFO] Running org.apache.sshd.common.config.keys.KeyRandomArtTest
> [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
> 17.544 s - in org.apache.sshd.common.config.keys.KeyRandomArtTest
> [INFO] Running org.apache.sshd.common.config.keys.KeyUtilsCloneTest
> [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
> 50.148 s - in org.apache.sshd.common.config.keys.KeyUtilsCloneTest
> [INFO] Running 
> org.apache.sshd.common.config.keys.KeyUtilsFingerprintCaseSensitivityTest
> [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 
> s - in 
> org.apache.sshd.common.config.keys.KeyUtilsFingerprintCaseSensitivityTest
> [INFO] Running 
> org.apache.sshd.common.config.keys.KeyUtilsFingerprintGenerationTest
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 
> s - in org.apache.sshd.common.config.keys.KeyUtilsFingerprintGenerationTest
> [INFO] Running org.apache.sshd.common.config.keys.KeyUtilsTest
> [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 
> s - in org.apache.sshd.common.config.keys.KeyUtilsTest
> [INFO] Running org.apache.sshd.common.config.keys.OpenSshCertificateValuesTest
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.config.keys.OpenSshCertificateValuesTest
> [INFO] Running org.apache.sshd.common.config.keys.PublicKeyEntryTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.config.keys.PublicKeyEntryTest
> [INFO] Running 
> org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscatorTest
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscatorTest
> [INFO] Running 
> org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParserAEADTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.739 
> s - in 
> org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParserAEADTest
> [INFO] Running 
> org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParserDecodingTest
> [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.341 
> s - in 
> org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParserDecodingTest
> [INFO] Running 
> org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParserPasswordTest
> [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.934 
> s - in 
> org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParserPasswordTest
> [INFO] Running 
> org.apache.sshd.common.config.keys.loader.openssh.OpenSSHMaxBCryptRoundsSettingTest
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 
> s - in 
> org.apache.sshd.common.config.keys.loader.openssh.OpenSSHMaxBCryptRoundsSettingTest
> [INFO] Running 
> org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParserTest
> [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.026 
> s - in 
> org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParserTest
> [INFO] Running 
> org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoderByKeyTypeTest
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 
> s - in 
> org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoderByKeyTypeTest
> [INFO] Running 
> org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoderTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s 
> - in 
> org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoderTest
> [INFO] Running 
> org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriterTest
> [INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
> 35.428 s - in 
> org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriterTest
> [INFO] Running org.apache.sshd.common.digest.BuiltinDigestsTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.digest.BuiltinDigestsTest
> [INFO] Running org.apache.sshd.common.file.nonefs.NoneFileSystemFactoryTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.file.nonefs.NoneFileSystemFactoryTest
> [INFO] Running org.apache.sshd.common.file.root.RootedFileSystemProviderTest
> [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 
> s - in org.apache.sshd.common.file.root.RootedFileSystemProviderTest
> [INFO] Running org.apache.sshd.common.file.util.BasePathTest
> [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 
> s - in org.apache.sshd.common.file.util.BasePathTest
> [INFO] Running org.apache.sshd.common.future.DefaultSshFutureTest
> [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.999 
> s - in org.apache.sshd.common.future.DefaultSshFutureTest
> [INFO] Running org.apache.sshd.common.kex.KexProposalOptionTest
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 
> s - in org.apache.sshd.common.kex.KexProposalOptionTest
> [INFO] Running 
> org.apache.sshd.common.keyprovider.KeyIdentityProviderResolutionTest
> [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.keyprovider.KeyIdentityProviderResolutionTest
> [INFO] Running org.apache.sshd.common.keyprovider.KeyPairProviderTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 
> s - in org.apache.sshd.common.keyprovider.KeyPairProviderTest
> [INFO] Running org.apache.sshd.common.keyprovider.MultiKeyIdentityProviderTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.keyprovider.MultiKeyIdentityProviderTest
> [INFO] Running org.apache.sshd.common.mac.BuiltinMacsTest
> [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 
> s - in org.apache.sshd.common.mac.BuiltinMacsTest
> [INFO] Running org.apache.sshd.common.mac.MacVectorsTest
> [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.mac.MacVectorsTest
> [INFO] Running org.apache.sshd.common.random.RandomFactoryTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.random.RandomFactoryTest
> [INFO] Running org.apache.sshd.common.signature.BuiltinSignaturesTest
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 
> s - in org.apache.sshd.common.signature.BuiltinSignaturesTest
> [INFO] Running org.apache.sshd.common.signature.RSASignatureVariantsTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 
> s - in org.apache.sshd.common.signature.RSASignatureVariantsTest
> [INFO] Running org.apache.sshd.common.signature.SignatureDSATest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 
> s - in org.apache.sshd.common.signature.SignatureDSATest
> [INFO] Running org.apache.sshd.common.signature.SignatureRSASHA1Test
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 
> s - in org.apache.sshd.common.signature.SignatureRSASHA1Test
> [INFO] Running org.apache.sshd.common.signature.SignatureSkECDSATest
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s 
> - in org.apache.sshd.common.signature.SignatureSkECDSATest
> [INFO] Running org.apache.sshd.common.signature.SignatureSkED25519Test
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 
> s - in org.apache.sshd.common.signature.SignatureSkED25519Test
> [INFO] Running org.apache.sshd.common.util.EventListenerUtilsTest
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 
> s - in org.apache.sshd.common.util.EventListenerUtilsTest
> [INFO] Running org.apache.sshd.common.util.ExceptionUtilsAndroidPeelTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.util.ExceptionUtilsAndroidPeelTest
> [INFO] Running org.apache.sshd.common.util.GenericUtilsTest
> [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.util.GenericUtilsTest
> [INFO] Running org.apache.sshd.common.util.Int2IntFunctionTest
> [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.util.Int2IntFunctionTest
> [INFO] Running org.apache.sshd.common.util.NumberUtilsTest
> [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.util.NumberUtilsTest
> [INFO] Running org.apache.sshd.common.util.OsUtilsTest
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.util.OsUtilsTest
> [INFO] Running org.apache.sshd.common.util.PathsConcatentionTest
> [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.util.PathsConcatentionTest
> [INFO] Running org.apache.sshd.common.util.SelectorUtilsTest
> [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
> 0.001 s - in org.apache.sshd.common.util.SelectorUtilsTest
> [INFO] Running org.apache.sshd.common.util.ThreadUtilsTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.util.ThreadUtilsTest
> [INFO] Running org.apache.sshd.common.util.ValidateUtilsTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.util.ValidateUtilsTest
> [INFO] Running org.apache.sshd.common.util.VersionInfoTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.util.VersionInfoTest
> [INFO] Running org.apache.sshd.common.util.buffer.BufferTest
> [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.util.buffer.BufferTest
> [INFO] Running org.apache.sshd.common.util.buffer.BufferUtilsTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.util.buffer.BufferUtilsTest
> [INFO] Running org.apache.sshd.common.util.closeable.CloseableUtilsTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.util.closeable.CloseableUtilsTest
> [INFO] Running 
> org.apache.sshd.common.util.helper.LazyIterablesConcatenatorTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.util.helper.LazyIterablesConcatenatorTest
> [INFO] Running org.apache.sshd.common.util.helper.LazyMatchingTypeIteratorTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.util.helper.LazyMatchingTypeIteratorTest
> [INFO] Running org.apache.sshd.common.util.io.DirectoryScannerTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.util.io.DirectoryScannerTest
> [INFO] Running org.apache.sshd.common.util.io.IoUtilsTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.util.io.IoUtilsTest
> [INFO] Running org.apache.sshd.common.util.io.ModifiableFileWatcherTest
> [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.006 
> s - in org.apache.sshd.common.util.io.ModifiableFileWatcherTest
> [INFO] Running org.apache.sshd.common.util.io.PathUtilsTest
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.util.io.PathUtilsTest
> [INFO] Running org.apache.sshd.common.util.io.der.ASN1ClassTest
> [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.util.io.der.ASN1ClassTest
> [INFO] Running org.apache.sshd.common.util.io.der.ASN1TypeTest
> [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 
> s - in org.apache.sshd.common.util.io.der.ASN1TypeTest
> [INFO] Running org.apache.sshd.common.util.io.der.DERParserTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.util.io.der.DERParserTest
> [INFO] Running org.apache.sshd.common.util.io.der.DERWriterTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.util.io.der.DERWriterTest
> [INFO] Running org.apache.sshd.common.util.io.input.EmptyInputStreamTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.util.io.input.EmptyInputStreamTest
> [INFO] Running org.apache.sshd.common.util.io.input.LimitInputStreamTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.util.io.input.LimitInputStreamTest
> [INFO] Running org.apache.sshd.common.util.io.input.NoCloseInputStreamTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.util.io.input.NoCloseInputStreamTest
> [INFO] Running org.apache.sshd.common.util.io.input.NoCloseReaderTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.util.io.input.NoCloseReaderTest
> [INFO] Running org.apache.sshd.common.util.io.input.NullInputStreamTest
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.util.io.input.NullInputStreamTest
> [INFO] Running org.apache.sshd.common.util.io.output.LineOutputStreamTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.util.io.output.LineOutputStreamTest
> [INFO] Running org.apache.sshd.common.util.io.output.NoCloseOutputStreamTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.util.io.output.NoCloseOutputStreamTest
> [INFO] Running org.apache.sshd.common.util.io.output.NoCloseWriterTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.util.io.output.NoCloseWriterTest
> [INFO] Running org.apache.sshd.common.util.io.output.NullOutputStreamTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.util.io.output.NullOutputStreamTest
> [INFO] Running org.apache.sshd.common.util.net.SshdSocketIpv6AddressTest
> [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 
> s - in org.apache.sshd.common.util.net.SshdSocketIpv6AddressTest
> [INFO] Running 
> org.apache.sshd.common.util.security.SecurityProviderRegistrarCipherNameTest
> [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in 
> org.apache.sshd.common.util.security.SecurityProviderRegistrarCipherNameTest
> [INFO] Running 
> org.apache.sshd.common.util.security.SecurityUtilsDHGEXGroupKeySizeTest
> [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.util.security.SecurityUtilsDHGEXGroupKeySizeTest
> [INFO] Running org.apache.sshd.common.util.security.SecurityUtilsTest
> [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 
> s - in org.apache.sshd.common.util.security.SecurityUtilsTest
> [INFO] Running 
> org.apache.sshd.common.util.security.bouncycastle.BouncyCastleGeneratorHostKeyProviderTest
> [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.892 
> s - in 
> org.apache.sshd.common.util.security.bouncycastle.BouncyCastleGeneratorHostKeyProviderTest
> [INFO] Running org.apache.sshd.common.util.security.eddsa.EDDSAProviderTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.util.security.eddsa.EDDSAProviderTest
> [INFO] Running org.apache.sshd.common.util.security.eddsa.Ed25519VectorsTest
> [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 
> s - in org.apache.sshd.common.util.security.eddsa.Ed25519VectorsTest
> [INFO] Running 
> org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderRegistrarTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in 
> org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderRegistrarTest
> [INFO] Running 
> org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProviderTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s 
> - in org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProviderTest
> [INFO] Running 
> org.apache.sshd.server.keyprovider.PEMGeneratorHostKeyProviderTest
> [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 
> s - in org.apache.sshd.server.keyprovider.PEMGeneratorHostKeyProviderTest
> [INFO] Running 
> org.apache.sshd.server.keyprovider.SimpleGeneratorHostKeyProviderTest
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 
> s - in org.apache.sshd.server.keyprovider.SimpleGeneratorHostKeyProviderTest
> [INFO] Running org.apache.sshd.server.shell.TtyFilterInputStreamTest
> [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 
> s - in org.apache.sshd.server.shell.TtyFilterInputStreamTest
> [INFO] Running org.apache.sshd.server.shell.TtyFilterOutputStreamTest
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.server.shell.TtyFilterOutputStreamTest
> [INFO] 
> [INFO] Results:
> [INFO] 
> [WARNING] Tests run: 1069, Failures: 0, Errors: 0, Skipped: 2
> [INFO] 
> [INFO] 
> [INFO] ---------------------< org.apache.sshd:sshd-putty 
> >---------------------
> [INFO] Building Apache Mina SSHD :: Putty key files support utilities 2.13.2 
> [3/11]
> [INFO]   from sshd-putty/pom.xml
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [INFO] 
> [INFO] --- clean:3.2.0:clean (auto-clean-key-files) @ sshd-putty ---
> [INFO] Deleting /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-putty 
> (includes = [*.ser, *.pem], excludes = [])
> [INFO] 
> [INFO] --- resources:3.3.1:resources (default-resources) @ sshd-putty ---
> [INFO] Copying 1 resource from src/main/resources to target/classes
> [INFO] 
> [INFO] --- compiler:3.13.0:compile (default-compile) @ sshd-putty ---
> [INFO] Nothing to compile - all classes are up to date.
> [INFO] 
> [INFO] --- resources:3.3.1:testResources (default-testResources) @ sshd-putty 
> ---
> [INFO] Copying 14 resources from src/test/resources to target/test-classes
> [INFO] 
> [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ sshd-putty ---
> [INFO] Nothing to compile - all classes are up to date.
> [INFO] 
> [INFO] --- surefire:2.22.3:test (default-test) @ sshd-putty ---
> [INFO] 
> [INFO] -------------------------------------------------------
> [INFO]  T E S T S
> [INFO] -------------------------------------------------------
> [INFO] Running org.apache.sshd.putty.PuttyKeyUtilsTest
> [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.883 
> s - in org.apache.sshd.putty.PuttyKeyUtilsTest
> [INFO] Running org.apache.sshd.putty.PuttySpecialKeysTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 
> s - in org.apache.sshd.putty.PuttySpecialKeysTest
> [INFO] 
> [INFO] Results:
> [INFO] 
> [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0
> [INFO] 
> [INFO] 
> [INFO] ---------------------< org.apache.sshd:sshd-core 
> >----------------------
> [INFO] Building Apache Mina SSHD :: Core 2.13.2                          
> [4/11]
> [INFO]   from sshd-core/pom.xml
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [WARNING] The POM for ch.ethz.ganymed:ganymed-ssh2:jar:debian is invalid, 
> transitive dependencies (if any) will not be available: 1 problem was 
> encountered while building the effective model for 
> ch.ethz.ganymed:ganymed-ssh2:debian
> [ERROR] 'dependencies.dependency.version' for junit:junit:jar is missing. @ 
> 
> [INFO] 
> [INFO] --- clean:3.2.0:clean (auto-clean-key-files) @ sshd-core ---
> [INFO] Deleting /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-core 
> (includes = [*.ser, *.pem], excludes = [])
> [INFO] 
> [INFO] --- resources:3.3.1:resources (default-resources) @ sshd-core ---
> [INFO] Copying 9 resources from src/main/filtered-resources to target/classes
> [INFO] 
> [INFO] --- compiler:3.13.0:compile (default-compile) @ sshd-core ---
> [INFO] Nothing to compile - all classes are up to date.
> [INFO] 
> [INFO] --- resources:3.3.1:testResources (default-testResources) @ sshd-core 
> ---
> [INFO] Copying 114 resources from src/test/resources to target/test-classes
> [INFO] 
> [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ sshd-core ---
> [INFO] Nothing to compile - all classes are up to date.
> [INFO] 
> [INFO] --- surefire:2.22.3:test (default-test) @ sshd-core ---
> [INFO] 
> [INFO] -------------------------------------------------------
> [INFO]  T E S T S
> [INFO] -------------------------------------------------------
> [INFO] Running org.apache.sshd.KeepAliveTest
> [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.064 
> s - in org.apache.sshd.KeepAliveTest
> [INFO] Running org.apache.sshd.KeyReExchangeTest
> [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.556 
> s - in org.apache.sshd.KeyReExchangeTest
> [INFO] Running org.apache.sshd.LoadTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.4 s 
> - in org.apache.sshd.LoadTest
> [INFO] Running org.apache.sshd.ProxyTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 
> s - in org.apache.sshd.ProxyTest
> [INFO] Running org.apache.sshd.WindowAdjustTest
> [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
> 4.273 s - in org.apache.sshd.agent.AgentTest
> [INFO] Running org.apache.sshd.agent.AgentUnitTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.065 
> s - in org.apache.sshd.agent.AgentUnitTest
> [INFO] Running 
> org.apache.sshd.certificates.GenerateOpenSSHClientCertificateTest
> [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.509 
> s - in org.apache.sshd.certificates.GenerateOpenSSHClientCertificateTest
> [INFO] Running 
> org.apache.sshd.certificates.GenerateOpenSshClientCertificateOracleTest
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.848 
> s - in org.apache.sshd.certificates.GenerateOpenSshClientCertificateOracleTest
> [INFO] Running org.apache.sshd.certificates.OpenSSHCertificateParserTest
> [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 
> s - in org.apache.sshd.certificates.OpenSSHCertificateParserTest
> [INFO] Running org.apache.sshd.client.ClientAuthenticationManagerTest
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.043 
> s - in org.apache.sshd.client.ClientAuthenticationManagerTest
> [INFO] Running org.apache.sshd.client.ClientDeadlockTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 
> s - in org.apache.sshd.client.ClientDeadlockTest
> [INFO] Running org.apache.sshd.client.ClientDefaultSetupTest
> [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 
> s - in org.apache.sshd.client.ClientDefaultSetupTest
> [INFO] Running org.apache.sshd.client.ClientSessionListenerTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 
> s - in org.apache.sshd.client.ClientSessionListenerTest
> [INFO] Running org.apache.sshd.client.ClientTest
> [WARNING] Tests run: 37, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 
> 3.932 s - in org.apache.sshd.client.ClientTest
> [INFO] Running org.apache.sshd.client.ProxyTest
> [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
> 18.169 s - in org.apache.sshd.client.ProxyTest
> [INFO] Running org.apache.sshd.client.auth.BuiltinUserAuthFactoriesTest
> [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 
> s - in org.apache.sshd.client.auth.BuiltinUserAuthFactoriesTest
> [INFO] Running org.apache.sshd.client.auth.pubkey.InvalidRsaKeyAuthTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.815 
> s - in org.apache.sshd.client.auth.pubkey.InvalidRsaKeyAuthTest
> [INFO] Running org.apache.sshd.client.auth.pubkey.RSAVariantsAuthPublicKeyTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.35 s 
> - in org.apache.sshd.client.auth.pubkey.RSAVariantsAuthPublicKeyTest
> [INFO] Running org.apache.sshd.client.channel.ChannelExecTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.758 
> s - in org.apache.sshd.client.channel.ChannelExecTest
> [INFO] Running org.apache.sshd.client.config.hosts.HostConfigEntryResolverTest
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 
> s - in org.apache.sshd.client.config.hosts.HostConfigEntryResolverTest
> [INFO] Running org.apache.sshd.client.kex.KexTest
> [ERROR] Tests run: 16, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 
> 19.375 s <<< FAILURE! - in org.apache.sshd.client.kex.KexTest
> [ERROR] 
> testClientKeyExchange[Factory=diffie-hellman-group18-sha512](org.apache.sshd.client.kex.KexTest)
>   Time elapsed: 8.01 s  <<< ERROR!
> org.apache.sshd.common.SshException: [ssh-connection]: Failed to get 
> operation result within specified timeout: 8000 msec
>       at 
> org.apache.sshd.common.future.AbstractSshFuture.lambda$verifyResult$1(AbstractSshFuture.java:114)
>       at 
> org.apache.sshd.common.future.AbstractSshFuture.formatExceptionMessage(AbstractSshFuture.java:206)
>       at 
> org.apache.sshd.common.future.AbstractSshFuture.verifyResult(AbstractSshFuture.java:114)
>       at 
> org.apache.sshd.client.future.DefaultAuthFuture.verify(DefaultAuthFuture.java:56)
>       at 
> org.apache.sshd.client.future.DefaultAuthFuture.verify(DefaultAuthFuture.java:35)
>       at 
> org.apache.sshd.common.future.VerifiableFuture.verify(VerifiableFuture.java:110)
>       at 
> org.apache.sshd.common.future.VerifiableFuture.verify(VerifiableFuture.java:96)
>       at org.apache.sshd.client.kex.KexTest.testClient(KexTest.java:131)
>       at 
> org.apache.sshd.client.kex.KexTest.testClientKeyExchange(KexTest.java:119)
>       at 
> java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
>       at java.base/java.lang.reflect.Method.invoke(Method.java:580)
>       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:61)
>       at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>       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.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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>       at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
>       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:158)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
> Caused by: java.util.concurrent.TimeoutException: Timed out after 8000 msec
>       at 
> org.apache.sshd.common.future.AbstractSshFuture.verifyResult(AbstractSshFuture.java:113)
>       ... 55 more
> 
> [INFO] Running 
> org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifierTest
> [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.886 
> s - in org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifierTest
> [INFO] Running org.apache.sshd.client.keyverifier.StaticServerKeyVerifierTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 
> s - in org.apache.sshd.client.keyverifier.StaticServerKeyVerifierTest
> [INFO] Running org.apache.sshd.client.session.ClientSessionTest
> [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.477 
> s - in org.apache.sshd.client.session.ClientSessionTest
> [INFO] Running org.apache.sshd.client.simple.SimpleSessionClientTest
> [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
> 10.06 s - in org.apache.sshd.client.simple.SimpleSessionClientTest
> [INFO] Running org.apache.sshd.common.AttributeStoreTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 
> s - in org.apache.sshd.common.AttributeStoreTest
> [INFO] Running org.apache.sshd.common.PropertyResolverUtilsTest
> [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 
> s - in org.apache.sshd.common.PropertyResolverUtilsTest
> [INFO] Running org.apache.sshd.common.SshBuilderTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 
> s - in org.apache.sshd.common.SshBuilderTest
> [INFO] Running org.apache.sshd.common.auth.AuthenticationTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 
> s - in org.apache.sshd.common.auth.AuthenticationTest
> [INFO] Running org.apache.sshd.common.auth.HostBasedAuthenticationTest
> [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0 s 
> - in org.apache.sshd.common.auth.HostBasedAuthenticationTest
> [INFO] Running 
> org.apache.sshd.common.auth.KeyboardInteractiveAuthenticationTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 
> s - in org.apache.sshd.common.auth.KeyboardInteractiveAuthenticationTest
> [INFO] Running org.apache.sshd.common.auth.PasswordAuthenticationTest
> [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 
> s - in org.apache.sshd.common.auth.PasswordAuthenticationTest
> [INFO] Running org.apache.sshd.common.auth.PublicKeyAuthenticationTest
> [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.301 
> s - in org.apache.sshd.common.auth.PublicKeyAuthenticationTest
> [INFO] Running org.apache.sshd.common.auth.SinglePublicKeyAuthTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 
> s - in org.apache.sshd.common.auth.SinglePublicKeyAuthTest
> [INFO] Running org.apache.sshd.common.channel.ChannelAsyncOutputStreamTest
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 
> s - in org.apache.sshd.common.channel.ChannelAsyncOutputStreamTest
> [INFO] Running org.apache.sshd.common.channel.ChannelPipedInputStreamTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.channel.ChannelPipedInputStreamTest
> [INFO] Running org.apache.sshd.common.channel.ChannelPipedOutputStreamTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 
> s - in org.apache.sshd.common.channel.ChannelPipedOutputStreamTest
> [INFO] Running org.apache.sshd.common.channel.WindowInitTest
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.channel.WindowInitTest
> [INFO] Running org.apache.sshd.common.channel.WindowTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.173 
> s - in org.apache.sshd.common.channel.WindowTest
> [INFO] Running org.apache.sshd.common.channel.WindowTimeoutTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.001 
> s - in org.apache.sshd.common.channel.WindowTimeoutTest
> [INFO] Running org.apache.sshd.common.cipher.BuiltinCiphersTest
> [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 
> s - in org.apache.sshd.common.cipher.BuiltinCiphersTest
> [INFO] Running org.apache.sshd.common.cipher.CipherTest
> [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.603 
> s - in org.apache.sshd.common.cipher.CipherTest
> [INFO] Running org.apache.sshd.common.compression.CompressionTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.656 
> s - in org.apache.sshd.common.compression.CompressionTest
> [INFO] Running org.apache.sshd.common.config.SshConfigFileReaderTest
> [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 
> s - in org.apache.sshd.common.config.SshConfigFileReaderTest
> [INFO] Running org.apache.sshd.common.config.keys.AuthorizedKeyEntryTest
> [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 
> 0.115 s - in org.apache.sshd.common.config.keys.AuthorizedKeyEntryTest
> [INFO] Running org.apache.sshd.common.forward.ApacheServerApacheClientTest
> [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.585 
> s - in org.apache.sshd.common.forward.ApacheServerApacheClientTest
> [INFO] Running org.apache.sshd.common.forward.ApacheServerJSchClientTest
> [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.468 
> s - in org.apache.sshd.common.forward.ApacheServerJSchClientTest
> [INFO] Running org.apache.sshd.common.forward.ConcurrentConnectionTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 s 
> - in org.apache.sshd.common.forward.ConcurrentConnectionTest
> [INFO] Running 
> org.apache.sshd.common.forward.LocalForwardingEntryCombinedBoundAddressTest
> [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 
> s - in 
> org.apache.sshd.common.forward.LocalForwardingEntryCombinedBoundAddressTest
> [INFO] Running org.apache.sshd.common.forward.LocalForwardingEntryTest
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.forward.LocalForwardingEntryTest
> [INFO] Running org.apache.sshd.common.forward.NoServerNoClientTest
> [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.8 s 
> - in org.apache.sshd.common.forward.NoServerNoClientTest
> [INFO] Running org.apache.sshd.common.forward.PortForwardingLoadTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.988 
> s - in org.apache.sshd.common.forward.PortForwardingLoadTest
> [INFO] Running org.apache.sshd.common.forward.PortForwardingTest
> [WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 
> 4.303 s - in org.apache.sshd.common.forward.PortForwardingTest
> [INFO] Running org.apache.sshd.common.forward.Sshd1033Test
> [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0 s 
> - in org.apache.sshd.common.forward.Sshd1033Test
> [INFO] Running org.apache.sshd.common.global.OpenSshHostKeysHandlerTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.89 
> s - in org.apache.sshd.common.global.OpenSshHostKeysHandlerTest
> [INFO] Running org.apache.sshd.common.io.BuiltinIoServiceFactoryFactoriesTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.io.BuiltinIoServiceFactoryFactoriesTest
> [INFO] Running org.apache.sshd.common.io.DefaultIoServiceFactoryFactoryTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 
> s - in org.apache.sshd.common.io.DefaultIoServiceFactoryFactoryTest
> [INFO] Running org.apache.sshd.common.io.nio2.Nio2ServiceTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.io.nio2.Nio2ServiceTest
> [INFO] Running org.apache.sshd.common.kex.AbstractDHTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.common.kex.AbstractDHTest
> [INFO] Running org.apache.sshd.common.kex.BuiltinDHFactoriesTest
> [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 
> s - in org.apache.sshd.common.kex.BuiltinDHFactoriesTest
> [INFO] Running org.apache.sshd.common.kex.DHGroupDataParseTest
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 
> s - in org.apache.sshd.common.kex.DHGroupDataParseTest
> [INFO] Running org.apache.sshd.common.kex.KexFactoryManagerTest
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.kex.KexFactoryManagerTest
> [INFO] Running org.apache.sshd.common.kex.KeyExchangeTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.kex.KeyExchangeTest
> [INFO] Running org.apache.sshd.common.kex.extension.KexExtensionHandlerTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.common.kex.extension.KexExtensionHandlerTest
> [INFO] Running org.apache.sshd.common.kex.extension.StrictKexTest
> [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 s 
> - in org.apache.sshd.common.kex.extension.StrictKexTest
> [INFO] Running 
> org.apache.sshd.common.keyprovider.FileHostKeyCertificateProviderTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.65 s 
> - in org.apache.sshd.common.keyprovider.FileHostKeyCertificateProviderTest
> [INFO] Running org.apache.sshd.common.mac.EncryptThenMacTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 
> s - in org.apache.sshd.common.mac.EncryptThenMacTest
> [INFO] Running org.apache.sshd.common.mac.MacCompatibilityTest
> [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
> 5.459 s - in org.apache.sshd.common.mac.MacCompatibilityTest
> [INFO] Running org.apache.sshd.common.session.GlobalRequestTest
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 
> s - in org.apache.sshd.common.session.GlobalRequestTest
> [INFO] Running 
> org.apache.sshd.common.session.ReservedSessionMessagesHandlerTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 
> s - in org.apache.sshd.common.session.ReservedSessionMessagesHandlerTest
> [INFO] Running org.apache.sshd.common.session.helpers.AbstractSessionTest
> [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 
> s - in org.apache.sshd.common.session.helpers.AbstractSessionTest
> [INFO] Running org.apache.sshd.common.signature.OpenSSHCertificateTest
> [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.57 
> s - in org.apache.sshd.common.signature.OpenSSHCertificateTest
> [INFO] Running org.apache.sshd.common.signature.SignatureFactoriesTest
> [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
> 42.598 s - in org.apache.sshd.common.signature.SignatureFactoriesTest
> [INFO] Running org.apache.sshd.server.PasswordAuthenticatorTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 
> s - in org.apache.sshd.server.PasswordAuthenticatorTest
> [INFO] Running org.apache.sshd.server.PublickeyAuthenticatorTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s 
> - in org.apache.sshd.server.PublickeyAuthenticatorTest
> [INFO] Running org.apache.sshd.server.ServerAuthenticationManagerTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.server.ServerAuthenticationManagerTest
> [INFO] Running org.apache.sshd.server.ServerDefaultSetupTest
> [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.sshd.server.ServerDefaultSetupTest
> [INFO] Running org.apache.sshd.server.ServerProxyAcceptorTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 
> s - in org.apache.sshd.server.ServerProxyAcceptorTest
> [INFO] Running org.apache.sshd.server.ServerSessionListenerTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 
> s - in org.apache.sshd.server.ServerSessionListenerTest
> [INFO] Running org.apache.sshd.server.ServerTest
> [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
> 22.027 s - in org.apache.sshd.server.ServerTest
> [INFO] Running org.apache.sshd.server.SshServerTest
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 
> s - in org.apache.sshd.server.SshServerTest
> [INFO] Running org.apache.sshd.server.StandardEnvironmentTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.server.StandardEnvironmentTest
> [INFO] Running org.apache.sshd.server.auth.AsyncAuthInteractiveTest
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.831 
> s - in org.apache.sshd.server.auth.AsyncAuthInteractiveTest
> [INFO] Running org.apache.sshd.server.auth.AsyncAuthTest
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.29 s 
> - in org.apache.sshd.server.auth.AsyncAuthTest
> [INFO] Running org.apache.sshd.server.auth.BuiltinUserAuthFactoriesTest
> [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 
> s - in org.apache.sshd.server.auth.BuiltinUserAuthFactoriesTest
> [INFO] Running org.apache.sshd.server.auth.WelcomeBannerPhaseTest
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 
> s - in org.apache.sshd.server.auth.WelcomeBannerPhaseTest
> [INFO] Running org.apache.sshd.server.auth.WelcomeBannerTest
> [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.504 
> s - in org.apache.sshd.server.auth.WelcomeBannerTest
> [INFO] Running org.apache.sshd.server.channel.ChannelSessionTest
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.381 
> s - in org.apache.sshd.server.channel.ChannelSessionTest
> [INFO] Running org.apache.sshd.server.command.CommandFactorySplitterTest
> [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 
> s - in org.apache.sshd.server.command.CommandFactorySplitterTest
> [INFO] Running 
> org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticatorTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 
> s - in org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticatorTest
> [INFO] Running 
> org.apache.sshd.server.config.keys.DefaultAuthorizedKeysAuthenticatorTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 
> s - in 
> org.apache.sshd.server.config.keys.DefaultAuthorizedKeysAuthenticatorTest
> [INFO] Running org.apache.sshd.server.config.keys.ServerIdentityTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 
> s - in org.apache.sshd.server.config.keys.ServerIdentityTest
> [INFO] Running org.apache.sshd.server.forward.ForwardingFilterTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.sshd.server.forward.ForwardingFilterTest
> [INFO] Running org.apache.sshd.server.jaas.JaasPasswordAuthenticatorTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s 
> - in org.apache.sshd.server.jaas.JaasPasswordAuthenticatorTest
> [INFO] Running org.apache.sshd.server.kex.ModuliTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 
> s - in org.apache.sshd.server.kex.ModuliTest
> [INFO] Running org.apache.sshd.server.shell.InvertedShellWrapperTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.487 
> s - in org.apache.sshd.server.shell.InvertedShellWrapperTest
> [INFO] Running org.apache.sshd.spring.SpringConfigTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.442 
> s - in org.apache.sshd.spring.SpringConfigTest
> [INFO] Running org.apache.sshd.client.kex.KexTest
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 9.404 
> s <<< FAILURE! - in org.apache.sshd.client.kex.KexTest
> [ERROR] 
> testClientKeyExchange[Factory=diffie-hellman-group18-sha512](org.apache.sshd.client.kex.KexTest)
>   Time elapsed: 8.006 s  <<< ERROR!
> org.apache.sshd.common.SshException: [ssh-connection]: Failed to get 
> operation result within specified timeout: 8000 msec
>       at 
> org.apache.sshd.common.future.AbstractSshFuture.lambda$verifyResult$1(AbstractSshFuture.java:114)
>       at 
> org.apache.sshd.common.future.AbstractSshFuture.formatExceptionMessage(AbstractSshFuture.java:206)
>       at 
> org.apache.sshd.common.future.AbstractSshFuture.verifyResult(AbstractSshFuture.java:114)
>       at 
> org.apache.sshd.client.future.DefaultAuthFuture.verify(DefaultAuthFuture.java:56)
>       at 
> org.apache.sshd.client.future.DefaultAuthFuture.verify(DefaultAuthFuture.java:35)
>       at 
> org.apache.sshd.common.future.VerifiableFuture.verify(VerifiableFuture.java:110)
>       at 
> org.apache.sshd.common.future.VerifiableFuture.verify(VerifiableFuture.java:96)
>       at org.apache.sshd.client.kex.KexTest.testClient(KexTest.java:131)
>       at 
> org.apache.sshd.client.kex.KexTest.testClientKeyExchange(KexTest.java:119)
>       at 
> java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
>       at java.base/java.lang.reflect.Method.invoke(Method.java:580)
>       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:61)
>       at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>       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.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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>       at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
>       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:69)
>       at 
> org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:173)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
> Caused by: java.util.concurrent.TimeoutException: Timed out after 8000 msec
>       at 
> org.apache.sshd.common.future.AbstractSshFuture.verifyResult(AbstractSshFuture.java:113)
>       ... 55 more
> 
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
> 19.192 s <<< FAILURE! - in org.apache.sshd.client.kex.KexTest
> [ERROR] 
> testClientKeyExchange[Factory=diffie-hellman-group18-sha512](org.apache.sshd.client.kex.KexTest)
>   Time elapsed: 8.006 s  <<< ERROR!
> org.apache.sshd.common.SshException: [ssh-connection]: Failed to get 
> operation result within specified timeout: 8000 msec
>       at 
> org.apache.sshd.common.future.AbstractSshFuture.lambda$verifyResult$1(AbstractSshFuture.java:114)
>       at 
> org.apache.sshd.common.future.AbstractSshFuture.formatExceptionMessage(AbstractSshFuture.java:206)
>       at 
> org.apache.sshd.common.future.AbstractSshFuture.verifyResult(AbstractSshFuture.java:114)
>       at 
> org.apache.sshd.client.future.DefaultAuthFuture.verify(DefaultAuthFuture.java:56)
>       at 
> org.apache.sshd.client.future.DefaultAuthFuture.verify(DefaultAuthFuture.java:35)
>       at 
> org.apache.sshd.common.future.VerifiableFuture.verify(VerifiableFuture.java:110)
>       at 
> org.apache.sshd.common.future.VerifiableFuture.verify(VerifiableFuture.java:96)
>       at org.apache.sshd.client.kex.KexTest.testClient(KexTest.java:131)
>       at 
> org.apache.sshd.client.kex.KexTest.testClientKeyExchange(KexTest.java:119)
>       at 
> java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
>       at java.base/java.lang.reflect.Method.invoke(Method.java:580)
>       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:61)
>       at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>       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.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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>       at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
>       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:69)
>       at 
> org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:173)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
> Caused by: java.util.concurrent.TimeoutException: Timed out after 8000 msec
>       at 
> org.apache.sshd.common.future.AbstractSshFuture.verifyResult(AbstractSshFuture.java:113)
>       ... 55 more
> 
> [INFO] 
> [INFO] Results:
> [INFO] 
> [ERROR] Errors: 
> [ERROR] 
> org.apache.sshd.client.kex.KexTest.testClientKeyExchange[Factory=diffie-hellman-group18-sha512](org.apache.sshd.client.kex.KexTest)
> [ERROR]   Run 1: KexTest.testClientKeyExchange:119->testClient:131 » Ssh 
> [ssh-connection]: Fail...
> [ERROR]   Run 2: KexTest.testClientKeyExchange:119->testClient:131 » Ssh 
> [ssh-connection]: Fail...
> [ERROR]   Run 3: KexTest.testClientKeyExchange:119->testClient:131 » Ssh 
> [ssh-connection]: Fail...
> [INFO] 
> [INFO] 
> [ERROR] Tests run: 587, Failures: 0, Errors: 1, Skipped: 21
> [INFO] 
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary for Apache Mina SSHD 2.13.2:
> [INFO] 
> [INFO] Apache Mina SSHD ................................... SUCCESS [  0.206 
> s]
> [INFO] Apache Mina SSHD :: Common support utilities ....... SUCCESS [03:39 
> min]
> [INFO] Apache Mina SSHD :: Putty key files support utilities SUCCESS [ 32.870 
> s]
> [INFO] Apache Mina SSHD :: Core ........................... FAILURE [06:18 
> 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 :: Contributions .................. SKIPPED
> [INFO] Apache Mina SSHD :: CLI ............................ SKIPPED
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  10:31 min
> [INFO] Finished at: 2025-04-14T04:40:44Z
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-surefire-plugin:2.22.3:test (default-test) on 
> project sshd-core: There are test failures.
> [ERROR] 
> [ERROR] Please refer to 
> /build/reproducible-path/libmina-sshd-java-2.13.2/sshd-core/target/surefire-reports-nio2
>  for the individual test results.
> [ERROR] Please refer to dump files (if any exist) [date].dump, 
> [date]-jvmRun[N].dump and [date].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
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn <args> -rf :sshd-core
> dh_auto_test: error: /usr/lib/jvm/default-java/bin/java -noverify -cp 
> /usr/share/maven/boot/plexus-classworlds-2.x.jar 
> -Dmaven.home=/usr/share/maven 
> -Dmaven.multiModuleProjectDirectory=/build/reproducible-path/libmina-sshd-java-2.13.2
>  -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml 
> -Ddebian.dir=/build/reproducible-path/libmina-sshd-java-2.13.2/debian 
> -Dmaven.repo.local=/build/reproducible-path/libmina-sshd-java-2.13.2/debian/maven-repo
>  --batch-mode test returned exit code 1


The full build log is available from:
http://qa-logs.debian.net/2025/04/14/libmina-sshd-java_2.13.2-2_testing-i386.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20250414;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20250414&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

Reply via email to