fprime-community / fprime-workspace-image

Immutable-Infrastructure-as-Code (IIaC) workspace image for fprime development
Other
3 stars 1 forks source link

build math component unit tests #23

Closed capsulecorplab closed 3 months ago

capsulecorplab commented 11 months ago

should generate and build fprime-tutorial-math-component unit tests, as they build and pass as of https://github.com/fprime-community/fprime-tutorial-math-component/commit/9defcb5b1874c678ef5ed1068a0a581f9591ff95 on v0.2.0 of the workspace, granted the v3.3.0 tag is checked out in the fprime submodule

Screenshot from 2023-08-16 14-39-25

capsulecorplab commented 11 months ago

Tried to build and run unit tests as part of image build as of https://github.com/capsulecorplab/fprime-workspace-image/commit/027783ebdb51a3e886f72abb348f8e05da78670b, but encountered following error

Errors while running CTest
Output from these tests are in: /home/kasm-default-profile/fprime-tutorial-math-component/build-fprime-automatic-native-ut/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
gmake[3]: *** [CMakeFiles/check.dir/build.make:70: CMakeFiles/check] Error 8
gmake[2]: *** [CMakeFiles/Makefile2:4742: CMakeFiles/check.dir/all] Error 2
gmake[1]: *** [CMakeFiles/Makefile2:4749: CMakeFiles/check.dir/rule] Error 2
gmake: *** [Makefile:582: check] Error 2
[ERROR] CMake erred with return code 2

see https://github.com/capsulecorplab/fprime-workspace-image/actions/runs/5896267076/job/15993784859#step:5:936

capsulecorplab commented 7 months ago

New behavior logged in https://github.com/fprime-community/fprime-tutorial-math-component/issues/23