You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/02 20:40:01 UTC

[GitHub] [arrow-rs] andygrove commented on issue #109: Test failures on 32 bit ARM (Raspberry Pi)

andygrove commented on issue #109:
URL: https://github.com/apache/arrow-rs/issues/109#issuecomment-830868511


   
   An update on this. We still have some failures on 32 bit Rasp Pi. 
   
   ```
   ---- array::array_primitive::tests::test_primitive_array_from_vec_option stdout ----
   thread 'array::array_primitive::tests::test_primitive_array_from_vec_option' panicked at 'assertion failed: `(left == right)`
     left: `216`,
    right: `172`', arrow/src/array/array_primitive.rs:533:9
   
   ---- array::array_primitive::tests::test_primitive_array_from_vec stdout ----
   thread 'array::array_primitive::tests::test_primitive_array_from_vec' panicked at 'assertion failed: `(left == right)`
     left: `136`,
    right: `100`', arrow/src/array/array_primitive.rs:511:9
   
   ---- array::array_primitive::tests::test_timestamp_fmt_debug stdout ----
   thread 'array::array_primitive::tests::test_timestamp_fmt_debug' panicked at 'called `Option::unwrap()` on a `None` value', arrow/src/array/array_primitive.rs:286:54
   ```
   
   Environment (Rasperry Pi 4 Model B):
   ```
   Raspbian GNU/Linux 10
   Linux raspberrypi 4.19.97-v7l+ #1294 SMP Thu Jan 30 13:21:14 GMT 2020 armv7l GNU/Linux
   rustc 1.51.0 (2fd73fabe 2021-03-23)
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org