[INFO] cloning repository https://github.com/benjaminfjones/presburger [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/benjaminfjones/presburger" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenjaminfjones%2Fpresburger", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenjaminfjones%2Fpresburger'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4bbae846138e68e4e678b1b6eb34376931c5def9 [INFO] testing benjaminfjones/presburger against 1.84.0 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenjaminfjones%2Fpresburger" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/benjaminfjones/presburger on toolchain 1.84.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.84.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/benjaminfjones/presburger [INFO] finished tweaking git repo https://github.com/benjaminfjones/presburger [INFO] tweaked toml for git repo https://github.com/benjaminfjones/presburger written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/benjaminfjones/presburger 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" "+1.84.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a5f487997f41e3d2e5125821c40808dcd06b01402381976f2dc7969d330e7c04 [INFO] running `Command { std: "docker" "start" "-a" "a5f487997f41e3d2e5125821c40808dcd06b01402381976f2dc7969d330e7c04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a5f487997f41e3d2e5125821c40808dcd06b01402381976f2dc7969d330e7c04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5f487997f41e3d2e5125821c40808dcd06b01402381976f2dc7969d330e7c04", kill_on_drop: false }` [INFO] [stdout] a5f487997f41e3d2e5125821c40808dcd06b01402381976f2dc7969d330e7c04 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 50c0308f8d03f354edd7379135436fcf05b5b1485f145f9a802c92d78266db27 [INFO] running `Command { std: "docker" "start" "-a" "50c0308f8d03f354edd7379135436fcf05b5b1485f145f9a802c92d78266db27", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.11 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling rustix v0.38.25 [INFO] [stderr] Compiling smallvec v1.11.2 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling hashbrown v0.14.2 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling getrandom v0.2.11 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling petgraph v0.6.4 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling string_cache v0.8.7 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ascii-canvas v3.0.0 [INFO] [stderr] Compiling ena v0.14.2 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling pico-args v0.5.0 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling tempfile v3.8.1 [INFO] [stderr] Compiling lalrpop-util v0.20.0 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling rand_xorshift v0.3.0 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling lalrpop v0.20.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling proptest v1.4.0 [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] error: could not compile `lalrpop` (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/1.84.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name lalrpop --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.20.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="lexer"' --cfg 'feature="pico-args"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "unicode"))' -C metadata=919b523636b1016f -C extra-filename=-919b523636b1016f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ascii_canvas=/opt/rustwide/target/debug/deps/libascii_canvas-d791d44b0304b3c1.rmeta --extern bit_set=/opt/rustwide/target/debug/deps/libbit_set-0d7685fb9a834246.rmeta --extern diff=/opt/rustwide/target/debug/deps/libdiff-ee416d39ae5adc0b.rmeta --extern ena=/opt/rustwide/target/debug/deps/libena-9184f8d7b99b1ae2.rmeta --extern is_terminal=/opt/rustwide/target/debug/deps/libis_terminal-3a901acbf0618342.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-cbf3878d7f8b75bc.rmeta --extern lalrpop_util=/opt/rustwide/target/debug/deps/liblalrpop_util-0b42b51533373937.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-9208eeb9d81731f9.rmeta --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-b7505ccc51ec5d27.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-a1461914806b5ac0.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-b9c6a6dc0b35531f.rmeta --extern string_cache=/opt/rustwide/target/debug/deps/libstring_cache-de349827e94f78f1.rmeta --extern term=/opt/rustwide/target/debug/deps/libterm-8837107cededceba.rmeta --extern tiny_keccak=/opt/rustwide/target/debug/deps/libtiny_keccak-027b204e51805bdb.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-df5fd5a07c219b38.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `lalrpop` (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/1.84.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name lalrpop --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.20.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="lexer"' --cfg 'feature="pico-args"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "unicode"))' -C metadata=77dc161affdb4371 -C extra-filename=-77dc161affdb4371 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ascii_canvas=/opt/rustwide/target/debug/deps/libascii_canvas-d791d44b0304b3c1.rmeta --extern bit_set=/opt/rustwide/target/debug/deps/libbit_set-28486b65a2596e84.rmeta --extern diff=/opt/rustwide/target/debug/deps/libdiff-ee416d39ae5adc0b.rmeta --extern ena=/opt/rustwide/target/debug/deps/libena-9184f8d7b99b1ae2.rmeta --extern is_terminal=/opt/rustwide/target/debug/deps/libis_terminal-9f9b2fa81007d0e6.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-cbf3878d7f8b75bc.rmeta --extern lalrpop_util=/opt/rustwide/target/debug/deps/liblalrpop_util-101650282b059a5b.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-9208eeb9d81731f9.rmeta --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-b7505ccc51ec5d27.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-f9649ba9a141bd16.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-b9c6a6dc0b35531f.rmeta --extern string_cache=/opt/rustwide/target/debug/deps/libstring_cache-de349827e94f78f1.rmeta --extern term=/opt/rustwide/target/debug/deps/libterm-8837107cededceba.rmeta --extern tiny_keccak=/opt/rustwide/target/debug/deps/libtiny_keccak-027b204e51805bdb.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-df5fd5a07c219b38.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "50c0308f8d03f354edd7379135436fcf05b5b1485f145f9a802c92d78266db27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50c0308f8d03f354edd7379135436fcf05b5b1485f145f9a802c92d78266db27", kill_on_drop: false }` [INFO] [stdout] 50c0308f8d03f354edd7379135436fcf05b5b1485f145f9a802c92d78266db27