Your message dated Tue, 06 Aug 2024 11:19:55 +0000
with message-id <e1sbien-006bsj...@fasolo.debian.org>
and subject line Bug#1069840: fixed in maven-dependency-analyzer 1.14.1-1
has caused the Debian Bug report #1069840,
regarding maven-dependency-analyzer: FTBFS: [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:testCompile 
(default-testCompile) on project maven-dependency-analyzer: Compilation failure
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.)


-- 
1069840: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069840
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:maven-dependency-analyzer
Version: 1.13.0-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 -plibmaven-dependency-analyzer-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 -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.apache.maven.shared:maven-dependency-analyzer >----------
[INFO] Building Apache Maven Dependency Analyzer 1.13.0
[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.0
[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.10.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.apache.maven.plugins:maven-jar-plugin:jar:2.4 has 
been relocated to org.apache.maven.plugins:maven-jar-plugin:jar:3.3.0
[INFO]
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ 
maven-dependency-analyzer ---
[INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ 
maven-dependency-analyzer ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to /<<PKGBUILDDIR>>/target/classes
[INFO] 
/<<PKGBUILDDIR>>/src/main/java/org/apache/maven/shared/dependency/analyzer/DefaultProjectDependencyAnalyzer.java:
 
/<<PKGBUILDDIR>>/src/main/java/org/apache/maven/shared/dependency/analyzer/DefaultProjectDependencyAnalyzer.java
 uses or overrides a deprecated API.
[INFO] 
/<<PKGBUILDDIR>>/src/main/java/org/apache/maven/shared/dependency/analyzer/DefaultProjectDependencyAnalyzer.java:
 Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- sisu-maven-plugin:0.3.5:main-index (index-project) @ 
maven-dependency-analyzer ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ 
maven-dependency-analyzer ---
[INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ 
maven-dependency-analyzer ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /<<PKGBUILDDIR>>/target/test-classes
[INFO] 
/<<PKGBUILDDIR>>/src/test/java/org/apache/maven/shared/dependency/analyzer/ProjectDependencyAnalysisTest.java:
 
/<<PKGBUILDDIR>>/src/test/java/org/apache/maven/shared/dependency/analyzer/ProjectDependencyAnalysisTest.java
 uses unchecked or unsafe operations.
[INFO] 
/<<PKGBUILDDIR>>/src/test/java/org/apache/maven/shared/dependency/analyzer/ProjectDependencyAnalysisTest.java:
 Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] 
/<<PKGBUILDDIR>>/src/test/java/org/apache/maven/shared/dependency/analyzer/ClassFileVisitorUtilsTest.java:[67,13]
 exception java.io.IOException is never thrown in body of corresponding try statement
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.735 s
[INFO] Finished at: 2024-04-25T13:27:25Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:testCompile 
(default-testCompile) on project maven-dependency-analyzer: Compilation failure
[ERROR] 
/<<PKGBUILDDIR>>/src/test/java/org/apache/maven/shared/dependency/analyzer/ClassFileVisitorUtilsTest.java:[67,13]
 exception java.io.IOException is never thrown in body of corresponding try statement
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
dh_auto_build: error: /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar 
-Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> 
-Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml 
-Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode 
package -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
make: *** [debian/rules:4: build] Error 25
dpkg-buildpackage: error: debian/rules build 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/202404/

About the archive rebuild: The build was made on virtual machines
of type m6a.large 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: maven-dependency-analyzer
Source-Version: 1.14.1-1
Done: Emmanuel Bourg <ebo...@apache.org>

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

Debian distribution maintenance software
pp.
Emmanuel Bourg <ebo...@apache.org> (supplier of updated 
maven-dependency-analyzer 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: Tue, 06 Aug 2024 12:43:17 +0200
Source: maven-dependency-analyzer
Architecture: source
Version: 1.14.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Closes: 1069840
Changes:
 maven-dependency-analyzer (1.14.1-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release (Closes: #1069840)
     - Depend on junit5 instead of junit4
     - Removed the dependency on libplexus-component-metadata-java
     - Updated the Maven rules
   * Standards-Version updated to 4.7.0
Checksums-Sha1:
 f884d278808c3c67f2852761814482137dd32cce 2434 
maven-dependency-analyzer_1.14.1-1.dsc
 9cba2e87c981f016ade274df7b650e09e29ef3f3 32112 
maven-dependency-analyzer_1.14.1.orig.tar.xz
 b0098dc2338962efb472eeac7a305c3868485629 3476 
maven-dependency-analyzer_1.14.1-1.debian.tar.xz
 b8299aac5b9af53f7a5755a353155efd92c9232c 15442 
maven-dependency-analyzer_1.14.1-1_source.buildinfo
Checksums-Sha256:
 c2bce7fcebbf57f8e25fa585abc578ff6bfdd008184117b4ad9f9f2166ae9a3a 2434 
maven-dependency-analyzer_1.14.1-1.dsc
 d081e7f7f70a1dad95a1eb62ea895d6b3e9aca26934258b7272a64ab66b8035f 32112 
maven-dependency-analyzer_1.14.1.orig.tar.xz
 260a2876324ef6be217916506cd356047d841cf63cc8c9c5e8c902ec92c4cefc 3476 
maven-dependency-analyzer_1.14.1-1.debian.tar.xz
 4d25909d5d6ce2346c8553684c4418c91a11879649f5422a702143e6c0622fc5 15442 
maven-dependency-analyzer_1.14.1-1_source.buildinfo
Files:
 a7a8d3995dc16a8c56243a0e5c1964e6 2434 java optional 
maven-dependency-analyzer_1.14.1-1.dsc
 11556959bf535ddd0129a80457af096d 32112 java optional 
maven-dependency-analyzer_1.14.1.orig.tar.xz
 61ac0da43187ec721560f59f09df00db 3476 java optional 
maven-dependency-analyzer_1.14.1-1.debian.tar.xz
 baeb1933394cb4bf1b37f5e6476d05fb 15442 java optional 
maven-dependency-analyzer_1.14.1-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAmayAXISHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsduYQAInBdwzf3Hjr2L3raqJsMIvCuOrl6lma
6UdWeObPLtrwqcXyuub7AB3kw1h+fs6TGTWbfGmzy6mZbr68fM5IZikpK4W0Ebyh
Se7+1GO0nCW53OrwStJ8oB6RZaqKF9Tg7o83/wN7l9XUZG/pGsXJmt0bP/4PdbSF
ryiV5qivdw7EUjZe9anWzoIUrjs8jxV4Di6Od6q/3AkD5Wt+EPjgVS1M0W8/MLuk
uTbbrIk7vKbGTf2Q18PkZ4mQKgEVVkpg3tcTQbbDomrPFg63GPjuSbAB5TwmHLv7
EvDntzNKu/saEHEU9oI/b0LsbSIITQyP8NAR1hdP2L4L6gxG5i8ZlZORVy/QabOM
A73nXOaH1qBSP38T1g3ZSBjjdunkEkCc1/6OYymH/G4bUwOiOHTZypuP8UhMBEJ/
PXmIXmc2pHr424OHClIhjptKaZJQactjBCygGYoLmt1GuD4JN2ZiukhzXVzuUvyl
0pNL5vTXMo0TSMIgY4kSIFRxBbi5MbnB9kuKoUuWYRqcvqowLXtafI0XSk7sdV1Q
8zTbFoyVXoGdXmjVGROqXQFJ7u7qTLupn4AYj0sQWmvPAPTGRPXMu75nWS2JEioy
jRgTQ4r0xqpfFxmz4EU+NU++rRqAFzVF8dqBqREReGa3rJ4JKglfL0YeIMl/lmmJ
SmixNWw5fwdG
=GmWl
-----END PGP SIGNATURE-----

Attachment: pgpGI0GWsHUEE.pgp
Description: PGP signature


--- End Message ---

Reply via email to