[INFO] fetching crate av-ivf 0.5.0...
[INFO] checking av-ivf-0.5.0 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate av-ivf 0.5.0 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate av-ivf 0.5.0 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate av-ivf 0.5.0
[INFO] finished tweaking crates.io crate av-ivf 0.5.0
[INFO] tweaked toml for crates.io crate av-ivf 0.5.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate crates.io crate av-ivf 0.5.0 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" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded thiserror v1.0.32
[INFO] [stderr]   Downloaded av-format v0.7.0
[INFO] [stderr]   Downloaded av-data v0.4.0
[INFO] [stderr]   Downloaded av-bitstream v0.2.0
[INFO] [stderr]   Downloaded thiserror-impl v1.0.32
[INFO] [stderr]   Downloaded byte-slice-cast v1.2.1
[INFO] [stderr]   Downloaded clap_derive v3.2.17
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 480f5f60dc6311ad70b8e09f9988c4ef37a1a0bd890b7868f8d8c6349d154f15
[INFO] running `Command { std: "docker" "start" "-a" "480f5f60dc6311ad70b8e09f9988c4ef37a1a0bd890b7868f8d8c6349d154f15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "480f5f60dc6311ad70b8e09f9988c4ef37a1a0bd890b7868f8d8c6349d154f15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "480f5f60dc6311ad70b8e09f9988c4ef37a1a0bd890b7868f8d8c6349d154f15", kill_on_drop: false }`
[INFO] [stdout] 480f5f60dc6311ad70b8e09f9988c4ef37a1a0bd890b7868f8d8c6349d154f15
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2d182cb7c5257fd3efdc381d2b6fd270c31a7a3cabe82348ec9edcf348fcdf97
[INFO] running `Command { std: "docker" "start" "-a" "2d182cb7c5257fd3efdc381d2b6fd270c31a7a3cabe82348ec9edcf348fcdf97", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.3
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking byte-slice-cast v1.2.1
[INFO] [stderr]     Checking humantime v1.3.0
[INFO] [stderr]     Checking once_cell v1.13.1
[INFO] [stderr]     Checking textwrap v0.15.0
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking fastrand v1.8.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]     Checking tempfile v3.3.0
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking nom v7.1.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking regex v1.6.0
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]     Checking pretty_env_logger v0.4.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.32
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling clap_derive v3.2.17
[INFO] [stderr]     Checking thiserror v1.0.32
[INFO] [stderr]     Checking av-data v0.4.0
[INFO] [stderr]     Checking av-bitstream v0.2.0
[INFO] [stderr]     Checking av-format v0.7.0
[INFO] [stderr]     Checking av-ivf v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking clap v3.2.17
[INFO] [stdout] error: couldn't read src/../assets/single_stream_av1.ivf: No such file or directory (os error 2)
[INFO] [stdout]    --> src/demuxer.rs:273:24
[INFO] [stdout]     |
[INFO] [stdout] 273 |     const IVF: &[u8] = include_bytes!("../assets/single_stream_av1.ivf");
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `AccReader` is imported redundantly
[INFO] [stdout]    --> src/demuxer.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 268 |     use av_format::buffer::AccReader;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 |     use super::*;
[INFO] [stdout]     |         -------- the item `AccReader` is already imported here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Context` is imported redundantly
[INFO] [stdout]    --> src/demuxer.rs:269:9
[INFO] [stdout]     |
[INFO] [stdout] 269 |     use av_format::demuxer::Context;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 270 |
[INFO] [stdout] 271 |     use super::*;
[INFO] [stdout]     |         -------- the item `Context` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `GlobalInfo` is imported redundantly
[INFO] [stdout]    --> src/muxer.rs:189:9
[INFO] [stdout]     |
[INFO] [stdout] 189 |     use av_format::common::GlobalInfo;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 |     use super::*;
[INFO] [stdout]     |         -------- the item `GlobalInfo` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Context` is imported redundantly
[INFO] [stdout]    --> src/muxer.rs:190:28
[INFO] [stdout]     |
[INFO] [stdout] 190 |     use av_format::muxer::{Context, Writer};
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] 191 |
[INFO] [stdout] 192 |     use super::*;
[INFO] [stdout]     |         -------- the item `Context` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Writer` is imported redundantly
[INFO] [stdout]    --> src/muxer.rs:190:37
[INFO] [stdout]     |
[INFO] [stdout] 190 |     use av_format::muxer::{Context, Writer};
[INFO] [stdout]     |                                     ^^^^^^
[INFO] [stdout] 191 |
[INFO] [stdout] 192 |     use super::*;
[INFO] [stdout]     |         -------- the item `Writer` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error; 5 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `av-ivf` (lib test) due to 2 previous errors; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "2d182cb7c5257fd3efdc381d2b6fd270c31a7a3cabe82348ec9edcf348fcdf97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d182cb7c5257fd3efdc381d2b6fd270c31a7a3cabe82348ec9edcf348fcdf97", kill_on_drop: false }`
[INFO] [stdout] 2d182cb7c5257fd3efdc381d2b6fd270c31a7a3cabe82348ec9edcf348fcdf97
