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=979927 ---Test result--- Test Summary: CheckPatch PENDING 0.21 seconds GitLint PENDING 0.28 seconds BuildEll PASS 20.46 seconds BluezMake FAIL 19.04 seconds MakeCheck FAIL 33.43 seconds MakeDistcheck PASS 182.31 seconds CheckValgrind FAIL 15.70 seconds CheckSmatch FAIL 22.20 seconds bluezmakeextell FAIL 13.10 seconds IncrementalBuild PENDING 0.24 seconds ScanBuild FAIL 22.64 seconds Details ############################## Test: CheckPatch - PENDING Desc: Run checkpatch.pl script Output: ############################## Test: GitLint - PENDING Desc: Run gitlint Output: ############################## Test: BluezMake - FAIL Desc: Build BlueZ Output: src/shared/bap.c: In function ‘bap_bcast_io_dir’: src/shared/bap.c:2612:2: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] 2612 | uint8_t dir; | ^~~~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:7469: src/shared/libshared_mainloop_la-bap.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:4030: all] Error 2 ############################## Test: MakeCheck - FAIL Desc: Run Bluez Make Check Output: src/shared/bap.c: In function ‘bap_bcast_io_dir’: src/shared/bap.c:2612:2: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] 2612 | uint8_t dir; | ^~~~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:7224: src/shared/libshared_glib_la-bap.lo] Error 1 make: *** [Makefile:10435: check] Error 2 ############################## Test: CheckValgrind - FAIL Desc: Run Bluez Make Check with Valgrind Output: src/shared/bap.c: In function ‘bap_bcast_io_dir’: src/shared/bap.c:2612:2: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] 2612 | uint8_t dir; | ^~~~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:7469: src/shared/libshared_mainloop_la-bap.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:10435: 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:2612:9: warning: mixing declarations and code src/shared/bap.c:317: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' src/shared/bap.c: In function ‘bap_bcast_io_dir’: src/shared/bap.c:2612:2: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] 2612 | uint8_t dir; | ^~~~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:7469: src/shared/libshared_mainloop_la-bap.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:4030: all] Error 2 ############################## Test: bluezmakeextell - FAIL Desc: Build Bluez with External ELL Output: src/shared/bap.c: In function ‘bap_bcast_io_dir’: src/shared/bap.c:2612:2: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] 2612 | uint8_t dir; | ^~~~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:7469: src/shared/libshared_mainloop_la-bap.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:4030: all] Error 2 ############################## Test: IncrementalBuild - PENDING Desc: Incremental build with the patches in the series Output: ############################## Test: ScanBuild - FAIL Desc: Run Scan Build Output: src/shared/bap.c: In function ‘bap_bcast_io_dir’: src/shared/bap.c:2612:2: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] 2612 | uint8_t dir; | ^~~~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:7469: src/shared/libshared_mainloop_la-bap.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... 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:2147:6: warning: Use of memory after it is freed if (read_db_hash(op)) { ^~~~~~~~~~~~~~~~ src/shared/gatt-client.c:2155:8: warning: Use of memory after it is freed discovery_op_ref(op), ^~~~~~~~~~~~~~~~~~~~ src/shared/gatt-client.c:3180:2: warning: Use of memory after it is freed complete_write_long_op(req, success, 0, false); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/shared/gatt-client.c:3202:2: warning: Use of memory after it is freed request_unref(req); ^~~~~~~~~~~~~~~~~~ 12 warnings generated. make: *** [Makefile:4030: all] Error 2 --- Regards, Linux Bluetooth