Your message dated Sun, 16 Feb 2025 12:58:16 +0100
with message-id <[email protected]>
and subject line Fixed by removing the -doc package
has caused the Debian Bug report #1088119,
regarding animal-sniffer: FTBFS: dh_install: warning: Cannot find (any matches 
for) "target/site/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 [email protected]
immediately.)


-- 
1088119: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1088119
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:animal-sniffer
Version: 1.16-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
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
        mh_patchpoms -plibanimal-sniffer-java --debian-build --keep-pom-version 
--maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
   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 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...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for 
org.codehaus.mojo:animal-sniffer-maven-plugin:maven-plugin:1.16
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be 
unique: org.apache.maven:maven-compat:jar -> duplicate declaration of version 
3.x @ line 72, column 15
[WARNING]

[... snipped ...]

[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
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...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for 
org.codehaus.mojo:animal-sniffer-maven-plugin:maven-plugin:1.16
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be 
unique: org.apache.maven:maven-compat:jar -> duplicate declaration of version 
3.x @ line 72, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten 
the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Java boot classpath detector                                       [jar]
[INFO] Animal Sniffer Annotations                                         [jar]
[INFO] Animal Sniffer                                                     [jar]
[INFO] Animal Sniffer Maven Plugin                               [maven-plugin]
[INFO] Animal Sniffer Maven Enforcer Rule                                 [jar]
[INFO] Animal Sniffer Ant Tasks                                           [jar]
[INFO] Animal Sniffer                                                     [pom]
[INFO]
[INFO] -----------< org.codehaus.mojo:java-boot-classpath-detector >-----------
[INFO] Building Java boot classpath detector 1.16                         [1/7]
[INFO]   from java-boot-classpath-detector/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
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
java-boot-classpath-detector ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/java-boot-classpath-detector/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ 
java-boot-classpath-detector ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ 
java-boot-classpath-detector ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/java-boot-classpath-detector/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ 
java-boot-classpath-detector ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ 
java-boot-classpath-detector ---
[INFO] No tests to run.
[INFO]
[INFO] ------------< org.codehaus.mojo:animal-sniffer-annotations >------------
[INFO] Building Animal Sniffer Annotations 1.16                           [2/7]
[INFO]   from animal-sniffer-annotations/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce-java) @ 
animal-sniffer-annotations ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
animal-sniffer-annotations ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/animal-sniffer-annotations/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ 
animal-sniffer-annotations ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ 
animal-sniffer-annotations ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/animal-sniffer-annotations/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ 
animal-sniffer-annotations ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ 
animal-sniffer-annotations ---
[INFO] No tests to run.
[INFO]
[INFO] ------------------< org.codehaus.mojo:animal-sniffer >------------------
[INFO] Building Animal Sniffer 1.16                                       [3/7]
[INFO]   from animal-sniffer/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The artifact org.apache.maven.plugins:maven-compiler-plugin:jar:3.1 
has been relocated to org.apache.maven.plugins:maven-compiler-plugin:jar:3.13.0
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
animal-sniffer ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/animal-sniffer/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ 
animal-sniffer ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ 
animal-sniffer ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/animal-sniffer/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ 
animal-sniffer ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ animal-sniffer ---
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.codehaus.mojo.animal_sniffer.SignatureCheckerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s 
- in org.codehaus.mojo.animal_sniffer.SignatureCheckerTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] -----------< org.codehaus.mojo:animal-sniffer-maven-plugin >------------
[INFO] Building Animal Sniffer Maven Plugin 1.16                          [4/7]
[INFO]   from animal-sniffer-maven-plugin/pom.xml
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO]
[INFO] --- maven-plugin-plugin:3.10.2:helpmojo (help-goal) @ 
animal-sniffer-maven-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
animal-sniffer-maven-plugin ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ 
animal-sniffer-maven-plugin ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- maven-plugin-plugin:3.10.2:descriptor (default-descriptor) @ 
animal-sniffer-maven-plugin ---
[WARNING]

Some dependencies of Maven Plugins are expected to be in provided scope.
Please make sure that dependencies listed below declared in POM
have set '<scope>provided</scope>' as well.

