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=507905 ---Test result--- Test Summary: CheckPatch PASS 1.27 seconds GitLint PASS 0.32 seconds Prep - Setup ELL PASS 40.74 seconds Build - Prep PASS 0.09 seconds Build - Configure PASS 7.01 seconds Build - Make FAIL 22.03 seconds Make Check FAIL 0.57 seconds Make Distcheck PASS 204.70 seconds Build w/ext ELL - Configure PASS 7.02 seconds Build w/ext ELL - Make FAIL 21.97 seconds Details ############################## Test: CheckPatch - PASS Desc: Run checkpatch.pl script with rule in .checkpatch.conf ############################## 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: monitor/intel.c:1442:26: error: no previous declaration for ‘intel_vendor_prefix_evt’ [-Werror=missing-declarations] 1442 | const struct vendor_evt *intel_vendor_prefix_evt(const void *data, | ^~~~~~~~~~~~~~~~~~~~~~~ monitor/intel.c: In function ‘intel_vendor_prefix_evt’: monitor/intel.c:1450:16: error: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Werror=sign-compare] 1450 | for (i = 0; i < INTEL_VENDOR_PREFIX_SIZE; i++) { | ^ cc1: all warnings being treated as errors make[1]: *** [Makefile:6939: monitor/intel.o] Error 1 make: *** [Makefile:4134: all] Error 2 ############################## Test: Make Check - FAIL Desc: Run 'make check' Output: monitor/intel.c:1442:26: error: no previous declaration for ‘intel_vendor_prefix_evt’ [-Werror=missing-declarations] 1442 | const struct vendor_evt *intel_vendor_prefix_evt(const void *data, | ^~~~~~~~~~~~~~~~~~~~~~~ monitor/intel.c: In function ‘intel_vendor_prefix_evt’: monitor/intel.c:1450:16: error: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Werror=sign-compare] 1450 | for (i = 0; i < INTEL_VENDOR_PREFIX_SIZE; i++) { | ^ cc1: all warnings being treated as errors make[1]: *** [Makefile:6939: monitor/intel.o] Error 1 make: *** [Makefile:10406: check] Error 2 ############################## Test: Make Distcheck - PASS Desc: Run distcheck to check the distribution ############################## 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: monitor/intel.c:1442:26: error: no previous declaration for ‘intel_vendor_prefix_evt’ [-Werror=missing-declarations] 1442 | const struct vendor_evt *intel_vendor_prefix_evt(const void *data, | ^~~~~~~~~~~~~~~~~~~~~~~ monitor/intel.c: In function ‘intel_vendor_prefix_evt’: monitor/intel.c:1450:16: error: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Werror=sign-compare] 1450 | for (i = 0; i < INTEL_VENDOR_PREFIX_SIZE; i++) { | ^ cc1: all warnings being treated as errors make[1]: *** [Makefile:6939: monitor/intel.o] Error 1 make: *** [Makefile:4134: all] Error 2 --- Regards, Linux Bluetooth