Source: mom
Version: 0.6.0-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201125 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> make[3]: Entering directory '/<<PKGBUILDDIR>>/tests'
> srcdir="." "./run_tests_local.sh" "."/*.py
> nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$']
> testMultiplePolicies (GeneralTests.ConfigTests) ... ERROR
> testMultiplePolicies (GeneralTests.GeneralTests) ... ERROR
> testPolicyAPI (GeneralTests.GeneralTests) ... ERROR
> testQuery (GeneralTests.GeneralTests) ... ERROR
> testBigNumbersInStats (GeneralTests.RpcTests) ... ok
> test_get (OptionalTests.OptionalTests) ... ok
> test_get_default (OptionalTests.OptionalTests) ... ok
> test_get_default_item (OptionalTests.OptionalTests) ... ok
> test_item (OptionalTests.OptionalTests) ... ok
> test_iter (OptionalTests.OptionalTests) ... ok
> test_map (OptionalTests.OptionalTests) ... ok
> test_missing (OptionalTests.OptionalTests) ... ok
> test_missing_else (OptionalTests.OptionalTests) ... ok
> test_missing_get (OptionalTests.OptionalTests) ... ok
> test_missing_item (OptionalTests.OptionalTests) ... ok
> test_missing_iter (OptionalTests.OptionalTests) ... ok
> test_missing_map (OptionalTests.OptionalTests) ... ok
> test_missing_none (OptionalTests.OptionalTests) ... ok
> test_missing_raise (OptionalTests.OptionalTests) ... ok
> test_raise (OptionalTests.OptionalTests) ... ok
> test_value (OptionalTests.OptionalTests) ... ok
> test_bad_arity (ParserTests.TestEval) ... 2020-11-25 16:35:11,097 - mom - 
> ERROR - Unable to import hypervisor interface: libvirt
> ok
> test_bad_arity_def (ParserTests.TestEval) ... 2020-11-25 16:35:11,097 - mom - 
> ERROR - Unable to import hypervisor interface: libvirt
> ok
> test_bad_syntax_number (ParserTests.TestEval) ... ok
> test_basic_math (ParserTests.TestEval) ... 2020-11-25 16:35:11,097 - mom - 
> ERROR - Unable to import hypervisor interface: libvirt
> ok
> test_comments (ParserTests.TestEval) ... ok
> test_compare (ParserTests.TestEval) ... ok
> test_debug (ParserTests.TestEval) ... ok
> test_entities (ParserTests.TestEval) ... ok
> test_entity_write (ParserTests.TestEval) ... ok
> test_extended_logic (ParserTests.TestEval) ... ok
> test_externals (ParserTests.TestEval) ... ok
> test_funcs (ParserTests.TestEval) ... Exception in thread Thread-3:
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/threading.py", line 950, in _bootstrap_inner
> ok
> test_if (ParserTests.TestEval) ... ok
> test_let (ParserTests.TestEval) ... ok
> test_logic (ParserTests.TestEval) ... ok
> test_minmax (ParserTests.TestEval) ...     self.run()
>   File "/usr/lib/python3.9/threading.py", line 888, in run
> ok
> test_multi_statements (ParserTests.TestEval) ... ok
> test_multi_statements_lisp (ParserTests.TestEval) ... ok
> test_multiple_defvar (ParserTests.TestEval) ... ok
> test_nil_attribute (ParserTests.TestEval) ... ok
> test_not_enough_arguments (ParserTests.TestEval) ...     
> self._target(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/mom/__init__.py", line 68, in run
> ok
> test_not_null (ParserTests.TestEval) ... 2020-11-25 16:35:11,151 - mom - 
> ERROR - Unable to import hypervisor interface: libvirt
> ok
> test_null (ParserTests.TestEval) ... 2020-11-25 16:35:11,151 - mom - ERROR - 
> Unable to import hypervisor interface: libvirt
> ok
> test_parse_error (ParserTests.TestEval) ... ok
> test_scope (ParserTests.TestEval) ...     self._wait_for_thread(rpc_server, 5)
> ok
> test_setq (ParserTests.TestEval) ... ok
> test_string (ParserTests.TestEval) ...   File 
> "/<<PKGBUILDDIR>>/mom/__init__.py", line 225, in _wait_for_thread
> ok
> test_syntax_error (ParserTests.TestEval) ... ok
> test_valid (ParserTests.TestEval) ... ok
> test_valid_nil_attribute (ParserTests.TestEval) ... ok
> test_vars (ParserTests.TestEval) ... 2020-11-25 16:35:11,151 - mom - ERROR - 
> Unable to import hypervisor interface: libvirt
> ok
> test_whitespace (ParserTests.TestEval) ...     if t.isAlive():
> AttributeError: 'RPCServer' object has no attribute 'isAlive'
> ok
> test_with (ParserTests.TestEval) ... ok
> 
> ======================================================================
> ERROR: testMultiplePolicies (GeneralTests.ConfigTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/GeneralTests.py", line 114, in 
> testMultiplePolicies
>     mom_instance = start_mom(config)
>   File "/<<PKGBUILDDIR>>/tests/GeneralTests.py", line 47, in start_mom
>     if not t.isAlive():
> AttributeError: 'Thread' object has no attribute 'isAlive'
> 
> ======================================================================
> ERROR: testMultiplePolicies (GeneralTests.GeneralTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/GeneralTests.py", line 60, in setUp
>     self.mom_instance = start_mom()
>   File "/<<PKGBUILDDIR>>/tests/GeneralTests.py", line 47, in start_mom
>     if not t.isAlive():
> AttributeError: 'Thread' object has no attribute 'isAlive'
> 
> ======================================================================
> ERROR: testPolicyAPI (GeneralTests.GeneralTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/GeneralTests.py", line 60, in setUp
>     self.mom_instance = start_mom()
>   File "/<<PKGBUILDDIR>>/tests/GeneralTests.py", line 47, in start_mom
>     if not t.isAlive():
> AttributeError: 'Thread' object has no attribute 'isAlive'
> 
> ======================================================================
> ERROR: testQuery (GeneralTests.GeneralTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/GeneralTests.py", line 60, in setUp
>     self.mom_instance = start_mom()
>   File "/<<PKGBUILDDIR>>/tests/GeneralTests.py", line 47, in start_mom
>     if not t.isAlive():
> AttributeError: 'Thread' object has no attribute 'isAlive'
> 
> ----------------------------------------------------------------------
> Ran 54 tests in 0.089s
> 
> FAILED (errors=4)
> make[3]: *** [Makefile:471: check-local] Error 1
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests'
> make[2]: *** [Makefile:340: check-am] Error 2
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/tests'
> make[1]: *** [Makefile:475: check-recursive] Error 1
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test: error: make -j4 check VERBOSE=1 returned exit code 2

The full build log is available from:
   http://qa-logs.debian.net/2020/11/25/mom_0.6.0-1_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.

Reply via email to