Your message dated Mon, 02 Jan 2017 19:50:20 +0000
with message-id <e1co8ce-0008qm...@fasolo.debian.org>
and subject line Bug#843052: fixed in libterm-filter-perl 0.03-2
has caused the Debian Bug report #843052,
regarding libterm-filter-perl: FTBFS randomly (failing tests)
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.)


-- 
843052: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843052
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libterm-filter-perl
Version: 0.03-1
Severity: serious

Dear maintainer:

I tried to build this package in stretch with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep
dh: Compatibility levels before 9 are deprecated (level 8 in use)
   dh_testdir -i
   dh_update_autotools_config -i
   dh_auto_configure -i
dh_auto_configure: Compatibility levels before 9 are deprecated (level 8 in use)
        perl -I. Makefile.PL INSTALLDIRS=vendor
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Term::Filter
Writing MYMETA.yml and MYMETA.json
   dh_auto_build -i
dh_auto_build: Compatibility levels before 9 are deprecated (level 8 in use)
        make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cp lib/Term/Filter.pm blib/lib/Term/Filter.pm
cp lib/Term/Filter/Callback.pm blib/lib/Term/Filter/Callback.pm
Manifying 2 pod documents
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test -i
dh_auto_test: Compatibility levels before 9 are deprecated (level 8 in use)
        make -j1 test TEST_VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl" 
"-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef 
*Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
t/00-compile.t ............ 
1..2
ok 1 - Term::Filter loaded ok
ok 2 - Term::Filter::Callback loaded ok
ok
t/basic.t ................. 
ok 1
ok 2
ok 3
1..3
ok
t/callbacks.t ............. 
ok 1 - setup callback got a Term::Filter::Callback object
ok 2 - munge_input and munge_output got the right arguments
ok 3 - cleanup got the right arguments
1..3
ok
t/extra-pty.t ............. 
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
1..6
ok
t/release-eol.t ........... skipped: these tests are for release candidate 
testing
t/release-no-tabs.t ....... skipped: these tests are for release candidate 
testing
t/release-pod-coverage.t .. skipped: these tests are for release candidate 
testing
t/release-pod-syntax.t .... skipped: these tests are for release candidate 
testing
t/requires-tty.t .......... 
ok 1 - requires a terminal
ok 2 - requires a terminal
1..2
ok

#   Failed test 'munge_input and munge_output got the right arguments'
#   at t/role.t line 79.
#                   'MUNGE_INPUT: My::Term::Filter=HASH(0x23a3110) 
(My::Term::Filter): fOo
# 
# MUNGE_OUTPUT: My::Term::Filter=HASH(0x23a3110) (My::Term::Filter): FOO

# 
# foo

# MUNGE_OUTPUT: My::Term::Filter=HASH(0x23a3110) (My::Term::Filter): FOO
# fooMUNGE_OUTPUT: My::Term::Filter=HASH(0x23a3110) (My::Term::Filter): 

# 
# 

# '
#     doesn't match '(?^sx:
#             ^
#             MUNGE_INPUT: \s My\:\:Term\:\:Filter\=HASH\(0x23a3110\) \s 
\(My::Term::Filter\): \s fOo\n
#             \n
#             (?:
#             MUNGE_OUTPUT: \s My\:\:Term\:\:Filter\=HASH\(0x23a3110\) \s 
\(My::Term::Filter\): \s FOO(?^:\x0d\x0a)
#             \n
#             foo(?^:\x0d\x0a)
#             MUNGE_OUTPUT: \s My\:\:Term\:\:Filter\=HASH\(0x23a3110\) \s 
\(My::Term::Filter\): \s FOO(?^:\x0d\x0a)
#             \n
#             foo(?^:\x0d\x0a)
#             |
#             MUNGE_OUTPUT: \s My\:\:Term\:\:Filter\=HASH\(0x23a3110\) \s 
\(My::Term::Filter\): \s FOO(?^:\x0d\x0a) FOO(?^:\x0d\x0a)
#             \n
#             foo(?^:\x0d\x0a)
#             foo(?^:\x0d\x0a)
#             )
#             $
#         )'
# Looks like you failed 1 test of 3.
t/role.t .................. 
ok 1 - setup callback got a My::Term::Filter object
not ok 2 - munge_input and munge_output got the right arguments
ok 3 - cleanup got the right arguments
1..3
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests 

Test Summary Report
-------------------
t/role.t                (Wstat: 256 Tests: 3 Failed: 1)
  Failed test:  2
  Non-zero exit status: 1
