Thread #1
ls -lah $SEMAPHORE_CACHE_DIR |
00:00 |
docker pull paparazziuav/pprz-ci |
01:31 |
sudo rm -rf /home/runner/{.phpbrew,.phpunit,.kerl,.kiex,.lein,.nvm,.npm,.rbenv} |
00:21 |
git config --global user.email "paparazzi-devel@nongnu.org" |
00:00 |
git config --global user.name "Paparazzi UAV" |
00:00 |
git status --ignored |
00:01 |
git submodule deinit --force . |
00:00 |
rm -rf .git/modules |
00:00 |
git submodule update --init --force --recursive |
02:26 |
if [ "$SEMAPHORE_TRIGGER_SOURCE" = "scheduler" ]; then docker/run.sh -it paparazziuav/pprz-ci make test_all_confs ; else docker/run.sh -it paparazziuav/pprz-ci make test ; fi |
00:04 |
xauth: file /home/runner/.Xauthority does not exist
xauth: (argv):1: unable to read any entries from file "(stdin)"
make -C tests/math
In file included from pprz_random.h:41:0,
from pprz_random.c:26:
/home/pprz/paparazzi/sw/airborne/mcu_periph/sys_time.h:37:10: error: #include expects "FILENAME" or <FILENAME>
#include BOARD_CONFIG
^
/home/pprz/paparazzi/sw/airborne/mcu_periph/sys_time.h:212:38: fatal error: mcu_periph/sys_time_arch.h: No such file or directory
compilation terminated.
Makefile:47: recipe for target '/home/pprz/paparazzi/var/build/math/pprz_random.o' failed
make[2]: *** [/home/pprz/paparazzi/var/build/math/pprz_random.o] Error 1
Makefile:52: recipe for target 'math_shlib' failed
make[1]: *** [math_shlib] Error 2
Makefile:331: recipe for target 'test_math' failed
make: *** [test_math] Error 2
|