The following dependencies are in wrong scope:
 * org.apache.maven:maven-plugin-api:jar:3.x:compile
 * org.apache.maven:maven-model:jar:3.x:compile
 * org.apache.maven:maven-core:jar:3.x:compile
 * org.apache.maven:maven-settings:jar:3.x:compile
 * org.apache.maven:maven-settings-builder:jar:3.x:compile
 * org.apache.maven:maven-builder-support:jar:3.x:compile
 * org.apache.maven:maven-repository-metadata:jar:3.x:compile
 * org.apache.maven:maven-model-builder:jar:3.x:compile
 * org.apache.maven:maven-resolver-provider:jar:3.x:compile
 * org.apache.maven:maven-compat:jar:3.x:compile
 * org.apache.maven:maven-artifact:jar:3.x:compile



[WARNING] Using platform encoding (UTF-8 actually) to read mojo source files, 
i.e. build is platform dependent!
[INFO] java-annotations mojo extractor found 3 mojo descriptors.
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] ant mojo extractor found 0 mojo descriptor.
[INFO] bsh mojo extractor found 0 mojo descriptor.
[INFO]
[INFO] --- maven-plugin-plugin:3.10.2:descriptor (mojo-descriptor) @ 
animal-sniffer-maven-plugin ---
[WARNING]

Some dependencies of Maven Plugins are expected to be in provided scope.
Please make sure that dependencies listed below declared in POM
have set '<scope>provided</scope>' as well.

The following dependencies are in wrong scope:
 * org.apache.maven:maven-plugin-api:jar:3.x:compile
 * org.apache.maven:maven-model:jar:3.x:compile
 * org.apache.maven:maven-core:jar:3.x:compile
 * org.apache.maven:maven-settings:jar:3.x:compile
 * org.apache.maven:maven-settings-builder:jar:3.x:compile
 * org.apache.maven:maven-builder-support:jar:3.x:compile
 * org.apache.maven:maven-repository-metadata:jar:3.x:compile
 * org.apache.maven:maven-model-builder:jar:3.x:compile
 * org.apache.maven:maven-resolver-provider:jar:3.x:compile
 * org.apache.maven:maven-compat:jar:3.x:compile
 * org.apache.maven:maven-artifact:jar:3.x:compile



