Your message dated Sat, 04 Oct 2025 13:35:12 +0000
with message-id <[email protected]>
and subject line Bug#1116768: fixed in libfailsafe-java 3.3.2-3
has caused the Debian Bug report #1116768,
regarding libfailsafe-java: FTBFS with the nocheck build profile
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.)


-- 
1116768: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1116768
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libfailsafe-java
Version: 3.3.2-2
Severity: important
Tags: forky sid ftbfs
User: [email protected]
Usertags: ftbfs-nocheck-profile

Dear maintainer:

During a rebuild of all packages in unstable using the nocheck build profile,
your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202509/

A wiki page discussing how to reproduce bugs in this category and
possible solutions is available here:

https://wiki.debian.org/qa.debian.org/FTBFS/Nocheck

(It's a wiki, so you are welcome to contribute)

[ Note: This is RC, but I will wait at least two weeks before raising
the severities, there are a lot of gcc-15 and CMake 4 bugs open now ].

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 add an affects on src:libfailsafe-java, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with javahelper
   dh_auto_clean
        bash -c "for dir in \$(find . -name target -type d); do if [ -f \$(echo 
\$dir | sed -e s/target\$/pom.xml/) ]; then rm -Rf \$dir; fi done"
        mh_unpatchpoms -plibfailsafe-java
   jh_clean
Duplicate specification "u=s" for option "u"
   dh_clean
 debian/rules binary
dh binary --with javahelper
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
        mh_patchpoms -plibfailsafe-java --debian-build --keep-pom-version 
--maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
   jh_linkjars
   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 
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] Reactor Build Order:
[INFO] 
[INFO] Failsafe Parent                                                    [pom]
[INFO] Failsafe                                                           [jar]
[INFO] Failsafe OkHttp                                                    [jar]
[INFO] 
[INFO] --------------------< dev.failsafe:failsafe-parent >--------------------
[INFO] Building Failsafe Parent 3.3.2                                     [1/3]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] -----------------------< dev.failsafe:failsafe >------------------------
[INFO] Building Failsafe 3.3.2                                            [2/3]
[INFO]   from core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for org.testng:testng:jar:debian is missing, no dependency 
information available
[WARNING] The POM for org.mockito:mockito-core:jar:debian is missing, no 
dependency information available
[WARNING] The POM for net.jodah:concurrentunit:jar:debian is missing, no 
dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Failsafe Parent 3.3.2:
[INFO] 
[INFO] Failsafe Parent .................................... SUCCESS [  0.001 s]
[INFO] Failsafe ........................................... FAILURE [  0.048 s]
[INFO] Failsafe OkHttp .................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.128 s
[INFO] Finished at: 2025-09-30T11:35:40Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project failsafe: Could not resolve 
dependencies for project dev.failsafe:failsafe:jar:3.3.2
[ERROR] dependency: org.testng:testng:jar:debian (test)
[ERROR]         Cannot access central (https://repo.maven.apache.org/maven2) in 
offline mode and the artifact org.testng:testng:jar:debian has not been 
downloaded from it before.
[ERROR] dependency: org.mockito:mockito-core:jar:debian (test)
[ERROR]         Cannot access central (https://repo.maven.apache.org/maven2) in 
offline mode and the artifact org.mockito:mockito-core:jar:debian has not been 
downloaded from it before.
[ERROR] dependency: net.jodah:concurrentunit:jar:debian (test)
[ERROR]         Cannot access central (https://repo.maven.apache.org/maven2) in 
offline mode and the artifact net.jodah:concurrentunit:jar:debian has not been 
downloaded from it before.
[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/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :failsafe
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 
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: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: libfailsafe-java
Source-Version: 3.3.2-3
Done: Pierre Gruet <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libfailsafe-java, 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.
Pierre Gruet <[email protected]> (supplier of updated libfailsafe-java 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: Sat, 04 Oct 2025 15:14:13 +0200
Source: libfailsafe-java
Architecture: source
Version: 3.3.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Pierre Gruet <[email protected]>
Closes: 1116768
Changes:
 libfailsafe-java (3.3.2-3) unstable; urgency=medium
 .
   * Raising Standards version to 4.7.2 (no change)
   * Removing the nocheck annotation from all the B-D (Closes: #1116768)
Checksums-Sha1:
 18b389c505cc4b93d05d5939fca3d0e82bb6cc43 2119 libfailsafe-java_3.3.2-3.dsc
 b5cbb12d66df180e7ee5f8fe9b221d34260c8be9 3972 
libfailsafe-java_3.3.2-3.debian.tar.xz
 15e3b3dd34460e78e0971e344e7fac024054a44b 17075 
libfailsafe-java_3.3.2-3_source.buildinfo
Checksums-Sha256:
 cd62b8880b4bb2a70dd336243fbf4aaef9fe02ba7b67ed76ab428440efefbd6b 2119 
libfailsafe-java_3.3.2-3.dsc
 0559e9560e7d11f099005927c39a4345f13109bbfc3bfb4d04169b80234cc5d3 3972 
libfailsafe-java_3.3.2-3.debian.tar.xz
 faac782375ea7bbbfd9cc4fab2868a6fa938177fa419aa39c606ac82782b5b67 17075 
libfailsafe-java_3.3.2-3_source.buildinfo
Files:
 7c468ab5d081ad885e373a2ecca9233c 2119 java optional 
libfailsafe-java_3.3.2-3.dsc
 1feed52d1e0c401ee3873b4d47541925 3972 java optional 
libfailsafe-java_3.3.2-3.debian.tar.xz
 9bd07a2802897d803858f8a4737c4937 17075 java optional 
libfailsafe-java_3.3.2-3_source.buildinfo

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

iQIzBAEBCgAdFiEEM8soQxPpC9J9y0UjYAMWptwndHYFAmjhHdkACgkQYAMWptwn
dHb52xAAqvPRXGp/jXFqXHZcWXxIilLZCV/m5Hz9KDmKsBWseW3SWjHhN0UIGdQ2
hFhe26ntzTPCN00fYz0phi3/sIfTqi8YELTbkgsdMOjYWfHp6yvknvtEDDScbn+6
dhr0cQRTYX9VpezKv6U2beCsDVxAk1v2pwb4I5/16Hf8AFno6Z/tMNnlImL2YFNP
19EZz0sHNSy4sY6JNK+wGeBfYwx5TrbkyRET4BiPHs7bTxNs2tVr347qN759wnSm
JdS2Vanmfw7R8Bv7EZSSgRQpQjCNTUcvexYOvAptgSKa+bqX2ukCSYsvdLDw500j
sHuapuPlQueZjxC61ZgAU2cszs8jUrmvCO5OS2zUYAnsy5WPLNvafvhEH1Wppn6x
tc1qnWlTBOkrr/mYmMwHPm5f6OvoPC8ykNhxQ0Cc7oGfZSroqWblvW/4+Lc653X1
5+O4V1ABgaDwuOK3PPJL4LTNoTKsFU24L0fZHqdYZtigEsJJEaIhXS7U+L8WrgQZ
wWt226k6KL7AQWfSsaZSHt0KjH+vJTN/f6dY6bPXoWHLAqhg7gn9k1TIc7AXoOgQ
AgM6PNcPykS6CVCV52Aij8shalfgh37hXl6WPcEY1HIN+AQ7LoUPn3NoBntoDl5b
0hVizD7fxhctK31tM3dtUnP0JjgW0oPS3PYWSKFictTwAojj5Ks=
=OZYp
-----END PGP SIGNATURE-----

Attachment: pgp_82_RPYB8f.pgp
Description: 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.

Reply via email to