GNU bug report logs -
#53211
Python-matplotlib under aarch64 broken
Previous Next
Reported by: cayetano.santos <at> l2it.in2p3.fr
Date: Wed, 12 Jan 2022 16:50:02 UTC
Severity: normal
Done: Cayetano Santos <csantosb <at> inventati.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53211 in the body.
You can then email your comments to 53211 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#53211
; Package
guix
.
(Wed, 12 Jan 2022 16:50:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
cayetano.santos <at> l2it.in2p3.fr
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Wed, 12 Jan 2022 16:50:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
When I do a
guix build python-matplotlib
under aarch64 I get the error below during the testing phase.
Note that
guix describe -f channels
gives
(list (channel
(name 'guix)
(url "https://git.savannah.gnu.org/git/guix.git")
(branch "master")
(commit
"c7ef7a0f84bd19ef32e4cc5439ee4f332921eeb9")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
(openpgp-fingerprint
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A
54FA")))))
Thanks,
C.
=================================== FAILURES
===================================
_________________________ test_warn_big_data_best_loc
__________________________
def test_warn_big_data_best_loc():
fig, ax = plt.subplots()
fig.canvas.draw() # So that we can call draw_artist
later.
for idx in range(1000):
ax.plot(np.arange(5000), label=idx)
with rc_context({'legend.loc': 'best'}):
legend = ax.legend()
with pytest.warns(UserWarning) as records:
> fig.draw_artist(legend) # Don't bother drawing the
> lines -- it's slow.
E Failed: DID NOT WARN. No warnings of type (<class
'UserWarning'>,) was emitted. The list of emitted warnings is: [].
/gnu/store/fqlbc7ny3kf5hqwpq46wxnvf5223prxi-python-matplotlib-3.4.3/lib/python3.9/site-packages/matplotlib/tests/test_legend.py:677:
Failed
=========================== short test summary info
============================
FAILED test_legend.py::test_warn_big_data_best_loc - Failed: DID
NOT WARN. No...
==== 1 failed, 4905 passed, 2293 skipped, 1 deselected, 9 xfailed
in 53.61s ====
error: in phase 'check': uncaught exception:
%exception #<&invoke-error program: "python" arguments:
("tests.py" "-v" "-m" "not network and not webagg") exit-status:
1 term-signal: #f stop-signal: #f>
phase `check' failed after 54.4 seconds
command "python" "tests.py" "-v" "-m" "not network and not webagg"
failed with status 1
builder for
`/gnu/store/6mf4z42cdg64kpzzhx9a1sjps3vhirrb-python-matplotlib-3.4.3.drv'
failed with exit code 1
Reply sent
to
csantosb <at> inventati.org
:
You have taken responsibility.
(Tue, 12 Dec 2023 16:40:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
cayetano.santos <at> l2it.in2p3.fr
:
bug acknowledged by developer.
(Tue, 12 Dec 2023 16:40:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 53211-done <at> debbugs.gnu.org (full text, mbox):
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 10 Jan 2024 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 120 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.