All of lore.kernel.org
 help / color / mirror / Atom feed
From: bluez.test.bot@gmail.com
To: linux-bluetooth@vger.kernel.org, luiz.dentz@gmail.com
Subject: RE: [v1,1/5] Bluetooth: hci_core: Remove usage of hci_req_sync
Date: Mon, 01 Jul 2024 14:58:49 -0700 (PDT)	[thread overview]
Message-ID: <66832699.050a0220.6be26.fc8a@mx.google.com> (raw)
In-Reply-To: <20240701211538.1420913-1-luiz.dentz@gmail.com>

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

---Test result---

Test Summary:
CheckPatch                    FAIL      6.56 seconds
GitLint                       PASS      1.41 seconds
SubjectPrefix                 PASS      0.52 seconds
BuildKernel                   PASS      30.40 seconds
CheckAllWarning               WARNING   33.38 seconds
CheckSparse                   WARNING   39.04 seconds
CheckSmatch                   WARNING   103.14 seconds
BuildKernel32                 PASS      29.41 seconds
TestRunnerSetup               PASS      542.03 seconds
TestRunner_l2cap-tester       PASS      20.59 seconds
TestRunner_iso-tester         PASS      42.01 seconds
TestRunner_bnep-tester        PASS      4.86 seconds
TestRunner_mgmt-tester        FAIL      116.25 seconds
TestRunner_rfcomm-tester      PASS      7.83 seconds
TestRunner_sco-tester         PASS      15.12 seconds
TestRunner_ioctl-tester       PASS      8.05 seconds
TestRunner_mesh-tester        PASS      6.00 seconds
TestRunner_smp-tester         PASS      7.35 seconds
TestRunner_userchan-tester    PASS      5.15 seconds
IncrementalBuild              FAIL      75.24 seconds

Details
##############################
Test: CheckPatch - FAIL
Desc: Run checkpatch.pl script
Output:
[v1,5/5] Bluetooth: Remove hci_request.{c,h}
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#192: 
deleted file mode 100644

total: 0 errors, 1 warnings, 0 checks, 61 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

/github/workspace/src/src/13718647.patch has style problems, please review.

NOTE: Ignored message types: UNKNOWN_COMMIT_ID

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.


##############################
Test: CheckAllWarning - WARNING
Desc: Run linux kernel with all warning enabled
Output:
net/bluetooth/hci_core.c: In function ‘hci_inquiry’:net/bluetooth/hci_core.c:320:7: warning: variable ‘timeo’ set but not used [-Wunused-but-set-variable]  320 |  long timeo;      |       ^~~~~net/bluetooth/hci_core.c: In function ‘hci_inquiry’:net/bluetooth/hci_core.c:320:7: warning: variable ‘timeo’ set but not used [-Wunused-but-set-variable]  320 |  long timeo;      |       ^~~~~net/bluetooth/hci_core.c: In function ‘hci_inquiry’:net/bluetooth/hci_core.c:320:7: warning: variable ‘timeo’ set but not used [-Wunused-but-set-variable]  320 |  long timeo;      |       ^~~~~net/bluetooth/hci_core.c: In function ‘hci_inquiry’:net/bluetooth/hci_core.c:320:7: warning: variable ‘timeo’ set but not used [-Wunused-but-set-variable]  320 |  long timeo;      |       ^~~~~
##############################
Test: CheckSparse - WARNING
Desc: Run sparse tool with linux kernel
Output:
net/bluetooth/hci_event.c: note: in included file (through include/net/bluetooth/hci_core.h):
##############################
Test: CheckSmatch - WARNING
Desc: Run smatch tool with source
Output:
net/bluetooth/hci_event.c: note: in included file (through include/net/bluetooth/hci_core.h):
##############################
Test: TestRunner_mgmt-tester - FAIL
Desc: Run mgmt-tester with test-runner
Output:
Total: 492, Passed: 489 (99.4%), Failed: 1, Not Run: 2

Failed Test Cases
LL Privacy - Add Device 4 (2 Devices to AL)          Failed       0.168 seconds
##############################
Test: IncrementalBuild - FAIL
Desc: Incremental build with the patches in the series
Output:
[v1,4/5] Bluetooth: hci_sync: Remove remaining dependencies of hci_request

In file included from net/bluetooth/hci_core.c:43:
net/bluetooth/hci_request.h:32:8: error: redefinition of ‘struct hci_request’
   32 | struct hci_request {
      |        ^~~~~~~~~~~
In file included from ./include/net/bluetooth/hci_core.h:34,
                 from net/bluetooth/hci_core.c:39:
./include/net/bluetooth/hci_sync.h:18:8: note: originally defined here
   18 | struct hci_request {
      |        ^~~~~~~~~~~
make[4]: *** [scripts/Makefile.build:244: net/bluetooth/hci_core.o] Error 1
make[3]: *** [scripts/Makefile.build:485: net/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:485: net] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/github/workspace/src/src/Makefile:1934: .] Error 2
make: *** [Makefile:240: __sub-make] Error 2


---
Regards,
Linux Bluetooth


      parent reply	other threads:[~2024-07-01 21:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-01 21:15 [PATCH v1 1/5] Bluetooth: hci_core: Remove usage of hci_req_sync Luiz Augusto von Dentz
2024-07-01 21:15 ` [PATCH v1 2/5] Bluetooth: hci_core: Don't use hci_prepare_cmd Luiz Augusto von Dentz
2024-07-01 21:15 ` [PATCH v1 3/5] Bluetooth: hci_sync: Move handling of interleave_scan Luiz Augusto von Dentz
2024-07-01 21:15 ` [PATCH v1 4/5] Bluetooth: hci_sync: Remove remaining dependencies of hci_request Luiz Augusto von Dentz
2024-07-01 21:15 ` [PATCH v1 5/5] Bluetooth: Remove hci_request.{c,h} Luiz Augusto von Dentz
2024-07-01 21:58 ` 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=66832699.050a0220.6be26.fc8a@mx.google.com \
    --to=bluez.test.bot@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=luiz.dentz@gmail.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 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.