[INFO] fetching crate rustpat 0.6.1...
[INFO] testing rustpat-0.6.1 against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] extracting crate rustpat 0.6.1 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate rustpat 0.6.1
[INFO] finished tweaking crates.io crate rustpat 0.6.1
[INFO] tweaked toml for crates.io crate rustpat 0.6.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rustpat 0.6.1 on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 29f9808b9dada7705a693bfe671539fddbf496b0e2c71d61c4b5f7a535ea669e
[INFO] running `Command { std: "docker" "start" "-a" "29f9808b9dada7705a693bfe671539fddbf496b0e2c71d61c4b5f7a535ea669e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "29f9808b9dada7705a693bfe671539fddbf496b0e2c71d61c4b5f7a535ea669e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "29f9808b9dada7705a693bfe671539fddbf496b0e2c71d61c4b5f7a535ea669e", kill_on_drop: false }`
[INFO] [stdout] 29f9808b9dada7705a693bfe671539fddbf496b0e2c71d61c4b5f7a535ea669e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c5df1d43ca42afe47fc5c460cc71881d0059c0549ff9f5a113f3a4ba891d2ada
[INFO] running `Command { std: "docker" "start" "-a" "c5df1d43ca42afe47fc5c460cc71881d0059c0549ff9f5a113f3a4ba891d2ada", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.53
[INFO] [stderr]    Compiling rustpat v0.6.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: rustpat@0.6.1: src/libpat/libpat/src/pat_decode.c: In function 'pat_open_codec_context':
[INFO] [stderr] warning: rustpat@0.6.1: src/libpat/libpat/src/pat_decode.c:143:24: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
[INFO] [stderr] warning: rustpat@0.6.1:   143 |     AVCodec* decoder = avcodec_find_decoder(stream->codecpar->codec_id);
[INFO] [stderr] warning: rustpat@0.6.1:       |                        ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: rustpat@0.6.1: src/libpat/libpat/src/pat_decode.c: In function 'pat_open_swr_context':
[INFO] [stderr] warning: rustpat@0.6.1: src/libpat/libpat/src/pat_decode.c:176:5: warning: 'av_get_default_channel_layout' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: rustpat@0.6.1:   176 |     int64_t out_channel_layout = av_get_default_channel_layout(pat_audio_device->channels);
[INFO] [stderr] warning: rustpat@0.6.1:       |     ^~~~~~~
[INFO] [stderr] warning: rustpat@0.6.1: In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:34,
[INFO] [stderr] warning: rustpat@0.6.1:                  from src/libpat/libpat/src/pat_decode.h:4,
[INFO] [stderr] warning: rustpat@0.6.1:                  from src/libpat/libpat/src/pat_decode.c:2:
[INFO] [stderr] warning: rustpat@0.6.1: /usr/include/x86_64-linux-gnu/libavutil/channel_layout.h:506:9: note: declared here
[INFO] [stderr] warning: rustpat@0.6.1:   506 | int64_t av_get_default_channel_layout(int nb_channels);
[INFO] [stderr] warning: rustpat@0.6.1:       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: rustpat@0.6.1: src/libpat/libpat/src/pat_decode.c:180:5: warning: 'swr_alloc_set_opts' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: rustpat@0.6.1:   180 |     SwrContext* swr_context = swr_alloc_set_opts(NULL, out_channel_layout, out_format, pat_audio_device->frequency,
[INFO] [stderr] warning: rustpat@0.6.1:       |     ^~~~~~~~~~
[INFO] [stderr] warning: rustpat@0.6.1: In file included from src/libpat/libpat/src/pat_decode.h:6:
[INFO] [stderr] warning: rustpat@0.6.1: /usr/include/x86_64-linux-gnu/libswresample/swresample.h:260:20: note: declared here
[INFO] [stderr] warning: rustpat@0.6.1:   260 | struct SwrContext *swr_alloc_set_opts(struct SwrContext *s,
[INFO] [stderr] warning: rustpat@0.6.1:       |                    ^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: rustpat@0.6.1: src/libpat/libpat/src/pat_decode.c:181:50: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: rustpat@0.6.1:   181 |                                                  decoder_context->channel_layout, decoder_context->sample_fmt,
[INFO] [stderr] warning: rustpat@0.6.1:       |                                                  ^~~~~~~~~~~~~~~
[INFO] [stderr] warning: rustpat@0.6.1: /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:1130:14: note: declared here
[INFO] [stderr] warning: rustpat@0.6.1:  1130 |     uint64_t channel_layout;
[INFO] [stderr] warning: rustpat@0.6.1:       |              ^~~~~~~~~~~~~~
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
[INFO] running `Command { std: "docker" "inspect" "c5df1d43ca42afe47fc5c460cc71881d0059c0549ff9f5a113f3a4ba891d2ada", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c5df1d43ca42afe47fc5c460cc71881d0059c0549ff9f5a113f3a4ba891d2ada", kill_on_drop: false }`
[INFO] [stdout] c5df1d43ca42afe47fc5c460cc71881d0059c0549ff9f5a113f3a4ba891d2ada
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f436d29a52f69302d3de9620df2aed0b3c7c9478bffe04f6e8e0b9343b31cdfd
[INFO] running `Command { std: "docker" "start" "-a" "f436d29a52f69302d3de9620df2aed0b3c7c9478bffe04f6e8e0b9343b31cdfd", kill_on_drop: false }`
[INFO] [stderr] warning: rustpat@0.6.1: src/libpat/libpat/src/pat_decode.c: In function 'pat_open_codec_context':
[INFO] [stderr] warning: rustpat@0.6.1: src/libpat/libpat/src/pat_decode.c:143:24: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
[INFO] [stderr] warning: rustpat@0.6.1:   143 |     AVCodec* decoder = avcodec_find_decoder(stream->codecpar->codec_id);
[INFO] [stderr] warning: rustpat@0.6.1:       |                        ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: rustpat@0.6.1: src/libpat/libpat/src/pat_decode.c: In function 'pat_open_swr_context':
[INFO] [stderr] warning: rustpat@0.6.1: src/libpat/libpat/src/pat_decode.c:176:5: warning: 'av_get_default_channel_layout' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: rustpat@0.6.1:   176 |     int64_t out_channel_layout = av_get_default_channel_layout(pat_audio_device->channels);
[INFO] [stderr] warning: rustpat@0.6.1:       |     ^~~~~~~
[INFO] [stderr] warning: rustpat@0.6.1: In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:34,
[INFO] [stderr] warning: rustpat@0.6.1:                  from src/libpat/libpat/src/pat_decode.h:4,
[INFO] [stderr] warning: rustpat@0.6.1:                  from src/libpat/libpat/src/pat_decode.c:2:
[INFO] [stderr] warning: rustpat@0.6.1: /usr/include/x86_64-linux-gnu/libavutil/channel_layout.h:506:9: note: declared here
[INFO] [stderr] warning: rustpat@0.6.1:   506 | int64_t av_get_default_channel_layout(int nb_channels);
[INFO] [stderr] warning: rustpat@0.6.1:       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: rustpat@0.6.1: src/libpat/libpat/src/pat_decode.c:180:5: warning: 'swr_alloc_set_opts' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: rustpat@0.6.1:   180 |     SwrContext* swr_context = swr_alloc_set_opts(NULL, out_channel_layout, out_format, pat_audio_device->frequency,
[INFO] [stderr] warning: rustpat@0.6.1:       |     ^~~~~~~~~~
[INFO] [stderr] warning: rustpat@0.6.1: In file included from src/libpat/libpat/src/pat_decode.h:6:
[INFO] [stderr] warning: rustpat@0.6.1: /usr/include/x86_64-linux-gnu/libswresample/swresample.h:260:20: note: declared here
[INFO] [stderr] warning: rustpat@0.6.1:   260 | struct SwrContext *swr_alloc_set_opts(struct SwrContext *s,
[INFO] [stderr] warning: rustpat@0.6.1:       |                    ^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: rustpat@0.6.1: src/libpat/libpat/src/pat_decode.c:181:50: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: rustpat@0.6.1:   181 |                                                  decoder_context->channel_layout, decoder_context->sample_fmt,
[INFO] [stderr] warning: rustpat@0.6.1:       |                                                  ^~~~~~~~~~~~~~~
[INFO] [stderr] warning: rustpat@0.6.1: /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:1130:14: note: declared here
[INFO] [stderr] warning: rustpat@0.6.1:  1130 |     uint64_t channel_layout;
[INFO] [stderr] warning: rustpat@0.6.1:       |              ^~~~~~~~~~~~~~
[INFO] [stderr]    Compiling rustpat v0.6.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.58s
[INFO] running `Command { std: "docker" "inspect" "f436d29a52f69302d3de9620df2aed0b3c7c9478bffe04f6e8e0b9343b31cdfd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f436d29a52f69302d3de9620df2aed0b3c7c9478bffe04f6e8e0b9343b31cdfd", kill_on_drop: false }`
[INFO] [stdout] f436d29a52f69302d3de9620df2aed0b3c7c9478bffe04f6e8e0b9343b31cdfd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c4ca39a9982c30fddff6ced7fa1d3972c0817a03f56ea41d4fc6d448f3573221
[INFO] running `Command { std: "docker" "start" "-a" "c4ca39a9982c30fddff6ced7fa1d3972c0817a03f56ea41d4fc6d448f3573221", kill_on_drop: false }`
[INFO] [stderr] warning: rustpat@0.6.1: src/libpat/libpat/src/pat_decode.c: In function 'pat_open_codec_context':
[INFO] [stdout] 
[INFO] [stderr] warning: rustpat@0.6.1: src/libpat/libpat/src/pat_decode.c:143:24: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
[INFO] [stdout] running 0 tests
[INFO] [stderr] warning: rustpat@0.6.1:   143 |     AVCodec* decoder = avcodec_find_decoder(stream->codecpar->codec_id);
[INFO] [stdout] 
[INFO] [stderr] warning: rustpat@0.6.1:       |                        ^~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr] warning: rustpat@0.6.1: src/libpat/libpat/src/pat_decode.c: In function 'pat_open_swr_context':
[INFO] [stdout] 
[INFO] [stderr] warning: rustpat@0.6.1: src/libpat/libpat/src/pat_decode.c:176:5: warning: 'av_get_default_channel_layout' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: rustpat@0.6.1:   176 |     int64_t out_channel_layout = av_get_default_channel_layout(pat_audio_device->channels);
[INFO] [stderr] warning: rustpat@0.6.1:       |     ^~~~~~~
[INFO] [stderr] warning: rustpat@0.6.1: In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:34,
[INFO] [stderr] warning: rustpat@0.6.1:                  from src/libpat/libpat/src/pat_decode.h:4,
[INFO] [stderr] warning: rustpat@0.6.1:                  from src/libpat/libpat/src/pat_decode.c:2:
[INFO] [stderr] warning: rustpat@0.6.1: /usr/include/x86_64-linux-gnu/libavutil/channel_layout.h:506:9: note: declared here
[INFO] [stderr] warning: rustpat@0.6.1:   506 | int64_t av_get_default_channel_layout(int nb_channels);
[INFO] [stderr] warning: rustpat@0.6.1:       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: rustpat@0.6.1: src/libpat/libpat/src/pat_decode.c:180:5: warning: 'swr_alloc_set_opts' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: rustpat@0.6.1:   180 |     SwrContext* swr_context = swr_alloc_set_opts(NULL, out_channel_layout, out_format, pat_audio_device->frequency,
[INFO] [stderr] warning: rustpat@0.6.1:       |     ^~~~~~~~~~
[INFO] [stderr] warning: rustpat@0.6.1: In file included from src/libpat/libpat/src/pat_decode.h:6:
[INFO] [stderr] warning: rustpat@0.6.1: /usr/include/x86_64-linux-gnu/libswresample/swresample.h:260:20: note: declared here
[INFO] [stderr] warning: rustpat@0.6.1:   260 | struct SwrContext *swr_alloc_set_opts(struct SwrContext *s,
[INFO] [stderr] warning: rustpat@0.6.1:       |                    ^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: rustpat@0.6.1: src/libpat/libpat/src/pat_decode.c:181:50: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: rustpat@0.6.1:   181 |                                                  decoder_context->channel_layout, decoder_context->sample_fmt,
[INFO] [stderr] warning: rustpat@0.6.1:       |                                                  ^~~~~~~~~~~~~~~
[INFO] [stderr] warning: rustpat@0.6.1: /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:1130:14: note: declared here
[INFO] [stderr] warning: rustpat@0.6.1:  1130 |     uint64_t channel_layout;
[INFO] [stderr] warning: rustpat@0.6.1:       |              ^~~~~~~~~~~~~~
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rustpat-7d23a71147c54ccd)
[INFO] [stderr]      Running tests/rustpat.rs (/opt/rustwide/target/debug/deps/rustpat-ee2e680fa1ee23c6)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stderr] ALSA lib pcm.c:2721:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround51
[INFO] [stdout] test test_play_invalid_audio - should panic ... ok
[INFO] [stdout] test test_play_audio ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_play_audio stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_play_audio' (26) panicked at tests/rustpat.rs:5:35:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: AudioDeviceError
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62ffa7dd06d2 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62ffa7dd06d2 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62ffa7dd06d2 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62ffa7dd06d2 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62ffa7de503a - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62ffa7de503a - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x62ffa7dd5506 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62ffa7dd5506 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x62ffa7daeb9f - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62ffa7daeb9f - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62ffa7dc89b9 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x62ffa7d622ce - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x62ffa7d622ce - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62ffa7dc8b72 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x62ffa7dc8b72 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x62ffa7daec58 - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x62ffa7da6629 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x62ffa7dafaad - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x62ffa7de56cc - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x62ffa7de5482 - core[c5ed12ab89cc536a]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x62ffa7d559b8 - <core[c5ed12ab89cc536a]::result::Result<rustpat[b1680613ba4e8dbd]::PAT, rustpat[b1680613ba4e8dbd]::PATError>>::unwrap
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x62ffa7d559b8 - rustpat[21ab2712f5c19101]::test_play_audio
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/rustpat.rs:5:35
[INFO] [stdout]   22:     0x62ffa7d55897 - rustpat[21ab2712f5c19101]::test_play_audio::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/rustpat.rs:4:21
[INFO] [stdout]   23:     0x62ffa7d56566 - <rustpat[21ab2712f5c19101]::test_play_audio::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x62ffa7d5667b - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x62ffa7d5667b - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x62ffa7d62eda - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x62ffa7d62eda - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x62ffa7d62eda - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x62ffa7d62eda - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x62ffa7d62eda - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x62ffa7d62eda - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x62ffa7d62eda - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x62ffa7d5d3a4 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x62ffa7d5d3a4 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x62ffa7d659d2 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x62ffa7d659d2 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x62ffa7d659d2 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x62ffa7d659d2 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x62ffa7d659d2 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x62ffa7d659d2 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x62ffa7d659d2 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x62ffa7dcff7f - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x62ffa7dcff7f - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   44:     0x75834129daa4 - <unknown>
[INFO] [stdout]   45:     0x75834132aa64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_play_audio
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test rustpat`
[INFO] running `Command { std: "docker" "inspect" "c4ca39a9982c30fddff6ced7fa1d3972c0817a03f56ea41d4fc6d448f3573221", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4ca39a9982c30fddff6ced7fa1d3972c0817a03f56ea41d4fc6d448f3573221", kill_on_drop: false }`
[INFO] [stdout] c4ca39a9982c30fddff6ced7fa1d3972c0817a03f56ea41d4fc6d448f3573221
