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

INTEGRATION_mesh_inertia_calculation test is flaky on windows on gz-sim8 #2801

Open
scpeters opened this issue Feb 28, 2025 · 1 comment
Open
Labels
bug Something isn't working

Comments

@scpeters
Copy link
Member

Environment

  • OS Version: Windows with conda
  • Source or binary build? source builds of gz-sim8, first observed with d6b107b

Description

  • Expected behavior: Test should pass
  • Actual behavior: Test fails

Steps to reproduce

  1. Run https://build.osrfoundation.org/view/gz-harmonic/job/gz_sim-8-clowin

Output

console output from build 10

171: Test command: C:\J\workspace\gz_sim-8-clowin\ws\build\gz-sim8\bin\Release\INTEGRATION_mesh_inertia_calculation.exe "--gtest_output=xml:C:/J/workspace/gz_sim-8-clowin/ws/build/gz-sim8/test_results/INTEGRATION_mesh_inertia_calculation.xml"
171: Working Directory: C:/J/workspace/gz_sim-8-clowin/ws/build/gz-sim8/test/integration
171: Environment variables: 
171:  GZ_SIM_INSTALL_PREFIX=C:/J/workspace/gz_sim-8-clowin/ws/install/gz-sim8
171: Test timeout computed to be: 240
171: DynamicFactory(): Unable to parse descriptor set from [C:/J/workspace/gz_sim-8-clowin/ws/install/gz-msgs10\share\gz\protos\gz-msgs10.gz_desc]
171: Running main() from C:\J\workspace\gz_sim-8-clowin\ws\gz-sim\test\gtest_vendor\src\gtest_main.cc
171: [==========] Running 2 tests from 1 test suite.
171: [----------] Global test environment set-up.
171: [----------] 2 tests from MeshInertiaCalculationTest
171: [ RUN      ] MeshInertiaCalculationTest.CylinderColladaMeshInertiaCalculation
171/250 Test #171: INTEGRATION_mesh_inertia_calculation ...................Exit code 0xc0000374
***Exception:   3.01 sec

console output from build 15

171: Test command: C:\J\workspace\gz_sim-8-clowin\ws\build\gz-sim8\bin\Release\INTEGRATION_mesh_inertia_calculation.exe "--gtest_output=xml:C:/J/workspace/gz_sim-8-clowin/ws/build/gz-sim8/test_results/INTEGRATION_mesh_inertia_calculation.xml"
171: Working Directory: C:/J/workspace/gz_sim-8-clowin/ws/build/gz-sim8/test/integration
171: Environment variables: 
171:  GZ_SIM_INSTALL_PREFIX=C:/J/workspace/gz_sim-8-clowin/ws/install/gz-sim8
171: Test timeout computed to be: 240
171: DynamicFactory(): Unable to parse descriptor set from [C:/J/workspace/gz_sim-8-clowin/ws/install/gz-msgs10\share\gz\protos\gz-msgs10.gz_desc]
171: Running main() from C:\J\workspace\gz_sim-8-clowin\ws\gz-sim\test\gtest_vendor\src\gtest_main.cc
171: [==========] Running 2 tests from 1 test suite.
171: [----------] Global test environment set-up.
171: [----------] 2 tests from MeshInertiaCalculationTest
171: [ RUN      ] MeshInertiaCalculationTest.CylinderColladaMeshInertiaCalculation
171: [       OK ] MeshInertiaCalculationTest.CylinderColladaMeshInertiaCalculation (2824 ms)
171: [ RUN      ] MeshInertiaCalculationTest.CylinderColladaMeshWithNonCenterOriginInertiaCalculation
171/250 Test #171: INTEGRATION_mesh_inertia_calculation ...................Exit code 0xc0000374
***Exception:   4.02 sec

console output from build 18

171: Test command: C:\J\workspace\gz_sim-8-clowin\ws\build\gz-sim8\bin\Release\INTEGRATION_mesh_inertia_calculation.exe "--gtest_output=xml:C:/J/workspace/gz_sim-8-clowin/ws/build/gz-sim8/test_results/INTEGRATION_mesh_inertia_calculation.xml"
171: Working Directory: C:/J/workspace/gz_sim-8-clowin/ws/build/gz-sim8/test/integration
171: Environment variables: 
171:  GZ_SIM_INSTALL_PREFIX=C:/J/workspace/gz_sim-8-clowin/ws/install/gz-sim8
171: Test timeout computed to be: 240
171: DynamicFactory(): Unable to parse descriptor set from [C:/J/workspace/gz_sim-8-clowin/ws/install/gz-msgs10\share\gz\protos\gz-msgs10.gz_desc]
171: Running main() from C:\J\workspace\gz_sim-8-clowin\ws\src\gz-sim\test\gtest_vendor\src\gtest_main.cc
171: [==========] Running 3 tests from 1 test suite.
171: [----------] Global test environment set-up.
171: [----------] 3 tests from MeshInertiaCalculationTest
171: [ RUN      ] MeshInertiaCalculationTest.CylinderColladaMeshInertiaCalculation
171: [       OK ] MeshInertiaCalculationTest.CylinderColladaMeshInertiaCalculation (8136 ms)
171: [ RUN      ] MeshInertiaCalculationTest.CylinderColladaMeshWithNonCenterOriginInertiaCalculation
171/250 Test #171: INTEGRATION_mesh_inertia_calculation ...................Exit code 0xc0000374
***Exception:   8.87 sec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Inbox
Development

No branches or pull requests

1 participant