All of lore.kernel.org
 help / color / mirror / Atom feed
From: bluez.test.bot@gmail.com
To: linux-bluetooth@vger.kernel.org, pav@iki.fi
Subject: RE: mcp: support multiple MCP and implement local GMCS
Date: Tue, 09 Dec 2025 13:34:52 -0800 (PST)	[thread overview]
Message-ID: <693895fc.050a0220.2ddf34.a205@mx.google.com> (raw)
In-Reply-To: <9a051c44736af25754990fd742f1c8446881c958.1765314903.git.pav@iki.fi>

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

---Test result---

Test Summary:
CheckPatch                    PENDING   0.36 seconds
GitLint                       PENDING   0.35 seconds
BuildEll                      PASS      18.25 seconds
BluezMake                     FAIL      16.21 seconds
MakeCheck                     FAIL      34.39 seconds
MakeDistcheck                 FAIL      38.50 seconds
CheckValgrind                 FAIL      13.11 seconds
CheckSmatch                   FAIL      16.43 seconds
bluezmakeextell               FAIL      10.86 seconds
IncrementalBuild              PENDING   0.41 seconds
ScanBuild                     FAIL      26.63 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/mcp.c: In function ‘write_media_cp’:
src/shared/mcp.c:40:2: error: ‘cmd’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
   40 |  mcs_debug(mcs, "%s:%s() mcs %p | " fmt, __FILE__, __func__, mcs, \
      |  ^~~~~~~~~
src/shared/mcp.c:320:28: note: ‘cmd’ was declared here
  320 |  const struct mcs_command *cmd;
      |                            ^~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7857: src/shared/libshared_mainloop_la-mcp.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4213: all] Error 2
##############################
Test: MakeCheck - FAIL
Desc: Run Bluez Make Check
Output:

src/shared/mcp.c: In function ‘write_media_cp’:
src/shared/mcp.c:40:2: error: ‘cmd’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
   40 |  mcs_debug(mcs, "%s:%s() mcs %p | " fmt, __FILE__, __func__, mcs, \
      |  ^~~~~~~~~
src/shared/mcp.c:320:28: note: ‘cmd’ was declared here
  320 |  const struct mcs_command *cmd;
      |                            ^~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7591: src/shared/libshared_glib_la-mcp.lo] Error 1
make: *** [Makefile:10922: check] Error 2
##############################
Test: MakeDistcheck - FAIL
Desc: Run Bluez Make Distcheck
Output:

../../profiles/audio/mcp.c:58:10: fatal error: uinput-util.h: No such file or directory
   58 | #include "uinput-util.h"
      |          ^~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:9222: profiles/audio/bluetoothd-mcp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:4213: all] Error 2
make: *** [Makefile:10843: distcheck] Error 1
##############################
Test: CheckValgrind - FAIL
Desc: Run Bluez Make Check with Valgrind
Output:

