[INFO] cloning repository https://github.com/telmo-carmo/rust_hello [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/telmo-carmo/rust_hello" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftelmo-carmo%2Frust_hello", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftelmo-carmo%2Frust_hello'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ac7477b74cf36f73ff55919e3fc6e584a215559c [INFO] checking telmo-carmo/rust_hello against try#d12484522bcab8d07e325c6570f226a2faace3f7 for pr-128425-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftelmo-carmo%2Frust_hello" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/telmo-carmo/rust_hello on toolchain d12484522bcab8d07e325c6570f226a2faace3f7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d12484522bcab8d07e325c6570f226a2faace3f7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/telmo-carmo/rust_hello [INFO] finished tweaking git repo https://github.com/telmo-carmo/rust_hello [INFO] tweaked toml for git repo https://github.com/telmo-carmo/rust_hello written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/telmo-carmo/rust_hello 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" "+d12484522bcab8d07e325c6570f226a2faace3f7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+d12484522bcab8d07e325c6570f226a2faace3f7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7324483eacdae15da9af7bad2d7625207da059af01d2d0bacc71c285e9c4063d [INFO] running `Command { std: "docker" "start" "-a" "7324483eacdae15da9af7bad2d7625207da059af01d2d0bacc71c285e9c4063d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7324483eacdae15da9af7bad2d7625207da059af01d2d0bacc71c285e9c4063d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7324483eacdae15da9af7bad2d7625207da059af01d2d0bacc71c285e9c4063d", kill_on_drop: false }` [INFO] [stdout] 7324483eacdae15da9af7bad2d7625207da059af01d2d0bacc71c285e9c4063d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+d12484522bcab8d07e325c6570f226a2faace3f7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 66ad85b850aecbb99cf0cedc796505cdefe7751eff23da952661561220310bd0 [INFO] running `Command { std: "docker" "start" "-a" "66ad85b850aecbb99cf0cedc796505cdefe7751eff23da952661561220310bd0", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling zerocopy v0.8.14 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Checking itoa v1.0.14 [INFO] [stderr] Compiling cc v1.2.15 [INFO] [stderr] Checking rustls-pki-types v1.11.0 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling httparse v1.10.0 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Compiling rustls v0.23.23 [INFO] [stderr] Checking log v0.4.26 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking bytes v1.10.0 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Checking adler2 v2.0.0 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Checking miniz_oxide v0.8.5 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking http v1.2.0 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Compiling serde_json v1.0.138 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking once_cell v1.20.3 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking flate2 v1.1.0 [INFO] [stderr] Checking rand_core v0.9.0 [INFO] [stderr] Checking csv-core v0.1.11 [INFO] [stderr] Checking rustls-pemfile v2.2.0 [INFO] [stderr] Checking webpki-roots v0.26.8 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking inout v0.1.3 [INFO] [stderr] Compiling ring v0.17.11 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking utf-8 v0.7.6 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking cpufeatures v0.2.17 [INFO] [stderr] Checking pico-args v0.5.0 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking chacha20 v0.9.1 [INFO] [stderr] Checking ureq-proto v0.3.2 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking rand v0.9.0 [INFO] [stderr] Checking rustls-webpki v0.102.8 [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/rand-71463465d4c7724e.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/rand-71463465d4c7724e/dep-lib-rand` [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: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaUdAzR9" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rustls-webpki` (lib) due to 1 previous error [INFO] [stdout] error: error writing metadata object file: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde_derive` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "66ad85b850aecbb99cf0cedc796505cdefe7751eff23da952661561220310bd0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66ad85b850aecbb99cf0cedc796505cdefe7751eff23da952661561220310bd0", kill_on_drop: false }` [INFO] [stdout] 66ad85b850aecbb99cf0cedc796505cdefe7751eff23da952661561220310bd0