Your message dated Sun, 17 May 2020 12:17:17 -0700
with message-id <f18d67d4-9bf7-01a2-4e97-7df9557ea...@martingkelly.com>
and subject line Re: Bug#960201: Update
has caused the Debian Bug report #960201,
regarding python-gmpy2: autopkgtest regression: RuntimeWarning: coroutine
'<module>' was never awaited
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.)
--
960201: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960201
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-gmpy2
Version: 2.1.0~b4-1
X-Debbugs-CC: debian...@lists.debian.org
Severity: serious
User: debian...@lists.debian.org
Usertags: regression
Dear maintainer(s),
Because your autopkgtest was part of the tests for glibc, I spotted that
the autopkgtest of python-gmpy2 regressed recently. On 2020-05-01 at
19:13 we had the last successful run on arm64 in testing, the first
failure was also on 2020-05-01, even earlier: at 02:08 in unstable on
amd64. I copied some of the output at the bottom of this report.
Can you please investigate the situation and fix it?
More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation
Paul
https://ci.debian.net/data/autopkgtest/unstable/amd64/p/python-gmpy2/5338978/log.gz
autopkgtest [10:48:44]: test command1: [-----------------------
Unit tests for gmpy2 2.1.0b4 with Python 3.8.3rc1
Mutliple-precision library: GMP 6.2.0
Floating-point library: MPFR 4.0.2
Complex library: MPC 1.1.0
Caching Values: (Cache size) 100
Caching Values: (Size in limbs) 128
Results for: test_context Attempted: 38 Failed: 0
Results for: test_gmpy2_abs Attempted: 83 Failed: 0
Results for: test_gmpy2_add Attempted: 82 Failed: 0
Results for: test_gmpy2_binary Attempted: 106 Failed: 0
Results for: test_gmpy2_cmp Attempted: 41 Failed: 0
Results for: test_gmpy2_comp Attempted: 89 Failed: 0
Results for: test_gmpy2_const Attempted: 33 Failed: 0
Results for: test_gmpy2_constructors Attempted: 34 Failed: 0
Results for: test_gmpy2_convert Attempted: 50 Failed: 0
Results for: test_gmpy2_divmod Attempted: 42 Failed: 0
Results for: test_gmpy2_floordiv Attempted: 72 Failed: 0
Results for: test_gmpy2_format Attempted: 102 Failed: 0
Results for: test_gmpy2_fused Attempted: 18 Failed: 0
Results for: test_gmpy2_lucas Attempted: 23 Failed: 0
Results for: test_gmpy2_math Attempted: 147 Failed: 0
Results for: test_gmpy2_minus Attempted: 14 Failed: 0
Results for: test_gmpy2_mpfr_misc Attempted: 66 Failed: 0
Results for: test_gmpy2_mpq_misc Attempted: 31 Failed: 0
Results for: test_gmpy2_mpq_misc_py3 Attempted: 3 Failed: 0
Results for: test_gmpy2_mpz_bitops Attempted: 106 Failed: 0
Results for: test_gmpy2_mpz_divmod Attempted: 67 Failed: 0
Results for: test_gmpy2_mpz_divmod2exp Attempted: 66 Failed: 0
Results for: test_gmpy2_mpz_inplace Attempted: 85 Failed: 0
Results for: test_gmpy2_mpz_misc Attempted: 225 Failed: 0
Results for: test_gmpy2_mpz_misc_py3 Attempted: 19 Failed: 0
Results for: test_gmpy2_mul Attempted: 68 Failed: 0
Results for: test_gmpy2_muldiv_2exp Attempted: 24 Failed: 0
Results for: test_gmpy2_plus Attempted: 16 Failed: 0
Results for: test_gmpy2_pow Attempted: 53 Failed: 0
Results for: test_gmpy2_predicate Attempted: 120 Failed: 0
Results for: test_gmpy2_prp Attempted: 57 Failed: 0
Results for: test_gmpy2_root Attempted: 23 Failed: 0
Results for: test_gmpy2_square Attempted: 19 Failed: 0
Results for: test_gmpy2_sub Attempted: 83 Failed: 0
Results for: test_gmpy2_xmpz_inplace Attempted: 79 Failed: 0
**********************************************************************
File "test/test_gmpy2_xmpz_misc.txt", line 91, in test_gmpy2_xmpz_misc.txt
Failed example:
[b for b in iter]
Differences (ndiff with -expected +actual):
- [False, False, False, False, True]
**********************************************************************
File "test/test_gmpy2_xmpz_misc.txt", line 95, in test_gmpy2_xmpz_misc.txt
Failed example:
[b for b in iter]
Differences (ndiff with -expected +actual):
- [False, True, True, True, True]
**********************************************************************
File "test/test_gmpy2_xmpz_misc.txt", line 98, in test_gmpy2_xmpz_misc.txt
Failed example:
[b for b in iter]
Differences (ndiff with -expected +actual):
- []
**********************************************************************
File "test/test_gmpy2_xmpz_misc.txt", line 101, in test_gmpy2_xmpz_misc.txt
Failed example:
[b for b in iter]
Differences (ndiff with -expected +actual):
- [True, True]
**********************************************************************
File "test/test_gmpy2_xmpz_misc.txt", line 104, in test_gmpy2_xmpz_misc.txt
Failed example:
[b for b in iter]
Differences (ndiff with -expected +actual):
- [1, 2, 3, 4]
**********************************************************************
File "test/test_gmpy2_xmpz_misc.txt", line 107, in test_gmpy2_xmpz_misc.txt
Failed example:
[b for b in iter]
Differences (ndiff with -expected +actual):
- [0]
**********************************************************************
File "test/test_gmpy2_xmpz_misc.txt", line 111, in test_gmpy2_xmpz_misc.txt
Failed example:
[b for b in iter]
Differences (ndiff with -expected +actual):
- [0, 2]
**********************************************************************
1 items had failures:
7 of 59 in test_gmpy2_xmpz_misc.txt
***Test Failed*** 7 failures.
Results for: test_gmpy2_xmpz_misc Attempted: 59 Failed: 7
Results for: test_misc Attempted: 27 Failed: 0
Results for: test_mpc Attempted: 132 Failed: 0
Results for: test_mpc_create Attempted: 7 Failed: 0
Results for: test_mpc_trig Attempted: 21 Failed: 0
Results for: test_mpfr Attempted: 227 Failed: 0
Results for: test_mpfr4_fused Attempted: 13 Failed: 0
Results for: test_mpfr4_random Attempted: 7 Failed: 0
Results for: test_mpfr_create Attempted: 73 Failed: 0
Results for: test_mpfr_min_max Attempted: 26 Failed: 0
Results for: test_mpfr_subnormalize Attempted: 17 Failed: 0
Results for: test_mpfr_trig Attempted: 140 Failed: 0
Results for: test_mpq Attempted: 207 Failed: 0
Results for: test_mpz Attempted: 230 Failed: 0
Results for: test_mpz_create Attempted: 58 Failed: 0
Results for: test_mpz_io Attempted: 60 Failed: 0
**********************************************************************
File "test/test_mpz_pack_unpack.txt", line 11, in test_mpz_pack_unpack.txt
Failed example:
all((x == pack(unpack(x,i),i) for i in range(1,100)))
Differences (ndiff with -expected +actual):
- True
**********************************************************************
File "test/test_mpz_pack_unpack.txt", line 14, in test_mpz_pack_unpack.txt
Failed example:
all((x == pack(unpack(x,i),i) for i in range(1,100)))
Differences (ndiff with -expected +actual):
- True
**********************************************************************
File "test/test_mpz_pack_unpack.txt", line 17, in test_mpz_pack_unpack.txt
Failed example:
all((x == pack(unpack(x,i),i) for i in range(1,100)))
Differences (ndiff with -expected +actual):
- True
**********************************************************************
File "test/test_mpz_pack_unpack.txt", line 20, in test_mpz_pack_unpack.txt
Failed example:
all((x == pack(unpack(x,i),i) for i in range(1,100)))
Differences (ndiff with -expected +actual):
- True
**********************************************************************
File "test/test_mpz_pack_unpack.txt", line 23, in test_mpz_pack_unpack.txt
Failed example:
all((x == pack(unpack(x,i),i) for i in range(1,100)))
Differences (ndiff with -expected +actual):
- True
**********************************************************************
File "test/test_mpz_pack_unpack.txt", line 26, in test_mpz_pack_unpack.txt
Failed example:
all((x == pack(unpack(x,i),i) for i in range(1,200)))
Differences (ndiff with -expected +actual):
- True
**********************************************************************
File "test/test_mpz_pack_unpack.txt", line 29, in test_mpz_pack_unpack.txt
Failed example:
all((x == pack(unpack(x,i),i) for i in range(1,200)))
Differences (ndiff with -expected +actual):
- True
**********************************************************************
1 items had failures:
7 of 16 in test_mpz_pack_unpack.txt
***Test Failed*** 7 failures.
Results for: test_mpz_pack_unpack Attempted: 16 Failed: 7
Results for: test_py32_hash Attempted: 18 Failed: 0
Summary - Attempted: 3522 Failed: 14
Running external test programs.
Running test_pack.py successful
Running test_mpz_args.py
/usr/lib/python3.8/doctest.py:1336: RuntimeWarning: coroutine '<module>'
was never awaited
exec(compile(example.source, filename, "single",
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
successful
autopkgtest [10:48:51]: test command1: -----------------------]
autopkgtest [10:48:51]: test command1: - - - - - - - - - - results - -
- - - - - - - -
command1 FAIL non-zero exit status 1
autopkgtest [10:48:51]: test command1: - - - - - - - - - - stderr - - -
- - - - - - -
/usr/lib/python3.8/doctest.py:1336: RuntimeWarning: coroutine '<module>'
was never awaited
exec(compile(example.source, filename, "single",
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
autopkgtest [10:48:51]: @@@@@@@@@@@@@@@@@@@@ summary
command1 FAIL non-zero exit status 1
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
On 5/12/20 8:31 AM, Case Van Horsen wrote:
It is a known issue with Python 3.8.3rc1. See
https://bugs.python.org/issue39562 for details.
Thanks Case! I can confirm this issue has now fixed itself with the
update to 3.8.3 (3.8.3, not 3.8.3rc1), both in the Debian CI and on my
local machine.
--- End Message ---