Thread #1
ls -lah $SEMAPHORE_CACHE_DIR |
00:00 |
docker pull paparazziuav/pprz-ci |
01:54 |
sudo rm -rf /home/runner/{.phpbrew,.phpunit,.kerl,.kiex,.lein,.nvm,.npm,.rbenv} |
00:29 |
git config --global user.email "address@hidden" |
00:00 |
git config --global user.name "Paparazzi UAV" |
00:00 |
git status --ignored |
00:00 |
git submodule deinit --force . |
00:00 |
rm -rf .git/modules |
00:00 |
git submodule update --init --force --recursive |
01:43 |
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:09 |
xauth: file /home/runner/.Xauthority does not exist
xauth: (argv):1: unable to read any entries from file "(stdin)"
------------------------------------------------------------
Building Paparazzi version v5.15_devel-77-g2289512
------------------------------------------------------------
make -C data/maps
mkdir /home/pprz/paparazzi/conf/maps_data
-----------------------------------------------
DOWNLOAD: google maps version code
Updated google maps version to 847
-----------------------------------------------
[ -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
Check for already installed pprzlink ocaml lib
Build bytecode lib
Build native lib
+ ocamlfind ocamlopt -c -package xml-light -package ivy -pp 'camlp4o pa_macro.cmo -DHAS_BYTES_MODULE' -I common -o pprzLink.cmx pprzLink.ml
File "pprzLink.ml", line 220, characters 19-27:
Error: Unbound value ]
Command exited with code 2.
../../common/ocaml/Makefile:92: recipe for target 'native' failed
make[2]: *** [native] Error 10
Makefile:59: recipe for target 'libpprzlink-install' failed
make[1]: *** [libpprzlink-install] Error 2
Makefile:146: recipe for target 'libpprzlink' failed
make: *** [libpprzlink] Error 2
|