[INFO] fetching crate rustpat 0.6.1... [INFO] building rustpat-0.6.1 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1 [INFO] extracting crate rustpat 0.6.1 into /workspace/builds/worker-3-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-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rustpat 0.6.1 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 98dbb0f0b24399385287e69d1c2774df5746380063cf1ccdc2ba01b5652f50b6 [INFO] running `Command { std: "docker" "start" "-a" "98dbb0f0b24399385287e69d1c2774df5746380063cf1ccdc2ba01b5652f50b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "98dbb0f0b24399385287e69d1c2774df5746380063cf1ccdc2ba01b5652f50b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98dbb0f0b24399385287e69d1c2774df5746380063cf1ccdc2ba01b5652f50b6", kill_on_drop: false }` [INFO] [stdout] 98dbb0f0b24399385287e69d1c2774df5746380063cf1ccdc2ba01b5652f50b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c6230f09b4e90f4acd64300133d0489b72a32690bca2ff884dcba50a048788f6 [INFO] running `Command { std: "docker" "start" "-a" "c6230f09b4e90f4acd64300133d0489b72a32690bca2ff884dcba50a048788f6", 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 2.96s [INFO] running `Command { std: "docker" "inspect" "c6230f09b4e90f4acd64300133d0489b72a32690bca2ff884dcba50a048788f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6230f09b4e90f4acd64300133d0489b72a32690bca2ff884dcba50a048788f6", kill_on_drop: false }` [INFO] [stdout] c6230f09b4e90f4acd64300133d0489b72a32690bca2ff884dcba50a048788f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c9c477c4c910a6dc232f3bf8f9a774dbbb96c452dcd29725843466d2819fe454 [INFO] running `Command { std: "docker" "start" "-a" "c9c477c4c910a6dc232f3bf8f9a774dbbb96c452dcd29725843466d2819fe454", 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.44s [INFO] running `Command { std: "docker" "inspect" "c9c477c4c910a6dc232f3bf8f9a774dbbb96c452dcd29725843466d2819fe454", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9c477c4c910a6dc232f3bf8f9a774dbbb96c452dcd29725843466d2819fe454", kill_on_drop: false }` [INFO] [stdout] c9c477c4c910a6dc232f3bf8f9a774dbbb96c452dcd29725843466d2819fe454