Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923423 - dev-libs/c-blosc2-2.11.3 fails tests on arm: Bus error
Summary: dev-libs/c-blosc2-2.11.3 fails tests on arm: Bus error
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: ARM Linux
: Normal normal (vote)
Assignee: Michał Górny
URL: https://github.com/Blosc/c-blosc2/pul...
Whiteboard:
Keywords:
Depends on:
Blocks: unaligned-access 920430 925371
  Show dependency tree
 
Reported: 2024-01-31 15:42 UTC by matoro
Modified: 2024-03-10 04:37 UTC (History)
2 users (show)

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


Attachments
build.log and emerge --info (build.log.gz,60.36 KB, application/gzip)
2024-01-31 15:43 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matoro archtester 2024-01-31 15:42:58 UTC
Unaligned access killing these on arm.  https://github.com/Blosc/c-blosc2/pull/550

97% tests passed, 25 tests failed out of 894                                                                                                   

Total Test time (real) = 129.82 sec 

The following tests FAILED:
          1 - test_plugin_test_ndlz (Bus error)
          2 - test_plugin_test_zfp_acc_float (Bus error)
          3 - test_plugin_test_zfp_prec_float (Bus error)
          4 - test_plugin_test_zfp_rate_float (Bus error)
          5 - test_plugin_test_zfp_rate_getitem (Bus error)
          6 - test_plugin_test_ndcell (Bus error)
          7 - test_plugin_ndmean_repart (Bus error)
          8 - test_plugin_ndmean_mean (Bus error)
          9 - test_plugin_bytedelta (Bus error)
         10 - test_b2nd_append (Bus error)
         11 - test_b2nd_copy (Bus error)
         13 - test_b2nd_delete (Bus error)
         14 - test_b2nd_full (Bus error)
         15 - test_b2nd_get_slice (Bus error)
         16 - test_b2nd_get_slice_buffer (Bus error)
         17 - test_b2nd_insert (Bus error)
         21 - test_b2nd_resize (Bus error)
         22 - test_b2nd_roundtrip (Bus error)
         23 - test_b2nd_save (Bus error)
         24 - test_b2nd_serialize (Bus error)
         25 - test_b2nd_set_slice_buffer (Bus error)
         26 - test_b2nd_squeeze (Bus error)
         27 - test_b2nd_squeeze_index (Bus error)
         29 - test_b2nd_zeros (Bus error)
        309 - test_fill_special (Bus error)

Reproducible: Always
Comment 1 matoro archtester 2024-01-31 15:43:58 UTC
Created attachment 883869 [details]
build.log and emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-01-31 15:45:21 UTC
Yeah, I need to finish that off.