[INFO] cloning repository https://github.com/andreasatle/rust-programming-principles [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andreasatle/rust-programming-principles" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandreasatle%2Frust-programming-principles", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandreasatle%2Frust-programming-principles'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 448bf3e15e48add2999fa37449f33b67e1a1acad [INFO] checking andreasatle/rust-programming-principles against try#e3fba958e26aa56a364ba6d36376f1800cd40fa5 for pr-101437 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandreasatle%2Frust-programming-principles" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/andreasatle/rust-programming-principles on toolchain e3fba958e26aa56a364ba6d36376f1800cd40fa5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e3fba958e26aa56a364ba6d36376f1800cd40fa5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/andreasatle/rust-programming-principles [INFO] finished tweaking git repo https://github.com/andreasatle/rust-programming-principles [INFO] tweaked toml for git repo https://github.com/andreasatle/rust-programming-principles written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/andreasatle/rust-programming-principles already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e3fba958e26aa56a364ba6d36376f1800cd40fa5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+e3fba958e26aa56a364ba6d36376f1800cd40fa5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 18135edb078d947a33692b0ba06c3e3618d2141fc9858ca6ba09829a1c74c3e4 [INFO] running `Command { std: "docker" "start" "-a" "18135edb078d947a33692b0ba06c3e3618d2141fc9858ca6ba09829a1c74c3e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "18135edb078d947a33692b0ba06c3e3618d2141fc9858ca6ba09829a1c74c3e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18135edb078d947a33692b0ba06c3e3618d2141fc9858ca6ba09829a1c74c3e4", kill_on_drop: false }` [INFO] [stdout] 18135edb078d947a33692b0ba06c3e3618d2141fc9858ca6ba09829a1c74c3e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+e3fba958e26aa56a364ba6d36376f1800cd40fa5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3922b5df389cf1c811bce2c2804ca1287799740341f6785681c413bdc26bb509 [INFO] running `Command { std: "docker" "start" "-a" "3922b5df389cf1c811bce2c2804ca1287799740341f6785681c413bdc26bb509", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling serde_json v1.0.78 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Checking itoa v1.0.1 [INFO] [stderr] Checking ryu v1.0.9 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Checking rust-programming-principles v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.61s [INFO] running `Command { std: "docker" "inspect" "3922b5df389cf1c811bce2c2804ca1287799740341f6785681c413bdc26bb509", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3922b5df389cf1c811bce2c2804ca1287799740341f6785681c413bdc26bb509", kill_on_drop: false }` [INFO] [stdout] 3922b5df389cf1c811bce2c2804ca1287799740341f6785681c413bdc26bb509