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=927226 ---Test result--- Test Summary: CheckPatch PENDING 0.21 seconds GitLint PENDING 0.21 seconds BuildEll PASS 20.30 seconds BluezMake FAIL 17.92 seconds MakeCheck FAIL 35.20 seconds MakeDistcheck PASS 159.38 seconds CheckValgrind FAIL 15.00 seconds CheckSmatch FAIL 20.09 seconds bluezmakeextell FAIL 13.34 seconds IncrementalBuild PENDING 0.25 seconds ScanBuild PASS 861.73 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/vcp.c:2042:6: error: no previous declaration for ‘bt_vcp_set_volume_client’ [-Werror=missing-declarations] 2042 | bool bt_vcp_set_volume_client(struct bt_vcp *vcp, uint8_t volume) | ^~~~~~~~~~~~~~~~~~~~~~~~ src/shared/vcp.c:2078:6: error: no previous declaration for ‘bt_vcp_set_volume_server’ [-Werror=missing-declarations] 2078 | bool bt_vcp_set_volume_server(struct bt_vcp *vcp, uint8_t volume) | ^~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:8676: src/shared/libshared_mainloop_la-vcp.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:4693: all] Error 2 ############################## Test: MakeCheck - FAIL Desc: Run Bluez Make Check Output: src/shared/vcp.c:2042:6: error: no previous declaration for ‘bt_vcp_set_volume_client’ [-Werror=missing-declarations] 2042 | bool bt_vcp_set_volume_client(struct bt_vcp *vcp, uint8_t volume) | ^~~~~~~~~~~~~~~~~~~~~~~~ src/shared/vcp.c:2078:6: error: no previous declaration for ‘bt_vcp_set_volume_server’ [-Werror=missing-declarations] 2078 | bool bt_vcp_set_volume_server(struct bt_vcp *vcp, uint8_t volume) | ^~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:8431: src/shared/libshared_glib_la-vcp.lo] Error 1 make: *** [Makefile:12344: check] Error 2 ############################## Test: CheckValgrind - FAIL Desc: Run Bluez Make Check with Valgrind Output: src/shared/vcp.c:2042:6: error: no previous declaration for ‘bt_vcp_set_volume_client’ [-Werror=missing-declarations] 2042 | bool bt_vcp_set_volume_client(struct bt_vcp *vcp, uint8_t volume) | ^~~~~~~~~~~~~~~~~~~~~~~~ src/shared/vcp.c:2078:6: error: no previous declaration for ‘bt_vcp_set_volume_server’ [-Werror=missing-declarations] 2078 | bool bt_vcp_set_volume_server(struct bt_vcp *vcp, uint8_t volume) | ^~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:8676: src/shared/libshared_mainloop_la-vcp.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:12344: 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/vcp.c:2042:6: error: no previous declaration for ‘bt_vcp_set_volume_client’ [-Werror=missing-declarations] 2042 | bool bt_vcp_set_volume_client(struct bt_vcp *vcp, uint8_t volume) | ^~~~~~~~~~~~~~~~~~~~~~~~ src/shared/vcp.c:2078:6: error: no previous declaration for ‘bt_vcp_set_volume_server’ [-Werror=missing-declarations] 2078 | bool bt_vcp_set_volume_server(struct bt_vcp *vcp, uint8_t volume) | ^~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:8676: src/shared/libshared_mainloop_la-vcp.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:4693: all] Error 2 ############################## Test: bluezmakeextell - FAIL Desc: Build Bluez with External ELL Output: src/shared/vcp.c:2042:6: error: no previous declaration for ‘bt_vcp_set_volume_client’ [-Werror=missing-declarations] 2042 | bool bt_vcp_set_volume_client(struct bt_vcp *vcp, uint8_t volume) | ^~~~~~~~~~~~~~~~~~~~~~~~ src/shared/vcp.c:2078:6: error: no previous declaration for ‘bt_vcp_set_volume_server’ [-Werror=missing-declarations] 2078 | bool bt_vcp_set_volume_server(struct bt_vcp *vcp, uint8_t volume) | ^~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:8676: src/shared/libshared_mainloop_la-vcp.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:4693: all] Error 2 ############################## Test: IncrementalBuild - PENDING Desc: Incremental build with the patches in the series Output: --- Regards, Linux Bluetooth