Your message dated Sat, 27 Oct 2018 17:56:40 +0000
with message-id <e1ggspe-000is9...@fasolo.debian.org>
and subject line Bug#912045: fixed in mb2md 3.20-9
has caused the Debian Bug report #912045,
regarding mb2md: FTBFS: Test failures
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.)


-- 
912045: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912045
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mb2md
Version: 3.20-8
Severity: serious
Tags: ftbfs

>From my pbuilder build log:

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/mb2md-3.20'
debian/tests/run-testsuite.sh perl `pwd`/mb2md-3.20.pl

#   Failed test 'Check return from 'perl
/build/mb2md-3.20/mb2md-3.20.pl -s example.mbox -d example.maildir' is
0'
#   at debian/tests/t/mb2md.t line 35.
#          got: '2'
#     expected: '0'

#   Failed test 'Stdout as expected ($HOME)'
#   at debian/tests/t/mb2md.t line 36.
#          got: ''
#     expected: 'Converting /tmp/TTcKFt21wi/home/example.mbox to
maildir: /tmp/TTcKFt21wi/home/example.maildir
# Source Mbox is /tmp/TTcKFt21wi/home/example.mbox
# Target Maildir is /tmp/TTcKFt21wi/home/example.maildir
# 2 messages.
#
# '

#   Failed test 'No stderr ($HOME)'
#   at debian/tests/t/mb2md.t line 37.
#          got: 'Can't locate Date/Parse.pm in @INC (you may need to
install the Date::Parse module) (@INC contains: /etc/perl
/usr/local/lib/x86_64-linux-gnu/perl/5.26.2
/usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu
/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26
/usr/share/perl/5.26 /usr/local/lib/site_perl
/usr/lib/x86_64-linux-gnu/perl-base .) at
/build/mb2md-3.20/mb2md-3.20.pl line 385.
# BEGIN failed--compilation aborted at /build/mb2md-3.20/mb2md-3.20.pl line 385.
# '
#     expected: ''
Error opendir on '/tmp/TTcKFt21wi/home/example.maildir/cur': No such
file or directory at debian/tests/t/mb2md.t line 38.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 11.
debian/tests/t/mb2md.t ..
ok 1 - Created '/tmp/TTcKFt21wi/home'
ok 2 - Successfully copied example.mbox to fake home directory
/tmp/TTcKFt21wi/home/
ok 3 - Created '/tmp/TTcKFt21wi/1'
ok 4 - Successfully copied example.mbox to fake home directory
/tmp/TTcKFt21wi/1/
ok 5 - Created '/tmp/TTcKFt21wi/2'
ok 6 - Successfully copied example.mbox to fake home directory
/tmp/TTcKFt21wi/2/
ok 7 - Can run 'perl /build/mb2md-3.20/mb2md-3.20.pl -s example.mbox
-d example.maildir'
ok 8 - Process terminated without a signal
not ok 9 - Check return from 'perl /build/mb2md-3.20/mb2md-3.20.pl -s
example.mbox -d example.maildir' is 0
not ok 10 - Stdout as expected ($HOME)
not ok 11 - No stderr ($HOME)
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/11 subtests

Test Summary Report
-------------------
debian/tests/t/mb2md.t (Wstat: 512 Tests: 11 Failed: 3)
 Failed tests:  9-11
 Non-zero exit status: 2
 Parse errors: No plan found in TAP output
Files=1, Tests=11,  1 wallclock secs ( 0.02 usr  0.01 sys +  0.08 cusr
 0.01 csys =  0.12 CPU)
Result: FAIL
make[1]: *** [debian/rules:12: override_dh_auto_test] Error 1
make[1]: Leaving directory '/build/mb2md-3.20'
make: *** [debian/rules:6: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

(Also reproducible in the reproducible-builds.org log.)
-- 
Daniel Schepler

--- End Message ---
--- Begin Message ---
Source: mb2md
Source-Version: 3.20-9

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

Debian distribution maintenance software
pp.
gregor herrmann <gre...@debian.org> (supplier of updated mb2md 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: Sat, 27 Oct 2018 18:15:22 +0200
Source: mb2md
Binary: mb2md
Architecture: source
Version: 3.20-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Closes: 912045
Description: 
 mb2md      - Convert Mbox mailboxes to Maildir format
Changes:
 mb2md (3.20-9) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Salvatore Bonaccorso ]
   * Update Vcs-* headers for switch to salsa.debian.org
 .
   [ Jelmer Vernooij ]
   * Remove unnecessary 'Testsuite: autopkgtest' header.
 .
   [ gregor herrmann ]
   * Add build dependency on libtimedate-perl. Thanks to Daniel Schepler
     for the bug report. (Closes: #912045)
   * debian/copyright: use HTTPS for Copyright-Format URL.
   * debian/rules: honour DEB_BUILD_OPTIONS=nocheck.
   * Declare compliance with Debian Policy 4.2.1.
   * Bump debhelper compatibility level to 10.
   * Remove trailing whitespace from debian/*.
Checksums-Sha1: 
 1dbeced8fce77ecbb93917c17b9cab4171498c45 2299 mb2md_3.20-9.dsc
 3d8ee09dd758b5cfac7b3e10f603ebca9b3f1813 11864 mb2md_3.20-9.debian.tar.xz
Checksums-Sha256: 
 c3f17dddd6d69e780b49a9c3f4416b92264c8b6ff394375cf8806b56005f8d24 2299 
mb2md_3.20-9.dsc
 532706e651fd3815a6d88fa773f69dfcafead145c0c29622e1e00a7355a52f59 11864 
mb2md_3.20-9.debian.tar.xz
Files: 
 d0af02013fb4b28bd9eac0ac20475ff6 2299 mail optional mb2md_3.20-9.dsc
 95187fd0db625876732bbe2b9a57533e 11864 mail optional mb2md_3.20-9.debian.tar.xz

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

iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlvUj4JfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgbhtQ/9ESNdOVgoQcCb69N6xeHvlfYjwlwoS8BYEA/Hj0Hz0HmtkrwJkomczZ8x
2BLE53BRaaK770Clg78XrATXdI3im2yweFPeVzGEWfgdQnOSVGJbUFqnxpDjW0IR
KWGkk8g5YJ+mlneQj6HrvRYdGOdHa31KZWAWBVy7cBwZ8Swt3djG5s5NFKk/hnLu
udW30P3ZYOc3QeUISUQq7SA1xgtBjQ9GoKPl9Kqm37zUQPm8uzZUTvEx9mOiTLVI
rfjHSq0SGeOqTPKwHnu2eT+e4j36bk8w+w138+r9Mt/8ga/fYg17GNJXC5DGSR+W
N1OjkFGw/hGAYG/gwNMGiOlisfv6/W8G8j2MLMqgIqclNG7SrM+FuigthiHwufHU
EGPidiucgkz87r8rydR7h2/xvpz0aUL7yp3PJ2GD5wxn8Mf3E/OOIg23vlihgeJc
DEry/njo9WW/FktXDk7n1pu1WMvVnoquATso2SNdvBROYBbxnW6ON+fAR8NVMO04
WEXh6r2d8V0hkJrDkdaVjVYl6Cl9GUYhvOOObRJ49AYnKd3Ta2Ng8dtLxpTuKS2G
EsV3I/c1F0G8vWtS81XzgEWmcvQ/vdmThSbUhwEWJfeR1B3ztO2pug9BRf0DJKXD
t297SSzicHyd6UF6mcgaeOefNsy52DQ1WUDQP875I90ZJ9A+OfE=
=kt6J
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to