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, vlad.pruteanu@nxp.com
Subject: RE: Add support for setting bcode on bcast sink
Date: Tue, 20 Aug 2024 08:54:43 -0700 (PDT)	[thread overview]
Message-ID: <66c4bc43.050a0220.c15f3.62c6@mx.google.com> (raw)
In-Reply-To: <20240820103918.24246-2-vlad.pruteanu@nxp.com>

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

---Test result---

Test Summary:
CheckPatch                    PASS      3.79 seconds
GitLint                       PASS      2.60 seconds
BuildEll                      PASS      24.77 seconds
BluezMake                     PASS      1755.43 seconds
MakeCheck                     FAIL      13.18 seconds
MakeDistcheck                 FAIL      161.22 seconds
CheckValgrind                 FAIL      253.71 seconds
CheckSmatch                   WARNING   358.86 seconds
bluezmakeextell               PASS      120.62 seconds
IncrementalBuild              PASS      13060.40 seconds
ScanBuild                     PASS      1016.95 seconds

Details
##############################
Test: MakeCheck - FAIL
Desc: Run Bluez Make Check
Output:

make[3]: *** [Makefile:11764: test-suite.log] Error 1
make[2]: *** [Makefile:11872: check-TESTS] Error 2
make[1]: *** [Makefile:12301: check-am] Error 2
make: *** [Makefile:12303: check] Error 2
##############################
Test: MakeDistcheck - FAIL
Desc: Run Bluez Make Distcheck
Output:

Package cups was not found in the pkg-config search path.
Perhaps you should add the directory containing `cups.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cups' found
make[4]: *** [Makefile:11764: test-suite.log] Error 1
make[3]: *** [Makefile:11872: check-TESTS] Error 2
make[2]: *** [Makefile:12301: check-am] Error 2
make[1]: *** [Makefile:12303: check] Error 2
make: *** [Makefile:12224: distcheck] Error 1
##############################
Test: CheckValgrind - FAIL
Desc: Run Bluez Make Check with Valgrind
Output:

tools/mgmt-tester.c: In function ‘main’:
tools/mgmt-tester.c:12725:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
12725 | int main(int argc, char *argv[])
      |     ^~~~
make[3]: *** [Makefile:11764: test-suite.log] Error 1
make[2]: *** [Makefile:11872: check-TESTS] Error 2
make[1]: *** [Makefile:12301: check-am] Error 2
make: *** [Makefile:12303: check] Error 2
##############################
Test: CheckSmatch - WARNING
Desc: Run smatch tool with source
Output:
src/shared/bap.c:288:25: warning: array of flexible structuressrc/shared/bap.c: note: in included file:./src/shared/ascs.h:88:25: warning: array of flexible structuressrc/shared/bap.c:288:25: warning: array of flexible structuressrc/shared/bap.c: note: in included file:./src/shared/ascs.h:88:25: warning: array of flexible structuressrc/shared/bap.c:288:25: warning: array of flexible structuressrc/shared/bap.c: note: in included file:./src/shared/ascs.h:88:25: warning: array of flexible structures


---
Regards,
Linux Bluetooth


  reply	other threads:[~2024-08-20 15:54 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-20 10:39 [PATCH BlueZ 0/8] Add support for setting bcode on bcast sink Vlad Pruteanu
2024-08-20 10:39 ` [PATCH BlueZ 1/8] doc/media: Add Encryption and BCode fields to QoS property Vlad Pruteanu
2024-08-20 15:54   ` bluez.test.bot [this message]
2024-08-20 10:39 ` [PATCH BlueZ 2/8] transport: Make get_bcast_qos return the encryption flag Vlad Pruteanu
2024-08-20 10:39 ` [PATCH BlueZ 3/8] gdbus: Add g_dbus_proxy_set_property_dict Vlad Pruteanu
2024-08-20 10:39 ` [PATCH BlueZ 4/8] doc/media: Make QoS property readwrite Vlad Pruteanu
2024-08-20 10:39 ` [PATCH BlueZ 5/8] transport: Add set_bcast_qos method Vlad Pruteanu
2024-08-20 14:44   ` Luiz Augusto von Dentz
2024-08-20 10:39 ` [PATCH BlueZ 6/8] shared/bap: Enable set qos method for BT_BAP_BCAST_SINK stream Vlad Pruteanu
2024-08-20 10:39 ` [PATCH BlueZ 7/8] client/player: Prompt the user to enter the bcode Vlad Pruteanu
2024-08-20 10:39 ` [PATCH BlueZ 8/8] bap: Refresh qos stored in setup before doing BIG sync Vlad Pruteanu
  -- strict thread matches above, loose matches on Subject: below --
2024-08-22 13:12 [PATCH BlueZ v2 1/8] doc/media: Add Encryption and BCode fields to QoS property Vlad Pruteanu
2024-08-22 18:10 ` Add support for setting bcode on bcast sink bluez.test.bot
2024-08-29  9:51 [PATCH BlueZ v2 1/8] doc/media: Add Encryption and BCode fields to QoS property Vlad Pruteanu
2024-08-29 14:56 ` Add support for setting bcode on bcast sink 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=66c4bc43.050a0220.c15f3.62c6@mx.google.com \
    --to=bluez.test.bot@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=vlad.pruteanu@nxp.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