[INFO] cloning repository https://github.com/getchy21/TESTSAPP [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/getchy21/TESTSAPP" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgetchy21%2FTESTSAPP", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgetchy21%2FTESTSAPP'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6246fe0ae0d33d5f7fe90638394b3b466011a625 [INFO] testing getchy21/TESTSAPP against beta-2025-02-18 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgetchy21%2FTESTSAPP" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/getchy21/TESTSAPP on toolchain beta-2025-02-18 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain [INFO] started tweaking git repo https://github.com/getchy21/TESTSAPP [INFO] finished tweaking git repo https://github.com/getchy21/TESTSAPP [INFO] tweaked toml for git repo https://github.com/getchy21/TESTSAPP written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/getchy21/TESTSAPP 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" "+beta-2025-02-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+beta-2025-02-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 95f7327a4b7cabc74c20b2690708c9b76278c2f86deca6398a4cdba00539e031 [INFO] running `Command { std: "docker" "start" "-a" "95f7327a4b7cabc74c20b2690708c9b76278c2f86deca6398a4cdba00539e031", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "95f7327a4b7cabc74c20b2690708c9b76278c2f86deca6398a4cdba00539e031", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95f7327a4b7cabc74c20b2690708c9b76278c2f86deca6398a4cdba00539e031", kill_on_drop: false }` [INFO] [stdout] 95f7327a4b7cabc74c20b2690708c9b76278c2f86deca6398a4cdba00539e031 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-02-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ee936dc18cc23734f8610f4c15b52d3e56f447567f5e28806bdcf44779648434 [INFO] running `Command { std: "docker" "start" "-a" "ee936dc18cc23734f8610f4c15b52d3e56f447567f5e28806bdcf44779648434", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling autocfg v0.1.6 [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling proc-macro2 v1.0.3 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling arrayref v0.3.5 [INFO] [stderr] Compiling constant_time_eq v0.1.4 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling crypto_api v0.2.2 [INFO] [stderr] Compiling block-padding v0.1.4 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling futures v0.1.29 [INFO] [stderr] Compiling crypto_api_chachapoly v0.2.2 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling bit-vec v0.4.4 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling directories v1.0.2 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling blake2s_simd v0.5.8 [INFO] [stderr] Compiling blake2b_simd v0.5.8 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand_xorshift v0.2.0 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling crossbeam v0.7.2 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling block-cipher-trait v0.6.2 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling aes-soft v0.3.3 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling aes v0.3.2 [INFO] [stderr] Compiling fpe v0.2.0 [INFO] [stderr] Compiling ff_derive v0.4.0 [INFO] [stderr] Compiling ff v0.5.0 [INFO] [stderr] Compiling group v0.2.0 [INFO] [stderr] Compiling pairing v0.15.0 [INFO] [stderr] Compiling zcash_primitives v0.1.0 [INFO] [stderr] Compiling bellman v0.2.0 [INFO] [stderr] Compiling zcash_proofs v0.1.0 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `zcash_proofs` (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/beta-2025-02-18-x86_64-unknown-linux-gnu/bin/rustc --crate-name zcash_proofs --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zcash_proofs-0.1.0/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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="directories"' --cfg 'feature="local-prover"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "directories", "local-prover"))' -C metadata=5e2d7873e27c7dcc -C extra-filename=-b608d61a867551df --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bellman=/opt/rustwide/target/debug/deps/libbellman-d1fcd8e44aa00a35.rmeta --extern blake2b_simd=/opt/rustwide/target/debug/deps/libblake2b_simd-7eaceed32db57219.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-bc49bd26e08be174.rmeta --extern directories=/opt/rustwide/target/debug/deps/libdirectories-336a589aaa340d99.rmeta --extern ff=/opt/rustwide/target/debug/deps/libff-4111b19921b73e6a.rmeta --extern pairing=/opt/rustwide/target/debug/deps/libpairing-164b647482fd5438.rmeta --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-75427f1862a98130.rmeta --extern zcash_primitives=/opt/rustwide/target/debug/deps/libzcash_primitives-ce767389abe78f2e.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "ee936dc18cc23734f8610f4c15b52d3e56f447567f5e28806bdcf44779648434", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee936dc18cc23734f8610f4c15b52d3e56f447567f5e28806bdcf44779648434", kill_on_drop: false }` [INFO] [stdout] ee936dc18cc23734f8610f4c15b52d3e56f447567f5e28806bdcf44779648434