Source: update-inetd
Version: 4.36
Severity: serious
Tags: squeeze sid
User: [email protected]
Usertags: qa-ftbfs-20100410 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> /usr/bin/fakeroot debian/rules binary
> dh_testdir
> dh_testroot
> python tests.py
> FFFFFFFFF
> ======================================================================
> FAIL: testAddDisableEnableRemove (__main__.UpdateInetdTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "tests.py", line 280, in testAddDisableEnableRemove
> output = self.update_inetd("add", "'%s'" % srv_entry)
> File "tests.py", line 187, in update_inetd
> return run("%s --%s %s %s" % (cmdline, mode, srv, other_opts))
> File "tests.py", line 86, in run
> + "\nand printed this output:\n\"%s\"") % (cmd, status, output))
> AssertionError: the command "./update-inetd --file /tmp/tmpMTHQJm.modified
> --verbose --add 'pop-3 stream tcp nowait root
> /usr/sbin/tcpd /usr/sbin/in.pop3d' " failed with exit status 256
> and printed this output:
> "debconf: DbDriver "config": could not open /var/cache/debconf/config.dat:
> Permission denied"
>
> ======================================================================
> FAIL: testEffectiveAdd (__main__.UpdateInetdTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "tests.py", line 232, in testEffectiveAdd
> output = self.update_inetd("add", "'%s'" % srv_entry)
> File "tests.py", line 187, in update_inetd
> return run("%s --%s %s %s" % (cmdline, mode, srv, other_opts))
> File "tests.py", line 86, in run
> + "\nand printed this output:\n\"%s\"") % (cmd, status, output))
> AssertionError: the command "./update-inetd --file /tmp/tmpMTHQJm.modified
> --verbose --add 'pop-3 stream tcp nowait root
> /usr/sbin/tcpd /usr/sbin/in.pop3d' " failed with exit status 256
> and printed this output:
> "debconf: DbDriver "config": could not open /var/cache/debconf/config.dat:
> Permission denied"
>
> ======================================================================
> FAIL: testEffectiveDisable (__main__.UpdateInetdTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "tests.py", line 210, in testEffectiveDisable
> output = self.update_inetd("disable", srv)
> File "tests.py", line 187, in update_inetd
> return run("%s --%s %s %s" % (cmdline, mode, srv, other_opts))
> File "tests.py", line 86, in run
> + "\nand printed this output:\n\"%s\"") % (cmd, status, output))
> AssertionError: the command "./update-inetd --file /tmp/tmpMTHQJm.modified
> --verbose --disable time " failed with exit status 256
> and printed this output:
> "debconf: DbDriver "config": could not open /var/cache/debconf/config.dat:
> Permission denied"
>
> ======================================================================
> FAIL: testEffectiveEnable (__main__.UpdateInetdTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "tests.py", line 190, in testEffectiveEnable
> output = self.update_inetd("enable", srv)
> File "tests.py", line 187, in update_inetd
> return run("%s --%s %s %s" % (cmdline, mode, srv, other_opts))
> File "tests.py", line 86, in run
> + "\nand printed this output:\n\"%s\"") % (cmd, status, output))
> AssertionError: the command "./update-inetd --file /tmp/tmpMTHQJm.modified
> --verbose --enable daytime " failed with exit status 256
> and printed this output:
> "debconf: DbDriver "config": could not open /var/cache/debconf/config.dat:
> Permission denied"
>
> ======================================================================
> FAIL: testEffectiveRemove (__main__.UpdateInetdTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "tests.py", line 258, in testEffectiveRemove
> output = self.update_inetd("remove", "'%s'" % srv)
> File "tests.py", line 187, in update_inetd
> return run("%s --%s %s %s" % (cmdline, mode, srv, other_opts))
> File "tests.py", line 86, in run
> + "\nand printed this output:\n\"%s\"") % (cmd, status, output))
> AssertionError: the command "./update-inetd --file /tmp/tmpMTHQJm.modified
> --verbose --remove 'time' " failed with exit status 256
> and printed this output:
> "debconf: DbDriver "config": could not open /var/cache/debconf/config.dat:
> Permission denied"
>
> ======================================================================
> FAIL: testIneffectiveAdd (__main__.UpdateInetdTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "tests.py", line 246, in testIneffectiveAdd
> output = self.update_inetd("add", "'%s'" % srv_entry)
> File "tests.py", line 187, in update_inetd
> return run("%s --%s %s %s" % (cmdline, mode, srv, other_opts))
> File "tests.py", line 86, in run
> + "\nand printed this output:\n\"%s\"") % (cmd, status, output))
> AssertionError: the command "./update-inetd --file /tmp/tmpMTHQJm.modified
> --verbose --add 'time2 stream tcp nowait root
> /usr/sbin/tcpd /usr/sbin/in.pop3d' " failed with exit status 256
> and printed this output:
> "debconf: DbDriver "config": could not open /var/cache/debconf/config.dat:
> Permission denied"
>
> ======================================================================
> FAIL: testIneffectiveDisable (__main__.UpdateInetdTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "tests.py", line 220, in testIneffectiveDisable
> output = self.update_inetd("disable", srv)
> File "tests.py", line 187, in update_inetd
> return run("%s --%s %s %s" % (cmdline, mode, srv, other_opts))
> File "tests.py", line 86, in run
> + "\nand printed this output:\n\"%s\"") % (cmd, status, output))
> AssertionError: the command "./update-inetd --file /tmp/tmpMTHQJm.modified
> --verbose --disable time2 " failed with exit status 256
> and printed this output:
> "debconf: DbDriver "config": could not open /var/cache/debconf/config.dat:
> Permission denied"
>
> ======================================================================
> FAIL: testIneffectiveEnable (__main__.UpdateInetdTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "tests.py", line 200, in testIneffectiveEnable
> output = self.update_inetd("enable", srv)
> File "tests.py", line 187, in update_inetd
> return run("%s --%s %s %s" % (cmdline, mode, srv, other_opts))
> File "tests.py", line 86, in run
> + "\nand printed this output:\n\"%s\"") % (cmd, status, output))
> AssertionError: the command "./update-inetd --file /tmp/tmpMTHQJm.modified
> --verbose --enable time2 " failed with exit status 256
> and printed this output:
> "debconf: DbDriver "config": could not open /var/cache/debconf/config.dat:
> Permission denied"
>
> ======================================================================
> FAIL: testIneffectiveRemove (__main__.UpdateInetdTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "tests.py", line 268, in testIneffectiveRemove
> output = self.update_inetd("remove", "'%s'" % srv)
> File "tests.py", line 187, in update_inetd
> return run("%s --%s %s %s" % (cmdline, mode, srv, other_opts))
> File "tests.py", line 86, in run
> + "\nand printed this output:\n\"%s\"") % (cmd, status, output))
> AssertionError: the command "./update-inetd --file /tmp/tmpMTHQJm.modified
> --verbose --remove 'time2' " failed with exit status 256
> and printed this output:
> "debconf: DbDriver "config": could not open /var/cache/debconf/config.dat:
> Permission denied"
>
> ----------------------------------------------------------------------
> Ran 9 tests in 0.724s
>
> FAILED (failures=9)
> make: *** [check] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2010/04/10/update-inetd_4.36_lsid64.buildlog
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot. Internet was not
accessible from the build systems.
--
| Lucas Nussbaum
| [email protected] http://www.lucas-nussbaum.net/ |
| jabber: [email protected] GPG: 1024D/023B3F4F |
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]