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=899490 ---Test result--- Test Summary: CheckPatch PASS 0.47 seconds GitLint PASS 0.30 seconds BuildEll PASS 24.48 seconds BluezMake FAIL 19.72 seconds MakeCheck FAIL 72.89 seconds MakeDistcheck FAIL 45.01 seconds CheckValgrind FAIL 16.53 seconds CheckSmatch FAIL 26.69 seconds bluezmakeextell FAIL 15.12 seconds IncrementalBuild FAIL 19.87 seconds ScanBuild FAIL 524.58 seconds Details ############################## Test: BluezMake - FAIL Desc: Build BlueZ Output: tools/mesh-cfgclient.c: In function ‘client_connected’: tools/mesh-cfgclient.c:2485:2: error: too few arguments to function ‘bt_shell_set_prompt’ 2485 | bt_shell_set_prompt(PROMPT_ON); | ^~~~~~~~~~~~~~~~~~~ In file included from tools/mesh-cfgclient.c:28: ./src/shared/shell.h:69:6: note: declared here 69 | void bt_shell_set_prompt(const char *string, const char *color); | ^~~~~~~~~~~~~~~~~~~ tools/mesh-cfgclient.c: In function ‘main’: tools/mesh-cfgclient.c:2645:2: error: too few arguments to function ‘bt_shell_set_prompt’ 2645 | bt_shell_set_prompt(PROMPT_OFF); | ^~~~~~~~~~~~~~~~~~~ In file included from tools/mesh-cfgclient.c:28: ./src/shared/shell.h:69:6: note: declared here 69 | void bt_shell_set_prompt(const char *string, const char *color); | ^~~~~~~~~~~~~~~~~~~ make[1]: *** [Makefile:7872: tools/mesh-cfgclient.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:4690: all] Error 2 ############################## Test: MakeCheck - FAIL Desc: Run Bluez Make Check Output: tools/meshctl.c: In function ‘connect_handler’: tools/meshctl.c:175:2: error: too few arguments to function ‘bt_shell_set_prompt’ 175 | bt_shell_set_prompt(PROMPT_ON); | ^~~~~~~~~~~~~~~~~~~ In file included from tools/meshctl.c:34: ./src/shared/shell.h:69:6: note: declared here 69 | void bt_shell_set_prompt(const char *string, const char *color); | ^~~~~~~~~~~~~~~~~~~ tools/meshctl.c: In function ‘disconnect_handler’: tools/meshctl.c:182:2: error: too few arguments to function ‘bt_shell_set_prompt’ 182 | bt_shell_set_prompt(PROMPT_OFF); | ^~~~~~~~~~~~~~~~~~~ In file included from tools/meshctl.c:34: ./src/shared/shell.h:69:6: note: declared here 69 | void bt_shell_set_prompt(const char *string, const char *color); | ^~~~~~~~~~~~~~~~~~~ tools/meshctl.c: In function ‘set_connected_device’: tools/meshctl.c:611:2: error: too few arguments to function ‘bt_shell_set_prompt’ 611 | bt_shell_set_prompt(desc ? desc : PROMPT_ON); | ^~~~~~~~~~~~~~~~~~~ In file included from tools/meshctl.c:34: ./src/shared/shell.h:69:6: note: declared here 69 | void bt_shell_set_prompt(const char *string, const char *color); | ^~~~~~~~~~~~~~~~~~~ tools/meshctl.c: In function ‘main’: tools/meshctl.c:1904:2: error: too few arguments to function ‘bt_shell_set_prompt’ 1904 | bt_shell_set_prompt(PROMPT_OFF); | ^~~~~~~~~~~~~~~~~~~ In file included from tools/meshctl.c:34: ./src/shared/shell.h:69:6: note: declared here 69 | void bt_shell_set_prompt(const char *string, const char *color); | ^~~~~~~~~~~~~~~~~~~ make[1]: *** [Makefile:7872: tools/meshctl.o] Error 1 make: *** [Makefile:12355: check] Error 2 ############################## Test: MakeDistcheck - FAIL Desc: Run Bluez Make Distcheck Output: Package cups was not found in the pkg-config search path. Perhaps you should add the directory containing `cups.pc' to the PKG_CONFIG_PATH environment variable No package 'cups' found ../../tools/obexctl.c: In function ‘connect_handler’: ../../tools/obexctl.c:67:2: error: too few arguments to function ‘bt_shell_set_prompt’ 67 | bt_shell_set_prompt(PROMPT_ON); | ^~~~~~~~~~~~~~~~~~~ In file included from ../../tools/obexctl.c:29: ../../src/shared/shell.h:69:6: note: declared here 69 | void bt_shell_set_prompt(const char *string, const char *color); | ^~~~~~~~~~~~~~~~~~~ ../../tools/obexctl.c: In function ‘disconnect_handler’: ../../tools/obexctl.c:73:2: error: too few arguments to function ‘bt_shell_set_prompt’ 73 | bt_shell_set_prompt(PROMPT_OFF); | ^~~~~~~~~~~~~~~~~~~ In file included from ../../tools/obexctl.c:29: ../../src/shared/shell.h:69:6: note: declared here 69 | void bt_shell_set_prompt(const char *string, const char *color); | ^~~~~~~~~~~~~~~~~~~ ../../tools/bluetooth-player.c: In function ‘connect_handler’: ../../tools/bluetooth-player.c:44:2: error: too few arguments to function ‘bt_shell_set_prompt’ 44 | bt_shell_set_prompt(PROMPT_ON); | ^~~~~~~~~~~~~~~~~~~ In file included from ../../tools/bluetooth-player.c:33: ../../src/shared/shell.h:69:6: note: declared here 69 | void bt_shell_set_prompt(const char *string, const char *color); | ^~~~~~~~~~~~~~~~~~~ ../../tools/bluetooth-player.c: In function ‘disconnect_handler’: ../../tools/bluetooth-player.c:50:2: error: too few arguments to function ‘bt_shell_set_prompt’ 50 | bt_shell_set_prompt(PROMPT_OFF); | ^~~~~~~~~~~~~~~~~~~ In file included from ../../tools/bluetooth-player.c:33: ../../src/shared/shell.h:69:6: note: declared here 69 | void bt_shell_set_prompt(const char *string, const char *color); | ^~~~~~~~~~~~~~~~~~~ ../../tools/bluetooth-player.c: In function ‘main’: ../../tools/bluetooth-player.c:59:2: error: too few arguments to function ‘bt_shell_set_prompt’ 59 | bt_shell_set_prompt(PROMPT_OFF); | ^~~~~~~~~~~~~~~~~~~ In file included from ../../tools/bluetooth-player.c:33: ../../src/shared/shell.h:69:6: note: declared here 69 | void bt_shell_set_prompt(const char *string, const char *color); | ^~~~~~~~~~~~~~~~~~~ ../../tools/obexctl.c: In function ‘set_default_session’: ../../tools/obexctl.c:415:2: error: too few arguments to function ‘bt_shell_set_prompt’ 415 | bt_shell_set_prompt(desc); | ^~~~~~~~~~~~~~~~~~~ In file included from ../../tools/obexctl.c:29: ../../src/shared/shell.h:69:6: note: declared here 69 | void bt_shell_set_prompt(const char *string, const char *color); | ^~~~~~~~~~~~~~~~~~~ make[2]: *** [Makefile:7872: tools/bluetooth-player.o] Error 1 make[2]: *** Waiting for unfinished jobs.... ../../tools/obexctl.c: In function ‘main’: ../../tools/obexctl.c:2155:2: error: too few arguments to function ‘bt_shell_set_prompt’ 2155 | bt_shell_set_prompt(PROMPT_OFF); | ^~~~~~~~~~~~~~~~~~~ In file included from ../../tools/obexctl.c:29: ../../src/shared/shell.h:69:6: note: declared here 69 | void bt_shell_set_prompt(const char *string, const char *color); | ^~~~~~~~~~~~~~~~~~~ make[2]: *** [Makefile:7872: tools/obexctl.o] Error 1 make[1]: *** [Makefile:4690: all] Error 2 make: *** [Makefile:12276: distcheck] Error 1 ############################## Test: CheckValgrind - FAIL Desc: Run Bluez Make Check with Valgrind Output: tools/mesh-cfgclient.c: In function ‘client_connected’: tools/mesh-cfgclient.c:2485:2: error: too few arguments to function ‘bt_shell_set_prompt’ 2485 | bt_shell_set_prompt(PROMPT_ON); | ^~~~~~~~~~~~~~~~~~~ In file included from tools/mesh-cfgclient.c:28: ./src/shared/shell.h:69:6: note: declared here 69 | void bt_shell_set_prompt(const char *string, const char *color); | ^~~~~~~~~~~~~~~~~~~ tools/mesh-cfgclient.c: In function ‘main’: tools/mesh-cfgclient.c:2645:2: error: too few arguments to function ‘bt_shell_set_prompt’ 2645 | bt_shell_set_prompt(PROMPT_OFF); | ^~~~~~~~~~~~~~~~~~~ In file included from tools/mesh-cfgclient.c:28: ./src/shared/shell.h:69:6: note: declared here 69 | void bt_shell_set_prompt(const char *string, const char *color); | ^~~~~~~~~~~~~~~~~~~ make[1]: *** [Makefile:7872: tools/mesh-cfgclient.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:12355: check] Error 2 ############################## Test: CheckSmatch - FAIL Desc: Run smatch tool with source Output: src/shared/crypto.c:271:21: warning: Variable length array is used. src/shared/crypto.c:272:23: warning: Variable length array is used. src/shared/gatt-helpers.c:768:31: warning: Variable length array is used. src/shared/gatt-helpers.c:830:31: warning: Variable length array is used. src/shared/gatt-helpers.c:1323:31: warning: Variable length array is used. src/shared/gatt-helpers.c:1354:23: warning: Variable length array is used. src/shared/gatt-server.c:278:25: warning: Variable length array is used. src/shared/gatt-server.c:618:25: warning: Variable length array is used. src/shared/gatt-server.c:716:25: warning: Variable length array is used. src/shared/bap.c:288:25: warning: array of flexible structures src/shared/bap.c: note: in included file: ./src/shared/ascs.h:88:25: warning: array of flexible structures src/shared/shell.c: note: in included file (through /usr/include/readline/readline.h): /usr/include/readline/rltypedefs.h:35:23: warning: non-ANSI function declaration of function 'Function' /usr/include/readline/rltypedefs.h:36:25: warning: non-ANSI function declaration of function 'VFunction' /usr/include/readline/rltypedefs.h:37:27: warning: non-ANSI function declaration of function 'CPFunction' /usr/include/readline/rltypedefs.h:38:29: warning: non-ANSI function declaration of function 'CPPFunction' tools/mesh-cfgclient.c: In function ‘client_connected’: tools/mesh-cfgclient.c:2485:2: error: too few arguments to function ‘bt_shell_set_prompt’ 2485 | bt_shell_set_prompt(PROMPT_ON); | ^~~~~~~~~~~~~~~~~~~ In file included from tools/mesh-cfgclient.c:28: ./src/shared/shell.h:69:6: note: declared here 69 | void bt_shell_set_prompt(const char *string, const char *color); | ^~~~~~~~~~~~~~~~~~~ tools/mesh-cfgclient.c: In function ‘main’: tools/mesh-cfgclient.c:2645:2: error: too few arguments to function ‘bt_shell_set_prompt’ 2645 | bt_shell_set_prompt(PROMPT_OFF); | ^~~~~~~~~~~~~~~~~~~ In file included from tools/mesh-cfgclient.c:28: ./src/shared/shell.h:69:6: note: declared here 69 | void bt_shell_set_prompt(const char *string, const char *color); | ^~~~~~~~~~~~~~~~~~~ make[1]: *** [Makefile:7872: tools/mesh-cfgclient.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:4690: all] Error 2 ############################## Test: bluezmakeextell - FAIL Desc: Build Bluez with External ELL Output: tools/mesh-cfgclient.c: In function ‘client_connected’: tools/mesh-cfgclient.c:2485:2: error: too few arguments to function ‘bt_shell_set_prompt’ 2485 | bt_shell_set_prompt(PROMPT_ON); | ^~~~~~~~~~~~~~~~~~~ In file included from tools/mesh-cfgclient.c:28: ./src/shared/shell.h:69:6: note: declared here 69 | void bt_shell_set_prompt(const char *string, const char *color); | ^~~~~~~~~~~~~~~~~~~ tools/mesh-cfgclient.c: In function ‘main’: tools/mesh-cfgclient.c:2645:2: error: too few arguments to function ‘bt_shell_set_prompt’ 2645 | bt_shell_set_prompt(PROMPT_OFF); | ^~~~~~~~~~~~~~~~~~~ In file included from tools/mesh-cfgclient.c:28: ./src/shared/shell.h:69:6: note: declared here 69 | void bt_shell_set_prompt(const char *string, const char *color); | ^~~~~~~~~~~~~~~~~~~ make[1]: *** [Makefile:7872: tools/mesh-cfgclient.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:4690: all] Error 2 ############################## Test: IncrementalBuild - FAIL Desc: Incremental build with the patches in the series Output: [BlueZ,v1] shared/shell: Fix not handling prompt with color properly tools/mesh-cfgclient.c: In function ‘client_connected’: tools/mesh-cfgclient.c:2485:2: error: too few arguments to function ‘bt_shell_set_prompt’ 2485 | bt_shell_set_prompt(PROMPT_ON); | ^~~~~~~~~~~~~~~~~~~ In file included from tools/mesh-cfgclient.c:28: ./src/shared/shell.h:69:6: note: declared here 69 | void bt_shell_set_prompt(const char *string, const char *color); | ^~~~~~~~~~~~~~~~~~~ tools/mesh-cfgclient.c: In function ‘main’: tools/mesh-cfgclient.c:2645:2: error: too few arguments to function ‘bt_shell_set_prompt’ 2645 | bt_shell_set_prompt(PROMPT_OFF); | ^~~~~~~~~~~~~~~~~~~ In file included from tools/mesh-cfgclient.c:28: ./src/shared/shell.h:69:6: note: declared here 69 | void bt_shell_set_prompt(const char *string, const char *color); | ^~~~~~~~~~~~~~~~~~~ make[1]: *** [Makefile:7872: tools/mesh-cfgclient.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:4690: all] Error 2 ############################## Test: ScanBuild - FAIL Desc: Run Scan Build Output: src/shared/gatt-client.c:451:21: warning: Use of memory after it is freed gatt_db_unregister(op->client->db, op->db_id); ^~~~~~~~~~ src/shared/gatt-client.c:696:2: warning: Use of memory after it is freed discovery_op_complete(op, false, att_ecode); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/shared/gatt-client.c:996:2: warning: Use of memory after it is freed discovery_op_complete(op, success, att_ecode); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/shared/gatt-client.c:1102:2: warning: Use of memory after it is freed discovery_op_complete(op, success, att_ecode); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/shared/gatt-client.c:1296:2: warning: Use of memory after it is freed discovery_op_complete(op, success, att_ecode); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/shared/gatt-client.c:1361:2: warning: Use of memory after it is freed discovery_op_complete(op, success, att_ecode); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/shared/gatt-client.c:1636:6: warning: Use of memory after it is freed if (read_db_hash(op)) { ^~~~~~~~~~~~~~~~ src/shared/gatt-client.c:1641:2: warning: Use of memory after it is freed discover_all(op); ^~~~~~~~~~~~~~~~ src/shared/gatt-client.c:2145:6: warning: Use of memory after it is freed if (read_db_hash(op)) { ^~~~~~~~~~~~~~~~ src/shared/gatt-client.c:2153:8: warning: Use of memory after it is freed discovery_op_ref(op), ^~~~~~~~~~~~~~~~~~~~ src/shared/gatt-client.c:3242:2: warning: Use of memory after it is freed complete_write_long_op(req, success, 0, false); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/shared/gatt-client.c:3264:2: warning: Use of memory after it is freed request_unref(req); ^~~~~~~~~~~~~~~~~~ 12 warnings generated. tools/mesh-cfgclient.c: In function ‘client_connected’: tools/mesh-cfgclient.c:2485:2: error: too few arguments to function ‘bt_shell_set_prompt’ 2485 | bt_shell_set_prompt(PROMPT_ON); | ^~~~~~~~~~~~~~~~~~~ In file included from tools/mesh-cfgclient.c:28: ./src/shared/shell.h:69:6: note: declared here 69 | void bt_shell_set_prompt(const char *string, const char *color); | ^~~~~~~~~~~~~~~~~~~ tools/mesh-cfgclient.c: In function ‘main’: tools/mesh-cfgclient.c:2645:2: error: too few arguments to function ‘bt_shell_set_prompt’ 2645 | bt_shell_set_prompt(PROMPT_OFF); | ^~~~~~~~~~~~~~~~~~~ In file included from tools/mesh-cfgclient.c:28: ./src/shared/shell.h:69:6: note: declared here 69 | void bt_shell_set_prompt(const char *string, const char *color); | ^~~~~~~~~~~~~~~~~~~ make[1]: *** [Makefile:7872: tools/mesh-cfgclient.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:4690: all] Error 2 --- Regards, Linux Bluetooth