Your message dated Sun, 02 Mar 2025 12:36:31 +0000
with message-id <e1toiyz-009gyt...@fasolo.debian.org>
and subject line Bug#1093439: fixed in libatteanx-serializer-rdfa-perl 0.110-3
has caused the Debian Bug report #1093439,
regarding libatteanx-serializer-rdfa-perl: FTBFS: Failed test 'no (unexpected) 
warnings (via done_testing)'
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.)


-- 
1093439: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1093439
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libatteanx-serializer-rdfa-perl
Version: 0.110-2
Severity: serious
Tags: ftbfs trixie sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
        /usr/bin/perl Makefile.PL INSTALLDIRS=vendor "OPTIMIZE=-g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2" 
"LD=x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wl,-z,relro"
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for AtteanX::Serializer::RDFa
Writing MYMETA.yml and MYMETA.json
   dh_auto_build
        make -j2
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cp lib/AtteanX/Serializer/RDFa.pm blib/lib/AtteanX/Serializer/RDFa.pm
Manifying 1 pod document
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test
        make -j2 test TEST_VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" 
"-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" 
t/*.t
t/01basic.t .. 
ok 1 - use AtteanX::Serializer::RDFa;
1..1
ok
Overwriting existing sub 'main::done_testing' with sub 'done_testing' exported 
by Test::Modern at t/bytes.t line 7.

#   Failed test 'no (unexpected) warnings (via done_testing)'
#   at t/bytes.t line 115.
# Looks like you failed 1 test of 10.
t/bytes.t .... 
ok 1 - use Attean;
ok 2 - use AtteanX::Serializer::RDFa;
ok 3 - use RDF::RDFa::Generator;
# Subtest: Default generator
    ok 1 - Assignment OK
    ok 2 - Subject URI present
    ok 3 - Type predicate present
    ok 4 - pi predicate present
    ok 5 - pi decimal present
    ok 6 - pi decimal datatype present
    ok 7 - Head generator is correct
    ok 8 - link element just local part
    ok 9 - Object present
    ok 10 - Literals OK
    1..10
ok 4 - Default generator
# Subtest: Default generator with base and namespacemap
    ok 1 - Assignment OK
    ok 2 - Subject URI present
    ok 3 - Type predicate present
    ok 4 - pi predicate present
    ok 5 - pi decimal present
    ok 6 - pi decimal datatype present
    ok 7 - Head generator is correct
    ok 8 - FOAF is in there
    ok 9 - But not hydra
    ok 10 - Object present
    ok 11 - Literals OK
    1..11
ok 5 - Default generator with base and namespacemap
# Subtest: Hidden generator
    ok 1 - Assignment OK
    ok 2 - Subject URI present
    ok 3 - Type predicate present
    ok 4 - pi predicate present
    ok 5 - pi decimal present
    ok 6 - pi decimal datatype present
    ok 7 - Hidden generator is correct
    ok 8 - i element just local part
    ok 9 - Object present
    ok 10 - Literals OK
    1..10
ok 6 - Hidden generator
# Subtest: Pretty generator
    ok 1 - Assignment OK
    ok 2 - Subject URI present
    ok 3 - Type predicate present
    ok 4 - pi predicate present
    ok 5 - pi decimal present
    ok 6 - pi decimal datatype present
    ok 7 - Pretty generator is correct
    ok 8 - Literals OK
    1..8
ok 7 - Pretty generator
# Subtest: Pretty generator with interlink
    ok 1 - Assignment OK
    ok 2 - Subject URI present
    ok 3 - Type predicate present
    ok 4 - pi predicate present
    ok 5 - pi decimal present
    ok 6 - pi decimal datatype present
    ok 7 - div element just local part
    ok 8 - Literals OK
    1..8
ok 8 - Pretty generator with interlink
# Subtest: Pretty generator with Note
    ok 1 - Note creation OK
    ok 2 - Assignment OK
    ok 3 - Subject URI present
    ok 4 - Type predicate present
    ok 5 - pi predicate present
    ok 6 - pi decimal present
    ok 7 - pi decimal datatype present
    ok 8 - Pretty generator is correct
    ok 9 - aside element found
    ok 10 - Note text found
    1..10
ok 9 - Pretty generator with Note
not ok 10 - no (unexpected) warnings (via done_testing)
1..10
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/10 subtests 
t/fh.t ....... 
ok 1 - use Attean;
ok 2 - use AtteanX::Serializer::RDFa;
ok 3 - use RDF::RDFa::Generator;
ok 4 - Assignment OK
ok 5
ok 6
ok 7 - Subject URI present
ok 8 - Type predicate present
ok 9 - pi predicate present
ok 10 - pi decimal present
ok 11 - pi decimal datatype present
ok 12 - Head generator is correct
ok 13 - FOAF is in there
ok 14 - But not hydra
ok 15 - Object present
ok 16 - Literals OK
ok 17 - no (unexpected) warnings (via done_testing)
1..17
ok

Test Summary Report
-------------------
t/bytes.t  (Wstat: 256 (exited 1) Tests: 10 Failed: 1)
  Failed test:  10
  Non-zero exit status: 1
Files=3, Tests=28,  1 wallclock secs ( 0.02 usr  0.01 sys +  1.44 cusr  0.19 
csys =  1.66 CPU)
Result: FAIL
Failed 1/3 test programs. 1/28 subtests failed.
make[1]: *** [Makefile:846: test_dynamic] Error 255
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: error: make -j2 test TEST_VERBOSE=1 returned exit code 2
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary 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/202501/

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:libatteanx-serializer-rdfa-perl, so that 
this is still
visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: libatteanx-serializer-rdfa-perl
Source-Version: 0.110-3
Done: Jonas Smedegaard <d...@jones.dk>

We believe that the bug you reported is fixed in the latest version of
libatteanx-serializer-rdfa-perl, 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 1093...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Smedegaard <d...@jones.dk> (supplier of updated 
libatteanx-serializer-rdfa-perl 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: Sun, 02 Mar 2025 13:16:36 +0100
Source: libatteanx-serializer-rdfa-perl
Architecture: source
Version: 0.110-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: Jonas Smedegaard <d...@jones.dk>
Closes: 1093439
Changes:
 libatteanx-serializer-rdfa-perl (0.110-3) unstable; urgency=medium
 .
   * add patch 1001 to avoid superfluous use of Test::Modern;
     closes: bug#1093439, thanks to Santiago Vila
   * declare compliance with Debian Policy 4.7.2
   * update copyright info: update coverage
Checksums-Sha1:
 b600929ce3189cea0a65713160c7d613d678f38c 2670 
libatteanx-serializer-rdfa-perl_0.110-3.dsc
 a76387693a96aac0a6189e66b1bfd7c6b474d4ac 4036 
libatteanx-serializer-rdfa-perl_0.110-3.debian.tar.xz
 43fa2b2ec61e9260389c5e58f4b242bdace3e7cf 10083 
libatteanx-serializer-rdfa-perl_0.110-3_amd64.buildinfo
Checksums-Sha256:
 736db2eef0596d03cad6a7b3b4581530ca9970c7c618497f863f56ab98369c64 2670 
libatteanx-serializer-rdfa-perl_0.110-3.dsc
 682c9300eabb5893b0e53ef5b8c8edf9b712f93b8df65cbd21c6d1dc4b002b0b 4036 
libatteanx-serializer-rdfa-perl_0.110-3.debian.tar.xz
 ed4bc18ea0aec62a94f92b6e4ac9038dccfda75eb133ef74311c2a4a4f4d69f4 10083 
libatteanx-serializer-rdfa-perl_0.110-3_amd64.buildinfo
Files:
 c497e4ceda139479eb9be9235fc10fe5 2670 perl optional 
libatteanx-serializer-rdfa-perl_0.110-3.dsc
 935a93436e8be12d7a8c7fbee2c5cf62 4036 perl optional 
libatteanx-serializer-rdfa-perl_0.110-3.debian.tar.xz
 e2e3008183aff3bd8fb2bd8efd8072dd 10083 perl optional 
libatteanx-serializer-rdfa-perl_0.110-3_amd64.buildinfo


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

wsG7BAEBCgBvBYJnxEx5CRAsfDFGwaABIUcUAAAAAAAeACBzYWx0QG5vdGF0aW9u
cy5zZXF1b2lhLXBncC5vcmft8kST5SRgW+gUj2OwwK3xFuLgBxIHxa9kospiP/3T
fBYhBJ/j6cNmkaaf9TzGhCx8MUbBoAEhAACAVRAAij30Az+BwF3tODH82fNjQIqA
wS4/8t8Vaj8Qi8fNy1DGXSoVC0nYJALHxsDbnMLKKHxU8PYo/PY0ol8jPDWBWzXo
ahMY39WuTiFh3lz0YnsTjZPcwc69rWA0kLSdjV6Mncl/atqodl73Gm6t33pHmbqO
kkvTm7HIeFBnWkJ9D9QHw2+HnEcpEZcQVxtNNJ7N0AN/GPqnp6geiGs4s7y+hPHk
HuZlmwcX+oStg7N+cm+AXFOyv00vumkCzljVHZmR8Rfd6I9++eIBhtZQpbPDHf7P
KdCvBfd6XJiIxSO5aZZUYSTzZ56vYSGrjsyjKFPTZzc2xKZ0h/nV4mr0xit5WnZR
4SEhTIMHVj33PgQqHOf0Wu70cPm3MX9bszL0lLwEKIQTuRf8Lil10rZXTGko4KiN
GPGCn7L/63/OSLMX2Dq/srSxHFYlBESLSBZkT1V4o8XeuU/sI3ekKqvccwClyhPb
MvsbeEZXVmbTI0c4fOdEeNZJJ48uuMS8vxBXZQ4AxYf4qRiyE0oPXXteK88TIz+c
HVa31yqCl9oA77hz8ko0jrTg7cicm7FVhmoHmSxEk6zCifOjYP7EF0ihE2AW78Di
XeGdjZ3BAkW+4plAJStIEGbgYFzY3XSCxJ5tqAuGAJ0QQKc+jN2MWS2qnDX71z85
Rs48HCO9lFo6qyjJ2/4=
=83Yo
-----END PGP SIGNATURE-----

Attachment: pgpTDh6SsZeV9.pgp
Description: PGP signature


--- End Message ---

Reply via email to