Checking for tar..yes Checking if downloaded toolchain tgz exists..no Checking curl..yes Downloading toolchain: #=#=# 0.0% 0.0% 0.2% 0.9% # 2.7% ## 4.0% ### 4.8% #### 6.6% ###### 8.8% ####### 10.2% ######## 11.9% ######### 13.4% ########## 15.0% ############ 16.8% ############# 18.6% ############## 19.9% ############### 21.9% ################# 23.9% ################## 25.7% ################### 27.0% ##################### 29.8% ###################### 31.3% ####################### 33.2% ######################## 34.4% ######################### 35.9% ########################### 37.8% ############################ 39.7% ############################# 41.1% ############################### 43.6% ################################ 45.5% ################################# 47.1% ################################### 48.8% #################################### 50.3% ##################################### 52.1% ###################################### 53.7% ######################################## 55.7% ######################################### 57.4% ########################################## 59.0% ########################################### 60.7% ############################################# 62.9% ############################################## 64.6% ############################################### 66.3% ################################################ 67.2% ################################################# 69.0% ################################################## 70.8% ################################################### 71.6% #################################################### 73.3% ###################################################### 75.3% ####################################################### 76.9% ######################################################### 79.6% ########################################################## 81.6% ########################################################### 82.8% ############################################################# 85.1% ############################################################## 86.5% ############################################################### 88.8% ################################################################## 91.8% ################################################################## 93.0% ################################################################### 94.0% ##################################################################### 96.9% ######################################################################## 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/6483518399