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=543037 ---Test result--- Test Summary: CheckPatch FAIL 0.97 seconds GitLint PASS 0.43 seconds Prep - Setup ELL PASS 53.31 seconds Build - Prep PASS 0.16 seconds Build - Configure PASS 9.31 seconds Build - Make FAIL 91.77 seconds Make Check FAIL 0.54 seconds Make Distcheck PASS 280.86 seconds Build w/ext ELL - Configure PASS 9.66 seconds Build w/ext ELL - Make FAIL 78.42 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script with rule in .checkpatch.conf Output: tools/sco-tester: add test cases to get offload codecs WARNING:PREFER_DEFINED_ATTRIBUTE_MACRO: Prefer __packed over __attribute__((packed)) #27: FILE: lib/bluetooth.h:154: +} __attribute__((packed)); WARNING:PREFER_DEFINED_ATTRIBUTE_MACRO: Prefer __packed over __attribute__((packed)) #32: FILE: lib/bluetooth.h:159: +} __attribute__((packed)); - total: 0 errors, 2 warnings, 152 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. "[PATCH] tools/sco-tester: add test cases to get offload codecs" 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: GitLint - PASS Desc: Run gitlint with rule in .gitlint ############################## Test: Prep - Setup ELL - PASS Desc: Clone, build, and install ELL ############################## Test: Build - Prep - PASS Desc: Prepare environment for build ############################## Test: Build - Configure - PASS Desc: Configure the BlueZ source tree ############################## Test: Build - Make - FAIL Desc: Build the BlueZ source tree Output: tools/sco-tester.c: In function ‘enable_codec_callback’: tools/sco-tester.c:131:20: error: unused variable ‘data’ [-Werror=unused-variable] 131 | struct test_data *data = tester_get_data(); | ^~~~ tools/sco-tester.c: In function ‘test_codecs_getsockopt’: tools/sco-tester.c:354:20: error: unused variable ‘codecs’ [-Werror=unused-variable] 354 | struct bt_codecs *codecs; | ^~~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:6962: tools/sco-tester.o] Error 1 make: *** [Makefile:4151: all] Error 2 ############################## Test: Make Check - FAIL Desc: Run 'make check' Output: tools/sco-tester.c: In function ‘enable_codec_callback’: tools/sco-tester.c:131:20: error: unused variable ‘data’ [-Werror=unused-variable] 131 | struct test_data *data = tester_get_data(); | ^~~~ tools/sco-tester.c: In function ‘test_codecs_getsockopt’: tools/sco-tester.c:354:20: error: unused variable ‘codecs’ [-Werror=unused-variable] 354 | struct bt_codecs *codecs; | ^~~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:6962: tools/sco-tester.o] Error 1 make: *** [Makefile:10443: check] Error 2 ############################## Test: Make Distcheck - PASS Desc: Run distcheck to check the distribution ############################## Test: Build w/ext ELL - Configure - PASS Desc: Configure BlueZ source with '--enable-external-ell' configuration ############################## Test: Build w/ext ELL - Make - FAIL Desc: Build BlueZ source with '--enable-external-ell' configuration Output: tools/sco-tester.c: In function ‘enable_codec_callback’: tools/sco-tester.c:131:20: error: unused variable ‘data’ [-Werror=unused-variable] 131 | struct test_data *data = tester_get_data(); | ^~~~ tools/sco-tester.c: In function ‘test_codecs_getsockopt’: tools/sco-tester.c:354:20: error: unused variable ‘codecs’ [-Werror=unused-variable] 354 | struct bt_codecs *codecs; | ^~~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:6962: tools/sco-tester.o] Error 1 make: *** [Makefile:4151: all] Error 2 --- Regards, Linux Bluetooth