Skip to content

community/rubberband: increase test timeout on riscv64

omni requested to merge omni/aports:rubberband-timeout-multiplier into master

keeps on failing on the build-edge-riscv64, perhaps an increased timeout will help, https://build.alpinelinux.org/buildlogs//build-edge-riscv64/community/rubberband/rubberband-3.3.0-r1.log

1/8 Allocators        OK              0.13s
2/8 VectorOps         OK              0.09s
3/8 VectorOpsComplex  OK              0.07s
4/8 SignalBits        OK              0.06s
5/8 StretchCalculator OK              0.05s
6/8 FFT               OK              0.18s
7/8 Resampler         OK              1.36s
Stretcher time out (After 30 seconds)
8/8 Stretcher         TIMEOUT        30.04s   killed by signal 15 SIGTERM
>>> MALLOC_PERTURB_=23 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /home/buildozer/aports/community/rubberband/sr
c/rubberband-3.3.0/output/tests --run_test=TestStretcher --log_level=message
――――――――――――――――――――――――――――――――――――― ✀  ―――――――――――――――――――――――――――――――――――――
stdout:
Running 77 test cases...
stderr:
RubberBand: WARNING: R2Stretcher::consumeChannel: resizing resampler buffer from and to: (2048, 3630)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――


Summary of Failures:

8/8 Stretcher         TIMEOUT        30.04s   killed by signal 15 SIGTERM

Ok:                 7
Expected Fail:      0
Fail:               0
Unexpected Pass:    0
Skipped:            0
Timeout:            1

Full log written to /home/buildozer/aports/community/rubberband/src/rubberband-3.3.0/output/meson-logs/testlog.txt
>>> ERROR: rubberband: check failed

Merge request reports