Your message dated Thu, 21 Nov 2024 22:53:10 +0000
with message-id <e1teg2w-00hnrs...@fasolo.debian.org>
and subject line Bug#1087792: fixed in voms-api-java 3.3.3-2
has caused the Debian Bug report #1087792,
regarding voms-api-java: FTBFS: dh_installdocs: error: Cannot find (any matches 
for) "target/site/javadoc/apidocs"
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 ow...@bugs.debian.org
immediately.)


-- 
1087792: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1087792
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:voms-api-java
Version: 3.3.3-1
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules build
dh build --buildsystem=maven
   dh_update_autotools_config -O--buildsystem=maven
   dh_autoreconf -O--buildsystem=maven
   dh_auto_configure -O--buildsystem=maven
        mh_patchpoms -plibvoms-api-java-java --debian-build --keep-pom-version 
--maven-repo=/build/reproducible-path/voms-api-java-3.3.3/debian/maven-repo
   dh_auto_build -O--buildsystem=maven
        /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/voms-api-java-3.3.3
 -Dclassworlds.conf=/etc/maven/m2-debian.conf 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/build/reproducible-path/voms-api-java-3.3.3/debian 
-Dmaven.repo.local=/build/reproducible-path/voms-api-java-3.3.3/debian/maven-repo
 --batch-mode package javadoc:jar javadoc:aggregate -DskipTests 
