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, prathibha.madugonde@oss.qualcomm.com
Subject: RE: Add Bluetooth Ranging Service (RAS) support
Date: Tue, 27 Jan 2026 02:22:07 -0800 (PST)	[thread overview]
Message-ID: <697891cf.050a0220.1575ec.73ea@mx.google.com> (raw)
In-Reply-To: <20260127100320.3055119-2-prathibha.madugonde@oss.qualcomm.com>

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

---Test result---

Test Summary:
CheckPatch                    PENDING   0.36 seconds
GitLint                       PENDING   0.39 seconds
BuildEll                      PASS      20.21 seconds
BluezMake                     FAIL      19.08 seconds
MakeCheck                     FAIL      42.00 seconds
MakeDistcheck                 PASS      246.56 seconds
CheckValgrind                 FAIL      15.60 seconds
CheckSmatch                   FAIL      21.92 seconds
bluezmakeextell               FAIL      13.90 seconds
IncrementalBuild              PENDING   0.34 seconds
ScanBuild                     FAIL      35.98 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/rap.c:135:13: error: no previous declaration for ‘rap_get_ras’ [-Werror=missing-declarations]
  135 | struct ras *rap_get_ras(struct bt_rap *rap)
      |             ^~~~~~~~~~~
src/shared/rap.c:636:21: error: ‘bt_rap_register_notify’ defined but not used [-Werror=unused-function]
  636 | static unsigned int bt_rap_register_notify(struct bt_rap *rap,
      |                     ^~~~~~~~~~~~~~~~~~~~~~
src/shared/rap.c:598:13: error: ‘rap_pending_complete’ defined but not used [-Werror=unused-function]
  598 | static void rap_pending_complete(bool success, uint8_t att_ecode,
      |             ^~~~~~~~~~~~~~~~~~~~
src/shared/rap.c:589:13: error: ‘rap_pending_destroy’ defined but not used [-Werror=unused-function]
  589 | static void rap_pending_destroy(void *data)
      |             ^~~~~~~~~~~~~~~~~~~
src/shared/rap.c:301:13: error: ‘ras_realtime_read_cb’ defined but not used [-Werror=unused-function]
  301 | static void ras_realtime_read_cb(struct gatt_db_attribute *attrib,
      |             ^~~~~~~~~~~~~~~~~~~~
src/shared/rap.c:124:26: error: ‘rap_get_rapdb’ defined but not used [-Werror=unused-function]
  124 | static struct bt_rap_db *rap_get_rapdb(struct bt_rap *rap)
      |                          ^~~~~~~~~~~~~
src/shared/rap.c:117:13: error: ‘on_demand_enabled’ defined but not used [-Werror=unused-variable]
  117 | static bool on_demand_enabled;
      |             ^~~~~~~~~~~~~~~~~
src/shared/rap.c:116:13: error: ‘real_time_enabled’ defined but not used [-Werror=unused-variable]
  116 | static bool real_time_enabled;
      |             ^~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:8069: src/shared/libshared_mainloop_la-rap.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4272: all] Error 2
##############################
Test: MakeCheck - FAIL
Desc: Run Bluez Make Check
Output:

src/shared/rap.c:135:13: error: no previous declaration for ‘rap_get_ras’ [-Werror=missing-declarations]
  135 | struct ras *rap_get_ras(struct bt_rap *rap)
      |             ^~~~~~~~~~~
src/shared/rap.c:636:21: error: ‘bt_rap_register_notify’ defined but not used [-Werror=unused-function]
  636 | static unsigned int bt_rap_register_notify(struct bt_rap *rap,
      |                     ^~~~~~~~~~~~~~~~~~~~~~
src/shared/rap.c:598:13: error: ‘rap_pending_complete’ defined but not used [-Werror=unused-function]
  598 | static void rap_pending_complete(bool success, uint8_t att_ecode,
      |             ^~~~~~~~~~~~~~~~~~~~
src/shared/rap.c:589:13: error: ‘rap_pending_destroy’ defined but not used [-Werror=unused-function]
  589 | static void rap_pending_destroy(void *data)
      |             ^~~~~~~~~~~~~~~~~~~
src/shared/rap.c:301:13: error: ‘ras_realtime_read_cb’ defined but not used [-Werror=unused-function]
  301 | static void ras_realtime_read_cb(struct gatt_db_attribute *attrib,
      |             ^~~~~~~~~~~~~~~~~~~~
src/shared/rap.c:124:26: error: ‘rap_get_rapdb’ defined but not used [-Werror=unused-function]
  124 | static struct bt_rap_db *rap_get_rapdb(struct bt_rap *rap)
      |                          ^~~~~~~~~~~~~
src/shared/rap.c:117:13: error: ‘on_demand_enabled’ defined but not used [-Werror=unused-variable]
  117 | static bool on_demand_enabled;
      |             ^~~~~~~~~~~~~~~~~
src/shared/rap.c:116:13: error: ‘real_time_enabled’ defined but not used [-Werror=unused-variable]
  116 | static bool real_time_enabled;
      |             ^~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7789: src/shared/libshared_glib_la-rap.lo] Error 1
make: *** [Makefile:11120: check] Error 2
##############################
Test: CheckValgrind - FAIL
Desc: Run Bluez Make Check with Valgrind
Output:

src/shared/rap.c:135:13: error: no previous declaration for ‘rap_get_ras’ [-Werror=missing-declarations]
  135 | struct ras *rap_get_ras(struct bt_rap *rap)
      |             ^~~~~~~~~~~
src/shared/rap.c:636:21: error: ‘bt_rap_register_notify’ defined but not used [-Werror=unused-function]
  636 | static unsigned int bt_rap_register_notify(struct bt_rap *rap,
      |                     ^~~~~~~~~~~~~~~~~~~~~~
src/shared/rap.c:598:13: error: ‘rap_pending_complete’ defined but not used [-Werror=unused-function]
  598 | static void rap_pending_complete(bool success, uint8_t att_ecode,
      |             ^~~~~~~~~~~~~~~~~~~~
src/shared/rap.c:589:13: error: ‘rap_pending_destroy’ defined but not used [-Werror=unused-function]
  589 | static void rap_pending_destroy(void *data)
      |             ^~~~~~~~~~~~~~~~~~~
src/shared/rap.c:301:13: error: ‘ras_realtime_read_cb’ defined but not used [-Werror=unused-function]
  301 | static void ras_realtime_read_cb(struct gatt_db_attribute *attrib,
      |             ^~~~~~~~~~~~~~~~~~~~
src/shared/rap.c:124:26: error: ‘rap_get_rapdb’ defined but not used [-Werror=unused-function]
  124 | static struct bt_rap_db *rap_get_rapdb(struct bt_rap *rap)
      |                          ^~~~~~~~~~~~~
src/shared/rap.c:117:13: error: ‘on_demand_enabled’ defined but not used [-Werror=unused-variable]
  117 | static bool on_demand_enabled;
      |             ^~~~~~~~~~~~~~~~~
src/shared/rap.c:116:13: error: ‘real_time_enabled’ defined but not used [-Werror=unused-variable]
  116 | static bool real_time_enabled;
      |             ^~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:8069: src/shared/libshared_mainloop_la-rap.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:11120: 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:830:31: warning: Variable length array is used.
src/shared/gatt-helpers.c:1323:31: warning: Variable length array is used.
src/shared/gatt-helpers.c:1354: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/shell.c: note: in included file (through /usr/include/readline/readline.h):
/usr/include/readline/rltypedefs.h:35:23: warning: non-ANSI function declaration of function 'Function'
/usr/include/readline/rltypedefs.h:36:25: warning: non-ANSI function declaration of function 'VFunction'
/usr/include/readline/rltypedefs.h:37:27: warning: non-ANSI function declaration of function 'CPFunction'
/usr/include/readline/rltypedefs.h:38:29: warning: non-ANSI function declaration of function 'CPPFunction'
src/shared/rap.c:135:13: error: no previous declaration for ‘rap_get_ras’ [-Werror=missing-declarations]
  135 | struct ras *rap_get_ras(struct bt_rap *rap)
      |             ^~~~~~~~~~~
src/shared/rap.c:636:21: error: ‘bt_rap_register_notify’ defined but not used [-Werror=unused-function]
  636 | static unsigned int bt_rap_register_notify(struct bt_rap *rap,
      |                     ^~~~~~~~~~~~~~~~~~~~~~
src/shared/rap.c:598:13: error: ‘rap_pending_complete’ defined but not used [-Werror=unused-function]
  598 | static void rap_pending_complete(bool success, uint8_t att_ecode,
      |             ^~~~~~~~~~~~~~~~~~~~
src/shared/rap.c:589:13: error: ‘rap_pending_destroy’ defined but not used [-Werror=unused-function]
  589 | static void rap_pending_destroy(void *data)
      |             ^~~~~~~~~~~~~~~~~~~
src/shared/rap.c:301:13: error: ‘ras_realtime_read_cb’ defined but not used [-Werror=unused-function]
  301 | static void ras_realtime_read_cb(struct gatt_db_attribute *attrib,
      |             ^~~~~~~~~~~~~~~~~~~~
src/shared/rap.c:124:26: error: ‘rap_get_rapdb’ defined but not used [-Werror=unused-function]
  124 | static struct bt_rap_db *rap_get_rapdb(struct bt_rap *rap)
      |                          ^~~~~~~~~~~~~
src/shared/rap.c:117:13: error: ‘on_demand_enabled’ defined but not used [-Werror=unused-variable]
  117 | static bool on_demand_enabled;
      |             ^~~~~~~~~~~~~~~~~
src/shared/rap.c:116:13: error: ‘real_time_enabled’ defined but not used [-Werror=unused-variable]
  116 | static bool real_time_enabled;
      |             ^~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:8069: src/shared/libshared_mainloop_la-rap.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4272: all] Error 2
##############################
Test: bluezmakeextell - FAIL
Desc: Build Bluez with External ELL
Output:

src/shared/rap.c:135:13: error: no previous declaration for ‘rap_get_ras’ [-Werror=missing-declarations]
  135 | struct ras *rap_get_ras(struct bt_rap *rap)
      |             ^~~~~~~~~~~
src/shared/rap.c:636:21: error: ‘bt_rap_register_notify’ defined but not used [-Werror=unused-function]
  636 | static unsigned int bt_rap_register_notify(struct bt_rap *rap,
      |                     ^~~~~~~~~~~~~~~~~~~~~~
src/shared/rap.c:598:13: error: ‘rap_pending_complete’ defined but not used [-Werror=unused-function]
  598 | static void rap_pending_complete(bool success, uint8_t att_ecode,
      |             ^~~~~~~~~~~~~~~~~~~~
src/shared/rap.c:589:13: error: ‘rap_pending_destroy’ defined but not used [-Werror=unused-function]
  589 | static void rap_pending_destroy(void *data)
      |             ^~~~~~~~~~~~~~~~~~~
src/shared/rap.c:301:13: error: ‘ras_realtime_read_cb’ defined but not used [-Werror=unused-function]
  301 | static void ras_realtime_read_cb(struct gatt_db_attribute *attrib,
      |             ^~~~~~~~~~~~~~~~~~~~
src/shared/rap.c:124:26: error: ‘rap_get_rapdb’ defined but not used [-Werror=unused-function]
  124 | static struct bt_rap_db *rap_get_rapdb(struct bt_rap *rap)
      |                          ^~~~~~~~~~~~~
src/shared/rap.c:117:13: error: ‘on_demand_enabled’ defined but not used [-Werror=unused-variable]
  117 | static bool on_demand_enabled;
      |             ^~~~~~~~~~~~~~~~~
src/shared/rap.c:116:13: error: ‘real_time_enabled’ defined but not used [-Werror=unused-variable]
  116 | static bool real_time_enabled;
      |             ^~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:8069: src/shared/libshared_mainloop_la-rap.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4272: 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:451:21: warning: Use of memory after it is freed
        gatt_db_unregister(op->client->db, op->db_id);
                           ^~~~~~~~~~
src/shared/gatt-client.c:696:2: warning: Use of memory after it is freed
        discovery_op_complete(op, false, att_ecode);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/shared/gatt-client.c:996:2: warning: Use of memory after it is freed
        discovery_op_complete(op, success, att_ecode);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/shared/gatt-client.c:1102:2: warning: Use of memory after it is freed
        discovery_op_complete(op, success, att_ecode);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/shared/gatt-client.c:1296:2: warning: Use of memory after it is freed
        discovery_op_complete(op, success, att_ecode);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/shared/gatt-client.c:1361:2: warning: Use of memory after it is freed
        discovery_op_complete(op, success, att_ecode);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/shared/gatt-client.c:1636:6: warning: Use of memory after it is freed
        if (read_db_hash(op)) {
            ^~~~~~~~~~~~~~~~
src/shared/gatt-client.c:1641:2: warning: Use of memory after it is freed
        discover_all(op);
        ^~~~~~~~~~~~~~~~
src/shared/gatt-client.c:1697:56: warning: Use of memory after it is freed
        notify_data->chrc->ccc_write_id = notify_data->att_id = att_id;
                                          ~~~~~~~~~~~~~~~~~~~ ^
src/shared/gatt-client.c:2150:6: warning: Use of memory after it is freed
        if (read_db_hash(op)) {
            ^~~~~~~~~~~~~~~~
src/shared/gatt-client.c:2158:8: warning: Use of memory after it is freed
                                                        discovery_op_ref(op),
                                                        ^~~~~~~~~~~~~~~~~~~~
src/shared/gatt-client.c:3183:2: warning: Use of memory after it is freed
        complete_write_long_op(req, success, 0, false);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/shared/gatt-client.c:3205:2: warning: Use of memory after it is freed
        request_unref(req);
        ^~~~~~~~~~~~~~~~~~
13 warnings generated.
src/shared/rap.c:135:13: error: no previous declaration for ‘rap_get_ras’ [-Werror=missing-declarations]
  135 | struct ras *rap_get_ras(struct bt_rap *rap)
      |             ^~~~~~~~~~~
src/shared/rap.c:636:21: error: ‘bt_rap_register_notify’ defined but not used [-Werror=unused-function]
  636 | static unsigned int bt_rap_register_notify(struct bt_rap *rap,
      |                     ^~~~~~~~~~~~~~~~~~~~~~
src/shared/rap.c:598:13: error: ‘rap_pending_complete’ defined but not used [-Werror=unused-function]
  598 | static void rap_pending_complete(bool success, uint8_t att_ecode,
      |             ^~~~~~~~~~~~~~~~~~~~
src/shared/rap.c:589:13: error: ‘rap_pending_destroy’ defined but not used [-Werror=unused-function]
  589 | static void rap_pending_destroy(void *data)
      |             ^~~~~~~~~~~~~~~~~~~
src/shared/rap.c:301:13: error: ‘ras_realtime_read_cb’ defined but not used [-Werror=unused-function]
  301 | static void ras_realtime_read_cb(struct gatt_db_attribute *attrib,
      |             ^~~~~~~~~~~~~~~~~~~~
src/shared/rap.c:124:26: error: ‘rap_get_rapdb’ defined but not used [-Werror=unused-function]
  124 | static struct bt_rap_db *rap_get_rapdb(struct bt_rap *rap)
      |                          ^~~~~~~~~~~~~
src/shared/rap.c:117:13: error: ‘on_demand_enabled’ defined but not used [-Werror=unused-variable]
  117 | static bool on_demand_enabled;
      |             ^~~~~~~~~~~~~~~~~
src/shared/rap.c:116:13: error: ‘real_time_enabled’ defined but not used [-Werror=unused-variable]
  116 | static bool real_time_enabled;
      |             ^~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7523: src/shared/libshared_ell_la-rap.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
src/shared/bap.c:1529:8: warning: Use of memory after it is freed
        bap = bt_bap_ref_safe(bap);
              ^~~~~~~~~~~~~~~~~~~~
src/shared/bap.c:2340:20: warning: Use of memory after it is freed
        return queue_find(stream->bap->streams, NULL, stream);
                          ^~~~~~~~~~~~~~~~~~~~
2 warnings generated.
make: *** [Makefile:4272: all] Error 2


---
Regards,
Linux Bluetooth


  reply	other threads:[~2026-01-27 10:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-27 10:03 [PATCH BlueZ v3 0/5] Add Bluetooth Ranging Service (RAS) support Prathibha Madugonde
2026-01-27 10:03 ` [PATCH BlueZ v3 1/5] lib/uuid: Add RAS service and characteristic UUIDs Prathibha Madugonde
2026-01-27 10:22   ` bluez.test.bot [this message]
2026-01-27 10:03 ` [PATCH BlueZ v3 2/5] monitor: Add support for Ranging Service (RAS) Prathibha Madugonde
2026-01-27 10:03 ` [PATCH BlueZ v3 3/5] Implement the Bluetooth Ranging Profile GATT server and client support as specified by the Bluetooth SIG: Prathibha Madugonde
2026-01-27 10:03 ` [PATCH BlueZ v3 4/5] unit: Add test cases for Ranging Profile (RAP) Prathibha Madugonde
2026-01-27 10:03 ` [PATCH BlueZ v3 5/5] profiles: Add Ranging Profile (RAP) implementation Prathibha Madugonde
  -- strict thread matches above, loose matches on Subject: below --
2026-01-27 15:54 [PATCH BlueZ v4 1/5] lib/uuid: Add RAS service and characteristic UUIDs Prathibha Madugonde
2026-01-27 16:34 ` Add Bluetooth Ranging Service (RAS) support bluez.test.bot
2026-01-27  7:47 [PATCH BlueZ v2 1/5] lib/uuid: Add RAS service and characteristic UUIDs Prathibha Madugonde
2026-01-27  7:54 ` Add Bluetooth Ranging Service (RAS) support bluez.test.bot
2026-01-27  6:47 [PATCH BlueZ v1 1/5] lib/uuid: Add RAS service and characteristic UUIDs Prathibha Madugonde
2026-01-27  7:04 ` Add Bluetooth Ranging Service (RAS) support 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=697891cf.050a0220.1575ec.73ea@mx.google.com \
    --to=bluez.test.bot@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=prathibha.madugonde@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