Start: 2014-08-17 17:45:15 UTC Package: frown-doc Priority: optional Section: doc Installed-Size: 1564 Maintainer: Debian Haskell Group Architecture: all Source: frown Version: 0.6.1-10 Suggests: doc-base Filename: pool/main/f/frown/frown-doc_0.6.1-10_all.deb Size: 591346 MD5sum: 257e41a5c33d2160ee4a479c24994db4 SHA1: 7cc444c0980e0a97ac4401149a1f5a8906bc8894 SHA256: b96ada96d2cca8eff11ec4a42fded3eb70cc71cd9abb655d8589ce1648703338 Description: Manual of the frown parser generator for Haskell 98 The manual and examples of the frown LALR(k) parser generator. , Frown is inspired by the parser generator Happy and uses a syntax quite simular as the syntax used by Happy. Happy only handles LALR(1) grammars while Frown can use more extensive LALR(k) grammars and the parsers generated by Frown are also faster than the parsers generated by Happy. . The salient features of Frown are: - The generated parsers are time and space efficient. On the downside, the parsers are quite large. - Frown generates four different types of parsers. As a common characteristic, the parsers are genuinely functional (ie 'table-free'); the states of the underlying LR automaton are encoded as mutually recursive functions. Three output formats use a typed stack representation, one format due to Ross Paterson (code=stackless) works even without a stack. - Encoding states as functions means that each state can be treated individually as opposed to a table driven-approach, which necessitates a uniform treatment of states. For instance, look-ahead is only used when necessary to resolve conflicts. - Frown comes with debugging and tracing facilities; the standard output format due to Doaitse Swierstra (code=standard) may be useful for teaching LR parsing. - Common grammatical patterns such as repetition of symbols can be captured using rule schemata. There are several predefined rule schemata. - Terminal symbols are arbitrary variable-free Haskell patterns or guards. Both terminal and nonterminal symbols may have an arbitrary number of synthesized attributes. - Frown comes with extensive documentation; several example grammars are included. . Furthermore, Frown supports the use of monadic lexers, monadic semantic actions, precedences and associativity, the generation of backtracking parsers, multiple start symbols, error reporting and a weak form of error correction. Tag: devel::examples, devel::lang:haskell, made-of::html, made-of::pdf, role::documentation Executing: sudo env PYTHONPATH=/srv/piuparts.debian.org/lib/python2.7/dist-packages timeout -s INT -k 5m 35m /srv/piuparts.debian.org/sbin/piuparts --skip-logrotatefiles-test --warn-on-others --scriptsdir /etc/piuparts/scripts --no-eatmydata --allow-database --warn-on-leftovers-after-purge -i /etc/shells --scriptsdir /etc/piuparts/scripts-squeeze --warn-on-debsums-errors --mirror 'http://mirror.bm.debian.org/debian/ main' --tmpdir /srv/piuparts.debian.org/tmp --arch amd64 -b /srv/piuparts.debian.org/slave/basetgz/squeeze_amd64.tar.gz -d squeeze --no-upgrade-test --apt frown-doc=0.6.1-10 0m0.0s INFO: ------------------------------------------------------------------------------ 0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile. 0m0.0s INFO: FAQ available at https://wiki.debian.org/piuparts/FAQ 0m0.0s INFO: The FAQ also explains how to contact us in case you think piuparts is wrong. 0m0.0s INFO: ------------------------------------------------------------------------------ 0m0.0s INFO: piuparts version 0.59 starting up. 0m0.0s INFO: Command line arguments: /srv/piuparts.debian.org/sbin/piuparts --skip-logrotatefiles-test --warn-on-others --scriptsdir /etc/piuparts/scripts --no-eatmydata --allow-database --warn-on-leftovers-after-purge -i /etc/shells --scriptsdir /etc/piuparts/scripts-squeeze --warn-on-debsums-errors --mirror 'http://mirror.bm.debian.org/debian/ main' --tmpdir /srv/piuparts.debian.org/tmp --arch amd64 -b /srv/piuparts.debian.org/slave/basetgz/squeeze_amd64.tar.gz -d squeeze --no-upgrade-test --apt frown-doc=0.6.1-10 0m0.0s INFO: Running on: Linux piu-slave-bm-a 3.2.0-4-amd64 #1 SMP Debian 3.2.60-1+deb7u3 x86_64 0m0.0s DEBUG: Created temporary directory /srv/piuparts.debian.org/tmp/tmpjHm2DE 0m0.0s DEBUG: Unpacking /srv/piuparts.debian.org/slave/basetgz/squeeze_amd64.tar.gz into /srv/piuparts.debian.org/tmp/tmpjHm2DE 0m0.0s DEBUG: Starting command: ['tar', '-C', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', '-zxf', '/srv/piuparts.debian.org/slave/basetgz/squeeze_amd64.tar.gz'] 0m1.7s DUMP: tar: ./proc: time stamp 2014-10-15 13:49:47 is 5083470.90957627 s in the future 0m1.7s DEBUG: Command ok: ['tar', '-C', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', '-zxf', '/srv/piuparts.debian.org/slave/basetgz/squeeze_amd64.tar.gz'] 0m1.7s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'mount', '-t', 'proc', 'proc', '/proc'] 0m1.8s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'mount', '-t', 'proc', 'proc', '/proc'] 0m1.8s DEBUG: sources.list: deb http://mirror.bm.debian.org/debian/ squeeze main 0m1.8s DEBUG: Created policy-rc.d and chmodded it. 0m1.8s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'apt-get', 'update'] 0m1.8s DUMP: Hit http://mirror.bm.debian.org squeeze Release.gpg Ign http://mirror.bm.debian.org/debian/ squeeze/main Translation-en Hit http://mirror.bm.debian.org squeeze Release Hit http://mirror.bm.debian.org squeeze/main amd64 Packages Reading package lists... 0m1.8s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'apt-get', 'update'] 0m1.8s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'apt-get', '-yf', 'dist-upgrade'] 0m2.1s DUMP: Reading package lists... Building dependency tree... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 0m2.1s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'apt-get', '-yf', 'dist-upgrade'] 0m2.1s DEBUG: Copying scriptsdir /etc/piuparts/scripts to /srv/piuparts.debian.org/tmp/tmpjHm2DE/tmp/scripts/ 0m2.1s DEBUG: Copying scriptsdir /etc/piuparts/scripts-squeeze to /srv/piuparts.debian.org/tmp/tmpjHm2DE/tmp/scripts/ 0m2.1s INFO: Running scripts post_setup 0m2.1s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/post_setup_experimental'] 0m2.1s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/post_setup_experimental'] 0m2.1s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/post_setup_forbid_home'] 0m2.2s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/post_setup_forbid_home'] 0m2.2s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/post_setup_force-unsafe-io'] 0m2.2s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/post_setup_force-unsafe-io'] 0m2.2s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/post_setup_squeeze-backports'] 0m2.2s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/post_setup_squeeze-backports'] 0m2.2s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/post_setup_squeeze-fake-essential'] 0m3.7s DUMP: *** Adding fake essential packages *** Reading package lists... Building dependency tree... Suggested packages: perl-modules The following NEW packages will be installed: adduser ucf 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 320 kB of archives. After this operation, 1532 kB of additional disk space will be used. Get:1 http://mirror.bm.debian.org/debian/ squeeze/main adduser all 3.112+nmu2 [250 kB] Get:2 http://mirror.bm.debian.org/debian/ squeeze/main ucf all 3.0025+nmu1 [69.6 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 320 kB in 0s (8157 kB/s) Selecting previously deselected package adduser. (Reading database ... 6138 files and directories currently installed.) Unpacking adduser (from .../adduser_3.112+nmu2_all.deb) ... Selecting previously deselected package ucf. Unpacking ucf (from .../ucf_3.0025+nmu1_all.deb) ... Moving old data out of the way Setting up adduser (3.112+nmu2) ... Setting up ucf (3.0025+nmu1) ... 0m3.7s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/post_setup_squeeze-fake-essential'] 0m3.7s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'apt-get', 'clean'] 0m3.7s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'apt-get', 'clean'] 0m4.2s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'dpkg', '--get-selections', '*'] 0m4.3s DUMP: adduser install apt install base-files install base-passwd install bash install bsdutils install coreutils install dash install debconf install debconf-i18n install debian-archive-keyring install debianutils install diffutils install dpkg install e2fslibs install e2fsprogs install findutils install gcc-4.4-base install gnupg install gpgv install grep install gzip install hostname install initscripts install insserv install libacl1 install libattr1 install libblkid1 install libbz2-1.0 install libc-bin install libc6 install libcomerr2 install libdb4.8 install libgcc1 install liblocale-gettext-perl install liblzma2 install libncurses5 install libpam-modules install libpam-runtime install libpam0g install libreadline6 install libselinux1 install libsepol1 install libslang2 install libss2 install libstdc++6 install libtext-charwidth-perl install libtext-iconv-perl install libtext-wrapi18n-perl install libusb-0.1-4 install libuuid1 install login install lsb-base install mawk install mount install ncurses-base install ncurses-bin install passwd install perl-base install readline-common install sed install sensible-utils install sysv-rc install sysvinit install sysvinit-utils install tar install tzdata install ucf install util-linux install xz-utils install zlib1g install 0m4.3s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'dpkg', '--get-selections', '*'] 0m4.3s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'dpkg-divert', '--list'] 0m4.3s DUMP: diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by dash local diversion of /bin/sync to /bin/sync.distrib diversion of /bin/sh to /bin/sh.distrib by dash 0m4.3s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'dpkg-divert', '--list'] 0m4.3s INFO: apt-cache does not know about any of the requested packages 0m4.3s INFO: Running scripts pre_test 0m4.3s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/pre_test_root_password'] 0m4.3s DUMP: Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully 0m4.3s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/pre_test_root_password'] 0m4.3s DEBUG: Starting command: ['lsof', '-w', '+D', '/srv/piuparts.debian.org/tmp/tmpjHm2DE'] 0m4.6s DEBUG: Command failed (status=1), but ignoring error: ['lsof', '-w', '+D', '/srv/piuparts.debian.org/tmp/tmpjHm2DE'] 0m5.3s DEBUG: No broken symlinks as far as we can find. 0m5.3s INFO: Running scripts pre_install 0m5.3s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/pre_install_database-server'] 0m5.3s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/pre_install_database-server'] 0m5.3s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/pre_install_exceptions'] 0m5.3s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/pre_install_exceptions'] 0m5.3s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/pre_install_extras'] 0m5.3s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/pre_install_extras'] 0m5.3s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/pre_install_foreign_architecture_i386'] 0m5.4s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/pre_install_foreign_architecture_i386'] 0m5.4s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'apt-cache', 'show', 'frown-doc=0.6.1-10'] 0m5.4s DUMP: Package: frown-doc Priority: optional Section: doc Installed-Size: 1564 Maintainer: Debian Haskell Group Architecture: all Source: frown Version: 0.6.1-10 Suggests: doc-base Filename: pool/main/f/frown/frown-doc_0.6.1-10_all.deb Size: 591346 MD5sum: 257e41a5c33d2160ee4a479c24994db4 SHA1: 7cc444c0980e0a97ac4401149a1f5a8906bc8894 SHA256: b96ada96d2cca8eff11ec4a42fded3eb70cc71cd9abb655d8589ce1648703338 Description: Manual of the frown parser generator for Haskell 98 The manual and examples of the frown LALR(k) parser generator. , Frown is inspired by the parser generator Happy and uses a syntax quite simular as the syntax used by Happy. Happy only handles LALR(1) grammars while Frown can use more extensive LALR(k) grammars and the parsers generated by Frown are also faster than the parsers generated by Happy. . The salient features of Frown are: - The generated parsers are time and space efficient. On the downside, the parsers are quite large. - Frown generates four different types of parsers. As a common characteristic, the parsers are genuinely functional (ie 'table-free'); the states of the underlying LR automaton are encoded as mutually recursive functions. Three output formats use a typed stack representation, one format due to Ross Paterson (code=stackless) works even without a stack. - Encoding states as functions means that each state can be treated individually as opposed to a table driven-approach, which necessitates a uniform treatment of states. For instance, look-ahead is only used when necessary to resolve conflicts. - Frown comes with debugging and tracing facilities; the standard output format due to Doaitse Swierstra (code=standard) may be useful for teaching LR parsing. - Common grammatical patterns such as repetition of symbols can be captured using rule schemata. There are several predefined rule schemata. - Terminal symbols are arbitrary variable-free Haskell patterns or guards. Both terminal and nonterminal symbols may have an arbitrary number of synthesized attributes. - Frown comes with extensive documentation; several example grammars are included. . Furthermore, Frown supports the use of monadic lexers, monadic semantic actions, precedences and associativity, the generation of backtracking parsers, multiple start symbols, error reporting and a weak form of error correction. Tag: devel::examples, devel::lang:haskell, made-of::html, made-of::pdf, role::documentation 0m5.4s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'apt-cache', 'show', 'frown-doc=0.6.1-10'] 0m5.4s DEBUG: metapackage: Package: piuparts-depends-dummy Version: 0.invalid.0 Architecture: all Maintainer: piuparts developers team Description: Dummy package to satisfy dependencies - created by piuparts This package was created automatically by piuparts and can safely be removed 0m5.4s DEBUG: Starting command: ['dpkg-deb', '-b', '-Zgzip', '--nocheck', '/srv/piuparts.debian.org/tmp/tmpr5ZVxY/piuparts-depends-dummy'] 0m5.4s DUMP: dpkg-deb: warning: not checking contents of control area dpkg-deb: building an unknown package in '/srv/piuparts.debian.org/tmp/tmpr5ZVxY/piuparts-depends-dummy.deb'. 0m5.4s DEBUG: Command ok: ['dpkg-deb', '-b', '-Zgzip', '--nocheck', '/srv/piuparts.debian.org/tmp/tmpr5ZVxY/piuparts-depends-dummy'] 0m5.4s DEBUG: Copying /srv/piuparts.debian.org/tmp/tmpr5ZVxY/piuparts-depends-dummy.deb to /srv/piuparts.debian.org/tmp/tmpjHm2DE/tmp 0m5.4s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'dpkg', '-i', 'tmp/piuparts-depends-dummy.deb'] 0m5.4s DUMP: Selecting previously deselected package piuparts-depends-dummy. (Reading database ... 6261 files and directories currently installed.) Unpacking piuparts-depends-dummy (from tmp/piuparts-depends-dummy.deb) ... Setting up piuparts-depends-dummy (0.invalid.0) ... 0m5.4s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'dpkg', '-i', 'tmp/piuparts-depends-dummy.deb'] 0m5.4s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'apt-get', '-yf', 'install'] 0m5.8s DUMP: Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 0m5.8s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'apt-get', '-yf', 'install'] 0m5.8s INFO: Installation of ['tmp/piuparts-depends-dummy.deb'] ok 0m5.8s DEBUG: Removing /srv/piuparts.debian.org/tmp/tmpjHm2DE/tmp/piuparts-depends-dummy.deb 0m5.8s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'dpkg-query', '-f', '${Package} ${Status}\n', '-W', 'piuparts-depends-dummy'] 0m5.8s DUMP: piuparts-depends-dummy install ok installed 0m5.8s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'dpkg-query', '-f', '${Package} ${Status}\n', '-W', 'piuparts-depends-dummy'] 0m5.8s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'dpkg', '--purge', 'piuparts-depends-dummy'] 0m5.8s DUMP: (Reading database ... 6261 files and directories currently installed.) Removing piuparts-depends-dummy ... 0m5.8s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'dpkg', '--purge', 'piuparts-depends-dummy'] 0m5.8s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'apt-get', 'clean'] 0m5.9s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'apt-get', 'clean'] 0m6.3s DEBUG: Starting command: ['lsof', '-w', '+D', '/srv/piuparts.debian.org/tmp/tmpjHm2DE'] 0m6.6s DEBUG: Command failed (status=1), but ignoring error: ['lsof', '-w', '+D', '/srv/piuparts.debian.org/tmp/tmpjHm2DE'] 0m7.4s DEBUG: No broken symlinks as far as we can find. 0m7.4s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'apt-cache', 'policy'] 0m7.5s DUMP: Package files: 100 /var/lib/dpkg/status release a=now 500 http://mirror.bm.debian.org/debian/ squeeze/main amd64 Packages release v=6.0.10,o=Debian,a=oldstable,n=squeeze,l=Debian,c=main origin mirror.bm.debian.org Pinned packages: 0m7.5s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'apt-cache', 'policy'] 0m7.5s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'apt-cache', 'policy', 'frown-doc'] 0m7.5s DUMP: frown-doc: Installed: (none) Candidate: 0.6.1-10 Version table: 0.6.1-10 0 500 http://mirror.bm.debian.org/debian/ squeeze/main amd64 Packages 0m7.5s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'apt-cache', 'policy', 'frown-doc'] 0m7.5s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'apt-get', '-y', 'install', 'frown-doc=0.6.1-10'] 0m8.0s DUMP: Reading package lists... Building dependency tree... Reading state information... Suggested packages: doc-base The following NEW packages will be installed: frown-doc 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 591 kB of archives. After this operation, 1602 kB of additional disk space will be used. Get:1 http://mirror.bm.debian.org/debian/ squeeze/main frown-doc all 0.6.1-10 [591 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 591 kB in 0s (9035 kB/s) Selecting previously deselected package frown-doc. (Reading database ... 6261 files and directories currently installed.) Unpacking frown-doc (from .../frown-doc_0.6.1-10_all.deb) ... Setting up frown-doc (0.6.1-10) ... 0m8.0s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'apt-get', '-y', 'install', 'frown-doc=0.6.1-10'] 0m8.0s INFO: Running scripts post_install 0m8.0s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/post_install_exceptions'] 0m8.1s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/post_install_exceptions'] 0m8.1s DEBUG: Starting command: ['lsof', '-w', '+D', '/srv/piuparts.debian.org/tmp/tmpjHm2DE'] 0m8.3s DEBUG: Command failed (status=1), but ignoring error: ['lsof', '-w', '+D', '/srv/piuparts.debian.org/tmp/tmpjHm2DE'] 0m9.1s DEBUG: No broken symlinks as far as we can find. 0m9.1s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'dpkg', '--get-selections', '*'] 0m9.1s DUMP: adduser install apt install base-files install base-passwd install bash install bsdutils install coreutils install dash install debconf install debconf-i18n install debian-archive-keyring install debianutils install diffutils install dpkg install e2fslibs install e2fsprogs install findutils install frown-doc install gcc-4.4-base install gnupg install gpgv install grep install gzip install hostname install initscripts install insserv install libacl1 install libattr1 install libblkid1 install libbz2-1.0 install libc-bin install libc6 install libcomerr2 install libdb4.8 install libgcc1 install liblocale-gettext-perl install liblzma2 install libncurses5 install libpam-modules install libpam-runtime install libpam0g install libreadline6 install libselinux1 install libsepol1 install libslang2 install libss2 install libstdc++6 install libtext-charwidth-perl install libtext-iconv-perl install libtext-wrapi18n-perl install libusb-0.1-4 install libuuid1 install login install lsb-base install mawk install mount install ncurses-base install ncurses-bin install passwd install perl-base install readline-common install sed install sensible-utils install sysv-rc install sysvinit install sysvinit-utils install tar install tzdata install ucf install util-linux install xz-utils install zlib1g install 0m9.1s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'dpkg', '--get-selections', '*'] 0m9.7s DEBUG: Starting command: ['debsums', '--root', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', '-ac'] 0m10.2s DUMP: debsums: no md5sums for mawk 0m10.2s DEBUG: Command ok: ['debsums', '--root', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', '-ac'] 0m10.2s DEBUG: Starting command: ['dpkg-query', '-f', '${Version}\n', '-W', 'adequate'] 0m10.2s DUMP: 0.12~bpo70+1 0m10.2s DEBUG: Command ok: ['dpkg-query', '-f', '${Version}\n', '-W', 'adequate'] 0m10.2s INFO: Running adequate version 0.12~bpo70+1 now. 0m10.2s DEBUG: Starting command: ['adequate', '--root', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'frown-doc'] 0m10.3s DEBUG: Command ok: ['adequate', '--root', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'frown-doc'] 0m10.3s INFO: Running scripts pre_remove 0m10.3s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/pre_remove_40_find_missing_md5sums'] 0m10.4s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/pre_remove_40_find_missing_md5sums'] 0m10.4s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/pre_remove_40_find_obsolete_conffiles'] 0m10.4s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/pre_remove_40_find_obsolete_conffiles'] 0m10.4s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/pre_remove_50_find_bad_permissions'] 0m10.4s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/pre_remove_50_find_bad_permissions'] 0m10.4s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/pre_remove_50_find_missing_copyright'] 0m10.4s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/pre_remove_50_find_missing_copyright'] 0m10.4s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/pre_remove_exceptions'] 0m10.5s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/pre_remove_exceptions'] 0m10.5s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'apt-get', 'remove', 'frown-doc'] 0m11.0s DUMP: Reading package lists... Building dependency tree... Reading state information... The following packages will be REMOVED: frown-doc 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. After this operation, 1602 kB disk space will be freed. (Reading database ... 6407 files and directories currently installed.) Removing frown-doc ... 0m11.0s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'apt-get', 'remove', 'frown-doc'] 0m11.0s INFO: Running scripts post_remove 0m11.0s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/post_remove_exceptions_lenny'] 0m11.0s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/post_remove_exceptions_lenny'] 0m11.0s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/post_remove_extras'] 0m11.0s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/post_remove_extras'] 0m11.0s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'dpkg', '--purge', 'frown-doc'] 0m11.1s DUMP: dpkg: warning: ignoring request to remove frown-doc which isn't installed. 0m11.1s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'dpkg', '--purge', 'frown-doc'] 0m11.1s INFO: Running scripts post_purge 0m11.1s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/post_purge_exceptions'] 0m11.1s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'tmp/scripts/post_purge_exceptions'] 0m11.1s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'dpkg', '--purge', '--pending'] 0m11.1s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'dpkg', '--purge', '--pending'] 0m11.1s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'dpkg', '--remove', '--pending'] 0m11.1s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'dpkg', '--remove', '--pending'] 0m11.1s DEBUG: Starting command: ['lsof', '-w', '+D', '/srv/piuparts.debian.org/tmp/tmpjHm2DE'] 0m11.4s DEBUG: Command failed (status=1), but ignoring error: ['lsof', '-w', '+D', '/srv/piuparts.debian.org/tmp/tmpjHm2DE'] 0m12.2s DEBUG: No broken symlinks as far as we can find. 0m12.2s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'dpkg-divert', '--list'] 0m12.2s DUMP: diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by dash local diversion of /bin/sync to /bin/sync.distrib diversion of /bin/sh to /bin/sh.distrib by dash 0m12.2s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'dpkg-divert', '--list'] 0m12.2s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'apt-get', 'clean'] 0m12.2s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'apt-get', 'clean'] 0m13.2s INFO: PASS: Installation and purging test. 0m13.4s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'umount', '/proc'] 0m13.5s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpjHm2DE', 'umount', '/proc'] 0m13.5s DEBUG: Starting command: ['rm', '-rf', '--one-file-system', '/srv/piuparts.debian.org/tmp/tmpjHm2DE'] 0m13.5s DEBUG: Command ok: ['rm', '-rf', '--one-file-system', '/srv/piuparts.debian.org/tmp/tmpjHm2DE'] 0m13.5s DEBUG: Removed directory tree at /srv/piuparts.debian.org/tmp/tmpjHm2DE 0m13.6s INFO: PASS: All tests. 0m13.6s INFO: piuparts run ends. ret=0 End: 2014-08-17 17:45:29 UTC