Stdout: scons: Entering directory `/home/runner/.ufbt/current/scripts/ufbt' CC /tmp/tmpt_zundp5/code/scenes/bc_scanner_scene.c ICONS /home/runner/.ufbt/build/bc_scanner/bc_scanner_icons.c CC /tmp/tmpt_zundp5/code/bc_scanner_script.c CC /home/runner/.ufbt/build/bc_scanner/bc_scanner_icons.c CC /tmp/tmpt_zundp5/code/scenes/bc_scanner_scene_error.c CC /tmp/tmpt_zundp5/code/bc_scanner_app.c CC /tmp/tmpt_zundp5/code/views/bc_scanner_view.c Stderr: /tmp/tmpt_zundp5/code/bc_scanner_script.c: In function 'usb_uart_serial_init': /tmp/tmpt_zundp5/code/bc_scanner_script.c:63:5: error: unknown type name 'Cli' 63 | Cli* cli = furi_record_open(RECORD_CLI); | ^~~ /tmp/tmpt_zundp5/code/bc_scanner_script.c:64:5: error: implicit declaration of function 'cli_session_close' [-Werror=implicit-function-declaration] 64 | cli_session_close(cli); | ^~~~~~~~~~~~~~~~~ /tmp/tmpt_zundp5/code/bc_scanner_script.c: In function 'usb_uart_serial_deinit': /tmp/tmpt_zundp5/code/bc_scanner_script.c:79:5: error: unknown type name 'Cli' 79 | Cli* cli = furi_record_open(RECORD_CLI); | ^~~ /tmp/tmpt_zundp5/code/bc_scanner_script.c:80:5: error: implicit declaration of function 'cli_session_open' [-Werror=implicit-function-declaration] 80 | cli_session_open(cli, &cli_vcp); | ^~~~~~~~~~~~~~~~ /tmp/tmpt_zundp5/code/bc_scanner_script.c:80:28: error: 'cli_vcp' undeclared (first use in this function); did you mean 'CliVcp'? 80 | cli_session_open(cli, &cli_vcp); | ^~~~~~~ | CliVcp /tmp/tmpt_zundp5/code/bc_scanner_script.c:80:28: note: each undeclared identifier is reported only once for each function it appears in cc1: all warnings being treated as errors scons: *** [/home/runner/.ufbt/build/bc_scanner/bc_scanner_script.o] Error 1 /tmp/tmpt_zundp5/code/bc_scanner_app.c: In function 'bc_scanner_app_alloc': /tmp/tmpt_zundp5/code/bc_scanner_app.c:42:5: warning: 'view_dispatcher_enable_queue' is deprecated [-Wdeprecated-declarations] 42 | view_dispatcher_enable_queue(app->view_dispatcher); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/tmpt_zundp5/code/bc_scanner_app_i.h:9, from /tmp/tmpt_zundp5/code/bc_scanner_app.c:1: /home/runner/.ufbt/current/sdk_headers/f7_sdk/applications/services/gui/view_dispatcher.h:76:22: note: declared here 76 | FURI_DEPRECATED void view_dispatcher_enable_queue(ViewDispatcher* view_dispatcher); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~