[WARNING] Using platform encoding (UTF-8 actually) to read mojo source files, 
i.e. build is platform dependent!
[INFO] java-annotations mojo extractor found 3 mojo descriptors.
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] ant mojo extractor found 0 mojo descriptor.
[INFO] bsh mojo extractor found 0 mojo descriptor.
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ 
animal-sniffer-maven-plugin ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/animal-sniffer-maven-plugin/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ 
animal-sniffer-maven-plugin ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ 
animal-sniffer-maven-plugin ---
[INFO] No tests to run.
[INFO]
[INFO] -----------< org.codehaus.mojo:animal-sniffer-enforcer-rule >-----------
[INFO] Building Animal Sniffer Maven Enforcer Rule 1.16                   [5/7]
[INFO]   from animal-sniffer-enforcer-rule/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The artifact org.codehaus.plexus:plexus-container-default:jar:1.5.5 
has been relocated to org.codehaus.plexus:plexus-container-default:jar:debian
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
animal-sniffer-enforcer-rule ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/animal-sniffer-enforcer-rule/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ 
animal-sniffer-enforcer-rule ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ 
animal-sniffer-enforcer-rule ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/animal-sniffer-enforcer-rule/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ 
animal-sniffer-enforcer-rule ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ 
animal-sniffer-enforcer-rule ---
[INFO] No tests to run.
[INFO]
[INFO] -------------< org.codehaus.mojo:animal-sniffer-ant-tasks >-------------
[INFO] Building Animal Sniffer Ant Tasks 1.16                             [6/7]
[INFO]   from animal-sniffer-ant-tasks/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ 
animal-sniffer-ant-tasks ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ 
animal-sniffer-ant-tasks ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ 
animal-sniffer-ant-tasks ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/animal-sniffer-ant-tasks/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ 
animal-sniffer-ant-tasks ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ 
animal-sniffer-ant-tasks ---
[INFO] No tests to run.
[INFO]
[INFO] --------------< org.codehaus.mojo:animal-sniffer-parent >---------------
[INFO] Building Animal Sniffer 1.16                                       [7/7]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Animal Sniffer 1.16:
[INFO]
[INFO] Java boot classpath detector ....................... SUCCESS [  0.355 s]
[INFO] Animal Sniffer Annotations ......................... SUCCESS [  0.061 s]
[INFO] Animal Sniffer ..................................... SUCCESS [ 30.617 s]
[INFO] Animal Sniffer Maven Plugin ........................ SUCCESS [  0.907 s]
[INFO] Animal Sniffer Maven Enforcer Rule ................. SUCCESS [  0.031 s]
[INFO] Animal Sniffer Ant Tasks ........................... SUCCESS [  0.025 s]
[INFO] Animal Sniffer ..................................... SUCCESS [  0.011 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  32.068 s
[INFO] Finished at: 2024-11-01T16:44:35Z
[INFO] ------------------------------------------------------------------------
   create-stamp debian/debhelper-build-stamp
 fakeroot debian/rules binary
dh binary
   dh_testroot
   dh_prep
   dh_auto_install
        /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 -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Ddebian.package=libanimal-sniffer-java 
-Dmaven.repo.local=/<<PKGBUILDDIR>>/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...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for 
org.codehaus.mojo:animal-sniffer-maven-plugin:maven-plugin:1.16
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be 
unique: org.apache.maven:maven-compat:jar -> duplicate declaration of version 
3.x @ line 72, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten 
the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Java boot classpath detector                                       [jar]
[INFO] Animal Sniffer Annotations                                         [jar]
[INFO] Animal Sniffer                                                     [jar]
[INFO] Animal Sniffer Maven Plugin                               [maven-plugin]
[INFO] Animal Sniffer Maven Enforcer Rule                                 [jar]
[INFO] Animal Sniffer Ant Tasks                                           [jar]
[INFO] Animal Sniffer                                                     [pom]
[INFO]
[INFO] -----------< org.codehaus.mojo:java-boot-classpath-detector >-----------
[INFO] Building Java boot classpath detector 1.16                         [1/7]
[INFO]   from java-boot-classpath-detector/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- debian-maven-plugin:2.6:install (default-cli) @ 
java-boot-classpath-detector ---
[INFO] Cleaning pom file: 
/<<PKGBUILDDIR>>/java-boot-classpath-detector/pom.xml.save with options:
[INFO]  --keep-pom-version --package=libanimal-sniffer-java 
--has-package-version
[INFO]  --rules=/<<PKGBUILDDIR>>/debian/maven.rules
[INFO]  --ignore-rules=/<<PKGBUILDDIR>>/debian/maven.ignoreRules
[INFO]  --published-rules=/<<PKGBUILDDIR>>/debian/maven.publishedRules
[INFO]  --no-parent
[INFO] Install jar for java-boot-classpath-detector into /usr/share/java
[INFO]
[INFO] ------------< org.codehaus.mojo:animal-sniffer-annotations >------------
[INFO] Building Animal Sniffer Annotations 1.16                           [2/7]
[INFO]   from animal-sniffer-annotations/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- debian-maven-plugin:2.6:install (default-cli) @ 
animal-sniffer-annotations ---
[INFO] Cleaning pom file: 
/<<PKGBUILDDIR>>/animal-sniffer-annotations/pom.xml.save with options:
[INFO]  --keep-pom-version --package=libanimal-sniffer-java 
--has-package-version
[INFO]  --rules=/<<PKGBUILDDIR>>/debian/maven.rules
[INFO]  --ignore-rules=/<<PKGBUILDDIR>>/debian/maven.ignoreRules
[INFO]  --published-rules=/<<PKGBUILDDIR>>/debian/maven.publishedRules
[INFO]  --no-parent
[INFO] Install jar for animal-sniffer-annotations into /usr/share/java
[INFO]
[INFO] ------------------< org.codehaus.mojo:animal-sniffer >------------------
[INFO] Building Animal Sniffer 1.16                                       [3/7]
[INFO]   from animal-sniffer/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- debian-maven-plugin:2.6:install (default-cli) @ animal-sniffer ---
[INFO] Cleaning pom file: /<<PKGBUILDDIR>>/animal-sniffer/pom.xml.save with 
options:
[INFO]  --keep-pom-version --package=libanimal-sniffer-java 
--has-package-version
[INFO]  --rules=/<<PKGBUILDDIR>>/debian/maven.rules
[INFO]  --ignore-rules=/<<PKGBUILDDIR>>/debian/maven.ignoreRules
[INFO]  --published-rules=/<<PKGBUILDDIR>>/debian/maven.publishedRules
[INFO]  --no-parent
[INFO] Install jar for animal-sniffer into /usr/share/java
[INFO]
[INFO] -----------< org.codehaus.mojo:animal-sniffer-maven-plugin >------------
[INFO] Building Animal Sniffer Maven Plugin 1.16                          [4/7]
[INFO]   from animal-sniffer-maven-plugin/pom.xml
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO]
[INFO] --- debian-maven-plugin:2.6:install (default-cli) @ 
animal-sniffer-maven-plugin ---
[INFO] Cleaning pom file: 
/<<PKGBUILDDIR>>/animal-sniffer-maven-plugin/pom.xml.save with options:
[INFO]  --keep-pom-version --package=libanimal-sniffer-java 
--has-package-version
[INFO]  --rules=/<<PKGBUILDDIR>>/debian/maven.rules
[INFO]  --ignore-rules=/<<PKGBUILDDIR>>/debian/maven.ignoreRules
[INFO]  --published-rules=/<<PKGBUILDDIR>>/debian/maven.publishedRules
[INFO]  --no-parent
[INFO] Install jar for animal-sniffer-maven-plugin into /usr/share/java
[INFO]
[INFO] -----------< org.codehaus.mojo:animal-sniffer-enforcer-rule >-----------
[INFO] Building Animal Sniffer Maven Enforcer Rule 1.16                   [5/7]
[INFO]   from animal-sniffer-enforcer-rule/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- debian-maven-plugin:2.6:install (default-cli) @ 
animal-sniffer-enforcer-rule ---
[INFO] Cleaning pom file: 
/<<PKGBUILDDIR>>/animal-sniffer-enforcer-rule/pom.xml.save with options:
[INFO]  --keep-pom-version --package=libanimal-sniffer-java 
--has-package-version
[INFO]  --rules=/<<PKGBUILDDIR>>/debian/maven.rules
[INFO]  --ignore-rules=/<<PKGBUILDDIR>>/debian/maven.ignoreRules
[INFO]  --published-rules=/<<PKGBUILDDIR>>/debian/maven.publishedRules
[INFO]  --no-parent
[INFO] Install jar for animal-sniffer-enforcer-rule into /usr/share/java
[INFO]
[INFO] -------------< org.codehaus.mojo:animal-sniffer-ant-tasks >-------------
[INFO] Building Animal Sniffer Ant Tasks 1.16                             [6/7]
[INFO]   from animal-sniffer-ant-tasks/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- debian-maven-plugin:2.6:install (default-cli) @ 
animal-sniffer-ant-tasks ---
[INFO] Cleaning pom file: 
/<<PKGBUILDDIR>>/animal-sniffer-ant-tasks/pom.xml.save with options:
[INFO]  --keep-pom-version --package=libanimal-sniffer-java 
--has-package-version
[INFO]  --rules=/<<PKGBUILDDIR>>/debian/maven.rules
[INFO]  --ignore-rules=/<<PKGBUILDDIR>>/debian/maven.ignoreRules
[INFO]  --published-rules=/<<PKGBUILDDIR>>/debian/maven.publishedRules
[INFO]  --no-parent
[INFO] Install jar for animal-sniffer-ant-tasks into /usr/share/java
[INFO]
[INFO] --------------< org.codehaus.mojo:animal-sniffer-parent >---------------
[INFO] Building Animal Sniffer 1.16                                       [7/7]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- debian-maven-plugin:2.6:install (default-cli) @ 
animal-sniffer-parent ---
[INFO] Cleaning pom file: /<<PKGBUILDDIR>>/pom.xml.save with options:
[INFO]  --keep-pom-version --package=libanimal-sniffer-java 
--has-package-version
[INFO]  --rules=/<<PKGBUILDDIR>>/debian/maven.rules
[INFO]  --ignore-rules=/<<PKGBUILDDIR>>/debian/maven.ignoreRules
[INFO]  --published-rules=/<<PKGBUILDDIR>>/debian/maven.publishedRules
[INFO]  --no-parent
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Animal Sniffer 1.16:
[INFO]
[INFO] Java boot classpath detector ....................... SUCCESS [  0.216 s]
[INFO] Animal Sniffer Annotations ......................... SUCCESS [  0.035 s]
[INFO] Animal Sniffer ..................................... SUCCESS [  0.024 s]
[INFO] Animal Sniffer Maven Plugin ........................ SUCCESS [  0.022 s]
[INFO] Animal Sniffer Maven Enforcer Rule ................. SUCCESS [  0.035 s]
[INFO] Animal Sniffer Ant Tasks ........................... SUCCESS [  0.024 s]
[INFO] Animal Sniffer ..................................... SUCCESS [  0.011 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.475 s
[INFO] Finished at: 2024-11-01T16:44:36Z
[INFO] ------------------------------------------------------------------------
        mh_resolve_dependencies --non-interactive --offline --build 
-plibanimal-sniffer-java --javadoc --base-directory=/<<PKGBUILDDIR>> 
--non-explore
Analysing pom.xml...
Analysing java-boot-classpath-detector/pom.xml...
Analysing animal-sniffer-annotations/pom.xml...
Analysing animal-sniffer/pom.xml...
Analysing animal-sniffer-maven-plugin/pom.xml...
Analysing animal-sniffer-enforcer-rule/pom.xml...
Analysing animal-sniffer-ant-tasks/pom.xml...
Checking dependencies for documentation packages...
dpkg --search /usr/share/doc/libasm-java/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libasm-java/api/index.html
dpkg --search /usr/share/doc/libasm-java-doc/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libasm-java-doc/api/index.html
dpkg --search /usr/share/doc/libasm-java/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libasm-java/apidocs/index.html
dpkg --search /usr/share/doc/libasm-java-doc/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libasm-java-doc/apidocs/index.html
dpkg --search /usr/share/doc/libmaven-common-artifact-filters-java/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libmaven-common-artifact-filters-java/api/index.html
dpkg --search /usr/share/doc/libmaven-common-artifact-filters-java-doc/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libmaven-common-artifact-filters-java-doc/api/index.html
dpkg --search /usr/share/doc/libmaven-common-artifact-filters-java/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libmaven-common-artifact-filters-java/apidocs/index.html
dpkg --search /usr/share/doc/libmaven-common-artifact-filters-java-doc/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libmaven-common-artifact-filters-java-doc/apidocs/index.html
dpkg --search /usr/share/doc/libmaven-enforcer-plugin-java/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libmaven-enforcer-plugin-java/api/index.html
dpkg --search /usr/share/doc/libmaven-enforcer-plugin-java-doc/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libmaven-enforcer-plugin-java-doc/api/index.html
dpkg --search /usr/share/doc/libmaven-enforcer-plugin-java/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libmaven-enforcer-plugin-java/apidocs/index.html
dpkg --search /usr/share/doc/libmaven-enforcer-plugin-java-doc/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libmaven-enforcer-plugin-java-doc/apidocs/index.html
dpkg --search /usr/share/doc/libmaven3-core-java/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libmaven3-core-java/api/index.html
dpkg --search /usr/share/doc/libmaven3-core-java-doc/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libmaven3-core-java-doc/api/index.html
dpkg --search /usr/share/doc/libmaven3-core-java/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libmaven3-core-java/apidocs/index.html
dpkg --search /usr/share/doc/libmaven3-core-java-doc/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libmaven3-core-java-doc/apidocs/index.html
dpkg --search /usr/share/doc/libplexus-container-default-java/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libplexus-container-default-java/api/index.html
dpkg --search /usr/share/doc/libplexus-container-default-java-doc/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libplexus-container-default-java-doc/api/index.html
dpkg --search /usr/share/doc/libplexus-container-default-java/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libplexus-container-default-java/apidocs/index.html
dpkg --search /usr/share/doc/libplexus-container-default-java-doc/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libplexus-container-default-java-doc/apidocs/index.html
dpkg --search /usr/share/doc/libplexus-utils2-java/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libplexus-utils2-java/api/index.html
dpkg --search /usr/share/doc/libplexus-utils2-java-doc/api/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libplexus-utils2-java-doc/api/index.html
dpkg --search /usr/share/doc/libplexus-utils2-java/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libplexus-utils2-java/apidocs/index.html
dpkg --search /usr/share/doc/libplexus-utils2-java-doc/apidocs/index.html
dpkg failed to execute successfully
Offline mode. Give up looking for package containing 
/usr/share/doc/libplexus-utils2-java-doc/apidocs/index.html
        bash -c "rm -f target/apidocs/*.sh target/apidocs/options"
        mh_unpatchpoms -plibanimal-sniffer-java
   dh_install
dh_install: warning: Cannot find (any matches for) "target/site/apidocs/*" 
(tried in ., debian/tmp)

dh_install: warning: libanimal-sniffer-java-doc missing files: 
target/site/apidocs/*
dh_install: error: missing files, aborting
make: *** [debian/rules:4: binary] Error 255
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 ---
Version: 1.16-2

Hi,

This was fixed by ebourg by removing the -doc package from the build.

Cheers,

--
Pierre

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital 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