Your message dated Wed, 01 Oct 2025 22:18:58 +0000
with message-id <[email protected]>
and subject line Bug#1116775: fixed in libpf4j-java 3.13.0+dfsg-1
has caused the Debian Bug report #1116775,
regarding libpf4j-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.)


-- 
1116775: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1116775
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libpf4j-java
Version: 3.12.0+dfsg-1
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:libpf4j-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 -plibpf4j-java
   jh_clean
Duplicate specification "unlink|u" for option "u"
   dh_clean
 debian/rules binary
dh binary --with javahelper
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
        mh_patchpoms -plibpf4j-java --debian-build --keep-pom-version 
--maven-repo=/<<BUILDDIR>>/libpf4j-java-3.12.0\+dfsg/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=/<<BUILDDIR>>/libpf4j-java-3.12.0\+dfsg 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/<<BUILDDIR>>/libpf4j-java-3.12.0\+dfsg/debian 
-Dmaven.repo.local=/<<BUILDDIR>>/libpf4j-java-3.12.0\+dfsg/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] PF4J Parent                                                        [pom]
[INFO] PF4J                                                               [jar]
[INFO] 
[INFO] ------------------------< org.pf4j:pf4j-parent >------------------------
[INFO] Building PF4J Parent 3.12.0                                        [1/2]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- javadoc:3.10.1:jar (default) @ pf4j-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable 
package
[INFO] 
[INFO] >>> source:3.3.1:jar (default) > generate-sources @ pf4j-parent >>>
[INFO] 
[INFO] <<< source:3.3.1:jar (default) < generate-sources @ pf4j-parent <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.1:jar (default) @ pf4j-parent ---
[INFO] 
[INFO] ---------------------------< org.pf4j:pf4j >----------------------------
[INFO] Building PF4J 3.12.0                                               [2/2]
[INFO]   from pf4j/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for org.mockito:mockito-core:jar:debian is missing, no 
dependency information available
[WARNING] The artifact org.hamcrest:hamcrest-all:jar:debian has been relocated 
to org.hamcrest:hamcrest:jar:debian
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for PF4J Parent 3.12.0:
[INFO] 
[INFO] PF4J Parent ........................................ SUCCESS [  0.481 s]
[INFO] PF4J ............................................... FAILURE [  0.044 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.581 s
[INFO] Finished at: 2025-09-30T11:33:54Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project pf4j: Could not resolve dependencies 
for project org.pf4j:pf4j:jar:3.12.0
[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] -> [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 :pf4j
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=/<<BUILDDIR>>/libpf4j-java-3.12.0\+dfsg 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/<<BUILDDIR>>/libpf4j-java-3.12.0\+dfsg/debian 
-Dmaven.repo.local=/<<BUILDDIR>>/libpf4j-java-3.12.0\+dfsg/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: libpf4j-java
Source-Version: 3.13.0+dfsg-1
Done: Pierre Gruet <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libpf4j-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 libpf4j-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: Wed, 01 Oct 2025 23:54:25 +0200
Source: libpf4j-java
Architecture: source
Version: 3.13.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Pierre Gruet <[email protected]>
Closes: 1116775
Changes:
 libpf4j-java (3.13.0+dfsg-1) unstable; urgency=medium
 .
   * New upstream version 3.13.0+dfsg
   * Refreshing patches
   * Raising Standards version to 4.7.2 (no change)
   * Updating B-D list, removing mark !nocheck for mockito
     Closes: #1116775
   * Bumping copyright years
Checksums-Sha1:
 ce0753cddc3c84c04e082c370a73d8af71a3578c 2363 libpf4j-java_3.13.0+dfsg-1.dsc
 5aed2e7f9a00fe05366c8af56def8af17ee4d83f 102960 
libpf4j-java_3.13.0+dfsg.orig.tar.xz
 3574e6a9136fbe0a7030d0510095de3c0a5da60b 8428 
libpf4j-java_3.13.0+dfsg-1.debian.tar.xz
 7d4776b23d9ef1c66cabb1303d63452264544077 17211 
libpf4j-java_3.13.0+dfsg-1_source.buildinfo
Checksums-Sha256:
 73bd35fc777a90c640bbd0f517a3f7e37eb3f9aa7878f300ad593a1859951fac 2363 
libpf4j-java_3.13.0+dfsg-1.dsc
 72164f99c6221a60818ca52ea6c9159c25c84b9d3b18542ee2941555a006a1ec 102960 
libpf4j-java_3.13.0+dfsg.orig.tar.xz
 89ff2af7060c28111ff677a67291c0f2221a247277793e4098dd512db5a1fb38 8428 
libpf4j-java_3.13.0+dfsg-1.debian.tar.xz
 ed1e42575eb92b08f36583a81ee1beb435e51158be72b0b82cb1f7e02df4cf58 17211 
libpf4j-java_3.13.0+dfsg-1_source.buildinfo
Files:
 e8144e2e9fc21b7c1a05eb4187942025 2363 java optional 
libpf4j-java_3.13.0+dfsg-1.dsc
 66b48c5396b082a6a8e10be25aa969c3 102960 java optional 
libpf4j-java_3.13.0+dfsg.orig.tar.xz
 5736f5dad8c33fa96b35d9f5c6568bc6 8428 java optional 
libpf4j-java_3.13.0+dfsg-1.debian.tar.xz
 b3902bc389b0c34b8f1b2921e21eaa87 17211 java optional 
libpf4j-java_3.13.0+dfsg-1_source.buildinfo

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

iQIzBAEBCgAdFiEEM8soQxPpC9J9y0UjYAMWptwndHYFAmjdozMACgkQYAMWptwn
dHbdvg//Rl3NskOi7waOeFgtz/RvEd2dZsiFUHRyFSJxCCh+RP1diNrt13HQ7hB2
B82o7LOtNMswyA34UhmauTRmjTg2zJwpV2mgn4p81rrPI2hbOYmvbysDVqbUA1vQ
1xrWtHwa/oSPIODpKvPMnLfqijpVB5CtZIIFVVk+Y32jfpoBH9khcjKJkKagrfj4
UljXsRMGrOvgCbRbl4xDMdO9mhkcrhuoIuMnuvzdYgmI4xlFlbV8Co5kSWpubEGh
YaocyhPdI04lb5zIzgvqMg2mQEVjDDwq7WIHVYwUhwHQ7kM/Zu//kuTc7J2SBEUu
2eAlg+IzbKB0wy704P77pwZdb/U+Xk2zJIDMfT7dmbv2lET/USIHbz7wu6cbHc5U
zuA76biBNbH7QXpwfjX0l615hPEEhGpJP60VlEhXzoVTcO5H8iLk0yjWvyfIpFm/
b3LU8SdgqO5+Mz4UMb+H3D49AW5/+LP4yo1CSCRsjausEVvlC6AztzmUa/325yf0
Heq/C/nHiP6rr9F/ydf2BhTclHmRkx+H/3sOs4YXHwPvjxk628qj+sEQxIqC88z9
g9g0/Ot9xZUPi9lyDptqwBDjDktJZdlQRCcsgua3bkLvt1eGRdDZBNmrQqX4XW+F
FYHbxGIQBQFJeuldXhDtIVniT9S1lb+jOWGWDK/o3n25sc3mw/U=
=C6BD
-----END PGP SIGNATURE-----

Attachment: pgpOttfEDgDhZ.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