GNU bug report logs -
#71286
build of /gnu/store/xjfs44qvk7rry6nbrbrd18irxdiycs2f-python-matplotlib-3.8.2.drv failed
Previous Next
Reported by: francismb <at> email.de
Date: Fri, 31 May 2024 08:34:02 UTC
Severity: normal
Tags: unreproducible
Done: Simon Tournier <zimon.toutoune <at> gmail.com>
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 71286 in the body.
You can then email your comments to 71286 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#71286
; Package
guix
.
(Fri, 31 May 2024 08:34:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
francismb <at> email.de
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Fri, 31 May 2024 08:34:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Dear Maintainers,
guix upgrade failed with:
[...]
building
/gnu/store/xjfs44qvk7rry6nbrbrd18irxdiycs2f-python-matplotlib-3.8.2.drv...
100% 'check'
▕███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████▏builder
for
`/gnu/store/xjfs44qvk7rry6nbrbrd18irxdiycs2f-python-matplotlib-3.8.2.drv'
failed with exit code 1
build of
/gnu/store/xjfs44qvk7rry6nbrbrd18irxdiycs2f-python-matplotlib-3.8.2.drv
failed
View build log at
'/var/log/guix/drvs/xj/fs44qvk7rry6nbrbrd18irxdiycs2f-python-matplotlib-3.8.2.drv.bz2'.
guix upgrade: error: build of
`/gnu/store/xjfs44qvk7rry6nbrbrd18irxdiycs2f-python-matplotlib-3.8.2.drv'
failed
[...]
=================================== FAILURES
===================================
_________________________ test_warn_big_data_best_loc
__________________________
[gw13] linux -- Python 3.10.7
/gnu/store/jh59fh48mcffyz5wmsjj0p96xkkflbz0-python-wrapper-3.10.7/bin/python
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.
# The _find_best_position method of Legend is called twice,
duplicating
# the warning message.
> assert len(records) == 2
E assert 1 == 2
E + where 1 = len(WarningsChecker(record=True))
/gnu/store/1ngk3nn61g4p64ym7p5fd3nkgrig5iba-python-matplotlib-3.8.2/lib/python3.10/site-packages/matplotlib/tests/test_legend.py:1146:
AssertionError
=========================== short test summary info
============================
FAILED tests/test_legend.py::test_warn_big_data_best_loc - assert 1 == 2
=========== 1 failed, 5622 passed, 2644 skipped, 9 xfailed in 30.86s
===========
error: in phase 'check': uncaught exception:
%exception #<&invoke-error program: "pytest" arguments: ("-n" "16"
"--pyargs" "matplotlib" "-m" "not network" "-k" "not
test_figure_legend_outside and not test_lazy_auto_backend_selection")
exit-status: 1 term-signal: #f stop-signal: #f>
phase `check' failed after 31.1 seconds
command "pytest" "-n" "16" "--pyargs" "matplotlib" "-m" "not network"
"-k" "not test_figure_legend_outside and not
test_lazy_auto_backend_selection" failed with status 1
$ guix describe
Generation 114 Mai 31 2024 10:14:09 (current)
guix 01de171
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: 01de17143c4830926af6f00f5233d1ba32d7038d
I hope it helps and thanks in advance
Francis
[fs44qvk7rry6nbrbrd18irxdiycs2f-python-matplotlib-3.8.2.drv.bz2 (application/x-bzip2, attachment)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#71286
; Package
guix
.
(Sat, 01 Jun 2024 10:16:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 71286 <at> debbugs.gnu.org (full text, mbox):
Dear Maintainers,
I've updated the profile and tried again:
$ guix package --upgrade python-matplotlib
The following package will be upgraded:
python-matplotlib (dependencies or package changed)
The following derivation will be built:
/gnu/store/xjfs44qvk7rry6nbrbrd18irxdiycs2f-python-matplotlib-3.8.2.drv
building
/gnu/store/xjfs44qvk7rry6nbrbrd18irxdiycs2f-python-matplotlib-3.8.2.drv...
The following derivation will be built:
/gnu/store/hjnd84f6kg8m1rk7y6ixbqkgwbshjqq3-profile.drv
applying 3 grafts for python-contourpy-1.1.1 ...
applying 6 grafts for python-matplotlib-3.8.2 ...
applying 11 grafts for python-numpy-1.23.2 ...
applying 10 grafts for python-pillow-9.2.0 ...
building CA certificate bundle...
listing Emacs sub-directories...
building fonts directory...
generating GdkPixbuf loaders cache...
generating GLib schema cache...
creating GTK+ icon theme cache...
building cache files for GTK+ input methods...
building directory of Info manuals...
building XDG desktop file cache...
building XDG MIME database...
building profile with 138 packages...
$ guix describe
Generation 115 Jun 01 2024 11:36:54 (current)
guix fba6896
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: fba6896f625dcbeef112387fc90abe83acae1720
the failure is gone (same hash, flaky test(s)?).
Thanks in advance
Francis
On 31.05.24 10:34, GNU bug Tracking System wrote:
> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
> bug-guix <at> gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 71286 <at> debbugs.gnu.org.
>
> Please do not send mail to help-debbugs <at> gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>
Information forwarded
to
bug-guix <at> gnu.org
:
bug#71286
; Package
guix
.
(Tue, 04 Jun 2024 18:26:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 71286 <at> debbugs.gnu.org (full text, mbox):
Hi,
On Sat, 01 Jun 2024 at 12:15, francismb via Bug reports for GNU Guix <bug-guix <at> gnu.org> wrote:
> the failure is gone (same hash, flaky test(s)?).
Well, I do not where the issue could come from. I am not able to
reproduce.
Closing?
Cheers,
simon
Information forwarded
to
bug-guix <at> gnu.org
:
bug#71286
; Package
guix
.
(Mon, 10 Jun 2024 20:26:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 71286 <at> debbugs.gnu.org (full text, mbox):
Hi Simon,
>> the failure is gone (same hash, flaky test(s)?).
>
> Well, I do not where the issue could come from. I am not able to
> reproduce.
>
> Closing?
Ok, please close, it's at least documented and Time will tell.
Regards,
Francis
Added tag(s) unreproducible.
Request was from
Simon Tournier <zimon.toutoune <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Tue, 10 Sep 2024 16:20:07 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
71286 <at> debbugs.gnu.org and francismb <at> email.de
Request was from
Simon Tournier <zimon.toutoune <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Tue, 10 Sep 2024 16:20:07 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 09 Oct 2024 11:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 100 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.