[INFO] cloning repository https://github.com/brunolmarques/rust-planning-cli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/brunolmarques/rust-planning-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrunolmarques%2Frust-planning-cli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrunolmarques%2Frust-planning-cli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5ea03f976830f3e8a78099669584d52dd1d89b87 [INFO] testing brunolmarques/rust-planning-cli/5ea03f976830f3e8a78099669584d52dd1d89b87 against beta-2024-10-19 for beta-1.83-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrunolmarques%2Frust-planning-cli" "/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/brunolmarques/rust-planning-cli on toolchain beta-2024-10-19 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-10-19" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/brunolmarques/rust-planning-cli [INFO] finished tweaking git repo https://github.com/brunolmarques/rust-planning-cli [INFO] tweaked toml for git repo https://github.com/brunolmarques/rust-planning-cli written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/brunolmarques/rust-planning-cli 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-2024-10-19" "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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-10-19" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4c05affa219c45a0c1b58252a29e1156d8a18461a5cc7a050edeb0337d4f1b18 [INFO] running `Command { std: "docker" "start" "-a" "4c05affa219c45a0c1b58252a29e1156d8a18461a5cc7a050edeb0337d4f1b18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4c05affa219c45a0c1b58252a29e1156d8a18461a5cc7a050edeb0337d4f1b18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c05affa219c45a0c1b58252a29e1156d8a18461a5cc7a050edeb0337d4f1b18", kill_on_drop: false }` [INFO] [stdout] 4c05affa219c45a0c1b58252a29e1156d8a18461a5cc7a050edeb0337d4f1b18 [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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-10-19" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6c594cf1b1bd62249836831d59a27d80810dfa3bb003eee9e9858c40d47dea98 [INFO] running `Command { std: "docker" "start" "-a" "6c594cf1b1bd62249836831d59a27d80810dfa3bb003eee9e9858c40d47dea98", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.51 [INFO] [stderr] Compiling unicode-ident v1.0.6 [INFO] [stderr] Compiling quote v1.0.23 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling once_cell v1.17.1 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.152 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling always-assert v0.1.2 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling ra_ap_la-arena v0.0.149 [INFO] [stderr] Compiling unicode-segmentation v1.10.1 [INFO] [stderr] Compiling text-size v1.1.0 [INFO] [stderr] Compiling ra_ap_paths v0.0.149 [INFO] [stderr] Compiling ra_ap_stdx v0.0.149 [INFO] [stderr] Compiling perf-event-open-sys v4.0.0 [INFO] [stderr] Compiling dashmap v5.4.0 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling perf-event v0.4.8 [INFO] [stderr] Compiling rustc-ap-rustc_lexer v725.0.0 [INFO] [stderr] Compiling ra_ap_limit v0.0.149 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling fst v0.4.7 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling countme v3.0.1 [INFO] [stderr] Compiling drop_bomb v0.1.5 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling ra_ap_profile v0.0.149 [INFO] [stderr] Compiling ra_ap_parser v0.0.149 [INFO] [stderr] Compiling ra_ap_text_edit v0.0.149 [INFO] [stderr] Compiling rowan v0.15.10 [INFO] [stderr] Compiling cov-mark v2.0.0-pre.1 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling dissimilar v1.0.6 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.7 [INFO] [stderr] Compiling memoffset v0.8.0 [INFO] [stderr] Compiling ra_ap_vfs v0.0.149 [INFO] [stderr] Compiling ra_ap_test_utils v0.0.149 [INFO] [stderr] Compiling crossbeam-epoch v0.9.14 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling serde_json v1.0.93 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling ra_ap_intern v0.0.149 [INFO] [stderr] Compiling ena v0.14.1 [INFO] [stderr] Compiling hkalbasi-rustc-ap-rustc_index v0.0.20221221 [INFO] [stderr] Compiling itoa v1.0.5 [INFO] [stderr] Compiling ryu v1.0.12 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling anymap v1.0.0-beta.2 [INFO] [stderr] Compiling thiserror v1.0.39 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling typed-arena v2.0.2 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling semver v1.0.16 [INFO] [stderr] Compiling camino v1.1.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling phf_shared v0.11.1 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling rayon v1.7.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling pulldown-cmark v0.9.2 [INFO] [stderr] Compiling snap v1.1.0 [INFO] [stderr] Compiling home v0.5.4 [INFO] [stderr] Compiling unicode-bidi v0.3.10 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling io-lifetimes v1.0.5 [INFO] [stderr] Compiling regex v1.7.1 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling ra_ap_toolchain v0.0.149 [INFO] [stderr] Compiling phf_generator v0.11.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling protobuf v3.1.0 [INFO] [stderr] Compiling anyhow v1.0.69 [INFO] [stderr] Compiling rustix v0.36.8 [INFO] [stderr] Compiling tracing-attributes v0.1.23 [INFO] [stderr] Compiling salsa-macros v0.17.0-pre.2 [INFO] [stderr] Compiling chalk-derive v0.88.0 [INFO] [stderr] Compiling thiserror-impl v1.0.39 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling nix v0.26.2 [INFO] [stderr] Compiling inotify v0.9.6 [INFO] [stderr] Compiling chalk-ir v0.88.0 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling salsa v0.17.0-pre.2 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling protobuf-support v3.1.0 [INFO] [stderr] Compiling hkalbasi-rustc-ap-rustc_abi v0.0.20221221 [INFO] [stderr] Compiling phf_codegen v0.11.1 [INFO] [stderr] Compiling chalk-solve v0.88.0 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling object v0.29.0 [INFO] [stderr] Compiling mio v0.8.6 [INFO] [stderr] Compiling memmap2 v0.5.10 [INFO] [stderr] Compiling filetime v0.2.20 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling linux-raw-sys v0.1.4 [INFO] [stderr] Compiling ra_ap_proc_macro_srv v0.0.149 [INFO] [stderr] Compiling jod-thread v0.1.2 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.16 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling notify v5.1.0 [INFO] [stderr] Compiling terminfo v0.7.5 [INFO] [stderr] Compiling pulldown-cmark-to-cmark v10.0.4 [INFO] [stderr] Compiling command-group v2.1.0 [INFO] [stderr] Compiling chalk-recursive v0.88.0 [INFO] [stderr] Compiling serde_repr v0.1.11 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ra_ap_rust-analyzer v0.0.149 [INFO] [stderr] Compiling xflags-macros v0.3.1 [INFO] [stderr] Compiling dot v0.1.4 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling phf v0.11.1 [INFO] [stderr] Compiling is-terminal v0.4.4 [INFO] [stderr] Compiling tracing-tree v0.2.2 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling ra_ap_vfs-notify v0.0.149 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling xflags v0.3.1 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling smol_str v0.1.24 [INFO] [stderr] Compiling cargo-platform v0.1.2 [INFO] [stderr] Compiling ra_ap_tt v0.0.149 [INFO] [stderr] Compiling ra_ap_syntax v0.0.149 [INFO] [stderr] Compiling ra_ap_cfg v0.0.149 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling cargo_metadata v0.15.3 [INFO] [stderr] Compiling ra_ap_proc_macro_api v0.0.149 [INFO] [stderr] Compiling scip v0.1.1 [INFO] [stderr] Compiling lsp-types v0.93.2 [INFO] [stderr] Compiling ra_ap_lsp-server v0.0.149 [INFO] [stderr] Compiling ra_ap_mbe v0.0.149 [INFO] [stderr] Compiling ra_ap_base_db v0.0.149 [INFO] [stderr] Compiling ra_ap_flycheck v0.0.149 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling ra_ap_hir_expand v0.0.149 [INFO] [stdout] error: failed to write /tmp/rustczfNKZF/lib.rmeta: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [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 `ra_ap_syntax` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `ra_ap_base_db` (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-2024-10-19-x86_64-unknown-linux-gnu/bin/rustc --crate-name ra_ap_base_db --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ra_ap_base_db-0.0.149/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c2f1f80bc87b9d1e -C extra-filename=-c2f1f80bc87b9d1e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cfg=/opt/rustwide/target/debug/deps/libra_ap_cfg-3e89c571020834d8.rmeta --extern profile=/opt/rustwide/target/debug/deps/libra_ap_profile-d24f0cee9380c74c.rmeta --extern stdx=/opt/rustwide/target/debug/deps/libra_ap_stdx-9a104ee5de2b24e2.rmeta --extern syntax=/opt/rustwide/target/debug/deps/libra_ap_syntax-f003b09f087deb02.rmeta --extern test_utils=/opt/rustwide/target/debug/deps/libra_ap_test_utils-2ce5be864ae2b91b.rmeta --extern tt=/opt/rustwide/target/debug/deps/libra_ap_tt-86c59784c4cfb094.rmeta --extern vfs=/opt/rustwide/target/debug/deps/libra_ap_vfs-419464982d8970e0.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-c6f5474e70a2e7fd.rmeta --extern salsa=/opt/rustwide/target/debug/deps/libsalsa-2a768241e4a2989b.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] [stderr] error: could not compile `protobuf` (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-2024-10-19-x86_64-unknown-linux-gnu/bin/rustc --crate-name protobuf --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/protobuf-3.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "with-bytes"))' -C metadata=1a4a707cae4726c8 -C extra-filename=-1a4a707cae4726c8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-3d70b1de027ce947.rmeta --extern protobuf_support=/opt/rustwide/target/debug/deps/libprotobuf_support-1dcd947eb71aaa07.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-b3c90a1dc2f33a94.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] [stdout] error: failed to build archive at `/opt/rustwide/target/debug/deps/libclap-4582bac1e269d975.rlib`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `clap` (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 `ra_ap_hir_expand` (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-2024-10-19-x86_64-unknown-linux-gnu/bin/rustc --crate-name ra_ap_hir_expand --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ra_ap_hir_expand-0.0.149/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ad05e041ecd9a59 -C extra-filename=-6ad05e041ecd9a59 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cov_mark=/opt/rustwide/target/debug/deps/libcov_mark-9a694bdcf8495f89.rmeta --extern either=/opt/rustwide/target/debug/deps/libeither-563f9e0a514ed6e6.rmeta --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-771039c3a8a556a6.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-479bf4afaa57281a.rmeta --extern base_db=/opt/rustwide/target/debug/deps/libra_ap_base_db-c2f1f80bc87b9d1e.rmeta --extern cfg=/opt/rustwide/target/debug/deps/libra_ap_cfg-3e89c571020834d8.rmeta --extern intern=/opt/rustwide/target/debug/deps/libra_ap_intern-08096dcc3383d6af.rmeta --extern la_arena=/opt/rustwide/target/debug/deps/libra_ap_la_arena-fabcedc1178dd049.rmeta --extern limit=/opt/rustwide/target/debug/deps/libra_ap_limit-d41a8ea45fbb0d3b.rmeta --extern mbe=/opt/rustwide/target/debug/deps/libra_ap_mbe-63289915861ec142.rmeta --extern profile=/opt/rustwide/target/debug/deps/libra_ap_profile-d24f0cee9380c74c.rmeta --extern stdx=/opt/rustwide/target/debug/deps/libra_ap_stdx-9a104ee5de2b24e2.rmeta --extern syntax=/opt/rustwide/target/debug/deps/libra_ap_syntax-f003b09f087deb02.rmeta --extern tt=/opt/rustwide/target/debug/deps/libra_ap_tt-86c59784c4cfb094.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-c6f5474e70a2e7fd.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-b5c20947a716f015.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-f6607a95448e7240.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `ra_ap_proc_macro_srv` (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-2024-10-19-x86_64-unknown-linux-gnu/bin/rustc --crate-name ra_ap_proc_macro_srv --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ra_ap_proc_macro_srv-0.0.149/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("sysroot-abi"))' -C metadata=08c7720de514f478 -C extra-filename=-08c7720de514f478 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-8238d6ced64818c4.rmeta --extern memmap2=/opt/rustwide/target/debug/deps/libmemmap2-60a251504539d93f.rmeta --extern object=/opt/rustwide/target/debug/deps/libobject-e8e6164363dd6df4.rmeta --extern mbe=/opt/rustwide/target/debug/deps/libra_ap_mbe-63289915861ec142.rmeta --extern paths=/opt/rustwide/target/debug/deps/libra_ap_paths-92f7a7153a023a68.rmeta --extern proc_macro_api=/opt/rustwide/target/debug/deps/libra_ap_proc_macro_api-1e8cdbcb34743405.rmeta --extern tt=/opt/rustwide/target/debug/deps/libra_ap_tt-86c59784c4cfb094.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "6c594cf1b1bd62249836831d59a27d80810dfa3bb003eee9e9858c40d47dea98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c594cf1b1bd62249836831d59a27d80810dfa3bb003eee9e9858c40d47dea98", kill_on_drop: false }` [INFO] [stdout] 6c594cf1b1bd62249836831d59a27d80810dfa3bb003eee9e9858c40d47dea98