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=503049 ---Test result--- Test Summary: CheckPatch PASS 1.39 seconds GitLint PASS 0.37 seconds Prep - Setup ELL PASS 46.36 seconds Build - Prep PASS 0.10 seconds Build - Configure PASS 8.13 seconds Build - Make FAIL 25.73 seconds Make Check FAIL 0.65 seconds Make Distcheck PASS 234.86 seconds Build w/ext ELL - Configure PASS 7.94 seconds Build w/ext ELL - Make FAIL 24.90 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:1386:8: error: type qualifiers ignored on function return type [-Werror=ignored-qualifiers] 1386 | static const uint8_t process_ext_subevent(const uint8_t *data) | ^~~~~ monitor/intel.c: In function ‘intel_vendor_ext_evt’: monitor/intel.c:1426:17: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers] 1426 | uint8_t *tlv = (const uint8_t *) data; | ^ 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:1386:8: error: type qualifiers ignored on function return type [-Werror=ignored-qualifiers] 1386 | static const uint8_t process_ext_subevent(const uint8_t *data) | ^~~~~ monitor/intel.c: In function ‘intel_vendor_ext_evt’: monitor/intel.c:1426:17: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers] 1426 | uint8_t *tlv = (const uint8_t *) data; | ^ 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:1386:8: error: type qualifiers ignored on function return type [-Werror=ignored-qualifiers] 1386 | static const uint8_t process_ext_subevent(const uint8_t *data) | ^~~~~ monitor/intel.c: In function ‘intel_vendor_ext_evt’: monitor/intel.c:1426:17: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers] 1426 | uint8_t *tlv = (const uint8_t *) data; | ^ 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