Bug#877813: reprotest: regression between 0.7.1 and 0.7.2

gregor herrmann gregoa at debian.org
Fri Oct 20 14:18:05 UTC 2017


On Mon, 09 Oct 2017 14:16:00 +0000, Ximin Luo wrote:

Thanks for your mails and for coming back to this bug!
And sorry for my late reply.

> >> What command line are you running to get these errors?
> > 
> > Another good question; I call reprotest from a wrapper script:
> > 
> > https://anonscm.debian.org/cgit/pkg-perl/packages/pkg-perl-tools.git/tree/examples/check-build#n86
> > 
> > Which, run under 'sh -x' looks like:
> > 
> > [..]
> As a wild guess, make sure the user that you're running the build
> as is in the "fuse" group. This is needed for disorderfs. If you
> don't want to do that, give --vary=-fileordering to reprotest.
> (This is actually already documented in the README / man page, and
> disorderfs IIRC should output an error message but that part is cut
> out of your log).

I run reprotest as the unpriviledged user 'gregoa' which is in the
fuse group, both "outside" and within the chroot.
 

On Tue, 17 Oct 2017 16:21:00 +0000, Ximin Luo wrote:

> >>> tail(1) apparently can't read debian/changelog. 
> >>
> >> Yes, after manually installing fakeroot, which I didn't need to do
> >> for reprotest <= 0.7.1.
> >>
> >> And the error before "tail: can't open ..." (in Spanish) is still
> >> "sudo: can't determine hostname ..." (in French).
> >>
> >> I might be wrong, but this still sounds like a problem related to
> >> sudo to me.
> >>
> I think the sudo hostname thing is a red herring, I get that on my
> system too depending on what I have in /etc/hosts in the chroot,
> but things should still work.

Ack, I got rid of this warning by adding the hostname to /etc/hosts
within the chroot.

So currently I have:

