2021-06-07 20:18:56

by bluez.test.bot

[permalink] [raw]
Subject: RE: [BlueZ] Queue SetAbsoluteVolume if there is an in-progress one.

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=495605

---Test result---

Test Summary:
CheckPatch PASS 0.34 seconds
GitLint FAIL 0.10 seconds
Prep - Setup ELL PASS 42.64 seconds
Build - Prep PASS 0.10 seconds
Build - Configure PASS 7.40 seconds
Build - Make FAIL 138.65 seconds
Make Check FAIL 1.28 seconds
Make Distcheck PASS 208.78 seconds
Build w/ext ELL - Configure PASS 8.20 seconds
Build w/ext ELL - Make FAIL 126.52 seconds

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

##############################
Test: GitLint - FAIL
Desc: Run gitlint with rule in .gitlint
Output:
Queue SetAbsoluteVolume if there is an in-progress one.
1: T3 Title has trailing punctuation (.): "Queue SetAbsoluteVolume if there is an in-progress one."


##############################
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:
profiles/audio/avrcp.c:4266:6: error: no previous declaration for ‘update_queued_set_volume’ [-Werror=missing-declarations]
4266 | void update_queued_set_volume(struct avrcp *session, uint8_t volume,
| ^~~~~~~~~~~~~~~~~~~~~~~~
profiles/audio/avrcp.c:4276:6: error: no previous declaration for ‘clear_queued_set_volume’ [-Werror=missing-declarations]
4276 | void clear_queued_set_volume(struct avrcp *session)
| ^~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:8615: profiles/audio/bluetoothd-avrcp.o] Error 1
make: *** [Makefile:4134: all] Error 2


##############################
Test: Make Check - FAIL
Desc: Run 'make check'
Output:
profiles/audio/avrcp.c:4266:6: error: no previous declaration for ‘update_queued_set_volume’ [-Werror=missing-declarations]
4266 | void update_queued_set_volume(struct avrcp *session, uint8_t volume,
| ^~~~~~~~~~~~~~~~~~~~~~~~
profiles/audio/avrcp.c:4276:6: error: no previous declaration for ‘clear_queued_set_volume’ [-Werror=missing-declarations]
4276 | void clear_queued_set_volume(struct avrcp *session)
| ^~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:8615: profiles/audio/bluetoothd-avrcp.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:
profiles/audio/avrcp.c:4266:6: error: no previous declaration for ‘update_queued_set_volume’ [-Werror=missing-declarations]
4266 | void update_queued_set_volume(struct avrcp *session, uint8_t volume,
| ^~~~~~~~~~~~~~~~~~~~~~~~
profiles/audio/avrcp.c:4276:6: error: no previous declaration for ‘clear_queued_set_volume’ [-Werror=missing-declarations]
4276 | void clear_queued_set_volume(struct avrcp *session)
| ^~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:8615: profiles/audio/bluetoothd-avrcp.o] Error 1
make: *** [Makefile:4134: all] Error 2




---
Regards,
Linux Bluetooth