Hi Chris, On Tue, Mar 16, 2021 at 3:46 PM <bluez.test.bot@xxxxxxxxx> wrote: > > This is automated email and please do not reply to this email! > > Dear submitter, > > Thank you for submitting the patches to the linux bluetooth mailing list. > This is a CI test results with your patch series: > PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=449125 > > ---Test result--- > > ############################## > Test: CheckPatch - PASS > > ############################## > Test: CheckGitLint - PASS > > ############################## > Test: CheckBuild - FAIL > Output: > emulator/btdev.c: In function ‘cmd_create_big_complete’: > emulator/btdev.c:4529:6: error: ‘struct bt_hci_evt_le_big_complete’ has no member named ‘big_id’ > 4529 | evt.big_id = cmd->big_id; > | ^ > emulator/btdev.c:4529:19: error: ‘const struct bt_hci_cmd_le_create_big’ has no member named ‘big_id’ > 4529 | evt.big_id = cmd->big_id; > | ^~ > make[1]: *** [Makefile:6794: emulator/btdev.o] Error 1 > make: *** [Makefile:4023: all] Error 2 There is some build errors, big_id has been renamed to handle at some point, you should always rebase on top to master before submitting upstream otherwise these errors could happen. > > ############################## > Test: MakeCheck - SKIPPED > Output: > checkbuild not success > > > > --- > Regards, > Linux Bluetooth > -- Luiz Augusto von Dentz