Your message dated Thu, 23 Nov 2023 12:49:55 +0000
with message-id <e1r699x-006cxk...@fasolo.debian.org>
and subject line Bug#1053040: fixed in junit5 5.10.1-1
has caused the Debian Bug report #1053040,
regarding junit5: FTBFS with default Java 21
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.)


-- 
1053040: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053040
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: junit5
Version: 5.9.2-1
Severity: important
Tags: ftbfs
User: debian-j...@lists.debian.org
Usertags: default-java21
X-Debbugs-Cc: vladimir.pe...@canonical.com

Dear Maintainers,

The package junit5 ftbfs with default Java 21.
The relevant part of the build log:
---------------
[ERROR] 
/<<PKGBUILDDIR>>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[320,60]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[ERROR] 
/<<PKGBUILDDIR>>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[321,60]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[ERROR] 
/<<PKGBUILDDIR>>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[322,63]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[ERROR] 
/<<PKGBUILDDIR>>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[323,71]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[ERROR] 
/<<PKGBUILDDIR>>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[324,62]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[ERROR] 
/<<PKGBUILDDIR>>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[325,62]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[ERROR] 
/<<PKGBUILDDIR>>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[326,54]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] JUnit 5 (Parent) 5.9.2 ............................. SUCCESS [  0.145 s]
[INFO] JUnit 5 (Bill of Materials) 5.9.2 .................. SUCCESS [  0.002 s]
[INFO] JUnit Platform Commons 1.9.1 ....................... SUCCESS [  1.479 s]
[INFO] JUnit Jupiter API 5.9.2 ............................ SUCCESS [  0.702 s]
[INFO] JUnit Jupiter Params 5.9.2 ......................... SUCCESS [  0.644 s]
[INFO] JUnit Platform Engine API 1.9.1 .................... SUCCESS [  0.450 s]
[INFO] JUnit Platform Suite API 1.9.1 ..................... SUCCESS [  0.055 s]
[INFO] JUnit Jupiter Engine 5.9.2 ......................... SUCCESS [  0.536 s]
[INFO] JUnit Jupiter (Aggregator) 5.9.2 ................... SUCCESS [  0.012 s]
[INFO] JUnit Jupiter Migration Support 5.9.2 .............. SUCCESS [  0.070 s]
[INFO] JUnit Platform Launcher 1.9.1 ...................... FAILURE [  0.217 s]
[INFO] JUnit Platform Reporting 1.9.1 ..................... SKIPPED
[INFO] JUnit Platform Console 1.9.1 ....................... SKIPPED
[INFO] JUnit Platform Suite Commons 1.9.1 ................. SKIPPED
[INFO] JUnit Platform Suite Engine 1.9.1 .................. SKIPPED
[INFO] JUnit Platform Suite (Aggregator) 1.9.1 ............ SKIPPED
[INFO] JUnit Vintage Engine 5.9.2 ......................... SKIPPED
[INFO] JUnit Platform Console Standalone 1.9.1 ............ SKIPPED
[INFO] JUnit Platform Runner 1.9.1 ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.406 s
[INFO] Finished at: 2023-05-04T13:19:46Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) 
on project junit-platform-launcher: Compilation failure: Compilation failure: 
[ERROR] 
/<<PKGBUILDDIR>>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[320,60]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[ERROR] 
/<<PKGBUILDDIR>>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[321,60]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[ERROR] 
/<<PKGBUILDDIR>>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[322,63]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[ERROR] 
/<<PKGBUILDDIR>>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[323,71]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[ERROR] 
/<<PKGBUILDDIR>>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[324,62]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[ERROR] 
/<<PKGBUILDDIR>>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[325,62]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[ERROR] 
/<<PKGBUILDDIR>>/junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestIdentifier.java:[326,54]
 unreported exception java.lang.ClassNotFoundException; must be caught or 
declared to be thrown
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :junit-platform-launcher
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
--------------------------------------------------------------------------------
Build finished at 2023-05-04T13:19:46Z
---------------


-- System Information:
Debian Release: bookworm/sid
  APT prefers lunar-updates
  APT policy: (500, 'lunar-updates'), (500, 'lunar-security'), (500, 'lunar'), 
