[INFO] cloning repository https://github.com/ajyoon/rocoder
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ajyoon/rocoder" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fajyoon%2Frocoder", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fajyoon%2Frocoder'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9201b78dd9feec8cfef770a3b80222708e1191c7
[INFO] testing ajyoon/rocoder against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fajyoon%2Frocoder" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ajyoon/rocoder
[INFO] finished tweaking git repo https://github.com/ajyoon/rocoder
[INFO] tweaked toml for git repo https://github.com/ajyoon/rocoder written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ajyoon/rocoder on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ajyoon/rocoder already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9e670f239d201f46f46fc861c23fe192e4f26e3155d47d311b31298f59d535cf
[INFO] running `Command { std: "docker" "start" "-a" "9e670f239d201f46f46fc861c23fe192e4f26e3155d47d311b31298f59d535cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9e670f239d201f46f46fc861c23fe192e4f26e3155d47d311b31298f59d535cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e670f239d201f46f46fc861c23fe192e4f26e3155d47d311b31298f59d535cf", kill_on_drop: false }`
[INFO] [stdout] 9e670f239d201f46f46fc861c23fe192e4f26e3155d47d311b31298f59d535cf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c696ebe1751353990846c555e922aa2bedbfb21da56bdcb281bfc0b9515a8536
[INFO] running `Command { std: "docker" "start" "-a" "c696ebe1751353990846c555e922aa2bedbfb21da56bdcb281bfc0b9515a8536", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling rustc-serialize v0.3.25
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling num-bigint v0.1.45
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling num-rational v0.1.43
[INFO] [stderr]    Compiling num-complex v0.1.44
[INFO] [stderr]    Compiling cc v1.2.22
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]    Compiling rustfft v6.3.0
[INFO] [stderr]    Compiling strength_reduce v0.2.4
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling cpal v0.15.3
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling dasp_sample v0.11.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling libloading v0.8.7
[INFO] [stderr]    Compiling hound v3.5.1
[INFO] [stderr]    Compiling slice_ring_buf v0.2.7
[INFO] [stderr]    Compiling fwatch v0.1.5
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling primal-check v0.3.4
[INFO] [stderr]    Compiling transpose v0.2.3
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling slice-deque v0.3.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling alsa v0.9.1
[INFO] [stderr]    Compiling minimp3-sys v0.3.2
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling simplelog v0.12.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling ctrlc v3.4.7
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling num v0.1.43
[INFO] [stderr]    Compiling stopwatch v0.0.7
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling minimp3 v0.5.1
[INFO] [stderr]    Compiling structopt v0.3.26
[INFO] [stderr]    Compiling rocoder v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.84s
[INFO] running `Command { std: "docker" "inspect" "c696ebe1751353990846c555e922aa2bedbfb21da56bdcb281bfc0b9515a8536", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c696ebe1751353990846c555e922aa2bedbfb21da56bdcb281bfc0b9515a8536", kill_on_drop: false }`
[INFO] [stdout] c696ebe1751353990846c555e922aa2bedbfb21da56bdcb281bfc0b9515a8536
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a8d3cb05dac46813f0cc5591a697d5b83df8c9350a2e465aa98268c89d761396
[INFO] running `Command { std: "docker" "start" "-a" "a8d3cb05dac46813f0cc5591a697d5b83df8c9350a2e465aa98268c89d761396", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling test-case-core v3.3.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling test-case-macros v3.3.1
[INFO] [stderr]    Compiling test-case v3.3.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling minimp3 v0.5.1
[INFO] [stderr]    Compiling rocoder v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 20.56s
[INFO] running `Command { std: "docker" "inspect" "a8d3cb05dac46813f0cc5591a697d5b83df8c9350a2e465aa98268c89d761396", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a8d3cb05dac46813f0cc5591a697d5b83df8c9350a2e465aa98268c89d761396", kill_on_drop: false }`
[INFO] [stdout] a8d3cb05dac46813f0cc5591a697d5b83df8c9350a2e465aa98268c89d761396
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f256111d1dabf08dbb277f25115d954ae37d094e2bca1149e89d8905d64b499b
[INFO] running `Command { std: "docker" "start" "-a" "f256111d1dabf08dbb277f25115d954ae37d094e2bca1149e89d8905d64b499b", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rocoder-9e39488e704c0907)
[INFO] [stdout] 
[INFO] [stdout] running 45 tests
[INFO] [stdout] test audio::test::test_amplify_in_place ... ok
[INFO] [stdout] test audio::test::test_clip_in_place_both_given ... ok
[INFO] [stdout] test audio::test::test_clip_in_place_both_args_none ... ok
[INFO] [stdout] test audio::test::test_clip_in_place_only_start_offset_given ... ok
[INFO] [stdout] test audio::test::test_clip_in_place_only_duration_given ... ok
[INFO] [stdout] test audio::test::test_duration ... ok
[INFO] [stdout] test audio::test::test_duration_to_sample ... ok
[INFO] [stdout] test audio::test::test_fade_in_at_sample ... ok
[INFO] [stdout] test audio::test::test_fade_out_at_sample ... ok
[INFO] [stdout] test audio::test::test_rotate_channels ... ok
[INFO] [stdout] test audio::test::test_sample_to_duration ... ok
[INFO] [stdout] test duration_parser::test::test_parse_duration::all_fields ... ok
[INFO] [stdout] test duration_parser::test::test_parse_duration::float_second ... ok
[INFO] [stdout] test duration_parser::test::test_parse_duration::float_hour_fails ... ok
[INFO] [stdout] test duration_parser::test::test_parse_duration::float_minute_fails ... ok
[INFO] [stdout] test duration_parser::test::test_parse_duration::only_seconds_val ... ok
[INFO] [stdout] test duration_parser::test::test_parse_duration::nonsense_fails ... ok
[INFO] [stdout] test duration_parser::test::test_parse_duration::seconds_and_minutes ... ok
[INFO] [stdout] test math::test_clamp::test_clamp_above_max ... ok
[INFO] [stdout] test duration_parser::test::test_parse_duration::too_many_fields_fails ... ok
[INFO] [stdout] test math::test_clamp::test_clamp_within_bounds ... ok
[INFO] [stdout] test math::test_lerp::test_lerp_across_0_to_1 ... ok
[INFO] [stdout] test recorder::test::test_autocrop_audio ... ok
[INFO] [stdout] test recorder::test::test_chunked_audio_power ... ok
[INFO] [stdout] test recorder::test::test_determine_autocrop_points ... ok
[INFO] [stdout] test recorder::test::test_determine_autocrop_points_where_none_found ... ok
[INFO] [stdout] test recorder::test::test_determine_noise_threshold ... ok
[INFO] [stdout] test math::test_clamp::test_clamp_below_min ... ok
[INFO] [stdout] test math::test_lerp::test_lerp_across_arbitrary_range ... ok
[INFO] [stdout] test math::test_lerp::test_lerp_descending ... ok
[INFO] [stdout] test mixer::test::clear_keyframes_after_with_no_keyframes ... ok
[INFO] [stdout] test mixer::test::prune_keyframes ... ok
[INFO] [stdout] test mixer::test::clear_keyframes_after_with_keyframes_before_and_after ... ok
[INFO] [stdout] test power::test::test_relative_decibels ... ok
[INFO] [stdout] test recorder::test::test_auto_split_mono ... ok
[INFO] [stdout] test resampler::test::test_resample_faster ... ok
[INFO] [stdout] test resampler::test::test_resample_noop ... ok
[INFO] [stdout] test slices::test::test_zero_slice_f32 ... ok
[INFO] [stdout] test slices::test::test_zero_slice_u64 ... ok
[INFO] [stdout] test windows::test::hanning_result ... ok
[INFO] [stdout] test windows::test::inv_hanning ... ok
[INFO] [stdout] test windows::test::rectangular_result ... ok
[INFO] [stderr] 
[INFO] [stderr] thread 'stretcher::test::ensure_input_samples_available_loading_multiple_chunks' (65) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slice-deque-0.3.0/src/lib.rs:1720:33:
[INFO] [stderr] unsafe precondition(s) violated: slice::get_unchecked_mut requires that the index is within the slice
[INFO] [stderr] 
[INFO] [stderr] This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x61d244cb6002 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]    1:     0x61d244cb6002 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]    2:     0x61d244cb6002 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]    3:     0x61d244cb6002 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]    4:     0x61d244cc741f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stderr]    5:     0x61d244cc741f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stderr]    6:     0x61d244c81fa3 - std::io::default_write_fmt::hf7668c9f69c3a921
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stderr]    7:     0x61d244c81fa3 - std::io::Write::write_fmt::ha6503cd07dd1d506
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stderr]    8:     0x61d244c8df72 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]    9:     0x61d244c9395f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stderr]   10:     0x61d244c937b9 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:328:9
[INFO] [stderr]   11:     0x61d244c104ae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stderr]   12:     0x61d244c104ae - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stderr]   13:     0x61d244c93f6f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stderr]   14:     0x61d244c93f6f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stderr]   15:     0x61d244c93d96 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stderr]   16:     0x61d244c8e0a9 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]   17:     0x61d244c7660d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stderr]   18:     0x61d244cd028d - core::panicking::panic_nounwind_fmt::runtime::hdc3e454f690461fc
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:122:22
[INFO] [stderr]   19:     0x61d244cd028d - core::panicking::panic_nounwind_fmt::h0f491c26d5575477
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/intrinsics/mod.rs:2439:9
[INFO] [stderr]   20:     0x61d244bad05c - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::precondition_check::ha3593d0ee570098d
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ub_checks.rs:73:21
[INFO] [stderr]   21:     0x61d244bacfa9 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::hc60d60a807af9ad9
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ub_checks.rs:78:17
[INFO] [stderr]   22:     0x61d244ba22a8 - core::slice::<impl [T]>::get_unchecked_mut::h765122c1426ef98d
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/slice/mod.rs:689:30
[INFO] [stderr]   23:     0x61d244b4206e - slice_deque::SliceDeque<T>::extend_desugared::h136962101299508d
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slice-deque-0.3.0/src/lib.rs:1720:33
[INFO] [stderr]   24:     0x61d244b5234a - <slice_deque::SliceDeque<T> as slice_deque::SpecExtend<T,I>>::spec_extend::h958e3d7f05983e73
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slice-deque-0.3.0/src/lib.rs:2614:14
[INFO] [stderr]   25:     0x61d244b52b87 - <slice_deque::SliceDeque<T> as core::iter::traits::collect::Extend<T>>::extend::hfc09319940a3b012
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/slice-deque-0.3.0/src/lib.rs:2550:9
[INFO] [stderr]   26:     0x61d244bae892 - rocoder::stretcher::Stretcher::new::h92532deb26e354cc
[INFO] [stderr]                                at /opt/rustwide/workdir/src/stretcher.rs:59:20
[INFO] [stderr]   27:     0x61d244bad8ef - rocoder::stretcher::test::basic_stretcher::hff9ae3b7fe714b1e
[INFO] [stderr]                                at /opt/rustwide/workdir/src/stretcher.rs:165:25
[INFO] [stderr]   28:     0x61d244bad9e6 - rocoder::stretcher::test::ensure_input_samples_available_loading_multiple_chunks::ha8a681c74c526f20
[INFO] [stderr]                                at /opt/rustwide/workdir/src/stretcher.rs:155:35
[INFO] [stderr]   29:     0x61d244badf67 - rocoder::stretcher::test::ensure_input_samples_available_loading_multiple_chunks::{{closure}}::hbea8b50b625d1e3a
[INFO] [stderr]                                at /opt/rustwide/workdir/src/stretcher.rs:154:64
[INFO] [stderr]   30:     0x61d244b88a56 - core::ops::function::FnOnce::call_once::h645bd2105c4c75f1
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   31:     0x61d244c102ab - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   32:     0x61d244c102ab - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stderr]   33:     0x61d244c2430d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stderr]   34:     0x61d244c2430d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stderr]   35:     0x61d244c2430d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stderr]   36:     0x61d244c2430d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stderr]   37:     0x61d244c2430d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stderr]   38:     0x61d244c2430d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stderr]   39:     0x61d244c2430d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stderr]   40:     0x61d244bfd854 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stderr]   41:     0x61d244bfd854 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stderr]   42:     0x61d244c010aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stderr]   43:     0x61d244c010aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stderr]   44:     0x61d244c010aa - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stderr]   45:     0x61d244c010aa - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stderr]   46:     0x61d244c010aa - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stderr]   47:     0x61d244c010aa - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stderr]   48:     0x61d244c010aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   49:     0x61d244c893cf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stderr]   50:     0x61d244c893cf - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stderr]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stderr]   51:     0x7d0b9836aaa4 - <unknown>
[INFO] [stderr]   52:     0x7d0b983f7a64 - clone
[INFO] [stderr]   53:                0x0 - <unknown>
[INFO] [stderr] thread caused non-unwinding panic. aborting.
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/rocoder-9e39488e704c0907` (signal: 6, SIGABRT: process abort signal)
[INFO] running `Command { std: "docker" "inspect" "f256111d1dabf08dbb277f25115d954ae37d094e2bca1149e89d8905d64b499b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f256111d1dabf08dbb277f25115d954ae37d094e2bca1149e89d8905d64b499b", kill_on_drop: false }`
[INFO] [stdout] f256111d1dabf08dbb277f25115d954ae37d094e2bca1149e89d8905d64b499b
