public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: bluez.test.bot@gmail.com
To: linux-bluetooth@vger.kernel.org, mengshi.wu@oss.qualcomm.com
Subject: RE: [v4] gatt-client:Implement error handling for DB_OUT_OF_SYNC in GATT caching
Date: Mon, 09 Feb 2026 20:02:15 -0800 (PST)	[thread overview]
Message-ID: <698aadc7.050a0220.122e9b.d67f@mx.google.com> (raw)
In-Reply-To: <20260210011347.3237740-1-mengshi.wu@oss.qualcomm.com>

[-- Attachment #1: Type: text/plain, Size: 4830 bytes --]

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=1052474

---Test result---

Test Summary:
CheckPatch                    PENDING   0.37 seconds
GitLint                       PENDING   0.41 seconds
BuildEll                      PASS      19.95 seconds
BluezMake                     FAIL      13.61 seconds
MakeCheck                     FAIL      25.60 seconds
MakeDistcheck                 PASS      242.41 seconds
CheckValgrind                 FAIL      11.97 seconds
CheckSmatch                   FAIL      13.98 seconds
bluezmakeextell               FAIL      11.27 seconds
IncrementalBuild              PENDING   0.40 seconds
ScanBuild                     FAIL      14.19 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/att.c:1872:6: error: no previous declaration for ‘bt_att_db_sync_cancel’ [-Werror=missing-declarations]
 1872 | bool bt_att_db_sync_cancel(struct bt_att_chan *chan, unsigned int id)
      |      ^~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7803: src/shared/libshared_mainloop_la-att.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4205: all] Error 2
##############################
Test: MakeCheck - FAIL
Desc: Run Bluez Make Check
Output:

src/shared/att.c:1872:6: error: no previous declaration for ‘bt_att_db_sync_cancel’ [-Werror=missing-declarations]
 1872 | bool bt_att_db_sync_cancel(struct bt_att_chan *chan, unsigned int id)
      |      ^~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7523: src/shared/libshared_glib_la-att.lo] Error 1
make: *** [Makefile:10868: check] Error 2
##############################
Test: CheckValgrind - FAIL
Desc: Run Bluez Make Check with Valgrind
Output:

src/shared/att.c:1872:6: error: no previous declaration for ‘bt_att_db_sync_cancel’ [-Werror=missing-declarations]
 1872 | bool bt_att_db_sync_cancel(struct bt_att_chan *chan, unsigned int id)
      |      ^~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7803: src/shared/libshared_mainloop_la-att.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:10868: 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:846:31: warning: Variable length array is used.
src/shared/att.c:1872:6: error: no previous declaration for ‘bt_att_db_sync_cancel’ [-Werror=missing-declarations]
 1872 | bool bt_att_db_sync_cancel(struct bt_att_chan *chan, unsigned int id)
      |      ^~~~~~~~~~~~~~~~~~~~~
src/shared/gatt-helpers.c:1339:31: warning: Variable length array is used.
src/shared/gatt-helpers.c:1370:23: warning: Variable length array is used.
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7803: src/shared/libshared_mainloop_la-att.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4205: all] Error 2
##############################
Test: bluezmakeextell - FAIL
Desc: Build Bluez with External ELL
Output:

src/shared/att.c:1872:6: error: no previous declaration for ‘bt_att_db_sync_cancel’ [-Werror=missing-declarations]
 1872 | bool bt_att_db_sync_cancel(struct bt_att_chan *chan, unsigned int id)
      |      ^~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7803: src/shared/libshared_mainloop_la-att.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4205: all] Error 2
##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:

##############################
Test: ScanBuild - FAIL
Desc: Run Scan Build
Output:

src/shared/att.c:1872:6: error: no previous declaration for ‘bt_att_db_sync_cancel’ [-Werror=missing-declarations]
 1872 | bool bt_att_db_sync_cancel(struct bt_att_chan *chan, unsigned int id)
      |      ^~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7803: src/shared/libshared_mainloop_la-att.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4205: all] Error 2


---
Regards,
Linux Bluetooth


      reply	other threads:[~2026-02-10  4:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-10  1:13 [PATCH v4] gatt-client:Implement error handling for DB_OUT_OF_SYNC in GATT caching Mengshi Wu
2026-02-10  4:02 ` bluez.test.bot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=698aadc7.050a0220.122e9b.d67f@mx.google.com \
    --to=bluez.test.bot@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=mengshi.wu@oss.qualcomm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox