Your message dated Tue, 12 Jan 2021 01:04:17 +0000
with message-id <e1kz86b-000fnr...@fasolo.debian.org>
and subject line Bug#975817: fixed in mom 0.6.0-2
has caused the Debian Bug report #975817,
regarding mom: FTBFS: dh_auto_test: error: make -j4 check VERBOSE=1 returned 
exit code 2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
975817: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975817
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.

--- End Message ---
--- Begin Message ---
Source: mom
Source-Version: 0.6.0-2
Done: Dmitry Smirnov <only...@debian.org>

We believe that the bug you reported is fixed in the latest version of
mom, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 975...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Smirnov <only...@debian.org> (supplier of updated mom package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 12 Jan 2021 11:39:14 +1100
Source: mom
Architecture: source
Version: 0.6.0-2
Distribution: unstable
Urgency: medium
Maintainer: Dmitry Smirnov <only...@debian.org>
Changed-By: Dmitry Smirnov <only...@debian.org>
Closes: 975817
Changes:
 mom (0.6.0-2) unstable; urgency=medium
 .
   * New patch for compatibility with Python-3.9 (Closes: #975817)
     Thanks, Adrian Bunk.
   * Rules-Requires-Root: no
   * Standards-Version: 4.5.0
Checksums-Sha1:
 ae61df5f7ee485eaedc6168ef84189623bac4a53 1894 mom_0.6.0-2.dsc
 f0641a4f9e3f8a9211dab34aaf4085d02bf741b0 6644 mom_0.6.0-2.debian.tar.xz
 e5a4426151e8428939f8cdd27d9afc8ea41bda4d 6974 mom_0.6.0-2_amd64.buildinfo
Checksums-Sha256:
 3c79fa0e7d793ed895655f392b24abccd384290dfa865efd1f665904a4775905 1894 
mom_0.6.0-2.dsc
 e5e70baa30f46e3a3f712c4b530824827d7aa74cbdcf0dd1d5d16b9bb5f63d50 6644 
mom_0.6.0-2.debian.tar.xz
 cff7172c1b1a5118848a5f5fb0e28a8213008a2157df4bd4f589799137ea968e 6974 
mom_0.6.0-2_amd64.buildinfo
Files:
 6a61b3eea50bf461695634d5788ce405 1894 admin optional mom_0.6.0-2.dsc
 0811db779d53be4d87bce53e503a9e25 6644 admin optional mom_0.6.0-2.debian.tar.xz
 3aad6f85ae1d029a8b7362a898d605d4 6974 admin optional 
mom_0.6.0-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEULx8+TnSDCcqawZWUra72VOWjRsFAl/88DwACgkQUra72VOW
jRs16RAAgiSp8OK4Q8iyGzbTMG2VodslBGDhpSY5lI8XIDXzL6mMNu3EO6Vr+ZR2
66kR7khpzosXGKxK5QjHvhOZqnHfJKcgpZFdaQ+P/QMXXOgZfy+crZN5EV+9Tzqc
PiFNoPwOvhnhfysovZJydiQ1aEW8ZXHHVPfGMcG2FXN1ltNciCkyCbREpSSh6bK+
mlLaAMeWAQKiHdHi6LMKzwz4osASxMvEuTPNQxNzqi9P38xRAlP3hNWAY/Cdw652
qv/bXBtdswhuGH5uQNyW5U8bxW3PNT7FG/bZgzx2fZCLHtE9BvZPc1Qy3Mecik12
nQ+xLQKDNP7Y3Vm9h8lLGMiWmVyoNV+5ZmJwr6gahVQNW1XG/GaBEwPmjgPqnXQv
kmcZscoBPku/h5UBKJxqU5yDq30csgF7Ts9D329JvRhIfu9qHG3TJvp8WsPF1fWt
71lZnt6JpSq7eupY8P1YHVTbpN9jRKdHAfe6n1Ab9HVhj5I0cU7xNJLKOVmFU+wd
P/30ohHP0qqt+jEOsWz2CxQonB4V9h3LX73qfZnbZCumnpd25UC+Uj5V7rWjuZxb
rGJu95+9SFTaeTq9L7QEW/p9vf7onhChGwKpAZlG32rf9vT5i6iGBlUAQNgwcbd9
YXc9T2SRyFW102jmODZMpfWV56vmqtVwJkOVgmwHnkKKpNZKGpk=
=YQ3N
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to