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: gatt-client:Implement error handling for DB_OUT_OF_SYNC in GATT caching.
Date: Mon, 05 Jan 2026 02:54:14 -0800 (PST)	[thread overview]
Message-ID: <695b9856.050a0220.fdb25.0997@mx.google.com> (raw)
In-Reply-To: <20260105103828.105346-2-mengshi.wu@oss.qualcomm.com>

[-- Attachment #1: Type: text/plain, Size: 6737 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=1038430

---Test result---

Test Summary:
CheckPatch                    PENDING   0.32 seconds
GitLint                       PENDING   0.42 seconds
BuildEll                      PASS      18.16 seconds
BluezMake                     FAIL      15.57 seconds
MakeCheck                     FAIL      27.17 seconds
MakeDistcheck                 PASS      226.21 seconds
CheckValgrind                 FAIL      13.03 seconds
CheckSmatch                   FAIL      16.42 seconds
bluezmakeextell               FAIL      11.01 seconds
IncrementalBuild              PENDING   0.36 seconds
ScanBuild                     FAIL      13.37 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/gatt-client.c: In function ‘db_hash_check_read_cb’:
src/shared/gatt-client.c:2028:29: error: unused variable ‘op’ [-Werror=unused-variable]
 2028 |  struct service_changed_op *op;
      |                             ^~
src/shared/gatt-client.c: In function ‘process_db_out_of_sync’:
src/shared/gatt-client.c:2172:29: error: unused variable ‘op’ [-Werror=unused-variable]
 2172 |  struct service_changed_op *op;
      |                             ^~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7873: src/shared/libshared_mainloop_la-gatt-client.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4243: all] Error 2
##############################
Test: MakeCheck - FAIL
Desc: Run Bluez Make Check
Output:

src/shared/gatt-client.c: In function ‘db_hash_check_read_cb’:
src/shared/gatt-client.c:2028:29: error: unused variable ‘op’ [-Werror=unused-variable]
 2028 |  struct service_changed_op *op;
      |                             ^~
src/shared/gatt-client.c: In function ‘process_db_out_of_sync’:
src/shared/gatt-client.c:2172:29: error: unused variable ‘op’ [-Werror=unused-variable]
 2172 |  struct service_changed_op *op;
      |                             ^~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7600: src/shared/libshared_glib_la-gatt-client.lo] Error 1
make: *** [Makefile:11022: check] Error 2
##############################
Test: CheckValgrind - FAIL
Desc: Run Bluez Make Check with Valgrind
Output:

src/shared/gatt-client.c: In function ‘db_hash_check_read_cb’:
src/shared/gatt-client.c:2028:29: error: unused variable ‘op’ [-Werror=unused-variable]
 2028 |  struct service_changed_op *op;
      |                             ^~
src/shared/gatt-client.c: In function ‘process_db_out_of_sync’:
src/shared/gatt-client.c:2172:29: error: unused variable ‘op’ [-Werror=unused-variable]
 2172 |  struct service_changed_op *op;
      |                             ^~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7873: src/shared/libshared_mainloop_la-gatt-client.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:11022: 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/gatt-helpers.c:1339:31: warning: Variable length array is used.
src/shared/gatt-helpers.c:1370: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:312: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/gatt-client.c: In function ‘db_hash_check_read_cb’:
src/shared/gatt-client.c:2028:29: error: unused variable ‘op’ [-Werror=unused-variable]
 2028 |  struct service_changed_op *op;
      |                             ^~
src/shared/gatt-client.c: In function ‘process_db_out_of_sync’:
src/shared/gatt-client.c:2172:29: error: unused variable ‘op’ [-Werror=unused-variable]
 2172 |  struct service_changed_op *op;
      |                             ^~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7873: src/shared/libshared_mainloop_la-gatt-client.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4243: all] Error 2
##############################
Test: bluezmakeextell - FAIL
Desc: Build Bluez with External ELL
Output:

src/shared/gatt-client.c: In function ‘db_hash_check_read_cb’:
src/shared/gatt-client.c:2028:29: error: unused variable ‘op’ [-Werror=unused-variable]
 2028 |  struct service_changed_op *op;
      |                             ^~
src/shared/gatt-client.c: In function ‘process_db_out_of_sync’:
src/shared/gatt-client.c:2172:29: error: unused variable ‘op’ [-Werror=unused-variable]
 2172 |  struct service_changed_op *op;
      |                             ^~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7873: src/shared/libshared_mainloop_la-gatt-client.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4243: 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/gatt-client.c: In function ‘db_hash_check_read_cb’:
src/shared/gatt-client.c:2028:29: error: unused variable ‘op’ [-Werror=unused-variable]
 2028 |  struct service_changed_op *op;
      |                             ^~
src/shared/gatt-client.c: In function ‘process_db_out_of_sync’:
src/shared/gatt-client.c:2172:29: error: unused variable ‘op’ [-Werror=unused-variable]
 2172 |  struct service_changed_op *op;
      |                             ^~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7873: src/shared/libshared_mainloop_la-gatt-client.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4243: all] Error 2


---
Regards,
Linux Bluetooth


  reply	other threads:[~2026-01-05 10:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-05 10:38 [PATCH v2 0/1] gatt-client:Implement error handling for DB_OUT_OF_SYNC in GATT caching Mengshi Wu
2026-01-05 10:38 ` [PATCH v2 1/1] " Mengshi Wu
2026-01-05 10:54   ` bluez.test.bot [this message]
2026-01-05 19:21   ` Luiz Augusto von Dentz
2026-01-06  6:00     ` Mengshi Wu
  -- strict thread matches above, loose matches on Subject: below --
2026-01-21  8:38 [PATCH v3 1/2] shared/att: Implement ATT error retry mechanism with callback support Mengshi Wu
2026-01-21  8:59 ` gatt-client:Implement error handling for DB_OUT_OF_SYNC in GATT caching bluez.test.bot

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=695b9856.050a0220.fdb25.0997@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