Skip to content

Reimplement fifo as a proper lock free SCSP ring buffer #17610

Reimplement fifo as a proper lock free SCSP ring buffer

Reimplement fifo as a proper lock free SCSP ring buffer #17610

Triggered via pull request November 13, 2024 22:58
Status Failure
Total duration 19m 17s
Artifacts

build-checks.yml

on: pull_request
Matrix: build-checks
Fit to window
Zoom out
Zoom in

Annotations

24 errors
coverage: src/encoder/encoderfdkaac.cpp#L372
cannot convert ‘ring_buffer_size_t*’ {aka ‘long int*’} to ‘int*’
coverage: src/soundio/sounddevicenetwork.cpp#L153
cannot convert ‘ring_buffer_size_t*’ {aka ‘long int*’} to ‘int*’
coverage: src/soundio/sounddevicenetwork.cpp#L182
cannot convert ‘ring_buffer_size_t*’ {aka ‘long int*’} to ‘int*’
coverage: src/soundio/sounddevicenetwork.cpp#L208
cannot convert ‘ring_buffer_size_t*’ {aka ‘long int*’} to ‘int*’
coverage: src/soundio/sounddevicenetwork.cpp#L253
cannot convert ‘ring_buffer_size_t*’ {aka ‘long int*’} to ‘int*’
coverage: src/soundio/sounddevicenetwork.cpp#L275
cannot convert ‘ring_buffer_size_t*’ {aka ‘long int*’} to ‘int*’
coverage: src/soundio/sounddevicenetwork.cpp#L418
cannot convert ‘ring_buffer_size_t*’ {aka ‘long int*’} to ‘int*’
coverage: src/soundio/sounddeviceportaudio.cpp#L292
cannot convert ‘ring_buffer_size_t*’ {aka ‘long int*’} to ‘int*’
coverage: src/soundio/sounddeviceportaudio.cpp#L308
cannot convert ‘ring_buffer_size_t*’ {aka ‘long int*’} to ‘int*’
coverage: src/soundio/sounddeviceportaudio.cpp#L471
cannot convert ‘ring_buffer_size_t*’ {aka ‘long int*’} to ‘int*’
clazy
The job was canceled because "coverage" failed.
clazy: src/encoder/encoderfdkaac.cpp#L372
cannot initialize a parameter of type 'int *' with an rvalue of type 'ring_buffer_size_t *' (aka 'long *')
clazy: src/soundio/sounddevicenetwork.cpp#L153
cannot initialize a parameter of type 'int *' with an rvalue of type 'ring_buffer_size_t *' (aka 'long *')
clazy: src/soundio/sounddevicenetwork.cpp#L182
cannot initialize a parameter of type 'int *' with an rvalue of type 'ring_buffer_size_t *' (aka 'long *')
clazy: src/soundio/sounddevicenetwork.cpp#L208
cannot initialize a parameter of type 'int *' with an rvalue of type 'ring_buffer_size_t *' (aka 'long *')
clazy: src/soundio/sounddevicenetwork.cpp#L253
cannot initialize a parameter of type 'int *' with an rvalue of type 'ring_buffer_size_t *' (aka 'long *')
clazy: src/soundio/sounddevicenetwork.cpp#L275
cannot initialize a parameter of type 'int *' with an rvalue of type 'ring_buffer_size_t *' (aka 'long *')
clazy: src/soundio/sounddevicenetwork.cpp#L418
cannot initialize a parameter of type 'int *' with an rvalue of type 'ring_buffer_size_t *' (aka 'long *')
clazy: src/soundio/sounddeviceportaudio.cpp#L292
cannot initialize a parameter of type 'int *' with an rvalue of type 'ring_buffer_size_t *' (aka 'long *')
clazy: src/soundio/sounddeviceportaudio.cpp#L308
cannot initialize a parameter of type 'int *' with an rvalue of type 'ring_buffer_size_t *' (aka 'long *')
clazy: src/soundio/sounddeviceportaudio.cpp#L471
cannot initialize a parameter of type 'int *' with an rvalue of type 'ring_buffer_size_t *' (aka 'long *')
clang-tidy
The job was canceled because "coverage" failed.
clang-tidy: src/encoder/encoderfdkaac.cpp#L372
cannot initialize a parameter of type 'int *' with an rvalue of type 'ring_buffer_size_t *' (aka 'long *') [clang-diagnostic-error]
clang-tidy
The operation was canceled.