- reprotest called as 
  env -u TMPDIR -- reprotest --variations=+all,-build_path,-user_group --verbosity 1 . -- schroot default 2>&1 | tee ../build-area/libmime-tools-perl_5.509-1_sourceonly_reprotest.log
  (unsetting TMPDIR is necessary because the TMPDIR on my system doesn't exist in the chroot)
- works with 0.7.1 -> libmime-tools-perl_5.509-1_sourceonly_reprotest_0.7.1.log
- fails with 0.7.3 without fakeroot in the chroot -> libmime-tools-perl_5.509-1_sourceonly_reprotest_0.7.3_no-fakeroot.log
- fails with 0.7.3 after installing fakeroot -> libmime-tools-perl_5.509-1_sourceonly_reprotest_0.7.3_fail.log
  again with "tail: impossible d'ouvrir 'debian/changelog' en lecture: Permission non accordée"
 
> In the latest version 0.7.3 of reprotest, I've fixed the
> --no-clean-on-error option. Try giving that to reprotest and then
> when it fails, go into the build directory (either inside or
> outside the chroot) and then hopefully it should be possible for
> you to figure out why tail(1) can't read debian/changelog.

Ok, if I add --no-clean-on-error to the command above, the second
build ends at the following without giving me a shell:


INFO:root:build successful, copying artifacts
INFO:root:copying /tmp/autopkgtest.tgbi5X/artifacts-control/ back from virtual server's /tmp/tmpsk8jqbbl/control
INFO:root:build "experiment-1": vary environment, FIX build_path, FIX user_group, vary fileordering, vary home, vary kernel, vary locales, vary exec_path, vary time, vary timezone, vary umask
INFO:root:copying . over to virtual server's /tmp/autopkgtest.tgbi5X/build-experiment-1/
INFO:root:starting build with source directory: /tmp/autopkgtest.tgbi5X/build-experiment-1/, artifact pattern: ./../*.deb
Note, using directory './.' to get the build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
INFO:root:executing build in /tmp/autopkgtest.tgbi5X/const_build_path/
tail: Î޷¨´ò¿ª'debian/changelog' ¶ÁȡÊý¾: ȨÏ޲»¹»
dpkg-buildpackage: error: tail of debian/changelog subprocess returned exit status 1
INFO:root:build successful, copying artifacts
/bin/sh: 2: cd: can't cd to /tmp/autopkgtest.tgbi5X/build-experiment-1/
WARNING:root:preserving temporary files in: /tmp/autopkgtest.tgbi5X
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 783, in run
    return 0 if check_func(*check_args) else 1
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 343, in check
    local_dists = [proc.send(nv) for nv in zip(bnames, build_variations)]
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 343, in <listcomp>
    local_dists = [proc.send(nv) for nv in zip(bnames, build_variations)]
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 309, in corun_builds
    bctx.run_build(testbed, build, os.environ, artifact_pattern, testbed_build_pre, no_clean_on_error)
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 206, in run_build
    testbed.check_exec2(shell_copy_pattern(dist_base, self.testbed_src, artifact_pattern))
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 62, in check_exec2
    adtlog.AutopkgtestError)
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 68, in bomb
    raise _type(m)
reprotest.lib.adtlog.AutopkgtestError: "sh -ec mkdir -p "/tmp/autopkgtest.tgbi5X/artifacts-experiment-1/source-root"
cd "/tmp/autopkgtest.tgbi5X/build-experiment-1/" && cp --parents -a -t "/tmp/autopkgtest.tgbi5X/artifacts-experiment-1/source-root" ./../*.deb
" failed with status 2

(-> libmime-tools-perl_5.509-1_sourceonly_reprotest_0.7.3_fail_no-clean.log)


Looking into /tmp/autopkgtest.tgbi5X/ from outside
the chroot I have:

# find -name changelog | xargs ls -la
-rw-rw-r-- 1 gregoa gregoa 16422 Oct 20 15:33 ./build-control/debian/changelog
-rw-rw-r-- 1 gregoa gregoa 16422 Oct 20 15:33 ./const_build_path-before-disorderfs/debian/changelog
-rw-rw-r-- 1 gregoa gregoa 16422 Oct 20 15:33 ./const_build_path/debian/changelog


What I don't understand: The second build starts with:

INFO:root:copying /tmp/autopkgtest.tgbi5X/artifacts-control/ back from virtual server's /tmp/tmpsk8jqbbl/control
INFO:root:build "experiment-1": vary environment, FIX build_path, FIX user_group, vary fileordering, vary home, vary kernel, vary locales, vary exec_path, vary time, vary timezone, vary umask
INFO:root:copying . over to virtual server's /tmp/autopkgtest.tgbi5X/build-experiment-1/
INFO:root:starting build with source directory: /tmp/autopkgtest.tgbi5X/build-experiment-1/, artifact pattern: ./../*.deb
..
INFO:root:executing build in /tmp/autopkgtest.tgbi5X/const_build_path/
tail: Î޷¨´ò¿ª'debian/changelog' ¶ÁȡÊý¾: ȨÏ޲»¹»
dpkg-buildpackage: error: tail of debian/changelog subprocess returned exit status 1
INFO:root:build successful, copying artifacts
/bin/sh: 2: cd: can't cd to /tmp/autopkgtest.tgbi5X/build-experiment-1/

but there is no /tmp/autopkgtest.tgbi5X/build-experiment-1/ directory
anywhere:

# ls -la
total 77
drwxrwxrwt  7 root   root    4096 Oct 20 15:54 .
drwxrwxrwt  3 root   root   36864 Oct 20 15:54 ..
drwxrwxr-x  3 root   root    4096 Jan  1  1970 artifacts-control
drwxrwxr-x  3 root   root    4096 Oct 20 15:54 artifacts-experiment-1
drwxrwxr-x 12 gregoa gregoa  4096 Oct 20 15:54 build-control
drwxrwxr-x 10 gregoa gregoa  4096 Oct 20 15:25 const_build_path
drwxrwxr-x 10 gregoa gregoa  4096 Oct 20 15:25 const_build_path-before-disorderfs
-rw-r--r--  1 gregoa gregoa  4470 Oct 20 15:54 libmime-tools-perl_5.509-1_amd64.buildinfo
-rw-r--r--  1 gregoa gregoa  1189 Oct 20 15:54 libmime-tools-perl_5.509-1_amd64.changes
-rw-rw-r--  1 root   root    2795 Oct 20 15:53 testbed-packages


Maybe this gives you some clue what's going on here ...


Cheers,
gregor


-- 
 .''`.  https://info.comodo.priv.at/ - Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Various Artists: From Clare to Here
-------------- next part --------------
preset auto-selected: ReprotestPreset(build_command='PATH=/sbin:/usr/sbin:$PATH apt-get -y --no-install-recommends build-dep ./; dpkg-buildpackage --no-sign -b', artifact_pattern='../*.deb', testbed_pre=None, testbed_init='apt-get -y --no-install-recommends install disorderfs faketime locales-all sudo util-linux;         test -c /dev/fuse || mknod -m 666 /dev/fuse c 10 229', source_pattern=None, diffoscope_args=[])
STARTING VIRTUAL SERVER ['/usr/lib/python3/dist-packages/reprotest/virt/autopkgtest-virt-schroot', 'default']
reprotest [15:36:53]: version @version@
reprotest [15:36:53]: host jadzia; command line: /usr/bin/reprotest --variations=+all,-build_path,-user_group --verbosity 1 . -- schroot default
reprotest [15:36:54]: testbed package architecture: amd64
reprotest [15:36:55]: testbed running kernel: Linux 4.13.0-1-amd64 #1 SMP Debian 4.13.4-1 (2017-10-01)
build "control": FIX environment, FIX build_path, FIX user_group, FIX fileordering, FIX home, FIX kernel, FIX locales, FIX exec_path, FIX time, FIX timezone, FIX umask
Reading package lists...
Building dependency tree...
Reading state information...
util-linux is already the newest version (2.30.2-0.1).
The following additional packages will be installed:
  fuse libc-l10n libfaketime libfuse2 lsb-base
The following NEW packages will be installed:
  disorderfs faketime fuse libc-l10n libfaketime libfuse2 locales-all lsb-base
  sudo
debconf: delaying package configuration, since apt-utils is not installed
0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/5812 kB of archives.
After this operation, 138 MB of additional disk space will be used.
Selecting previously unselected package lsb-base.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9985 files and directories currently installed.)
Preparing to unpack .../0-lsb-base_9.20170808_all.deb ...
Unpacking lsb-base (9.20170808) ...
Selecting previously unselected package libc-l10n.
Preparing to unpack .../1-libc-l10n_2.24-17_all.deb ...
Unpacking libc-l10n (2.24-17) ...
Selecting previously unselected package libfuse2:amd64.
Preparing to unpack .../2-libfuse2_2.9.7-1_amd64.deb ...
Unpacking libfuse2:amd64 (2.9.7-1) ...
Selecting previously unselected package fuse.
Preparing to unpack .../3-fuse_2.9.7-1_amd64.deb ...
Unpacking fuse (2.9.7-1) ...
Selecting previously unselected package disorderfs.
Preparing to unpack .../4-disorderfs_0.5.2-1_amd64.deb ...
Unpacking disorderfs (0.5.2-1) ...
Selecting previously unselected package libfaketime:amd64.
Preparing to unpack .../5-libfaketime_0.9.6-7+b1_amd64.deb ...
Unpacking libfaketime:amd64 (0.9.6-7+b1) ...
Selecting previously unselected package faketime.
Preparing to unpack .../6-faketime_0.9.6-7+b1_amd64.deb ...
Unpacking faketime (0.9.6-7+b1) ...
Selecting previously unselected package locales-all.
Preparing to unpack .../7-locales-all_2.24-17_amd64.deb ...
Unpacking locales-all (2.24-17) ...
Selecting previously unselected package sudo.
Preparing to unpack .../8-sudo_1.8.21p2-2_amd64.deb ...
Unpacking sudo (1.8.21p2-2) ...
Setting up libfuse2:amd64 (2.9.7-1) ...
Setting up lsb-base (9.20170808) ...
Processing triggers for libc-bin (2.24-17) ...
Setting up libfaketime:amd64 (0.9.6-7+b1) ...
Setting up libc-l10n (2.24-17) ...
Setting up faketime (0.9.6-7+b1) ...
Setting up fuse (2.9.7-1) ...
Setting up sudo (1.8.21p2-2) ...
invoke-rc.d: could not determine current runlevel
All runlevel operations denied by policy
invoke-rc.d: policy-rc.d denied execution of start.
Setting up disorderfs (0.5.2-1) ...
Setting up locales-all (2.24-17) ...
copying . over to virtual server's /tmp/autopkgtest.8MEoTl/build-control/
starting build with source directory: /tmp/autopkgtest.8MEoTl/build-control/, artifact pattern: ./../*.deb
executing: if ( mv /tmp/autopkgtest.8MEoTl/build-control/ /tmp/autopkgtest.8MEoTl/const_build_path && umask 0022 && export REPROTEST_BUILD_PATH=/tmp/autopkgtest.8MEoTl/const_build_path/ && export REPROTEST_UMASK=$(umask) && linux64 --uname-2.6 sh -ec 'cd "$REPROTEST_BUILD_PATH"; unset REPROTEST_BUILD_PATH; umask "$REPROTEST_UMASK"; unset REPROTEST_UMASK; PATH=/sbin:/usr/sbin:$PATH apt-get -y --no-install-recommends build-dep ./; dpkg-buildpackage --no-sign -b' ); then
    ( __c=0; mv /tmp/autopkgtest.8MEoTl/const_build_path /tmp/autopkgtest.8MEoTl/build-control/ || __c=$?; exit $__c; );
else
    __x=$?;
    if ( __c=0; mv /tmp/autopkgtest.8MEoTl/const_build_path /tmp/autopkgtest.8MEoTl/build-control/ || __c=$?; exit $__c; ); then exit $__x; else
        echo >&2; "cleanup failed with exit code $?"; exit $__x;
    fi;
fi

Note, using directory './' to get the build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev bsdmainutils debhelper
  dh-autoreconf dh-strip-nondeterminism file gettext gettext-base groff-base
  intltool-debian libarchive-zip-perl libbsd0 libconvert-binhex-perl libcroco3
  libfile-stripnondeterminism-perl libglib2.0-0 libicu57 libio-socket-ssl-perl
  libmagic-mgc libmagic1 libmailtools-perl libnet-smtp-ssl-perl
  libnet-ssleay-perl libpipeline1 libsigsegv2 libssl1.1 libtest-deep-perl
  libtest-pod-perl libtool libxml2 m4 man-db netbase perl-openssl-defaults
  po-debconf
debconf: delaying package configuration, since apt-utils is not installed
0 upgraded, 38 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/21.5 MB of archives.
After this operation, 71.8 MB of additional disk space will be used.
Selecting previously unselected package groff-base.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16882 files and directories currently installed.)
Preparing to unpack .../00-groff-base_1.22.3-9_amd64.deb ...
Unpacking groff-base (1.22.3-9) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../01-libbsd0_0.8.6-2_amd64.deb ...
Unpacking libbsd0:amd64 (0.8.6-2) ...
Selecting previously unselected package bsdmainutils.
Preparing to unpack .../02-bsdmainutils_9.0.12+nmu1_amd64.deb ...
Unpacking bsdmainutils (9.0.12+nmu1) ...
Selecting previously unselected package libpipeline1:amd64.
Preparing to unpack .../03-libpipeline1_1.4.2-1_amd64.deb ...
Unpacking libpipeline1:amd64 (1.4.2-1) ...
Selecting previously unselected package man-db.
Preparing to unpack .../04-man-db_2.7.6.1-2_amd64.deb ...
Unpacking man-db (2.7.6.1-2) ...
Selecting previously unselected package libssl1.1:amd64.
Preparing to unpack .../05-libssl1.1_1.1.0f-5_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.0f-5) ...
Selecting previously unselected package netbase.
Preparing to unpack .../06-netbase_5.4_all.deb ...
Unpacking netbase (5.4) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../07-libmagic-mgc_1%3a5.32-1_amd64.deb ...
Unpacking libmagic-mgc (1:5.32-1) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../08-libmagic1_1%3a5.32-1_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.32-1) ...
Selecting previously unselected package file.
Preparing to unpack .../09-file_1%3a5.32-1_amd64.deb ...
Unpacking file (1:5.32-1) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../10-gettext-base_0.19.8.1-4_amd64.deb ...
Unpacking gettext-base (0.19.8.1-4) ...
Selecting previously unselected package libicu57:amd64.
Preparing to unpack .../11-libicu57_57.1-8_amd64.deb ...
Unpacking libicu57:amd64 (57.1-8) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../12-libxml2_2.9.4+dfsg1-5_amd64.deb ...
Unpacking libxml2:amd64 (2.9.4+dfsg1-5) ...
Selecting previously unselected package libsigsegv2:amd64.
Preparing to unpack .../13-libsigsegv2_2.11-1_amd64.deb ...
Unpacking libsigsegv2:amd64 (2.11-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../14-m4_1.4.18-1_amd64.deb ...
Unpacking m4 (1.4.18-1) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../15-autoconf_2.69-11_all.deb ...
Unpacking autoconf (2.69-11) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../16-autotools-dev_20161112.1_all.deb ...
Unpacking autotools-dev (20161112.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../17-automake_1%3a1.15.1-3_all.deb ...
Unpacking automake (1:1.15.1-3) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../18-autopoint_0.19.8.1-4_all.deb ...
Unpacking autopoint (0.19.8.1-4) ...
Selecting previously unselected package libtool.
Preparing to unpack .../19-libtool_2.4.6-2_all.deb ...
Unpacking libtool (2.4.6-2) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../20-dh-autoreconf_14_all.deb ...
Unpacking dh-autoreconf (14) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../21-libarchive-zip-perl_1.59-1_all.deb ...
Unpacking libarchive-zip-perl (1.59-1) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../22-libfile-stripnondeterminism-perl_0.038-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (0.038-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../23-dh-strip-nondeterminism_0.038-1_all.deb ...
Unpacking dh-strip-nondeterminism (0.038-1) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../24-libglib2.0-0_2.54.1-1_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.54.1-1) ...
Selecting previously unselected package libcroco3:amd64.
Preparing to unpack .../25-libcroco3_0.6.12-1_amd64.deb ...
Unpacking libcroco3:amd64 (0.6.12-1) ...
Selecting previously unselected package gettext.
Preparing to unpack .../26-gettext_0.19.8.1-4_amd64.deb ...
Unpacking gettext (0.19.8.1-4) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../27-intltool-debian_0.35.0+20060710.4_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.4) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../28-po-debconf_1.0.20_all.deb ...
Unpacking po-debconf (1.0.20) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../29-debhelper_10.9.2_all.deb ...
Unpacking debhelper (10.9.2) ...
Selecting previously unselected package libconvert-binhex-perl.
Preparing to unpack .../30-libconvert-binhex-perl_1.125-1_all.deb ...
Unpacking libconvert-binhex-perl (1.125-1) ...
Selecting previously unselected package perl-openssl-defaults:amd64.
Preparing to unpack .../31-perl-openssl-defaults_3_amd64.deb ...
Unpacking perl-openssl-defaults:amd64 (3) ...
Selecting previously unselected package libnet-ssleay-perl.
Preparing to unpack .../32-libnet-ssleay-perl_1.80-1+b2_amd64.deb ...
Unpacking libnet-ssleay-perl (1.80-1+b2) ...
Selecting previously unselected package libio-socket-ssl-perl.
Preparing to unpack .../33-libio-socket-ssl-perl_2.051-1_all.deb ...
Unpacking libio-socket-ssl-perl (2.051-1) ...
Selecting previously unselected package libnet-smtp-ssl-perl.
Preparing to unpack .../34-libnet-smtp-ssl-perl_1.04-1_all.deb ...
Unpacking libnet-smtp-ssl-perl (1.04-1) ...
Selecting previously unselected package libmailtools-perl.
Preparing to unpack .../35-libmailtools-perl_2.18-1_all.deb ...
Unpacking libmailtools-perl (2.18-1) ...
Selecting previously unselected package libtest-deep-perl.
Preparing to unpack .../36-libtest-deep-perl_1.127-1_all.deb ...
Unpacking libtest-deep-perl (1.127-1) ...
Selecting previously unselected package libtest-pod-perl.
Preparing to unpack .../37-libtest-pod-perl_1.51-1_all.deb ...
Unpacking libtest-pod-perl (1.51-1) ...
Setting up libtest-deep-perl (1.127-1) ...
Setting up libarchive-zip-perl (1.59-1) ...
Setting up libsigsegv2:amd64 (2.11-1) ...
Setting up groff-base (1.22.3-9) ...
Setting up libglib2.0-0:amd64 (2.54.1-1) ...
No schema files found: doing nothing.
Setting up gettext-base (0.19.8.1-4) ...
Setting up libpipeline1:amd64 (1.4.2-1) ...
Setting up m4 (1.4.18-1) ...
Setting up libicu57:amd64 (57.1-8) ...
Setting up libbsd0:amd64 (0.8.6-2) ...
Setting up libxml2:amd64 (2.9.4+dfsg1-5) ...
Setting up libmagic-mgc (1:5.32-1) ...
Setting up libmagic1:amd64 (1:5.32-1) ...
Setting up libcroco3:amd64 (0.6.12-1) ...
Processing triggers for libc-bin (2.24-17) ...
Setting up autotools-dev (20161112.1) ...
Setting up libssl1.1:amd64 (1.1.0f-5) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Setting up libtest-pod-perl (1.51-1) ...
Setting up bsdmainutils (9.0.12+nmu1) ...
update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
Setting up libconvert-binhex-perl (1.125-1) ...
Setting up autopoint (0.19.8.1-4) ...
Setting up netbase (5.4) ...
Setting up libfile-stripnondeterminism-perl (0.038-1) ...
Setting up gettext (0.19.8.1-4) ...
Setting up perl-openssl-defaults:amd64 (3) ...
Setting up autoconf (2.69-11) ...
Setting up file (1:5.32-1) ...
Setting up intltool-debian (0.35.0+20060710.4) ...
Setting up automake (1:1.15.1-3) ...
update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
Setting up man-db (2.7.6.1-2) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Not building database; man-db/auto-update is not 'true'.
Setting up libtool (2.4.6-2) ...
Setting up po-debconf (1.0.20) ...
Setting up libnet-ssleay-perl (1.80-1+b2) ...
Setting up libio-socket-ssl-perl (2.051-1) ...
Setting up libnet-smtp-ssl-perl (1.04-1) ...
Setting up libmailtools-perl (2.18-1) ...
Setting up dh-autoreconf (14) ...
Setting up dh-strip-nondeterminism (0.038-1) ...
Setting up debhelper (10.9.2) ...
Processing triggers for libc-bin (2.24-17) ...
dpkg-buildpackage: info: source package libmime-tools-perl
dpkg-buildpackage: info: source version 5.509-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by gregor herrmann <gregoa at debian.org>
 dpkg-source --before-build const_build_path
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean
   dh_auto_clean
   dh_clean
 debian/rules build
dh build
   dh_update_autotools_config
   dh_auto_configure
	perl -I. Makefile.PL INSTALLDIRS=vendor "OPTIMIZE=-g -O2 -fdebug-prefix-map=/tmp/autopkgtest.8MEoTl/const_build_path=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" "LD=x86_64-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/tmp/autopkgtest.8MEoTl/const_build_path=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro"
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for MIME::Tools
Writing MYMETA.yml and MYMETA.json
   dh_auto_build
	make -j1
make[1]: Entering directory '/tmp/autopkgtest.8MEoTl/const_build_path'
cp lib/MIME/Parser/Filer.pm blib/lib/MIME/Parser/Filer.pm
cp lib/MIME/Decoder/Gzip64.pm blib/lib/MIME/Decoder/Gzip64.pm
cp lib/MIME/WordDecoder.pm blib/lib/MIME/WordDecoder.pm
cp lib/MIME/Decoder/UU.pm blib/lib/MIME/Decoder/UU.pm
cp lib/MIME/Decoder/NBit.pm blib/lib/MIME/Decoder/NBit.pm
cp lib/MIME/Field/ParamVal.pm blib/lib/MIME/Field/ParamVal.pm
cp lib/MIME/Entity.pm blib/lib/MIME/Entity.pm
cp lib/MIME/Decoder/QuotedPrint.pm blib/lib/MIME/Decoder/QuotedPrint.pm
cp lib/MIME/Tools.pm blib/lib/MIME/Tools.pm
cp lib/MIME/Decoder/Binary.pm blib/lib/MIME/Decoder/Binary.pm
cp lib/MIME/Field/ConTraEnc.pm blib/lib/MIME/Field/ConTraEnc.pm
cp lib/MIME/Body.pm blib/lib/MIME/Body.pm
cp lib/MIME/Words.pm blib/lib/MIME/Words.pm
cp lib/MIME/Decoder/BinHex.pm blib/lib/MIME/Decoder/BinHex.pm
cp lib/MIME/Field/ContDisp.pm blib/lib/MIME/Field/ContDisp.pm
cp lib/MIME/Decoder/Base64.pm blib/lib/MIME/Decoder/Base64.pm
cp lib/MIME/Decoder.pm blib/lib/MIME/Decoder.pm
cp lib/MIME/Parser/Results.pm blib/lib/MIME/Parser/Results.pm
cp lib/MIME/Field/ContType.pm blib/lib/MIME/Field/ContType.pm
cp lib/MIME/Head.pm blib/lib/MIME/Head.pm
cp lib/MIME/Parser.pm blib/lib/MIME/Parser.pm
cp lib/MIME/Parser/Reader.pm blib/lib/MIME/Parser/Reader.pm
Manifying 22 pod documents
make[1]: Leaving directory '/tmp/autopkgtest.8MEoTl/const_build_path'
   dh_auto_test
	make -j1 test TEST_VERBOSE=1
make[1]: Entering directory '/tmp/autopkgtest.8MEoTl/const_build_path'
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/02-kwalitee.t ................... skipped: These tests are for author or release candidate testing
t/02-pod-coverage.t ............... skipped: Test::Pod::Coverage disabled. TEST_POD_COVERAGE=1 if you want it.
t/02-pod.t ........................ 
1..22
ok 1 - POD test for lib/MIME/Words.pm
ok 2 - POD test for lib/MIME/Entity.pm
ok 3 - POD test for lib/MIME/Tools.pm
ok 4 - POD test for lib/MIME/Decoder.pm
ok 5 - POD test for lib/MIME/Parser.pm
ok 6 - POD test for lib/MIME/WordDecoder.pm
ok 7 - POD test for lib/MIME/Head.pm
ok 8 - POD test for lib/MIME/Body.pm
ok 9 - POD test for lib/MIME/Field/ContType.pm
ok 10 - POD test for lib/MIME/Field/ConTraEnc.pm
ok 11 - POD test for lib/MIME/Field/ParamVal.pm
ok 12 - POD test for lib/MIME/Field/ContDisp.pm
ok 13 - POD test for lib/MIME/Parser/Reader.pm
ok 14 - POD test for lib/MIME/Parser/Results.pm
ok 15 - POD test for lib/MIME/Parser/Filer.pm
ok 16 - POD test for lib/MIME/Decoder/Binary.pm
ok 17 - POD test for lib/MIME/Decoder/QuotedPrint.pm
ok 18 - POD test for lib/MIME/Decoder/UU.pm
ok 19 - POD test for lib/MIME/Decoder/NBit.pm
ok 20 - POD test for lib/MIME/Decoder/Base64.pm
ok 21 - POD test for lib/MIME/Decoder/BinHex.pm
ok 22 - POD test for lib/MIME/Decoder/Gzip64.pm
ok
t/99-prepare.t .................... 
1..1
ok 1 - ./testout exists
ok
t/attachment-filename-encoding.t .. 
1..7
ok 1 - use MIME::Parser;
ok 2 - Parsed filename should have UTF-8 flag on
ok 3 - Parsed filename should match expectation
ok 4 - Parsed filename should have UTF-8 flag on
ok 5 - Parsed filename should match expectation
ok 6 - Parsed filename should have UTF-8 flag on
ok 7 - Got expected filename
ok
t/Body.t .......................... 
1..30
ok 1 - MIME::Body::Scalar: opened for writing
ok 2 - MIME::Body::Scalar: able to open body for reading?
ok 3 - MIME::Body::Scalar: getlines method works?
ok 4 - MIME::Body::Scalar: seek(SEEK_START) plus read works?
ok 5 - MIME::Body::Scalar: tell and seek(SEEK_CUR) works?
ok 6 - MIME::Body::Scalar: seek(SEEK_CUR) plus read works?
ok 7 - MIME::Body::Scalar: getline works?
ok 8 - MIME::Body::Scalar: as_lines works?
ok 9 - MIME::Body::Scalar: as_string works?
ok 10 - MIME::Body::File: opened for writing
ok 11 - MIME::Body::File: able to open body for reading?
ok 12 - MIME::Body::File: getlines method works?
ok 13 - MIME::Body::File: seek(SEEK_START) plus read works?
ok 14 - MIME::Body::File: tell and seek(SEEK_CUR) works?
ok 15 - MIME::Body::File: seek(SEEK_CUR) plus read works?
ok 16 - MIME::Body::File: getline works?
ok 17 - MIME::Body::File: as_lines works?
ok 18 - MIME::Body::File: as_string works?
ok 19 - MIME::Body::InCore: opened for writing
ok 20 - MIME::Body::InCore: able to open body for reading?
ok 21 - MIME::Body::InCore: getlines method works?
ok 22 - MIME::Body::InCore: seek(SEEK_START) plus read works?
ok 23 - MIME::Body::InCore: tell and seek(SEEK_CUR) works?
ok 24 - MIME::Body::InCore: seek(SEEK_CUR) plus read works?
ok 25 - MIME::Body::InCore: getline works?
ok 26 - MIME::Body::InCore: as_lines works?
ok 27 - MIME::Body::InCore: as_string works?
ok 28 - chdir to ./testout to avoid clutter
ok 29 - file created with leading whitespace, as expected
ok 30 - chdir back
ok
t/BodyPrint.t ..................... 
1..7
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok
# Using gzip: 1
t/Decoder.t ....................... 
1..8
ok 1 - Encoding/decoding of base64: size of testin/fun.txt == size of testout/fun.de1
ok 2 - Encoding/decoding of quoted-printable: size of testin/fun.txt == size of testout/fun.de2
ok 3 - Encoding/decoding of 7bit: size not comparable, marking pass anyway
ok 4 - Encoding/decoding of 8bit: size not comparable, marking pass anyway
ok 5 - Encoding/decoding of binary: size of testin/fun.txt == size of testout/fun.de5
ok 6 - Encoding/decoding of x-gzip64: size of testin/fun.txt == size of testout/fun.de6
ok 7 - Encoding/decoding of x-uuencode: size of testin/fun.txt == size of testout/fun.de7
ok 8 - Encoding/decoding of binhex: size of testin/fun.txt == size of testout/fun.de8
ok
t/EmptyPart.t ..................... 
1..6
ok 1 - Got an entity
ok 2
ok 3 - Got three parts
ok 4
ok 5
ok 6
ok
t/Entity.t ........................ 
1..39
ok 1 - Path: with no Filename, got default content-type.name
ok 2 - Path: with no Filename, got default content-disp.filename
ok 3 - Path: with no Filename, got default recommended filename
ok 4 - Path: with explicitly undef Filename, got no filename
ok 5 - Tested stringify
ok 6 - Path: verified explicit 'Filename'
ok 7 - Type: default ok
ok 8 - Type: explicit ok
ok 9 - Encoding: -SUGGEST yields 7bit
ok 10 - Encoding: -SUGGEST yields qp
ok 11 - Encoding: -SUGGEST yields base64
ok 12 - Charset: default ok
ok 13 - Charset: explicit
ok 14 - MIME::Entity->build croaked on message/rfc822 with base64 encoding
ok 15 - and it croaked with expected error.
ok 16 - MIME::Entity->build did not croak on message/global with base64 encoding
ok 17 - MIME::Entity->build croaked on multipart/alternative with base64 encoding
ok 18 - and it croaked with expected error.
ok 19 - ->body returns an array reference
ok 20 - ... of the correct size
ok 21 - wrote msg1 to filehandle glob
ok 22 - write msg2 to selected filehandle
ok 23 - message files are same length
ok 24 - parsed msg1 back in
ok 25 - preamble strings match
ok 26 - epilogue strings match
ok 27 - number of parts is correct (4)
ok 28 - GIF is right size (real = 3501, this = 3501)
ok 29 - GIF has correct MIME type
ok 30 - getline gets correct value (IO = IO::File=GLOB(0x55ebed29e9c8), <This is the first and last line, with no CR at the end.>, <This is the first and last line, with no CR at the end.>)
ok 31 - MIME type okay
ok 32 - MIME encoding okay
ok 33 - msg2 same size as msg3
ok 34 - msg3 size (5834) is same as dup3 size (5834)
ok 35 - number of parts is correct (3)
ok 36 - ->body returns an array reference
ok 37 - ... of the correct size (12 incl. signature)
ok 38 - GIF has correct MIME type
ok 39 - purge worked
ok
t/Filer.t ......................... 
1..17
ok 1 - use MIME::Parser::Filer;
ok 2 -   is evil
ok 3 - trailing_space  is evil
ok 4 - index[1].html is evil
ok 5 - .. is evil
ok 6 -  wookieø.doc is evil
ok 7 -  wookieЭ.doc is evil
ok 8 -  leading_space is evil
ok 9 - . is evil
ok 10 -   was exorcised
ok 11 - trailing_space  was exorcised
ok 12 - index[1].html was exorcised
ok 13 - .. was exorcised
ok 14 -  wookieø.doc was exorcised
ok 15 -  wookieЭ.doc was exorcised
ok 16 -  leading_space was exorcised
ok 17 - . was exorcised
ok
t/Gauntlet.t ...................... 
1..63
ok 1 - ::GOUT, ent->print [43-712 == 669]
ok 2 - ::GOUT, print ent->as_string [765-1434]
ok 3 - ::GOUT, ent->print_header: 
ok 4 - ::GOUT, ent->print_body: 
ok 5 - ::GOUT, ent->bodyhandle->print: 
ok 6 - ::GOUT, print ent->bodyhandle->data: 
ok 7 - BARE FH:    size ./testout/gauntlet.out (3201) == 3201?
ok 8 - GLOB(0x561b4ce38578), ent->print [43-712 == 669]
ok 9 - GLOB(0x561b4ce38578), print ent->as_string [765-1434]
ok 10 - GLOB(0x561b4ce38578), ent->print_header: 
ok 11 - GLOB(0x561b4ce38578), ent->print_body: 
ok 12 - GLOB(0x561b4ce38578), ent->bodyhandle->print: 
ok 13 - GLOB(0x561b4ce38578), print ent->bodyhandle->data: 
ok 14 - GLOB ref:   size ./testout/gauntlet.out (3201) == 3201?
ok 15 - IO::File=GLOB(0x561b4ce52270), ent->print [43-712 == 669]
ok 16 - IO::File=GLOB(0x561b4ce52270), print ent->as_string [765-1434]
ok 17 - IO::File=GLOB(0x561b4ce52270), ent->print_header: 
ok 18 - IO::File=GLOB(0x561b4ce52270), ent->print_body: 
ok 19 - IO::File=GLOB(0x561b4ce52270), ent->bodyhandle->print: 
ok 20 - IO::File=GLOB(0x561b4ce52270), print ent->bodyhandle->data: 
ok 21 - IO::File: size ./testout/gauntlet.out (3201) == 3201?
ok 22 - ::GOUT, ent->print [43-712 == 669]
ok 23 - ::GOUT, print ent->as_string [765-1434]
ok 24 - ::GOUT, ent->print_header: 
ok 25 - ::GOUT, ent->print_body: 
ok 26 - ::GOUT, ent->bodyhandle->print: 
ok 27 - ::GOUT, print ent->bodyhandle->data: 
ok 28 - BARE FH:    size ./testout/gauntlet.out (3201) == 3201?
ok 29 - GLOB(0x561b4ce38578), ent->print [43-712 == 669]
ok 30 - GLOB(0x561b4ce38578), print ent->as_string [765-1434]
ok 31 - GLOB(0x561b4ce38578), ent->print_header: 
ok 32 - GLOB(0x561b4ce38578), ent->print_body: 
ok 33 - GLOB(0x561b4ce38578), ent->bodyhandle->print: 
ok 34 - GLOB(0x561b4ce38578), print ent->bodyhandle->data: 
ok 35 - GLOB ref:   size ./testout/gauntlet.out (3201) == 3201?
ok 36 - IO::File=GLOB(0x561b4ce5e380), ent->print [43-712 == 669]
ok 37 - IO::File=GLOB(0x561b4ce5e380), print ent->as_string [765-1434]
ok 38 - IO::File=GLOB(0x561b4ce5e380), ent->print_header: 
ok 39 - IO::File=GLOB(0x561b4ce5e380), ent->print_body: 
ok 40 - IO::File=GLOB(0x561b4ce5e380), ent->bodyhandle->print: 
ok 41 - IO::File=GLOB(0x561b4ce5e380), print ent->bodyhandle->data: 
ok 42 - IO::File: size ./testout/gauntlet.out (3201) == 3201?
ok 43 - ::GOUT, ent->print [43-712 == 669]
ok 44 - ::GOUT, print ent->as_string [765-1434]
ok 45 - ::GOUT, ent->print_header: 
ok 46 - ::GOUT, ent->print_body: 
ok 47 - ::GOUT, ent->bodyhandle->print: 
ok 48 - ::GOUT, print ent->bodyhandle->data: 
ok 49 - BARE FH:    size ./testout/gauntlet.out (3201) == 3201?
ok 50 - GLOB(0x561b4ce38578), ent->print [43-712 == 669]
ok 51 - GLOB(0x561b4ce38578), print ent->as_string [765-1434]
ok 52 - GLOB(0x561b4ce38578), ent->print_header: 
ok 53 - GLOB(0x561b4ce38578), ent->print_body: 
ok 54 - GLOB(0x561b4ce38578), ent->bodyhandle->print: 
ok 55 - GLOB(0x561b4ce38578), print ent->bodyhandle->data: 
ok 56 - GLOB ref:   size ./testout/gauntlet.out (3201) == 3201?
ok 57 - IO::File=GLOB(0x561b4ce61130), ent->print [43-712 == 669]
ok 58 - IO::File=GLOB(0x561b4ce61130), print ent->as_string [765-1434]
ok 59 - IO::File=GLOB(0x561b4ce61130), ent->print_header: 
ok 60 - IO::File=GLOB(0x561b4ce61130), ent->print_body: 
ok 61 - IO::File=GLOB(0x561b4ce61130), ent->bodyhandle->print: 
ok 62 - IO::File=GLOB(0x561b4ce61130), print ent->bodyhandle->data: 
ok 63 - IO::File: size ./testout/gauntlet.out (3201) == 3201?
ok
t/Head.t .......................... 
1..20
ok 1 - parse failed as expected?
ok 2 - parse of good file succeeded as expected?
ok 3 - got all fields we expected?
ok 4 - got the subject okay?
ok 5 - able to set Subject, and get SUBJECT?
ok 6 - count method working?
ok 7 - got the parameter hash?
ok 8 - got the default field?
ok 9 - got the name?
ok 10 - got the length?
ok 11 - got the setting?
ok 12 - output is a decent size?
ok 13 - Q decoding okay?
ok 14 - B encoding and compositing okay?
ok 15 - field order preserved under stringify?
ok 16 - field order preserved under stringify after fields added?
ok 17 - field order is preserved under stringify after decoding?
ok 18 - Simple case, good filename
ok 19 - Simple case, second-best choice of filename
ok 20 - no filenames found
ok
t/Misc.t .......................... 
1..14
ok 1 - bug 971008-MWN: are MIME attributes parsed ok?
ok 2 - bug 970822-AL: Mail::Field register problem (paramstr)
ok 3 - bug 970822-AL: Mail::Field register problem (type)
ok 4 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 5 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 6 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 7 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 8 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 9 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 10 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 11 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 12 - bug 970626-TS: header get_all() case problem fixed?
ok 13 - bug 980430-JT: did we get 2 parts?
ok 14 - bug: did we get 2 parts?
ok
t/obfuscated-zip.t ................ 
1..2
ok 1 - Entity has two parts
ok 2 - Got expected attachment name
ok
t/ParamVal.t ...................... 
1..13
ok 1 - An object of class 'MIME::Field::ContType' isa 'MIME::Field::ParamVal'
ok 2 - An object of class 'MIME::Field::ContType' isa 'Mail::Field'
ok 3 - Object stringified to expected value
ok 4 - Got body of header
ok 5 - answer param was unpacked correctly
ok 6 - Got body of header
ok 7 - Got correct filename
ok 8 - Got correct final param
ok 9 - Got body of header
ok 10 - Got correct filename
ok 11 - Got body of header
ok 12 - Got correct filename
ok 13 - Got correct final parameter
ok
t/Parser.t ........................ 
1..31
ok 1 - parse of nested multipart
ok 2 - vise gif size ok
ok 3 - 3d-eye gif size ok
ok 4 - message 1 has a size
ok 5 - message 2 has a size
ok 6 - message 3 has a size
ok 7 - message 4 has a size
ok 8 - parse of CRLF-terminated message
ok 9 - An object of class 'MIME::Entity' isa 'MIME::Entity'
ok 10 - type is text/html
ok 11 - An object of class 'MIME::Entity' isa 'MIME::Entity'
ok 12 - type is text/html
ok 13 - An object of class 'MIME::Entity' isa 'MIME::Entity'
ok 14 - type is text/html
ok 15 - 	parse of 2-part simple message (subj <Request for Leave
# >)
ok 16 - ->new_tmpfile() lives
ok 17 - ->print on fh ok
ok 18 - ->seek on fh ok
ok 19 - Read line back in OK
ok 20 - ->new_tmpfile() lives
ok 21 - ->print on fh ok
ok 22 - ->seek on fh ok
ok 23 - Read line back in OK
ok 24 - ->new_tmpfile() lives
ok 25 - ->print on fh ok
ok 26 - ->seek on fh ok
ok 27 - Read line back in OK
ok 28 - FH on scalar is OK
ok 29 - FH on real file is OK
ok 30 - globref is OK
ok 31 - tmp_recycling no-op method returned undef
ok
t/ParserEncoded.t ................. 
1..5
ok 1 - use MIME::Parser;
ok 2 - Entity stored encoded
ok 3 - Encoded MD5 match
ok 4 - Entity stored decoded
ok 5 - Decoded MD5 match
ok
t/ParserPreamble.t ................ 
1..7
ok 1 - use MIME::Parser;
ok 2 - Preamble is as expected
ok 3 - File with preamble roundtripped correctly
ok 4 - Preamble is as expected
ok 5 - File with preamble roundtripped correctly
ok 6 - Preamble is as expected
ok 7 - File with preamble roundtripped correctly
ok
t/Ref.t ........................... 
1..50
ok 1 - testmsgs/simple.ref Message => testmsgs/simple.msg, Parser => anonymous
ok 2 - Did purge work?
ok 3 - testmsgs/multi-nested3.ref Message => testmsgs/multi-nested3.msg, Parser => anonymous
ok 4 - Did purge work?
ok 5 - testmsgs/multi-weirdspace.ref Message => testmsgs/multi-weirdspace.msg, Parser => anonymous
ok 6 - Did purge work?
ok 7 - testmsgs/dup-names.ref Message => testmsgs/dup-names.msg, Parser => anonymous
ok 8 - Did purge work?
ok 9 - testmsgs/multi-digest.ref Message => testmsgs/multi-digest.msg, Parser => anonymous
ok 10 - Did purge work?
ok 11 - testmsgs/re-fwd.ref Message => testmsgs/re-fwd.msg, Parser => anonymous
ok 12 - Did purge work?
ok 13 - testmsgs/multi-2evil.ref Message => testmsgs/multi-2evil.msg, Parser => anonymous
ok 14 - Did purge work?
ok 15 - testmsgs/multi-nested.ref Message => testmsgs/multi-nested.msg, Parser => anonymous
ok 16 - Did purge work?
ok 17 - testmsgs/multi-igor2.ref Message => testmsgs/multi-igor2.msg, Parser => anonymous
ok 18 - Did purge work?
ok 19 - testmsgs/ak-0696-none.ref Message => testmsgs/ak-0696.msg, Parser => anonymous
ok 20 - Did purge work?
ok 21 - testmsgs/uu-junk-extracted.ref Message => testmsgs/uu-junk.msg, Parser => anonymous
ok 22 - Did purge work?
ok 23 - testmsgs/uu-junk.ref Message => testmsgs/uu-junk.msg, Parser => anonymous
ok 24 - Did purge work?
ok 25 - testmsgs/uu-zeegee.ref Message => testmsgs/uu-zeegee.msg, Parser => anonymous
ok 26 - Did purge work?
ok 27 - testmsgs/russian.ref Message => testmsgs/russian.msg, Parser => default
ok 28 - Did purge work?
ok 29 - testmsgs/german.ref Message => testmsgs/german.msg, Parser => anonymous
ok 30 - Did purge work?
ok 31 - testmsgs/multi-2gifs.ref Message => testmsgs/multi-2gifs.msg, Parser => anonymous
ok 32 - Did purge work?
ok 33 - testmsgs/bluedot-postcard.ref Message => testmsgs/bluedot-postcard.msg, Parser => anonymous
ok 34 - Did purge work?
ok 35 - testmsgs/multi-nested2.ref Message => testmsgs/multi-nested2.msg, Parser => anonymous
ok 36 - Did purge work?
ok 37 - testmsgs/hdr-fakeout-newmailtools-ref Message => testmsgs/hdr-fakeout.msg, Parser => anonymous
ok 38 - Did purge work?
ok 39 - testmsgs/multi-simple.ref Message => testmsgs/multi-simple.msg, Parser => anonymous
ok 40 - Did purge work?
ok 41 - testmsgs/multi-igor.ref Message => testmsgs/multi-igor.msg, Parser => anonymous
ok 42 - Did purge work?
ok 43 - testmsgs/multi-clen.ref Message => testmsgs/multi-clen.msg, Parser => anonymous
ok 44 - Did purge work?
ok 45 - testmsgs/bluedot-simple.ref Message => testmsgs/bluedot-simple.msg, Parser => anonymous
ok 46 - Did purge work?
ok 47 - testmsgs/ak-0696-nest.ref Message => testmsgs/ak-0696.msg, Parser => anonymous
ok 48 - Did purge work?
ok 49 - testmsgs/ak-0696-replace.ref Message => testmsgs/ak-0696.msg, Parser => anonymous
ok 50 - Did purge work?
ok
t/Smtpsend.t ...................... 
1..9
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok
t/ticket-11901.t .................. 
1..2
ok 1 - An object of class 'MIME::Entity' isa 'MIME::Entity'
ok 2 - Can't remove sig from broken message
ok
t/ticket-119568.t ................. 
1..4
ok 1 - Got expected line endings
ok 2 - Got expected line endings
ok 3 - Got expected line endings
ok 4 - Got expected line endings for Base64 encoding
ok
t/ticket-22684.t .................. 
1..3
ok 1 # skip Need Proc::ProcessTable for this test
ok 2 # skip Need Proc::ProcessTable for this test
ok 3 # skip Need Proc::ProcessTable for this test
ok
t/ticket-37139.t .................. 
1..2
ok 1 - make_singlepart() succeeded
ok 2
ok
t/ticket-41632.t .................. 
1..6
ok 1 - Got the "inline" right
ok 2 - Ignored non-RFC-2231 value if RFC-2231 parameters are present
ok 3 - Got filename if RFC-2231 parameters are absent
ok 4 - Got RFC-2231 value
ok 5 - Ignored non-RFC-2231 value if RFC-2231 parameters are present
ok 6 - Ignored non-RFC-2231 value if RFC-2231 parameters are present
ok
t/ticket-43439.t .................. 
1..4
ok 1 - Got expected MIME type
ok 2 - Got expected boundary
ok 3 - Got expected MIME type
ok 4 - Got expected boundary
ok
t/ticket-52924.t .................. 
1..2
ok 1 - <> added around bare Id value when creating
ok 2 - <> not added around Id value when already present
ok
t/ticket-5462.t ................... 
1..2
ok 1
ok 2
ok
t/ticket-60931.t .................. 
1..2
ok 1 - An object of class 'MIME::Entity' isa 'MIME::Entity'
ok 2 - Message with empty preamble roundtrips back to original
ok
t/ticket-65681.t .................. 
1..2
ok 1 - Headers unchanged by line-ending conventions
ok 2 - Got expected subject
ok
t/ticket-66025.t .................. 
1..1
ok 1 - Fix for ticket \#66025 passes
ok
t/ticket-71041.t .................. 
1..1
ok 1 - Header was parsed as expected
ok
t/ticket-71677.t .................. 
1..2
ok 1 - Path exists
ok 2 - And has the expected form
ok
t/ticket-80433.t .................. 
1..2
ok 1
ok 2
ok
t/WordDecoder.t ................... 
1..22
ok 1 - No exceptions
ok 2 - Subject: =?ISO-8859-1?Q?Oc=E9_3165_Network_Copier_down_for_maintenance?= produced correct output
ok 3 - Got an exception as expected
ok 4 - Got an exception as expected
ok 5 - No exceptions
ok 6 - =?US-ASCII?Q?Keith_Moore?= <moore at cs.utk.edu> produced correct output
ok 7 - No exceptions
ok 8 - =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= <keld at dkuug.dk> produced correct output
ok 9 - No exceptions
ok 10 - =?ISO-8859-1?Q?Andr=E9_?=(<- one space) Pirard <PIRARD at vm1.ulg.ac.be> produced correct output
ok 11 - No exceptions
ok 12 - =?ISO-8859-1?Q?Andr=E9_?= (<- two spaces) Pirard <PIRARD at vm1.ulg.ac.be> produced correct output
ok 13 - No exceptions
ok 14 - =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?==?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?==?US-ASCII?Q?.._cool!?= produced correct output
ok 15 - No exceptions
ok 16 - =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?=
# 	=?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?=
# 	=?US-ASCII?Q?.._cool!?= produced correct output
ok 17 - No exceptions
ok 18 - =?ISO-8859-1?Q?=5F-=5F?= produced correct output
ok 19 - Got back expected UTF-8 string
ok 20 - Converted string has UTF-8 flag on
ok 21 - Got back expected UTF-8 string
ok 22 - Converted string has UTF-8 flag on
ok
t/WordEncoder.t ................... 
1..8
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok
t/Words.t ......................... 
1..20
ok 1 - No exceptions
ok 2 - Subject: =?ISO-8859-1?Q?Oc=E9_3165_Network_Copier_down_for_maintenance?= produced correct output
ok 3 - Got an exception as expected
ok 4 - Got an exception as expected
ok 5 - No exceptions
ok 6 - =?US-ASCII?Q?Keith_Moore?= <moore at cs.utk.edu> produced correct output
ok 7 - No exceptions
ok 8 - =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= <keld at dkuug.dk> produced correct output
ok 9 - No exceptions
ok 10 - =?ISO-8859-1?Q?Andr=E9_?=(<- one space) Pirard <PIRARD at vm1.ulg.ac.be> produced correct output
ok 11 - No exceptions
ok 12 - =?ISO-8859-1?Q?Andr=E9_?= (<- two spaces) Pirard <PIRARD at vm1.ulg.ac.be> produced correct output
ok 13 - No exceptions
ok 14 - =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?==?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?==?US-ASCII?Q?.._cool!?= produced correct output
ok 15 - No exceptions
ok 16 - =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?=
# 	=?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?=
# 	=?US-ASCII?Q?.._cool!?= produced correct output
ok 17 - No exceptions
ok 18 - =?ISO-8859-1?Q?=5F-=5F?= produced correct output
ok 19 - encode/decode of string with spaces matches original
ok 20 - encode/decode of string with spaces matches original
ok
All tests successful.
Files=38, Tests=436,  5 wallclock secs ( 0.14 usr  0.05 sys +  3.61 cusr  0.34 csys =  4.14 CPU)
Result: PASS
make[1]: Leaving directory '/tmp/autopkgtest.8MEoTl/const_build_path'
 debian/rules binary
dh binary
   dh_testroot
   dh_prep
   dh_auto_install
	make -j1 install DESTDIR=/tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl AM_UPDATE_INFO_DIR=no PREFIX=/usr
make[1]: Entering directory '/tmp/autopkgtest.8MEoTl/const_build_path'
Manifying 22 pod documents
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Words.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Entity.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Tools.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Parser.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/WordDecoder.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Head.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Body.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Field/ContType.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Field/ConTraEnc.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Field/ParamVal.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Field/ContDisp.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Parser/Reader.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Parser/Results.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Parser/Filer.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/Binary.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/QuotedPrint.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/UU.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/NBit.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/Base64.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/BinHex.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/Gzip64.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Field::ContType.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::WordDecoder.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::BinHex.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Entity.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Parser::Results.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Field::ContDisp.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::Base64.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Body.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Words.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::Binary.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::QuotedPrint.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Field::ConTraEnc.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Field::ParamVal.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::NBit.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::UU.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Parser::Filer.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Parser.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Head.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::Gzip64.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Tools.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Parser::Reader.3pm
make[1]: Leaving directory '/tmp/autopkgtest.8MEoTl/const_build_path'
   dh_installdocs
   dh_installchangelogs
   dh_installexamples
   dh_installman
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'libmime-tools-perl' in '../libmime-tools-perl_5.509-1_all.deb'.
 dpkg-genbuildinfo --build=binary
 dpkg-genchanges --build=binary >../libmime-tools-perl_5.509-1_amd64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build const_build_path
dpkg-buildpackage: info: binary-only upload (no source included)
copying /tmp/autopkgtest.8MEoTl/artifacts-control/ back from virtual server's /tmp/tmpoj6po3ij/control
build "experiment-1": vary environment, FIX build_path, FIX user_group, vary fileordering, vary home, vary kernel, vary locales, vary exec_path, vary time, vary timezone, vary umask
Reading package lists...
Building dependency tree...
Reading state information...
disorderfs is already the newest version (0.5.2-1).
faketime is already the newest version (0.9.6-7+b1).
locales-all is already the newest version (2.24-17).
sudo is already the newest version (1.8.21p2-2).
util-linux is already the newest version (2.30.2-0.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
copying . over to virtual server's /tmp/autopkgtest.8MEoTl/build-experiment-1/
starting build with source directory: /tmp/autopkgtest.8MEoTl/build-experiment-1/, artifact pattern: ./../*.deb
executing: if ( mv /tmp/autopkgtest.8MEoTl/build-experiment-1/ /tmp/autopkgtest.8MEoTl/const_build_path && mv /tmp/autopkgtest.8MEoTl/const_build_path/ /tmp/autopkgtest.8MEoTl/const_build_path-before-disorderfs/ && mkdir -p /tmp/autopkgtest.8MEoTl/const_build_path/ && disorderfs --shuffle-dirents=yes /tmp/autopkgtest.8MEoTl/const_build_path-before-disorderfs/ /tmp/autopkgtest.8MEoTl/const_build_path/ && umask 0002 && export REPROTEST_BUILD_PATH=/tmp/autopkgtest.8MEoTl/const_build_path/ && export REPROTEST_UMASK=$(umask) && faketime +373days+7hours+13minutes linux32 sh -ec 'cd "$REPROTEST_BUILD_PATH"; unset REPROTEST_BUILD_PATH; umask "$REPROTEST_UMASK"; unset REPROTEST_UMASK; PATH=/sbin:/usr/sbin:$PATH apt-get -y --no-install-recommends build-dep ./; dpkg-buildpackage --no-sign -b' ); then
    ( __c=0; export PATH="/tmp/autopkgtest.8MEoTl/bin:$PATH" || __c=$?; fusermount -u /tmp/autopkgtest.8MEoTl/const_build_path/ || __c=$?; rmdir /tmp/autopkgtest.8MEoTl/const_build_path/ || __c=$?; mv /tmp/autopkgtest.8MEoTl/const_build_path-before-disorderfs/ /tmp/autopkgtest.8MEoTl/const_build_path/ || __c=$?; mv /tmp/autopkgtest.8MEoTl/const_build_path /tmp/autopkgtest.8MEoTl/build-experiment-1/ || __c=$?; exit $__c; );
else
    __x=$?;
    if ( __c=0; export PATH="/tmp/autopkgtest.8MEoTl/bin:$PATH" || __c=$?; fusermount -u /tmp/autopkgtest.8MEoTl/const_build_path/ || __c=$?; rmdir /tmp/autopkgtest.8MEoTl/const_build_path/ || __c=$?; mv /tmp/autopkgtest.8MEoTl/const_build_path-before-disorderfs/ /tmp/autopkgtest.8MEoTl/const_build_path/ || __c=$?; mv /tmp/autopkgtest.8MEoTl/const_build_path /tmp/autopkgtest.8MEoTl/build-experiment-1/ || __c=$?; exit $__c; ); then exit $__x; else
        echo >&2; "cleanup failed with exit code $?"; exit $__x;
    fi;
fi

disorderfs: shuffling dirents
disorderfs: reversing dirents
×¢Ò⣬ÕýʹÓà './' Ŀ¼ÏÂÔرàÒëÒÀÀµ
ÕýÔÚ¶ÁÈ¡Èí¼þ°üÁбí...
ÕýÔÚ·ÖÎöÈí¼þ°üµÄÒÀÀµ¹ØϵÊ÷...
ÕýÔÚ¶Áȡ״̬ÐÅÏ¢...
Éý¼¶ÁË 0 ¸öÈí¼þ°ü£¬Ð°²×°ÁË 0 ¸öÈí¼þ°ü£¬ÒªÐ¶ÔØ 0 ¸öÈí¼þ°ü£¬ÓÐ 0 ¸öÈí¼þ°üδ±»Éý¼¶¡£
dpkg-buildpackage: info: source package libmime-tools-perl
dpkg-buildpackage: info: source version 5.509-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by gregor herrmann <gregoa at debian.org>
 dpkg-source --before-build const_build_path
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean
   dh_auto_clean
   dh_clean
 debian/rules build
dh build
   dh_update_autotools_config
   dh_auto_configure
	perl -I. Makefile.PL INSTALLDIRS=vendor "OPTIMIZE=-g -O2 -fdebug-prefix-map=/tmp/autopkgtest.8MEoTl/const_build_path=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" "LD=x86_64-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/tmp/autopkgtest.8MEoTl/const_build_path=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro"
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for MIME::Tools
Writing MYMETA.yml and MYMETA.json
   dh_auto_build
	make -j1
make[1] : on entre dans le r¨¦pertoire << /tmp/autopkgtest.8MEoTl/const_build_path >>
cp lib/MIME/WordDecoder.pm blib/lib/MIME/WordDecoder.pm
cp lib/MIME/Decoder/Base64.pm blib/lib/MIME/Decoder/Base64.pm
cp lib/MIME/Words.pm blib/lib/MIME/Words.pm
cp lib/MIME/Field/ContType.pm blib/lib/MIME/Field/ContType.pm
cp lib/MIME/Decoder.pm blib/lib/MIME/Decoder.pm
cp lib/MIME/Parser/Results.pm blib/lib/MIME/Parser/Results.pm
cp lib/MIME/Decoder/NBit.pm blib/lib/MIME/Decoder/NBit.pm
cp lib/MIME/Decoder/BinHex.pm blib/lib/MIME/Decoder/BinHex.pm
cp lib/MIME/Tools.pm blib/lib/MIME/Tools.pm
cp lib/MIME/Parser/Reader.pm blib/lib/MIME/Parser/Reader.pm
cp lib/MIME/Decoder/QuotedPrint.pm blib/lib/MIME/Decoder/QuotedPrint.pm
cp lib/MIME/Field/ParamVal.pm blib/lib/MIME/Field/ParamVal.pm
cp lib/MIME/Decoder/UU.pm blib/lib/MIME/Decoder/UU.pm
cp lib/MIME/Decoder/Gzip64.pm blib/lib/MIME/Decoder/Gzip64.pm
cp lib/MIME/Field/ContDisp.pm blib/lib/MIME/Field/ContDisp.pm
cp lib/MIME/Entity.pm blib/lib/MIME/Entity.pm
cp lib/MIME/Decoder/Binary.pm blib/lib/MIME/Decoder/Binary.pm
cp lib/MIME/Parser.pm blib/lib/MIME/Parser.pm
cp lib/MIME/Parser/Filer.pm blib/lib/MIME/Parser/Filer.pm
cp lib/MIME/Body.pm blib/lib/MIME/Body.pm
cp lib/MIME/Field/ConTraEnc.pm blib/lib/MIME/Field/ConTraEnc.pm
cp lib/MIME/Head.pm blib/lib/MIME/Head.pm
Manifying 22 pod documents
make[1] : on quitte le r¨¦pertoire << /tmp/autopkgtest.8MEoTl/const_build_path >>
   dh_auto_test
	make -j1 test TEST_VERBOSE=1
make[1] : on entre dans le r¨¦pertoire << /tmp/autopkgtest.8MEoTl/const_build_path >>
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/02-kwalitee.t ................... skipped: These tests are for author or release candidate testing
t/02-pod-coverage.t ............... skipped: Test::Pod::Coverage disabled. TEST_POD_COVERAGE=1 if you want it.
t/02-pod.t ........................ 
1..22
ok 1 - POD test for lib/MIME/Parser.pm
ok 2 - POD test for lib/MIME/Tools.pm
ok 3 - POD test for lib/MIME/Entity.pm
ok 4 - POD test for lib/MIME/Head.pm
ok 5 - POD test for lib/MIME/WordDecoder.pm
ok 6 - POD test for lib/MIME/Body.pm
ok 7 - POD test for lib/MIME/Decoder.pm
ok 8 - POD test for lib/MIME/Words.pm
ok 9 - POD test for lib/MIME/Field/ContType.pm
ok 10 - POD test for lib/MIME/Field/ParamVal.pm
ok 11 - POD test for lib/MIME/Field/ContDisp.pm
ok 12 - POD test for lib/MIME/Field/ConTraEnc.pm
ok 13 - POD test for lib/MIME/Parser/Reader.pm
ok 14 - POD test for lib/MIME/Parser/Filer.pm
ok 15 - POD test for lib/MIME/Parser/Results.pm
ok 16 - POD test for lib/MIME/Decoder/Gzip64.pm
ok 17 - POD test for lib/MIME/Decoder/BinHex.pm
ok 18 - POD test for lib/MIME/Decoder/QuotedPrint.pm
ok 19 - POD test for lib/MIME/Decoder/Binary.pm
ok 20 - POD test for lib/MIME/Decoder/NBit.pm
ok 21 - POD test for lib/MIME/Decoder/UU.pm
ok 22 - POD test for lib/MIME/Decoder/Base64.pm
ok
t/99-prepare.t .................... 
1..1
ok 1 - ./testout exists
ok
t/attachment-filename-encoding.t .. 
1..7
ok 1 - use MIME::Parser;
ok 2 - Parsed filename should have UTF-8 flag on
ok 3 - Parsed filename should match expectation
ok 4 - Parsed filename should have UTF-8 flag on
ok 5 - Parsed filename should match expectation
ok 6 - Parsed filename should have UTF-8 flag on
ok 7 - Got expected filename
ok
t/Body.t .......................... 
1..30
ok 1 - MIME::Body::Scalar: opened for writing
ok 2 - MIME::Body::Scalar: able to open body for reading?
ok 3 - MIME::Body::Scalar: getlines method works?
ok 4 - MIME::Body::Scalar: seek(SEEK_START) plus read works?
ok 5 - MIME::Body::Scalar: tell and seek(SEEK_CUR) works?
ok 6 - MIME::Body::Scalar: seek(SEEK_CUR) plus read works?
ok 7 - MIME::Body::Scalar: getline works?
ok 8 - MIME::Body::Scalar: as_lines works?
ok 9 - MIME::Body::Scalar: as_string works?
ok 10 - MIME::Body::File: opened for writing
ok 11 - MIME::Body::File: able to open body for reading?
ok 12 - MIME::Body::File: getlines method works?
ok 13 - MIME::Body::File: seek(SEEK_START) plus read works?
ok 14 - MIME::Body::File: tell and seek(SEEK_CUR) works?
ok 15 - MIME::Body::File: seek(SEEK_CUR) plus read works?
ok 16 - MIME::Body::File: getline works?
ok 17 - MIME::Body::File: as_lines works?
ok 18 - MIME::Body::File: as_string works?
ok 19 - MIME::Body::InCore: opened for writing
ok 20 - MIME::Body::InCore: able to open body for reading?
ok 21 - MIME::Body::InCore: getlines method works?
ok 22 - MIME::Body::InCore: seek(SEEK_START) plus read works?
ok 23 - MIME::Body::InCore: tell and seek(SEEK_CUR) works?
ok 24 - MIME::Body::InCore: seek(SEEK_CUR) plus read works?
ok 25 - MIME::Body::InCore: getline works?
ok 26 - MIME::Body::InCore: as_lines works?
ok 27 - MIME::Body::InCore: as_string works?
ok 28 - chdir to ./testout to avoid clutter
ok 29 - file created with leading whitespace, as expected
ok 30 - chdir back
ok
t/BodyPrint.t ..................... 
1..7
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok
# Using gzip: 1
t/Decoder.t ....................... 
1..8
ok 1 - Encoding/decoding of base64: size of testin/fun.txt == size of testout/fun.de1
ok 2 - Encoding/decoding of quoted-printable: size of testin/fun.txt == size of testout/fun.de2
ok 3 - Encoding/decoding of 7bit: size not comparable, marking pass anyway
ok 4 - Encoding/decoding of 8bit: size not comparable, marking pass anyway
ok 5 - Encoding/decoding of binary: size of testin/fun.txt == size of testout/fun.de5
ok 6 - Encoding/decoding of x-gzip64: size of testin/fun.txt == size of testout/fun.de6
ok 7 - Encoding/decoding of x-uuencode: size of testin/fun.txt == size of testout/fun.de7
ok 8 - Encoding/decoding of binhex: size of testin/fun.txt == size of testout/fun.de8
ok
t/EmptyPart.t ..................... 
1..6
ok 1 - Got an entity
ok 2
ok 3 - Got three parts
ok 4
ok 5
ok 6
ok
t/Entity.t ........................ 
1..39
ok 1 - Path: with no Filename, got default content-type.name
ok 2 - Path: with no Filename, got default content-disp.filename
ok 3 - Path: with no Filename, got default recommended filename
ok 4 - Path: with explicitly undef Filename, got no filename
ok 5 - Tested stringify
ok 6 - Path: verified explicit 'Filename'
ok 7 - Type: default ok
ok 8 - Type: explicit ok
ok 9 - Encoding: -SUGGEST yields 7bit
ok 10 - Encoding: -SUGGEST yields qp
ok 11 - Encoding: -SUGGEST yields base64
ok 12 - Charset: default ok
ok 13 - Charset: explicit
ok 14 - MIME::Entity->build croaked on message/rfc822 with base64 encoding
ok 15 - and it croaked with expected error.
ok 16 - MIME::Entity->build did not croak on message/global with base64 encoding
ok 17 - MIME::Entity->build croaked on multipart/alternative with base64 encoding
ok 18 - and it croaked with expected error.
ok 19 - ->body returns an array reference
ok 20 - ... of the correct size
ok 21 - wrote msg1 to filehandle glob
ok 22 - write msg2 to selected filehandle
ok 23 - message files are same length
ok 24 - parsed msg1 back in
ok 25 - preamble strings match
ok 26 - epilogue strings match
ok 27 - number of parts is correct (4)
ok 28 - GIF is right size (real = 3501, this = 3501)
ok 29 - GIF has correct MIME type
ok 30 - getline gets correct value (IO = IO::File=GLOB(0x562c46e635e0), <This is the first and last line, with no CR at the end.>, <This is the first and last line, with no CR at the end.>)
ok 31 - MIME type okay
ok 32 - MIME encoding okay
ok 33 - msg2 same size as msg3
ok 34 - msg3 size (5834) is same as dup3 size (5834)
ok 35 - number of parts is correct (3)
ok 36 - ->body returns an array reference
ok 37 - ... of the correct size (12 incl. signature)
ok 38 - GIF has correct MIME type
ok 39 - purge worked
ok
t/Filer.t ......................... 
1..17
ok 1 - use MIME::Parser::Filer;
ok 2 -  wookieø.doc is evil
ok 3 - index[1].html is evil
ok 4 - .. is evil
ok 5 -  leading_space is evil
ok 6 -  wookieЭ.doc is evil
ok 7 - . is evil
ok 8 -   is evil
ok 9 - trailing_space  is evil
ok 10 -  wookieø.doc was exorcised
ok 11 - index[1].html was exorcised
ok 12 - .. was exorcised
ok 13 -  leading_space was exorcised
ok 14 -  wookieЭ.doc was exorcised
ok 15 - . was exorcised
ok 16 -   was exorcised
ok 17 - trailing_space  was exorcised
ok
t/Gauntlet.t ...................... 
1..63
ok 1 - ::GOUT, ent->print [43-712 == 669]
ok 2 - ::GOUT, print ent->as_string [765-1434]
ok 3 - ::GOUT, ent->print_header: 
ok 4 - ::GOUT, ent->print_body: 
ok 5 - ::GOUT, ent->bodyhandle->print: 
ok 6 - ::GOUT, print ent->bodyhandle->data: 
ok 7 - BARE FH:    size ./testout/gauntlet.out (3201) == 3201?
ok 8 - GLOB(0x558ec4865c08), ent->print [43-712 == 669]
ok 9 - GLOB(0x558ec4865c08), print ent->as_string [765-1434]
ok 10 - GLOB(0x558ec4865c08), ent->print_header: 
ok 11 - GLOB(0x558ec4865c08), ent->print_body: 
ok 12 - GLOB(0x558ec4865c08), ent->bodyhandle->print: 
ok 13 - GLOB(0x558ec4865c08), print ent->bodyhandle->data: 
ok 14 - GLOB ref:   size ./testout/gauntlet.out (3201) == 3201?
ok 15 - IO::File=GLOB(0x558ec487f8f0), ent->print [43-712 == 669]
ok 16 - IO::File=GLOB(0x558ec487f8f0), print ent->as_string [765-1434]
ok 17 - IO::File=GLOB(0x558ec487f8f0), ent->print_header: 
ok 18 - IO::File=GLOB(0x558ec487f8f0), ent->print_body: 
ok 19 - IO::File=GLOB(0x558ec487f8f0), ent->bodyhandle->print: 
ok 20 - IO::File=GLOB(0x558ec487f8f0), print ent->bodyhandle->data: 
ok 21 - IO::File: size ./testout/gauntlet.out (3201) == 3201?
ok 22 - ::GOUT, ent->print [43-712 == 669]
ok 23 - ::GOUT, print ent->as_string [765-1434]
ok 24 - ::GOUT, ent->print_header: 
ok 25 - ::GOUT, ent->print_body: 
ok 26 - ::GOUT, ent->bodyhandle->print: 
ok 27 - ::GOUT, print ent->bodyhandle->data: 
ok 28 - BARE FH:    size ./testout/gauntlet.out (3201) == 3201?
ok 29 - GLOB(0x558ec4865c08), ent->print [43-712 == 669]
ok 30 - GLOB(0x558ec4865c08), print ent->as_string [765-1434]
ok 31 - GLOB(0x558ec4865c08), ent->print_header: 
ok 32 - GLOB(0x558ec4865c08), ent->print_body: 
ok 33 - GLOB(0x558ec4865c08), ent->bodyhandle->print: 
ok 34 - GLOB(0x558ec4865c08), print ent->bodyhandle->data: 
ok 35 - GLOB ref:   size ./testout/gauntlet.out (3201) == 3201?
ok 36 - IO::File=GLOB(0x558ec488d330), ent->print [43-712 == 669]
ok 37 - IO::File=GLOB(0x558ec488d330), print ent->as_string [765-1434]
ok 38 - IO::File=GLOB(0x558ec488d330), ent->print_header: 
ok 39 - IO::File=GLOB(0x558ec488d330), ent->print_body: 
ok 40 - IO::File=GLOB(0x558ec488d330), ent->bodyhandle->print: 
ok 41 - IO::File=GLOB(0x558ec488d330), print ent->bodyhandle->data: 
ok 42 - IO::File: size ./testout/gauntlet.out (3201) == 3201?
ok 43 - ::GOUT, ent->print [43-712 == 669]
ok 44 - ::GOUT, print ent->as_string [765-1434]
ok 45 - ::GOUT, ent->print_header: 
ok 46 - ::GOUT, ent->print_body: 
ok 47 - ::GOUT, ent->bodyhandle->print: 
ok 48 - ::GOUT, print ent->bodyhandle->data: 
ok 49 - BARE FH:    size ./testout/gauntlet.out (3201) == 3201?
ok 50 - GLOB(0x558ec4865c08), ent->print [43-712 == 669]
ok 51 - GLOB(0x558ec4865c08), print ent->as_string [765-1434]
ok 52 - GLOB(0x558ec4865c08), ent->print_header: 
ok 53 - GLOB(0x558ec4865c08), ent->print_body: 
ok 54 - GLOB(0x558ec4865c08), ent->bodyhandle->print: 
ok 55 - GLOB(0x558ec4865c08), print ent->bodyhandle->data: 
ok 56 - GLOB ref:   size ./testout/gauntlet.out (3201) == 3201?
ok 57 - IO::File=GLOB(0x558ec488f240), ent->print [43-712 == 669]
ok 58 - IO::File=GLOB(0x558ec488f240), print ent->as_string [765-1434]
ok 59 - IO::File=GLOB(0x558ec488f240), ent->print_header: 
ok 60 - IO::File=GLOB(0x558ec488f240), ent->print_body: 
ok 61 - IO::File=GLOB(0x558ec488f240), ent->bodyhandle->print: 
ok 62 - IO::File=GLOB(0x558ec488f240), print ent->bodyhandle->data: 
ok 63 - IO::File: size ./testout/gauntlet.out (3201) == 3201?
ok
t/Head.t .......................... 
1..20
ok 1 - parse failed as expected?
ok 2 - parse of good file succeeded as expected?
ok 3 - got all fields we expected?
ok 4 - got the subject okay?
ok 5 - able to set Subject, and get SUBJECT?
ok 6 - count method working?
ok 7 - got the parameter hash?
ok 8 - got the default field?
ok 9 - got the name?
ok 10 - got the length?
ok 11 - got the setting?
ok 12 - output is a decent size?
ok 13 - Q decoding okay?
ok 14 - B encoding and compositing okay?
ok 15 - field order preserved under stringify?
ok 16 - field order preserved under stringify after fields added?
ok 17 - field order is preserved under stringify after decoding?
ok 18 - Simple case, good filename
ok 19 - Simple case, second-best choice of filename
ok 20 - no filenames found
ok
t/Misc.t .......................... 
1..14
ok 1 - bug 971008-MWN: are MIME attributes parsed ok?
ok 2 - bug 970822-AL: Mail::Field register problem (paramstr)
ok 3 - bug 970822-AL: Mail::Field register problem (type)
ok 4 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 5 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 6 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 7 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 8 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 9 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 10 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 11 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 12 - bug 970626-TS: header get_all() case problem fixed?
ok 13 - bug 980430-JT: did we get 2 parts?
ok 14 - bug: did we get 2 parts?
ok
t/obfuscated-zip.t ................ 
1..2
ok 1 - Entity has two parts
ok 2 - Got expected attachment name
ok
t/ParamVal.t ...................... 
1..13
ok 1 - An object of class 'MIME::Field::ContType' isa 'MIME::Field::ParamVal'
ok 2 - An object of class 'MIME::Field::ContType' isa 'Mail::Field'
ok 3 - Object stringified to expected value
ok 4 - Got body of header
ok 5 - answer param was unpacked correctly
ok 6 - Got body of header
ok 7 - Got correct filename
ok 8 - Got correct final param
ok 9 - Got body of header
ok 10 - Got correct filename
ok 11 - Got body of header
ok 12 - Got correct filename
ok 13 - Got correct final parameter
ok
t/Parser.t ........................ 
1..31
ok 1 - parse of nested multipart
ok 2 - vise gif size ok
ok 3 - 3d-eye gif size ok
ok 4 - message 1 has a size
ok 5 - message 2 has a size
ok 6 - message 3 has a size
ok 7 - message 4 has a size
ok 8 - parse of CRLF-terminated message
ok 9 - An object of class 'MIME::Entity' isa 'MIME::Entity'
ok 10 - type is text/html
ok 11 - An object of class 'MIME::Entity' isa 'MIME::Entity'
ok 12 - type is text/html
ok 13 - An object of class 'MIME::Entity' isa 'MIME::Entity'
ok 14 - type is text/html
ok 15 - 	parse of 2-part simple message (subj <Request for Leave
# >)
ok 16 - ->new_tmpfile() lives
ok 17 - ->print on fh ok
ok 18 - ->seek on fh ok
ok 19 - Read line back in OK
ok 20 - ->new_tmpfile() lives
ok 21 - ->print on fh ok
ok 22 - ->seek on fh ok
ok 23 - Read line back in OK
ok 24 - ->new_tmpfile() lives
ok 25 - ->print on fh ok
ok 26 - ->seek on fh ok
ok 27 - Read line back in OK
ok 28 - FH on scalar is OK
ok 29 - FH on real file is OK
ok 30 - globref is OK
ok 31 - tmp_recycling no-op method returned undef
ok
t/ParserEncoded.t ................. 
1..5
ok 1 - use MIME::Parser;
ok 2 - Entity stored encoded
ok 3 - Encoded MD5 match
ok 4 - Entity stored decoded
ok 5 - Decoded MD5 match
ok
t/ParserPreamble.t ................ 
1..7
ok 1 - use MIME::Parser;
ok 2 - Preamble is as expected
ok 3 - File with preamble roundtripped correctly
ok 4 - Preamble is as expected
ok 5 - File with preamble roundtripped correctly
ok 6 - Preamble is as expected
ok 7 - File with preamble roundtripped correctly
ok
t/Ref.t ........................... 
1..50
ok 1 - testmsgs/ak-0696-nest.ref Message => testmsgs/ak-0696.msg, Parser => anonymous
ok 2 - Did purge work?
ok 3 - testmsgs/re-fwd.ref Message => testmsgs/re-fwd.msg, Parser => anonymous
ok 4 - Did purge work?
ok 5 - testmsgs/german.ref Message => testmsgs/german.msg, Parser => anonymous
ok 6 - Did purge work?
ok 7 - testmsgs/ak-0696-replace.ref Message => testmsgs/ak-0696.msg, Parser => anonymous
ok 8 - Did purge work?
ok 9 - testmsgs/multi-igor.ref Message => testmsgs/multi-igor.msg, Parser => anonymous
ok 10 - Did purge work?
ok 11 - testmsgs/ak-0696-none.ref Message => testmsgs/ak-0696.msg, Parser => anonymous
ok 12 - Did purge work?
ok 13 - testmsgs/multi-2evil.ref Message => testmsgs/multi-2evil.msg, Parser => anonymous
ok 14 - Did purge work?
ok 15 - testmsgs/multi-clen.ref Message => testmsgs/multi-clen.msg, Parser => anonymous
ok 16 - Did purge work?
ok 17 - testmsgs/hdr-fakeout-newmailtools-ref Message => testmsgs/hdr-fakeout.msg, Parser => anonymous
ok 18 - Did purge work?
ok 19 - testmsgs/simple.ref Message => testmsgs/simple.msg, Parser => anonymous
ok 20 - Did purge work?
ok 21 - testmsgs/multi-simple.ref Message => testmsgs/multi-simple.msg, Parser => anonymous
ok 22 - Did purge work?
ok 23 - testmsgs/uu-junk.ref Message => testmsgs/uu-junk.msg, Parser => anonymous
ok 24 - Did purge work?
ok 25 - testmsgs/dup-names.ref Message => testmsgs/dup-names.msg, Parser => anonymous
ok 26 - Did purge work?
ok 27 - testmsgs/multi-weirdspace.ref Message => testmsgs/multi-weirdspace.msg, Parser => anonymous
ok 28 - Did purge work?
ok 29 - testmsgs/uu-zeegee.ref Message => testmsgs/uu-zeegee.msg, Parser => anonymous
ok 30 - Did purge work?
ok 31 - testmsgs/uu-junk-extracted.ref Message => testmsgs/uu-junk.msg, Parser => anonymous
ok 32 - Did purge work?
ok 33 - testmsgs/bluedot-simple.ref Message => testmsgs/bluedot-simple.msg, Parser => anonymous
ok 34 - Did purge work?
ok 35 - testmsgs/multi-nested2.ref Message => testmsgs/multi-nested2.msg, Parser => anonymous
ok 36 - Did purge work?
ok 37 - testmsgs/russian.ref Message => testmsgs/russian.msg, Parser => default
ok 38 - Did purge work?
ok 39 - testmsgs/multi-nested.ref Message => testmsgs/multi-nested.msg, Parser => anonymous
ok 40 - Did purge work?
ok 41 - testmsgs/multi-digest.ref Message => testmsgs/multi-digest.msg, Parser => anonymous
ok 42 - Did purge work?
ok 43 - testmsgs/bluedot-postcard.ref Message => testmsgs/bluedot-postcard.msg, Parser => anonymous
ok 44 - Did purge work?
ok 45 - testmsgs/multi-nested3.ref Message => testmsgs/multi-nested3.msg, Parser => anonymous
ok 46 - Did purge work?
ok 47 - testmsgs/multi-igor2.ref Message => testmsgs/multi-igor2.msg, Parser => anonymous
ok 48 - Did purge work?
ok 49 - testmsgs/multi-2gifs.ref Message => testmsgs/multi-2gifs.msg, Parser => anonymous
ok 50 - Did purge work?
ok
t/Smtpsend.t ...................... 
1..9
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok
t/ticket-11901.t .................. 
1..2
ok 1 - An object of class 'MIME::Entity' isa 'MIME::Entity'
ok 2 - Can't remove sig from broken message
ok
t/ticket-119568.t ................. 
1..4
ok 1 - Got expected line endings
ok 2 - Got expected line endings
ok 3 - Got expected line endings
ok 4 - Got expected line endings for Base64 encoding
ok
t/ticket-22684.t .................. 
1..3
ok 1 # skip Need Proc::ProcessTable for this test
ok 2 # skip Need Proc::ProcessTable for this test
ok 3 # skip Need Proc::ProcessTable for this test
ok
t/ticket-37139.t .................. 
1..2
ok 1 - make_singlepart() succeeded
ok 2
ok
t/ticket-41632.t .................. 
1..6
ok 1 - Got the "inline" right
ok 2 - Ignored non-RFC-2231 value if RFC-2231 parameters are present
ok 3 - Got filename if RFC-2231 parameters are absent
ok 4 - Got RFC-2231 value
ok 5 - Ignored non-RFC-2231 value if RFC-2231 parameters are present
ok 6 - Ignored non-RFC-2231 value if RFC-2231 parameters are present
ok
t/ticket-43439.t .................. 
1..4
ok 1 - Got expected MIME type
ok 2 - Got expected boundary
ok 3 - Got expected MIME type
ok 4 - Got expected boundary
ok
t/ticket-52924.t .................. 
1..2
ok 1 - <> added around bare Id value when creating
ok 2 - <> not added around Id value when already present
ok
t/ticket-5462.t ................... 
1..2
ok 1
ok 2
ok
t/ticket-60931.t .................. 
1..2
ok 1 - An object of class 'MIME::Entity' isa 'MIME::Entity'
ok 2 - Message with empty preamble roundtrips back to original
ok
t/ticket-65681.t .................. 
1..2
ok 1 - Headers unchanged by line-ending conventions
ok 2 - Got expected subject
ok
t/ticket-66025.t .................. 
1..1
ok 1 - Fix for ticket \#66025 passes
ok
t/ticket-71041.t .................. 
1..1
ok 1 - Header was parsed as expected
ok
t/ticket-71677.t .................. 
1..2
ok 1 - Path exists
ok 2 - And has the expected form
ok
t/ticket-80433.t .................. 
1..2
ok 1
ok 2
ok
t/WordDecoder.t ................... 
1..22
ok 1 - No exceptions
ok 2 - Subject: =?ISO-8859-1?Q?Oc=E9_3165_Network_Copier_down_for_maintenance?= produced correct output
ok 3 - Got an exception as expected
ok 4 - Got an exception as expected
ok 5 - No exceptions
ok 6 - =?US-ASCII?Q?Keith_Moore?= <moore at cs.utk.edu> produced correct output
ok 7 - No exceptions
ok 8 - =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= <keld at dkuug.dk> produced correct output
ok 9 - No exceptions
ok 10 - =?ISO-8859-1?Q?Andr=E9_?=(<- one space) Pirard <PIRARD at vm1.ulg.ac.be> produced correct output
ok 11 - No exceptions
ok 12 - =?ISO-8859-1?Q?Andr=E9_?= (<- two spaces) Pirard <PIRARD at vm1.ulg.ac.be> produced correct output
ok 13 - No exceptions
ok 14 - =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?==?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?==?US-ASCII?Q?.._cool!?= produced correct output
ok 15 - No exceptions
ok 16 - =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?=
# 	=?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?=
# 	=?US-ASCII?Q?.._cool!?= produced correct output
ok 17 - No exceptions
ok 18 - =?ISO-8859-1?Q?=5F-=5F?= produced correct output
ok 19 - Got back expected UTF-8 string
ok 20 - Converted string has UTF-8 flag on
ok 21 - Got back expected UTF-8 string
ok 22 - Converted string has UTF-8 flag on
ok
t/WordEncoder.t ................... 
1..8
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok
t/Words.t ......................... 
1..20
ok 1 - No exceptions
ok 2 - Subject: =?ISO-8859-1?Q?Oc=E9_3165_Network_Copier_down_for_maintenance?= produced correct output
ok 3 - Got an exception as expected
ok 4 - Got an exception as expected
ok 5 - No exceptions
ok 6 - =?US-ASCII?Q?Keith_Moore?= <moore at cs.utk.edu> produced correct output
ok 7 - No exceptions
ok 8 - =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= <keld at dkuug.dk> produced correct output
ok 9 - No exceptions
ok 10 - =?ISO-8859-1?Q?Andr=E9_?=(<- one space) Pirard <PIRARD at vm1.ulg.ac.be> produced correct output
ok 11 - No exceptions
ok 12 - =?ISO-8859-1?Q?Andr=E9_?= (<- two spaces) Pirard <PIRARD at vm1.ulg.ac.be> produced correct output
ok 13 - No exceptions
ok 14 - =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?==?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?==?US-ASCII?Q?.._cool!?= produced correct output
ok 15 - No exceptions
ok 16 - =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?=
# 	=?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?=
# 	=?US-ASCII?Q?.._cool!?= produced correct output
ok 17 - No exceptions
ok 18 - =?ISO-8859-1?Q?=5F-=5F?= produced correct output
ok 19 - encode/decode of string with spaces matches original
ok 20 - encode/decode of string with spaces matches original
ok
All tests successful.
Files=38, Tests=436,  6 wallclock secs ( 0.16 usr  0.03 sys +  4.04 cusr  0.48 csys =  4.71 CPU)
Result: PASS
make[1] : on quitte le r¨¦pertoire << /tmp/autopkgtest.8MEoTl/const_build_path >>
 debian/rules binary
dh binary
   dh_testroot
   dh_prep
   dh_auto_install
	make -j1 install DESTDIR=/tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl AM_UPDATE_INFO_DIR=no PREFIX=/usr
make[1] : on entre dans le r¨¦pertoire << /tmp/autopkgtest.8MEoTl/const_build_path >>
Manifying 22 pod documents
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Parser.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Words.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Body.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Entity.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/WordDecoder.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Head.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Tools.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Field/ConTraEnc.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Field/ParamVal.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Field/ContDisp.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Field/ContType.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/Gzip64.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/QuotedPrint.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/BinHex.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/UU.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/Base64.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/Binary.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/NBit.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Parser/Filer.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Parser/Results.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Parser/Reader.pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::UU.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::BinHex.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::Binary.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Entity.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Parser::Results.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::Base64.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Parser::Filer.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::Gzip64.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::QuotedPrint.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Field::ConTraEnc.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Body.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::NBit.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Field::ContType.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Parser.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Parser::Reader.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Tools.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Field::ContDisp.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Field::ParamVal.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::WordDecoder.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Head.3pm
Installing /tmp/autopkgtest.8MEoTl/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Words.3pm
make[1] : on quitte le r¨¦pertoire << /tmp/autopkgtest.8MEoTl/const_build_path >>
   dh_installdocs
   dh_installchangelogs
   dh_installexamples
   dh_installman
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: ÕýÔÚ '../libmime-tools-perl_5.509-1_all.deb' Öй¹½¨Èí¼þ°ü 'libmime-tools-perl'¡£
 dpkg-genbuildinfo --build=binary
 dpkg-genchanges --build=binary >../libmime-tools-perl_5.509-1_amd64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build const_build_path
dpkg-buildpackage: info: binary-only upload (no source included)
copying /tmp/autopkgtest.8MEoTl/artifacts-experiment-1/ back from virtual server's /tmp/tmpoj6po3ij/experiment-1
Running diffoscope: ['diffoscope', '/tmp/tmpoj6po3ij/control', '/tmp/tmpoj6po3ij/experiment-1', '--exclude-directory-metadata']
No differences between /tmp/tmpoj6po3ij/control, /tmp/tmpoj6po3ij/experiment-1
=======================
Reproduction successful
=======================
No differences in ./../*.deb
8990d652b42e0f4dd5dae2a7c0c44feb17bb0d32de4a2e3030894d2d6cbf17bd  ./../libmime-tools-perl_5.509-1_all.deb
However, other factors may still make the build unreproducible; try re-running with --vary=+all.
-------------- next part --------------
INFO:root:preset auto-selected: ReprotestPreset(build_command='\n        if [ "$(id -u)" = 0 ]; then\n            sudo -E -u "$LOGNAME" sh -ec \'dpkg-buildpackage --no-sign -b\';\n        else\n            sh -ec \'dpkg-buildpackage --no-sign -b\';\n        fi\n        ', artifact_pattern='../*.deb', testbed_pre=None, testbed_init='apt-get -y --no-install-recommends install disorderfs faketime locales-all sudo util-linux;         test -c /dev/fuse || mknod -m 666 /dev/fuse c 10 229;         test -f /etc/mtab || ln -s ../proc/self/mounts /etc/mtab', testbed_build_pre='apt-get -y --no-install-recommends build-dep ./"."', source_pattern=None, diffoscope_args=[])
INFO:root:STARTING VIRTUAL SERVER ['/usr/lib/python3/dist-packages/reprotest/virt/autopkgtest-virt-schroot', 'default']
Reading package lists...
Building dependency tree...
Reading state information...
util-linux is already the newest version (2.30.2-0.1).
The following additional packages will be installed:
  fuse libc-l10n libfaketime libfuse2 lsb-base
The following NEW packages will be installed:
  disorderfs faketime fuse libc-l10n libfaketime libfuse2 locales-all lsb-base
  sudo
debconf: delaying package configuration, since apt-utils is not installed
0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/5812 kB of archives.
After this operation, 138 MB of additional disk space will be used.
Selecting previously unselected package lsb-base.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10033 files and directories currently installed.)
Preparing to unpack .../0-lsb-base_9.20170808_all.deb ...
Unpacking lsb-base (9.20170808) ...
Selecting previously unselected package libc-l10n.
Preparing to unpack .../1-libc-l10n_2.24-17_all.deb ...
Unpacking libc-l10n (2.24-17) ...
Selecting previously unselected package libfuse2:amd64.
Preparing to unpack .../2-libfuse2_2.9.7-1_amd64.deb ...
Unpacking libfuse2:amd64 (2.9.7-1) ...
Selecting previously unselected package fuse.
Preparing to unpack .../3-fuse_2.9.7-1_amd64.deb ...
Unpacking fuse (2.9.7-1) ...
Selecting previously unselected package disorderfs.
Preparing to unpack .../4-disorderfs_0.5.2-1_amd64.deb ...
Unpacking disorderfs (0.5.2-1) ...
Selecting previously unselected package libfaketime:amd64.
Preparing to unpack .../5-libfaketime_0.9.6-7+b1_amd64.deb ...
Unpacking libfaketime:amd64 (0.9.6-7+b1) ...
Selecting previously unselected package faketime.
Preparing to unpack .../6-faketime_0.9.6-7+b1_amd64.deb ...
Unpacking faketime (0.9.6-7+b1) ...
Selecting previously unselected package locales-all.
Preparing to unpack .../7-locales-all_2.24-17_amd64.deb ...
Unpacking locales-all (2.24-17) ...
Selecting previously unselected package sudo.
Preparing to unpack .../8-sudo_1.8.21p2-2_amd64.deb ...
Unpacking sudo (1.8.21p2-2) ...
Setting up libfuse2:amd64 (2.9.7-1) ...
Setting up lsb-base (9.20170808) ...
Processing triggers for libc-bin (2.24-17) ...
Setting up libfaketime:amd64 (0.9.6-7+b1) ...
Setting up libc-l10n (2.24-17) ...
Setting up faketime (0.9.6-7+b1) ...
Setting up fuse (2.9.7-1) ...
Setting up sudo (1.8.21p2-2) ...
invoke-rc.d: could not determine current runlevel
All runlevel operations denied by policy
invoke-rc.d: policy-rc.d denied execution of start.
Setting up disorderfs (0.5.2-1) ...
Setting up locales-all (2.24-17) ...
INFO:root:build "control": FIX environment, FIX build_path, FIX user_group, FIX fileordering, FIX home, FIX kernel, FIX locales, FIX exec_path, FIX time, FIX timezone, FIX umask
INFO:root:copying . over to virtual server's /tmp/autopkgtest.KHD7av/build-control/
INFO:root:starting build with source directory: /tmp/autopkgtest.KHD7av/build-control/, artifact pattern: ./../*.deb
Note, using directory './.' to get the build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev bsdmainutils debhelper
  dh-autoreconf dh-strip-nondeterminism file gettext gettext-base groff-base
  intltool-debian libarchive-zip-perl libbsd0 libconvert-binhex-perl libcroco3
  libfile-stripnondeterminism-perl libglib2.0-0 libicu57 libio-socket-ssl-perl
  libmagic-mgc libmagic1 libmailtools-perl libnet-smtp-ssl-perl
  libnet-ssleay-perl libpipeline1 libsigsegv2 libssl1.1 libtest-deep-perl
  libtest-pod-perl libtool libxml2 m4 man-db netbase perl-openssl-defaults
  po-debconf
debconf: delaying package configuration, since apt-utils is not installed
0 upgraded, 38 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/21.5 MB of archives.
After this operation, 71.8 MB of additional disk space will be used.
Selecting previously unselected package groff-base.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16930 files and directories currently installed.)
Preparing to unpack .../00-groff-base_1.22.3-9_amd64.deb ...
Unpacking groff-base (1.22.3-9) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../01-libbsd0_0.8.6-2_amd64.deb ...
Unpacking libbsd0:amd64 (0.8.6-2) ...
Selecting previously unselected package bsdmainutils.
Preparing to unpack .../02-bsdmainutils_9.0.12+nmu1_amd64.deb ...
Unpacking bsdmainutils (9.0.12+nmu1) ...
Selecting previously unselected package libpipeline1:amd64.
Preparing to unpack .../03-libpipeline1_1.4.2-1_amd64.deb ...
Unpacking libpipeline1:amd64 (1.4.2-1) ...
Selecting previously unselected package man-db.
Preparing to unpack .../04-man-db_2.7.6.1-2_amd64.deb ...
Unpacking man-db (2.7.6.1-2) ...
Selecting previously unselected package libssl1.1:amd64.
Preparing to unpack .../05-libssl1.1_1.1.0f-5_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.0f-5) ...
Selecting previously unselected package netbase.
Preparing to unpack .../06-netbase_5.4_all.deb ...
Unpacking netbase (5.4) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../07-libmagic-mgc_1%3a5.32-1_amd64.deb ...
Unpacking libmagic-mgc (1:5.32-1) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../08-libmagic1_1%3a5.32-1_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.32-1) ...
Selecting previously unselected package file.
Preparing to unpack .../09-file_1%3a5.32-1_amd64.deb ...
Unpacking file (1:5.32-1) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../10-gettext-base_0.19.8.1-4_amd64.deb ...
Unpacking gettext-base (0.19.8.1-4) ...
Selecting previously unselected package libicu57:amd64.
Preparing to unpack .../11-libicu57_57.1-8_amd64.deb ...
Unpacking libicu57:amd64 (57.1-8) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../12-libxml2_2.9.4+dfsg1-5_amd64.deb ...
Unpacking libxml2:amd64 (2.9.4+dfsg1-5) ...
Selecting previously unselected package libsigsegv2:amd64.
Preparing to unpack .../13-libsigsegv2_2.11-1_amd64.deb ...
Unpacking libsigsegv2:amd64 (2.11-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../14-m4_1.4.18-1_amd64.deb ...
Unpacking m4 (1.4.18-1) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../15-autoconf_2.69-11_all.deb ...
Unpacking autoconf (2.69-11) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../16-autotools-dev_20161112.1_all.deb ...
Unpacking autotools-dev (20161112.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../17-automake_1%3a1.15.1-3_all.deb ...
Unpacking automake (1:1.15.1-3) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../18-autopoint_0.19.8.1-4_all.deb ...
Unpacking autopoint (0.19.8.1-4) ...
Selecting previously unselected package libtool.
Preparing to unpack .../19-libtool_2.4.6-2_all.deb ...
Unpacking libtool (2.4.6-2) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../20-dh-autoreconf_14_all.deb ...
Unpacking dh-autoreconf (14) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../21-libarchive-zip-perl_1.59-1_all.deb ...
Unpacking libarchive-zip-perl (1.59-1) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../22-libfile-stripnondeterminism-perl_0.038-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (0.038-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../23-dh-strip-nondeterminism_0.038-1_all.deb ...
Unpacking dh-strip-nondeterminism (0.038-1) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../24-libglib2.0-0_2.54.1-1_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.54.1-1) ...
Selecting previously unselected package libcroco3:amd64.
Preparing to unpack .../25-libcroco3_0.6.12-1_amd64.deb ...
Unpacking libcroco3:amd64 (0.6.12-1) ...
Selecting previously unselected package gettext.
Preparing to unpack .../26-gettext_0.19.8.1-4_amd64.deb ...
Unpacking gettext (0.19.8.1-4) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../27-intltool-debian_0.35.0+20060710.4_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.4) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../28-po-debconf_1.0.20_all.deb ...
Unpacking po-debconf (1.0.20) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../29-debhelper_10.9.2_all.deb ...
Unpacking debhelper (10.9.2) ...
Selecting previously unselected package libconvert-binhex-perl.
Preparing to unpack .../30-libconvert-binhex-perl_1.125-1_all.deb ...
Unpacking libconvert-binhex-perl (1.125-1) ...
Selecting previously unselected package perl-openssl-defaults:amd64.
Preparing to unpack .../31-perl-openssl-defaults_3_amd64.deb ...
Unpacking perl-openssl-defaults:amd64 (3) ...
Selecting previously unselected package libnet-ssleay-perl.
Preparing to unpack .../32-libnet-ssleay-perl_1.80-1+b2_amd64.deb ...
Unpacking libnet-ssleay-perl (1.80-1+b2) ...
Selecting previously unselected package libio-socket-ssl-perl.
Preparing to unpack .../33-libio-socket-ssl-perl_2.051-1_all.deb ...
Unpacking libio-socket-ssl-perl (2.051-1) ...
Selecting previously unselected package libnet-smtp-ssl-perl.
Preparing to unpack .../34-libnet-smtp-ssl-perl_1.04-1_all.deb ...
Unpacking libnet-smtp-ssl-perl (1.04-1) ...
Selecting previously unselected package libmailtools-perl.
Preparing to unpack .../35-libmailtools-perl_2.18-1_all.deb ...
Unpacking libmailtools-perl (2.18-1) ...
Selecting previously unselected package libtest-deep-perl.
Preparing to unpack .../36-libtest-deep-perl_1.127-1_all.deb ...
Unpacking libtest-deep-perl (1.127-1) ...
Selecting previously unselected package libtest-pod-perl.
Preparing to unpack .../37-libtest-pod-perl_1.51-1_all.deb ...
Unpacking libtest-pod-perl (1.51-1) ...
Setting up libtest-deep-perl (1.127-1) ...
Setting up libarchive-zip-perl (1.59-1) ...
Setting up libsigsegv2:amd64 (2.11-1) ...
Setting up groff-base (1.22.3-9) ...
Setting up libglib2.0-0:amd64 (2.54.1-1) ...
No schema files found: doing nothing.
Setting up gettext-base (0.19.8.1-4) ...
Setting up libpipeline1:amd64 (1.4.2-1) ...
Setting up m4 (1.4.18-1) ...
Setting up libicu57:amd64 (57.1-8) ...
Setting up libbsd0:amd64 (0.8.6-2) ...
Setting up libxml2:amd64 (2.9.4+dfsg1-5) ...
Setting up libmagic-mgc (1:5.32-1) ...
Setting up libmagic1:amd64 (1:5.32-1) ...
Setting up libcroco3:amd64 (0.6.12-1) ...
Processing triggers for libc-bin (2.24-17) ...
Setting up autotools-dev (20161112.1) ...
Setting up libssl1.1:amd64 (1.1.0f-5) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Setting up libtest-pod-perl (1.51-1) ...
Setting up bsdmainutils (9.0.12+nmu1) ...
update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
Setting up libconvert-binhex-perl (1.125-1) ...
Setting up autopoint (0.19.8.1-4) ...
Setting up netbase (5.4) ...
Setting up libfile-stripnondeterminism-perl (0.038-1) ...
Setting up gettext (0.19.8.1-4) ...
Setting up perl-openssl-defaults:amd64 (3) ...
Setting up autoconf (2.69-11) ...
Setting up file (1:5.32-1) ...
Setting up intltool-debian (0.35.0+20060710.4) ...
Setting up automake (1:1.15.1-3) ...
update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
Setting up man-db (2.7.6.1-2) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Not building database; man-db/auto-update is not 'true'.
Setting up libtool (2.4.6-2) ...
Setting up po-debconf (1.0.20) ...
Setting up libnet-ssleay-perl (1.80-1+b2) ...
Setting up libio-socket-ssl-perl (2.051-1) ...
Setting up libnet-smtp-ssl-perl (1.04-1) ...
Setting up libmailtools-perl (2.18-1) ...
Setting up dh-autoreconf (14) ...
Setting up dh-strip-nondeterminism (0.038-1) ...
Setting up debhelper (10.9.2) ...
Processing triggers for libc-bin (2.24-17) ...
INFO:root:executing build in /tmp/autopkgtest.KHD7av/const_build_path/
dpkg-buildpackage: info: source package libmime-tools-perl
dpkg-buildpackage: info: source version 5.509-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by gregor herrmann <gregoa at debian.org>
 dpkg-source --before-build const_build_path
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean
   dh_auto_clean
   dh_clean
 debian/rules build
dh build
   dh_update_autotools_config
   dh_auto_configure
	perl -I. Makefile.PL INSTALLDIRS=vendor "OPTIMIZE=-g -O2 -fdebug-prefix-map=/tmp/autopkgtest.KHD7av/const_build_path=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" "LD=x86_64-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/tmp/autopkgtest.KHD7av/const_build_path=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro"
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for MIME::Tools
Writing MYMETA.yml and MYMETA.json
   dh_auto_build
	make -j1
make[1]: Entering directory '/tmp/autopkgtest.KHD7av/const_build_path'
cp lib/MIME/Parser/Reader.pm blib/lib/MIME/Parser/Reader.pm
cp lib/MIME/Field/ConTraEnc.pm blib/lib/MIME/Field/ConTraEnc.pm
cp lib/MIME/Decoder/Binary.pm blib/lib/MIME/Decoder/Binary.pm
cp lib/MIME/Head.pm blib/lib/MIME/Head.pm
cp lib/MIME/Field/ContType.pm blib/lib/MIME/Field/ContType.pm
cp lib/MIME/Field/ContDisp.pm blib/lib/MIME/Field/ContDisp.pm
cp lib/MIME/Decoder/BinHex.pm blib/lib/MIME/Decoder/BinHex.pm
cp lib/MIME/Field/ParamVal.pm blib/lib/MIME/Field/ParamVal.pm
cp lib/MIME/Decoder/NBit.pm blib/lib/MIME/Decoder/NBit.pm
cp lib/MIME/Decoder/Base64.pm blib/lib/MIME/Decoder/Base64.pm
cp lib/MIME/Words.pm blib/lib/MIME/Words.pm
cp lib/MIME/Decoder.pm blib/lib/MIME/Decoder.pm
cp lib/MIME/WordDecoder.pm blib/lib/MIME/WordDecoder.pm
cp lib/MIME/Decoder/QuotedPrint.pm blib/lib/MIME/Decoder/QuotedPrint.pm
cp lib/MIME/Decoder/Gzip64.pm blib/lib/MIME/Decoder/Gzip64.pm
cp lib/MIME/Body.pm blib/lib/MIME/Body.pm
cp lib/MIME/Parser.pm blib/lib/MIME/Parser.pm
cp lib/MIME/Entity.pm blib/lib/MIME/Entity.pm
cp lib/MIME/Decoder/UU.pm blib/lib/MIME/Decoder/UU.pm
cp lib/MIME/Parser/Results.pm blib/lib/MIME/Parser/Results.pm
cp lib/MIME/Parser/Filer.pm blib/lib/MIME/Parser/Filer.pm
cp lib/MIME/Tools.pm blib/lib/MIME/Tools.pm
Manifying 22 pod documents
make[1]: Leaving directory '/tmp/autopkgtest.KHD7av/const_build_path'
   dh_auto_test
	make -j1 test TEST_VERBOSE=1
make[1]: Entering directory '/tmp/autopkgtest.KHD7av/const_build_path'
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/02-kwalitee.t ................... skipped: These tests are for author or release candidate testing
t/02-pod-coverage.t ............... skipped: Test::Pod::Coverage disabled. TEST_POD_COVERAGE=1 if you want it.
t/02-pod.t ........................ 
1..22
ok 1 - POD test for lib/MIME/Words.pm
ok 2 - POD test for lib/MIME/Entity.pm
ok 3 - POD test for lib/MIME/Tools.pm
ok 4 - POD test for lib/MIME/Decoder.pm
ok 5 - POD test for lib/MIME/Parser.pm
ok 6 - POD test for lib/MIME/WordDecoder.pm
ok 7 - POD test for lib/MIME/Head.pm
ok 8 - POD test for lib/MIME/Body.pm
ok 9 - POD test for lib/MIME/Field/ContType.pm
ok 10 - POD test for lib/MIME/Field/ConTraEnc.pm
ok 11 - POD test for lib/MIME/Field/ParamVal.pm
ok 12 - POD test for lib/MIME/Field/ContDisp.pm
ok 13 - POD test for lib/MIME/Parser/Reader.pm
ok 14 - POD test for lib/MIME/Parser/Results.pm
ok 15 - POD test for lib/MIME/Parser/Filer.pm
ok 16 - POD test for lib/MIME/Decoder/Binary.pm
ok 17 - POD test for lib/MIME/Decoder/QuotedPrint.pm
ok 18 - POD test for lib/MIME/Decoder/UU.pm
ok 19 - POD test for lib/MIME/Decoder/NBit.pm
ok 20 - POD test for lib/MIME/Decoder/Base64.pm
ok 21 - POD test for lib/MIME/Decoder/BinHex.pm
ok 22 - POD test for lib/MIME/Decoder/Gzip64.pm
ok
t/99-prepare.t .................... 
1..1
ok 1 - ./testout exists
ok
t/attachment-filename-encoding.t .. 
1..7
ok 1 - use MIME::Parser;
ok 2 - Parsed filename should have UTF-8 flag on
ok 3 - Parsed filename should match expectation
ok 4 - Parsed filename should have UTF-8 flag on
ok 5 - Parsed filename should match expectation
ok 6 - Parsed filename should have UTF-8 flag on
ok 7 - Got expected filename
ok
t/Body.t .......................... 
1..30
ok 1 - MIME::Body::Scalar: opened for writing
ok 2 - MIME::Body::Scalar: able to open body for reading?
ok 3 - MIME::Body::Scalar: getlines method works?
ok 4 - MIME::Body::Scalar: seek(SEEK_START) plus read works?
ok 5 - MIME::Body::Scalar: tell and seek(SEEK_CUR) works?
ok 6 - MIME::Body::Scalar: seek(SEEK_CUR) plus read works?
ok 7 - MIME::Body::Scalar: getline works?
ok 8 - MIME::Body::Scalar: as_lines works?
ok 9 - MIME::Body::Scalar: as_string works?
ok 10 - MIME::Body::File: opened for writing
ok 11 - MIME::Body::File: able to open body for reading?
ok 12 - MIME::Body::File: getlines method works?
ok 13 - MIME::Body::File: seek(SEEK_START) plus read works?
ok 14 - MIME::Body::File: tell and seek(SEEK_CUR) works?
ok 15 - MIME::Body::File: seek(SEEK_CUR) plus read works?
ok 16 - MIME::Body::File: getline works?
ok 17 - MIME::Body::File: as_lines works?
ok 18 - MIME::Body::File: as_string works?
ok 19 - MIME::Body::InCore: opened for writing
ok 20 - MIME::Body::InCore: able to open body for reading?
ok 21 - MIME::Body::InCore: getlines method works?
ok 22 - MIME::Body::InCore: seek(SEEK_START) plus read works?
ok 23 - MIME::Body::InCore: tell and seek(SEEK_CUR) works?
ok 24 - MIME::Body::InCore: seek(SEEK_CUR) plus read works?
ok 25 - MIME::Body::InCore: getline works?
ok 26 - MIME::Body::InCore: as_lines works?
ok 27 - MIME::Body::InCore: as_string works?
ok 28 - chdir to ./testout to avoid clutter
ok 29 - file created with leading whitespace, as expected
ok 30 - chdir back
ok
t/BodyPrint.t ..................... 
1..7
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok
# Using gzip: 1
t/Decoder.t ....................... 
1..8
ok 1 - Encoding/decoding of base64: size of testin/fun.txt == size of testout/fun.de1
ok 2 - Encoding/decoding of quoted-printable: size of testin/fun.txt == size of testout/fun.de2
ok 3 - Encoding/decoding of 7bit: size not comparable, marking pass anyway
ok 4 - Encoding/decoding of 8bit: size not comparable, marking pass anyway
ok 5 - Encoding/decoding of binary: size of testin/fun.txt == size of testout/fun.de5
ok 6 - Encoding/decoding of x-gzip64: size of testin/fun.txt == size of testout/fun.de6
ok 7 - Encoding/decoding of x-uuencode: size of testin/fun.txt == size of testout/fun.de7
ok 8 - Encoding/decoding of binhex: size of testin/fun.txt == size of testout/fun.de8
ok
t/EmptyPart.t ..................... 
1..6
ok 1 - Got an entity
ok 2
ok 3 - Got three parts
ok 4
ok 5
ok 6
ok
t/Entity.t ........................ 
1..39
ok 1 - Path: with no Filename, got default content-type.name
ok 2 - Path: with no Filename, got default content-disp.filename
ok 3 - Path: with no Filename, got default recommended filename
ok 4 - Path: with explicitly undef Filename, got no filename
ok 5 - Tested stringify
ok 6 - Path: verified explicit 'Filename'
ok 7 - Type: default ok
ok 8 - Type: explicit ok
ok 9 - Encoding: -SUGGEST yields 7bit
ok 10 - Encoding: -SUGGEST yields qp
ok 11 - Encoding: -SUGGEST yields base64
ok 12 - Charset: default ok
ok 13 - Charset: explicit
ok 14 - MIME::Entity->build croaked on message/rfc822 with base64 encoding
ok 15 - and it croaked with expected error.
ok 16 - MIME::Entity->build did not croak on message/global with base64 encoding
ok 17 - MIME::Entity->build croaked on multipart/alternative with base64 encoding
ok 18 - and it croaked with expected error.
ok 19 - ->body returns an array reference
ok 20 - ... of the correct size
ok 21 - wrote msg1 to filehandle glob
ok 22 - write msg2 to selected filehandle
ok 23 - message files are same length
ok 24 - parsed msg1 back in
ok 25 - preamble strings match
ok 26 - epilogue strings match
ok 27 - number of parts is correct (4)
ok 28 - GIF is right size (real = 3501, this = 3501)
ok 29 - GIF has correct MIME type
ok 30 - getline gets correct value (IO = IO::File=GLOB(0x55f067790af0), <This is the first and last line, with no CR at the end.>, <This is the first and last line, with no CR at the end.>)
ok 31 - MIME type okay
ok 32 - MIME encoding okay
ok 33 - msg2 same size as msg3
ok 34 - msg3 size (5840) is same as dup3 size (5840)
ok 35 - number of parts is correct (3)
ok 36 - ->body returns an array reference
ok 37 - ... of the correct size (12 incl. signature)
ok 38 - GIF has correct MIME type
ok 39 - purge worked
ok
t/Filer.t ......................... 
1..17
ok 1 - use MIME::Parser::Filer;
ok 2 -  leading_space is evil
ok 3 - .. is evil
ok 4 - . is evil
ok 5 -   is evil
ok 6 -  wookieЭ.doc is evil
ok 7 - index[1].html is evil
ok 8 - trailing_space  is evil
ok 9 -  wookieø.doc is evil
ok 10 -  leading_space was exorcised
ok 11 - .. was exorcised
ok 12 - . was exorcised
ok 13 -   was exorcised
ok 14 -  wookieЭ.doc was exorcised
ok 15 - index[1].html was exorcised
ok 16 - trailing_space  was exorcised
ok 17 -  wookieø.doc was exorcised
ok
t/Gauntlet.t ...................... 
1..63
ok 1 - ::GOUT, ent->print [43-712 == 669]
ok 2 - ::GOUT, print ent->as_string [765-1434]
ok 3 - ::GOUT, ent->print_header: 
ok 4 - ::GOUT, ent->print_body: 
ok 5 - ::GOUT, ent->bodyhandle->print: 
ok 6 - ::GOUT, print ent->bodyhandle->data: 
ok 7 - BARE FH:    size ./testout/gauntlet.out (3201) == 3201?
ok 8 - GLOB(0x5625115e02c8), ent->print [43-712 == 669]
ok 9 - GLOB(0x5625115e02c8), print ent->as_string [765-1434]
ok 10 - GLOB(0x5625115e02c8), ent->print_header: 
ok 11 - GLOB(0x5625115e02c8), ent->print_body: 
ok 12 - GLOB(0x5625115e02c8), ent->bodyhandle->print: 
ok 13 - GLOB(0x5625115e02c8), print ent->bodyhandle->data: 
ok 14 - GLOB ref:   size ./testout/gauntlet.out (3201) == 3201?
ok 15 - IO::File=GLOB(0x5625115f9f80), ent->print [43-712 == 669]
ok 16 - IO::File=GLOB(0x5625115f9f80), print ent->as_string [765-1434]
ok 17 - IO::File=GLOB(0x5625115f9f80), ent->print_header: 
ok 18 - IO::File=GLOB(0x5625115f9f80), ent->print_body: 
ok 19 - IO::File=GLOB(0x5625115f9f80), ent->bodyhandle->print: 
ok 20 - IO::File=GLOB(0x5625115f9f80), print ent->bodyhandle->data: 
ok 21 - IO::File: size ./testout/gauntlet.out (3201) == 3201?
ok 22 - ::GOUT, ent->print [43-712 == 669]
ok 23 - ::GOUT, print ent->as_string [765-1434]
ok 24 - ::GOUT, ent->print_header: 
ok 25 - ::GOUT, ent->print_body: 
ok 26 - ::GOUT, ent->bodyhandle->print: 
ok 27 - ::GOUT, print ent->bodyhandle->data: 
ok 28 - BARE FH:    size ./testout/gauntlet.out (3201) == 3201?
ok 29 - GLOB(0x5625115e02c8), ent->print [43-712 == 669]
ok 30 - GLOB(0x5625115e02c8), print ent->as_string [765-1434]
ok 31 - GLOB(0x5625115e02c8), ent->print_header: 
ok 32 - GLOB(0x5625115e02c8), ent->print_body: 
ok 33 - GLOB(0x5625115e02c8), ent->bodyhandle->print: 
ok 34 - GLOB(0x5625115e02c8), print ent->bodyhandle->data: 
ok 35 - GLOB ref:   size ./testout/gauntlet.out (3201) == 3201?
ok 36 - IO::File=GLOB(0x562511605fc0), ent->print [43-712 == 669]
ok 37 - IO::File=GLOB(0x562511605fc0), print ent->as_string [765-1434]
ok 38 - IO::File=GLOB(0x562511605fc0), ent->print_header: 
ok 39 - IO::File=GLOB(0x562511605fc0), ent->print_body: 
ok 40 - IO::File=GLOB(0x562511605fc0), ent->bodyhandle->print: 
ok 41 - IO::File=GLOB(0x562511605fc0), print ent->bodyhandle->data: 
ok 42 - IO::File: size ./testout/gauntlet.out (3201) == 3201?
ok 43 - ::GOUT, ent->print [43-712 == 669]
ok 44 - ::GOUT, print ent->as_string [765-1434]
ok 45 - ::GOUT, ent->print_header: 
ok 46 - ::GOUT, ent->print_body: 
ok 47 - ::GOUT, ent->bodyhandle->print: 
ok 48 - ::GOUT, print ent->bodyhandle->data: 
ok 49 - BARE FH:    size ./testout/gauntlet.out (3201) == 3201?
ok 50 - GLOB(0x5625115e02c8), ent->print [43-712 == 669]
ok 51 - GLOB(0x5625115e02c8), print ent->as_string [765-1434]
ok 52 - GLOB(0x5625115e02c8), ent->print_header: 
ok 53 - GLOB(0x5625115e02c8), ent->print_body: 
ok 54 - GLOB(0x5625115e02c8), ent->bodyhandle->print: 
ok 55 - GLOB(0x5625115e02c8), print ent->bodyhandle->data: 
ok 56 - GLOB ref:   size ./testout/gauntlet.out (3201) == 3201?
ok 57 - IO::File=GLOB(0x562511608d20), ent->print [43-712 == 669]
ok 58 - IO::File=GLOB(0x562511608d20), print ent->as_string [765-1434]
ok 59 - IO::File=GLOB(0x562511608d20), ent->print_header: 
ok 60 - IO::File=GLOB(0x562511608d20), ent->print_body: 
ok 61 - IO::File=GLOB(0x562511608d20), ent->bodyhandle->print: 
ok 62 - IO::File=GLOB(0x562511608d20), print ent->bodyhandle->data: 
ok 63 - IO::File: size ./testout/gauntlet.out (3201) == 3201?
ok
t/Head.t .......................... 
1..20
ok 1 - parse failed as expected?
ok 2 - parse of good file succeeded as expected?
ok 3 - got all fields we expected?
ok 4 - got the subject okay?
ok 5 - able to set Subject, and get SUBJECT?
ok 6 - count method working?
ok 7 - got the parameter hash?
ok 8 - got the default field?
ok 9 - got the name?
ok 10 - got the length?
ok 11 - got the setting?
ok 12 - output is a decent size?
ok 13 - Q decoding okay?
ok 14 - B encoding and compositing okay?
ok 15 - field order preserved under stringify?
ok 16 - field order preserved under stringify after fields added?
ok 17 - field order is preserved under stringify after decoding?
ok 18 - Simple case, good filename
ok 19 - Simple case, second-best choice of filename
ok 20 - no filenames found
ok
t/Misc.t .......................... 
1..14
ok 1 - bug 971008-MWN: are MIME attributes parsed ok?
ok 2 - bug 970822-AL: Mail::Field register problem (paramstr)
ok 3 - bug 970822-AL: Mail::Field register problem (type)
ok 4 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 5 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 6 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 7 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 8 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 9 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 10 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 11 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 12 - bug 970626-TS: header get_all() case problem fixed?
ok 13 - bug 980430-JT: did we get 2 parts?
ok 14 - bug: did we get 2 parts?
ok
t/obfuscated-zip.t ................ 
1..2
ok 1 - Entity has two parts
ok 2 - Got expected attachment name
ok
t/ParamVal.t ...................... 
1..13
ok 1 - An object of class 'MIME::Field::ContType' isa 'MIME::Field::ParamVal'
ok 2 - An object of class 'MIME::Field::ContType' isa 'Mail::Field'
ok 3 - Object stringified to expected value
ok 4 - Got body of header
ok 5 - answer param was unpacked correctly
ok 6 - Got body of header
ok 7 - Got correct filename
ok 8 - Got correct final param
ok 9 - Got body of header
ok 10 - Got correct filename
ok 11 - Got body of header
ok 12 - Got correct filename
ok 13 - Got correct final parameter
ok
t/Parser.t ........................ 
1..31
ok 1 - parse of nested multipart
ok 2 - vise gif size ok
ok 3 - 3d-eye gif size ok
ok 4 - message 1 has a size
ok 5 - message 2 has a size
ok 6 - message 3 has a size
ok 7 - message 4 has a size
ok 8 - parse of CRLF-terminated message
ok 9 - An object of class 'MIME::Entity' isa 'MIME::Entity'
ok 10 - type is text/html
ok 11 - An object of class 'MIME::Entity' isa 'MIME::Entity'
ok 12 - type is text/html
ok 13 - An object of class 'MIME::Entity' isa 'MIME::Entity'
ok 14 - type is text/html
ok 15 - 	parse of 2-part simple message (subj <Request for Leave
# >)
ok 16 - ->new_tmpfile() lives
ok 17 - ->print on fh ok
ok 18 - ->seek on fh ok
ok 19 - Read line back in OK
ok 20 - ->new_tmpfile() lives
ok 21 - ->print on fh ok
ok 22 - ->seek on fh ok
ok 23 - Read line back in OK
ok 24 - ->new_tmpfile() lives
ok 25 - ->print on fh ok
ok 26 - ->seek on fh ok
ok 27 - Read line back in OK
ok 28 - FH on scalar is OK
ok 29 - FH on real file is OK
ok 30 - globref is OK
ok 31 - tmp_recycling no-op method returned undef
ok
t/ParserEncoded.t ................. 
1..5
ok 1 - use MIME::Parser;
ok 2 - Entity stored encoded
ok 3 - Encoded MD5 match
ok 4 - Entity stored decoded
ok 5 - Decoded MD5 match
ok
t/ParserPreamble.t ................ 
1..7
ok 1 - use MIME::Parser;
ok 2 - Preamble is as expected
ok 3 - File with preamble roundtripped correctly
ok 4 - Preamble is as expected
ok 5 - File with preamble roundtripped correctly
ok 6 - Preamble is as expected
ok 7 - File with preamble roundtripped correctly
ok
t/Ref.t ........................... 
1..50
ok 1 - testmsgs/simple.ref Message => testmsgs/simple.msg, Parser => anonymous
ok 2 - Did purge work?
ok 3 - testmsgs/multi-nested3.ref Message => testmsgs/multi-nested3.msg, Parser => anonymous
ok 4 - Did purge work?
ok 5 - testmsgs/multi-weirdspace.ref Message => testmsgs/multi-weirdspace.msg, Parser => anonymous
ok 6 - Did purge work?
ok 7 - testmsgs/dup-names.ref Message => testmsgs/dup-names.msg, Parser => anonymous
ok 8 - Did purge work?
ok 9 - testmsgs/multi-digest.ref Message => testmsgs/multi-digest.msg, Parser => anonymous
ok 10 - Did purge work?
ok 11 - testmsgs/re-fwd.ref Message => testmsgs/re-fwd.msg, Parser => anonymous
ok 12 - Did purge work?
ok 13 - testmsgs/multi-2evil.ref Message => testmsgs/multi-2evil.msg, Parser => anonymous
ok 14 - Did purge work?
ok 15 - testmsgs/multi-nested.ref Message => testmsgs/multi-nested.msg, Parser => anonymous
ok 16 - Did purge work?
ok 17 - testmsgs/multi-igor2.ref Message => testmsgs/multi-igor2.msg, Parser => anonymous
ok 18 - Did purge work?
ok 19 - testmsgs/ak-0696-none.ref Message => testmsgs/ak-0696.msg, Parser => anonymous
ok 20 - Did purge work?
ok 21 - testmsgs/uu-junk-extracted.ref Message => testmsgs/uu-junk.msg, Parser => anonymous
ok 22 - Did purge work?
ok 23 - testmsgs/uu-junk.ref Message => testmsgs/uu-junk.msg, Parser => anonymous
ok 24 - Did purge work?
ok 25 - testmsgs/uu-zeegee.ref Message => testmsgs/uu-zeegee.msg, Parser => anonymous
ok 26 - Did purge work?
ok 27 - testmsgs/russian.ref Message => testmsgs/russian.msg, Parser => default
ok 28 - Did purge work?
ok 29 - testmsgs/german.ref Message => testmsgs/german.msg, Parser => anonymous
ok 30 - Did purge work?
ok 31 - testmsgs/multi-2gifs.ref Message => testmsgs/multi-2gifs.msg, Parser => anonymous
ok 32 - Did purge work?
ok 33 - testmsgs/bluedot-postcard.ref Message => testmsgs/bluedot-postcard.msg, Parser => anonymous
ok 34 - Did purge work?
ok 35 - testmsgs/multi-nested2.ref Message => testmsgs/multi-nested2.msg, Parser => anonymous
ok 36 - Did purge work?
ok 37 - testmsgs/hdr-fakeout-newmailtools-ref Message => testmsgs/hdr-fakeout.msg, Parser => anonymous
ok 38 - Did purge work?
ok 39 - testmsgs/multi-simple.ref Message => testmsgs/multi-simple.msg, Parser => anonymous
ok 40 - Did purge work?
ok 41 - testmsgs/multi-igor.ref Message => testmsgs/multi-igor.msg, Parser => anonymous
ok 42 - Did purge work?
ok 43 - testmsgs/multi-clen.ref Message => testmsgs/multi-clen.msg, Parser => anonymous
ok 44 - Did purge work?
ok 45 - testmsgs/bluedot-simple.ref Message => testmsgs/bluedot-simple.msg, Parser => anonymous
ok 46 - Did purge work?
ok 47 - testmsgs/ak-0696-nest.ref Message => testmsgs/ak-0696.msg, Parser => anonymous
ok 48 - Did purge work?
ok 49 - testmsgs/ak-0696-replace.ref Message => testmsgs/ak-0696.msg, Parser => anonymous
ok 50 - Did purge work?
ok
t/Smtpsend.t ...................... 
1..9
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok
t/ticket-11901.t .................. 
1..2
ok 1 - An object of class 'MIME::Entity' isa 'MIME::Entity'
ok 2 - Can't remove sig from broken message
ok
t/ticket-119568.t ................. 
1..4
ok 1 - Got expected line endings
ok 2 - Got expected line endings
ok 3 - Got expected line endings
ok 4 - Got expected line endings for Base64 encoding
ok
t/ticket-22684.t .................. 
1..3
ok 1 # skip Need Proc::ProcessTable for this test
ok 2 # skip Need Proc::ProcessTable for this test
ok 3 # skip Need Proc::ProcessTable for this test
ok
t/ticket-37139.t .................. 
1..2
ok 1 - make_singlepart() succeeded
ok 2
ok
t/ticket-41632.t .................. 
1..6
ok 1 - Got the "inline" right
ok 2 - Ignored non-RFC-2231 value if RFC-2231 parameters are present
ok 3 - Got filename if RFC-2231 parameters are absent
ok 4 - Got RFC-2231 value
ok 5 - Ignored non-RFC-2231 value if RFC-2231 parameters are present
ok 6 - Ignored non-RFC-2231 value if RFC-2231 parameters are present
ok
t/ticket-43439.t .................. 
1..4
ok 1 - Got expected MIME type
ok 2 - Got expected boundary
ok 3 - Got expected MIME type
ok 4 - Got expected boundary
ok
t/ticket-52924.t .................. 
1..2
ok 1 - <> added around bare Id value when creating
ok 2 - <> not added around Id value when already present
ok
t/ticket-5462.t ................... 
1..2
ok 1
ok 2
ok
t/ticket-60931.t .................. 
1..2
ok 1 - An object of class 'MIME::Entity' isa 'MIME::Entity'
ok 2 - Message with empty preamble roundtrips back to original
ok
t/ticket-65681.t .................. 
1..2
ok 1 - Headers unchanged by line-ending conventions
ok 2 - Got expected subject
ok
t/ticket-66025.t .................. 
1..1
ok 1 - Fix for ticket \#66025 passes
ok
t/ticket-71041.t .................. 
1..1
ok 1 - Header was parsed as expected
ok
t/ticket-71677.t .................. 
1..2
ok 1 - Path exists
ok 2 - And has the expected form
ok
t/ticket-80433.t .................. 
1..2
ok 1
ok 2
ok
t/WordDecoder.t ................... 
1..22
ok 1 - No exceptions
ok 2 - Subject: =?ISO-8859-1?Q?Oc=E9_3165_Network_Copier_down_for_maintenance?= produced correct output
ok 3 - Got an exception as expected
ok 4 - Got an exception as expected
ok 5 - No exceptions
ok 6 - =?US-ASCII?Q?Keith_Moore?= <moore at cs.utk.edu> produced correct output
ok 7 - No exceptions
ok 8 - =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= <keld at dkuug.dk> produced correct output
ok 9 - No exceptions
ok 10 - =?ISO-8859-1?Q?Andr=E9_?=(<- one space) Pirard <PIRARD at vm1.ulg.ac.be> produced correct output
ok 11 - No exceptions
ok 12 - =?ISO-8859-1?Q?Andr=E9_?= (<- two spaces) Pirard <PIRARD at vm1.ulg.ac.be> produced correct output
ok 13 - No exceptions
ok 14 - =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?==?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?==?US-ASCII?Q?.._cool!?= produced correct output
ok 15 - No exceptions
ok 16 - =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?=
# 	=?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?=
# 	=?US-ASCII?Q?.._cool!?= produced correct output
ok 17 - No exceptions
ok 18 - =?ISO-8859-1?Q?=5F-=5F?= produced correct output
ok 19 - Got back expected UTF-8 string
ok 20 - Converted string has UTF-8 flag on
ok 21 - Got back expected UTF-8 string
ok 22 - Converted string has UTF-8 flag on
ok
t/WordEncoder.t ................... 
1..8
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok
t/Words.t ......................... 
1..20
ok 1 - No exceptions
ok 2 - Subject: =?ISO-8859-1?Q?Oc=E9_3165_Network_Copier_down_for_maintenance?= produced correct output
ok 3 - Got an exception as expected
ok 4 - Got an exception as expected
ok 5 - No exceptions
ok 6 - =?US-ASCII?Q?Keith_Moore?= <moore at cs.utk.edu> produced correct output
ok 7 - No exceptions
ok 8 - =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= <keld at dkuug.dk> produced correct output
ok 9 - No exceptions
ok 10 - =?ISO-8859-1?Q?Andr=E9_?=(<- one space) Pirard <PIRARD at vm1.ulg.ac.be> produced correct output
ok 11 - No exceptions
ok 12 - =?ISO-8859-1?Q?Andr=E9_?= (<- two spaces) Pirard <PIRARD at vm1.ulg.ac.be> produced correct output
ok 13 - No exceptions
ok 14 - =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?==?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?==?US-ASCII?Q?.._cool!?= produced correct output
ok 15 - No exceptions
ok 16 - =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?=
# 	=?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?=
# 	=?US-ASCII?Q?.._cool!?= produced correct output
ok 17 - No exceptions
ok 18 - =?ISO-8859-1?Q?=5F-=5F?= produced correct output
ok 19 - encode/decode of string with spaces matches original
ok 20 - encode/decode of string with spaces matches original
ok
All tests successful.
Files=38, Tests=436,  6 wallclock secs ( 0.16 usr  0.02 sys +  3.52 cusr  0.33 csys =  4.03 CPU)
Result: PASS
make[1]: Leaving directory '/tmp/autopkgtest.KHD7av/const_build_path'
 fakeroot debian/rules binary
dh binary
   dh_testroot
   dh_prep
   dh_auto_install
	make -j1 install DESTDIR=/tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl AM_UPDATE_INFO_DIR=no PREFIX=/usr
make[1]: Entering directory '/tmp/autopkgtest.KHD7av/const_build_path'
Manifying 22 pod documents
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Words.pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Entity.pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Tools.pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder.pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Parser.pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/WordDecoder.pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Head.pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Body.pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Field/ContType.pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Field/ConTraEnc.pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Field/ParamVal.pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Field/ContDisp.pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Parser/Reader.pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Parser/Results.pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Parser/Filer.pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/Binary.pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/QuotedPrint.pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/UU.pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/NBit.pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/Base64.pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/BinHex.pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/Gzip64.pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Field::ContType.3pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::WordDecoder.3pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::BinHex.3pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Entity.3pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Parser::Results.3pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Field::ContDisp.3pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder.3pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::Base64.3pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Body.3pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Words.3pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::Binary.3pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::QuotedPrint.3pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Field::ConTraEnc.3pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Field::ParamVal.3pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::NBit.3pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::UU.3pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Parser::Filer.3pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Parser.3pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Head.3pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::Gzip64.3pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Tools.3pm
Installing /tmp/autopkgtest.KHD7av/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Parser::Reader.3pm
make[1]: Leaving directory '/tmp/autopkgtest.KHD7av/const_build_path'
   dh_installdocs
   dh_installchangelogs
   dh_installexamples
   dh_installman
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'libmime-tools-perl' in '../libmime-tools-perl_5.509-1_all.deb'.
 dpkg-genbuildinfo --build=binary
 dpkg-genchanges --build=binary >../libmime-tools-perl_5.509-1_amd64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build const_build_path
dpkg-buildpackage: info: binary-only upload (no source included)
INFO:root:build successful, copying artifacts
INFO:root:copying /tmp/autopkgtest.KHD7av/artifacts-control/ back from virtual server's /tmp/tmpbk00om8t/control
INFO:root:build "experiment-1": vary environment, FIX build_path, FIX user_group, vary fileordering, vary home, vary kernel, vary locales, vary exec_path, vary time, vary timezone, vary umask
INFO:root:copying . over to virtual server's /tmp/autopkgtest.KHD7av/build-experiment-1/
INFO:root:starting build with source directory: /tmp/autopkgtest.KHD7av/build-experiment-1/, artifact pattern: ./../*.deb
Note, using directory './.' to get the build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
INFO:root:executing build in /tmp/autopkgtest.KHD7av/const_build_path/
tail: impossible d'ouvrir 'debian/changelog' en lecture: Permission non accordée
dpkg-buildpackage: error: tail of debian/changelog subprocess returned exit status 1
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 783, in run
    return 0 if check_func(*check_args) else 1
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 343, in check
    local_dists = [proc.send(nv) for nv in zip(bnames, build_variations)]
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 343, in <listcomp>
    local_dists = [proc.send(nv) for nv in zip(bnames, build_variations)]
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 309, in corun_builds
    bctx.run_build(testbed, build, os.environ, artifact_pattern, testbed_build_pre, no_clean_on_error)
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 203, in run_build
    kind='build')
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 62, in check_exec2
    adtlog.AutopkgtestError)
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 68, in bomb
    raise _type(m)
reprotest.lib.adtlog.AutopkgtestError: "sh -ec run_build() {
    mv /tmp/autopkgtest.KHD7av/build-experiment-1/ /tmp/autopkgtest.KHD7av/const_build_path && \
    mv /tmp/autopkgtest.KHD7av/const_build_path/ /tmp/autopkgtest.KHD7av/const_build_path-before-disorderfs/ && \
    mkdir -p /tmp/autopkgtest.KHD7av/const_build_path/ && \
    disorderfs -q --shuffle-dirents=yes /tmp/autopkgtest.KHD7av/const_build_path-before-disorderfs/ /tmp/autopkgtest.KHD7av/const_build_path/ && \
    umask 0002 && \
    export REPROTEST_BUILD_PATH=/tmp/autopkgtest.KHD7av/const_build_path/ && \
    export REPROTEST_UMASK=$(umask) && \
    faketime +373days+7hours+13minutes \
    linux32 \
    sh -ec 'cd "$REPROTEST_BUILD_PATH"; unset REPROTEST_BUILD_PATH; umask "$REPROTEST_UMASK"; unset REPROTEST_UMASK; 
        if [ "$(id -u)" = 0 ]; then
            sudo -E -u "$LOGNAME" sh -ec '"'"'dpkg-buildpackage --no-sign -b'"'"';
        else
            sh -ec '"'"'dpkg-buildpackage --no-sign -b'"'"';
        fi
        '
}

cleanup() {
    __c=0; \
    export PATH="/tmp/autopkgtest.KHD7av/bin:$PATH" || __c=$?; \
    fusermount -u /tmp/autopkgtest.KHD7av/const_build_path/ || __c=$?; \
    rmdir /tmp/autopkgtest.KHD7av/const_build_path/ || __c=$?; \
    mv /tmp/autopkgtest.KHD7av/const_build_path-before-disorderfs/ /tmp/autopkgtest.KHD7av/const_build_path/ || __c=$?; \
    mv /tmp/autopkgtest.KHD7av/const_build_path /tmp/autopkgtest.KHD7av/build-experiment-1/ || __c=$?; \
    exit $__c
}

if ( run_build ); then ( cleanup ); else
    __x=$?; # save the exit code of run_build
    if ( cleanup ); then :; else echo >&2 "cleanup failed with exit code $?"; fi;
    exit $__x
fi" failed with status 25
-------------- next part --------------
INFO:root:preset auto-selected: ReprotestPreset(build_command='\n        if [ "$(id -u)" = 0 ]; then\n            sudo -E -u "$LOGNAME" sh -ec \'dpkg-buildpackage --no-sign -b\';\n        else\n            sh -ec \'dpkg-buildpackage --no-sign -b\';\n        fi\n        ', artifact_pattern='../*.deb', testbed_pre=None, testbed_init='apt-get -y --no-install-recommends install disorderfs faketime locales-all sudo util-linux;         test -c /dev/fuse || mknod -m 666 /dev/fuse c 10 229;         test -f /etc/mtab || ln -s ../proc/self/mounts /etc/mtab', testbed_build_pre='apt-get -y --no-install-recommends build-dep ./"."', source_pattern=None, diffoscope_args=[])
INFO:root:STARTING VIRTUAL SERVER ['/usr/lib/python3/dist-packages/reprotest/virt/autopkgtest-virt-schroot', 'default']
Reading package lists...
Building dependency tree...
Reading state information...
util-linux is already the newest version (2.30.2-0.1).
The following additional packages will be installed:
  fuse libc-l10n libfaketime libfuse2 lsb-base
The following NEW packages will be installed:
  disorderfs faketime fuse libc-l10n libfaketime libfuse2 locales-all lsb-base
  sudo
debconf: delaying package configuration, since apt-utils is not installed
0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/5812 kB of archives.
After this operation, 138 MB of additional disk space will be used.
Selecting previously unselected package lsb-base.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10033 files and directories currently installed.)
Preparing to unpack .../0-lsb-base_9.20170808_all.deb ...
Unpacking lsb-base (9.20170808) ...
Selecting previously unselected package libc-l10n.
Preparing to unpack .../1-libc-l10n_2.24-17_all.deb ...
Unpacking libc-l10n (2.24-17) ...
Selecting previously unselected package libfuse2:amd64.
Preparing to unpack .../2-libfuse2_2.9.7-1_amd64.deb ...
Unpacking libfuse2:amd64 (2.9.7-1) ...
Selecting previously unselected package fuse.
Preparing to unpack .../3-fuse_2.9.7-1_amd64.deb ...
Unpacking fuse (2.9.7-1) ...
Selecting previously unselected package disorderfs.
Preparing to unpack .../4-disorderfs_0.5.2-1_amd64.deb ...
Unpacking disorderfs (0.5.2-1) ...
Selecting previously unselected package libfaketime:amd64.
Preparing to unpack .../5-libfaketime_0.9.6-7+b1_amd64.deb ...
Unpacking libfaketime:amd64 (0.9.6-7+b1) ...
Selecting previously unselected package faketime.
Preparing to unpack .../6-faketime_0.9.6-7+b1_amd64.deb ...
Unpacking faketime (0.9.6-7+b1) ...
Selecting previously unselected package locales-all.
Preparing to unpack .../7-locales-all_2.24-17_amd64.deb ...
Unpacking locales-all (2.24-17) ...
Selecting previously unselected package sudo.
Preparing to unpack .../8-sudo_1.8.21p2-2_amd64.deb ...
Unpacking sudo (1.8.21p2-2) ...
Setting up libfuse2:amd64 (2.9.7-1) ...
Setting up lsb-base (9.20170808) ...
Processing triggers for libc-bin (2.24-17) ...
Setting up libfaketime:amd64 (0.9.6-7+b1) ...
Setting up libc-l10n (2.24-17) ...
Setting up faketime (0.9.6-7+b1) ...
Setting up fuse (2.9.7-1) ...
Setting up sudo (1.8.21p2-2) ...
invoke-rc.d: could not determine current runlevel
All runlevel operations denied by policy
invoke-rc.d: policy-rc.d denied execution of start.
Setting up disorderfs (0.5.2-1) ...
Setting up locales-all (2.24-17) ...
INFO:root:build "control": FIX environment, FIX build_path, FIX user_group, FIX fileordering, FIX home, FIX kernel, FIX locales, FIX exec_path, FIX time, FIX timezone, FIX umask
INFO:root:copying . over to virtual server's /tmp/autopkgtest.tgbi5X/build-control/
INFO:root:starting build with source directory: /tmp/autopkgtest.tgbi5X/build-control/, artifact pattern: ./../*.deb
Note, using directory './.' to get the build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev bsdmainutils debhelper
  dh-autoreconf dh-strip-nondeterminism file gettext gettext-base groff-base
  intltool-debian libarchive-zip-perl libbsd0 libconvert-binhex-perl libcroco3
  libfile-stripnondeterminism-perl libglib2.0-0 libicu57 libio-socket-ssl-perl
  libmagic-mgc libmagic1 libmailtools-perl libnet-smtp-ssl-perl
  libnet-ssleay-perl libpipeline1 libsigsegv2 libssl1.1 libtest-deep-perl
  libtest-pod-perl libtool libxml2 m4 man-db netbase perl-openssl-defaults
  po-debconf
debconf: delaying package configuration, since apt-utils is not installed
0 upgraded, 38 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/21.5 MB of archives.
After this operation, 71.8 MB of additional disk space will be used.
Selecting previously unselected package groff-base.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16930 files and directories currently installed.)
Preparing to unpack .../00-groff-base_1.22.3-9_amd64.deb ...
Unpacking groff-base (1.22.3-9) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../01-libbsd0_0.8.6-2_amd64.deb ...
Unpacking libbsd0:amd64 (0.8.6-2) ...
Selecting previously unselected package bsdmainutils.
Preparing to unpack .../02-bsdmainutils_9.0.12+nmu1_amd64.deb ...
Unpacking bsdmainutils (9.0.12+nmu1) ...
Selecting previously unselected package libpipeline1:amd64.
Preparing to unpack .../03-libpipeline1_1.4.2-1_amd64.deb ...
Unpacking libpipeline1:amd64 (1.4.2-1) ...
Selecting previously unselected package man-db.
Preparing to unpack .../04-man-db_2.7.6.1-2_amd64.deb ...
Unpacking man-db (2.7.6.1-2) ...
Selecting previously unselected package libssl1.1:amd64.
Preparing to unpack .../05-libssl1.1_1.1.0f-5_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.0f-5) ...
Selecting previously unselected package netbase.
Preparing to unpack .../06-netbase_5.4_all.deb ...
Unpacking netbase (5.4) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../07-libmagic-mgc_1%3a5.32-1_amd64.deb ...
Unpacking libmagic-mgc (1:5.32-1) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../08-libmagic1_1%3a5.32-1_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.32-1) ...
Selecting previously unselected package file.
Preparing to unpack .../09-file_1%3a5.32-1_amd64.deb ...
Unpacking file (1:5.32-1) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../10-gettext-base_0.19.8.1-4_amd64.deb ...
Unpacking gettext-base (0.19.8.1-4) ...
Selecting previously unselected package libicu57:amd64.
Preparing to unpack .../11-libicu57_57.1-8_amd64.deb ...
Unpacking libicu57:amd64 (57.1-8) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../12-libxml2_2.9.4+dfsg1-5_amd64.deb ...
Unpacking libxml2:amd64 (2.9.4+dfsg1-5) ...
Selecting previously unselected package libsigsegv2:amd64.
Preparing to unpack .../13-libsigsegv2_2.11-1_amd64.deb ...
Unpacking libsigsegv2:amd64 (2.11-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../14-m4_1.4.18-1_amd64.deb ...
Unpacking m4 (1.4.18-1) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../15-autoconf_2.69-11_all.deb ...
Unpacking autoconf (2.69-11) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../16-autotools-dev_20161112.1_all.deb ...
Unpacking autotools-dev (20161112.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../17-automake_1%3a1.15.1-3_all.deb ...
Unpacking automake (1:1.15.1-3) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../18-autopoint_0.19.8.1-4_all.deb ...
Unpacking autopoint (0.19.8.1-4) ...
Selecting previously unselected package libtool.
Preparing to unpack .../19-libtool_2.4.6-2_all.deb ...
Unpacking libtool (2.4.6-2) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../20-dh-autoreconf_14_all.deb ...
Unpacking dh-autoreconf (14) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../21-libarchive-zip-perl_1.59-1_all.deb ...
Unpacking libarchive-zip-perl (1.59-1) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../22-libfile-stripnondeterminism-perl_0.038-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (0.038-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../23-dh-strip-nondeterminism_0.038-1_all.deb ...
Unpacking dh-strip-nondeterminism (0.038-1) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../24-libglib2.0-0_2.54.1-1_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.54.1-1) ...
Selecting previously unselected package libcroco3:amd64.
Preparing to unpack .../25-libcroco3_0.6.12-1_amd64.deb ...
Unpacking libcroco3:amd64 (0.6.12-1) ...
Selecting previously unselected package gettext.
Preparing to unpack .../26-gettext_0.19.8.1-4_amd64.deb ...
Unpacking gettext (0.19.8.1-4) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../27-intltool-debian_0.35.0+20060710.4_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.4) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../28-po-debconf_1.0.20_all.deb ...
Unpacking po-debconf (1.0.20) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../29-debhelper_10.9.2_all.deb ...
Unpacking debhelper (10.9.2) ...
Selecting previously unselected package libconvert-binhex-perl.
Preparing to unpack .../30-libconvert-binhex-perl_1.125-1_all.deb ...
Unpacking libconvert-binhex-perl (1.125-1) ...
Selecting previously unselected package perl-openssl-defaults:amd64.
Preparing to unpack .../31-perl-openssl-defaults_3_amd64.deb ...
Unpacking perl-openssl-defaults:amd64 (3) ...
Selecting previously unselected package libnet-ssleay-perl.
Preparing to unpack .../32-libnet-ssleay-perl_1.80-1+b2_amd64.deb ...
Unpacking libnet-ssleay-perl (1.80-1+b2) ...
Selecting previously unselected package libio-socket-ssl-perl.
Preparing to unpack .../33-libio-socket-ssl-perl_2.051-1_all.deb ...
Unpacking libio-socket-ssl-perl (2.051-1) ...
Selecting previously unselected package libnet-smtp-ssl-perl.
Preparing to unpack .../34-libnet-smtp-ssl-perl_1.04-1_all.deb ...
Unpacking libnet-smtp-ssl-perl (1.04-1) ...
Selecting previously unselected package libmailtools-perl.
Preparing to unpack .../35-libmailtools-perl_2.18-1_all.deb ...
Unpacking libmailtools-perl (2.18-1) ...
Selecting previously unselected package libtest-deep-perl.
Preparing to unpack .../36-libtest-deep-perl_1.127-1_all.deb ...
Unpacking libtest-deep-perl (1.127-1) ...
Selecting previously unselected package libtest-pod-perl.
Preparing to unpack .../37-libtest-pod-perl_1.51-1_all.deb ...
Unpacking libtest-pod-perl (1.51-1) ...
Setting up libtest-deep-perl (1.127-1) ...
Setting up libarchive-zip-perl (1.59-1) ...
Setting up libsigsegv2:amd64 (2.11-1) ...
Setting up groff-base (1.22.3-9) ...
Setting up libglib2.0-0:amd64 (2.54.1-1) ...
No schema files found: doing nothing.
Setting up gettext-base (0.19.8.1-4) ...
Setting up libpipeline1:amd64 (1.4.2-1) ...
Setting up m4 (1.4.18-1) ...
Setting up libicu57:amd64 (57.1-8) ...
Setting up libbsd0:amd64 (0.8.6-2) ...
Setting up libxml2:amd64 (2.9.4+dfsg1-5) ...
Setting up libmagic-mgc (1:5.32-1) ...
Setting up libmagic1:amd64 (1:5.32-1) ...
Setting up libcroco3:amd64 (0.6.12-1) ...
Processing triggers for libc-bin (2.24-17) ...
Setting up autotools-dev (20161112.1) ...
Setting up libssl1.1:amd64 (1.1.0f-5) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Setting up libtest-pod-perl (1.51-1) ...
Setting up bsdmainutils (9.0.12+nmu1) ...
update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
Setting up libconvert-binhex-perl (1.125-1) ...
Setting up autopoint (0.19.8.1-4) ...
Setting up netbase (5.4) ...
Setting up libfile-stripnondeterminism-perl (0.038-1) ...
Setting up gettext (0.19.8.1-4) ...
Setting up perl-openssl-defaults:amd64 (3) ...
Setting up autoconf (2.69-11) ...
Setting up file (1:5.32-1) ...
Setting up intltool-debian (0.35.0+20060710.4) ...
Setting up automake (1:1.15.1-3) ...
update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
Setting up man-db (2.7.6.1-2) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Not building database; man-db/auto-update is not 'true'.
Setting up libtool (2.4.6-2) ...
Setting up po-debconf (1.0.20) ...
Setting up libnet-ssleay-perl (1.80-1+b2) ...
Setting up libio-socket-ssl-perl (2.051-1) ...
Setting up libnet-smtp-ssl-perl (1.04-1) ...
Setting up libmailtools-perl (2.18-1) ...
Setting up dh-autoreconf (14) ...
Setting up dh-strip-nondeterminism (0.038-1) ...
Setting up debhelper (10.9.2) ...
Processing triggers for libc-bin (2.24-17) ...
INFO:root:executing build in /tmp/autopkgtest.tgbi5X/const_build_path/
dpkg-buildpackage: info: source package libmime-tools-perl
dpkg-buildpackage: info: source version 5.509-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by gregor herrmann <gregoa at debian.org>
 dpkg-source --before-build const_build_path
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean
   dh_auto_clean
   dh_clean
 debian/rules build
dh build
   dh_update_autotools_config
   dh_auto_configure
	perl -I. Makefile.PL INSTALLDIRS=vendor "OPTIMIZE=-g -O2 -fdebug-prefix-map=/tmp/autopkgtest.tgbi5X/const_build_path=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" "LD=x86_64-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/tmp/autopkgtest.tgbi5X/const_build_path=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro"
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for MIME::Tools
Writing MYMETA.yml and MYMETA.json
   dh_auto_build
	make -j1
make[1]: Entering directory '/tmp/autopkgtest.tgbi5X/const_build_path'
cp lib/MIME/Head.pm blib/lib/MIME/Head.pm
cp lib/MIME/Field/ContType.pm blib/lib/MIME/Field/ContType.pm
cp lib/MIME/Field/ConTraEnc.pm blib/lib/MIME/Field/ConTraEnc.pm
cp lib/MIME/Decoder.pm blib/lib/MIME/Decoder.pm
cp lib/MIME/Decoder/UU.pm blib/lib/MIME/Decoder/UU.pm
cp lib/MIME/Decoder/NBit.pm blib/lib/MIME/Decoder/NBit.pm
cp lib/MIME/Field/ParamVal.pm blib/lib/MIME/Field/ParamVal.pm
cp lib/MIME/Parser/Results.pm blib/lib/MIME/Parser/Results.pm
cp lib/MIME/Parser.pm blib/lib/MIME/Parser.pm
cp lib/MIME/Parser/Filer.pm blib/lib/MIME/Parser/Filer.pm
cp lib/MIME/Tools.pm blib/lib/MIME/Tools.pm
cp lib/MIME/Decoder/Base64.pm blib/lib/MIME/Decoder/Base64.pm
cp lib/MIME/Decoder/Gzip64.pm blib/lib/MIME/Decoder/Gzip64.pm
cp lib/MIME/Parser/Reader.pm blib/lib/MIME/Parser/Reader.pm
cp lib/MIME/Decoder/Binary.pm blib/lib/MIME/Decoder/Binary.pm
cp lib/MIME/Decoder/QuotedPrint.pm blib/lib/MIME/Decoder/QuotedPrint.pm
cp lib/MIME/Words.pm blib/lib/MIME/Words.pm
cp lib/MIME/Entity.pm blib/lib/MIME/Entity.pm
cp lib/MIME/Decoder/BinHex.pm blib/lib/MIME/Decoder/BinHex.pm
cp lib/MIME/Field/ContDisp.pm blib/lib/MIME/Field/ContDisp.pm
cp lib/MIME/WordDecoder.pm blib/lib/MIME/WordDecoder.pm
cp lib/MIME/Body.pm blib/lib/MIME/Body.pm
Manifying 22 pod documents
make[1]: Leaving directory '/tmp/autopkgtest.tgbi5X/const_build_path'
   dh_auto_test
	make -j1 test TEST_VERBOSE=1
make[1]: Entering directory '/tmp/autopkgtest.tgbi5X/const_build_path'
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/02-kwalitee.t ................... skipped: These tests are for author or release candidate testing
t/02-pod-coverage.t ............... skipped: Test::Pod::Coverage disabled. TEST_POD_COVERAGE=1 if you want it.
t/02-pod.t ........................ 
1..22
ok 1 - POD test for lib/MIME/Words.pm
ok 2 - POD test for lib/MIME/Entity.pm
ok 3 - POD test for lib/MIME/Tools.pm
ok 4 - POD test for lib/MIME/Decoder.pm
ok 5 - POD test for lib/MIME/Parser.pm
ok 6 - POD test for lib/MIME/WordDecoder.pm
ok 7 - POD test for lib/MIME/Head.pm
ok 8 - POD test for lib/MIME/Body.pm
ok 9 - POD test for lib/MIME/Field/ContType.pm
ok 10 - POD test for lib/MIME/Field/ConTraEnc.pm
ok 11 - POD test for lib/MIME/Field/ParamVal.pm
ok 12 - POD test for lib/MIME/Field/ContDisp.pm
ok 13 - POD test for lib/MIME/Parser/Reader.pm
ok 14 - POD test for lib/MIME/Parser/Results.pm
ok 15 - POD test for lib/MIME/Parser/Filer.pm
ok 16 - POD test for lib/MIME/Decoder/Binary.pm
ok 17 - POD test for lib/MIME/Decoder/QuotedPrint.pm
ok 18 - POD test for lib/MIME/Decoder/UU.pm
ok 19 - POD test for lib/MIME/Decoder/NBit.pm
ok 20 - POD test for lib/MIME/Decoder/Base64.pm
ok 21 - POD test for lib/MIME/Decoder/BinHex.pm
ok 22 - POD test for lib/MIME/Decoder/Gzip64.pm
ok
t/99-prepare.t .................... 
1..1
ok 1 - ./testout exists
ok
t/attachment-filename-encoding.t .. 
1..7
ok 1 - use MIME::Parser;
ok 2 - Parsed filename should have UTF-8 flag on
ok 3 - Parsed filename should match expectation
ok 4 - Parsed filename should have UTF-8 flag on
ok 5 - Parsed filename should match expectation
ok 6 - Parsed filename should have UTF-8 flag on
ok 7 - Got expected filename
ok
t/Body.t .......................... 
1..30
ok 1 - MIME::Body::Scalar: opened for writing
ok 2 - MIME::Body::Scalar: able to open body for reading?
ok 3 - MIME::Body::Scalar: getlines method works?
ok 4 - MIME::Body::Scalar: seek(SEEK_START) plus read works?
ok 5 - MIME::Body::Scalar: tell and seek(SEEK_CUR) works?
ok 6 - MIME::Body::Scalar: seek(SEEK_CUR) plus read works?
ok 7 - MIME::Body::Scalar: getline works?
ok 8 - MIME::Body::Scalar: as_lines works?
ok 9 - MIME::Body::Scalar: as_string works?
ok 10 - MIME::Body::File: opened for writing
ok 11 - MIME::Body::File: able to open body for reading?
ok 12 - MIME::Body::File: getlines method works?
ok 13 - MIME::Body::File: seek(SEEK_START) plus read works?
ok 14 - MIME::Body::File: tell and seek(SEEK_CUR) works?
ok 15 - MIME::Body::File: seek(SEEK_CUR) plus read works?
ok 16 - MIME::Body::File: getline works?
ok 17 - MIME::Body::File: as_lines works?
ok 18 - MIME::Body::File: as_string works?
ok 19 - MIME::Body::InCore: opened for writing
ok 20 - MIME::Body::InCore: able to open body for reading?
ok 21 - MIME::Body::InCore: getlines method works?
ok 22 - MIME::Body::InCore: seek(SEEK_START) plus read works?
ok 23 - MIME::Body::InCore: tell and seek(SEEK_CUR) works?
ok 24 - MIME::Body::InCore: seek(SEEK_CUR) plus read works?
ok 25 - MIME::Body::InCore: getline works?
ok 26 - MIME::Body::InCore: as_lines works?
ok 27 - MIME::Body::InCore: as_string works?
ok 28 - chdir to ./testout to avoid clutter
ok 29 - file created with leading whitespace, as expected
ok 30 - chdir back
ok
t/BodyPrint.t ..................... 
1..7
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok
# Using gzip: 1
t/Decoder.t ....................... 
1..8
ok 1 - Encoding/decoding of base64: size of testin/fun.txt == size of testout/fun.de1
ok 2 - Encoding/decoding of quoted-printable: size of testin/fun.txt == size of testout/fun.de2
ok 3 - Encoding/decoding of 7bit: size not comparable, marking pass anyway
ok 4 - Encoding/decoding of 8bit: size not comparable, marking pass anyway
ok 5 - Encoding/decoding of binary: size of testin/fun.txt == size of testout/fun.de5
ok 6 - Encoding/decoding of x-gzip64: size of testin/fun.txt == size of testout/fun.de6
ok 7 - Encoding/decoding of x-uuencode: size of testin/fun.txt == size of testout/fun.de7
ok 8 - Encoding/decoding of binhex: size of testin/fun.txt == size of testout/fun.de8
ok
t/EmptyPart.t ..................... 
1..6
ok 1 - Got an entity
ok 2
ok 3 - Got three parts
ok 4
ok 5
ok 6
ok
t/Entity.t ........................ 
1..39
ok 1 - Path: with no Filename, got default content-type.name
ok 2 - Path: with no Filename, got default content-disp.filename
ok 3 - Path: with no Filename, got default recommended filename
ok 4 - Path: with explicitly undef Filename, got no filename
ok 5 - Tested stringify
ok 6 - Path: verified explicit 'Filename'
ok 7 - Type: default ok
ok 8 - Type: explicit ok
ok 9 - Encoding: -SUGGEST yields 7bit
ok 10 - Encoding: -SUGGEST yields qp
ok 11 - Encoding: -SUGGEST yields base64
ok 12 - Charset: default ok
ok 13 - Charset: explicit
ok 14 - MIME::Entity->build croaked on message/rfc822 with base64 encoding
ok 15 - and it croaked with expected error.
ok 16 - MIME::Entity->build did not croak on message/global with base64 encoding
ok 17 - MIME::Entity->build croaked on multipart/alternative with base64 encoding
ok 18 - and it croaked with expected error.
ok 19 - ->body returns an array reference
ok 20 - ... of the correct size
ok 21 - wrote msg1 to filehandle glob
ok 22 - write msg2 to selected filehandle
ok 23 - message files are same length
ok 24 - parsed msg1 back in
ok 25 - preamble strings match
ok 26 - epilogue strings match
ok 27 - number of parts is correct (4)
ok 28 - GIF is right size (real = 3501, this = 3501)
ok 29 - GIF has correct MIME type
ok 30 - getline gets correct value (IO = IO::File=GLOB(0x555f95ed27b8), <This is the first and last line, with no CR at the end.>, <This is the first and last line, with no CR at the end.>)
ok 31 - MIME type okay
ok 32 - MIME encoding okay
ok 33 - msg2 same size as msg3
ok 34 - msg3 size (5840) is same as dup3 size (5840)
ok 35 - number of parts is correct (3)
ok 36 - ->body returns an array reference
ok 37 - ... of the correct size (12 incl. signature)
ok 38 - GIF has correct MIME type
ok 39 - purge worked
ok
t/Filer.t ......................... 
1..17
ok 1 - use MIME::Parser::Filer;
ok 2 - .. is evil
ok 3 -  wookieЭ.doc is evil
ok 4 -  leading_space is evil
ok 5 - index[1].html is evil
ok 6 - . is evil
ok 7 -  wookieø.doc is evil
ok 8 -   is evil
ok 9 - trailing_space  is evil
ok 10 - .. was exorcised
ok 11 -  wookieЭ.doc was exorcised
ok 12 -  leading_space was exorcised
ok 13 - index[1].html was exorcised
ok 14 - . was exorcised
ok 15 -  wookieø.doc was exorcised
ok 16 -   was exorcised
ok 17 - trailing_space  was exorcised
ok
t/Gauntlet.t ...................... 
1..63
ok 1 - ::GOUT, ent->print [43-712 == 669]
ok 2 - ::GOUT, print ent->as_string [765-1434]
ok 3 - ::GOUT, ent->print_header: 
ok 4 - ::GOUT, ent->print_body: 
ok 5 - ::GOUT, ent->bodyhandle->print: 
ok 6 - ::GOUT, print ent->bodyhandle->data: 
ok 7 - BARE FH:    size ./testout/gauntlet.out (3201) == 3201?
ok 8 - GLOB(0x5563f68f51b0), ent->print [43-712 == 669]
ok 9 - GLOB(0x5563f68f51b0), print ent->as_string [765-1434]
ok 10 - GLOB(0x5563f68f51b0), ent->print_header: 
ok 11 - GLOB(0x5563f68f51b0), ent->print_body: 
ok 12 - GLOB(0x5563f68f51b0), ent->bodyhandle->print: 
ok 13 - GLOB(0x5563f68f51b0), print ent->bodyhandle->data: 
ok 14 - GLOB ref:   size ./testout/gauntlet.out (3201) == 3201?
ok 15 - IO::File=GLOB(0x5563f690ef08), ent->print [43-712 == 669]
ok 16 - IO::File=GLOB(0x5563f690ef08), print ent->as_string [765-1434]
ok 17 - IO::File=GLOB(0x5563f690ef08), ent->print_header: 
ok 18 - IO::File=GLOB(0x5563f690ef08), ent->print_body: 
ok 19 - IO::File=GLOB(0x5563f690ef08), ent->bodyhandle->print: 
ok 20 - IO::File=GLOB(0x5563f690ef08), print ent->bodyhandle->data: 
ok 21 - IO::File: size ./testout/gauntlet.out (3201) == 3201?
ok 22 - ::GOUT, ent->print [43-712 == 669]
ok 23 - ::GOUT, print ent->as_string [765-1434]
ok 24 - ::GOUT, ent->print_header: 
ok 25 - ::GOUT, ent->print_body: 
ok 26 - ::GOUT, ent->bodyhandle->print: 
ok 27 - ::GOUT, print ent->bodyhandle->data: 
ok 28 - BARE FH:    size ./testout/gauntlet.out (3201) == 3201?
ok 29 - GLOB(0x5563f68f51b0), ent->print [43-712 == 669]
ok 30 - GLOB(0x5563f68f51b0), print ent->as_string [765-1434]
ok 31 - GLOB(0x5563f68f51b0), ent->print_header: 
ok 32 - GLOB(0x5563f68f51b0), ent->print_body: 
ok 33 - GLOB(0x5563f68f51b0), ent->bodyhandle->print: 
ok 34 - GLOB(0x5563f68f51b0), print ent->bodyhandle->data: 
ok 35 - GLOB ref:   size ./testout/gauntlet.out (3201) == 3201?
ok 36 - IO::File=GLOB(0x5563f691b048), ent->print [43-712 == 669]
ok 37 - IO::File=GLOB(0x5563f691b048), print ent->as_string [765-1434]
ok 38 - IO::File=GLOB(0x5563f691b048), ent->print_header: 
ok 39 - IO::File=GLOB(0x5563f691b048), ent->print_body: 
ok 40 - IO::File=GLOB(0x5563f691b048), ent->bodyhandle->print: 
ok 41 - IO::File=GLOB(0x5563f691b048), print ent->bodyhandle->data: 
ok 42 - IO::File: size ./testout/gauntlet.out (3201) == 3201?
ok 43 - ::GOUT, ent->print [43-712 == 669]
ok 44 - ::GOUT, print ent->as_string [765-1434]
ok 45 - ::GOUT, ent->print_header: 
ok 46 - ::GOUT, ent->print_body: 
ok 47 - ::GOUT, ent->bodyhandle->print: 
ok 48 - ::GOUT, print ent->bodyhandle->data: 
ok 49 - BARE FH:    size ./testout/gauntlet.out (3201) == 3201?
ok 50 - GLOB(0x5563f68f51b0), ent->print [43-712 == 669]
ok 51 - GLOB(0x5563f68f51b0), print ent->as_string [765-1434]
ok 52 - GLOB(0x5563f68f51b0), ent->print_header: 
ok 53 - GLOB(0x5563f68f51b0), ent->print_body: 
ok 54 - GLOB(0x5563f68f51b0), ent->bodyhandle->print: 
ok 55 - GLOB(0x5563f68f51b0), print ent->bodyhandle->data: 
ok 56 - GLOB ref:   size ./testout/gauntlet.out (3201) == 3201?
ok 57 - IO::File=GLOB(0x5563f691dda8), ent->print [43-712 == 669]
ok 58 - IO::File=GLOB(0x5563f691dda8), print ent->as_string [765-1434]
ok 59 - IO::File=GLOB(0x5563f691dda8), ent->print_header: 
ok 60 - IO::File=GLOB(0x5563f691dda8), ent->print_body: 
ok 61 - IO::File=GLOB(0x5563f691dda8), ent->bodyhandle->print: 
ok 62 - IO::File=GLOB(0x5563f691dda8), print ent->bodyhandle->data: 
ok 63 - IO::File: size ./testout/gauntlet.out (3201) == 3201?
ok
t/Head.t .......................... 
1..20
ok 1 - parse failed as expected?
ok 2 - parse of good file succeeded as expected?
ok 3 - got all fields we expected?
ok 4 - got the subject okay?
ok 5 - able to set Subject, and get SUBJECT?
ok 6 - count method working?
ok 7 - got the parameter hash?
ok 8 - got the default field?
ok 9 - got the name?
ok 10 - got the length?
ok 11 - got the setting?
ok 12 - output is a decent size?
ok 13 - Q decoding okay?
ok 14 - B encoding and compositing okay?
ok 15 - field order preserved under stringify?
ok 16 - field order preserved under stringify after fields added?
ok 17 - field order is preserved under stringify after decoding?
ok 18 - Simple case, good filename
ok 19 - Simple case, second-best choice of filename
ok 20 - no filenames found
ok
t/Misc.t .......................... 
1..14
ok 1 - bug 971008-MWN: are MIME attributes parsed ok?
ok 2 - bug 970822-AL: Mail::Field register problem (paramstr)
ok 3 - bug 970822-AL: Mail::Field register problem (type)
ok 4 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 5 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 6 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 7 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 8 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 9 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 10 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 11 - bug 970725-DNA: QP use of RFC2049 guideline 8
ok 12 - bug 970626-TS: header get_all() case problem fixed?
ok 13 - bug 980430-JT: did we get 2 parts?
ok 14 - bug: did we get 2 parts?
ok
t/obfuscated-zip.t ................ 
1..2
ok 1 - Entity has two parts
ok 2 - Got expected attachment name
ok
t/ParamVal.t ...................... 
1..13
ok 1 - An object of class 'MIME::Field::ContType' isa 'MIME::Field::ParamVal'
ok 2 - An object of class 'MIME::Field::ContType' isa 'Mail::Field'
ok 3 - Object stringified to expected value
ok 4 - Got body of header
ok 5 - answer param was unpacked correctly
ok 6 - Got body of header
ok 7 - Got correct filename
ok 8 - Got correct final param
ok 9 - Got body of header
ok 10 - Got correct filename
ok 11 - Got body of header
ok 12 - Got correct filename
ok 13 - Got correct final parameter
ok
t/Parser.t ........................ 
1..31
ok 1 - parse of nested multipart
ok 2 - vise gif size ok
ok 3 - 3d-eye gif size ok
ok 4 - message 1 has a size
ok 5 - message 2 has a size
ok 6 - message 3 has a size
ok 7 - message 4 has a size
ok 8 - parse of CRLF-terminated message
ok 9 - An object of class 'MIME::Entity' isa 'MIME::Entity'
ok 10 - type is text/html
ok 11 - An object of class 'MIME::Entity' isa 'MIME::Entity'
ok 12 - type is text/html
ok 13 - An object of class 'MIME::Entity' isa 'MIME::Entity'
ok 14 - type is text/html
ok 15 - 	parse of 2-part simple message (subj <Request for Leave
# >)
ok 16 - ->new_tmpfile() lives
ok 17 - ->print on fh ok
ok 18 - ->seek on fh ok
ok 19 - Read line back in OK
ok 20 - ->new_tmpfile() lives
ok 21 - ->print on fh ok
ok 22 - ->seek on fh ok
ok 23 - Read line back in OK
ok 24 - ->new_tmpfile() lives
ok 25 - ->print on fh ok
ok 26 - ->seek on fh ok
ok 27 - Read line back in OK
ok 28 - FH on scalar is OK
ok 29 - FH on real file is OK
ok 30 - globref is OK
ok 31 - tmp_recycling no-op method returned undef
ok
t/ParserEncoded.t ................. 
1..5
ok 1 - use MIME::Parser;
ok 2 - Entity stored encoded
ok 3 - Encoded MD5 match
ok 4 - Entity stored decoded
ok 5 - Decoded MD5 match
ok
t/ParserPreamble.t ................ 
1..7
ok 1 - use MIME::Parser;
ok 2 - Preamble is as expected
ok 3 - File with preamble roundtripped correctly
ok 4 - Preamble is as expected
ok 5 - File with preamble roundtripped correctly
ok 6 - Preamble is as expected
ok 7 - File with preamble roundtripped correctly
ok
t/Ref.t ........................... 
1..50
ok 1 - testmsgs/simple.ref Message => testmsgs/simple.msg, Parser => anonymous
ok 2 - Did purge work?
ok 3 - testmsgs/multi-nested3.ref Message => testmsgs/multi-nested3.msg, Parser => anonymous
ok 4 - Did purge work?
ok 5 - testmsgs/multi-weirdspace.ref Message => testmsgs/multi-weirdspace.msg, Parser => anonymous
ok 6 - Did purge work?
ok 7 - testmsgs/dup-names.ref Message => testmsgs/dup-names.msg, Parser => anonymous
ok 8 - Did purge work?
ok 9 - testmsgs/multi-digest.ref Message => testmsgs/multi-digest.msg, Parser => anonymous
ok 10 - Did purge work?
ok 11 - testmsgs/re-fwd.ref Message => testmsgs/re-fwd.msg, Parser => anonymous
ok 12 - Did purge work?
ok 13 - testmsgs/multi-2evil.ref Message => testmsgs/multi-2evil.msg, Parser => anonymous
ok 14 - Did purge work?
ok 15 - testmsgs/multi-nested.ref Message => testmsgs/multi-nested.msg, Parser => anonymous
ok 16 - Did purge work?
ok 17 - testmsgs/multi-igor2.ref Message => testmsgs/multi-igor2.msg, Parser => anonymous
ok 18 - Did purge work?
ok 19 - testmsgs/ak-0696-none.ref Message => testmsgs/ak-0696.msg, Parser => anonymous
ok 20 - Did purge work?
ok 21 - testmsgs/uu-junk-extracted.ref Message => testmsgs/uu-junk.msg, Parser => anonymous
ok 22 - Did purge work?
ok 23 - testmsgs/uu-junk.ref Message => testmsgs/uu-junk.msg, Parser => anonymous
ok 24 - Did purge work?
ok 25 - testmsgs/uu-zeegee.ref Message => testmsgs/uu-zeegee.msg, Parser => anonymous
ok 26 - Did purge work?
ok 27 - testmsgs/russian.ref Message => testmsgs/russian.msg, Parser => default
ok 28 - Did purge work?
ok 29 - testmsgs/german.ref Message => testmsgs/german.msg, Parser => anonymous
ok 30 - Did purge work?
ok 31 - testmsgs/multi-2gifs.ref Message => testmsgs/multi-2gifs.msg, Parser => anonymous
ok 32 - Did purge work?
ok 33 - testmsgs/bluedot-postcard.ref Message => testmsgs/bluedot-postcard.msg, Parser => anonymous
ok 34 - Did purge work?
ok 35 - testmsgs/multi-nested2.ref Message => testmsgs/multi-nested2.msg, Parser => anonymous
ok 36 - Did purge work?
ok 37 - testmsgs/hdr-fakeout-newmailtools-ref Message => testmsgs/hdr-fakeout.msg, Parser => anonymous
ok 38 - Did purge work?
ok 39 - testmsgs/multi-simple.ref Message => testmsgs/multi-simple.msg, Parser => anonymous
ok 40 - Did purge work?
ok 41 - testmsgs/multi-igor.ref Message => testmsgs/multi-igor.msg, Parser => anonymous
ok 42 - Did purge work?
ok 43 - testmsgs/multi-clen.ref Message => testmsgs/multi-clen.msg, Parser => anonymous
ok 44 - Did purge work?
ok 45 - testmsgs/bluedot-simple.ref Message => testmsgs/bluedot-simple.msg, Parser => anonymous
ok 46 - Did purge work?
ok 47 - testmsgs/ak-0696-nest.ref Message => testmsgs/ak-0696.msg, Parser => anonymous
ok 48 - Did purge work?
ok 49 - testmsgs/ak-0696-replace.ref Message => testmsgs/ak-0696.msg, Parser => anonymous
ok 50 - Did purge work?
ok
t/Smtpsend.t ...................... 
1..9
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok
t/ticket-11901.t .................. 
1..2
ok 1 - An object of class 'MIME::Entity' isa 'MIME::Entity'
ok 2 - Can't remove sig from broken message
ok
t/ticket-119568.t ................. 
1..4
ok 1 - Got expected line endings
ok 2 - Got expected line endings
ok 3 - Got expected line endings
ok 4 - Got expected line endings for Base64 encoding
ok
t/ticket-22684.t .................. 
1..3
ok 1 # skip Need Proc::ProcessTable for this test
ok 2 # skip Need Proc::ProcessTable for this test
ok 3 # skip Need Proc::ProcessTable for this test
ok
t/ticket-37139.t .................. 
1..2
ok 1 - make_singlepart() succeeded
ok 2
ok
t/ticket-41632.t .................. 
1..6
ok 1 - Got the "inline" right
ok 2 - Ignored non-RFC-2231 value if RFC-2231 parameters are present
ok 3 - Got filename if RFC-2231 parameters are absent
ok 4 - Got RFC-2231 value
ok 5 - Ignored non-RFC-2231 value if RFC-2231 parameters are present
ok 6 - Ignored non-RFC-2231 value if RFC-2231 parameters are present
ok
t/ticket-43439.t .................. 
1..4
ok 1 - Got expected MIME type
ok 2 - Got expected boundary
ok 3 - Got expected MIME type
ok 4 - Got expected boundary
ok
t/ticket-52924.t .................. 
1..2
ok 1 - <> added around bare Id value when creating
ok 2 - <> not added around Id value when already present
ok
t/ticket-5462.t ................... 
1..2
ok 1
ok 2
ok
t/ticket-60931.t .................. 
1..2
ok 1 - An object of class 'MIME::Entity' isa 'MIME::Entity'
ok 2 - Message with empty preamble roundtrips back to original
ok
t/ticket-65681.t .................. 
1..2
ok 1 - Headers unchanged by line-ending conventions
ok 2 - Got expected subject
ok
t/ticket-66025.t .................. 
1..1
ok 1 - Fix for ticket \#66025 passes
ok
t/ticket-71041.t .................. 
1..1
ok 1 - Header was parsed as expected
ok
t/ticket-71677.t .................. 
1..2
ok 1 - Path exists
ok 2 - And has the expected form
ok
t/ticket-80433.t .................. 
1..2
ok 1
ok 2
ok
t/WordDecoder.t ................... 
1..22
ok 1 - No exceptions
ok 2 - Subject: =?ISO-8859-1?Q?Oc=E9_3165_Network_Copier_down_for_maintenance?= produced correct output
ok 3 - Got an exception as expected
ok 4 - Got an exception as expected
ok 5 - No exceptions
ok 6 - =?US-ASCII?Q?Keith_Moore?= <moore at cs.utk.edu> produced correct output
ok 7 - No exceptions
ok 8 - =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= <keld at dkuug.dk> produced correct output
ok 9 - No exceptions
ok 10 - =?ISO-8859-1?Q?Andr=E9_?=(<- one space) Pirard <PIRARD at vm1.ulg.ac.be> produced correct output
ok 11 - No exceptions
ok 12 - =?ISO-8859-1?Q?Andr=E9_?= (<- two spaces) Pirard <PIRARD at vm1.ulg.ac.be> produced correct output
ok 13 - No exceptions
ok 14 - =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?==?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?==?US-ASCII?Q?.._cool!?= produced correct output
ok 15 - No exceptions
ok 16 - =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?=
# 	=?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?=
# 	=?US-ASCII?Q?.._cool!?= produced correct output
ok 17 - No exceptions
ok 18 - =?ISO-8859-1?Q?=5F-=5F?= produced correct output
ok 19 - Got back expected UTF-8 string
ok 20 - Converted string has UTF-8 flag on
ok 21 - Got back expected UTF-8 string
ok 22 - Converted string has UTF-8 flag on
ok
t/WordEncoder.t ................... 
1..8
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok
t/Words.t ......................... 
1..20
ok 1 - No exceptions
ok 2 - Subject: =?ISO-8859-1?Q?Oc=E9_3165_Network_Copier_down_for_maintenance?= produced correct output
ok 3 - Got an exception as expected
ok 4 - Got an exception as expected
ok 5 - No exceptions
ok 6 - =?US-ASCII?Q?Keith_Moore?= <moore at cs.utk.edu> produced correct output
ok 7 - No exceptions
ok 8 - =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= <keld at dkuug.dk> produced correct output
ok 9 - No exceptions
ok 10 - =?ISO-8859-1?Q?Andr=E9_?=(<- one space) Pirard <PIRARD at vm1.ulg.ac.be> produced correct output
ok 11 - No exceptions
ok 12 - =?ISO-8859-1?Q?Andr=E9_?= (<- two spaces) Pirard <PIRARD at vm1.ulg.ac.be> produced correct output
ok 13 - No exceptions
ok 14 - =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?==?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?==?US-ASCII?Q?.._cool!?= produced correct output
ok 15 - No exceptions
ok 16 - =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?=
# 	=?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?=
# 	=?US-ASCII?Q?.._cool!?= produced correct output
ok 17 - No exceptions
ok 18 - =?ISO-8859-1?Q?=5F-=5F?= produced correct output
ok 19 - encode/decode of string with spaces matches original
ok 20 - encode/decode of string with spaces matches original
ok
All tests successful.
Files=38, Tests=436,  5 wallclock secs ( 0.13 usr  0.05 sys +  3.65 cusr  0.33 csys =  4.16 CPU)
Result: PASS
make[1]: Leaving directory '/tmp/autopkgtest.tgbi5X/const_build_path'
 fakeroot debian/rules binary
dh binary
   dh_testroot
   dh_prep
   dh_auto_install
	make -j1 install DESTDIR=/tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl AM_UPDATE_INFO_DIR=no PREFIX=/usr
make[1]: Entering directory '/tmp/autopkgtest.tgbi5X/const_build_path'
Manifying 22 pod documents
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Words.pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Entity.pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Tools.pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder.pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Parser.pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/WordDecoder.pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Head.pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Body.pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Field/ContType.pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Field/ConTraEnc.pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Field/ParamVal.pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Field/ContDisp.pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Parser/Reader.pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Parser/Results.pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Parser/Filer.pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/Binary.pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/QuotedPrint.pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/UU.pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/NBit.pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/Base64.pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/BinHex.pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/perl5/MIME/Decoder/Gzip64.pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Field::ContType.3pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::WordDecoder.3pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::BinHex.3pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Entity.3pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Parser::Results.3pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Field::ContDisp.3pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder.3pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::Base64.3pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Body.3pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Words.3pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::Binary.3pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::QuotedPrint.3pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Field::ConTraEnc.3pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Field::ParamVal.3pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::NBit.3pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::UU.3pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Parser::Filer.3pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Parser.3pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Head.3pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Decoder::Gzip64.3pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Tools.3pm
Installing /tmp/autopkgtest.tgbi5X/const_build_path/debian/libmime-tools-perl/usr/share/man/man3/MIME::Parser::Reader.3pm
make[1]: Leaving directory '/tmp/autopkgtest.tgbi5X/const_build_path'
   dh_installdocs
   dh_installchangelogs
   dh_installexamples
   dh_installman
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'libmime-tools-perl' in '../libmime-tools-perl_5.509-1_all.deb'.
 dpkg-genbuildinfo --build=binary
 dpkg-genchanges --build=binary >../libmime-tools-perl_5.509-1_amd64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build const_build_path
dpkg-buildpackage: info: binary-only upload (no source included)
INFO:root:build successful, copying artifacts
INFO:root:copying /tmp/autopkgtest.tgbi5X/artifacts-control/ back from virtual server's /tmp/tmpsk8jqbbl/control
INFO:root:build "experiment-1": vary environment, FIX build_path, FIX user_group, vary fileordering, vary home, vary kernel, vary locales, vary exec_path, vary time, vary timezone, vary umask
INFO:root:copying . over to virtual server's /tmp/autopkgtest.tgbi5X/build-experiment-1/
INFO:root:starting build with source directory: /tmp/autopkgtest.tgbi5X/build-experiment-1/, artifact pattern: ./../*.deb
Note, using directory './.' to get the build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
INFO:root:executing build in /tmp/autopkgtest.tgbi5X/const_build_path/
tail: ÎÞ·¨´ò¿ª'debian/changelog' ¶ÁÈ¡Êý¾Ý: ȨÏÞ²»¹»
dpkg-buildpackage: error: tail of debian/changelog subprocess returned exit status 1
INFO:root:build successful, copying artifacts
/bin/sh: 2: cd: can't cd to /tmp/autopkgtest.tgbi5X/build-experiment-1/
WARNING:root:preserving temporary files in: /tmp/autopkgtest.tgbi5X
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 783, in run
    return 0 if check_func(*check_args) else 1
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 343, in check
    local_dists = [proc.send(nv) for nv in zip(bnames, build_variations)]
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 343, in <listcomp>
    local_dists = [proc.send(nv) for nv in zip(bnames, build_variations)]
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 309, in corun_builds
    bctx.run_build(testbed, build, os.environ, artifact_pattern, testbed_build_pre, no_clean_on_error)
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 206, in run_build
    testbed.check_exec2(shell_copy_pattern(dist_base, self.testbed_src, artifact_pattern))
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 62, in check_exec2
    adtlog.AutopkgtestError)
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 68, in bomb
    raise _type(m)
reprotest.lib.adtlog.AutopkgtestError: "sh -ec mkdir -p "/tmp/autopkgtest.tgbi5X/artifacts-experiment-1/source-root"
cd "/tmp/autopkgtest.tgbi5X/build-experiment-1/" && cp --parents -a -t "/tmp/autopkgtest.tgbi5X/artifacts-experiment-1/source-root" ./../*.deb
" failed with status 2
-------------- next part --------------
INFO:root:preset auto-selected: ReprotestPreset(build_command='\n        if [ "$(id -u)" = 0 ]; then\n            sudo -E -u "$LOGNAME" sh -ec \'dpkg-buildpackage --no-sign -b\';\n        else\n            sh -ec \'dpkg-buildpackage --no-sign -b\';\n        fi\n        ', artifact_pattern='../*.deb', testbed_pre=None, testbed_init='apt-get -y --no-install-recommends install disorderfs faketime locales-all sudo util-linux;         test -c /dev/fuse || mknod -m 666 /dev/fuse c 10 229;         test -f /etc/mtab || ln -s ../proc/self/mounts /etc/mtab', testbed_build_pre='apt-get -y --no-install-recommends build-dep ./"."', source_pattern=None, diffoscope_args=[])
INFO:root:STARTING VIRTUAL SERVER ['/usr/lib/python3/dist-packages/reprotest/virt/autopkgtest-virt-schroot', 'default']
Reading package lists...
Building dependency tree...
Reading state information...
util-linux is already the newest version (2.30.2-0.1).
The following additional packages will be installed:
  fuse libc-l10n libfaketime libfuse2 lsb-base
The following NEW packages will be installed:
  disorderfs faketime fuse libc-l10n libfaketime libfuse2 locales-all lsb-base
  sudo
debconf: delaying package configuration, since apt-utils is not installed
0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/5812 kB of archives.
After this operation, 138 MB of additional disk space will be used.
Selecting previously unselected package lsb-base.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9985 files and directories currently installed.)
Preparing to unpack .../0-lsb-base_9.20170808_all.deb ...
Unpacking lsb-base (9.20170808) ...
Selecting previously unselected package libc-l10n.
Preparing to unpack .../1-libc-l10n_2.24-17_all.deb ...
Unpacking libc-l10n (2.24-17) ...
Selecting previously unselected package libfuse2:amd64.
Preparing to unpack .../2-libfuse2_2.9.7-1_amd64.deb ...
Unpacking libfuse2:amd64 (2.9.7-1) ...
Selecting previously unselected package fuse.
Preparing to unpack .../3-fuse_2.9.7-1_amd64.deb ...
Unpacking fuse (2.9.7-1) ...
Selecting previously unselected package disorderfs.
Preparing to unpack .../4-disorderfs_0.5.2-1_amd64.deb ...
Unpacking disorderfs (0.5.2-1) ...
Selecting previously unselected package libfaketime:amd64.
Preparing to unpack .../5-libfaketime_0.9.6-7+b1_amd64.deb ...
Unpacking libfaketime:amd64 (0.9.6-7+b1) ...
Selecting previously unselected package faketime.
Preparing to unpack .../6-faketime_0.9.6-7+b1_amd64.deb ...
Unpacking faketime (0.9.6-7+b1) ...
Selecting previously unselected package locales-all.
Preparing to unpack .../7-locales-all_2.24-17_amd64.deb ...
Unpacking locales-all (2.24-17) ...
Selecting previously unselected package sudo.
Preparing to unpack .../8-sudo_1.8.21p2-2_amd64.deb ...
Unpacking sudo (1.8.21p2-2) ...
Setting up libfuse2:amd64 (2.9.7-1) ...
Setting up lsb-base (9.20170808) ...
Processing triggers for libc-bin (2.24-17) ...
Setting up libfaketime:amd64 (0.9.6-7+b1) ...
Setting up libc-l10n (2.24-17) ...
Setting up faketime (0.9.6-7+b1) ...
Setting up fuse (2.9.7-1) ...
Setting up sudo (1.8.21p2-2) ...
invoke-rc.d: could not determine current runlevel
All runlevel operations denied by policy
invoke-rc.d: policy-rc.d denied execution of start.
Setting up disorderfs (0.5.2-1) ...
Setting up locales-all (2.24-17) ...
INFO:root:build "control": FIX environment, FIX build_path, FIX user_group, FIX fileordering, FIX home, FIX kernel, FIX locales, FIX exec_path, FIX time, FIX timezone, FIX umask
INFO:root:copying . over to virtual server's /tmp/autopkgtest.Al4Pi9/build-control/
INFO:root:starting build with source directory: /tmp/autopkgtest.Al4Pi9/build-control/, artifact pattern: ./../*.deb
Note, using directory './.' to get the build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev bsdmainutils debhelper
  dh-autoreconf dh-strip-nondeterminism file gettext gettext-base groff-base
  intltool-debian libarchive-zip-perl libbsd0 libconvert-binhex-perl libcroco3
  libfile-stripnondeterminism-perl libglib2.0-0 libicu57 libio-socket-ssl-perl
  libmagic-mgc libmagic1 libmailtools-perl libnet-smtp-ssl-perl
  libnet-ssleay-perl libpipeline1 libsigsegv2 libssl1.1 libtest-deep-perl
  libtest-pod-perl libtool libxml2 m4 man-db netbase perl-openssl-defaults
  po-debconf
debconf: delaying package configuration, since apt-utils is not installed
0 upgraded, 38 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/21.5 MB of archives.
After this operation, 71.8 MB of additional disk space will be used.
Selecting previously unselected package groff-base.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16882 files and directories currently installed.)
Preparing to unpack .../00-groff-base_1.22.3-9_amd64.deb ...
Unpacking groff-base (1.22.3-9) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../01-libbsd0_0.8.6-2_amd64.deb ...
Unpacking libbsd0:amd64 (0.8.6-2) ...
Selecting previously unselected package bsdmainutils.
Preparing to unpack .../02-bsdmainutils_9.0.12+nmu1_amd64.deb ...
Unpacking bsdmainutils (9.0.12+nmu1) ...
Selecting previously unselected package libpipeline1:amd64.
Preparing to unpack .../03-libpipeline1_1.4.2-1_amd64.deb ...
Unpacking libpipeline1:amd64 (1.4.2-1) ...
Selecting previously unselected package man-db.
Preparing to unpack .../04-man-db_2.7.6.1-2_amd64.deb ...
Unpacking man-db (2.7.6.1-2) ...
Selecting previously unselected package libssl1.1:amd64.
Preparing to unpack .../05-libssl1.1_1.1.0f-5_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.0f-5) ...
Selecting previously unselected package netbase.
Preparing to unpack .../06-netbase_5.4_all.deb ...
Unpacking netbase (5.4) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../07-libmagic-mgc_1%3a5.32-1_amd64.deb ...
Unpacking libmagic-mgc (1:5.32-1) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../08-libmagic1_1%3a5.32-1_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.32-1) ...
Selecting previously unselected package file.
Preparing to unpack .../09-file_1%3a5.32-1_amd64.deb ...
Unpacking file (1:5.32-1) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../10-gettext-base_0.19.8.1-4_amd64.deb ...
Unpacking gettext-base (0.19.8.1-4) ...
Selecting previously unselected package libicu57:amd64.
Preparing to unpack .../11-libicu57_57.1-8_amd64.deb ...
Unpacking libicu57:amd64 (57.1-8) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../12-libxml2_2.9.4+dfsg1-5_amd64.deb ...
Unpacking libxml2:amd64 (2.9.4+dfsg1-5) ...
Selecting previously unselected package libsigsegv2:amd64.
Preparing to unpack .../13-libsigsegv2_2.11-1_amd64.deb ...
Unpacking libsigsegv2:amd64 (2.11-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../14-m4_1.4.18-1_amd64.deb ...
Unpacking m4 (1.4.18-1) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../15-autoconf_2.69-11_all.deb ...
Unpacking autoconf (2.69-11) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../16-autotools-dev_20161112.1_all.deb ...
Unpacking autotools-dev (20161112.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../17-automake_1%3a1.15.1-3_all.deb ...
Unpacking automake (1:1.15.1-3) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../18-autopoint_0.19.8.1-4_all.deb ...
Unpacking autopoint (0.19.8.1-4) ...
Selecting previously unselected package libtool.
Preparing to unpack .../19-libtool_2.4.6-2_all.deb ...
Unpacking libtool (2.4.6-2) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../20-dh-autoreconf_14_all.deb ...
Unpacking dh-autoreconf (14) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../21-libarchive-zip-perl_1.59-1_all.deb ...
Unpacking libarchive-zip-perl (1.59-1) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../22-libfile-stripnondeterminism-perl_0.038-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (0.038-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../23-dh-strip-nondeterminism_0.038-1_all.deb ...
Unpacking dh-strip-nondeterminism (0.038-1) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../24-libglib2.0-0_2.54.1-1_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.54.1-1) ...
Selecting previously unselected package libcroco3:amd64.
Preparing to unpack .../25-libcroco3_0.6.12-1_amd64.deb ...
Unpacking libcroco3:amd64 (0.6.12-1) ...
Selecting previously unselected package gettext.
Preparing to unpack .../26-gettext_0.19.8.1-4_amd64.deb ...
Unpacking gettext (0.19.8.1-4) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../27-intltool-debian_0.35.0+20060710.4_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.4) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../28-po-debconf_1.0.20_all.deb ...
Unpacking po-debconf (1.0.20) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../29-debhelper_10.9.2_all.deb ...
Unpacking debhelper (10.9.2) ...
Selecting previously unselected package libconvert-binhex-perl.
Preparing to unpack .../30-libconvert-binhex-perl_1.125-1_all.deb ...
Unpacking libconvert-binhex-perl (1.125-1) ...
Selecting previously unselected package perl-openssl-defaults:amd64.
Preparing to unpack .../31-perl-openssl-defaults_3_amd64.deb ...
Unpacking perl-openssl-defaults:amd64 (3) ...
Selecting previously unselected package libnet-ssleay-perl.
Preparing to unpack .../32-libnet-ssleay-perl_1.80-1+b2_amd64.deb ...
Unpacking libnet-ssleay-perl (1.80-1+b2) ...
Selecting previously unselected package libio-socket-ssl-perl.
Preparing to unpack .../33-libio-socket-ssl-perl_2.051-1_all.deb ...
Unpacking libio-socket-ssl-perl (2.051-1) ...
Selecting previously unselected package libnet-smtp-ssl-perl.
Preparing to unpack .../34-libnet-smtp-ssl-perl_1.04-1_all.deb ...
Unpacking libnet-smtp-ssl-perl (1.04-1) ...
Selecting previously unselected package libmailtools-perl.
Preparing to unpack .../35-libmailtools-perl_2.18-1_all.deb ...
Unpacking libmailtools-perl (2.18-1) ...
Selecting previously unselected package libtest-deep-perl.
Preparing to unpack .../36-libtest-deep-perl_1.127-1_all.deb ...
Unpacking libtest-deep-perl (1.127-1) ...
Selecting previously unselected package libtest-pod-perl.
Preparing to unpack .../37-libtest-pod-perl_1.51-1_all.deb ...
Unpacking libtest-pod-perl (1.51-1) ...
Setting up libtest-deep-perl (1.127-1) ...
Setting up libarchive-zip-perl (1.59-1) ...
Setting up libsigsegv2:amd64 (2.11-1) ...
Setting up groff-base (1.22.3-9) ...
Setting up libglib2.0-0:amd64 (2.54.1-1) ...
No schema files found: doing nothing.
Setting up gettext-base (0.19.8.1-4) ...
Setting up libpipeline1:amd64 (1.4.2-1) ...
Setting up m4 (1.4.18-1) ...
Setting up libicu57:amd64 (57.1-8) ...
Setting up libbsd0:amd64 (0.8.6-2) ...
Setting up libxml2:amd64 (2.9.4+dfsg1-5) ...
Setting up libmagic-mgc (1:5.32-1) ...
Setting up libmagic1:amd64 (1:5.32-1) ...
Setting up libcroco3:amd64 (0.6.12-1) ...
Processing triggers for libc-bin (2.24-17) ...
Setting up autotools-dev (20161112.1) ...
Setting up libssl1.1:amd64 (1.1.0f-5) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Setting up libtest-pod-perl (1.51-1) ...
Setting up bsdmainutils (9.0.12+nmu1) ...
update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
Setting up libconvert-binhex-perl (1.125-1) ...
Setting up autopoint (0.19.8.1-4) ...
Setting up netbase (5.4) ...
Setting up libfile-stripnondeterminism-perl (0.038-1) ...
Setting up gettext (0.19.8.1-4) ...
Setting up perl-openssl-defaults:amd64 (3) ...
Setting up autoconf (2.69-11) ...
Setting up file (1:5.32-1) ...
Setting up intltool-debian (0.35.0+20060710.4) ...
Setting up automake (1:1.15.1-3) ...
update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
Setting up man-db (2.7.6.1-2) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Not building database; man-db/auto-update is not 'true'.
Setting up libtool (2.4.6-2) ...
Setting up po-debconf (1.0.20) ...
Setting up libnet-ssleay-perl (1.80-1+b2) ...
Setting up libio-socket-ssl-perl (2.051-1) ...
Setting up libnet-smtp-ssl-perl (1.04-1) ...
Setting up libmailtools-perl (2.18-1) ...
Setting up dh-autoreconf (14) ...
Setting up dh-strip-nondeterminism (0.038-1) ...
Setting up debhelper (10.9.2) ...
Processing triggers for libc-bin (2.24-17) ...
INFO:root:executing build in /tmp/autopkgtest.Al4Pi9/const_build_path/
dpkg-buildpackage: error: fakeroot not found, either install the fakeroot
package, specify a command with the -r option, or run this as root
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 783, in run
    return 0 if check_func(*check_args) else 1
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 343, in check
    local_dists = [proc.send(nv) for nv in zip(bnames, build_variations)]
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 343, in <listcomp>
    local_dists = [proc.send(nv) for nv in zip(bnames, build_variations)]
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 309, in corun_builds
    bctx.run_build(testbed, build, os.environ, artifact_pattern, testbed_build_pre, no_clean_on_error)
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 203, in run_build
    kind='build')
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 62, in check_exec2
    adtlog.AutopkgtestError)
  File "/usr/lib/python3/dist-packages/reprotest/__init__.py", line 68, in bomb
    raise _type(m)
reprotest.lib.adtlog.AutopkgtestError: "sh -ec run_build() {
    mv /tmp/autopkgtest.Al4Pi9/build-control/ /tmp/autopkgtest.Al4Pi9/const_build_path && \
    umask 0022 && \
    export REPROTEST_BUILD_PATH=/tmp/autopkgtest.Al4Pi9/const_build_path/ && \
    export REPROTEST_UMASK=$(umask) && \
    linux64 --uname-2.6 \
    sh -ec 'cd "$REPROTEST_BUILD_PATH"; unset REPROTEST_BUILD_PATH; umask "$REPROTEST_UMASK"; unset REPROTEST_UMASK; 
        if [ "$(id -u)" = 0 ]; then
            sudo -E -u "$LOGNAME" sh -ec '"'"'dpkg-buildpackage --no-sign -b'"'"';
        else
            sh -ec '"'"'dpkg-buildpackage --no-sign -b'"'"';
        fi
        '
}

cleanup() {
    __c=0; \
    mv /tmp/autopkgtest.Al4Pi9/const_build_path /tmp/autopkgtest.Al4Pi9/build-control/ || __c=$?; \
    exit $__c
}

if ( run_build ); then ( cleanup ); else
    __x=$?; # save the exit code of run_build
    if ( cleanup ); then :; else echo >&2 "cleanup failed with exit code $?"; fi;
    exit $__x
fi" failed with status 25
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: Digital Signature
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20171020/13a326e2/attachment.sig>


More information about the Reproducible-builds mailing list