[INFO] cloning repository https://github.com/dmdeemer/rsmand
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dmdeemer/rsmand" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdmdeemer%2Frsmand", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdmdeemer%2Frsmand'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 18db9203c22336898d1edb8e6e2ebc4713c1fd00
[INFO] checking dmdeemer/rsmand against try#e117153a45c546e883c1f91d82611775fcaeffe0 for pr-146470-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdmdeemer%2Frsmand" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dmdeemer/rsmand
[INFO] finished tweaking git repo https://github.com/dmdeemer/rsmand
[INFO] tweaked toml for git repo https://github.com/dmdeemer/rsmand written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dmdeemer/rsmand on toolchain e117153a45c546e883c1f91d82611775fcaeffe0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dmdeemer/rsmand 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" "+e117153a45c546e883c1f91d82611775fcaeffe0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 62e031f59b8489e31008e3d49aa88f7131650909f3e947f0fc96220784572864
[INFO] running `Command { std: "docker" "start" "-a" "62e031f59b8489e31008e3d49aa88f7131650909f3e947f0fc96220784572864", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62e031f59b8489e31008e3d49aa88f7131650909f3e947f0fc96220784572864", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62e031f59b8489e31008e3d49aa88f7131650909f3e947f0fc96220784572864", kill_on_drop: false }`
[INFO] [stdout] 62e031f59b8489e31008e3d49aa88f7131650909f3e947f0fc96220784572864
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7e1e1f13f7b6129d23cd2a86c9c13550132e85a2899a36d54aa47135b632458f
[INFO] running `Command { std: "docker" "start" "-a" "7e1e1f13f7b6129d23cd2a86c9c13550132e85a2899a36d54aa47135b632458f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling crossbeam-utils v0.8.18
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling sdl2 v0.36.0
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.17
[INFO] [stderr]     Checking crossbeam-deque v0.8.4
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking rayon v1.8.0
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]    Compiling sdl2-sys v0.36.0
[INFO] [stderr]     Checking rsmand v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s
[INFO] running `Command { std: "docker" "inspect" "7e1e1f13f7b6129d23cd2a86c9c13550132e85a2899a36d54aa47135b632458f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e1e1f13f7b6129d23cd2a86c9c13550132e85a2899a36d54aa47135b632458f", kill_on_drop: false }`
[INFO] [stdout] 7e1e1f13f7b6129d23cd2a86c9c13550132e85a2899a36d54aa47135b632458f
