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=532893 ---Test result--- Test Summary: CheckPatch PASS 0.57 seconds GitLint PASS 0.14 seconds Prep - Setup ELL PASS 57.50 seconds Build - Prep PASS 0.17 seconds Build - Configure PASS 10.13 seconds Build - Make FAIL 209.04 seconds Make Check FAIL 0.71 seconds Make Distcheck FAIL 195.94 seconds Build w/ext ELL - Configure PASS 9.81 seconds Build w/ext ELL - Make FAIL 192.74 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: src/gatt-database.c: In function ‘notify_characteristic_changed’: src/gatt-database.c:3642:10: error: ‘btd_error_in’ undeclared (first use in this function); did you mean ‘btd_error’? 3642 | return btd_error_in valid_args(msg); | ^~~~~~~~~~~~ | btd_error src/gatt-database.c:3642:10: note: each undeclared identifier is reported only once for each function it appears in src/gatt-database.c:3642:22: error: expected ‘;’ before ‘valid_args’ 3642 | return btd_error_in valid_args(msg); | ^~~~~~~~~~~ | ; make[1]: *** [Makefile:9205: src/bluetoothd-gatt-database.o] Error 1 make: *** [Makefile:4147: all] Error 2 ############################## Test: Make Check - FAIL Desc: Run 'make check' Output: src/gatt-database.c: In function ‘notify_characteristic_changed’: src/gatt-database.c:3642:10: error: ‘btd_error_in’ undeclared (first use in this function); did you mean ‘btd_error’? 3642 | return btd_error_in valid_args(msg); | ^~~~~~~~~~~~ | btd_error src/gatt-database.c:3642:10: note: each undeclared identifier is reported only once for each function it appears in src/gatt-database.c:3642:22: error: expected ‘;’ before ‘valid_args’ 3642 | return btd_error_in valid_args(msg); | ^~~~~~~~~~~ | ; make[1]: *** [Makefile:9205: src/bluetoothd-gatt-database.o] Error 1 make: *** [Makefile:10436: check] Error 2 ############################## Test: Make Distcheck - FAIL Desc: Run distcheck to check the distribution Output: ../../src/gatt-database.c: In function ‘notify_characteristic_changed’: ../../src/gatt-database.c:3642:10: error: ‘btd_error_in’ undeclared (first use in this function); did you mean ‘btd_error’? 3642 | return btd_error_in valid_args(msg); | ^~~~~~~~~~~~ | btd_error ../../src/gatt-database.c:3642:10: note: each undeclared identifier is reported only once for each function it appears in ../../src/gatt-database.c:3642:22: error: expected ‘;’ before ‘valid_args’ 3642 | return btd_error_in valid_args(msg); | ^~~~~~~~~~~ | ; make[2]: *** [Makefile:9205: src/bluetoothd-gatt-database.o] 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: src/gatt-database.c: In function ‘notify_characteristic_changed’: src/gatt-database.c:3642:10: error: ‘btd_error_in’ undeclared (first use in this function); did you mean ‘btd_error’? 3642 | return btd_error_in valid_args(msg); | ^~~~~~~~~~~~ | btd_error src/gatt-database.c:3642:10: note: each undeclared identifier is reported only once for each function it appears in src/gatt-database.c:3642:22: error: expected ‘;’ before ‘valid_args’ 3642 | return btd_error_in valid_args(msg); | ^~~~~~~~~~~ | ; make[1]: *** [Makefile:9205: src/bluetoothd-gatt-database.o] Error 1 make: *** [Makefile:4147: all] Error 2 --- Regards, Linux Bluetooth