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=481423 ---Test result--- Test Summary: CheckPatch PASS 0.45 seconds GitLint PASS 0.12 seconds Prep - Setup ELL PASS 38.66 seconds Build - Prep PASS 0.10 seconds Build - Configure PASS 6.91 seconds Build - Make FAIL 9.37 seconds Make Check FAIL 0.42 seconds Make Distcheck FAIL 70.14 seconds Build w/ext ELL - Configure PASS 6.92 seconds Build w/ext ELL - Make FAIL 9.23 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/shared/shell.c: In function ‘bt_shell_prompt_input’: src/shared/shell.c:614:3: error: implicit declaration of function ‘g_free’; did you mean ‘rl_free’? [-Werror=implicit-function-declaration] 614 | g_free(str); | ^~~~~~ | rl_free cc1: all warnings being treated as errors make[1]: *** [Makefile:6947: src/shared/shell.lo] Error 1 make: *** [Makefile:4128: all] Error 2 ############################## Test: Make Check - FAIL Desc: Run 'make check' Output: src/shared/shell.c: In function ‘bt_shell_prompt_input’: src/shared/shell.c:614:3: error: implicit declaration of function ‘g_free’; did you mean ‘rl_free’? [-Werror=implicit-function-declaration] 614 | g_free(str); | ^~~~~~ | rl_free cc1: all warnings being treated as errors make[1]: *** [Makefile:6947: src/shared/shell.lo] Error 1 make: *** [Makefile:10398: check] Error 2 ############################## Test: Make Distcheck - FAIL Desc: Run distcheck to check the distribution Output: ../../src/shared/shell.c: In function ‘bt_shell_prompt_input’: ../../src/shared/shell.c:614:3: warning: implicit declaration of function ‘g_free’; did you mean ‘rl_free’? [-Wimplicit-function-declaration] 614 | g_free(str); | ^~~~~~ | rl_free /usr/bin/ld: src/.libs/libshared-ell.a(shell.o): in function `bt_shell_prompt_input': /github/workspace/src/bluez-5.58/_build/sub/../../src/shared/shell.c:614: undefined reference to `g_free' collect2: error: ld returned 1 exit status make[2]: *** [Makefile:5956: tools/mesh-cfgclient] Error 1 make[1]: *** [Makefile:4128: all] Error 2 make: *** [Makefile:10319: 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/shared/shell.c: In function ‘bt_shell_prompt_input’: src/shared/shell.c:614:3: error: implicit declaration of function ‘g_free’; did you mean ‘rl_free’? [-Werror=implicit-function-declaration] 614 | g_free(str); | ^~~~~~ | rl_free cc1: all warnings being treated as errors make[1]: *** [Makefile:6947: src/shared/shell.lo] Error 1 make: *** [Makefile:4128: all] Error 2 --- Regards, Linux Bluetooth