Source: nsscache
Version: 0.27-2
Severity: serious
Tags: jessie sid
User: [email protected]
Usertags: qa-ftbfs-20140601 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/«PKGBUILDDIR»'
> ./runtests.py
> .......................................Exception 
> mox.UnexpectedMethodCallError: UnexpectedMethodCallError() in <bound method 
> Command.__del__ of <nss_cache.command.Command object at 0x7f0e7988bcd0>> 
> ignored
> .Exception mox.UnexpectedMethodCallError: UnexpectedMethodCallError() in 
> <bound method Command.__del__ of <nss_cache.command.Command object at 
> 0x7f0e7988be10>> ignored
> ...................................................................................................E....EE....E.E....EE.....................................................................................................
> ======================================================================
> ERROR: testWriteTestBdb (nss_cache.caches.nssdb_test.TestNssDbCache)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/nss_cache/caches/nssdb_test.py", line 569, in 
> testWriteTestBdb
>     raise TestSkipped('no /usr/bin/makedb')
> TestSkipped: no /usr/bin/makedb
> 
> ======================================================================
> ERROR: testVerify (nss_cache.caches.nssdb_test.TestNssDbGroupHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/mox.py", line 1870, in new_method
>     func(self, *args, **kwargs)
>   File "/«PKGBUILDDIR»/nss_cache/caches/nssdb_test.py", line 343, in 
> testVerify
>     raise TestSkipped('no /usr/bin/makedb')
> TestSkipped: no /usr/bin/makedb
> 
> ======================================================================
> ERROR: testVerifyFailure (nss_cache.caches.nssdb_test.TestNssDbGroupHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/mox.py", line 1870, in new_method
>     func(self, *args, **kwargs)
>   File "/«PKGBUILDDIR»/nss_cache/caches/nssdb_test.py", line 366, in 
> testVerifyFailure
>     raise TestSkipped('no /usr/bin/makedb')
> TestSkipped: no /usr/bin/makedb
> 
> ======================================================================
> ERROR: testVerify (nss_cache.caches.nssdb_test.TestNssDbPasswdHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/mox.py", line 1870, in new_method
>     func(self, *args, **kwargs)
>   File "/«PKGBUILDDIR»/nss_cache/caches/nssdb_test.py", line 165, in 
> testVerify
>     raise TestSkipped('no /usr/bin/makedb')
> TestSkipped: no /usr/bin/makedb
> 
> ======================================================================
> ERROR: testVerifyFailure (nss_cache.caches.nssdb_test.TestNssDbPasswdHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/mox.py", line 1870, in new_method
>     func(self, *args, **kwargs)
>   File "/«PKGBUILDDIR»/nss_cache/caches/nssdb_test.py", line 190, in 
> testVerifyFailure
>     raise TestSkipped('no /usr/bin/makedb')
> TestSkipped: no /usr/bin/makedb
> 
> ======================================================================
> ERROR: testVerify (nss_cache.caches.nssdb_test.TestNssDbShadowHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/mox.py", line 1870, in new_method
>     func(self, *args, **kwargs)
>   File "/«PKGBUILDDIR»/nss_cache/caches/nssdb_test.py", line 496, in 
> testVerify
>     raise TestSkipped('no /usr/bin/makedb')
> TestSkipped: no /usr/bin/makedb
> 
> ======================================================================
> ERROR: testVerifyFailure (nss_cache.caches.nssdb_test.TestNssDbShadowHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/mox.py", line 1870, in new_method
>     func(self, *args, **kwargs)
>   File "/«PKGBUILDDIR»/nss_cache/caches/nssdb_test.py", line 518, in 
> testVerifyFailure
>     raise TestSkipped('no /usr/bin/makedb')
> TestSkipped: no /usr/bin/makedb
> 
> ----------------------------------------------------------------------
> Ran 260 tests in 0.158s
> 
> FAILED (errors=7)
> <PasswdMap: {'foo': <PasswdMapEntry : "'shell':'' 'dir':'' 'gecos':'' 
> 'passwd':'x' 'gid':10 'uid':10 'name':'foo'">, 'bar': <PasswdMapEntry : 
> "'shell':'' 'dir':'' 'gecos':'' 'passwd':'x' 'gid':20 'uid':20 
> 'name':'bar'">}>
> Usage: nsscache [global options] help [options]
> 
> usage: help [command]
> 
> Shows online help for each command.
> e.g. 'help help' shows this help.
> 
> Options:
>   -h, --help           show this help message and exit
>   -m MAPS, --map=MAPS  map to operate on, can be supplied multiple times
> 
> usage: help [command]
> 
> Shows online help for each command.
> e.g. 'help help' shows this help.
> 
> Options:
>   -h, --help           show this help message and exit
>   -m MAPS, --map=MAPS  map to operate on, can be supplied multiple times
> 
> /dev/log could not be opened; falling back on stderr.
> /dev/log could not be opened; falling back on stderr.
> /dev/log could not be opened; falling back on stderr.
> /dev/log could not be opened; falling back on stderr.
> /dev/log could not be opened; falling back on stderr.
> No command given
> nsscache synchronises a local NSS cache against a remote data source.
> 
> Usage: nsscache [global options] command [command options]
> 
> commands:
>   verify                verify the cache and configuration.
>   status                show current cache status.
>   update                update the cache.
>   repair                repair the cache.
>   help                  show per-command help.
> 
> Options:
>   --version             show program's version number and exit
>   -h, --help            show this help message and exit
>   -v, --verbose         enable verbose output
>   -d, --debug           enable debugging output
>   -c FILE, --config-file=FILE
>                         read configuration from FILE
> /dev/log could not be opened; falling back on stderr.
> No command given
> nsscache synchronises a local NSS cache against a remote data source.
> 
> Usage: nsscache [global options] command [command options]
> 
> commands:
>   verify                verify the cache and configuration.
>   status                show current cache status.
>   update                update the cache.
>   repair                repair the cache.
>   help                  show per-command help.
> 
> Options:
>   --version             show program's version number and exit
>   -h, --help            show this help message and exit
>   -v, --verbose         enable verbose output
>   -d, --debug           enable debugging output
>   -c FILE, --config-file=FILE
>                         read configuration from FILE
> /dev/log could not be opened; falling back on stderr.
> No command given
> nsscache synchronises a local NSS cache against a remote data source.
> 
> Usage: nsscache [global options] command [command options]
> 
> commands:
>   verify                verify the cache and configuration.
>   status                show current cache status.
>   update                update the cache.
>   repair                repair the cache.
>   help                  show per-command help.
> 
> Options:
>   --version             show program's version number and exit
>   -h, --help            show this help message and exit
>   -v, --verbose         enable verbose output
>   -d, --debug           enable debugging output
>   -c FILE, --config-file=FILE
>                         read configuration from FILE
> /dev/log could not be opened; falling back on stderr.
> /dev/log could not be opened; falling back on stderr.
> No command given
> nsscache synchronises a local NSS cache against a remote data source.
> 
> Usage: nsscache [global options] command [command options]
> 
> commands:
>   verify                verify the cache and configuration.
>   status                show current cache status.
>   update                update the cache.
>   repair                repair the cache.
>   help                  show per-command help.
> 
> Options:
>   --version             show program's version number and exit
>   -h, --help            show this help message and exit
>   -v, --verbose         enable verbose output
>   -d, --debug           enable debugging output
>   -c FILE, --config-file=FILE
>                         read configuration from FILE
> make[1]: *** [override_dh_auto_test] Error 1

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/06/01/nsscache_0.27-2_unstable.log

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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to