Skip to content

fix: in GattClientSt, use ClaimableResource to control access over 2 different interfaces #1612

fix: in GattClientSt, use ClaimableResource to control access over 2 different interfaces

fix: in GattClientSt, use ClaimableResource to control access over 2 different interfaces #1612

Triggered via pull request September 25, 2024 06:58
Status Failure
Total duration 10m 36s
Artifacts 1

ci.yml

on: pull_request
Host Build & Test (ubuntu-latest)
1m 24s
Host Build & Test (ubuntu-latest)
Matrix: Host Build & Test
Matrix: Embedded Build
Fit to window
Zoom out
Zoom in

Annotations

26 errors and 5 warnings
Embedded Build (RelWithDebInfo, 10.3-2021.10, stm32wb55): hal_st/middlewares/ble_middleware/GattClientSt.hpp#L24
'void hal::GattClientSt::StartCharacteristicDiscovery(services::AttAttribute::Handle, services::AttAttribute::Handle)' marked 'override', but does not override
Embedded Build (RelWithDebInfo, 10.3-2021.10, stm32wb55): hal_st/middlewares/ble_middleware/GattClientSt.hpp#L25
'void hal::GattClientSt::StartDescriptorDiscovery(services::AttAttribute::Handle, services::AttAttribute::Handle)' marked 'override', but does not override
Embedded Build (RelWithDebInfo, 10.3-2021.10, stm32wb55): hal_st/middlewares/ble_middleware/GattClientSt.hpp#L28
'void hal::GattClientSt::Read(const services::GattClientCharacteristicOperationsObserver&, const infra::Function<void(const infra::MemoryRange<const unsigned char>&)>&)' marked 'override', but does not override
Embedded Build (RelWithDebInfo, 10.3-2021.10, stm32wb55): hal_st/middlewares/ble_middleware/GattClientSt.hpp#L29
'void hal::GattClientSt::Write(const services::GattClientCharacteristicOperationsObserver&, infra::ConstByteRange, const infra::Function<void(), 8>&)' marked 'override', but does not override
Embedded Build (RelWithDebInfo, 10.3-2021.10, stm32wb55): hal_st/middlewares/ble_middleware/GattClientSt.hpp#L30
'void hal::GattClientSt::WriteWithoutResponse(const services::GattClientCharacteristicOperationsObserver&, infra::ConstByteRange)' marked 'override', but does not override
Embedded Build (RelWithDebInfo, 10.3-2021.10, stm32wb55): hal_st/middlewares/ble_middleware/GattClientSt.hpp#L31
'void hal::GattClientSt::EnableNotification(const services::GattClientCharacteristicOperationsObserver&, const infra::Function<void(), 8>&)' marked 'override', but does not override
Embedded Build (RelWithDebInfo, 10.3-2021.10, stm32wb55): hal_st/middlewares/ble_middleware/GattClientSt.hpp#L32
'void hal::GattClientSt::DisableNotification(const services::GattClientCharacteristicOperationsObserver&, const infra::Function<void(), 8>&)' marked 'override', but does not override
Embedded Build (RelWithDebInfo, 10.3-2021.10, stm32wb55): hal_st/middlewares/ble_middleware/GattClientSt.hpp#L33
'void hal::GattClientSt::EnableIndication(const services::GattClientCharacteristicOperationsObserver&, const infra::Function<void(), 8>&)' marked 'override', but does not override
Embedded Build (RelWithDebInfo, 10.3-2021.10, stm32wb55): hal_st/middlewares/ble_middleware/GattClientSt.hpp#L34
'void hal::GattClientSt::DisableIndication(const services::GattClientCharacteristicOperationsObserver&, const infra::Function<void(), 8>&)' marked 'override', but does not override
Embedded Build (RelWithDebInfo, 10.3-2021.10, stm32wb55): hal_st/middlewares/ble_middleware/TracingGattClientSt.hpp#L17
'void hal::TracingGattClientSt::StartCharacteristicDiscovery(services::AttAttribute::Handle, services::AttAttribute::Handle)' marked 'override', but does not override
Embedded Build (8-2019-q3, RelWithDebInfo, stm32f767)
The job was canceled because "RelWithDebInfo_10_3-2021_" failed.
Embedded Build (RelWithDebInfo, 10.3-2021.10, stm32wba52)
The job was canceled because "RelWithDebInfo_10_3-2021_" failed.
Embedded Build (RelWithDebInfo, 10.3-2021.10, stm32wba52): hal_st/middlewares/ble_middleware/GattClientSt.hpp#L24
'void hal::GattClientSt::StartCharacteristicDiscovery(services::AttAttribute::Handle, services::AttAttribute::Handle)' marked 'override', but does not override
Embedded Build (RelWithDebInfo, 10.3-2021.10, stm32wba52): hal_st/middlewares/ble_middleware/GattClientSt.hpp#L25
'void hal::GattClientSt::StartDescriptorDiscovery(services::AttAttribute::Handle, services::AttAttribute::Handle)' marked 'override', but does not override
Embedded Build (RelWithDebInfo, 10.3-2021.10, stm32wba52): hal_st/middlewares/ble_middleware/GattClientSt.hpp#L28
'void hal::GattClientSt::Read(const services::GattClientCharacteristicOperationsObserver&, const infra::Function<void(const infra::MemoryRange<const unsigned char>&)>&)' marked 'override', but does not override
Embedded Build (RelWithDebInfo, 10.3-2021.10, stm32wba52): hal_st/middlewares/ble_middleware/GattClientSt.hpp#L29
'void hal::GattClientSt::Write(const services::GattClientCharacteristicOperationsObserver&, infra::ConstByteRange, const infra::Function<void(), 8>&)' marked 'override', but does not override
Embedded Build (RelWithDebInfo, 10.3-2021.10, stm32wba52): hal_st/middlewares/ble_middleware/GattClientSt.hpp#L30
'void hal::GattClientSt::WriteWithoutResponse(const services::GattClientCharacteristicOperationsObserver&, infra::ConstByteRange)' marked 'override', but does not override
Embedded Build (RelWithDebInfo, 10.3-2021.10, stm32wba52): hal_st/middlewares/ble_middleware/GattClientSt.hpp#L31
'void hal::GattClientSt::EnableNotification(const services::GattClientCharacteristicOperationsObserver&, const infra::Function<void(), 8>&)' marked 'override', but does not override
Embedded Build (RelWithDebInfo, 10.3-2021.10, stm32wba52): hal_st/middlewares/ble_middleware/GattClientSt.hpp#L32
'void hal::GattClientSt::DisableNotification(const services::GattClientCharacteristicOperationsObserver&, const infra::Function<void(), 8>&)' marked 'override', but does not override
Embedded Build (RelWithDebInfo, 10.3-2021.10, stm32wba52): hal_st/middlewares/ble_middleware/GattClientSt.hpp#L33
'void hal::GattClientSt::EnableIndication(const services::GattClientCharacteristicOperationsObserver&, const infra::Function<void(), 8>&)' marked 'override', but does not override
Embedded Build (RelWithDebInfo, 10.3-2021.10, stm32wba52): hal_st/middlewares/ble_middleware/GattClientSt.hpp#L34
'void hal::GattClientSt::DisableIndication(const services::GattClientCharacteristicOperationsObserver&, const infra::Function<void(), 8>&)' marked 'override', but does not override
Embedded Build (RelWithDebInfo, 10.3-2021.10, stm32wba52): hal_st/middlewares/ble_middleware/GattClientSt.hpp#L24
'void hal::GattClientSt::StartCharacteristicDiscovery(services::AttAttribute::Handle, services::AttAttribute::Handle)' marked 'override', but does not override
Embedded Build (RelWithDebInfo, 10.3-2021.10, stm32g431)
The job was canceled because "RelWithDebInfo_10_3-2021_" failed.
Embedded Build (RelWithDebInfo, 10.3-2021.10, stm32g431)
The operation was canceled.
Embedded Build (9-2020-q2, RelWithDebInfo, stm32f767)
The job was canceled because "RelWithDebInfo_10_3-2021_" failed.
Embedded Build (9-2020-q2, RelWithDebInfo, stm32f767)
The operation was canceled.
Host Build & Test (ubuntu-latest)
‘noreturn’ function does return
Host Build & Test (ubuntu-latest)
‘noreturn’ function does return
Host Build & Test (macos-latest)
Inclusion of Docker tools requested, but Docker could not be found.
Host Build & Test (macos-latest)
Saving cache failed: Error: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.
Host Build & Test (windows-latest)
Saving cache failed: Error: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.

Artifacts

Produced during runtime
Name Size
hal_st
53.4 MB