Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 923423

Summary: dev-libs/c-blosc2-2.11.3 fails tests on arm: Bus error
Product: Gentoo Linux Reporter: matoro <matoro_gentoo>
Component: Current packagesAssignee: Michał Górny <mgorny>
Status: CONFIRMED ---    
Severity: normal CC: arm, matoro_gentoo
Priority: Normal    
Version: unspecified   
Hardware: ARM   
OS: Linux   
URL: https://github.com/Blosc/c-blosc2/pull/550
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 371525, 920430, 925371    
Attachments: build.log and emerge --info

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.