Checking for tar..yes Checking if downloaded toolchain tgz exists..no Checking curl..yes Downloading toolchain: 0.3% ##### 8.0% ######### 13.7% ############## 20.3% ################### 27.7% ######################## 34.2% ############################ 39.3% ################################## 47.5% ###################################### 53.7% ########################################### 60.1% ################################################ 67.6% ##################################################### 74.5% ########################################################## 81.1% ############################################################## 86.5% ################################################################## 92.8% ######################################################################## 100.0% done Removing old toolchain..done Unpacking toolchain to '/home/runner/.ufbt/toolchain': ########################################################################## 100.0% done Cleaning up..done /home/runner/work/_temp/app/code/rock_paper_scissors.c: In function 'update_frequency': /home/runner/work/_temp/app/code/rock_paper_scissors.c:1359:11: error: unknown type name 'SubGhzDevice' 1359 | const SubGhzDevice* device = subghz_devices_get_by_name("cc1101_int"); | ^~~~~~~~~~~~ /home/runner/work/_temp/app/code/rock_paper_scissors.c:1359:34: error: implicit declaration of function 'subghz_devices_get_by_name' [-Werror=implicit-function-declaration] 1359 | const SubGhzDevice* device = subghz_devices_get_by_name("cc1101_int"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/rock_paper_scissors.c:1359:34: error: initialization of 'const int *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion] /home/runner/work/_temp/app/code/rock_paper_scissors.c:1361:61: error: passing argument 2 of 'subghz_tx_rx_worker_start' makes integer from pointer without a cast [-Werror=int-conversion] 1361 | if(subghz_tx_rx_worker_start(game_context->subghz_txrx, device, frequency)) { | ^~~~~~ | | | const int * In file included from /home/runner/work/_temp/app/code/rock_paper_scissors.h:15, from /home/runner/work/_temp/app/code/rock_paper_scissors.c:17: /home/runner/.ufbt/current/sdk_headers/f7_sdk/lib/subghz/subghz_tx_rx_worker.h:72:69: note: expected 'uint32_t' {aka 'long unsigned int'} but argument is of type 'const int *' 72 | bool subghz_tx_rx_worker_start(SubGhzTxRxWorker* instance, uint32_t frequency); | ~~~~~~~~~^~~~~~~~~ /home/runner/work/_temp/app/code/rock_paper_scissors.c:1361:8: error: too many arguments to function 'subghz_tx_rx_worker_start' 1361 | if(subghz_tx_rx_worker_start(game_context->subghz_txrx, device, frequency)) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/runner/work/_temp/app/code/rock_paper_scissors.h:15, from /home/runner/work/_temp/app/code/rock_paper_scissors.c:17: /home/runner/.ufbt/current/sdk_headers/f7_sdk/lib/subghz/subghz_tx_rx_worker.h:72:6: note: declared here 72 | bool subghz_tx_rx_worker_start(SubGhzTxRxWorker* instance, uint32_t frequency); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/rock_paper_scissors.c: In function 'rock_paper_scissors_app': /home/runner/work/_temp/app/code/rock_paper_scissors.c:1901:5: error: implicit declaration of function 'subghz_devices_init' [-Werror=implicit-function-declaration] 1901 | subghz_devices_init(); | ^~~~~~~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/rock_paper_scissors.c:2552:5: error: implicit declaration of function 'subghz_devices_deinit' [-Werror=implicit-function-declaration] 2552 | subghz_devices_deinit(); | ^~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors scons: *** [/home/runner/.ufbt/build/rock_paper_scissors/rock_paper_scissors.o] Error 1 More logs: https://github.com/flipperdevices/flipper-application-catalog/actions/runs/6483520273