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=931834 ---Test result--- Test Summary: CheckPatch PENDING 0.23 seconds GitLint PENDING 0.19 seconds BuildEll PASS 21.02 seconds BluezMake FAIL 19.86 seconds MakeCheck FAIL 33.93 seconds MakeDistcheck PASS 164.31 seconds CheckValgrind FAIL 16.21 seconds CheckSmatch FAIL 23.49 seconds bluezmakeextell FAIL 13.96 seconds IncrementalBuild PENDING 0.23 seconds ScanBuild PASS 904.77 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 ‘stream_notify_ase_state’: src/shared/bap.c:941:37: error: passing argument 2 of ‘gatt_db_attribute_notify’ from incompatible pointer type [-Werror=incompatible-pointer-types] 941 | gatt_db_attribute_notify(ep->attr, &status, sizeof(status), | ^~~~~~~ | | | struct bt_ascs_ase_status * In file included from src/shared/bap.c:27: ./src/shared/gatt-db.h:296:21: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘struct bt_ascs_ase_status *’ 296 | const uint8_t *value, size_t len, | ~~~~~~~~~~~~~~~^~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:8631: src/shared/libshared_mainloop_la-bap.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:4682: all] Error 2 ############################## Test: MakeCheck - FAIL Desc: Run Bluez Make Check Output: src/shared/bap.c: In function ‘stream_notify_ase_state’: src/shared/bap.c:941:37: error: passing argument 2 of ‘gatt_db_attribute_notify’ from incompatible pointer type [-Werror=incompatible-pointer-types] 941 | gatt_db_attribute_notify(ep->attr, &status, sizeof(status), | ^~~~~~~ | | | struct bt_ascs_ase_status * In file included from src/shared/bap.c:27: ./src/shared/gatt-db.h:296:21: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘struct bt_ascs_ase_status *’ 296 | const uint8_t *value, size_t len, | ~~~~~~~~~~~~~~~^~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:8386: src/shared/libshared_glib_la-bap.lo] Error 1 make: *** [Makefile:12320: check] Error 2 ############################## Test: CheckValgrind - FAIL Desc: Run Bluez Make Check with Valgrind Output: src/shared/bap.c: In function ‘stream_notify_ase_state’: src/shared/bap.c:941:37: error: passing argument 2 of ‘gatt_db_attribute_notify’ from incompatible pointer type [-Werror=incompatible-pointer-types] 941 | gatt_db_attribute_notify(ep->attr, &status, sizeof(status), | ^~~~~~~ | | | struct bt_ascs_ase_status * In file included from src/shared/bap.c:27: ./src/shared/gatt-db.h:296:21: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘struct bt_ascs_ase_status *’ 296 | const uint8_t *value, size_t len, | ~~~~~~~~~~~~~~~^~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:8631: src/shared/libshared_mainloop_la-bap.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:12320: 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:296: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 ‘stream_notify_ase_state’: src/shared/bap.c:941:37: error: passing argument 2 of ‘gatt_db_attribute_notify’ from incompatible pointer type [-Werror=incompatible-pointer-types] 941 | gatt_db_attribute_notify(ep->attr, &status, sizeof(status), | ^~~~~~~ | | | struct bt_ascs_ase_status * In file included from src/shared/bap.c:27: ./src/shared/gatt-db.h:296:21: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘struct bt_ascs_ase_status *’ 296 | const uint8_t *value, size_t len, | ~~~~~~~~~~~~~~~^~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:8631: src/shared/libshared_mainloop_la-bap.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:4682: all] Error 2 ############################## Test: bluezmakeextell - FAIL Desc: Build Bluez with External ELL Output: src/shared/bap.c: In function ‘stream_notify_ase_state’: src/shared/bap.c:941:37: error: passing argument 2 of ‘gatt_db_attribute_notify’ from incompatible pointer type [-Werror=incompatible-pointer-types] 941 | gatt_db_attribute_notify(ep->attr, &status, sizeof(status), | ^~~~~~~ | | | struct bt_ascs_ase_status * In file included from src/shared/bap.c:27: ./src/shared/gatt-db.h:296:21: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘struct bt_ascs_ase_status *’ 296 | const uint8_t *value, size_t len, | ~~~~~~~~~~~~~~~^~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:8631: src/shared/libshared_mainloop_la-bap.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:4682: all] Error 2 ############################## Test: IncrementalBuild - PENDING Desc: Incremental build with the patches in the series Output: --- Regards, Linux Bluetooth