[INFO] cloning repository https://github.com/cihancanayyildiz/Crowdfunding-Solana-Program [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cihancanayyildiz/Crowdfunding-Solana-Program" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcihancanayyildiz%2FCrowdfunding-Solana-Program", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcihancanayyildiz%2FCrowdfunding-Solana-Program'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 31d2ccd167200c98f8428877d8f17817446da6ce [INFO] checking cihancanayyildiz/Crowdfunding-Solana-Program/31d2ccd167200c98f8428877d8f17817446da6ce against master#eef00c8be8d92478e181011f24946cca3d468f0a for pr-129346 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcihancanayyildiz%2FCrowdfunding-Solana-Program" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cihancanayyildiz/Crowdfunding-Solana-Program on toolchain eef00c8be8d92478e181011f24946cca3d468f0a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eef00c8be8d92478e181011f24946cca3d468f0a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cihancanayyildiz/Crowdfunding-Solana-Program [INFO] finished tweaking git repo https://github.com/cihancanayyildiz/Crowdfunding-Solana-Program [INFO] tweaked toml for git repo https://github.com/cihancanayyildiz/Crowdfunding-Solana-Program written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/cihancanayyildiz/Crowdfunding-Solana-Program 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" "+eef00c8be8d92478e181011f24946cca3d468f0a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+eef00c8be8d92478e181011f24946cca3d468f0a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 227e6e42563125f091c34aef2382f6be8dc383625d74e005d694aab918b2cbc9 [INFO] running `Command { std: "docker" "start" "-a" "227e6e42563125f091c34aef2382f6be8dc383625d74e005d694aab918b2cbc9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "227e6e42563125f091c34aef2382f6be8dc383625d74e005d694aab918b2cbc9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "227e6e42563125f091c34aef2382f6be8dc383625d74e005d694aab918b2cbc9", kill_on_drop: false }` [INFO] [stdout] 227e6e42563125f091c34aef2382f6be8dc383625d74e005d694aab918b2cbc9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+eef00c8be8d92478e181011f24946cca3d468f0a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6bbdf877946ba78f24e581c5ab5d9057e90b19210eb4eb62ca1364927e31a99e [INFO] running `Command { std: "docker" "start" "-a" "6bbdf877946ba78f24e581c5ab5d9057e90b19210eb4eb62ca1364927e31a99e", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling serde_derive v1.0.143 [INFO] [stderr] Compiling serde v1.0.143 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.129 [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/.fingerprint/libc-3a3d014d9eda9017/invoked.timestamp` [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] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustcYpp6BF" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `quote` (build script) [INFO] [stderr] error: could not compile `syn` (build script) [INFO] [stderr] error: could not compile `serde` (build script) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `serde_derive` (build script) due to 1 previous error [INFO] [stderr] error: could not compile `proc-macro2` (build script) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaPMqOMV/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `version_check` (lib) due to 1 previous error [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `typenum` (build script) [INFO] running `Command { std: "docker" "inspect" "6bbdf877946ba78f24e581c5ab5d9057e90b19210eb4eb62ca1364927e31a99e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6bbdf877946ba78f24e581c5ab5d9057e90b19210eb4eb62ca1364927e31a99e", kill_on_drop: false }` [INFO] [stdout] 6bbdf877946ba78f24e581c5ab5d9057e90b19210eb4eb62ca1364927e31a99e