You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🏃 Running configuration script for target LEKA_V1_2_DEV 📝
python3 /home/runner/work/LekaOS/LekaOS/cmake/scripts/configure_cmake_for_target.py LEKA_V1_2_DEV -p /home/runner/work/LekaOS/LekaOS/_build/LEKA_V1_2_DEV/cmake_config -a /home/runner/work/LekaOS/LekaOS/config/mbed_app.json
Traceback (most recent call last):
File "/home/runner/work/LekaOS/LekaOS/cmake/scripts/configure_cmake_for_target.py", line 21, in <module>
from tools import build_api, options
File "/home/runner/work/LekaOS/LekaOS/extern/mbed-os/tools/build_api.py", line 36, in <module>
from .arm_pack_manager import Cache
File "/home/runner/work/LekaOS/LekaOS/extern/mbed-os/tools/arm_pack_manager/__init__.py", line 29, in <module>
from tools.flash_algo import PackFlashAlgo
File "/home/runner/work/LekaOS/LekaOS/extern/mbed-os/tools/flash_algo/__init__.py", line 33, in <module>
from elftools.common.py3compat import bytes2str
ModuleNotFoundError: No module named 'elftools.common.py3compat'
Failed to import the Mbed OS Python configuration system!
Be sure that you have installed all required python modules, see /home/runner/work/LekaOS/LekaOS/extern/mbed-os /requirements.txt
make[1]: *** [Makefile:1[46](https://github.com/leka/LekaOS/actions/runs/7169779695/job/19520951046#step:6:47): config_cmake_target] Error 1
make[1]: Leaving directory '/home/runner/work/LekaOS/LekaOS'
make: *** [Makefile:140: config] Error 2
Error: Process completed with exit code 2.
/usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/chrono:2320:48: error: call to consteval function 'std::chrono::hh_mm_ss::_S_fractional_width' is not a constant expression
static constexpr unsigned fractional_width = {_S_fractional_width()};
2 kind of issues seems to break the CI
import of pyelftools
Logs
From https://github.com/leka/LekaOS/actions/runs/7169779695/job/19520951046
Might be resolved with
#1339see leka/mbed-os@6dd070funit tests with clang
Workflows using clang seem to fail
Logs
From https://github.com/leka/LekaOS/actions/runs/7193938786/job/19593400509
Might be related to issue actions/runner-images#8659
Might be resolved with
#1340 xor #1341#1342The text was updated successfully, but these errors were encountered: