[INFO] cloning repository https://github.com/elatelation/lmmp [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/elatelation/lmmp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felatelation%2Flmmp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felatelation%2Flmmp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d23f71ca3bb37aebbf525f2d7213c2eab714abc2 [INFO] checking elatelation/lmmp against master#dfd7b8d03fb93d0e03147d28b3be6d93260fa94d for pr-87050 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felatelation%2Flmmp" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/elatelation/lmmp on toolchain dfd7b8d03fb93d0e03147d28b3be6d93260fa94d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/elatelation/lmmp [INFO] finished tweaking git repo https://github.com/elatelation/lmmp [INFO] tweaked toml for git repo https://github.com/elatelation/lmmp written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/elatelation/lmmp already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "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-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] af27d2358718e2b35959840d96057094e7d69a5558fbc6e959dafd0acfae4d63 [INFO] running `Command { std: "docker" "start" "-a" "af27d2358718e2b35959840d96057094e7d69a5558fbc6e959dafd0acfae4d63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "af27d2358718e2b35959840d96057094e7d69a5558fbc6e959dafd0acfae4d63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af27d2358718e2b35959840d96057094e7d69a5558fbc6e959dafd0acfae4d63", kill_on_drop: false }` [INFO] [stdout] af27d2358718e2b35959840d96057094e7d69a5558fbc6e959dafd0acfae4d63 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1abac572efa8674263baa8fdcfde05d3d95a17400c80e5005232cb9309b1b610 [INFO] running `Command { std: "docker" "start" "-a" "1abac572efa8674263baa8fdcfde05d3d95a17400c80e5005232cb9309b1b610", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling regex-syntax v0.6.23 [INFO] [stderr] Compiling bindgen v0.54.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling khronos_api v1.0.1 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Compiling ffmpeg-next v4.3.8 [INFO] [stderr] Compiling mp4ameta_proc v0.4.0 [INFO] [stderr] Checking byteorder v1.4.2 [INFO] [stderr] Checking any_ascii v0.1.7 [INFO] [stderr] Checking defaultmap v0.5.0 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling xml-rs v0.6.1 [INFO] [stderr] Checking lexical-sort v0.3.1 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling clang-sys v0.29.3 [INFO] [stderr] Checking mp4ameta v0.9.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling gl_generator v0.5.5 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Checking flate2 v1.0.20 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling lmmp v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking id3 v0.6.2 [INFO] [stderr] Compiling regex v1.4.4 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling ffmpeg-sys-next v4.3.5 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 56.29s [INFO] running `Command { std: "docker" "inspect" "1abac572efa8674263baa8fdcfde05d3d95a17400c80e5005232cb9309b1b610", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1abac572efa8674263baa8fdcfde05d3d95a17400c80e5005232cb9309b1b610", kill_on_drop: false }` [INFO] [stdout] 1abac572efa8674263baa8fdcfde05d3d95a17400c80e5005232cb9309b1b610