[INFO] cloning repository https://github.com/danbluhmhansen/danbluhmhansen.github.io [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/danbluhmhansen/danbluhmhansen.github.io" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanbluhmhansen%2Fdanbluhmhansen.github.io", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanbluhmhansen%2Fdanbluhmhansen.github.io'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 62ee5c7bfb986f579df5a39640af1f6734b52803 [INFO] checking danbluhmhansen/danbluhmhansen.github.io against master#ceab6128fa48a616bfd3e3adf4bc80133b8ee223 for no-never-type-fallback [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanbluhmhansen%2Fdanbluhmhansen.github.io" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/danbluhmhansen/danbluhmhansen.github.io on toolchain ceab6128fa48a616bfd3e3adf4bc80133b8ee223 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/danbluhmhansen/danbluhmhansen.github.io [INFO] finished tweaking git repo https://github.com/danbluhmhansen/danbluhmhansen.github.io [INFO] tweaked toml for git repo https://github.com/danbluhmhansen/danbluhmhansen.github.io written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/danbluhmhansen/danbluhmhansen.github.io 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" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded maud v0.26.0 [INFO] [stderr] Downloaded rust-i18n v3.0.1 [INFO] [stderr] Downloaded normpath v1.1.1 [INFO] [stderr] Downloaded rust-i18n-macro v3.0.0 [INFO] [stderr] Downloaded maud_macros v0.26.0 [INFO] [stderr] Downloaded rust-i18n-support v3.0.1 [INFO] [stderr] Downloaded serde_json v1.0.112 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2da6ffdc2e9f935eff87a410d7ab640335e149130d9e4750db25cb80eb4e9ed5 [INFO] running `Command { std: "docker" "start" "-a" "2da6ffdc2e9f935eff87a410d7ab640335e149130d9e4750db25cb80eb4e9ed5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2da6ffdc2e9f935eff87a410d7ab640335e149130d9e4750db25cb80eb4e9ed5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2da6ffdc2e9f935eff87a410d7ab640335e149130d9e4750db25cb80eb4e9ed5", kill_on_drop: false }` [INFO] [stdout] 2da6ffdc2e9f935eff87a410d7ab640335e149130d9e4750db25cb80eb4e9ed5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0fa4ffce5665265686879a285ab78f7e18ebd5a182bd851e66b3946fc92ca928 [INFO] running `Command { std: "docker" "start" "-a" "0fa4ffce5665265686879a285ab78f7e18ebd5a182bd851e66b3946fc92ca928", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling serde_json v1.0.112 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling winnow v0.5.35 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling arc-swap v1.6.0 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Checking unicode-ident v1.0.12 [INFO] [stderr] Compiling normpath v1.1.1 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Compiling bstr v1.9.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking smallvec v1.13.1 [INFO] [stderr] Checking regex-automata v0.4.5 [INFO] [stderr] Checking toml_datetime v0.6.5 [INFO] [stderr] Checking serde_spanned v0.6.5 [INFO] [stderr] Checking triomphe v0.1.11 [INFO] [stderr] Checking serde_yaml v0.8.26 [INFO] [stderr] Checking toml_edit v0.19.15 [INFO] [stderr] Checking globset v0.4.14 [INFO] [stderr] Checking regex v1.10.3 [INFO] [stderr] Checking ignore v0.4.22 [INFO] [stderr] Checking globwalk v0.8.1 [INFO] [stderr] Compiling maud_macros v0.26.0 [INFO] [stderr] Checking toml v0.7.8 [INFO] [stderr] Checking maud v0.26.0 [INFO] [stderr] Checking rust-i18n-support v3.0.1 [INFO] [stderr] Compiling rust-i18n v3.0.1 [INFO] [stderr] Compiling rust-i18n-macro v3.0.0 [INFO] [stderr] Checking cv v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.12s [INFO] running `Command { std: "docker" "inspect" "0fa4ffce5665265686879a285ab78f7e18ebd5a182bd851e66b3946fc92ca928", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0fa4ffce5665265686879a285ab78f7e18ebd5a182bd851e66b3946fc92ca928", kill_on_drop: false }` [INFO] [stdout] 0fa4ffce5665265686879a285ab78f7e18ebd5a182bd851e66b3946fc92ca928