-Dnotimestamp=true -Dlocale=en_US
OpenJDK 64-Bit 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...
[INFO]
[INFO] -------------------< org.italiangrid:voms-api-java >--------------------
[INFO] Building voms-api-java 3.3.3
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The artifact org.apache.maven.plugins:maven-resources-plugin:jar:2.6 
has been relocated to org.apache.maven.plugins:maven-resources-plugin:jar:3.3.1
[WARNING] The artifact 
org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4 has been relocated to 
org.apache.maven.plugins:maven-surefire-plugin:jar:2.22.3
[WARNING] The artifact org.hamcrest:hamcrest-library:jar:debian has been 
relocated to org.hamcrest:hamcrest:jar:debian
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
voms-api-java ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ 
voms-api-java ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 115 source files with javac [debug deprecation target 1.8] to 
target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[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.
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/main/java/org/italiangrid/voms/request/SSLSocketFactoryProvider.java:[33,39]
 eu.emi.security.authn.x509.impl.SocketFactoryCreator in 
eu.emi.security.authn.x509.impl has been deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/main/java/org/italiangrid/voms/request/impl/LegacyProtocol.java:[39,39]
 eu.emi.security.authn.x509.impl.HostnameMismatchCallback in 
eu.emi.security.authn.x509.impl has been deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/main/java/org/italiangrid/voms/request/impl/LegacyProtocol.java:[40,39]
 eu.emi.security.authn.x509.impl.SocketFactoryCreator in 
eu.emi.security.authn.x509.impl has been deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/main/java/org/italiangrid/voms/request/SSLSocketFactoryProvider.java:[81,37]
 eu.emi.security.authn.x509.impl.SocketFactoryCreator in 
eu.emi.security.authn.x509.impl has been deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/main/java/org/italiangrid/voms/request/impl/RESTServiceURLBuilder.java:[42,13]
 URL(java.lang.String,java.lang.String,int,java.lang.String) in java.net.URL 
has been deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/main/java/org/italiangrid/voms/request/impl/LegacyProtocol.java:[48,17]
 eu.emi.security.authn.x509.impl.HostnameMismatchCallback in 
eu.emi.security.authn.x509.impl has been deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/main/java/org/italiangrid/voms/request/impl/LegacyProtocol.java:[74,9]
 eu.emi.security.authn.x509.impl.SocketFactoryCreator in 
eu.emi.security.authn.x509.impl has been deprecated
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ 
voms-api-java ---
[INFO] Copying 85 resources from src/test/resources to target/test-classes
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ 
voms-api-java ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 30 source files with javac [debug deprecation target 1.8] to 
target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[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.
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestACGenerationParams.java:[100,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestACGenerationParams.java:[101,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestACGenerationParams.java:[108,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestACGenerationParams.java:[109,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestACGenerationParams.java:[110,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestACGenerationParams.java:[111,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestACGenerationParams.java:[113,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestACGenerationParams.java:[114,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestACGenerationParams.java:[115,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestACGenerationParams.java:[117,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestACGenerationParams.java:[118,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestACGenerationParams.java:[119,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestFakeVOMSACService.java:[76,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestFakeVOMSACService.java:[77,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestFakeVOMSACService.java:[78,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestFakeVOMSACService.java:[79,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestFakeVOMSACService.java:[80,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestOpensslHashFunction.java:[95,46]
 getSubjectDN() in java.security.cert.X509Certificate has been deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestOpensslHashFunction.java:[96,46]
 getSubjectDN() in java.security.cert.X509Certificate has been deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestOpensslHashFunction.java:[120,46]
 getSubjectDN() in java.security.cert.X509Certificate has been deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestOpensslHashFunction.java:[121,46]
 getSubjectDN() in java.security.cert.X509Certificate has been deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestGaParser.java:[38,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestGaParser.java:[51,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestGaParser.java:[52,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestGaParser.java:[59,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestGaParser.java:[61,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestGaParser.java:[62,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestGaParser.java:[63,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestGaParser.java:[67,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestGaParser.java:[69,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestGaParser.java:[70,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestGaParser.java:[72,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestGaParser.java:[73,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestGaParser.java:[75,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/ac/TestGaParser.java:[76,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/req/TestRequests.java:[182,12]
 verifyZeroInteractions(java.lang.Object...) in org.mockito.Mockito has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestVOMSESLineParser.java:[71,7]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestVOMSESLineParser.java:[87,7]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestVOMSESLineParser.java:[103,7]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestVOMSESLineParser.java:[119,7]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestVOMSESLineParser.java:[137,7]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestVOMSESLineParser.java:[151,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestVOMSESLineParser.java:[153,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestVOMSESLineParser.java:[156,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestVOMSESLineParser.java:[158,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestVOMSESLineParser.java:[169,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestVOMSESLineParser.java:[171,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestVOMSESLineParser.java:[174,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestVOMSESLineParser.java:[176,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestVOMSESLineParser.java:[190,7]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestVOMSESLineParser.java:[207,7]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestVOMSESLineParser.java:[225,7]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestVOMSESLineParser.java:[242,7]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestVOMSESLineParser.java:[258,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestVOMSESLineParser.java:[259,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestVOMSESLineParser.java:[261,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestVOMSESLineParser.java:[263,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestVOMSESLineParser.java:[264,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[WARNING] 
/build/reproducible-path/voms-api-java-3.3.3/src/test/java/org/italiangrid/voms/test/TestVOMSESLineParser.java:[266,5]
 <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been 
deprecated
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ voms-api-java ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ voms-api-java ---
[INFO] Building jar: 
/build/reproducible-path/voms-api-java-3.3.3/target/voms-api-java-3.3.3.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.10.1:jar (attach-javadocs) @ voms-api-java ---
[INFO] Adding the --ignore-source-errors option
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: 
/build/reproducible-path/voms-api-java-3.3.3/target/voms-api-java-3.3.3-javadoc.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.10.1:jar (default-cli) @ voms-api-java ---
[INFO] Adding the --ignore-source-errors option
[INFO] Skipping javadoc generation, everything is up to date.
[INFO] Building jar: 
/build/reproducible-path/voms-api-java-3.3.3/target/voms-api-java-3.3.3-javadoc.jar
[WARNING] artifact org.italiangrid:voms-api-java:javadoc:javadoc:3.3.3 already 
attached, replace previous instance
[INFO]
[INFO] -------------------< org.italiangrid:voms-api-java >--------------------
[INFO] Building voms-api-java 3.3.3
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] >>> maven-javadoc-plugin:3.10.1:aggregate (default-cli) > compile @ voms-api-java 
>>>
[WARNING] The artifact org.hamcrest:hamcrest-library:jar:debian has been 
relocated to org.hamcrest:hamcrest:jar:debian
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
voms-api-java ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ 
voms-api-java ---
[INFO] Nothing to compile - all classes are up to date.
[WARNING] Overwriting artifact's file from 
/build/reproducible-path/voms-api-java-3.3.3/target/voms-api-java-3.3.3.jar to 
/build/reproducible-path/voms-api-java-3.3.3/target/classes
[INFO]
[INFO] <<< maven-javadoc-plugin:3.10.1:aggregate (default-cli) < compile @ voms-api-java 
<<<
[INFO]
[WARNING] The artifact org.hamcrest:hamcrest-library:jar:debian has been 
relocated to org.hamcrest:hamcrest:jar:debian
[INFO]
[INFO] --- maven-javadoc-plugin:3.10.1:aggregate (default-cli) @ voms-api-java 
---
[INFO] Adding the --ignore-source-errors option
[INFO] Configuration changed, re-generating javadoc.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.226 s
[INFO] Finished at: 2024-11-17T15:32:54Z
[INFO] ------------------------------------------------------------------------
   dh_auto_test -O--buildsystem=maven
        /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/voms-api-java-3.3.3
 -Dclassworlds.conf=/etc/maven/m2-debian.conf 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/build/reproducible-path/voms-api-java-3.3.3/debian 
-Dmaven.repo.local=/build/reproducible-path/voms-api-java-3.3.3/debian/maven-repo
 --batch-mode test
OpenJDK 64-Bit 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...
[INFO]
[INFO] -------------------< org.italiangrid:voms-api-java >--------------------
[INFO] Building voms-api-java 3.3.3
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The artifact org.apache.maven.plugins:maven-resources-plugin:jar:2.6 
has been relocated to org.apache.maven.plugins:maven-resources-plugin:jar:3.3.1
[WARNING] The artifact 
org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4 has been relocated to 
org.apache.maven.plugins:maven-surefire-plugin:jar:2.22.3
[WARNING] The artifact org.hamcrest:hamcrest-library:jar:debian has been 
relocated to org.hamcrest:hamcrest:jar:debian
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
voms-api-java ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ 
voms-api-java ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ 
voms-api-java ---
[INFO] Copying 85 resources from src/test/resources to target/test-classes
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ 
voms-api-java ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ voms-api-java ---
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.italiangrid.voms.test.TestVOMSServerInfoStore
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s 
- in org.italiangrid.voms.test.TestVOMSServerInfoStore
[INFO] Running org.italiangrid.voms.test.TestLSCParser
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s 
- in org.italiangrid.voms.test.TestLSCParser
[INFO] Running org.italiangrid.voms.test.TestVOMSESLookupStrategy
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s 
- in org.italiangrid.voms.test.TestVOMSESLookupStrategy
[INFO] Running org.italiangrid.voms.test.TestDefaultVOMSTrustStore
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s 
- in org.italiangrid.voms.test.TestDefaultVOMSTrustStore
[INFO] Running org.italiangrid.voms.test.TestFilePermissionHelper
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s 
- in org.italiangrid.voms.test.TestFilePermissionHelper
[INFO] Running org.italiangrid.voms.test.TestFingerprint
a835b4f05a00e8a41232a9a32608eccd0c8efa0b
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s 
- in org.italiangrid.voms.test.TestFingerprint
[INFO] Running org.italiangrid.voms.test.cred.TestLoadCredential
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s 
- in org.italiangrid.voms.test.cred.TestLoadCredential
[INFO] Running org.italiangrid.voms.test.TestOpensslHashFunction
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s 
- in org.italiangrid.voms.test.TestOpensslHashFunction
[INFO] Running org.italiangrid.voms.test.TestVOMSESParser
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s 
- in org.italiangrid.voms.test.TestVOMSESParser
[INFO] Running org.italiangrid.voms.test.req.TestRequests
Contacting http://localhost:15000 for VO test.vo.
Request for VO test.vo succeded.
Request for VO test.vo failed: null.
Contacting http://localhost:15000 for VO test.vo.
Request for VO test.vo failed: null.
Contacting http://localhost:15000 for VO test.vo.
Request for VO test.vo failed: org.italiangrid.voms.VOMSError: REST and legacy 
VOMS endpoints failed..
Request for VO test.vo failed: null.
Contacting http://localhost:15000 for VO test.vo.
Request for VO test.vo succeded.
Request for VO test.vo failed: org.italiangrid.voms.VOMSError: Error 
unmarshalling VOMS AC. Cause: unknown object in getInstance: 
org.bouncycastle.asn1.DERPrintableString.
Request for VO test.vo failed: null.
Contacting http://localhost:15000 for VO test.vo.
Request for VO test.vo failed: org.italiangrid.voms.request.VOMSProtocolError: 
protocol error.
Request for VO test.vo failed: org.italiangrid.voms.VOMSError: REST and legacy 
VOMS endpoints failed..
Request for VO test.vo failed: null.
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.457 s 
- in org.italiangrid.voms.test.req.TestRequests
[INFO] Running org.italiangrid.voms.test.TestTimeUtils
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s 
- in org.italiangrid.voms.test.TestTimeUtils
[INFO] Running org.italiangrid.voms.test.ac.TestGaParser
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in 
org.italiangrid.voms.test.ac.TestGaParser
[INFO] Running org.italiangrid.voms.test.ac.TestVOMSValidationResult
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in 
org.italiangrid.voms.test.ac.TestVOMSValidationResult
[INFO] Running org.italiangrid.voms.test.ac.TestACValidator
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.576 s 
- in org.italiangrid.voms.test.ac.TestACValidator
[INFO] Running org.italiangrid.voms.test.ac.TestACParser
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 s 
- in org.italiangrid.voms.test.ac.TestACParser
[INFO] Running org.italiangrid.voms.test.ac.TestACGenerationParams
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s 
- in org.italiangrid.voms.test.ac.TestACGenerationParams
[INFO] Running org.italiangrid.voms.test.ac.TestACParsingContext
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in 
org.italiangrid.voms.test.ac.TestACParsingContext
[INFO] Running org.italiangrid.voms.test.ac.TestNoExtensionValidation
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s 
- in org.italiangrid.voms.test.ac.TestNoExtensionValidation
[INFO] Running org.italiangrid.voms.test.TestVOMSESLineParser
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s 
- in org.italiangrid.voms.test.TestVOMSESLineParser
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  33.298 s
[INFO] Finished at: 2024-11-17T15:33:28Z
[INFO] ------------------------------------------------------------------------
   create-stamp debian/debhelper-build-stamp
 fakeroot debian/rules binary
dh binary --buildsystem=maven
   dh_testroot -O--buildsystem=maven
   dh_prep -O--buildsystem=maven
   dh_auto_install -O--buildsystem=maven
        /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/voms-api-java-3.3.3
 -Dclassworlds.conf=/etc/maven/m2-debian.conf 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/build/reproducible-path/voms-api-java-3.3.3/debian 
-Dmaven.repo.local=/build/reproducible-path/voms-api-java-3.3.3/debian/maven-repo
 --batch-mode -Ddebian.dir=/build/reproducible-path/voms-api-java-3.3.3/debian 
-Ddebian.package=libvoms-api-java-java 
-Dmaven.repo.local=/build/reproducible-path/voms-api-java-3.3.3/debian/maven-repo
 -Dinstall.to.usj=true org.debian.maven:debian-maven-plugin:2.6:install
OpenJDK 64-Bit 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...
[INFO]
[INFO] -------------------< org.italiangrid:voms-api-java >--------------------
[INFO] Building voms-api-java 3.3.3
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- debian-maven-plugin:2.6:install (default-cli) @ voms-api-java ---
[INFO] Cleaning pom file: 
/build/reproducible-path/voms-api-java-3.3.3/pom.xml.save with options:
[INFO]  --keep-pom-version --package=libvoms-api-java-java --has-package-version
[INFO]  --rules=/build/reproducible-path/voms-api-java-3.3.3/debian/maven.rules
[INFO]  
--ignore-rules=/build/reproducible-path/voms-api-java-3.3.3/debian/maven.ignoreRules
[INFO]  
--published-rules=/build/reproducible-path/voms-api-java-3.3.3/debian/maven.publishedRules
[INFO] Install jar for voms-api-java into /usr/share/java
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.353 s
[INFO] Finished at: 2024-11-17T15:33:29Z
[INFO] ------------------------------------------------------------------------
        mh_resolve_dependencies --non-interactive --offline --build 
-plibvoms-api-java-java --javadoc 
--base-directory=/build/reproducible-path/voms-api-java-3.3.3 --non-explore
Analysing pom.xml...
Checking dependencies for documentation packages...
dpkg --search /usr/share/doc/libbcpkix-java/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libbcpkix-java/api/index.html
dpkg --search /usr/share/doc/libbcpkix-java-doc/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libbcpkix-java-doc/api/index.html
dpkg --search /usr/share/doc/libbcpkix-java/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libbcpkix-java/apidocs/index.html
dpkg --search /usr/share/doc/libbcpkix-java-doc/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libbcpkix-java-doc/apidocs/index.html
dpkg --search /usr/share/doc/libbcprov-java/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libbcprov-java/api/index.html
dpkg --search /usr/share/doc/libbcprov-java-doc/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libbcprov-java-doc/api/index.html
dpkg --search /usr/share/doc/libbcprov-java/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libbcprov-java/apidocs/index.html
dpkg --search /usr/share/doc/libbcprov-java-doc/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libbcprov-java-doc/apidocs/index.html
dpkg --search /usr/share/doc/libcanl-java/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libcanl-java/api/index.html
dpkg --search /usr/share/doc/libcanl-java-doc/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libcanl-java-doc/api/index.html
dpkg --search /usr/share/doc/libcanl-java/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libcanl-java/apidocs/index.html
dpkg --search /usr/share/doc/libcanl-java-doc/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libcanl-java-doc/apidocs/index.html
dpkg --search /usr/share/doc/libguava-java/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libguava-java/api/index.html
dpkg --search /usr/share/doc/libguava-java-doc/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libguava-java-doc/api/index.html
dpkg --search /usr/share/doc/libguava-java/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libguava-java/apidocs/index.html
dpkg --search /usr/share/doc/libguava-java-doc/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libguava-java-doc/apidocs/index.html
        bash -c "rm -f target/apidocs/*.sh target/apidocs/options"
        mh_unpatchpoms -plibvoms-api-java-java
   dh_installdocs -O--buildsystem=maven
dh_installdocs: error: Cannot find (any matches for) 
"target/site/javadoc/apidocs" (tried in ., debian/tmp)

make: *** [debian/rules:5: binary] Error 25
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202411/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: voms-api-java
Source-Version: 3.3.3-2
Done: Mattias Ellert <mattias.ell...@physics.uu.se>

We believe that the bug you reported is fixed in the latest version of
voms-api-java, 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 1087...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mattias Ellert <mattias.ell...@physics.uu.se> (supplier of updated 
voms-api-java 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Thu, 21 Nov 2024 21:42:22 +0100
Source: voms-api-java
Architecture: source
Version: 3.3.3-2
Distribution: unstable
Urgency: medium
Maintainer: Mattias Ellert <mattias.ell...@physics.uu.se>
Changed-By: Mattias Ellert <mattias.ell...@physics.uu.se>
Closes: 1087792
Changes:
 voms-api-java (3.3.3-2) unstable; urgency=medium
 .
   * Adapt to change of javadoc output directory (Closes: #1087792)
Checksums-Sha1:
 a72012a948d38a9db12e1aaef7aa9a62c7b856f5 2125 voms-api-java_3.3.3-2.dsc
 1dfbc8b269a69f5322663a332372d2171d028c4b 4792 
voms-api-java_3.3.3-2.debian.tar.xz
 c3f983b9131658b65a2bc7aaf689f14f9f048a71 10884 
voms-api-java_3.3.3-2_amd64.buildinfo
Checksums-Sha256:
 31a0c72bac13f53f94cb42579295044409fdc25f4d7d7e582296c72c843ee520 2125 
voms-api-java_3.3.3-2.dsc
 4c739ef7aa05cf0995f3d9e17813ebfbdab03425d26ce2c262e36c8767323a1c 4792 
voms-api-java_3.3.3-2.debian.tar.xz
 f32b844dc8a22bb6a231c0e3698ae1130e8cefdb72c40e5eaafef8de330ea7b2 10884 
voms-api-java_3.3.3-2_amd64.buildinfo
Files:
 45b796e8a0e0d6b7f60c9962a2fa857e 2125 java optional voms-api-java_3.3.3-2.dsc
 6cb21b0934d8e6365289c980c4310875 4792 java optional 
voms-api-java_3.3.3-2.debian.tar.xz
 081770319114d26e4b15f312b855e7f8 10884 java optional 
voms-api-java_3.3.3-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEE6hgwr99NQxrZ4RRS6K7C/zvhqUsFAmc/q8sACgkQ6K7C/zvh
qUuHhA/9FN/FFXHEJt49vKMO9oEJuHI26MxoLCiCALuiXRX4G/sDsTJKd2sSwEJp
KI9lOLcDzHW3HlJbQKHIXQV7IbyWofpu4Mz4PIZSGfcLEj9BLFPmh9aAZqLNp4v+
ZT6lQqT4Vvkf/YKRknwfzPJwN/kWBdwXn3kgj+x1OHtEuuzhqVreNqJmxfr64/Hr
rtjlwbSI+cEmpbJ7PVuo3zjCNZNLPFpceu33P0VYgirZkI8aes6itrc6FjiPhUiw
70ea/9SeeMECRV0meF4zhXuss8SQH5LKtlQUicM5Sa3WPcEpxPMojBzNv2qGF/WL
A7PTvA2Gs0tIzIRkvycem3tSeZRkCIvPyBskvAYJ0aMQ43aSFQzL6XRGhguoP9mY
IucO5BA4hqeKdbLfZ72zs7BpySSSzLvSDmvUbKPQT8d+AWL6e3NP8ziJSjbtWhCM
T1kUGkeLVg5R69gQc46DV15x1aAJkB+ZFkYNwJSyHFD879lTp6wiT50S+hKNgGMq
8d/pcv3vYajxwPbHuWj0fJZggs+pHdbwJrBOTZ2b4VI6TVkFHoULJy+ApYndj9Q/
Yz/l8ooj4HHBBp3NIFqZjaZmGLfjGv6fscFCTC3+KDoSstV7/N7IKM/XUDsy1XfU
kzlZwvBgYhcM2g6fr44ACyctNDW4ANULRunbXUwglr/BZ0A7axc=
=W+9F
-----END PGP SIGNATURE-----

Attachment: pgpy73hhjmyFy.pgp
Description: PGP signature


--- End Message ---

Reply via email to