Skip to content

CI fails on C++ example test #3

Description

@mdpiper

The Docker build (QEMU-emulated linux/arm64) of the BMI C++ example fails (times out) on a test, test_initialize_from_file. This occurs in the GitHub Actions release workflow. The error isn't reproducible on my Intel or Silicon Macs, either natively or through Docker.

Output from the GHA log:

#27 81.21     Start 4: test_set_value
#27 81.25 4/8 Test #4: test_set_value ...................   Passed    0.05 sec
#27 81.25     Start 5: test_grid_info
#27 81.30 5/8 Test #5: test_grid_info ...................   Passed    0.04 sec
#27 81.30     Start 6: test_initialize_from_file
#27 1581.4 6/8 Test #6: test_initialize_from_file ........***Timeout 1500.10 sec
#27 1581.4     Start 7: test_reinitialize
#27 1581.4 7/8 Test #7: test_reinitialize ................   Passed    0.04 sec
#27 1581.4     Start 8: test_conflicting_instances
#27 1581.5 8/8 Test #8: test_conflicting_instances .......   Passed    0.04 sec
#27 1581.5 
#27 1581.5 88% tests passed, 1 tests failed out of 8
#27 1581.5 
#27 1581.5 Total Test time (real) = 1500.49 sec
#27 1581.5 
#27 1581.5 The following tests FAILED:
#27 1581.5 	  6 - test_initialize_from_file (Timeout)
#27 1581.5 Errors while running CTest
#27 1581.5 Output from these tests are in: /opt/bmi-example-cxx/_build/Testing/Temporary/LastTest.log
#27 1581.5 Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
#27 1581.5 make: *** [Makefile:71: test] Error 8
#27 ERROR: process "/dev/.buildkit_qemu_emulator /bin/sh -c cmake .. -DCMAKE_INSTALL_PREFIX=${CONDA_DIR} &&     make &&     make test &&     make install &&     make clean" did not complete successfully: exit code: 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions