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=533005 ---Test result--- Test Summary: CheckPatch FAIL 2.46 seconds GitLint PASS 0.27 seconds Prep - Setup ELL PASS 51.09 seconds Build - Prep PASS 0.15 seconds Build - Configure PASS 9.10 seconds Build - Make FAIL 80.65 seconds Make Check FAIL 0.86 seconds Make Distcheck FAIL 148.70 seconds Build w/ext ELL - Configure PASS 9.02 seconds Build w/ext ELL - Make FAIL 67.13 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script with rule in .checkpatch.conf Output: tools/mgmt-tester: Add LL Privacy test cases WARNING:LONG_LINE: line length of 81 exceeds 80 columns #371: FILE: emulator/hciemu.h:67: +const uint8_t *hciemu_get_master_adv_addr(struct hciemu *hciemu, uint8_t handle); - total: 0 errors, 1 warnings, 2324 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. "[PATCH] tools/mgmt-tester: Add LL Privacy test cases" has style problems, please review. NOTE: Ignored message types: COMMIT_MESSAGE COMPLEX_MACRO CONST_STRUCT FILE_PATH_CHANGES MISSING_SIGN_OFF PREFER_PACKED SPDX_LICENSE_TAG SPLIT_STRING SSCANF_TO_KSTRTO NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. ############################## Test: GitLint - PASS Desc: Run gitlint with rule in .gitlint ############################## Test: Prep - Setup ELL - PASS Desc: Clone, build, and install ELL ############################## Test: Build - Prep - PASS Desc: Prepare environment for build ############################## Test: Build - Configure - PASS Desc: Configure the BlueZ source tree ############################## Test: Build - Make - FAIL Desc: Build the BlueZ source tree Output: emulator/bthost.c: In function ‘evt_le_ext_adv_report’: emulator/bthost.c:1350:3: error: implicit declaration of function ‘bthost_debug’; did you mean ‘bthost_set_debug’? [-Werror=implicit-function-declaration] 1350 | bthost_debug(bthost, "le ext adv report: %s (0x%02x)", | ^~~~~~~~~~~~ | bthost_set_debug cc1: all warnings being treated as errors make[1]: *** [Makefile:6955: emulator/bthost.o] Error 1 make: *** [Makefile:4147: all] Error 2 ############################## Test: Make Check - FAIL Desc: Run 'make check' Output: emulator/bthost.c: In function ‘evt_le_ext_adv_report’: emulator/bthost.c:1350:3: error: implicit declaration of function ‘bthost_debug’; did you mean ‘bthost_set_debug’? [-Werror=implicit-function-declaration] 1350 | bthost_debug(bthost, "le ext adv report: %s (0x%02x)", | ^~~~~~~~~~~~ | bthost_set_debug cc1: all warnings being treated as errors make[1]: *** [Makefile:6955: emulator/bthost.o] Error 1 make: *** [Makefile:10436: check] Error 2 ############################## Test: Make Distcheck - FAIL Desc: Run distcheck to check the distribution Output: ../../emulator/bthost.c: In function ‘evt_le_ext_adv_report’: ../../emulator/bthost.c:1350:3: warning: implicit declaration of function ‘bthost_debug’; did you mean ‘bthost_set_debug’? [-Wimplicit-function-declaration] 1350 | bthost_debug(bthost, "le ext adv report: %s (0x%02x)", | ^~~~~~~~~~~~ | bthost_set_debug /usr/bin/ld: emulator/android_android_tester-bthost.o: in function `evt_le_ext_adv_report': /github/workspace/src/bluez-5.60/_build/sub/../../emulator/bthost.c:1350: undefined reference to `bthost_debug' collect2: error: ld returned 1 exit status make[2]: *** [Makefile:4784: android/android-tester] Error 1 make[1]: *** [Makefile:4147: all] Error 2 make: *** [Makefile:10357: distcheck] Error 1 ############################## Test: Build w/ext ELL - Configure - PASS Desc: Configure BlueZ source with '--enable-external-ell' configuration ############################## Test: Build w/ext ELL - Make - FAIL Desc: Build BlueZ source with '--enable-external-ell' configuration Output: emulator/bthost.c: In function ‘evt_le_ext_adv_report’: emulator/bthost.c:1350:3: error: implicit declaration of function ‘bthost_debug’; did you mean ‘bthost_set_debug’? [-Werror=implicit-function-declaration] 1350 | bthost_debug(bthost, "le ext adv report: %s (0x%02x)", | ^~~~~~~~~~~~ | bthost_set_debug cc1: all warnings being treated as errors make[1]: *** [Makefile:6955: emulator/bthost.o] Error 1 make: *** [Makefile:4147: all] Error 2 --- Regards, Linux Bluetooth