[INFO] cloning repository https://github.com/quot/Rust-Mandelbrot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/quot/Rust-Mandelbrot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquot%2FRust-Mandelbrot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquot%2FRust-Mandelbrot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ceb9033af2414ff3f5670b4381be01a5a86d838a [INFO] checking quot/Rust-Mandelbrot against try#4d7187a26f9eb7e5000e28e28662298d34d2508f for pr-102474 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquot%2FRust-Mandelbrot" "/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/quot/Rust-Mandelbrot on toolchain 4d7187a26f9eb7e5000e28e28662298d34d2508f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d7187a26f9eb7e5000e28e28662298d34d2508f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/quot/Rust-Mandelbrot [INFO] finished tweaking git repo https://github.com/quot/Rust-Mandelbrot [INFO] tweaked toml for git repo https://github.com/quot/Rust-Mandelbrot written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/quot/Rust-Mandelbrot already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d7187a26f9eb7e5000e28e28662298d34d2508f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+4d7187a26f9eb7e5000e28e28662298d34d2508f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d100b2e2aaf97ea48bcc6b1bea753700776dd09081a8cd29c78d2a20b7f1caa1 [INFO] running `Command { std: "docker" "start" "-a" "d100b2e2aaf97ea48bcc6b1bea753700776dd09081a8cd29c78d2a20b7f1caa1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d100b2e2aaf97ea48bcc6b1bea753700776dd09081a8cd29c78d2a20b7f1caa1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d100b2e2aaf97ea48bcc6b1bea753700776dd09081a8cd29c78d2a20b7f1caa1", kill_on_drop: false }` [INFO] [stdout] d100b2e2aaf97ea48bcc6b1bea753700776dd09081a8cd29c78d2a20b7f1caa1 [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" "+4d7187a26f9eb7e5000e28e28662298d34d2508f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0efe2c89c8fba7fddae09312a8abd8568e83c31373627381972954d904e807db [INFO] running `Command { std: "docker" "start" "-a" "0efe2c89c8fba7fddae09312a8abd8568e83c31373627381972954d904e807db", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-bigint v0.4.2 [INFO] [stderr] Compiling libc v0.2.99 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling sdl2-sys v0.34.5 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling sdl2 v0.34.5 [INFO] [stderr] Checking num-integer v0.1.44 [INFO] [stderr] Checking num-complex v0.4.0 [INFO] [stderr] Checking num v0.4.0 [INFO] [stderr] Checking mandl_draw v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.50s [INFO] running `Command { std: "docker" "inspect" "0efe2c89c8fba7fddae09312a8abd8568e83c31373627381972954d904e807db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0efe2c89c8fba7fddae09312a8abd8568e83c31373627381972954d904e807db", kill_on_drop: false }` [INFO] [stdout] 0efe2c89c8fba7fddae09312a8abd8568e83c31373627381972954d904e807db