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=542305 ---Test result--- Test Summary: CheckPatch PASS 0.60 seconds GitLint PASS 0.22 seconds Prep - Setup ELL PASS 43.75 seconds Build - Prep PASS 0.13 seconds Build - Configure PASS 7.75 seconds Build - Make FAIL 143.68 seconds Make Check FAIL 0.44 seconds Make Distcheck PASS 227.12 seconds Build w/ext ELL - Configure PASS 7.62 seconds Build w/ext ELL - Make FAIL 132.10 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: plugins/admin.c: In function ‘admin_policy_destroy’: plugins/admin.c:90:15: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers] 90 | char *path = adapter_get_path(admin_policy->adapter); | ^~~~~~~~~~~~~~~~ plugins/admin.c:97:7: error: ‘MOCK_ADMIN_POLICY_INTERFACE’ undeclared (first use in this function); did you mean ‘ADMIN_POLICY_SET_INTERFACE’? 97 | MOCK_ADMIN_POLICY_INTERFACE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | ADMIN_POLICY_SET_INTERFACE plugins/admin.c:97:7: note: each undeclared identifier is reported only once for each function it appears in plugins/admin.c: At top level: plugins/admin.c:603:12: error: initialization of ‘void (*)(struct btd_adapter *)’ from incompatible pointer type ‘void (*)(void)’ [-Werror=incompatible-pointer-types] 603 | .remove = admin_policy_remove, | ^~~~~~~~~~~~~~~~~~~ plugins/admin.c:603:12: note: (near initialization for ‘admin_policy_driver.remove’) cc1: all warnings being treated as errors make[1]: *** [Makefile:8456: plugins/bluetoothd-admin.o] Error 1 make: *** [Makefile:4151: all] Error 2 ############################## Test: Make Check - FAIL Desc: Run 'make check' Output: plugins/admin.c: In function ‘admin_policy_destroy’: plugins/admin.c:90:15: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers] 90 | char *path = adapter_get_path(admin_policy->adapter); | ^~~~~~~~~~~~~~~~ plugins/admin.c:97:7: error: ‘MOCK_ADMIN_POLICY_INTERFACE’ undeclared (first use in this function); did you mean ‘ADMIN_POLICY_SET_INTERFACE’? 97 | MOCK_ADMIN_POLICY_INTERFACE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | ADMIN_POLICY_SET_INTERFACE plugins/admin.c:97:7: note: each undeclared identifier is reported only once for each function it appears in plugins/admin.c: At top level: plugins/admin.c:603:12: error: initialization of ‘void (*)(struct btd_adapter *)’ from incompatible pointer type ‘void (*)(void)’ [-Werror=incompatible-pointer-types] 603 | .remove = admin_policy_remove, | ^~~~~~~~~~~~~~~~~~~ plugins/admin.c:603:12: note: (near initialization for ‘admin_policy_driver.remove’) cc1: all warnings being treated as errors make[1]: *** [Makefile:8456: plugins/bluetoothd-admin.o] Error 1 make: *** [Makefile:10443: 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: plugins/admin.c: In function ‘admin_policy_destroy’: plugins/admin.c:90:15: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers] 90 | char *path = adapter_get_path(admin_policy->adapter); | ^~~~~~~~~~~~~~~~ plugins/admin.c:97:7: error: ‘MOCK_ADMIN_POLICY_INTERFACE’ undeclared (first use in this function); did you mean ‘ADMIN_POLICY_SET_INTERFACE’? 97 | MOCK_ADMIN_POLICY_INTERFACE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | ADMIN_POLICY_SET_INTERFACE plugins/admin.c:97:7: note: each undeclared identifier is reported only once for each function it appears in plugins/admin.c: At top level: plugins/admin.c:603:12: error: initialization of ‘void (*)(struct btd_adapter *)’ from incompatible pointer type ‘void (*)(void)’ [-Werror=incompatible-pointer-types] 603 | .remove = admin_policy_remove, | ^~~~~~~~~~~~~~~~~~~ plugins/admin.c:603:12: note: (near initialization for ‘admin_policy_driver.remove’) cc1: all warnings being treated as errors make[1]: *** [Makefile:8456: plugins/bluetoothd-admin.o] Error 1 make: *** [Makefile:4151: all] Error 2 --- Regards, Linux Bluetooth