(100, 'lunar-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.2.0-33-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

--- End Message ---
--- Begin Message ---
Source: junit5
Source-Version: 5.10.1-1
Done: Emmanuel Bourg <ebo...@apache.org>

We believe that the bug you reported is fixed in the latest version of
junit5, 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 1053...@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 junit5 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, 23 Nov 2023 11:30:08 +0100
Source: junit5
Architecture: source
Version: 5.10.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: 1053040
Changes:
 junit5 (5.10.1-1) unstable; urgency=medium
 .
   * New upstream release
     - Refreshed the patches
   * Fixed the build failure with Java 21 (Closes: #1053040)
Checksums-Sha1:
 3020f7c847ff82f726514b1f25e61bd472b776fa 2215 junit5_5.10.1-1.dsc
 fe79312f8bf508bdd13a0168ddc4f0da84e7247f 2343868 junit5_5.10.1.orig.tar.xz
 3e2cd7292d8bfe6c9fc8d8be23c66c60e39e701e 17396 junit5_5.10.1-1.debian.tar.xz
 f4313413a17758de6ff83505bf813c3eb72a1b41 18143 junit5_5.10.1-1_source.buildinfo
Checksums-Sha256:
 762cf0300e12f6de8e26d47841a5185630e56cd3461af94e071b91f241a987ee 2215 
junit5_5.10.1-1.dsc
 cb808def3f884600987568ffea8cc55183b10ea36797771978b6f4a1360d21b7 2343868 
junit5_5.10.1.orig.tar.xz
 4e6c7ceae69f7c01410d89315f4f3bcff3efe88674d7d5a2ca5a1c0a1eaeac8c 17396 
junit5_5.10.1-1.debian.tar.xz
 ca97595b72dd5d6c07824123aebf71b1fd9026c4699236d42af1179516644e55 18143 
junit5_5.10.1-1_source.buildinfo
Files:
 31982303b94d1912579662daae122348 2215 java optional junit5_5.10.1-1.dsc
 b16fe22523ccba6009eb847257d42d38 2343868 java optional 
junit5_5.10.1.orig.tar.xz
 fc36aa692ebe18d17fc64df37276ec7d 17396 java optional 
junit5_5.10.1-1.debian.tar.xz
 887a74d721421429335e783c2355571c 18143 java optional 
junit5_5.10.1-1_source.buildinfo

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

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAmVfRuQSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsGFIP/iV8WynPGKfOjeBSFObUNpI0sFu97GV7
8m5ZgARtb2tpZh1wL/yA2EXcSSVXrmNwJ+Wuv67iXJFO2YR5aeiwAw69ZgTEeEuf
dy8aEEQJIl/8mf44PZ6AMR3ED3ADTcxbr1q1N0tkAw4busLcoHcJ1PPfpKQOqRne
8t0K3a34rahpvo+KkhwZeqq64GnS9K5s+dXC/84aUCl6lSwXee9QYTvUg/rtjGpm
oKJ2X1cJfyzb9fF95qcnpkJn+ta/jYZM5S3HHfvuQM5WQp9ZIx8GwGJIGVZjKRRo
mTpmozNAUFmEdixgd16uKKQhItoRkPZKMk3Wci9bn4lTPuKl0BVhpxCQBHvsoJvU
k6hCVr4Ak3ZB1hvLPk2JxyWpF7w5OywlYoZK/mwCfKgL23Wosbbn9JLunOO11anO
MTvaW7QoTMXZLKa4c16nW7Ie7tBXlE17fuAmX3+cNChqkw0KchkF5zdx2rR41/d+
7vJc/ZSGm5FfsZGl1G6Twpt6Kl81mQg/Uvr4CFodKYpos6sYnY/U8Wk3Tb+BB53r
E+iWNWscgqUF0agt54/B6fZcjv/HV31MrWAB8xDpao7tde2ZU0dpBWmLEpcXveY1
QfTsQJUrd0N07jhRVMzsULy9cy+ZG0YWZwnB4M8Qshbr5orLc6FGb0j8ZfJgtMyK
vdDIHfKNXVEx
=dm96
-----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
debian-j...@lists.debian.org for discussions and questions.

Reply via email to