Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927711 - dev-python/xarray-2024.2.0 fails tests on 32-bit: test_array_repr_dtypes_unix, TestDataset::test_repr_multiindex, TestDataArray::test_repr_multiindex, TestDataArray::test_repr_multiindex_long
Summary: dev-python/xarray-2024.2.0 fails tests on 32-bit: test_array_repr_dtypes_unix...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 926398
  Show dependency tree
 
Reported: 2024-03-24 14:20 UTC by matoro
Modified: 2024-03-24 14:22 UTC (History)
3 users (show)

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


Attachments
build.log and emerge --info (x86) (build.log.gz,201.51 KB, application/gzip)
2024-03-24 14:21 UTC, matoro
Details
build.log and emerge --info (arm) (build.log.gz,207.30 KB, application/gzip)
2024-03-24 14:22 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matoro archtester 2024-03-24 14:20:43 UTC
Identical on both x86 and arm, so assuming all 32-bit.

FAILED xarray/tests/test_formatting.py::test_array_repr_dtypes_unix - AssertionError: assert '<xarray.DataArray (x: 1)> Size: 4B\narray([0])\nDimensions without coordinates: x' == '<xarray.DataArray (x: 1)> S...
FAILED xarray/tests/test_dataset.py::TestDataset::test_repr_multiindex - assert "<xarray.Dataset> Size: 96B\nDimensions:  (x: 4)\nCoordinates:\n  * x        (x) object 32B MultiIndex\n  * level_1  (x) object 32B...
FAILED xarray/tests/test_dataarray.py::TestDataArray::test_repr_multiindex - assert "<xarray.DataArray (x: 4)> Size: 32B\narray([0, 1, 2, 3], dtype=uint64)\nCoordinates:\n  * x        (x) object 32B MultiIndex\n  * ...
FAILED xarray/tests/test_dataarray.py::TestDataArray::test_repr_multiindex_long - assert "<xarray.DataArray (x: 32)> Size: 256B\narray([ 0,  1,  2,  3,  4,  5,  6,  7,  8,  9, 10, 11, 12, 13, 14, 15, 16,\n       17, 18, ...
============================= 4 failed, 6828 passed, 6253 skipped, 17 xfailed, 1 xpassed, 114 warnings in 50.98s ==============================

Reproducible: Always
Comment 1 matoro archtester 2024-03-24 14:21:47 UTC
Created attachment 888414 [details]
build.log and emerge --info (x86)
Comment 2 matoro archtester 2024-03-24 14:22:06 UTC
Created attachment 888415 [details]
build.log and emerge --info (arm)