Re: [BlueZ,1/9] adv_monitor: Disable RSSIHighTimeout for SW based filtering

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Manish,

On Mon, Mar 21, 2022 at 4:53 AM <bluez.test.bot@xxxxxxxxx> wrote:
>
> 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=624998
>
> ---Test result---
>
> Test Summary:
> CheckPatch                    PASS      13.09 seconds
> GitLint                       PASS      8.89 seconds
> Prep - Setup ELL              PASS      46.69 seconds
> Build - Prep                  PASS      0.76 seconds
> Build - Configure             PASS      9.23 seconds
> Build - Make                  FAIL      1504.46 seconds
> Make Check                    FAIL      2.42 seconds
> Make Check w/Valgrind         FAIL      324.61 seconds
> Make Distcheck                FAIL      173.77 seconds
> Build w/ext ELL - Configure   PASS      9.30 seconds
> Build w/ext ELL - Make        FAIL      1466.64 seconds
> Incremental Build with patchesFAIL      4186.16 seconds
>
> Details
> ##############################
> Test: Build - Make - FAIL
> Desc: Build the BlueZ source tree
> Output:
> tools/mgmt-tester.c: In function ‘main’:
> tools/mgmt-tester.c:12364:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
> 12364 | int main(int argc, char *argv[])
>       |     ^~~~
> unit/test-avdtp.c: In function ‘main’:
> unit/test-avdtp.c:766:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
>   766 | int main(int argc, char *argv[])
>       |     ^~~~
> unit/test-avrcp.c: In function ‘main’:
> unit/test-avrcp.c:989:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
>   989 | int main(int argc, char *argv[])
>       |     ^~~~
> src/adv_monitor.c: In function ‘btd_adv_monitor_resume’:
> src/adv_monitor.c:2402:7: error: implicit declaration of function ‘btd_adv_monitor_offload_supported’; did you mean ‘btd_adv_monitor_offload_enabled’? [-Werror=implicit-function-declaration]
>  2402 |  if (!btd_adv_monitor_offload_supported(manager))
>       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |       btd_adv_monitor_offload_enabled
> cc1: all warnings being treated as errors
> make[1]: *** [Makefile:10284: src/bluetoothd-adv_monitor.o] Error 1
> make: *** [Makefile:4307: all] Error 2
>
>
> ##############################
> Test: Make Check - FAIL
> Desc: Run 'make check'
> Output:
> src/adv_monitor.c: In function ‘btd_adv_monitor_resume’:
> src/adv_monitor.c:2402:7: error: implicit declaration of function ‘btd_adv_monitor_offload_supported’; did you mean ‘btd_adv_monitor_offload_enabled’? [-Werror=implicit-function-declaration]
>  2402 |  if (!btd_adv_monitor_offload_supported(manager))
>       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |       btd_adv_monitor_offload_enabled
> cc1: all warnings being treated as errors
> make[1]: *** [Makefile:10284: src/bluetoothd-adv_monitor.o] Error 1
> make: *** [Makefile:11277: check] Error 2
>
>
> ##############################
> Test: Make Check w/Valgrind - FAIL
> Desc: Run 'make check' with Valgrind
> Output:
> tools/mgmt-tester.c: In function ‘main’:
> tools/mgmt-tester.c:12364:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
> 12364 | int main(int argc, char *argv[])
>       |     ^~~~
> src/adv_monitor.c: In function ‘btd_adv_monitor_resume’:
> src/adv_monitor.c:2402:7: error: implicit declaration of function ‘btd_adv_monitor_offload_supported’; did you mean ‘btd_adv_monitor_offload_enabled’? [-Werror=implicit-function-declaration]
>  2402 |  if (!btd_adv_monitor_offload_supported(manager))
>       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |       btd_adv_monitor_offload_enabled
> cc1: all warnings being treated as errors
> make[1]: *** [Makefile:10284: src/bluetoothd-adv_monitor.o] Error 1
> make: *** [Makefile:4307: all] Error 2
>
>
> ##############################
> Test: Make Distcheck - FAIL
> Desc: Run distcheck to check the distribution
> Output:
> ../../src/adv_monitor.c: In function ‘btd_adv_monitor_resume’:
> ../../src/adv_monitor.c:2402:7: warning: implicit declaration of function ‘btd_adv_monitor_offload_supported’; did you mean ‘btd_adv_monitor_offload_enabled’? [-Wimplicit-function-declaration]
>  2402 |  if (!btd_adv_monitor_offload_supported(manager))
>       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |       btd_adv_monitor_offload_enabled
> /usr/bin/ld: src/bluetoothd-adv_monitor.o: in function `btd_adv_monitor_resume':
> /github/workspace/src/bluez-5.63/_build/sub/../../src/adv_monitor.c:2402: undefined reference to `btd_adv_monitor_offload_supported'
> collect2: error: ld returned 1 exit status
> make[2]: *** [Makefile:5878: src/bluetoothd] Error 1
> make[1]: *** [Makefile:4307: all] Error 2
> make: *** [Makefile:11198: distcheck] Error 1
>
>
> ##############################
> Test: Build w/ext ELL - Make - FAIL
> Desc: Build BlueZ source with '--enable-external-ell' configuration
> Output:
> tools/mgmt-tester.c: In function ‘main’:
> tools/mgmt-tester.c:12364:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
> 12364 | int main(int argc, char *argv[])
>       |     ^~~~
> unit/test-avdtp.c: In function ‘main’:
> unit/test-avdtp.c:766:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
>   766 | int main(int argc, char *argv[])
>       |     ^~~~
> unit/test-avrcp.c: In function ‘main’:
> unit/test-avrcp.c:989:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
>   989 | int main(int argc, char *argv[])
>       |     ^~~~
> src/adv_monitor.c: In function ‘btd_adv_monitor_resume’:
> src/adv_monitor.c:2402:7: error: implicit declaration of function ‘btd_adv_monitor_offload_supported’; did you mean ‘btd_adv_monitor_offload_enabled’? [-Werror=implicit-function-declaration]
>  2402 |  if (!btd_adv_monitor_offload_supported(manager))
>       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |       btd_adv_monitor_offload_enabled
> cc1: all warnings being treated as errors
> make[1]: *** [Makefile:10284: src/bluetoothd-adv_monitor.o] Error 1
> make: *** [Makefile:4307: all] Error 2
>
>
> ##############################
> Test: Incremental Build with patches - FAIL
> Desc: Incremental build per patch in the series
> Output:
> tools/mgmt-tester.c: In function ‘main’:
> tools/mgmt-tester.c:12364:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
> 12364 | int main(int argc, char *argv[])
>       |     ^~~~
> unit/test-avdtp.c: In function ‘main’:
> unit/test-avdtp.c:766:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
>   766 | int main(int argc, char *argv[])
>       |     ^~~~
> unit/test-avrcp.c: In function ‘main’:
> unit/test-avrcp.c:989:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
>   989 | int main(int argc, char *argv[])
>       |     ^~~~
> src/adv_monitor.c: In function ‘btd_adv_monitor_resume’:
> src/adv_monitor.c:2308:7: error: implicit declaration of function ‘btd_adv_monitor_offload_supported’; did you mean ‘btd_adv_monitor_offload_enabled’? [-Werror=implicit-function-declaration]
>  2308 |  if (!btd_adv_monitor_offload_supported(manager))
>       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |       btd_adv_monitor_offload_enabled
> cc1: all warnings being treated as errors
> make[1]: *** [Makefile:10284: src/bluetoothd-adv_monitor.o] Error 1
> make: *** [Makefile:4307: all] Error 2

Will you be fixing the errors above?

-- 
Luiz Augusto von Dentz




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux