Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 890549 - dev-python/xarray-2022.12.0 - fails 7 tests on ppc
Summary: dev-python/xarray-2022.12.0 - fails 7 tests on ppc
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2023-01-11 22:34 UTC by ernsteiswuerfel
Modified: 2023-10-29 03:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (xarray-2022.12.0:20230111-144749.log.xz,89.32 KB, application/x-xz)
2023-01-11 22:34 UTC, ernsteiswuerfel
Details
emerge --info (file_890549.txt,6.43 KB, text/plain)
2023-01-11 22:35 UTC, ernsteiswuerfel
Details
build.log.xz (ppc, 2022.11.0) (xarray-2022.11.0:20230112-112547.log.xz,88.63 KB, application/x-xz)
2023-01-12 11:50 UTC, ernsteiswuerfel
Details
build.log.xz (ppc, 2023.2.0) (xarray-2023.2.0:20230309-235127.log.xz,81.69 KB, application/x-xz)
2023-03-10 00:04 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2023-01-11 22:34:39 UTC
Created attachment 848279 [details]
build.log.xz

[...]
FAILED xarray/tests/test_backends.py::TestScipyInMemoryData::test_roundtrip_numpy_datetime_data - AssertionError: Left and r
ight Dataset objects are not identical
FAILED xarray/tests/test_backends.py::TestScipyFileObject::test_roundtrip_numpy_datetime_data - AssertionError: Left and rig
ht Dataset objects are not identical
FAILED xarray/tests/test_backends.py::TestScipyFilePath::test_roundtrip_numpy_datetime_data - AssertionError: Left and right
 Dataset objects are not identical
FAILED xarray/tests/test_backends.py::TestGenericNetCDFData::test_roundtrip_numpy_datetime_data - AssertionError: Left and r
ight Dataset objects are not identical
FAILED xarray/tests/test_dataarray.py::TestDataArray::test_curvefit[False] - ImportError: /usr/lib/python3.9/site-packages/s
cipy/optimize/_highs/_highs_wrapper.cpython-39-powerpc-linux-gnu.s...
FAILED xarray/tests/test_dataset.py::test_cumulative_integrate[True] - ImportError: /usr/lib/python3.9/site-packages/scipy/o
ptimize/_highs/_highs_wrapper.cpython-39-powerpc-linux-gnu.s...
FAILED xarray/tests/test_dataset.py::test_cumulative_integrate[False] - ImportError: /usr/lib/python3.9/site-packages/scipy/
optimize/_highs/_highs_wrapper.cpython-39-powerpc-linux-gnu.s...
===== 7 failed, 5381 passed, 5397 skipped, 1 deselected, 23 xfailed, 22 xpassed, 5 warnings in 410.50s (0:06:50) =====
 * ERROR: dev-python/xarray-2022.12.0::gentoo failed (test phase):
 *   pytest failed with python3.9
Comment 1 ernsteiswuerfel archtester 2023-01-11 22:35:10 UTC
Created attachment 848281 [details]
emerge --info
Comment 2 ernsteiswuerfel archtester 2023-01-12 11:50:07 UTC
Created attachment 848309 [details]
build.log.xz (ppc, 2022.11.0)

No regression over 2022.11.0 which fails exactly the same tests.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-01-12 11:52:45 UTC
FWICS there are two problems involved: one is misbehaving datetime64[ns] and the other is some missing atomic, and both seem to stem from scipy itself.  The latter you've already seen in #872959 but the former I don't see in your scipy log but maybe I'm looking poorly or it was hidden by ImportErrors.
Comment 4 ernsteiswuerfel archtester 2023-03-10 00:04:58 UTC
Created attachment 857083 [details]
build.log.xz (ppc, 2023.2.0)

No regression over 2022.11.0 which fails the same tests.
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-10-29 03:04:13 UTC
Feels like https://github.com/pydata/xarray/issues/6906 maybe.