[INFO] fetching crate ffmpeg 0.3.0... [INFO] testing ffmpeg-0.3.0 against 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded clang-sys v1.0.1 [INFO] [stderr] Downloaded ffmpeg-sys v4.2.1 [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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ece0707c2488c8a7084b07c071681918bdfa0ee4a6b211b689fc7fad304afe68 [INFO] running `Command { std: "docker" "start" "-a" "ece0707c2488c8a7084b07c071681918bdfa0ee4a6b211b689fc7fad304afe68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ece0707c2488c8a7084b07c071681918bdfa0ee4a6b211b689fc7fad304afe68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ece0707c2488c8a7084b07c071681918bdfa0ee4a6b211b689fc7fad304afe68", kill_on_drop: false }` [INFO] [stdout] ece0707c2488c8a7084b07c071681918bdfa0ee4a6b211b689fc7fad304afe68 [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 915f4bea19c0a654a083c28a1b550e3b8a70d2753251712c882f8a779e827874 [INFO] running `Command { std: "docker" "start" "-a" "915f4bea19c0a654a083c28a1b550e3b8a70d2753251712c882f8a779e827874", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "915f4bea19c0a654a083c28a1b550e3b8a70d2753251712c882f8a779e827874", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "915f4bea19c0a654a083c28a1b550e3b8a70d2753251712c882f8a779e827874", kill_on_drop: false }` [INFO] [stdout] 915f4bea19c0a654a083c28a1b550e3b8a70d2753251712c882f8a779e827874