Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PointCloudPackedUtilsTest.MultipleFields fails on armhf #235

Open
scpeters opened this issue Mar 17, 2022 · 3 comments
Open

PointCloudPackedUtilsTest.MultipleFields fails on armhf #235

scpeters opened this issue Mar 17, 2022 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed tests Broken or missing tests / testing infra

Comments

@scpeters
Copy link
Member

Environment

  • OS Version: Ubuntu 18.04, 20.04
  • Source or binary build? armhf deb builder job of 5.9.0 and 7.3.0

Description

Steps to reproduce

  1. Compile ign-msgs on armhf
  2. Run UNIT_PointCloudPackedUtils_TEST test

Output

11/12 Test  #3: UNIT_PointCloudPackedUtils_TEST .........Bus error***Exception:   0.23 sec
Running main() from gtest_main.cc
[==========] Running 5 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 5 tests from PointCloudPackedUtilsTest
[ RUN      ] PointCloudPackedUtilsTest.BadFields
Field [x] does not exist.
Field [xyz] does not exist.
Field [r] does not exist.
[       OK ] PointCloudPackedUtilsTest.BadFields (0 ms)
[ RUN      ] PointCloudPackedUtilsTest.Operators
[       OK ] PointCloudPackedUtilsTest.Operators (0 ms)
[ RUN      ] PointCloudPackedUtilsTest.MultipleFields

12/12 Test #11: UNIT_ign_TEST ...........................   Passed    0.73 sec
@scpeters scpeters added the bug Something isn't working label Mar 17, 2022
@scpeters
Copy link
Member Author

For debugging purposes, I've added a patch to ign-msgs5 in a branch with extra print statements:

with this branch it has the following output:

11/12 Test  #3: UNIT_PointCloudPackedUtils_TEST .........Bus error***Exception:   0.20 sec
Running main() from gtest_main.cc
[==========] Running 5 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 5 tests from PointCloudPackedUtilsTest
[ RUN      ] PointCloudPackedUtilsTest.BadFields
Field [x] does not exist.
Field [xyz] does not exist.
Field [r] does not exist.
[       OK ] PointCloudPackedUtilsTest.BadFields (0 ms)
[ RUN      ] PointCloudPackedUtilsTest.Operators
[       OK ] PointCloudPackedUtilsTest.Operators (0 ms)
[ RUN      ] PointCloudPackedUtilsTest.MultipleFields
Hello 0
Hello 1
Hello 2
Hello 3
Hello 4
Hello 5
Hello 6
Hello 7
  Hello 7 x = i 0
  Hello 7 y = i+1 1
  Hello 7 z = i+2 2
  Hello 7 r = i+3 3
  Hello 7 s = i+4 4
  Hello 7 t = i+5 5
  Hello 7 u = i+6.0 6

12/12 Test #11: UNIT_ign_TEST ...........................   Passed    0.73 sec

This implicates the following code:

@chapulina chapulina added the tests Broken or missing tests / testing infra label Mar 17, 2022
@scpeters
Copy link
Member Author

@chapulina chapulina added the help wanted Extra attention is needed label Mar 28, 2022
@scpeters
Copy link
Member Author

@j-rivero I believe this is blocking builds of ign-msgs5 on armhf and by proxy builds of ign-transport8. How do you recommend that we address this?

msgs5

transport8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed tests Broken or missing tests / testing infra
Projects
None yet
Development

No branches or pull requests

2 participants