Stdout: scons: Entering directory `/home/runner/.ufbt/current/scripts/ufbt' CC /tmp/tmpktvxjcrm/code/gui/modules/file_select.c CC /tmp/tmpktvxjcrm/code/gui/modules/variable_item_list_ex.c CC /tmp/tmpktvxjcrm/code/scenes/vb_migrate_scene.c ICONS /home/runner/.ufbt/build/vb_migrate/vb_migrate_icons.c CC /tmp/tmpktvxjcrm/code/vb_tag.c CC /tmp/tmpktvxjcrm/code/scenes/vb_migrate_scene_from_app.c CC /tmp/tmpktvxjcrm/code/scenes/vb_migrate_scene_register_save.c Stderr: /tmp/tmpktvxjcrm/code/vb_tag.c: In function 'vb_tag_get_bant_block': /tmp/tmpktvxjcrm/code/vb_tag.c:118:28: error: dereferencing 'void *' pointer [-Werror] 118 | return (BantBlock*)&dev->mf_ul_data.data[16]; | ^~ /tmp/tmpktvxjcrm/code/vb_tag.c:118:28: error: request for member 'mf_ul_data' in something not a structure or union /tmp/tmpktvxjcrm/code/vb_tag.c: In function 'vb_tag_validate_product': /tmp/tmpktvxjcrm/code/vb_tag.c:133:11: error: dereferencing 'void *' pointer [-Werror] 133 | if(dev->protocol != NfcDeviceProtocolMifareUl) return false; | ^~ /tmp/tmpktvxjcrm/code/vb_tag.c:133:11: error: request for member 'protocol' in something not a structure or union /tmp/tmpktvxjcrm/code/vb_tag.c:133:25: error: 'NfcDeviceProtocolMifareUl' undeclared (first use in this function) 133 | if(dev->protocol != NfcDeviceProtocolMifareUl) return false; | ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/tmpktvxjcrm/code/vb_tag.c:133:25: note: each undeclared identifier is reported only once for each function it appears in /tmp/tmpktvxjcrm/code/vb_tag.c:134:11: error: dereferencing 'void *' pointer [-Werror] 134 | if(dev->mf_ul_data.type != MfUltralightTypeNTAGI2CPlus1K) return false; | ^~ /tmp/tmpktvxjcrm/code/vb_tag.c:134:11: error: request for member 'mf_ul_data' in something not a structure or union /tmp/tmpktvxjcrm/code/vb_tag.c:134:32: error: 'MfUltralightTypeNTAGI2CPlus1K' undeclared (first use in this function) 134 | if(dev->mf_ul_data.type != MfUltralightTypeNTAGI2CPlus1K) return false; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/tmpktvxjcrm/code/vb_tag.c: In function 'vb_tag_get_bant_block': /tmp/tmpktvxjcrm/code/vb_tag.c:119:1: error: control reaches end of non-void function [-Werror=return-type] 119 | } | ^ cc1: all warnings being treated as errors scons: *** [/home/runner/.ufbt/build/vb_migrate/vb_tag.o] Error 1 In file included from /tmp/tmpktvxjcrm/code/scenes/vb_migrate_scene_from_app.c:21: /tmp/tmpktvxjcrm/code/scenes/../vb_migrate_i.h:37:10: fatal error: lib/nfc/nfc_worker.h: No such file or directory 37 | #include | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. scons: *** [/home/runner/.ufbt/build/vb_migrate/scenes/vb_migrate_scene_from_app.o] Error 1 In file included from /tmp/tmpktvxjcrm/code/scenes/vb_migrate_scene_register_save.c:21: /tmp/tmpktvxjcrm/code/scenes/../vb_migrate_i.h:37:10: fatal error: lib/nfc/nfc_worker.h: No such file or directory 37 | #include | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. scons: *** [/home/runner/.ufbt/build/vb_migrate/scenes/vb_migrate_scene_register_save.o] Error 1