[INFO] fetching crate anticipate-cli 0.6.0... [INFO] checking anticipate-cli-0.6.0 against master#5dfe648b45659db8dd0a673a806bba3df84aa3af for pr-134273 [INFO] extracting crate anticipate-cli 0.6.0 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate anticipate-cli 0.6.0 on toolchain 5dfe648b45659db8dd0a673a806bba3df84aa3af [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5dfe648b45659db8dd0a673a806bba3df84aa3af" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2-tc1/source/rust-toolchain.toml [INFO] started tweaking crates.io crate anticipate-cli 0.6.0 [INFO] finished tweaking crates.io crate anticipate-cli 0.6.0 [INFO] tweaked toml for crates.io crate anticipate-cli 0.6.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate crates.io crate anticipate-cli 0.6.0 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" "+5dfe648b45659db8dd0a673a806bba3df84aa3af" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded probability v0.20.3 [INFO] [stderr] Downloaded logos-derive v0.14.0 [INFO] [stderr] Downloaded anticipate-runner v0.5.1 [INFO] [stderr] Downloaded logos-codegen v0.14.0 [INFO] [stderr] Downloaded anticipate v0.10.0 [INFO] [stderr] Downloaded random v0.13.2 [INFO] [stderr] Downloaded special v0.10.3 [INFO] [stderr] Downloaded logos v0.14.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+5dfe648b45659db8dd0a673a806bba3df84aa3af" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2c2e386a3bfdf8c70ba766b8590b39c4ec879832d84fb4aeb8f85fc0b012df31 [INFO] running `Command { std: "docker" "start" "-a" "2c2e386a3bfdf8c70ba766b8590b39c4ec879832d84fb4aeb8f85fc0b012df31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2c2e386a3bfdf8c70ba766b8590b39c4ec879832d84fb4aeb8f85fc0b012df31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c2e386a3bfdf8c70ba766b8590b39c4ec879832d84fb4aeb8f85fc0b012df31", kill_on_drop: false }` [INFO] [stdout] 2c2e386a3bfdf8c70ba766b8590b39c4ec879832d84fb4aeb8f85fc0b012df31 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+5dfe648b45659db8dd0a673a806bba3df84aa3af" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a221c9649336f2e450547867ab42aac6a57dd5ba0b0d1d94f8c35082c57ec3f4 [INFO] running `Command { std: "docker" "start" "-a" "a221c9649336f2e450547867ab42aac6a57dd5ba0b0d1d94f8c35082c57ec3f4", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking memchr v2.7.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking bitflags v2.4.2 [INFO] [stderr] Checking linux-raw-sys v0.4.13 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling thiserror v1.0.57 [INFO] [stderr] Compiling yansi v1.0.0-rc.1 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Compiling beef v0.5.2 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling syn v2.0.50 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Checking anstyle-parse v0.2.3 [INFO] [stderr] Checking regex-automata v0.4.5 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Checking nix v0.26.4 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking regex-syntax v0.6.29 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking anstyle-query v1.0.2 [INFO] [stderr] Checking anstyle v1.0.6 [INFO] [stderr] Compiling serde_json v1.0.114 [INFO] [stderr] Checking pin-project-lite v0.2.13 [INFO] [stderr] Checking anstream v0.6.12 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking terminal_size v0.3.0 [INFO] [stderr] Checking special v0.10.3 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking random v0.13.2 [INFO] [stderr] Checking aliasable v0.1.3 [INFO] [stderr] Checking regex v1.10.3 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Compiling anyhow v1.0.80 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking strsim v0.11.0 [INFO] [stderr] Checking clap_lex v0.7.0 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking itoa v1.0.10 [INFO] [stderr] Checking ryu v1.0.17 [INFO] [stderr] Checking clap_builder v4.5.1 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking probability v0.20.3 [INFO] [stderr] Checking tracing-serde v0.1.3 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Checking unicode-segmentation v1.11.0 [INFO] [stderr] Compiling logos-codegen v0.14.0 [INFO] [stderr] Checking smallvec v1.13.1 [INFO] [stderr] Checking comma v1.0.0 [INFO] [stderr] Checking rayon v1.8.1 [INFO] [stderr] Checking colored v2.1.0 [INFO] [stderr] Checking ptyprocess v0.4.1 [INFO] [stderr] Compiling thiserror-impl v1.0.57 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling ouroboros_macro v0.18.3 [INFO] [stderr] Compiling clap_derive v4.5.0 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `thiserror-impl` (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/5dfe648b45659db8dd0a673a806bba3df84aa3af/bin/rustc --crate-name thiserror_impl --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=324ceb6a016b26bb -C extra-filename=-3992fe9b8e52a9c3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-f85d41bda43c41c1.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-34c03e7f7b0b2442.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-5fb82c6a92e5d9c2.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [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] error: could not compile `logos-codegen` (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/5dfe648b45659db8dd0a673a806bba3df84aa3af/bin/rustc --crate-name logos_codegen --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/logos-codegen-0.14.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9a8ccca39e06b90d -C extra-filename=-b827892fd07192ff --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern beef=/opt/rustwide/target/debug/deps/libbeef-a07a2fd5e8d32940.rmeta --extern fnv=/opt/rustwide/target/debug/deps/libfnv-bd60753855300b18.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-7bef99ab27b53866.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-f85d41bda43c41c1.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-34c03e7f7b0b2442.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-035ea8abe9b00591.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-5fb82c6a92e5d9c2.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaC9fuwu" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tracing-attributes` (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/rmetaXYy3rt" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `clap_derive` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "a221c9649336f2e450547867ab42aac6a57dd5ba0b0d1d94f8c35082c57ec3f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a221c9649336f2e450547867ab42aac6a57dd5ba0b0d1d94f8c35082c57ec3f4", kill_on_drop: false }` [INFO] [stdout] a221c9649336f2e450547867ab42aac6a57dd5ba0b0d1d94f8c35082c57ec3f4