[INFO] fetching crate ffmpeg 0.3.0... [INFO] testing ffmpeg-0.3.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate ffmpeg 0.3.0 into /workspace/builds/worker-23/source [INFO] validating manifest of crates.io crate ffmpeg 0.3.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ffmpeg 0.3.0 [INFO] finished tweaking crates.io crate ffmpeg 0.3.0 [INFO] tweaked toml for crates.io crate ffmpeg 0.3.0 written to /workspace/builds/worker-23/source/Cargo.toml [INFO] crate crates.io crate ffmpeg 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f2eccbf3e729abc611c6f9ac1e113553c285dd50b3c8ea334586b3edc496aef8 [INFO] running `Command { std: "docker" "start" "-a" "f2eccbf3e729abc611c6f9ac1e113553c285dd50b3c8ea334586b3edc496aef8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f2eccbf3e729abc611c6f9ac1e113553c285dd50b3c8ea334586b3edc496aef8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2eccbf3e729abc611c6f9ac1e113553c285dd50b3c8ea334586b3edc496aef8", kill_on_drop: false }` [INFO] [stdout] f2eccbf3e729abc611c6f9ac1e113553c285dd50b3c8ea334586b3edc496aef8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 03fa83420a5efa6ea07f80a2b1fc09ff745320acc7bbdd517ac5c79f4901e5d4 [INFO] running `Command { std: "docker" "start" "-a" "03fa83420a5efa6ea07f80a2b1fc09ff745320acc7bbdd517ac5c79f4901e5d4", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling bindgen v0.55.1 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling ffmpeg v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling clang-sys v1.0.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling ffmpeg-sys v4.2.1 [INFO] [stdout] error[E0425]: cannot find value `AVCOL_PRI_EBU3213` in this scope [INFO] [stdout] --> src/util/color/primaries.rs:66:35 [INFO] [stdout] | [INFO] [stdout] 66 | Primaries::EBU3213 => AVCOL_PRI_EBU3213, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/util/error.rs:123:35 [INFO] [stdout] | [INFO] [stdout] 123 | f.write_str(error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/util/format/pixel.rs:927:51 [INFO] [stdout] | [INFO] [stdout] 927 | ParsePixelError::NulError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ffmpeg` due to 2 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "03fa83420a5efa6ea07f80a2b1fc09ff745320acc7bbdd517ac5c79f4901e5d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03fa83420a5efa6ea07f80a2b1fc09ff745320acc7bbdd517ac5c79f4901e5d4", kill_on_drop: false }` [INFO] [stdout] 03fa83420a5efa6ea07f80a2b1fc09ff745320acc7bbdd517ac5c79f4901e5d4