unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#71286: build of /gnu/store/xjfs44qvk7rry6nbrbrd18irxdiycs2f-python-matplotlib-3.8.2.drv failed
@ 2024-05-31  8:33 francismb via Bug reports for GNU Guix
       [not found] ` <handler.71286.B.17171444248320.ack@debbugs.gnu.org>
  0 siblings, 1 reply; 4+ messages in thread
From: francismb via Bug reports for GNU Guix @ 2024-05-31  8:33 UTC (permalink / raw)
  To: 71286

[-- Attachment #1: Type: text/plain, Size: 3288 bytes --]

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

[-- Attachment #2: fs44qvk7rry6nbrbrd18irxdiycs2f-python-matplotlib-3.8.2.drv.bz2 --]
[-- Type: application/x-bzip2, Size: 63932 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#71286: Acknowledgement (build of /gnu/store/xjfs44qvk7rry6nbrbrd18irxdiycs2f-python-matplotlib-3.8.2.drv failed)
       [not found] ` <handler.71286.B.17171444248320.ack@debbugs.gnu.org>
@ 2024-06-01 10:15   ` francismb via Bug reports for GNU Guix
  2024-06-04 17:42     ` Simon Tournier
  0 siblings, 1 reply; 4+ messages in thread
From: francismb via Bug reports for GNU Guix @ 2024-06-01 10:15 UTC (permalink / raw)
  To: 71286

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@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 71286@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#71286: Acknowledgement (build of /gnu/store/xjfs44qvk7rry6nbrbrd18irxdiycs2f-python-matplotlib-3.8.2.drv failed)
  2024-06-01 10:15   ` bug#71286: Acknowledgement (build of /gnu/store/xjfs44qvk7rry6nbrbrd18irxdiycs2f-python-matplotlib-3.8.2.drv failed) francismb via Bug reports for GNU Guix
@ 2024-06-04 17:42     ` Simon Tournier
  2024-06-10 20:10       ` francismb via Bug reports for GNU Guix
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Tournier @ 2024-06-04 17:42 UTC (permalink / raw)
  To: francismb, 71286

Hi,

On Sat, 01 Jun 2024 at 12:15, francismb via Bug reports for GNU Guix <bug-guix@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




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#71286: Acknowledgement (build of /gnu/store/xjfs44qvk7rry6nbrbrd18irxdiycs2f-python-matplotlib-3.8.2.drv failed)
  2024-06-04 17:42     ` Simon Tournier
@ 2024-06-10 20:10       ` francismb via Bug reports for GNU Guix
  0 siblings, 0 replies; 4+ messages in thread
From: francismb via Bug reports for GNU Guix @ 2024-06-10 20:10 UTC (permalink / raw)
  To: Simon Tournier, 71286

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





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-10 20:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-31  8:33 bug#71286: build of /gnu/store/xjfs44qvk7rry6nbrbrd18irxdiycs2f-python-matplotlib-3.8.2.drv failed francismb via Bug reports for GNU Guix
     [not found] ` <handler.71286.B.17171444248320.ack@debbugs.gnu.org>
2024-06-01 10:15   ` bug#71286: Acknowledgement (build of /gnu/store/xjfs44qvk7rry6nbrbrd18irxdiycs2f-python-matplotlib-3.8.2.drv failed) francismb via Bug reports for GNU Guix
2024-06-04 17:42     ` Simon Tournier
2024-06-10 20:10       ` francismb via Bug reports for GNU Guix

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).