Checking for tar..yes Checking if downloaded toolchain tgz exists..no Checking curl..yes Downloading toolchain: 0.2% ##### 7.0% ########### 15.6% ############### 21.6% ##################### 30.2% ############################ 39.1% ################################# 47.2% ####################################### 55.5% ########################################### 60.1% ################################################# 68.3% #################################################### 72.8% ######################################################### 79.4% ########################################################### 82.5% ################################################################# 90.9% ####################################################################### 99.7% ######################################################################## 100.0% done Removing old toolchain..done Unpacking toolchain to '/home/runner/.ufbt/toolchain': ######################################################################## 100.0% linking toolchain to 'current'..done Cleaning up..done /home/runner/work/_temp/app/code/views/data_display_view.c: In function 'data_display_draw_callback': /home/runner/work/_temp/app/code/views/data_display_view.c:139:9: error: unknown type name 'FuriHalRtcDateTime'; did you mean 'FuriHalRtcLogDevice'? 139 | FuriHalRtcDateTime datetime; | ^~~~~~~~~~~~~~~~~~ | FuriHalRtcLogDevice /home/runner/work/_temp/app/code/views/data_display_view.c:140:35: error: passing argument 1 of 'furi_hal_rtc_get_datetime' from incompatible pointer type [-Werror=incompatible-pointer-types] 140 | furi_hal_rtc_get_datetime(&datetime); | ^~~~~~~~~ | | | int * In file included from /home/runner/.ufbt/current/sdk_headers/f7_sdk/targets/furi_hal_include/furi_hal.h:24, from /home/runner/.ufbt/current/sdk_headers/f7_sdk/applications/services/locale/locale.h:5, from /home/runner/work/_temp/app/code/views/data_display_view.h:7, from /home/runner/work/_temp/app/code/views/data_display_view.c:1: /home/runner/.ufbt/current/sdk_headers/f7_sdk/targets/f7/furi_hal/furi_hal_rtc.h:246:42: note: expected 'DateTime *' but argument is of type 'int *' 246 | void furi_hal_rtc_get_datetime(DateTime* datetime); | ~~~~~~~~~~^~~~~~~~ /home/runner/work/_temp/app/code/views/data_display_view.c:141:31: error: passing argument 2 of 'locale_format_time' from incompatible pointer type [-Werror=incompatible-pointer-types] 141 | locale_format_time(s, &datetime, locale_get_time_format(), false); | ^~~~~~~~~ | | | int * /home/runner/.ufbt/current/sdk_headers/f7_sdk/applications/services/locale/locale.h:76:21: note: expected 'const DateTime *' but argument is of type 'int *' 76 | const DateTime* datetime, | ~~~~~~~~~~~~~~~~^~~~~~~~ /home/runner/work/_temp/app/code/ublox_device.c: In function 'ublox_bytes_to_frame': /home/runner/work/_temp/app/code/ublox_device.c:108:19: error: pointer 'frame' used after 'free' [-Werror=use-after-free] 108 | free(frame->payload); | ~~~~~^~~~~~~~~ /home/runner/work/_temp/app/code/ublox_device.c:107:9: note: call to 'free' here 107 | free(frame); | ^~~~~~~~~~~ /home/runner/work/_temp/app/code/ublox_device.c:115:19: error: pointer 'frame' used after 'free' [-Werror=use-after-free] 115 | free(frame->payload); | ~~~~~^~~~~~~~~ /home/runner/work/_temp/app/code/ublox_device.c:114:9: note: call to 'free' here 114 | free(frame); | ^~~~~~~~~~~ cc1: all warnings being treated as errors scons: *** [/home/runner/.ufbt/build/ublox/views/data_display_view.o] Error 1 cc1: all warnings being treated as errors scons: *** [/home/runner/.ufbt/build/ublox/ublox_device.o] Error 1 More logs: https://github.com/flipperdevices/flipper-application-catalog/actions/runs/8151247170