RE: [BlueZ,v1] sdp-xml: Use a queue to collect sequence members

[email protected]
Newsgroups org.kernel.vger.linux-bluetooth
Message-ID <[email protected]>
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=1146222

---Test result---

Test Summary:
CheckPatch                    FAIL      0.42 seconds
GitLint                       PASS      0.28 seconds
BuildEll                      PASS      20.51 seconds
BluezMake                     FAIL      548.87 seconds
CheckSmatch                   PASS      305.40 seconds
bluezmakeextell               PASS      99.53 seconds
IncrementalBuild              FAIL      548.39 seconds
ScanBuild                     PASS      910.96 seconds

Details
##############################
Test: CheckPatch - FAIL
Desc: Run checkpatch.pl script
Output:
[BlueZ,v1] sdp-xml: Use a queue to collect sequence members
WARNING:BAD_SIGN_OFF: Non-standard signature: Assisted-by:
#113: 
Assisted-by: Claude:claude-opus-5

ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Claude:claude-opus-5'
#113: 
Assisted-by: Claude:claude-opus-5

/github/workspace/src/patch/14750737.patch total: 1 errors, 1 warnings, 98 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/14750737.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:

tools/mgmt-tester.c: In function ‘main’:
tools/mgmt-tester.c:13131:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
13131 | int main(int argc, char *argv[])
      |     ^~~~
unit/test-avdtp.c: In function ‘main’:
unit/test-avdtp.c:766:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
  766 | int main(int argc, char *argv[])
      |     ^~~~
unit/test-avrcp.c: In function ‘main’:
unit/test-avrcp.c:989:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
  989 | int main(int argc, char *argv[])
      |     ^~~~
unit/test-rap.c: In function ‘main’:
unit/test-rap.c:997:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
  997 | int main(int argc, char *argv[])
      |     ^~~~
/usr/bin/ld: src/sdp-xml.o: in function `sdp_xml_data_free':
/github/workspace/src/src/src/sdp-xml.c:544: undefined reference to `queue_destroy'
/usr/bin/ld: src/sdp-xml.o: in function `sdp_xml_data_flush_seq':
/github/workspace/src/src/src/sdp-xml.c:529: undefined reference to `queue_get_entries'
/usr/bin/ld: /github/workspace/src/src/src/sdp-xml.c:538: undefined reference to `queue_destroy'
/usr/bin/ld: src/sdp-xml.o: in function `element_end':
/github/workspace/src/src/src/sdp-xml.c:658: undefined reference to `queue_push_tail'
/usr/bin/ld: /github/workspace/src/src/src/sdp-xml.c:656: undefined reference to `queue_new'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:6110: tools/sdptool] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4207: all] Error 2
##############################
Test: IncrementalBuild - FAIL
Desc: Incremental build with the patches in the series
Output:

tools/mgmt-tester.c: In function ‘main’:
tools/mgmt-tester.c:13131:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
13131 | int main(int argc, char *argv[])
      |     ^~~~
unit/test-avdtp.c: In function ‘main’:
unit/test-avdtp.c:766:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
  766 | int main(int argc, char *argv[])
      |     ^~~~
unit/test-avrcp.c: In function ‘main’:
unit/test-avrcp.c:989:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
  989 | int main(int argc, char *argv[])
      |     ^~~~
unit/test-rap.c: In function ‘main’:
unit/test-rap.c:997:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
  997 | int main(int argc, char *argv[])
      |     ^~~~
/usr/bin/ld: src/sdp-xml.o: in function `sdp_xml_data_free':
/github/workspace/src/src/src/sdp-xml.c:544: undefined reference to `queue_destroy'
/usr/bin/ld: src/sdp-xml.o: in function `sdp_xml_data_flush_seq':
/github/workspace/src/src/src/sdp-xml.c:529: undefined reference to `queue_get_entries'
/usr/bin/ld: /github/workspace/src/src/src/sdp-xml.c:538: undefined reference to `queue_destroy'
/usr/bin/ld: src/sdp-xml.o: in function `element_end':
/github/workspace/src/src/src/sdp-xml.c:658: undefined reference to `queue_push_tail'
/usr/bin/ld: /github/workspace/src/src/src/sdp-xml.c:656: undefined reference to `queue_new'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:6110: tools/sdptool] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4207: all] Error 2
[BlueZ,v1] sdp-xml: Use a queue to collect sequence members

tools/mgmt-tester.c: In function ‘main’:
tools/mgmt-tester.c:13131:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
13131 | int main(int argc, char *argv[])
      |     ^~~~
unit/test-avdtp.c: In function ‘main’:
unit/test-avdtp.c:766:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
  766 | int main(int argc, char *argv[])
      |     ^~~~
unit/test-avrcp.c: In function ‘main’:
unit/test-avrcp.c:989:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
  989 | int main(int argc, char *argv[])
      |     ^~~~
unit/test-rap.c: In function ‘main’:
unit/test-rap.c:997:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
  997 | int main(int argc, char *argv[])
      |     ^~~~
/usr/bin/ld: src/sdp-xml.o: in function `sdp_xml_data_free':
/github/workspace/src/src/src/sdp-xml.c:544: undefined reference to `queue_destroy'
/usr/bin/ld: src/sdp-xml.o: in function `sdp_xml_data_flush_seq':
/github/workspace/src/src/src/sdp-xml.c:529: undefined reference to `queue_get_entries'
/usr/bin/ld: /github/workspace/src/src/src/sdp-xml.c:538: undefined reference to `queue_destroy'
/usr/bin/ld: src/sdp-xml.o: in function `element_end':
/github/workspace/src/src/src/sdp-xml.c:658: undefined reference to `queue_push_tail'
/usr/bin/ld: /github/workspace/src/src/src/sdp-xml.c:656: undefined reference to `queue_new'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:6110: tools/sdptool] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4207: all] Error 2


https://github.com/bluez/bluez/pull/2402

---
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.