Your message dated Mon, 23 Mar 2026 14:37:58 +0000
with message-id <[email protected]>
and subject line Bug#1108571: fixed in junit4 4.13.2-6
has caused the Debian Bug report #1108571,
regarding junit4:  FTBFS with default Java 25
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.)


-- 
1108571: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1108571
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: junit4
Version: 4.13.2-5
Severity: normal
Tags: ftbfs
Usertags: default-java25

Dear Maintainers,

The package junit4 ftbfs with default Java 25.
The relevant part of the build log:
---------------
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 
1. See FAQ web page and the dump file 
/<<PKGBUILDDIR>>/target/surefire-reports/2025-06-11T20-23-45_915-jvmRun1.dumpstream
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.839 s
[INFO] Finished at: 2025-06-11T20:23:46Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.22.3:test (default-test) on 
project junit: There are test failures.
[ERROR]
[ERROR] Please refer to /<<PKGBUILDDIR>>/target/surefire-reports for the 
individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, 
[date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or 
System.exit called?
[ERROR] Command was /bin/sh -c cd '/<<PKGBUILDDIR>>' && 
'/usr/lib/jvm/java-25-openjdk-amd64/bin/java' '-Djava.security.manager=allow' 
'-jar' 
'/<<PKGBUILDDIR>>/target/surefire/surefirebooter13921769121489373404.jar' 
'/<<PKGBUILDDIR>>/target/surefire' '2025-06-11T20-23-45_915-jvmRun1' 
'surefire10265085995881834565tmp' 'surefire_02420097776982634642tmp'
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 1
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The 
forked VM terminated without properly saying goodbye. VM crash or System.exit 
called?
[ERROR] Command was /bin/sh -c cd '/<<PKGBUILDDIR>>' && 
'/usr/lib/jvm/java-25-openjdk-amd64/bin/java' '-Djava.security.manager=allow' 
'-jar' 
'/<<PKGBUILDDIR>>/target/surefire/surefirebooter13921769121489373404.jar' 
'/<<PKGBUILDDIR>>/target/surefire' '2025-06-11T20-23-45_915-jvmRun1' 
'surefire10265085995881834565tmp' 'surefire_02420097776982634642tmp'
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 1
[ERROR]         at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:669)
[ERROR]         at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:282)
[ERROR]         at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:245)
[ERROR]         at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1186)
[ERROR]         at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1014)
[ERROR]         at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:860)
[ERROR]         at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126)
[ERROR]         at 
org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:328)
[ERROR]         at 
org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:316)
[ERROR]         at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
[ERROR]         at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:174)
[ERROR]         at 
org.apache.maven.lifecycle.internal.MojoExecutor.access$000(MojoExecutor.java:75)
[ERROR]         at 
org.apache.maven.lifecycle.internal.MojoExecutor$1.run(MojoExecutor.java:162)
[ERROR]         at 
org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute(DefaultMojosExecutionStrategy.java:39)
[ERROR]         at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:159)
[ERROR]         at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:105)
[ERROR]         at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:73)
[ERROR]         at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:53)
[ERROR]         at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:118)
[ERROR]         at 
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:261)
[ERROR]         at 
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:173)
[ERROR]         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:101)
[ERROR]         at org.apache.maven.cli.MavenCli.execute(MavenCli.java:906)
[ERROR]         at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:283)
[ERROR]         at org.apache.maven.cli.MavenCli.main(MavenCli.java:206)
[ERROR]         at org.apache.maven.cli.MavenCli.main(MavenCli.java:196)
[ERROR]         at org.debian.maven.Wrapper.main(Wrapper.java:89)
[ERROR]         at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
[ERROR]         at java.base/java.lang.reflect.Method.invoke(Method.java:565)
[ERROR]         at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:322)
[ERROR]         at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:235)
[ERROR]         at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:407)
[ERROR]         at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:348)
[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/MojoExecutionException
dh_auto_test: 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 test 
returned exit code 1
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2025-06-11T20:23:46Z
---------------


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

Kernel: Linux 6.14.0-22-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_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: junit4
Source-Version: 4.13.2-6
Done: tony mancill <[email protected]>

We believe that the bug you reported is fixed in the latest version of
junit4, 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.
tony mancill <[email protected]> (supplier of updated junit4 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: Sun, 22 Mar 2026 16:24:28 -0700
Source: junit4
Architecture: source
Version: 4.13.2-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: tony mancill <[email protected]>
Closes: 1108571
Changes:
 junit4 (4.13.2-6) unstable; urgency=medium
 .
   [ Vladimir Petko ]
   * Team upload
   * Java 25 compatibility - workaround Security Manager
     removal (Closes: #1108571).
     - d/p/java25-compatibility.patch: use JUnitCore.main() implementation
       in the test runner tests.
     - d/maven.properties: remove Security Manager property.
 .
   [ tony mancill ]
   * Bump Standards-Version to 4.7.3
Checksums-Sha1:
 245f0e13f8c78f65dc7ff4ea6ace55ef47cf8e9c 2226 junit4_4.13.2-6.dsc
 ad32430ef4fcdedd62a83d54d406e98a9c4250e2 30012 junit4_4.13.2-6.debian.tar.xz
 2ec2d2c0c6ff87194ad5d204a8f6ac51bf756c52 16830 junit4_4.13.2-6_amd64.buildinfo
Checksums-Sha256:
 6b256cb8269aaadd2246374aba94aa8d3a63c548702c5a8cc59bd6f72b18d143 2226 
junit4_4.13.2-6.dsc
 e7634b586b75f9d27af4e01b5e2c9e833a9ff73c13a1968fa910c6a3fe3b594f 30012 
junit4_4.13.2-6.debian.tar.xz
 5702560e85a4632645c4276696c0a42881b1b9a1e38529177d04205e72583628 16830 
junit4_4.13.2-6_amd64.buildinfo
Files:
 3cdcbb6d2039734e0d2fa14e53c1d532 2226 java optional junit4_4.13.2-6.dsc
 b89caab8762191c85547ea256ab05552 30012 java optional 
junit4_4.13.2-6.debian.tar.xz
 97f82f4821b3c749127db7da5abda34c 16830 java optional 
junit4_4.13.2-6_amd64.buildinfo

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

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmnBSbkUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpaK2xAAtgmKV4HVbxW7gvU+MZRc/v5JyRi1
sI+KBxSMLvGYBZ++rV+xd4JlQUJ+uqLnspcezVNZHYLPWMVYxMt8490WxhooLq70
83bkTKlVqkAVMkybdSBi/S/BNB320UfRC47ItgwM8wwZCZgghvcOovuSVlLNkUVk
p8wbpuynhHAgXcA4KJOgBGNWJgEIi3h+YAItdEG7bSyKq2AhUD/nl0ydYBqFhrUI
uShVJNyzWiuiwFaAA1Wp4hHGJs7jSGZXPxjOzEAX2hMnKm/RCpOsbP/E0cYFnaxd
EvBs+LuMTMogpPBzXovmLRdp8fi47x5N/3cEsDyEQzv2HTXuSnzZq3G9uRWXc26E
HSCrjHYESBOZ++5zqQWg+9lofhT0IArXPXOoWkvczDsVl2AsTKS/JjSJEk8Tg01y
y4xlt/jLZ1yZTeZfVM/YxnEF/jAGuKCAmVUsEAwIJFpoMftSOh9QzYe7DxETTcOU
A178fNeY3ajGkzngwYzaY38nxqMsHKnhCaichFdh0LfKSsOr3ZIhsOokewEi67JD
p38EXlGrWqO4qO4odhsyJKCFfPymntb2Lw2HZ/RB9GMEkAYeTFjKw60bg4IzCMCg
TNIIuubNm3exqyBiuZCDA9PlMK3OSZW/k6g2kDOL/CWhBfljy4vGLG+8026G7Jh+
ZVpZZlI0FDCUHhk=
=FLrs
-----END PGP SIGNATURE-----

Attachment: pgpr1Ees5pJzI.pgp
Description: PGP signature


--- End Message ---

Reply via email to