( Showing only the last 30 out of 87 lines. For a complete log visit the build page )
from ./subsystems/datalink/telemetry.h:54,
from subsystems/radio_control/ppm.c:53:
./firmwares/fixedwing/nav.h:110:14: warning: redundant redeclaration of 'sweep_var' [-Wredundant-decls]
extern float sweep_var; //added to allow dynamic sweep width in surveys
^~~~~~~~~
In file included from ./firmwares/fixedwing/nav.h:40:0,
from /home/pprz/paparazzi/var/aircrafts/yapa_chimu_spi/ap/generated/modules.h:24,
from ./subsystems/datalink/downlink.h:34,
from ./subsystems/datalink/telemetry.h:54,
from subsystems/radio_control/ppm.c:53:
./subsystems/navigation/nav_survey_rectangle.h:36:14: note: previous declaration of 'sweep_var' was here
extern float sweep_var; //added to allow dynamic grid argument
^~~~~~~~~
tests/aircrafts/01_compile_all_aircrafts.t .. 122/124 # compiling AIRCRAFT: [yapa_chimu_spi] TARGET: [sim]
tests/aircrafts/01_compile_all_aircrafts.t .. 123/124 # Looks like you failed 1 test of 124.
tests/aircrafts/01_compile_all_aircrafts.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/124 subtests
Test Summary Report
-------------------
tests/aircrafts/01_compile_all_aircrafts.t (Wstat: 256 Tests: 124 Failed: 1)
Failed test: 6
Non-zero exit status: 1
Files=1, Tests=124, 1030 wallclock secs ( 0.08 usr 0.04 sys + 2276.44 cusr 292.59 csys = 2569.15 CPU)
Result: FAIL
Makefile:322: recipe for target 'test_examples' failed
make: *** [test_examples] Error 1