linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: bluez.test.bot@gmail.com
To: linux-bluetooth@vger.kernel.org, devnull+yang.li.amlogic.com@kernel.org
Subject: RE: [BlueZ,bluez,v2] bap: fixed issue of muting music silent after pause and resume.
Date: Fri, 07 Feb 2025 19:42:56 -0800 (PST)	[thread overview]
Message-ID: <67a6d2c0.050a0220.f59bc.bd07@mx.google.com> (raw)
In-Reply-To: <20250208-ascs_bug-v2-1-b7e062d6604d@amlogic.com>

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

---Test result---

Test Summary:
CheckPatch                    PENDING   0.23 seconds
GitLint                       PENDING   0.19 seconds
BuildEll                      PASS      21.02 seconds
BluezMake                     FAIL      19.86 seconds
MakeCheck                     FAIL      33.93 seconds
MakeDistcheck                 PASS      164.31 seconds
CheckValgrind                 FAIL      16.21 seconds
CheckSmatch                   FAIL      23.49 seconds
bluezmakeextell               FAIL      13.96 seconds
IncrementalBuild              PENDING   0.23 seconds
ScanBuild                     PASS      904.77 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/bap.c: In function ‘stream_notify_ase_state’:
src/shared/bap.c:941:37: error: passing argument 2 of ‘gatt_db_attribute_notify’ from incompatible pointer type [-Werror=incompatible-pointer-types]
  941 |  gatt_db_attribute_notify(ep->attr, &status, sizeof(status),
      |                                     ^~~~~~~
      |                                     |
      |                                     struct bt_ascs_ase_status *
In file included from src/shared/bap.c:27:
./src/shared/gatt-db.h:296:21: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘struct bt_ascs_ase_status *’
  296 |      const uint8_t *value, size_t len,
      |      ~~~~~~~~~~~~~~~^~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:8631: src/shared/libshared_mainloop_la-bap.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4682: all] Error 2
##############################
Test: MakeCheck - FAIL
Desc: Run Bluez Make Check
Output:

src/shared/bap.c: In function ‘stream_notify_ase_state’:
src/shared/bap.c:941:37: error: passing argument 2 of ‘gatt_db_attribute_notify’ from incompatible pointer type [-Werror=incompatible-pointer-types]
  941 |  gatt_db_attribute_notify(ep->attr, &status, sizeof(status),
      |                                     ^~~~~~~
      |                                     |
      |                                     struct bt_ascs_ase_status *
In file included from src/shared/bap.c:27:
./src/shared/gatt-db.h:296:21: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘struct bt_ascs_ase_status *’
  296 |      const uint8_t *value, size_t len,
      |      ~~~~~~~~~~~~~~~^~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:8386: src/shared/libshared_glib_la-bap.lo] Error 1
make: *** [Makefile:12320: check] Error 2
##############################
Test: CheckValgrind - FAIL
Desc: Run Bluez Make Check with Valgrind
Output:

src/shared/bap.c: In function ‘stream_notify_ase_state’:
src/shared/bap.c:941:37: error: passing argument 2 of ‘gatt_db_attribute_notify’ from incompatible pointer type [-Werror=incompatible-pointer-types]
  941 |  gatt_db_attribute_notify(ep->attr, &status, sizeof(status),
      |                                     ^~~~~~~
      |                                     |
      |                                     struct bt_ascs_ase_status *
In file included from src/shared/bap.c:27:
./src/shared/gatt-db.h:296:21: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘struct bt_ascs_ase_status *’
  296 |      const uint8_t *value, size_t len,
      |      ~~~~~~~~~~~~~~~^~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:8631: src/shared/libshared_mainloop_la-bap.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:12320: 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:296: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/bap.c: In function ‘stream_notify_ase_state’:
src/shared/bap.c:941:37: error: passing argument 2 of ‘gatt_db_attribute_notify’ from incompatible pointer type [-Werror=incompatible-pointer-types]
  941 |  gatt_db_attribute_notify(ep->attr, &status, sizeof(status),
      |                                     ^~~~~~~
      |                                     |
      |                                     struct bt_ascs_ase_status *
In file included from src/shared/bap.c:27:
./src/shared/gatt-db.h:296:21: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘struct bt_ascs_ase_status *’
  296 |      const uint8_t *value, size_t len,
      |      ~~~~~~~~~~~~~~~^~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:8631: src/shared/libshared_mainloop_la-bap.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4682: all] Error 2
##############################
Test: bluezmakeextell - FAIL
Desc: Build Bluez with External ELL
Output:

src/shared/bap.c: In function ‘stream_notify_ase_state’:
src/shared/bap.c:941:37: error: passing argument 2 of ‘gatt_db_attribute_notify’ from incompatible pointer type [-Werror=incompatible-pointer-types]
  941 |  gatt_db_attribute_notify(ep->attr, &status, sizeof(status),
      |                                     ^~~~~~~
      |                                     |
      |                                     struct bt_ascs_ase_status *
In file included from src/shared/bap.c:27:
./src/shared/gatt-db.h:296:21: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘struct bt_ascs_ase_status *’
  296 |      const uint8_t *value, size_t len,
      |      ~~~~~~~~~~~~~~~^~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:8631: src/shared/libshared_mainloop_la-bap.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:4682: all] Error 2
##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:



---
Regards,
Linux Bluetooth


      reply	other threads:[~2025-02-08  3:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-08  3:05 [PATCH BlueZ bluez v2] bap: fixed issue of muting music silent after pause and resume Yang Li via B4 Relay
2025-02-08  3:42 ` 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=67a6d2c0.050a0220.f59bc.bd07@mx.google.com \
    --to=bluez.test.bot@gmail.com \
    --cc=devnull+yang.li.amlogic.com@kernel.org \
    --cc=linux-bluetooth@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).