[INFO] cloning repository https://github.com/mp0liiu/rust-hyper-example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mp0liiu/rust-hyper-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmp0liiu%2Frust-hyper-example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmp0liiu%2Frust-hyper-example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e87ac5e3b2680b563d5af0381a73f81f1fee0e35
[INFO] checking mp0liiu/rust-hyper-example against master#8a65ee08296b36342bf7c3cdc15312ccbc357227 for pr-142704
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmp0liiu%2Frust-hyper-example" "/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/mp0liiu/rust-hyper-example on toolchain 8a65ee08296b36342bf7c3cdc15312ccbc357227
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/mp0liiu/rust-hyper-example
[INFO] finished tweaking git repo https://github.com/mp0liiu/rust-hyper-example
[INFO] tweaked toml for git repo https://github.com/mp0liiu/rust-hyper-example written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/mp0liiu/rust-hyper-example 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" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded fuchsia-zircon-sys v0.3.2
[INFO] [stderr]   Downloaded rand v0.3.19
[INFO] [stderr]   Downloaded fuchsia-zircon v0.3.2
[INFO] [stderr]   Downloaded tokio-core v0.1.11
[INFO] [stderr]   Downloaded hyper v0.11.10
[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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7a0a5b3b1bec2102d95bd3cf196c146530ef55959b85f5b4b405f50e08212fb3
[INFO] running `Command { std: "docker" "start" "-a" "7a0a5b3b1bec2102d95bd3cf196c146530ef55959b85f5b4b405f50e08212fb3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7a0a5b3b1bec2102d95bd3cf196c146530ef55959b85f5b4b405f50e08212fb3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a0a5b3b1bec2102d95bd3cf196c146530ef55959b85f5b4b405f50e08212fb3", kill_on_drop: false }`
[INFO] [stdout] 7a0a5b3b1bec2102d95bd3cf196c146530ef55959b85f5b4b405f50e08212fb3
[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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a33c32c7aff7c3e2cc58c8ba31aace0f9406a1db4f4e6fd6e887081b9b0932d5
[INFO] running `Command { std: "docker" "start" "-a" "a33c32c7aff7c3e2cc58c8ba31aace0f9406a1db4f4e6fd6e887081b9b0932d5", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Checking libc v0.2.34
[INFO] [stderr]     Checking cfg-if v0.1.2
[INFO] [stderr]     Checking futures v0.1.17
[INFO] [stderr]     Checking byteorder v1.2.1
[INFO] [stderr]    Compiling version_check v0.1.3
[INFO] [stderr]     Checking slab v0.3.0
[INFO] [stderr]     Checking lazycell v0.5.1
[INFO] [stderr]     Checking slab v0.4.0
[INFO] [stderr]     Checking scoped-tls v0.1.0
[INFO] [stderr]     Checking log v0.4.1
[INFO] [stderr]     Checking safemem v0.2.0
[INFO] [stderr]     Checking take v0.1.0
[INFO] [stderr]     Checking smallvec v0.2.1
[INFO] [stderr]     Checking httparse v1.2.3
[INFO] [stderr]     Checking base64 v0.9.0
[INFO] [stderr]     Checking log v0.3.9
[INFO] [stderr]     Checking language-tags v0.2.2
[INFO] [stderr]    Compiling unicase v2.1.0
[INFO] [stderr]     Checking percent-encoding v1.0.1
[INFO] [stderr]     Checking iovec v0.1.1
[INFO] [stderr]     Checking net2 v0.2.31
[INFO] [stderr]     Checking num_cpus v1.8.0
[INFO] [stderr]     Checking rand v0.3.19
[INFO] [stderr]     Checking time v0.1.39
[INFO] [stderr]     Checking bytes v0.4.5
[INFO] [stderr]     Checking mio v0.6.11
[INFO] [stderr]     Checking mime v0.3.5
[INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/time-8997fbd79fe9c50e.d
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to write `/opt/rustwide/target/debug/.fingerprint/time-8997fbd79fe9c50e/dep-lib-time`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta47V0cZ/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bytes` (lib) due to 1 previous error
[INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/mime-ee6c3a796cebd76b.d
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to write `/opt/rustwide/target/debug/.fingerprint/mime-ee6c3a796cebd76b/dep-lib-mime`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetayZvElP/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rand` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaUdYZic/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `futures` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "a33c32c7aff7c3e2cc58c8ba31aace0f9406a1db4f4e6fd6e887081b9b0932d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a33c32c7aff7c3e2cc58c8ba31aace0f9406a1db4f4e6fd6e887081b9b0932d5", kill_on_drop: false }`
[INFO] [stdout] a33c32c7aff7c3e2cc58c8ba31aace0f9406a1db4f4e6fd6e887081b9b0932d5
