[INFO] fetching crate rustpat 0.6.1...
[INFO] building rustpat-0.6.1 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2
[INFO] extracting crate rustpat 0.6.1 into /workspace/builds/worker-4-tc2/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-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rustpat 0.6.1 on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9f4cad9a8f03cde0d3e3dd1c6cdad692112731a0ace2f0eb9a1d655a667e5ccd
[INFO] running `Command { std: "docker" "start" "-a" "9f4cad9a8f03cde0d3e3dd1c6cdad692112731a0ace2f0eb9a1d655a667e5ccd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9f4cad9a8f03cde0d3e3dd1c6cdad692112731a0ace2f0eb9a1d655a667e5ccd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f4cad9a8f03cde0d3e3dd1c6cdad692112731a0ace2f0eb9a1d655a667e5ccd", kill_on_drop: false }`
[INFO] [stdout] 9f4cad9a8f03cde0d3e3dd1c6cdad692112731a0ace2f0eb9a1d655a667e5ccd
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d1bad80a2a676814918b5558312355b68f88554d9858ae9b23113e51b1f32679
[INFO] running `Command { std: "docker" "start" "-a" "d1bad80a2a676814918b5558312355b68f88554d9858ae9b23113e51b1f32679", kill_on_drop: false }`
[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 3.14s
[INFO] running `Command { std: "docker" "inspect" "d1bad80a2a676814918b5558312355b68f88554d9858ae9b23113e51b1f32679", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d1bad80a2a676814918b5558312355b68f88554d9858ae9b23113e51b1f32679", kill_on_drop: false }`
[INFO] [stdout] d1bad80a2a676814918b5558312355b68f88554d9858ae9b23113e51b1f32679
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 401d80792ef60cfcab8dfd9bdcd5db5155d3cbe769eceae9ade254c15195dc8a
[INFO] running `Command { std: "docker" "start" "-a" "401d80792ef60cfcab8dfd9bdcd5db5155d3cbe769eceae9ade254c15195dc8a", 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.34s
[INFO] running `Command { std: "docker" "inspect" "401d80792ef60cfcab8dfd9bdcd5db5155d3cbe769eceae9ade254c15195dc8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "401d80792ef60cfcab8dfd9bdcd5db5155d3cbe769eceae9ade254c15195dc8a", kill_on_drop: false }`
[INFO] [stdout] 401d80792ef60cfcab8dfd9bdcd5db5155d3cbe769eceae9ade254c15195dc8a
