[INFO] cloning repository https://github.com/backuitist/rust-hello-world-nix-armv7 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/backuitist/rust-hello-world-nix-armv7" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbackuitist%2Frust-hello-world-nix-armv7", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbackuitist%2Frust-hello-world-nix-armv7'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f2e8160ab52df12bc3819845fd2c6bb15ccf4771 [INFO] checking backuitist/rust-hello-world-nix-armv7/f2e8160ab52df12bc3819845fd2c6bb15ccf4771 against master#f8192ba0d00bbbc58a10c45823ba010e98ea4474 for pr-130531 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbackuitist%2Frust-hello-world-nix-armv7" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/backuitist/rust-hello-world-nix-armv7 on toolchain f8192ba0d00bbbc58a10c45823ba010e98ea4474 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f8192ba0d00bbbc58a10c45823ba010e98ea4474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-4-tc1/source/.cargo/config [INFO] started tweaking git repo https://github.com/backuitist/rust-hello-world-nix-armv7 [INFO] finished tweaking git repo https://github.com/backuitist/rust-hello-world-nix-armv7 [INFO] tweaked toml for git repo https://github.com/backuitist/rust-hello-world-nix-armv7 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/backuitist/rust-hello-world-nix-armv7 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" "+f8192ba0d00bbbc58a10c45823ba010e98ea4474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rocket_codegen v0.4.1 [INFO] [stderr] Downloaded rocket_http v0.4.1 [INFO] [stderr] Downloaded rocket v0.4.1 [INFO] [stderr] Downloaded libc v0.2.57 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f8192ba0d00bbbc58a10c45823ba010e98ea4474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 27f7ef8bf09e35a043024b9a8be9b870358f61552894b2e207fa6b32b8c1fda1 [INFO] running `Command { std: "docker" "start" "-a" "27f7ef8bf09e35a043024b9a8be9b870358f61552894b2e207fa6b32b8c1fda1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "27f7ef8bf09e35a043024b9a8be9b870358f61552894b2e207fa6b32b8c1fda1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27f7ef8bf09e35a043024b9a8be9b870358f61552894b2e207fa6b32b8c1fda1", kill_on_drop: false }` [INFO] [stdout] 27f7ef8bf09e35a043024b9a8be9b870358f61552894b2e207fa6b32b8c1fda1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f8192ba0d00bbbc58a10c45823ba010e98ea4474" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3789dd1a09a4cfa61c2241884f02af81bced89bd0802815674238429e70e5f2f [INFO] running `Command { std: "docker" "start" "-a" "3789dd1a09a4cfa61c2241884f02af81bced89bd0802815674238429e70e5f2f", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling libc v0.2.57 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling cc v1.0.37 [INFO] [stderr] Compiling yansi v0.4.0 [INFO] [stderr] Compiling httparse v1.3.3 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling pear_codegen v0.1.2 [INFO] [stderr] Compiling smallvec v0.6.9 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling safemem v0.3.0 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling yansi v0.5.0 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling untrusted v0.6.2 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling serde v1.0.92 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling typeable v0.1.2 [INFO] [stderr] Compiling rocket_codegen v0.4.1 [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling state v0.4.1 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling rocket v0.4.1 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking cookie v0.11.1 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `ring` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/f8192ba0d00bbbc58a10c45823ba010e98ea4474/bin/rustc --crate-name ring --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ring-0.13.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="use_heap"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dev_urandom_fallback", "internal_benches", "rsa_signing", "slow_tests", "test_logging", "use_heap"))' -C metadata=88814df3da21c34f -C extra-filename=-88814df3da21c34f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-52882b6e63f12bbd.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-9ab2c31abe083dab.rmeta --extern untrusted=/opt/rustwide/target/debug/deps/libuntrusted-7fa91817224a4ad7.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-25575a1f18a224af/out -l static=ring-core -l static=ring-test` (exit status: 101) [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/rmetaqIXCys" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetadmbv3z" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cookie` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaM1OwXs" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cookie` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaUxNFnM/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `hyper` (lib) due to 1 previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaqx19t2" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "3789dd1a09a4cfa61c2241884f02af81bced89bd0802815674238429e70e5f2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3789dd1a09a4cfa61c2241884f02af81bced89bd0802815674238429e70e5f2f", kill_on_drop: false }` [INFO] [stdout] 3789dd1a09a4cfa61c2241884f02af81bced89bd0802815674238429e70e5f2f