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=1149033
---Test result---
Test Summary:
CheckPatch FAIL 1.89 seconds
GitLint PASS 1.23 seconds
BuildEll PASS 20.44 seconds
BluezMake FAIL 8.43 seconds
MakeCheck FAIL 7.47 seconds
MakeDistcheck FAIL 31.96 seconds
CheckValgrind FAIL 8.27 seconds
CheckSmatch FAIL 9.50 seconds
bluezmakeextell FAIL 9.50 seconds
IncrementalBuild FAIL 8.83 seconds
ScanBuild FAIL 9.35 seconds
Details
##############################
Test: CheckPatch - FAIL
Desc: Run checkpatch.pl script
Output:
[BlueZ,2/6] mgmt-tester: Add Security Level Changed event tests
WARNING:BAD_SIGN_OFF: Non-standard signature: Assisted-by:
#73:
Assisted-by: GPT:GPT-5.3-Codex
ERROR:BAD_SIGN_OFF: Unrecognized email address: 'GPT:GPT-5.3-Codex'
#73:
Assisted-by: GPT:GPT-5.3-Codex
/github/workspace/src/patch/14759012.patch total: 1 errors, 1 warnings, 163 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/patch/14759012.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:
In file included from src/shared/mgmt.c:21:
./lib/bluetooth/mgmt.h:1150:21: error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘__counted_by’
1150 | uint8_t tlv_data[] __counted_by(tlv_count);
| ^~~~~~~~~~~~
make[1]: *** [Makefile:7707: src/shared/libshared_mainloop_la-mgmt.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4215: all] Error 2
##############################
Test: MakeCheck - FAIL
Desc: Run Bluez Make Check
Output:
In file included from client/mgmt.c:40:
./lib/bluetooth/mgmt.h:1150:21: error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘__counted_by’
1150 | uint8_t tlv_data[] __counted_by(tlv_count);
| ^~~~~~~~~~~~
make[1]: *** [Makefile:7123: client/mgmt.o] Error 1
make: *** [Makefile:10934: check] Error 2
##############################
Test: MakeDistcheck - FAIL
Desc: Run Bluez Make Distcheck
Output:
In file included from ../../src/shared/mgmt.c:21:
../../lib/bluetooth/mgmt.h:1150:21: error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘__counted_by’
1150 | uint8_t tlv_data[] __counted_by(tlv_count);
| ^~~~~~~~~~~~
make[2]: *** [Makefile:7707: src/shared/libshared_mainloop_la-mgmt.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:4215: all] Error 2
make: *** [Makefile:10855: distcheck] Error 1
##############################
Test: CheckValgrind - FAIL
Desc: Run Bluez Make Check with Valgrind
Output:
In file included from src/shared/mgmt.c:21:
./lib/bluetooth/mgmt.h:1150:21: error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘__counted_by’
1150 | uint8_t tlv_data[] __counted_by(tlv_count);
| ^~~~~~~~~~~~
make[1]: *** [Makefile:7707: src/shared/libshared_mainloop_la-mgmt.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:10934: check] Error 2
##############################
Test: CheckSmatch - FAIL
Desc: Run smatch tool with source
Output:
src/shared/mgmt.c: note: in included file:
./lib/bluetooth/mgmt.h:1150:28: error: expected ; at end of declaration
./lib/bluetooth/mgmt.h:1150:28: error: Expected } at end of specifier
./lib/bluetooth/mgmt.h:1150:28: error: got __counted_by
./lib/bluetooth/mgmt.h:1151:1: error: Expected ; at the end of type declaration
./lib/bluetooth/mgmt.h:1151:1: error: got }
src/shared/crypto.c:271:21: warning: Variable length array is used.
src/shared/crypto.c:272:23: warning: Variable length array is used.
In file included from src/shared/mgmt.c:21:
./lib/bluetooth/mgmt.h:1150:21: error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘__counted_by’
1150 | uint8_t tlv_data[] __counted_by(tlv_count);
| ^~~~~~~~~~~~
make[1]: *** [Makefile:7707: src/shared/libshared_mainloop_la-mgmt.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4215: all] Error 2
##############################
Test: bluezmakeextell - FAIL
Desc: Build Bluez with External ELL
Output:
In file included from src/shared/mgmt.c:21:
./lib/bluetooth/mgmt.h:1150:21: error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘__counted_by’
1150 | uint8_t tlv_data[] __counted_by(tlv_count);
| ^~~~~~~~~~~~
make[1]: *** [Makefile:7707: src/shared/libshared_mainloop_la-mgmt.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4215: all] Error 2
##############################
Test: IncrementalBuild - FAIL
Desc: Incremental build with the patches in the series
Output:
In file included from src/shared/mgmt.c:21:
./lib/bluetooth/mgmt.h:1150:21: error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘__counted_by’
1150 | uint8_t tlv_data[] __counted_by(tlv_count);
| ^~~~~~~~~~~~
make[1]: *** [Makefile:7707: src/shared/libshared_mainloop_la-mgmt.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4215: all] Error 2
[BlueZ,1/6] mgmt: Add Security Level Changed event
In file included from src/shared/mgmt.c:21:
./lib/bluetooth/mgmt.h:1150:21: error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘__counted_by’
1150 | uint8_t tlv_data[] __counted_by(tlv_count);
| ^~~~~~~~~~~~
make[1]: *** [Makefile:7707: src/shared/libshared_mainloop_la-mgmt.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4215: all] Error 2
##############################
Test: ScanBuild - FAIL
Desc: Run Scan Build
Output:
In file included from src/shared/mgmt.c:21:
./lib/bluetooth/mgmt.h:1150:21: error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘__counted_by’
1150 | uint8_t tlv_data[] __counted_by(tlv_count);
| ^~~~~~~~~~~~
make[1]: *** [Makefile:7707: src/shared/libshared_mainloop_la-mgmt.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4215: all] Error 2
https://github.com/bluez/bluez/pull/2418
---
Regards,
Linux Bluetooth
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.