[INFO] cloning repository https://github.com/DarkKirb/chir.rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DarkKirb/chir.rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDarkKirb%2Fchir.rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDarkKirb%2Fchir.rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f4bf2032c281913fc66a36a8ae11d8a471f24d21 [INFO] checking DarkKirb/chir.rs against try#d76952bc2a74b981479554f7e1e2c6f8a8c3e3bf for pr-100046 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDarkKirb%2Fchir.rs" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/DarkKirb/chir.rs on toolchain d76952bc2a74b981479554f7e1e2c6f8a8c3e3bf [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d76952bc2a74b981479554f7e1e2c6f8a8c3e3bf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/DarkKirb/chir.rs [INFO] finished tweaking git repo https://github.com/DarkKirb/chir.rs [INFO] tweaked toml for git repo https://github.com/DarkKirb/chir.rs written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/DarkKirb/chir.rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d76952bc2a74b981479554f7e1e2c6f8a8c3e3bf" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+d76952bc2a74b981479554f7e1e2c6f8a8c3e3bf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fed5f03ee0dfa516894772833a7557ca394a7bf9bb89632f715cf52965556d28 [INFO] running `Command { std: "docker" "start" "-a" "fed5f03ee0dfa516894772833a7557ca394a7bf9bb89632f715cf52965556d28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fed5f03ee0dfa516894772833a7557ca394a7bf9bb89632f715cf52965556d28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fed5f03ee0dfa516894772833a7557ca394a7bf9bb89632f715cf52965556d28", kill_on_drop: false }` [INFO] [stdout] fed5f03ee0dfa516894772833a7557ca394a7bf9bb89632f715cf52965556d28 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+d76952bc2a74b981479554f7e1e2c6f8a8c3e3bf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a6fce4f2d2694b512c7c808f688f7d4aa84da99bd17bfb2580a0d30b56e4bce9 [INFO] running `Command { std: "docker" "start" "-a" "a6fce4f2d2694b512c7c808f688f7d4aa84da99bd17bfb2580a0d30b56e4bce9", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Checking new_debug_unreachable v1.0.4 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling syn v1.0.96 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Checking mac v0.1.1 [INFO] [stderr] Checking once_cell v1.12.0 [INFO] [stderr] Checking precomputed-hash v0.1.1 [INFO] [stderr] Checking utf-8 v0.7.6 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Checking futf v0.1.5 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Checking tendril v0.4.3 [INFO] [stderr] Checking phf v0.10.1 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling phf_codegen v0.10.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.2 [INFO] [stderr] Checking string_cache v0.8.4 [INFO] [stderr] Compiling markup5ever v0.11.0 [INFO] [stderr] Compiling html5ever v0.26.0 [INFO] [stderr] Checking microformats-parser v0.1.0 (/opt/rustwide/workdir/lib/microformats-parser) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.15s [INFO] running `Command { std: "docker" "inspect" "a6fce4f2d2694b512c7c808f688f7d4aa84da99bd17bfb2580a0d30b56e4bce9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6fce4f2d2694b512c7c808f688f7d4aa84da99bd17bfb2580a0d30b56e4bce9", kill_on_drop: false }` [INFO] [stdout] a6fce4f2d2694b512c7c808f688f7d4aa84da99bd17bfb2580a0d30b56e4bce9