( Showing only the last 30 out of 7179 lines. For a complete log visit the build page )
&radio_control.values[RADIO_THROTTLE],
^
firmwares/fixedwing/autopilot.c:106:64: error: ‘RADIO_MODE’ undeclared (first use in this function)
&radio_control.values[RADIO_MODE],
^
firmwares/fixedwing/autopilot.c: In function ‘autopilot_init’:
firmwares/fixedwing/autopilot.c:221:48: error: ‘PPRZ_MSG_ID_RADIO_CONTROL’ undeclared (first use in this function)
register_periodic_telemetry(DefaultPeriodic, PPRZ_MSG_ID_RADIO_CONTROL, send_rc);
^
make[2]: *** [/home/runner/paparazzi/var/aircrafts/yapa_chimu_spi/sim/firmwares/fixedwing/autopilot.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [sim.compile] Error 2
tests/aircrafts/01_compile_all_aircrafts.t .. 117/118
# Failed test 'Compile aircraft: yapa_chimu_spi, target: sim'
# at tests/aircrafts/01_compile_all_aircrafts.t line 115.
# Looks like you failed 80 tests of 118.
tests/aircrafts/01_compile_all_aircrafts.t .. Dubious, test returned 80 (wstat 20480, 0x5000)
Failed 80/118 subtests
Test Summary Report
-------------------
tests/aircrafts/01_compile_all_aircrafts.t (Wstat: 20480 Tests: 118 Failed: 80)
Failed tests: 2-7, 9-10, 12-14, 16, 20-34, 37-41, 44-64
68-69, 72-92, 96, 99, 116-117
Non-zero exit status: 80
Files=1, Tests=118, 282 wallclock secs ( 0.05 usr 0.02 sys + 490.94 cusr 149.55 csys = 640.56 CPU)
Result: FAIL
make: *** [test_examples] Error 1