Files=10, Tests=19, 16 wallclock secs ( 0.05 usr  0.01 sys +  2.60 cusr  0.23 
csys =  2.89 CPU)
Result: FAIL
Failed 1/10 test programs. 1/19 subtests failed.
Makefile:849: recipe for target 'test_dynamic' failed
make[1]: *** [test_dynamic] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: make -j1 test TEST_VERBOSE=1 returned exit code 2
debian/rules:4: recipe for target 'build-indep' failed
make: *** [build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2
--------------------------------------------------------------------------------

I'm attaching eight different build logs.

Thanks.

Attachment: libterm-filter-perl.build.tar.gz
Description: application/gzip


--- End Message ---
--- Begin Message ---
Source: libterm-filter-perl
Source-Version: 0.03-2

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

Debian distribution maintenance software
pp.
Niko Tyni <nt...@debian.org> (supplier of updated libterm-filter-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: SHA256

Format: 1.8
Date: Mon, 02 Jan 2017 21:25:17 +0200
Source: libterm-filter-perl
Binary: libterm-filter-perl
Architecture: source
Version: 0.03-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: Niko Tyni <nt...@debian.org>
Description:
 libterm-filter-perl - Perl module to run an interactive terminal session, 
filtering inp
Closes: 843052
Changes:
 libterm-filter-perl (0.03-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ gregor herrmann ]
   * debian/control: update {versioned,alternative} (build) dependencies.
 .
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 .
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
 .
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 .
   [ gregor herrmann ]
   * Add debian/upstream/metadata
 .
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 .
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
   * debian/upstream/metadata: use HTTPS for GitHub URLs.
 .
   [ Niko Tyni ]
   * Skip t/role.t because of race conditions (Closes: #843052)
   * Update to debhelper compatibility level 9
   * Update to Standards-Version 3.9.8
   * Declare the package autopkgtestable
Checksums-Sha1:
 8ff48ffe5fd31971e697c62a34e06986cf08b856 2219 libterm-filter-perl_0.03-2.dsc
 77ff42251db66b516e07f1936214ac6ffe9fa6a4 2268 
libterm-filter-perl_0.03-2.debian.tar.xz
Checksums-Sha256:
 857923683144f3a70d88c22046e326e568f49b8580493f92b88b42059041ce44 2219 
libterm-filter-perl_0.03-2.dsc
 37de42c679ac98c3dba84219091f3011c856d5a3f3ac36ef845e007cda1c8d16 2268 
libterm-filter-perl_0.03-2.debian.tar.xz
Files:
 9c9a1c22694defe96beb6c4d5c430d5d 2219 perl optional 
libterm-filter-perl_0.03-2.dsc
 f0ac4d493d95965928e178882fa5e839 2268 perl optional 
libterm-filter-perl_0.03-2.debian.tar.xz

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

iQIzBAEBCAAdFiEEdqKOQsmBHZHoj7peLsD/s7cwGx8FAlhqqdEACgkQLsD/s7cw
Gx/FVRAAgD99azezq7otjzHZQzNsqKJvq8q/0BRDG4WFnBSrisElgG6LwNrY1iRP
PM/UEXCxzLFCUfRpk9LBNe7bqxyDUdchN77VEaDz5lzp19WhPYczVZ2hXAesWtkg
kncTUqay+P3v63Vxr93x4wybY0yhsAgrJOYZgFMNsQO0rpQro3PXQ83BLds11MRX
ZIkCR7OnOidP9OBl9SZcY+FRYfZYykWIDIJyuCSVhJTr0r2I8hSvOJe9Dlv5jKkp
dxKR1XgaNNFe1E82RJDKOhuOm/wIm43fkWEx6PpQaZ5PH947e5JEpSCksgFYf0k7
j0eEtNE1Qb1Qm9dtLqHHlETj+l112KopaqF9dJ6lT/lmyz5VDwYEpLEZ4A98oPzY
zzCxQk+HhsjYj7Z6l/6A/dpHiU6lNRP0gk0tAQvsl9bocRJaOqN/2O33Fi6Hdbyj
f8YHUTqHgbcIzWlp2LDslWWjTLv19QlQ2qyPKJ0Q4P6goVpABxl6VgY0LdcGi3mS
LhTfuM9HdRG/VN10o0J4GKE+94yttCwrJAscjcONy6olaY6ftxLNr7dRYlUwj93V
raZdeMR9guZs47aQWYKNxouUoPQ4JvN/dPOC+orsi1CTF7bPAn/rGCCaP5VYW/hj
Mj8qT4OZTUFkzFd0xTspD6AsxsILOqSRSdVlPlXks6UI87Bn03g=
=zuI2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to