Your message dated Wed, 14 Apr 2021 23:03:44 +0000
with message-id <[email protected]>
and subject line Bug#986528: fixed in httpcomponents-client 4.5.13-2
has caused the Debian Bug report #986528,
regarding httpcomponents-client: FTBFS: 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=/<<PKGBUILDDIR>> 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
-Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode test 
returned exit code 1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
986528: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=986528
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: httpcomponents-client
Version: 4.5.13-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20210406 ftbfs-bullseye

Hi,

During a rebuild of all packages in bullseye, your package failed to build
on amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --with javahelper
>    dh_update_autotools_config
>    dh_autoreconf
>    dh_auto_configure
>       mh_patchpoms -plibhttpclient-java --debian-build --keep-pom-version 
> --maven-repo=/<<PKGBUILDDIR>>/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=/<<PKGBUILDDIR>> 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package 
> -DskipTests -Dnotimestamp=true -Dlocale=en_US
> [INFO] Scanning for projects...
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] Apache HttpComponents Client                                       
> [pom]
> [INFO] Apache HttpClient                                                  
> [jar]
> [INFO] Apache HttpClient Mime                                             
> [jar]
> [INFO] Apache HttpClient Fluent API                                       
> [jar]
> [INFO] Apache HttpClient Cache                                            
> [jar]
> [INFO] Apache HttpClient OSGi bundle                                   
> [bundle]
> [INFO] 
> [INFO] ----------< org.apache.httpcomponents:httpcomponents-client 
> >-----------
> [INFO] Building Apache HttpComponents Client 4.5.13                       
> [1/6]
> [INFO] --------------------------------[ pom 
> ]---------------------------------
> [INFO] 
> [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ 
> httpcomponents-client ---
> [INFO] Not executing Javadoc as the project is not a Java classpath-capable 
> package
> [INFO] 
> [INFO] ----------------< org.apache.httpcomponents:httpclient 
> >----------------
> [INFO] Building Apache HttpClient 4.5.13                                  
> [2/6]
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ 
> httpclient ---
> [INFO] Source directory: /<<PKGBUILDDIR>>/httpclient/src/main/java-deprecated 
> added.
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
> httpclient ---
> [INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ httpclient 
> ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 426 source files to 
> /<<PKGBUILDDIR>>/httpclient/target/classes
> [INFO] 
> /<<PKGBUILDDIR>>/httpclient/src/main/java-deprecated/org/apache/http/impl/client/DecompressingHttpClient.java:
>  Some input files use or override a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/httpclient/src/main/java-deprecated/org/apache/http/impl/client/DecompressingHttpClient.java:
>  Recompile with -Xlint:deprecation for details.
> [INFO] 
> [INFO] --- maven-bundle-plugin:3.5.1:manifest (bundle-manifest) @ httpclient 
> ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) 
> @ httpclient ---
> [INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
> [INFO] Copying 6 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ 
> httpclient ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 119 source files to 
> /<<PKGBUILDDIR>>/httpclient/target/test-classes
> [INFO] 
> /<<PKGBUILDDIR>>/httpclient/src/test/java/org/apache/http/impl/client/TestIdleConnectionEvictor.java:
>  Some input files use or override a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/httpclient/src/test/java/org/apache/http/impl/client/TestIdleConnectionEvictor.java:
>  Recompile with -Xlint:deprecation for details.
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ httpclient ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ httpclient ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/httpclient/target/httpclient-4.5.13.jar
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:test-jar (default-jar) @ httpclient ---
> [INFO] Building jar: 
> /<<PKGBUILDDIR>>/httpclient/target/httpclient-4.5.13-tests.jar
> [INFO] 
> [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ httpclient ---
> [INFO] Adding the --ignore-source-errors option
> [INFO] 
> 6 warnings
> [WARNING] Javadoc Warnings
> [WARNING] 
> /<<PKGBUILDDIR>>/httpclient/src/main/java/org/apache/http/auth/params/package-info.java:30:
>  warning - Tag @deprecated cannot be used in package documentation.  It can 
> only be used in the following types of documentation: module, 
> class/interface, constructor, field, method.
> [WARNING] 
> /<<PKGBUILDDIR>>/httpclient/src/main/java/org/apache/http/client/params/package-info.java:30:
>  warning - Tag @deprecated cannot be used in package documentation.  It can 
> only be used in the following types of documentation: module, 
> class/interface, constructor, field, method.
> [WARNING] 
> /<<PKGBUILDDIR>>/httpclient/src/main/java/org/apache/http/conn/params/package-info.java:30:
>  warning - Tag @deprecated cannot be used in package documentation.  It can 
> only be used in the following types of documentation: module, 
> class/interface, constructor, field, method.
> [WARNING] 
> /<<PKGBUILDDIR>>/httpclient/src/main/java/org/apache/http/conn/scheme/package-info.java:30:
>  warning - Tag @deprecated cannot be used in package documentation.  It can 
> only be used in the following types of documentation: module, 
> class/interface, constructor, field, method.
> [WARNING] 
> /<<PKGBUILDDIR>>/httpclient/src/main/java/org/apache/http/cookie/params/package-info.java:30:
>  warning - Tag @deprecated cannot be used in package documentation.  It can 
> only be used in the following types of documentation: module, 
> class/interface, constructor, field, method.
> [WARNING] 
> /<<PKGBUILDDIR>>/httpclient/src/main/java-deprecated/org/apache/http/impl/conn/tsccm/package-info.java:31:
>  warning - Tag @deprecated cannot be used in package documentation.  It can 
> only be used in the following types of documentation: module, 
> class/interface, constructor, field, method.
> [INFO] Building jar: 
> /<<PKGBUILDDIR>>/httpclient/target/httpclient-4.5.13-javadoc.jar
> [INFO] 
> [INFO] -----------------< org.apache.httpcomponents:httpmime 
> >-----------------
> [INFO] Building Apache HttpClient Mime 4.5.13                             
> [3/6]
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ httpmime 
> ---
> [INFO] Source directory: /<<PKGBUILDDIR>>/httpmime/src/main/java-deprecated 
> added.
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
> httpmime ---
> [INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ httpmime 
> ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 23 source files to /<<PKGBUILDDIR>>/httpmime/target/classes
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) 
> @ httpmime ---
> [INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /<<PKGBUILDDIR>>/httpmime/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ 
> httpmime ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 6 source files to 
> /<<PKGBUILDDIR>>/httpmime/target/test-classes
> [INFO] 
> /<<PKGBUILDDIR>>/httpmime/src/test/java/org/apache/http/entity/mime/FormBodyPartTest.java:
>  
> /<<PKGBUILDDIR>>/httpmime/src/test/java/org/apache/http/entity/mime/FormBodyPartTest.java
>  uses or overrides a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/httpmime/src/test/java/org/apache/http/entity/mime/FormBodyPartTest.java:
>  Recompile with -Xlint:deprecation for details.
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ httpmime ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ httpmime ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/httpmime/target/httpmime-4.5.13.jar
> [INFO] 
> [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ httpmime ---
> [INFO] Adding the --ignore-source-errors option
> [ERROR] Error fetching link: 
> /<<PKGBUILDDIR>>/httpclient/target/apidocs/package-list. Ignored it.
> [INFO] Building jar: 
> /<<PKGBUILDDIR>>/httpmime/target/httpmime-4.5.13-javadoc.jar
> [INFO] 
> [INFO] ----------------< org.apache.httpcomponents:fluent-hc 
> >-----------------
> [INFO] Building Apache HttpClient Fluent API 4.5.13                       
> [4/6]
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
> fluent-hc ---
> [INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /<<PKGBUILDDIR>>/fluent-hc/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ fluent-hc 
> ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 14 source files to /<<PKGBUILDDIR>>/fluent-hc/target/classes
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) 
> @ fluent-hc ---
> [INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /<<PKGBUILDDIR>>/fluent-hc/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ 
> fluent-hc ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 1 source file to 
> /<<PKGBUILDDIR>>/fluent-hc/target/test-classes
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ fluent-hc ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ fluent-hc ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/fluent-hc/target/fluent-hc-4.5.13.jar
> [INFO] 
> [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ fluent-hc ---
> [INFO] Adding the --ignore-source-errors option
> [ERROR] Error fetching link: 
> /<<PKGBUILDDIR>>/httpclient/target/apidocs/package-list. Ignored it.
> [INFO] Building jar: 
> /<<PKGBUILDDIR>>/fluent-hc/target/fluent-hc-4.5.13-javadoc.jar
> [INFO] 
> [INFO] -------------< org.apache.httpcomponents:httpclient-cache 
> >-------------
> [INFO] Building Apache HttpClient Cache 4.5.13                            
> [5/6]
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ 
> httpclient-cache ---
> [INFO] Source directory: 
> /<<PKGBUILDDIR>>/httpclient-cache/src/main/java-deprecated added.
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
> httpclient-cache ---
> [INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /<<PKGBUILDDIR>>/httpclient-cache/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ 
> httpclient-cache ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 71 source files to 
> /<<PKGBUILDDIR>>/httpclient-cache/target/classes
> [INFO] 
> /<<PKGBUILDDIR>>/httpclient-cache/src/main/java/org/apache/http/impl/client/cache/OptionsHttp11Response.java:
>  Some input files use or override a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/httpclient-cache/src/main/java/org/apache/http/impl/client/cache/OptionsHttp11Response.java:
>  Recompile with -Xlint:deprecation for details.
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) 
> @ httpclient-cache ---
> [INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ 
> httpclient-cache ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 42 source files to 
> /<<PKGBUILDDIR>>/httpclient-cache/target/test-classes
> [INFO] 
> /<<PKGBUILDDIR>>/httpclient-cache/src/test/java/org/apache/http/impl/client/cache/ehcache/TestEhcacheHttpCacheStorage.java:
>  Some input files use or override a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/httpclient-cache/src/test/java/org/apache/http/impl/client/cache/ehcache/TestEhcacheHttpCacheStorage.java:
>  Recompile with -Xlint:deprecation for details.
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ 
> httpclient-cache ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ httpclient-cache ---
> [INFO] Building jar: 
> /<<PKGBUILDDIR>>/httpclient-cache/target/httpclient-cache-4.5.13.jar
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:test-jar (default-jar) @ httpclient-cache 
> ---
> [INFO] Building jar: 
> /<<PKGBUILDDIR>>/httpclient-cache/target/httpclient-cache-4.5.13-tests.jar
> [INFO] 
> [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ 
> httpclient-cache ---
> [INFO] Adding the --ignore-source-errors option
> [ERROR] Error fetching link: 
> /<<PKGBUILDDIR>>/httpclient/target/apidocs/package-list. Ignored it.
> [INFO] Building jar: 
> /<<PKGBUILDDIR>>/httpclient-cache/target/httpclient-cache-4.5.13-javadoc.jar
> [INFO] 
> [INFO] -------------< org.apache.httpcomponents:httpclient-osgi 
> >--------------
> [INFO] Building Apache HttpClient OSGi bundle 4.5.13                      
> [6/6]
> [INFO] -------------------------------[ bundle 
> ]-------------------------------
> [WARNING] The artifact org.osgi:org.osgi.core:jar:debian has been relocated 
> to org.osgi:osgi.core:jar:debian
> [WARNING] The artifact org.osgi:org.osgi.compendium:jar:debian has been 
> relocated to org.osgi:osgi.cmpn:jar:debian
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
> httpclient-osgi ---
> [INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ 
> httpclient-osgi ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 16 source files to 
> /<<PKGBUILDDIR>>/httpclient-osgi/target/classes
> [INFO] 
> /<<PKGBUILDDIR>>/httpclient-osgi/src/main/java/org/apache/http/osgi/impl/HttpProxyConfigurationActivator.java:
>  
> /<<PKGBUILDDIR>>/httpclient-osgi/src/main/java/org/apache/http/osgi/impl/HttpProxyConfigurationActivator.java
>  uses unchecked or unsafe operations.
> [INFO] 
> /<<PKGBUILDDIR>>/httpclient-osgi/src/main/java/org/apache/http/osgi/impl/HttpProxyConfigurationActivator.java:
>  Recompile with -Xlint:unchecked for details.
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) 
> @ httpclient-osgi ---
> [INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /<<PKGBUILDDIR>>/httpclient-osgi/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ 
> httpclient-osgi ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 5 source files to 
> /<<PKGBUILDDIR>>/httpclient-osgi/target/test-classes
> [INFO] 
> /<<PKGBUILDDIR>>/httpclient-osgi/src/test/java/org/apache/http/osgi/impl/OSGiProxyConfigurationTest.java:
>  Some input files use or override a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/httpclient-osgi/src/test/java/org/apache/http/osgi/impl/OSGiProxyConfigurationTest.java:
>  Recompile with -Xlint:deprecation for details.
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ httpclient-osgi 
> ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-bundle-plugin:3.5.1:bundle (default-bundle) @ 
> httpclient-osgi ---
> [WARNING] The artifact org.osgi:org.osgi.core:jar:debian has been relocated 
> to org.osgi:osgi.core:jar:debian
> [WARNING] The artifact org.osgi:org.osgi.compendium:jar:debian has been 
> relocated to org.osgi:osgi.cmpn:jar:debian
> [WARNING] Bundle org.apache.httpcomponents:httpclient-osgi:bundle:4.5.13 : 
> Unused Export-Package instructions: [org.apache.http.entity.mime.content.*] 
> [INFO] 
> [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ httpclient-osgi 
> ---
> [INFO] Adding the --ignore-source-errors option
> [ERROR] Error fetching link: 
> /<<PKGBUILDDIR>>/httpclient/target/apidocs/package-list. Ignored it.
> [ERROR] Error fetching link: 
> /<<PKGBUILDDIR>>/httpmime/target/apidocs/package-list. Ignored it.
> [ERROR] Error fetching link: 
> /<<PKGBUILDDIR>>/fluent-hc/target/apidocs/package-list. Ignored it.
> [ERROR] Error fetching link: 
> /<<PKGBUILDDIR>>/httpclient-cache/target/apidocs/package-list. Ignored it.
> [INFO] Building jar: 
> /<<PKGBUILDDIR>>/httpclient-osgi/target/org.apache.httpcomponents.httpclient_4.5.13-javadoc.jar
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary for Apache HttpComponents Client 4.5.13:
> [INFO] 
> [INFO] Apache HttpComponents Client ....................... SUCCESS [  0.338 
> s]
> [INFO] Apache HttpClient .................................. SUCCESS [ 12.826 
> s]
> [INFO] Apache HttpClient Mime ............................. SUCCESS [  2.507 
> s]
> [INFO] Apache HttpClient Fluent API ....................... SUCCESS [  1.887 
> s]
> [INFO] Apache HttpClient Cache ............................ SUCCESS [  3.459 
> s]
> [INFO] Apache HttpClient OSGi bundle ...................... SUCCESS [  2.631 
> s]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  24.259 s
> [INFO] Finished at: 2021-04-06T17:14:45Z
> [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=/<<PKGBUILDDIR>> 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode test
> [INFO] Scanning for projects...
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] Apache HttpComponents Client                                       
> [pom]
> [INFO] Apache HttpClient                                                  
> [jar]
> [INFO] Apache HttpClient Mime                                             
> [jar]
> [INFO] Apache HttpClient Fluent API                                       
> [jar]
> [INFO] Apache HttpClient Cache                                            
> [jar]
> [INFO] Apache HttpClient OSGi bundle                                   
> [bundle]
> [INFO] 
> [INFO] ----------< org.apache.httpcomponents:httpcomponents-client 
> >-----------
> [INFO] Building Apache HttpComponents Client 4.5.13                       
> [1/6]
> [INFO] --------------------------------[ pom 
> ]---------------------------------
> [INFO] 
> [INFO] ----------------< org.apache.httpcomponents:httpclient 
> >----------------
> [INFO] Building Apache HttpClient 4.5.13                                  
> [2/6]
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [INFO] 
> [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ 
> httpclient ---
> [INFO] Source directory: /<<PKGBUILDDIR>>/httpclient/src/main/java-deprecated 
> added.
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
> httpclient ---
> [INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ httpclient 
> ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 426 source files to 
> /<<PKGBUILDDIR>>/httpclient/target/classes
> [INFO] 
> /<<PKGBUILDDIR>>/httpclient/src/main/java-deprecated/org/apache/http/impl/client/DecompressingHttpClient.java:
>  Some input files use or override a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/httpclient/src/main/java-deprecated/org/apache/http/impl/client/DecompressingHttpClient.java:
>  Recompile with -Xlint:deprecation for details.
> [INFO] 
> [INFO] --- maven-bundle-plugin:3.5.1:manifest (bundle-manifest) @ httpclient 
> ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) 
> @ httpclient ---
> [INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
> [INFO] Copying 6 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ 
> httpclient ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 119 source files to 
> /<<PKGBUILDDIR>>/httpclient/target/test-classes
> [INFO] 
> /<<PKGBUILDDIR>>/httpclient/src/test/java/org/apache/http/impl/client/TestIdleConnectionEvictor.java:
>  Some input files use or override a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/httpclient/src/test/java/org/apache/http/impl/client/TestIdleConnectionEvictor.java:
>  Recompile with -Xlint:deprecation for details.
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ httpclient ---
> [INFO] 
> [INFO] -------------------------------------------------------
> [INFO]  T E S T S
> [INFO] -------------------------------------------------------
> [INFO] Running org.apache.http.client.methods.TestHttpOptions
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s 
> - in org.apache.http.client.methods.TestHttpOptions
> [INFO] Running org.apache.http.client.methods.TestHttpRequestBase
> [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 
> s - in org.apache.http.client.methods.TestHttpRequestBase
> [INFO] Running org.apache.http.client.methods.TestRequestBuilder
> [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 
> s - in org.apache.http.client.methods.TestRequestBuilder
> [INFO] Running org.apache.http.client.config.TestRequestConfig
> [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
> 0.001 s - in org.apache.http.client.config.TestRequestConfig
> [INFO] Running org.apache.http.client.utils.TestDateUtils
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 
> s - in org.apache.http.client.utils.TestDateUtils
> [INFO] Running org.apache.http.client.utils.TestURLEncodedUtils
> [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 
> s - in org.apache.http.client.utils.TestURLEncodedUtils
> [INFO] Running org.apache.http.client.utils.TestHttpClientUtils
> [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.559 
> s - in org.apache.http.client.utils.TestHttpClientUtils
> [INFO] Running org.apache.http.client.utils.TestURIBuilder
> [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 
> s - in org.apache.http.client.utils.TestURIBuilder
> [INFO] Running org.apache.http.client.utils.TestURIUtils
> [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 
> s - in org.apache.http.client.utils.TestURIUtils
> [INFO] Running org.apache.http.client.utils.TestRequestBuilder
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.http.client.utils.TestRequestBuilder
> [INFO] Running org.apache.http.client.entity.TestDeflate
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.http.client.entity.TestDeflate
> [INFO] Running org.apache.http.client.entity.TestGZip
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s 
> - in org.apache.http.client.entity.TestGZip
> [INFO] Running org.apache.http.client.entity.TestDecompressingEntity
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 
> s - in org.apache.http.client.entity.TestDecompressingEntity
> [INFO] Running org.apache.http.client.entity.TestEntityBuilder
> [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 
> s - in org.apache.http.client.entity.TestEntityBuilder
> [INFO] Running org.apache.http.client.protocol.TestResponseProcessCookies
> [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 
> s - in org.apache.http.client.protocol.TestResponseProcessCookies
> [INFO] Running org.apache.http.client.protocol.TestRequestAddCookies
> [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.23 
> s - in org.apache.http.client.protocol.TestRequestAddCookies
> [INFO] Running org.apache.http.client.protocol.TestRequestExpectContinue
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.http.client.protocol.TestRequestExpectContinue
> [INFO] Running org.apache.http.client.protocol.TestRequestAuthCache
> [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 
> s - in org.apache.http.client.protocol.TestRequestAuthCache
> [INFO] Running org.apache.http.client.protocol.TestRequestAcceptEncoding
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.http.client.protocol.TestRequestAcceptEncoding
> [INFO] Running org.apache.http.client.protocol.TestRequestClientConnControl
> [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.http.client.protocol.TestRequestClientConnControl
> [INFO] Running org.apache.http.client.protocol.TestRequestDefaultHeaders
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.http.client.protocol.TestRequestDefaultHeaders
> [INFO] Running org.apache.http.client.protocol.TestResponseContentEncoding
> [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.http.client.protocol.TestResponseContentEncoding
> [INFO] Running org.apache.http.impl.client.TestInternalHttpClient
> [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 
> s - in org.apache.http.impl.client.TestInternalHttpClient
> [INFO] Running org.apache.http.impl.client.TestNullBackoffStrategy
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.http.impl.client.TestNullBackoffStrategy
> [INFO] Running org.apache.http.impl.client.TestDefaultConnKeepAliveStrategy
> [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 
> s - in org.apache.http.impl.client.TestDefaultConnKeepAliveStrategy
> [INFO] Running org.apache.http.impl.client.TestDefaultRedirectStrategy
> [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 
> s - in org.apache.http.impl.client.TestDefaultRedirectStrategy
> [INFO] Running org.apache.http.impl.client.TestAIMDBackoffManager
> [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.http.impl.client.TestAIMDBackoffManager
> [INFO] Running org.apache.http.impl.client.TestLaxRedirectStrategy
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.http.impl.client.TestLaxRedirectStrategy
> [INFO] Running 
> org.apache.http.impl.client.integration.TestStatefulConnManagement
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.463 
> s - in org.apache.http.impl.client.integration.TestStatefulConnManagement
> [INFO] Running org.apache.http.impl.client.integration.TestAbortHandling
> [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
> 0.128 s - in org.apache.http.impl.client.integration.TestAbortHandling
> [INFO] Running 
> org.apache.http.impl.client.integration.TestClientAuthentication
> [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 
> s - in org.apache.http.impl.client.integration.TestClientAuthentication
> [INFO] Running org.apache.http.impl.client.integration.TestCookieVirtualHost
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 
> s - in org.apache.http.impl.client.integration.TestCookieVirtualHost
> [INFO] Running 
> org.apache.http.impl.client.integration.TestConnectionAutoRelease
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.011 
> s - in org.apache.http.impl.client.integration.TestConnectionAutoRelease
> [INFO] Running 
> org.apache.http.impl.client.integration.TestClientRequestExecution
> [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 
> s - in org.apache.http.impl.client.integration.TestClientRequestExecution
> [INFO] Running 
> org.apache.http.impl.client.integration.TestClientAuthenticationFakeNTLM
> [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 
> s - in 
> org.apache.http.impl.client.integration.TestClientAuthenticationFakeNTLM
> [INFO] Running 
> org.apache.http.impl.client.integration.TestIdleConnectionEviction
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.075 
> s - in org.apache.http.impl.client.integration.TestIdleConnectionEviction
> [INFO] Running 
> org.apache.http.impl.client.integration.TestBasicConnectionManager
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 
> s - in org.apache.http.impl.client.integration.TestBasicConnectionManager
> [INFO] Running org.apache.http.impl.client.integration.TestRedirects
> [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 
> s - in org.apache.http.impl.client.integration.TestRedirects
> [INFO] Running 
> org.apache.http.impl.client.integration.TestMinimalClientRequestExecution
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 
> s - in 
> org.apache.http.impl.client.integration.TestMinimalClientRequestExecution
> [INFO] Running 
> org.apache.http.impl.client.integration.TestMalformedServerResponse
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 
> s - in org.apache.http.impl.client.integration.TestMalformedServerResponse
> [INFO] Running org.apache.http.impl.client.integration.TestSPNegoScheme
> [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0 s 
> - in org.apache.http.impl.client.integration.TestSPNegoScheme
> [INFO] Running 
> org.apache.http.impl.client.integration.TestClientAuthenticationFallBack
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 
> s - in 
> org.apache.http.impl.client.integration.TestClientAuthenticationFallBack
> [INFO] Running 
> org.apache.http.impl.client.integration.TestClientReauthentication
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 
> s - in org.apache.http.impl.client.integration.TestClientReauthentication
> [INFO] Running org.apache.http.impl.client.integration.TestConnectionReuse
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.705 
> s - in org.apache.http.impl.client.integration.TestConnectionReuse
> [INFO] Running 
> org.apache.http.impl.client.integration.TestConnectionManagement
> [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.587 
> s - in org.apache.http.impl.client.integration.TestConnectionManagement
> [INFO] Running org.apache.http.impl.client.integration.TestContentCodings
> [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 
> s - in org.apache.http.impl.client.integration.TestContentCodings
> [INFO] Running org.apache.http.impl.client.TestAuthenticationStrategy
> [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 
> s - in org.apache.http.impl.client.TestAuthenticationStrategy
> [INFO] Running org.apache.http.impl.client.TestDefaultBackoffStrategy
> [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.http.impl.client.TestDefaultBackoffStrategy
> [INFO] Running org.apache.http.impl.client.TestBasicCredentialsProvider
> [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.http.impl.client.TestBasicCredentialsProvider
> [INFO] Running org.apache.http.impl.client.TestBasicResponseHandler
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.http.impl.client.TestBasicResponseHandler
> [INFO] Running org.apache.http.impl.client.TestCookieIdentityComparator
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.http.impl.client.TestCookieIdentityComparator
> [INFO] Running org.apache.http.impl.client.TestIdleConnectionEvictor
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.999 
> s - in org.apache.http.impl.client.TestIdleConnectionEvictor
> [INFO] Running org.apache.http.impl.client.TestAbstractResponseHandler
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.http.impl.client.TestAbstractResponseHandler
> [INFO] Running org.apache.http.impl.client.TestRedirectLocation
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.http.impl.client.TestRedirectLocation
> [INFO] Running org.apache.http.impl.client.TestDefaultHttpRequestRetryHandler
> [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 
> s - in org.apache.http.impl.client.TestDefaultHttpRequestRetryHandler
> [INFO] Running org.apache.http.impl.client.TestBasicAuthCache
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 
> s - in org.apache.http.impl.client.TestBasicAuthCache
> [INFO] Running org.apache.http.impl.client.TestFutureRequestExecutionService
> [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 
> s - in org.apache.http.impl.client.TestFutureRequestExecutionService
> [INFO] Running org.apache.http.impl.client.TestCloseableHttpClient
> [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 
> s - in org.apache.http.impl.client.TestCloseableHttpClient
> [INFO] Running org.apache.http.impl.client.TestBasicCookieStore
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 
> s - in org.apache.http.impl.client.TestBasicCookieStore
> [INFO] Running org.apache.http.impl.auth.TestBasicScheme
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.http.impl.auth.TestBasicScheme
> [INFO] Running org.apache.http.impl.auth.TestNTLMEngineImpl
> [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 
> s - in org.apache.http.impl.auth.TestNTLMEngineImpl
> [INFO] Running org.apache.http.impl.auth.TestRFC2617Scheme
> [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 
> s - in org.apache.http.impl.auth.TestRFC2617Scheme
> [INFO] Running org.apache.http.impl.auth.TestDigestScheme
> [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 
> s - in org.apache.http.impl.auth.TestDigestScheme
> [INFO] Running org.apache.http.impl.auth.TestHttpAuthenticator
> [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 
> s - in org.apache.http.impl.auth.TestHttpAuthenticator
> [INFO] Running 
> org.apache.http.impl.conn.TestPoolingHttpClientConnectionManager
> [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 
> s - in org.apache.http.impl.conn.TestPoolingHttpClientConnectionManager
> [INFO] Running org.apache.http.impl.conn.TestDefaultProxyRoutePlanner
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.http.impl.conn.TestDefaultProxyRoutePlanner
> [INFO] Running org.apache.http.impl.conn.TestDefaultHttpResponseParser
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.http.impl.conn.TestDefaultHttpResponseParser
> [INFO] Running org.apache.http.impl.conn.TestBasicHttpClientConnectionManager
> [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 
> s - in org.apache.http.impl.conn.TestBasicHttpClientConnectionManager
> [INFO] Running org.apache.http.impl.conn.TestHttpClientConnectionOperator
> [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 
> s - in org.apache.http.impl.conn.TestHttpClientConnectionOperator
> [INFO] Running org.apache.http.impl.conn.TestSystemDefaultRoutePlanner
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 
> s - in org.apache.http.impl.conn.TestSystemDefaultRoutePlanner
> [INFO] Running org.apache.http.impl.conn.TestDefaultRoutePlanner
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.http.impl.conn.TestDefaultRoutePlanner
> [INFO] Running org.apache.http.impl.cookie.TestRFC2109CookieAttribHandlers
> [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.http.impl.cookie.TestRFC2109CookieAttribHandlers
> [INFO] Running org.apache.http.impl.cookie.TestBasicClientCookie
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.http.impl.cookie.TestBasicClientCookie
> [INFO] Running org.apache.http.impl.cookie.TestRFC6265CookieSpec
> [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 
> s - in org.apache.http.impl.cookie.TestRFC6265CookieSpec
> [INFO] Running org.apache.http.impl.cookie.TestNetscapeCookieAttribHandlers
> [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.http.impl.cookie.TestNetscapeCookieAttribHandlers
> [INFO] Running org.apache.http.impl.cookie.TestCookieRFC2109Spec
> [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.http.impl.cookie.TestCookieRFC2109Spec
> [INFO] Running org.apache.http.impl.cookie.TestDefaultCookieSpec
> [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.http.impl.cookie.TestDefaultCookieSpec
> [INFO] Running org.apache.http.impl.cookie.TestPublicSuffixListParser
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 
> s - in org.apache.http.impl.cookie.TestPublicSuffixListParser
> [INFO] Running org.apache.http.impl.cookie.TestLaxCookieAttribHandlers
> [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 
> s - in org.apache.http.impl.cookie.TestLaxCookieAttribHandlers
> [INFO] Running org.apache.http.impl.cookie.TestNetscapeDraftHeaderParser
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.http.impl.cookie.TestNetscapeDraftHeaderParser
> [INFO] Running org.apache.http.impl.cookie.TestCookieNetscapeDraft
> [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 
> s - in org.apache.http.impl.cookie.TestCookieNetscapeDraft
> [INFO] Running org.apache.http.impl.cookie.TestCookieRFC2965Spec
> [INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 
> s - in org.apache.http.impl.cookie.TestCookieRFC2965Spec
> [INFO] Running org.apache.http.impl.cookie.TestBasicCookieAttribHandlers
> [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.http.impl.cookie.TestBasicCookieAttribHandlers
> [INFO] Running org.apache.http.impl.cookie.TestBasicClientCookie2
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.http.impl.cookie.TestBasicClientCookie2
> [INFO] Running org.apache.http.impl.execchain.TestMainClientExec
> [WARNING] Tests run: 25, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
> 0.126 s - in org.apache.http.impl.execchain.TestMainClientExec
> [INFO] Running org.apache.http.impl.execchain.TestConnectionHolder
> [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 
> s - in org.apache.http.impl.execchain.TestConnectionHolder
> [INFO] Running org.apache.http.impl.execchain.TestServiceUnavailableRetryExec
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 
> s - in org.apache.http.impl.execchain.TestServiceUnavailableRetryExec
> [INFO] Running org.apache.http.impl.execchain.TestMinimalClientExec
> [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 
> 0.008 s - in org.apache.http.impl.execchain.TestMinimalClientExec
> [INFO] Running org.apache.http.impl.execchain.TestResponseEntityWrapper
> [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 
> s - in org.apache.http.impl.execchain.TestResponseEntityWrapper
> [INFO] Running org.apache.http.impl.execchain.TestRetryExec
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 
> s - in org.apache.http.impl.execchain.TestRetryExec
> [INFO] Running org.apache.http.impl.execchain.TestProtocolExec
> [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 
> s - in org.apache.http.impl.execchain.TestProtocolExec
> [INFO] Running org.apache.http.auth.TestCredentials
> [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 
> s - in org.apache.http.auth.TestCredentials
> [INFO] Running org.apache.http.auth.TestAuthScope
> [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.http.auth.TestAuthScope
> [INFO] Running org.apache.http.conn.TestEofSensorInputStream
> [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 
> s - in org.apache.http.conn.TestEofSensorInputStream
> [INFO] Running org.apache.http.conn.ssl.TestDefaultHostnameVerifier
> [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 
> s - in org.apache.http.conn.ssl.TestDefaultHostnameVerifier
> [INFO] Running org.apache.http.conn.ssl.TestSSLSocketFactory
> [ERROR] Tests run: 13, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
> 0.667 s <<< FAILURE! - in org.apache.http.conn.ssl.TestSSLSocketFactory
> [ERROR] testTLSOnly(org.apache.http.conn.ssl.TestSSLSocketFactory)  Time 
> elapsed: 0.015 s  <<< ERROR!
> javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
>       at 
> org.apache.http.conn.ssl.TestSSLSocketFactory.testTLSOnly(TestSSLSocketFactory.java:317)
> Caused by: java.io.EOFException: SSL peer shut down incorrectly
>       at 
> org.apache.http.conn.ssl.TestSSLSocketFactory.testTLSOnly(TestSSLSocketFactory.java:317)
> 
> [INFO] Running org.apache.http.conn.ssl.TestHostnameVerifier
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 
> s - in org.apache.http.conn.ssl.TestHostnameVerifier
> [INFO] Running org.apache.http.conn.TestExceptions
> [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.http.conn.TestExceptions
> [INFO] Running org.apache.http.conn.util.TestPublicSuffixListParser
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.http.conn.util.TestPublicSuffixListParser
> [INFO] Running org.apache.http.conn.util.TestInetAddressUtils
> [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 
> s - in org.apache.http.conn.util.TestInetAddressUtils
> [INFO] Running org.apache.http.conn.util.TestPublicSuffixMatcher
> [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.http.conn.util.TestPublicSuffixMatcher
> [INFO] Running org.apache.http.conn.routing.TestRouteDirector
> [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 
> s - in org.apache.http.conn.routing.TestRouteDirector
> [INFO] Running org.apache.http.conn.routing.TestRouteTracker
> [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.http.conn.routing.TestRouteTracker
> [INFO] Running org.apache.http.conn.routing.TestHttpRoute
> [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.apache.http.conn.routing.TestHttpRoute
> [INFO] Running org.apache.http.cookie.TestCookiePriorityComparator
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.http.cookie.TestCookiePriorityComparator
> [INFO] Running org.apache.http.cookie.TestCookieOrigin
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.http.cookie.TestCookieOrigin
> [INFO] Running org.apache.http.cookie.TestCookiePathComparator
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.apache.http.cookie.TestCookiePathComparator
> [INFO] 
> [INFO] Results:
> [INFO] 
> [ERROR] Errors: 
> [ERROR]   TestSSLSocketFactory.testTLSOnly:317 ยป SSLHandshake Remote host 
> terminated the...
> [INFO] 
> [ERROR] Tests run: 926, Failures: 0, Errors: 1, Skipped: 6
> [INFO] 
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary for Apache HttpComponents Client 4.5.13:
> [INFO] 
> [INFO] Apache HttpComponents Client ....................... SUCCESS [  0.078 
> s]
> [INFO] Apache HttpClient .................................. FAILURE [ 25.847 
> s]
> [INFO] Apache HttpClient Mime ............................. SKIPPED
> [INFO] Apache HttpClient Fluent API ....................... SKIPPED
> [INFO] Apache HttpClient Cache ............................ SKIPPED
> [INFO] Apache HttpClient OSGi bundle ...................... SKIPPED
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  26.496 s
> [INFO] Finished at: 2021-04-06T17:15:13Z
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-surefire-plugin:2.22.3:test (default-test) on 
> project httpclient: There are test failures.
> [ERROR] 
> [ERROR] Please refer to /<<PKGBUILDDIR>>/httpclient/target/surefire-reports 
> 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 :httpclient
> 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=/<<PKGBUILDDIR>> 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode test 
> returned exit code 1

The full build log is available from:
   
http://qa-logs.debian.net/2021/04/06/httpcomponents-client_4.5.13-1_testing.log

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 marking 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.

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: httpcomponents-client
Source-Version: 4.5.13-2
Done: Markus Koschany <[email protected]>

We believe that the bug you reported is fixed in the latest version of
httpcomponents-client, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Koschany <[email protected]> (supplier of updated httpcomponents-client 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 15 Apr 2021 00:31:08 +0200
Source: httpcomponents-client
Architecture: source
Version: 4.5.13-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Markus Koschany <[email protected]>
Closes: 986528
Changes:
 httpcomponents-client (4.5.13-2) unstable; urgency=medium
 .
   * Team upload.
   * Ignore the TestSSLSocketFactory.testTLSOnly test
     because it deliberately sets the protocol version to TLSv1 which is
     disabled by default via the java.security policy in OpenJDK 11. TLSv1 is
     considered to be no longer safe and rejecting the handshake is actually the
     correct behavior. (Closes: #986528)
Checksums-Sha1:
 38c24a72969c02561f43f7060d00754581baef8f 2642 
httpcomponents-client_4.5.13-2.dsc
 db0b647d1f939795d1e376b05bcca91ab5a93bdf 55220 
httpcomponents-client_4.5.13-2.debian.tar.xz
 2b84e8bdb8962f6e7e03f05fccec8a4177e5e1f3 16382 
httpcomponents-client_4.5.13-2_amd64.buildinfo
Checksums-Sha256:
 191baf19c2259f2e50445a79e1dbf6d2f9d427edc3bc0e31aad77ce48d46f4d2 2642 
httpcomponents-client_4.5.13-2.dsc
 6a9b29b0b16ef6a6e405dca403646e8dda5c1226126bbb88ebb75cf9113ffb09 55220 
httpcomponents-client_4.5.13-2.debian.tar.xz
 87c9e47f5457da1fc27cc73d240a5d7fc172b406c71f33b6a05b159fe29d09ac 16382 
httpcomponents-client_4.5.13-2_amd64.buildinfo
Files:
 0bc4689ba7c4c239963ae76528a4a0c3 2642 java optional 
httpcomponents-client_4.5.13-2.dsc
 008e7541aeae101298724df3f07898a1 55220 java optional 
httpcomponents-client_4.5.13-2.debian.tar.xz
 940733b272d7d6ce8b437ba50e69d3b1 16382 java optional 
httpcomponents-client_4.5.13-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAmB3b1VfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HktQUP/32R3wjf5fL9YpwXyfG5OT8qIXtl3ig3DMvR
ObX3lFpjyNu7bssEidqbG13MsI+LkpGRO4wz2ZRYdawPM9i6sl2bAyPh7NT3OEEY
RiF/lwBVziMZdVWLC0gYLQWTGQPHSgAylUAuwpfnw+53+pm/RtvvjISMhVNTAC9y
IMyonG8QYflv+/Qkbh+ckb83JtFYROfGSqFTEt7haIsBxDPWWobRXPqp+PTlmYxX
bxLAuPoCQEjyRvjX17tlfcxbCpalbZ8owJFe67suxfMh5d1+KSVStEluyNwyLOtN
QyMDYdzqh8rDUCvsHC2zW8AKmWdO64sZTU5Y4nHUrpPcxvv7EJENH+zRo7aj237Q
Nk+eBii9r2G2K1MMa2+cZ4eo/Jl8QVg+97KNWFMG4Wve5UFc66Nr+u2k4IGzcU3a
1X3kpTt7PF2ByWzY+nImy3IyIbLgBo89SdWzt4uhqGnsLGrwjzx1X/luIwZPOeJN
NPOgs91bL0HPfoWA+Ybmg9au1oXpAudeg45nHXw3fzEdfQUH8QP5LIGJWWkxQR2F
VhehSBXnlMvLLvVMemt/6hxI0g/xx2MkhHMOUVNO0I64fNcAls5+3iJwodVj73/u
cmSCbzKZ3UmXbZ9pO3nPIw4cFxMxlZraimrH8q9UP1O9vuGSo4IWKfNOux02UGQ6
AdZQnJP2
=R4Mc
-----END PGP SIGNATURE-----

--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
 Please use
[email protected] for discussions and questions.

Reply via email to