linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: bluez.test.bot@gmail.com
To: linux-bluetooth@vger.kernel.org, josephsih@chromium.org
Subject: RE: [v1,1/3] monitor: add new Intel extended telemetry events
Date: Fri, 18 Jun 2021 01:36:34 -0700 (PDT)	[thread overview]
Message-ID: <60cc5b12.1c69fb81.5cb52.297a@mx.google.com> (raw)
In-Reply-To: <20210618155610.v1.1.I832f2d744fe2cff0d9749e24c9ec27071fa0b4ed@changeid>

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

---Test result---

Test Summary:
CheckPatch                    PASS      1.39 seconds
GitLint                       PASS      0.37 seconds
Prep - Setup ELL              PASS      46.36 seconds
Build - Prep                  PASS      0.10 seconds
Build - Configure             PASS      8.13 seconds
Build - Make                  FAIL      25.73 seconds
Make Check                    FAIL      0.65 seconds
Make Distcheck                PASS      234.86 seconds
Build w/ext ELL - Configure   PASS      7.94 seconds
Build w/ext ELL - Make        FAIL      24.90 seconds

Details
##############################
Test: CheckPatch - PASS
Desc: Run checkpatch.pl script with rule in .checkpatch.conf

##############################
Test: GitLint - PASS
Desc: Run gitlint with rule in .gitlint

##############################
Test: Prep - Setup ELL - PASS
Desc: Clone, build, and install ELL

##############################
Test: Build - Prep - PASS
Desc: Prepare environment for build

##############################
Test: Build - Configure - PASS
Desc: Configure the BlueZ source tree

##############################
Test: Build - Make - FAIL
Desc: Build the BlueZ source tree
Output:
monitor/intel.c:1386:8: error: type qualifiers ignored on function return type [-Werror=ignored-qualifiers]
 1386 | static const uint8_t process_ext_subevent(const uint8_t *data)
      |        ^~~~~
monitor/intel.c: In function ‘intel_vendor_ext_evt’:
monitor/intel.c:1426:17: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
 1426 |  uint8_t *tlv = (const uint8_t *) data;
      |                 ^
cc1: all warnings being treated as errors
make[1]: *** [Makefile:6939: monitor/intel.o] Error 1
make: *** [Makefile:4134: all] Error 2


##############################
Test: Make Check - FAIL
Desc: Run 'make check'
Output:
monitor/intel.c:1386:8: error: type qualifiers ignored on function return type [-Werror=ignored-qualifiers]
 1386 | static const uint8_t process_ext_subevent(const uint8_t *data)
      |        ^~~~~
monitor/intel.c: In function ‘intel_vendor_ext_evt’:
monitor/intel.c:1426:17: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
 1426 |  uint8_t *tlv = (const uint8_t *) data;
      |                 ^
cc1: all warnings being treated as errors
make[1]: *** [Makefile:6939: monitor/intel.o] Error 1
make: *** [Makefile:10406: check] Error 2


##############################
Test: Make Distcheck - PASS
Desc: Run distcheck to check the distribution

##############################
Test: Build w/ext ELL - Configure - PASS
Desc: Configure BlueZ source with '--enable-external-ell' configuration

##############################
Test: Build w/ext ELL - Make - FAIL
Desc: Build BlueZ source with '--enable-external-ell' configuration
Output:
monitor/intel.c:1386:8: error: type qualifiers ignored on function return type [-Werror=ignored-qualifiers]
 1386 | static const uint8_t process_ext_subevent(const uint8_t *data)
      |        ^~~~~
monitor/intel.c: In function ‘intel_vendor_ext_evt’:
monitor/intel.c:1426:17: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
 1426 |  uint8_t *tlv = (const uint8_t *) data;
      |                 ^
cc1: all warnings being treated as errors
make[1]: *** [Makefile:6939: monitor/intel.o] Error 1
make: *** [Makefile:4134: all] Error 2




---
Regards,
Linux Bluetooth


  parent reply	other threads:[~2021-06-18  8:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-18  7:57 [PATCH v1 1/3] monitor: add new Intel extended telemetry events Joseph Hwang
2021-06-18  7:57 ` [PATCH v1 2/3] adapter: read quality report feature Joseph Hwang
2021-06-18  7:57 ` [PATCH v1 3/3] adapter: set " Joseph Hwang
2021-06-18  8:36 ` bluez.test.bot [this message]
2021-06-18 18:35 ` [PATCH v1 1/3] monitor: add new Intel extended telemetry events Luiz Augusto von Dentz

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=60cc5b12.1c69fb81.5cb52.297a@mx.google.com \
    --to=bluez.test.bot@gmail.com \
    --cc=josephsih@chromium.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).