GNU bug report logs - #53519
python-seaborn build failure

Previous Next

Package: guix;

Reported by: "Bonface M. K." <me <at> bonfacemunyoki.com>

Date: Tue, 25 Jan 2022 06:48:01 UTC

Severity: normal

Done: Arun Isaac <arunisaac <at> systemreboot.net>

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 53519 in the body.
You can then email your comments to 53519 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#53519; Package guix. (Tue, 25 Jan 2022 06:48:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Bonface M. K." <me <at> bonfacemunyoki.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Tue, 25 Jan 2022 06:48:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Bonface M. K." <me <at> bonfacemunyoki.com>
To: bug-guix <at> gnu.org
Cc: Arun Isaac <arunisaac <at> systemreboot.net>,
 "Frederick M. Muriithi" <fredmanglis <at> protonmail.com>
Subject: python-seaborn build failure
Date: Tue, 25 Jan 2022 09:46:01 +0300
[Message part 1 (text/plain, inline)]
In:

--8<---------------cut here---------------start------------->8---
  guix c30fa17
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: c30fa177f3717094e72c01ebba330b638a5e6e65
--8<---------------cut here---------------end--------------->8---

... the build of python-seaborn fails with the
following test-cases failing:

--8<---------------cut here---------------start------------->8---
seaborn/tests/test_relational.py::TestScatterPlotter::test_scatterplot_vs_relplot[long_semantics2]
seaborn/tests/test_relational.py::TestScatterPlotter::test_scatterplot_vs_relplot[long_semantics2]
  /tmp/guix-build-python-seaborn-0.11.2.drv-0/seaborn-0.11.2/seaborn/relational.py:608: MatplotlibDeprecationWarning: Support for passing numbers through unit converters is deprecated since 3.5 and support will be removed two minor releases later; use Axis.convert_units instead.
    scout = ax.scatter(scout_x, scout_y, **kws)

-- Docs: https://docs.pytest.org/en/stable/warnings.html
=========================== short test summary info ============================FAILED seaborn/tests/test_categorical.py::TestBoxPlotter::test_axes_data - As...FAILED seaborn/tests/test_categorical.py::TestBoxPlotter::test_draw_missing_boxes
FAILED seaborn/tests/test_categorical.py::TestBoxPlotter::test_missing_data
FAILED seaborn/tests/test_categorical.py::TestCatPlot::test_plot_elements - A...FAILED seaborn/tests/test_distributions.py::TestKDEPlotUnivariate::test_legend
FAILED seaborn/tests/test_distributions.py::TestKDEPlotBivariate::test_fill_artists
FAILED seaborn/tests/test_distributions.py::TestKDEPlotBivariate::test_common_norm
FAILED seaborn/tests/test_distributions.py::TestKDEPlotBivariate::test_log_scaleFAILED seaborn/tests/test_distributions.py::TestKDEPlotBivariate::test_bandwidthFAILED seaborn/tests/test_distributions.py::TestKDEPlotBivariate::test_weights
FAILED seaborn/tests/test_distributions.py::TestKDEPlotBivariate::test_hue_ignores_cmap
FAILED seaborn/tests/test_distributions.py::TestKDEPlotBivariate::test_contour_line_colors
FAILED seaborn/tests/test_distributions.py::TestKDEPlotBivariate::test_levels_and_thresh
FAILED seaborn/tests/test_distributions.py::TestDisPlot::test_with_rug[kwargs0]
FAILED seaborn/tests/test_distributions.py::TestDisPlot::test_with_rug[kwargs1]
FAILED seaborn/tests/test_distributions.py::TestDisPlot::test_with_rug[kwargs2]
FAILED seaborn/tests/test_distributions.py::TestDisPlot::test_bivariate_kde_norm==== 17 failed, 1003 passed, 28 skipped, 195 warnings in 289.80s (0:04:49) =====error: in phase 'check': uncaught exception:
%exception #<&invoke-error program: "pytest" arguments: ("seaborn") exit-status: 1 term-signal: #f stop-signal: #f> 
phase `check' failed after 293.5 seconds
command "pytest" "seaborn" failed with status 1
--8<---------------cut here---------------end--------------->8---

Find attached the full build failure
[b2d4fqqjjqfm04qm5mnkn8w8j7q1vk-python-seaborn-0.11.2.drv.bz2 (application/x-bzip2, inline)]
[Message part 3 (text/plain, inline)]
-- 
Bonface M. K.
D4F09EB110177E03C28E2FE1F5BBAE1E0392253F (hkp://keys.gnupg.net)
Free Software Activist
Humble GNU Emacs User | Bearer of scheme-y parens
Curator: <https://upbookclub.com> | Twitter: @BonfaceKilz
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#53519; Package guix. (Tue, 25 Jan 2022 07:24:02 GMT) Full text and rfc822 format available.

Message #8 received at 53519 <at> debbugs.gnu.org (full text, mbox):

From: Arun Isaac <arunisaac <at> systemreboot.net>
To: "Bonface M. K." <me <at> bonfacemunyoki.com>
Cc: 53519 <at> debbugs.gnu.org, "Frederick M. Muriithi" <fredmanglis <at> protonmail.com>
Subject: Re: python-seaborn build failure
Date: Tue, 25 Jan 2022 12:53:37 +0530
[Message part 1 (text/plain, inline)]
Hi Bonface,

It looks like this problem is due to matplotlib 3.5.x and is known
upstream. See
https://github.com/mwaskom/seaborn/issues/2663 . We might have to wait
for an upstream release or cherry pick commits.

Regards,
Arun
[signature.asc (application/pgp-signature, inline)]

Reply sent to Arun Isaac <arunisaac <at> systemreboot.net>:
You have taken responsibility. (Wed, 12 Oct 2022 12:32:01 GMT) Full text and rfc822 format available.

Notification sent to "Bonface M. K." <me <at> bonfacemunyoki.com>:
bug acknowledged by developer. (Wed, 12 Oct 2022 12:32:02 GMT) Full text and rfc822 format available.

Message #13 received at 53519-done <at> debbugs.gnu.org (full text, mbox):

From: Arun Isaac <arunisaac <at> systemreboot.net>
To: "Bonface M. K." <me <at> bonfacemunyoki.com>
Cc: 53519-done <at> debbugs.gnu.org,
 "Frederick M. Muriithi" <fredmanglis <at> protonmail.com>
Subject: Re: python-seaborn build failure
Date: Wed, 12 Oct 2022 18:01:30 +0530
Closing since python-seaborn now builds successfully on the latest
master.

I have also sent a new patch updating python-seaborn to
0.12.0. https://issues.guix.gnu.org/58466




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 10 Nov 2022 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 173 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.