src/shared/mcp.c: In function ‘write_media_cp’:
src/shared/mcp.c:40:2: error: ‘cmd’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
   40 |  mcs_debug(mcs, "%s:%s() mcs %p | " fmt, __FILE__, __func__, mcs, \
      |  ^~~~~~~~~
src/shared/mcp.c:320:28: note: ‘cmd’ was declared here
  320 |  const struct mcs_command *cmd;
      |                            ^~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7857: src/shared/libshared_mainloop_la-mcp.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:10922: 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/mcp.c: In function ‘write_media_cp’:
src/shared/mcp.c:40:2: error: ‘cmd’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
   40 |  mcs_debug(mcs, "%s:%s() mcs %p | " fmt, __FILE__, __func__, mcs, \
      |  ^~~~~~~~~
src/shared/mcp.c:320:28: note: ‘cmd’ was declared here
  320 |  const struct mcs_command *cmd;
      |                            ^~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7857: src/shared/libshared_mainloop_la-mcp.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4213: all] Error 2
##############################
Test: bluezmakeextell - FAIL
Desc: Build Bluez with External ELL
Output:

src/shared/mcp.c: In function ‘write_media_cp’:
src/shared/mcp.c:40:2: error: ‘cmd’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
   40 |  mcs_debug(mcs, "%s:%s() mcs %p | " fmt, __FILE__, __func__, mcs, \
      |  ^~~~~~~~~
src/shared/mcp.c:320:28: note: ‘cmd’ was declared here
  320 |  const struct mcs_command *cmd;
      |                            ^~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7857: src/shared/libshared_mainloop_la-mcp.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4213: 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/mcp.c: In function ‘write_media_cp’:
src/shared/mcp.c:40:2: error: ‘cmd’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
   40 |  mcs_debug(mcs, "%s:%s() mcs %p | " fmt, __FILE__, __func__, mcs, \
      |  ^~~~~~~~~
src/shared/mcp.c:320:28: note: ‘cmd’ was declared here
  320 |  const struct mcs_command *cmd;
      |                            ^~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:7857: src/shared/libshared_mainloop_la-mcp.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
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/bap.c:1529:8: warning: Use of memory after it is freed
        bap = bt_bap_ref_safe(bap);
              ^~~~~~~~~~~~~~~~~~~~
src/shared/bap.c:2323:20: warning: Use of memory after it is freed
        return queue_find(stream->bap->streams, NULL, stream);
                          ^~~~~~~~~~~~~~~~~~~~
2 warnings generated.
make: *** [Makefile:4213: all] Error 2


---
Regards,
Linux Bluetooth


  reply	other threads:[~2025-12-09 21:34 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-09 21:15 [PATCH BlueZ 0/6] mcp: support multiple MCP and implement local GMCS Pauli Virtanen
2025-12-09 21:15 ` [PATCH BlueZ 1/6] shared/mcp: support multiple MCP, and add non-stub MCS server Pauli Virtanen
2025-12-09 21:34   ` bluez.test.bot [this message]
2025-12-09 21:15 ` [PATCH BlueZ 2/6] test-mcp: add tests for MCP / MCS Pauli Virtanen
2025-12-09 21:15 ` [PATCH BlueZ 3/6] mcp: adapt to new MCP API to support multiple remote MCS services Pauli Virtanen
2025-12-09 21:26   ` Pauli Virtanen
2025-12-09 21:15 ` [PATCH BlueZ 4/6] avctp: move uinput utilities to uinput-util.c Pauli Virtanen
2025-12-09 21:15 ` [PATCH BlueZ 5/6] mcp: add local GMCS service that emits uinput media keys Pauli Virtanen
2025-12-09 21:15 ` [PATCH BlueZ 6/6] shared/gatt-client: fix notify_data leak in notify_data_write_ccc Pauli Virtanen
  -- strict thread matches above, loose matches on Subject: below --
2025-12-10 15:44 [PATCH BlueZ v2.. 1/7] shared/mcp: support multiple MCP, and add non-stub MCS server Pauli Virtanen
2025-12-10 16:20 ` mcp: support multiple MCP and implement local GMCS bluez.test.bot
2025-12-10 16:13 [PATCH BlueZ v3 1/7] shared/mcp: support multiple MCP, and add non-stub MCS server Pauli Virtanen
2025-12-10 17:21 ` mcp: support multiple MCP and implement local GMCS bluez.test.bot
2025-12-11 19:08 [PATCH BlueZ v4 1/7] shared/mcp: support multiple MCP, and add non-stub MCS server Pauli Virtanen
2025-12-11 19:44 ` mcp: support multiple MCP and implement local GMCS bluez.test.bot
2025-12-12 20:12 [PATCH BlueZ v6 1/9] shared/mcp, mcp: support multiple MCP, and add non-stub MCS server Pauli Virtanen
2025-12-12 20:29 ` mcp: support multiple MCP and implement local GMCS bluez.test.bot
2025-12-12 20:45 [PATCH BlueZ v7 1/9] shared/mcp, mcp: support multiple MCP, and add non-stub MCS server Pauli Virtanen
2025-12-12 21:37 ` mcp: support multiple MCP and implement local GMCS 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=693895fc.050a0220.2ddf34.a205@mx.google.com \
    --to=bluez.test.bot@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=pav@iki.fi \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.