Thread #1
ls -lah $SEMAPHORE_CACHE_DIR |
00:00 |
docker pull paparazziuav/pprz-ci |
01:59 |
sudo rm -rf /home/runner/{.phpbrew,.phpunit,.kerl,.kiex,.lein,.nvm,.npm,.rbenv} |
00:04 |
git config --global --add safe.directory /home/pprz/paparazzi |
00:00 |
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 |
01:45 |
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:01 |
xauth: file /home/runner/.Xauthority does not exist
xauth: (argv):1: unable to read any entries from file "(stdin)"
fatal: detected dubious ownership in repository at '/home/pprz/paparazzi'
To add an exception for this directory, call:
git config --global --add safe.directory /home/pprz/paparazzi
fatal: detected dubious ownership in repository at '/home/pprz/paparazzi'
To add an exception for this directory, call:
git config --global --add safe.directory /home/pprz/paparazzi
------------------------------------------------------------
Building Paparazzi version v6.2_unstable-none-g
------------------------------------------------------------
[ -L conf/conf.xml ] || [ -f conf/conf.xml ] || cp conf/conf_example.xml conf/conf.xml
[ -L conf/control_panel.xml ] || [ -f conf/control_panel.xml ] || cp conf/control_panel_example.xml conf/control_panel.xml
cp conf/tools/blacklisted_example conf/tools/blacklisted
make -C sw/ext pprzlink.update
fatal: detected dubious ownership in repository at '/home/pprz/paparazzi'
To add an exception for this directory, call:
git config --global --add safe.directory /home/pprz/paparazzi
make[1]: *** [Makefile:46: pprzlink.update] Error 128
make: *** [Makefile:144: libpprzlink.update] Error 2
|