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=860549 ---Test result--- Test Summary: CheckPatch FAIL 2.43 seconds GitLint PASS 0.86 seconds BuildEll PASS 24.71 seconds BluezMake FAIL 19.15 seconds MakeCheck FAIL 36.96 seconds MakeDistcheck PASS 178.52 seconds CheckValgrind FAIL 16.28 seconds CheckSmatch FAIL 23.38 seconds bluezmakeextell FAIL 14.70 seconds IncrementalBuild FAIL 20.17 seconds ScanBuild FAIL 543.02 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script Output: [BlueZ,v9,2/3] profiles/audio: Add an ASHA plugin ERROR:SPACING: space prohibited before that close parenthesis ')' #243: FILE: profiles/audio/asha.c:95: + BT_IO_OPT_INVALID )) { WARNING:LONG_LINE: line length of 92 exceeds 80 columns #284: FILE: profiles/audio/asha.c:136: + BT_IO_OPT_DEST_BDADDR, device_get_address(asha_dev->device), /github/workspace/src/src/13692489.patch total: 1 errors, 1 warnings, 897 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. /github/workspace/src/src/13692489.patch has style problems, please review. NOTE: Ignored message types: COMMIT_MESSAGE COMPLEX_MACRO CONST_STRUCT FILE_PATH_CHANGES MISSING_SIGN_OFF PREFER_PACKED SPDX_LICENSE_TAG SPLIT_STRING SSCANF_TO_KSTRTO NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. [BlueZ,v9,3/3] test: Add a script to test ASHA ERROR:EXECUTE_PERMISSIONS: do not set execute permissions for source files #104: FILE: test/simple-asha /github/workspace/src/src/13692488.patch total: 1 errors, 0 warnings, 166 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. /github/workspace/src/src/13692488.patch has style problems, please review. NOTE: Ignored message types: COMMIT_MESSAGE COMPLEX_MACRO CONST_STRUCT FILE_PATH_CHANGES MISSING_SIGN_OFF PREFER_PACKED SPDX_LICENSE_TAG SPLIT_STRING SSCANF_TO_KSTRTO NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. ############################## Test: BluezMake - FAIL Desc: Build BlueZ Output: src/shared/asha.c: In function ‘bt_asha_stop’: src/shared/asha.c:146:6: error: unused variable ‘ret’ [-Werror=unused-variable] 146 | int ret; | ^~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:8673: src/shared/libshared_mainloop_la-asha.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:4666: all] Error 2 ############################## Test: MakeCheck - FAIL Desc: Run Bluez Make Check Output: src/shared/asha.c: In function ‘bt_asha_stop’: src/shared/asha.c:146:6: error: unused variable ‘ret’ [-Werror=unused-variable] 146 | int ret; | ^~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:8428: src/shared/libshared_glib_la-asha.lo] Error 1 make: *** [Makefile:12292: check] Error 2 ############################## Test: CheckValgrind - FAIL Desc: Run Bluez Make Check with Valgrind Output: src/shared/asha.c: In function ‘bt_asha_stop’: src/shared/asha.c:146:6: error: unused variable ‘ret’ [-Werror=unused-variable] 146 | int ret; | ^~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:8673: src/shared/libshared_mainloop_la-asha.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:12292: 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:621:25: warning: Variable length array is used. src/shared/gatt-server.c:720:25: warning: Variable length array is used. src/shared/bap.c:286: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/asha.c: In function ‘bt_asha_stop’: src/shared/asha.c:146:6: error: unused variable ‘ret’ [-Werror=unused-variable] 146 | int ret; | ^~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:8673: src/shared/libshared_mainloop_la-asha.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:4666: all] Error 2 ############################## Test: bluezmakeextell - FAIL Desc: Build Bluez with External ELL Output: src/shared/asha.c: In function ‘bt_asha_stop’: src/shared/asha.c:146:6: error: unused variable ‘ret’ [-Werror=unused-variable] 146 | int ret; | ^~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:8673: src/shared/libshared_mainloop_la-asha.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:4666: all] Error 2 ############################## Test: IncrementalBuild - FAIL Desc: Incremental build with the patches in the series Output: [BlueZ,v9,1/3] src/shared: Add initial implementation for an ASHA profile src/shared/asha.c: In function ‘bt_asha_stop’: src/shared/asha.c:146:6: error: unused variable ‘ret’ [-Werror=unused-variable] 146 | int ret; | ^~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:8663: src/shared/libshared_mainloop_la-asha.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:4660: 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:1294:2: warning: Use of memory after it is freed discovery_op_complete(op, success, att_ecode); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/shared/gatt-client.c:1359:2: warning: Use of memory after it is freed discovery_op_complete(op, success, att_ecode); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/shared/gatt-client.c:1634:6: warning: Use of memory after it is freed if (read_db_hash(op)) { ^~~~~~~~~~~~~~~~ src/shared/gatt-client.c:1639:2: warning: Use of memory after it is freed discover_all(op); ^~~~~~~~~~~~~~~~ src/shared/gatt-client.c:2143:6: warning: Use of memory after it is freed if (read_db_hash(op)) { ^~~~~~~~~~~~~~~~ src/shared/gatt-client.c:2151:8: warning: Use of memory after it is freed discovery_op_ref(op), ^~~~~~~~~~~~~~~~~~~~ src/shared/gatt-client.c:3240:2: warning: Use of memory after it is freed complete_write_long_op(req, success, 0, false); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/shared/gatt-client.c:3262:2: warning: Use of memory after it is freed request_unref(req); ^~~~~~~~~~~~~~~~~~ 12 warnings generated. src/shared/asha.c: In function ‘bt_asha_stop’: src/shared/asha.c:146:6: error: unused variable ‘ret’ [-Werror=unused-variable] 146 | int ret; | ^~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:8663: src/shared/libshared_mainloop_la-asha.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:4660: all] Error 2 --- Regards, Linux Bluetooth