The Buildbot has detected a new failure on builder AMD64 Debian root 3.x while
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/345/builds/7641
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: angelico-debian-amd64
Build Reason: <unknown>
Blamelist: Laurie O <[email protected]>, Sam Gross
<[email protected]>, mpage <[email protected]>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_math.py",
line 1532, in test_sumprod_extended_precision_accuracy
relative_err = median(Trial(math.sumprod, c, n) for i in range(times))
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/statistics.py",
line 632, in median
data = sorted(data)
~~~~~~^^^^^^
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_math.py",
line 1532, in <genexpr>
relative_err = median(Trial(math.sumprod, c, n) for i in range(times))
~~~~~^^^^^^^^^^^^^^^^^^^^
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_math.py",
line 1519, in Trial
ex = GenDot(10, c)
~~~~~~^^^^^^^
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_math.py",
line 1504, in GenDot
y[i] = (uniform(-1.0, 1.0) * exp2(e[i - n2]) - DotExact(x, y)) / x[i]
~~~~~~~~^^^^^^
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_math.py",
line 1466, in DotExact
return sum(starmap(operator.mul, zip(vec1, vec2, strict=True)))
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/fractions.py", line
249, in __new__
self._numerator, self._denominator = numerator.as_integer_ratio()
^^^^^^^^^^^^^^^
AttributeError: 'Fraction' object attribute '_numerator' is read-only
Traceback (most recent call last):
File
"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_cppext/__init__.py",
line 32, in test_build_cpp03
self.check_build('_testcpp03ext', std='c++03')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_cppext/__init__.py",
line 46, in check_build
with support.setup_venv_with_pip_setuptools_wheel(venv_dir) as python_exe:
self._check_build(extension_name, python_exe, std=std)
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/contextlib.py",
line 141, in __enter__
return next(self.gen)
~~~~^^^^^^^^^^
File
"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/support/__init__.py",
line 2304, in setup_venv_with_pip_setuptools_wheel
run_command(cmd)
~~~~~~~~~~~^^^^^
File
"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/support/__init__.py",
line 2294, in run_command
subprocess.run(cmd, check=True)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/subprocess.py",
line 575, in run
raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command
'['/root/buildarea/3.x.angelico-debian-amd64/build/python', '-X', 'dev', '-m',
'venv', 'env']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_math.py",
line 1426, in test_sumprod_stress
(13.25, -4.25, Decimal('10.5'), Decimal('-2.25'), Fraction(13, 8),
~~~~~~~~^^^^^^^
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/fractions.py", line
304, in __new__
self._numerator = numerator
^^^^^^^^^^^^^^^
AttributeError: 'Fraction' object attribute '_numerator' is read-only
Traceback (most recent call last):
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_math.py",
line 2149, in test_prod
self.assertEqual(prod([1., F(3, 2)]), 1.5)
~^^^^^^
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/fractions.py", line
304, in __new__
self._numerator = numerator
^^^^^^^^^^^^^^^
AttributeError: 'Fraction' object attribute '_numerator' is read-only
Traceback (most recent call last):
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/pickle.py", line
986, in _batch_setitems
tmp = list(islice(it, self._BATCHSIZE))
BufferError: Existing exports of data: object cannot be re-sized
k
Traceback (most recent call last):
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_math.py",
line 1280, in testSumProd
(Fraction(3, 5), Fraction(4, 5)),
~~~~~~~~^^^^^^
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/fractions.py", line
304, in __new__
self._numerator = numerator
^^^^^^^^^^^^^^^
AttributeError: 'Fraction' object attribute '_numerator' is read-only
Traceback (most recent call last):
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_math.py",
line 1815, in testRemainder
validate_spec(-x, y, actual)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_math.py",
line 1725, in validate_spec
self.assertEqual(n, int(n))
~~~^^^
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/fractions.py", line
909, in __int__
if a._numerator < 0:
^^^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'ABCMeta' and 'int'
Traceback (most recent call last):
File
"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_json/test_unicode.py",
line 44, in test_unicode_decode
self.assertEqual(self.loads(s), u)
^^^^^^^^^^^^^^^^
AttributeError: 'int' object has no attribute 'assertEqual'
Traceback (most recent call last):
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_math.py",
line 728, in testFsum
v = gauss(0, random()) ** 7 - s
~~~~~^^^^^^^^^^^^^
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/random.py", line
589, in gauss
self.gauss_next = _sin(x2pi) * g2rad
^^^^^^^^^^^^^^^
AttributeError: 'float' object has no attribute 'gauss_next' and no __dict__
for setting new attributes
Test report
===========
Failed tests:
- test_buffer
- test_json
- test_pickle
- test_cppext
- test_math
- test_statistics
Failed subtests:
- testFsum - test.test_math.MathTests.testFsum
- test_build_cpp03 - test.test_cppext.TestCPPExt.test_build_cpp03
- test_sumprod_stress - test.test_math.MathTests.test_sumprod_stress
- testRemainder - test.test_math.MathTests.testRemainder
- test_prod - test.test_math.MathTests.test_prod
- test_sumprod_extended_precision_accuracy -
test.test_math.MathTests.test_sumprod_extended_precision_accuracy
- test_unicode_decode -
test.test_json.test_unicode.TestCUnicode.test_unicode_decode
- testSumProd - test.test_math.MathTests.testSumProd
Sincerely,
-The Buildbot
_______________________________________________
Buildbot-status mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/buildbot-status.python.org/
Member address: [email protected]