Your message dated Mon, 16 Jan 2023 09:09:27 +0000
with message-id <[email protected]>
and subject line Bug#981967: fixed in maven-javadoc-plugin 3.4.1-2
has caused the Debian Bug report #981967,
regarding felix-gogo-command: FTBFS: dpkg-buildpackage: error: debian/rules
build subprocess returned exit status 2
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.)
--
981967: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981967
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: felix-gogo-command
Version: 0.14.0-2.1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20230113 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules build
> test -x debian/rules
> mkdir -p "."
> /usr/share/maven-debian-helper/copy-repo.sh /<<PKGBUILDDIR>>/debian
> mh_patchpoms -plibfelix-gogo-command-java --debian-build --keep-pom-version
> --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
> touch debian/stamp-poms-patched
> # before-build target may be used to unpatch the pom files, so we need to
> check if
> # patching the pom files is needed here, normally not
> if [ ! -f pom.xml.save ]; then \
> /usr/bin/make -f debian/rules patch-poms; \
> fi
> cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp
> /usr/share/maven/boot/plexus-classworlds-2.x.jar:
> -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties
> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dmaven.home=/usr/share/maven
> -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>>
> org.codehaus.plexus.classworlds.launcher.Launcher
> -s/etc/maven/settings-debian.xml
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo package -DskipTests
> 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.
> [[1;34mINFO[m] Scanning for projects...
> [[1;33mWARNING[m]
> [[1;33mWARNING[m] Some problems were encountered while building the
> effective model for
> org.apache.felix:org.apache.felix.gogo.command:bundle:0.14.0
> [[1;33mWARNING[m] The expression ${artifactId} is deprecated. Please use
> ${project.artifactId} instead.
> [[1;33mWARNING[m] The expression ${pom.artifactId} is deprecated. Please
> use ${project.artifactId} instead.
> [[1;33mWARNING[m] The expression ${pom.artifactId} is deprecated. Please
> use ${project.artifactId} instead.
> [[1;33mWARNING[m]
> [[1;33mWARNING[m] It is highly recommended to fix these problems because
> they threaten the stability of your build.
> [[1;33mWARNING[m]
> [[1;33mWARNING[m] For this reason, future Maven versions might no longer
> support building such malformed projects.
> [[1;33mWARNING[m]
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m-----------<
> [0;36morg.apache.felix:org.apache.felix.gogo.command[0;1m >-----------[m
> [[1;34mINFO[m] [1mBuilding Apache Felix Gogo Command 0.14.0[m
> [[1;34mINFO[m] [1m-------------------------------[ bundle
> ]-------------------------------[m
> [[1;33mWARNING[m] The artifact org.osgi:org.osgi.core:jar:debian has been
> relocated to org.osgi:osgi.core:jar:debian
> [[1;33mWARNING[m] The artifact org.osgi:org.osgi.compendium:jar:debian has
> been relocated to org.osgi:osgi.cmpn:jar:debian
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.3.0:resources[m
> [1m(default-resources)[m @ [36morg.apache.felix.gogo.command[0;1m ---[m
> [[1;33mWARNING[m] Using platform encoding (UTF-8 actually) to copy filtered
> resources, i.e. build is platform dependent!
> [[1;34mINFO[m] Copying 0 resource
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.10.1:compile[m
> [1m(default-compile)[m @ [36morg.apache.felix.gogo.command[0;1m ---[m
> [[1;34mINFO[m] Changes detected - recompiling the module!
> [[1;33mWARNING[m] File encoding has not been set, using platform encoding
> UTF-8, i.e. build is platform dependent!
> [[1;34mINFO[m] Compiling 8 source files to /<<PKGBUILDDIR>>/target/classes
> Use of target 1.5 is no longer supported, switching to 7
> Use of source 1.5 is no longer supported, switching to 7
> [[1;34mINFO[m]
> /<<PKGBUILDDIR>>/src/main/java/org/apache/felix/gogo/command/Inspect.java:
> Some input files use or override a deprecated API.
> [[1;34mINFO[m]
> /<<PKGBUILDDIR>>/src/main/java/org/apache/felix/gogo/command/Inspect.java:
> Recompile with -Xlint:deprecation for details.
> [[1;34mINFO[m]
> /<<PKGBUILDDIR>>/src/main/java/org/apache/felix/gogo/command/OBR.java: Some
> input files use unchecked or unsafe operations.
> [[1;34mINFO[m]
> /<<PKGBUILDDIR>>/src/main/java/org/apache/felix/gogo/command/OBR.java:
> Recompile with -Xlint:unchecked for details.
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.3.0:testResources[m
> [1m(default-testResources)[m @ [36morg.apache.felix.gogo.command[0;1m
> ---[m
> [[1;33mWARNING[m] Using platform encoding (UTF-8 actually) to copy filtered
> resources, i.e. build is platform dependent!
> [[1;34mINFO[m] skip non existing resourceDirectory
> /<<PKGBUILDDIR>>/src/test/resources
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.10.1:testCompile[m
> [1m(default-testCompile)[m @ [36morg.apache.felix.gogo.command[0;1m ---[m
> [[1;34mINFO[m] No sources to compile
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.22.3:test[m
> [1m(default-test)[m @ [36morg.apache.felix.gogo.command[0;1m ---[m
> [[1;34mINFO[m] Tests are skipped.
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-bundle-plugin:3.5.1:bundle[m
> [1m(default-bundle)[m @ [36morg.apache.felix.gogo.command[0;1m ---[m
> [[1;33mWARNING[m] The artifact org.osgi:org.osgi.core:jar:debian has been
> relocated to org.osgi:osgi.core:jar:debian
> [[1;33mWARNING[m] The artifact org.osgi:org.osgi.compendium:jar:debian has
> been relocated to org.osgi:osgi.cmpn:jar:debian
> [[1;33mWARNING[m] Bundle
> org.apache.felix:org.apache.felix.gogo.command:bundle:0.14.0 : Split package,
> multiple jars provide the same package:org/osgi/service/log
> Use Import/Export Package directive
> -split-package:=(merge-first|merge-last|error|first) to get rid of this
> warning
> Package found in [Jar:osgi.core, Jar:osgi.cmpn]
> Class path [Jar:., Jar:osgi.core, Jar:osgi.cmpn,
> Jar:org.apache.felix.gogo.runtime, Jar:org.apache.felix.bundlerepository]
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m] [1;32mBUILD SUCCESS[m
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m] Total time: 2.185 s
> [[1;34mINFO[m] Finished at: 2023-01-13T20:28:51Z
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [0m[0mcd . && /usr/lib/jvm/default-java/bin/java -noverify -cp
> /usr/share/maven/boot/plexus-classworlds-2.x.jar:
> -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties
> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dmaven.home=/usr/share/maven
> -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>>
> org.codehaus.plexus.classworlds.launcher.Launcher
> -s/etc/maven/settings-debian.xml
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo
> -Ddebian.dir=/<<PKGBUILDDIR>>/debian
> -Ddebian.package=libfelix-gogo-command-java
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo -Dinstall.to.usj=true
> 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.
> [[1;34mINFO[m] Scanning for projects...
> [[1;33mWARNING[m]
> [[1;33mWARNING[m] Some problems were encountered while building the
> effective model for
> org.apache.felix:org.apache.felix.gogo.command:bundle:0.14.0
> [[1;33mWARNING[m] The expression ${artifactId} is deprecated. Please use
> ${project.artifactId} instead.
> [[1;33mWARNING[m] The expression ${pom.artifactId} is deprecated. Please
> use ${project.artifactId} instead.
> [[1;33mWARNING[m] The expression ${pom.artifactId} is deprecated. Please
> use ${project.artifactId} instead.
> [[1;33mWARNING[m]
> [[1;33mWARNING[m] It is highly recommended to fix these problems because
> they threaten the stability of your build.
> [[1;33mWARNING[m]
> [[1;33mWARNING[m] For this reason, future Maven versions might no longer
> support building such malformed projects.
> [[1;33mWARNING[m]
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m-----------<
> [0;36morg.apache.felix:org.apache.felix.gogo.command[0;1m >-----------[m
> [[1;34mINFO[m] [1mBuilding Apache Felix Gogo Command 0.14.0[m
> [[1;34mINFO[m] [1m-------------------------------[ bundle
> ]-------------------------------[m
> [[1;33mWARNING[m] The artifact org.osgi:org.osgi.core:jar:debian has been
> relocated to org.osgi:osgi.core:jar:debian
> [[1;33mWARNING[m] The artifact org.osgi:org.osgi.compendium:jar:debian has
> been relocated to org.osgi:osgi.cmpn:jar:debian
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.3.0:resources[m
> [1m(default-resources)[m @ [36morg.apache.felix.gogo.command[0;1m ---[m
> [[1;33mWARNING[m] Using platform encoding (UTF-8 actually) to copy filtered
> resources, i.e. build is platform dependent!
> [[1;34mINFO[m] Copying 0 resource
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.10.1:compile[m
> [1m(default-compile)[m @ [36morg.apache.felix.gogo.command[0;1m ---[m
> [[1;34mINFO[m] Nothing to compile - all classes are up to date
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.3.0:testResources[m
> [1m(default-testResources)[m @ [36morg.apache.felix.gogo.command[0;1m
> ---[m
> [[1;33mWARNING[m] Using platform encoding (UTF-8 actually) to copy filtered
> resources, i.e. build is platform dependent!
> [[1;34mINFO[m] skip non existing resourceDirectory
> /<<PKGBUILDDIR>>/src/test/resources
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.10.1:testCompile[m
> [1m(default-testCompile)[m @ [36morg.apache.felix.gogo.command[0;1m ---[m
> [[1;34mINFO[m] No sources to compile
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.22.3:test[m
> [1m(default-test)[m @ [36morg.apache.felix.gogo.command[0;1m ---[m
> [[1;34mINFO[m] No tests to run.
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m] [1;32mBUILD SUCCESS[m
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m] Total time: 0.802 s
> [[1;34mINFO[m] Finished at: 2023-01-13T20:28:53Z
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [0m[0mtouch debian/stamp-maven-check
> if [ ! -f pom.xml.save ]; then \
> /usr/bin/make -f debian/rules patch-poms; \
> fi
> cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp
> /usr/share/maven/boot/plexus-classworlds-2.x.jar:
> -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties
> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dmaven.home=/usr/share/maven
> -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>>
> org.codehaus.plexus.classworlds.launcher.Launcher
> -s/etc/maven/settings-debian.xml
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo
> -Ddebian.dir=/<<PKGBUILDDIR>>/debian
> -Ddebian.package=libfelix-gogo-command-java-doc -Dnotimestamp=true
> -Dlocale=en_US javadoc:jar
> 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.
> [[1;34mINFO[m] Scanning for projects...
> [[1;33mWARNING[m]
> [[1;33mWARNING[m] Some problems were encountered while building the
> effective model for
> org.apache.felix:org.apache.felix.gogo.command:bundle:0.14.0
> [[1;33mWARNING[m] The expression ${artifactId} is deprecated. Please use
> ${project.artifactId} instead.
> [[1;33mWARNING[m] The expression ${pom.artifactId} is deprecated. Please
> use ${project.artifactId} instead.
> [[1;33mWARNING[m] The expression ${pom.artifactId} is deprecated. Please
> use ${project.artifactId} instead.
> [[1;33mWARNING[m]
> [[1;33mWARNING[m] It is highly recommended to fix these problems because
> they threaten the stability of your build.
> [[1;33mWARNING[m]
> [[1;33mWARNING[m] For this reason, future Maven versions might no longer
> support building such malformed projects.
> [[1;33mWARNING[m]
> [[1;33mWARNING[m] The artifact
> org.apache.maven.plugins:maven-clean-plugin:jar:2.5 has been relocated to
> org.apache.maven.plugins:maven-clean-plugin:jar:3.2.0
> [[1;33mWARNING[m] The POM for
> org.apache.maven.plugins:maven-site-plugin:jar:3.3 is missing, no dependency
> information available
> [[1;33mWARNING[m] Failed to retrieve plugin descriptor for
> org.apache.maven.plugins:maven-site-plugin:3.3: Plugin
> org.apache.maven.plugins:maven-site-plugin:3.3 or one of its dependencies
> could not be resolved: Cannot access central
> (https://repo.maven.apache.org/maven2) in offline mode and the artifact
> org.apache.maven.plugins:maven-site-plugin:jar:3.3 has not been downloaded
> from it before.
> [[1;33mWARNING[m] The POM for
> org.apache.maven.plugins:maven-antrun-plugin:jar:1.3 is missing, no
> dependency information available
> [[1;33mWARNING[m] Failed to retrieve plugin descriptor for
> org.apache.maven.plugins:maven-antrun-plugin:1.3: Plugin
> org.apache.maven.plugins:maven-antrun-plugin:1.3 or one of its dependencies
> could not be resolved: Cannot access central
> (https://repo.maven.apache.org/maven2) in offline mode and the artifact
> org.apache.maven.plugins:maven-antrun-plugin:jar:1.3 has not been downloaded
> from it before.
> [[1;33mWARNING[m] The POM for
> org.apache.maven.plugins:maven-assembly-plugin:jar:2.2-beta-5 is missing, no
> dependency information available
> [[1;33mWARNING[m] Failed to retrieve plugin descriptor for
> org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5: Plugin
> org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5 or one of its
> dependencies could not be resolved: Cannot access central
> (https://repo.maven.apache.org/maven2) in offline mode and the artifact
> org.apache.maven.plugins:maven-assembly-plugin:jar:2.2-beta-5 has not been
> downloaded from it before.
> [[1;33mWARNING[m] The POM for
> org.apache.maven.plugins:maven-dependency-plugin:jar:2.8 is missing, no
> dependency information available
> [[1;33mWARNING[m] Failed to retrieve plugin descriptor for
> org.apache.maven.plugins:maven-dependency-plugin:2.8: Plugin
> org.apache.maven.plugins:maven-dependency-plugin:2.8 or one of its
> dependencies could not be resolved: Cannot access central
> (https://repo.maven.apache.org/maven2) in offline mode and the artifact
> org.apache.maven.plugins:maven-dependency-plugin:jar:2.8 has not been
> downloaded from it before.
> [[1;33mWARNING[m] The POM for
> org.apache.maven.plugins:maven-release-plugin:jar:2.5.3 is missing, no
> dependency information available
> [[1;33mWARNING[m] Failed to retrieve plugin descriptor for
> org.apache.maven.plugins:maven-release-plugin:2.5.3: Plugin
> org.apache.maven.plugins:maven-release-plugin:2.5.3 or one of its
> dependencies could not be resolved: Cannot access central
> (https://repo.maven.apache.org/maven2) in offline mode and the artifact
> org.apache.maven.plugins:maven-release-plugin:jar:2.5.3 has not been
> downloaded from it before.
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m-----------<
> [0;36morg.apache.felix:org.apache.felix.gogo.command[0;1m >-----------[m
> [[1;34mINFO[m] [1mBuilding Apache Felix Gogo Command 0.14.0[m
> [[1;34mINFO[m] [1m-------------------------------[ bundle
> ]-------------------------------[m
> [[1;33mWARNING[m] The POM for
> org.apache.maven.plugins:maven-site-plugin:jar:3.3 is missing, no dependency
> information available
> [[1;33mWARNING[m] Failed to retrieve plugin descriptor for
> org.apache.maven.plugins:maven-site-plugin:3.3: Plugin
> org.apache.maven.plugins:maven-site-plugin:3.3 or one of its dependencies
> could not be resolved: Cannot access central
> (https://repo.maven.apache.org/maven2) in offline mode and the artifact
> org.apache.maven.plugins:maven-site-plugin:jar:3.3 has not been downloaded
> from it before.
> [[1;33mWARNING[m] The POM for
> org.apache.maven.plugins:maven-antrun-plugin:jar:1.3 is missing, no
> dependency information available
> [[1;33mWARNING[m] Failed to retrieve plugin descriptor for
> org.apache.maven.plugins:maven-antrun-plugin:1.3: Plugin
> org.apache.maven.plugins:maven-antrun-plugin:1.3 or one of its dependencies
> could not be resolved: Cannot access central
> (https://repo.maven.apache.org/maven2) in offline mode and the artifact
> org.apache.maven.plugins:maven-antrun-plugin:jar:1.3 has not been downloaded
> from it before.
> [[1;33mWARNING[m] The POM for
> org.apache.maven.plugins:maven-assembly-plugin:jar:2.2-beta-5 is missing, no
> dependency information available
> [[1;33mWARNING[m] Failed to retrieve plugin descriptor for
> org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5: Plugin
> org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5 or one of its
> dependencies could not be resolved: Cannot access central
> (https://repo.maven.apache.org/maven2) in offline mode and the artifact
> org.apache.maven.plugins:maven-assembly-plugin:jar:2.2-beta-5 has not been
> downloaded from it before.
> [[1;33mWARNING[m] The POM for
> org.apache.maven.plugins:maven-dependency-plugin:jar:2.8 is missing, no
> dependency information available
> [[1;33mWARNING[m] Failed to retrieve plugin descriptor for
> org.apache.maven.plugins:maven-dependency-plugin:2.8: Plugin
> org.apache.maven.plugins:maven-dependency-plugin:2.8 or one of its
> dependencies could not be resolved: Cannot access central
> (https://repo.maven.apache.org/maven2) in offline mode and the artifact
> org.apache.maven.plugins:maven-dependency-plugin:jar:2.8 has not been
> downloaded from it before.
> [[1;33mWARNING[m] The POM for
> org.apache.maven.plugins:maven-release-plugin:jar:2.5.3 is missing, no
> dependency information available
> [[1;33mWARNING[m] Failed to retrieve plugin descriptor for
> org.apache.maven.plugins:maven-release-plugin:2.5.3: Plugin
> org.apache.maven.plugins:maven-release-plugin:2.5.3 or one of its
> dependencies could not be resolved: Cannot access central
> (https://repo.maven.apache.org/maven2) in offline mode and the artifact
> org.apache.maven.plugins:maven-release-plugin:jar:2.5.3 has not been
> downloaded from it before.
> [[1;33mWARNING[m] The artifact org.osgi:org.osgi.core:jar:debian has been
> relocated to org.osgi:osgi.core:jar:debian
> [[1;33mWARNING[m] The artifact org.osgi:org.osgi.compendium:jar:debian has
> been relocated to org.osgi:osgi.cmpn:jar:debian
> [[1;34mINFO[m]
> [[1;34mINFO[m] [1m--- [0;32mmaven-javadoc-plugin:3.4.1:jar[m
> [1m(default-cli)[m @ [36morg.apache.felix.gogo.command[0;1m ---[m
> [[1;33mWARNING[m] Source files encoding has not been set, using platform
> encoding UTF-8, i.e. build is platform dependent!
> [[1;34mINFO[m] Adding the --ignore-source-errors option
> [[1;34mINFO[m] No previous run data found, generating javadoc.
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m] [1;31mBUILD FAILURE[m
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;34mINFO[m] Total time: 1.369 s
> [[1;34mINFO[m] Finished at: 2023-01-13T20:28:56Z
> [[1;34mINFO[m]
> [1m------------------------------------------------------------------------[m
> [[1;31mERROR[m] Failed to execute goal
> [32morg.apache.maven.plugins:maven-javadoc-plugin:3.4.1:jar[m
> [1m(default-cli)[m on project [36morg.apache.felix.gogo.command[m:
> [1;31mMavenReportException: Error while generating Javadoc: [m
> [[1;31mERROR[m] [1;31mExit code: 2 - error: Source option 5 is no longer
> supported. Use 7 or later.[m
> [[1;31mERROR[m] [1;31merror: Target option 5 is no longer supported. Use 7
> or later.[m
> [[1;31mERROR[m] [1;31m2 errors[m
> [[1;31mERROR[m] [1;31m[m
> [[1;31mERROR[m] [1;31mCommand line was:
> /usr/lib/jvm/java-17-openjdk-amd64/bin/javadoc @options @packages[m
> [[1;31mERROR[m] [1;31m[m
> [[1;31mERROR[m] [1;31mRefer to the generated Javadoc files in
> '/<<PKGBUILDDIR>>/target/apidocs' dir.[m
> [[1;31mERROR[m] [1;31m[m
> [[1;31mERROR[m] -> [1m[Help 1][m
> [[1;31mERROR[m]
> [[1;31mERROR[m] To see the full stack trace of the errors, re-run Maven
> with the [1m-e[m switch.
> [[1;31mERROR[m] Re-run Maven using the [1m-X[m switch to enable full
> debug logging.
> [[1;31mERROR[m]
> [[1;31mERROR[m] For more information about the errors and possible
> solutions, please read the following articles:
> [[1;31mERROR[m] [1m[Help 1][m
> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [0m[0mmake: *** [/usr/share/cdbs/1/class/maven.mk:141:
> debian/stamp-maven-doc] Error 1
> dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
> --------------------------------------------------------------------------------
> Build finished at 2023-01-13T20:28:56Z
The full build log is available from:
http://qa-logs.debian.net/2023/01/13/felix-gogo-command_0.14.0-2.1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230113;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230113&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: maven-javadoc-plugin
Source-Version: 3.4.1-2
Done: Emmanuel Bourg <[email protected]>
We believe that the bug you reported is fixed in the latest version of
maven-javadoc-plugin, 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.
Emmanuel Bourg <[email protected]> (supplier of updated maven-javadoc-plugin
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: Mon, 16 Jan 2023 09:28:52 +0100
Source: maven-javadoc-plugin
Architecture: source
Version: 3.4.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Emmanuel Bourg <[email protected]>
Closes: 981967
Changes:
maven-javadoc-plugin (3.4.1-2) unstable; urgency=medium
.
* Team upload.
* Adjust the source level automatically (Closes: #981967)
* Standards-Version updated to 4.6.2
Checksums-Sha1:
112873fe8f4e1d0a8a9b6f58b550cf6d4c1f3c39 2705 maven-javadoc-plugin_3.4.1-2.dsc
5d742a9040276034bb2f7883446b0f5bc9084800 7424
maven-javadoc-plugin_3.4.1-2.debian.tar.xz
940421f48436933145cbc0bc64da5b96a29654d3 15707
maven-javadoc-plugin_3.4.1-2_source.buildinfo
Checksums-Sha256:
d2a1bae142fcc2c78875783e310f00dd4d6fa24252fec5ad5b04a6e002f2b4ec 2705
maven-javadoc-plugin_3.4.1-2.dsc
3950518910ec13c6f5628a58559af9b9e3ff58f798bb7c123e00725828395943 7424
maven-javadoc-plugin_3.4.1-2.debian.tar.xz
9b3eca77eddfd7d4c9a01b3f55de6bd104489f30309a511ee8f7b7d22883b16f 15707
maven-javadoc-plugin_3.4.1-2_source.buildinfo
Files:
2da693a12e13ae0f48b617b59503e04c 2705 java optional
maven-javadoc-plugin_3.4.1-2.dsc
11d443fba63782c05c2a1884f433998b 7424 java optional
maven-javadoc-plugin_3.4.1-2.debian.tar.xz
0a8da0f0b3b566970cf9efa845d7af16 15707 java optional
maven-javadoc-plugin_3.4.1-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAmPFDt4SHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsx3IP/RRY2CR6yEa94TrtzO6mhQTuvdfAFjbx
ZHwLwrP19PwhyAb0bb+1EtLmtOUu/wjMEmqznjDhXMXxID448/vhhqQWpvrgHiIJ
of+69MIelRL8PDPVGS1qNDWSKPl2TxNIn6vyBWsUhZ1Uj9Hh5O55AK8daV5A5MMf
bt3V0fYmzg1CYi6Jf2ltfoCjW8qw+Ga+7r3P6hce6i/uEOUHEQoZzfW2q1EoYMlC
RYnXkukqZfg107YHFDpbf7CT3WwAiw9D0tCRxKRK+qGQQIjrWP3ewY6jNArIJ6jN
94jhw956tyIQ06EMfg5R1q0xBTzVwm0SIgvy9SWEgXI/04MxGce4xbHfSiJTUFgm
PeKMt65Pp3Me/eSVxjzpjabeeb7aaYQYnNhB7BAbxpqHpu8CK5m7Mftj1NHnixda
4I40gU5SXuqffEFRJq+fufQL/4ACciTPwnxjKLQmqauWBSQkeQY9EcAd+1MEbA8x
kNS17ywN1f7M16JHC9a102AkIYxcdEc5Dz0204jvTQf7HzJmEKSbFviOPUNoFb0R
hBcBho0ycHkpKPNFSrmBRUtnJDxe7AUA0DkAP7Nm69Srb4SHgiO42htDZUkJWPWt
ccFm0O0OxvehHv0BOm/DufT7BO4BmwP3nExpBuIV5NnZ1Ql5btanAULRb6znALf/
51GIjgeRvDB9
=98Zq
-----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.