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=507845 ---Test result--- Test Summary: CheckPatch PASS 1.34 seconds GitLint PASS 0.34 seconds Prep - Setup ELL PASS 41.97 seconds Build - Prep PASS 0.10 seconds Build - Configure PASS 7.29 seconds Build - Make FAIL 16.96 seconds Make Check FAIL 5.04 seconds Make Distcheck PASS 215.36 seconds Build w/ext ELL - Configure PASS 7.32 seconds Build w/ext ELL - Make FAIL 16.82 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/packet.c: In function ‘current_vendor_evt’: monitor/packet.c:9379:27: error: unused variable ‘vnd’ [-Werror=unused-variable] 9379 | const struct vendor_evt *vnd; | ^~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:6939: monitor/packet.o] Error 1 make: *** [Makefile:4134: all] Error 2 ############################## Test: Make Check - FAIL Desc: Run 'make check' Output: monitor/packet.c: In function ‘current_vendor_evt’: monitor/packet.c:9379:27: error: unused variable ‘vnd’ [-Werror=unused-variable] 9379 | const struct vendor_evt *vnd; | ^~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:6939: monitor/packet.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/packet.c: In function ‘current_vendor_evt’: monitor/packet.c:9379:27: error: unused variable ‘vnd’ [-Werror=unused-variable] 9379 | const struct vendor_evt *vnd; | ^~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:6939: monitor/packet.o] Error 1 make: *** [Makefile:4134: all] Error 2 --- Regards, Linux Bluetooth