[INFO] cloning repository https://github.com/Calme1709/http-server
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Calme1709/http-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCalme1709%2Fhttp-server", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCalme1709%2Fhttp-server'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3a1d48392edc9f6e0d9844c8c58a6563aab0eed7
[INFO] building Calme1709/http-server against master#ad211ced81509462cdfe4c29ed10f97279a0acae for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCalme1709%2Fhttp-server" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Calme1709/http-server on toolchain ad211ced81509462cdfe4c29ed10f97279a0acae
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Calme1709/http-server
[INFO] finished tweaking git repo https://github.com/Calme1709/http-server
[INFO] tweaked toml for git repo https://github.com/Calme1709/http-server written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/Calme1709/http-server 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" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 84858032f2bf42553e49d251a72b63115c24eaadfea4da4018ef8be0fc163fa5
[INFO] running `Command { std: "docker" "start" "-a" "84858032f2bf42553e49d251a72b63115c24eaadfea4da4018ef8be0fc163fa5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "84858032f2bf42553e49d251a72b63115c24eaadfea4da4018ef8be0fc163fa5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84858032f2bf42553e49d251a72b63115c24eaadfea4da4018ef8be0fc163fa5", kill_on_drop: false }`
[INFO] [stdout] 84858032f2bf42553e49d251a72b63115c24eaadfea4da4018ef8be0fc163fa5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1ac48998dbec90f3ca9f2f5c2ce8607b0602ec7aa4788c44ccef14adb1ef10d8
[INFO] running `Command { std: "docker" "start" "-a" "1ac48998dbec90f3ca9f2f5c2ce8607b0602ec7aa4788c44ccef14adb1ef10d8", kill_on_drop: false }`
[INFO] [stderr]    Compiling http_server v0.1.0 (/opt/rustwide/workdir/http_server)
[INFO] [stderr]    Compiling example_app v0.1.0 (/opt/rustwide/workdir/example_app)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
[INFO] running `Command { std: "docker" "inspect" "1ac48998dbec90f3ca9f2f5c2ce8607b0602ec7aa4788c44ccef14adb1ef10d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ac48998dbec90f3ca9f2f5c2ce8607b0602ec7aa4788c44ccef14adb1ef10d8", kill_on_drop: false }`
[INFO] [stdout] 1ac48998dbec90f3ca9f2f5c2ce8607b0602ec7aa4788c44ccef14adb1ef10d8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 06e12db078fbef16e93d9d4d537a64331a101b31ce616ac0c20ebf58e61f355c
[INFO] running `Command { std: "docker" "start" "-a" "06e12db078fbef16e93d9d4d537a64331a101b31ce616ac0c20ebf58e61f355c", kill_on_drop: false }`
[INFO] [stderr]    Compiling example_app v0.1.0 (/opt/rustwide/workdir/example_app)
[INFO] [stderr]    Compiling http_server v0.1.0 (/opt/rustwide/workdir/http_server)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.60s
[INFO] running `Command { std: "docker" "inspect" "06e12db078fbef16e93d9d4d537a64331a101b31ce616ac0c20ebf58e61f355c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06e12db078fbef16e93d9d4d537a64331a101b31ce616ac0c20ebf58e61f355c", kill_on_drop: false }`
[INFO] [stdout] 06e12db078fbef16e93d9d4d537a64331a101b31ce616ac0c20ebf58e61f355c
