[INFO] cloning repository https://github.com/sebatustra/student_intro_local [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sebatustra/student_intro_local" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebatustra%2Fstudent_intro_local", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebatustra%2Fstudent_intro_local'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 484118055ec9dd1a5e67c90ebe9da1683285acd5 [INFO] checking sebatustra/student_intro_local against try#51000a35bc99aeffdc092bf2226ab562eedb9eff for pr-135899 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebatustra%2Fstudent_intro_local" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sebatustra/student_intro_local on toolchain 51000a35bc99aeffdc092bf2226ab562eedb9eff [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+51000a35bc99aeffdc092bf2226ab562eedb9eff" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sebatustra/student_intro_local [INFO] finished tweaking git repo https://github.com/sebatustra/student_intro_local [INFO] tweaked toml for git repo https://github.com/sebatustra/student_intro_local written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/sebatustra/student_intro_local 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" "+51000a35bc99aeffdc092bf2226ab562eedb9eff" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:6475c868a6d27846ca172efb246699580b64b57a5b3744ef73949e850a31b38a" "/opt/rustwide/cargo-home/bin/cargo" "+51000a35bc99aeffdc092bf2226ab562eedb9eff" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e27d151dc1ac9df9ab928cbdfa1b697842b1c3893f422e76f262352b434ec048 [INFO] running `Command { std: "docker" "start" "-a" "e27d151dc1ac9df9ab928cbdfa1b697842b1c3893f422e76f262352b434ec048", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e27d151dc1ac9df9ab928cbdfa1b697842b1c3893f422e76f262352b434ec048", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e27d151dc1ac9df9ab928cbdfa1b697842b1c3893f422e76f262352b434ec048", kill_on_drop: false }` [INFO] [stdout] e27d151dc1ac9df9ab928cbdfa1b697842b1c3893f422e76f262352b434ec048 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:6475c868a6d27846ca172efb246699580b64b57a5b3744ef73949e850a31b38a" "/opt/rustwide/cargo-home/bin/cargo" "+51000a35bc99aeffdc092bf2226ab562eedb9eff" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 88309166f118e5cd277ff837b7e3a4b5f2b57d6526b53fa40a67bec966612c5d [INFO] running `Command { std: "docker" "start" "-a" "88309166f118e5cd277ff837b7e3a4b5f2b57d6526b53fa40a67bec966612c5d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Compiling semver v1.0.21 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Checking cpufeatures v0.2.12 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Checking either v1.10.0 [INFO] [stderr] Compiling syn v2.0.49 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling ahash v0.8.8 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling thiserror v1.0.57 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking block-padding v0.2.1 [INFO] [stderr] Checking zerocopy v0.7.32 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling jobserver v0.1.28 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling indexmap v2.2.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.91 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Checking ark-std v0.4.0 [INFO] [stderr] Compiling libsecp256k1-core v0.2.2 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking hashbrown v0.13.2 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling toml_edit v0.21.1 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling bumpalo v3.15.0 [INFO] [stderr] Compiling feature-probe v0.1.1 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling bv v0.11.1 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.91 [INFO] [stderr] Compiling libsecp256k1-gen-ecmult v0.2.1 [INFO] [stderr] Compiling libsecp256k1-gen-genmult v0.2.1 [INFO] [stderr] Checking bitmaps v2.1.0 [INFO] [stderr] Compiling solana-frozen-abi-macro v1.18.2 [INFO] [stderr] Compiling im v15.1.0 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling anyhow v1.0.79 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Checking keccak v0.1.5 [INFO] [stderr] Checking sized-chunks v0.6.5 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Compiling borsh v1.3.1 [INFO] [stderr] Checking rayon v1.8.1 [INFO] [stderr] Compiling borsh-schema-derive-internal v0.9.3 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.91 [INFO] [stderr] Compiling borsh-derive-internal v0.9.3 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling thiserror-impl v1.0.57 [INFO] [stderr] Compiling proc-macro-crate v3.1.0 [INFO] [stderr] Compiling ark-serialize-derive v0.4.2 [INFO] [stderr] Compiling ark-ff-macros v0.4.2 [INFO] [stderr] Checking zeroize v1.3.0 [INFO] [stderr] Compiling ark-ff-asm v0.4.2 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling syn_derive v0.1.8 [INFO] [stderr] Compiling borsh-derive-internal v0.10.3 [INFO] [stdout] error: failed to write /tmp/rustc1eVU6B/lib.rmeta: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `toml_edit` (lib) due to 1 previous error [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 `ark-ff-macros` (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/51000a35bc99aeffdc092bf2226ab562eedb9eff/bin/rustc --crate-name ark_ff_macros --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ark-ff-macros-0.4.2/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f45d434467bcc6c -C extra-filename=-ca045cf511cb2b5c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_bigint=/opt/rustwide/target/debug/deps/libnum_bigint-747da584910149d7.rlib --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-7a572f63b754aedb.rlib --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-99f794e82b16354b.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustctj48o2/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustctj48o2/symbols.o" "<16 object files omitted>" "/opt/rustwide/target/debug/deps/thiserror_impl-376372791f542806.210yf6uyo4ddti80xiukyguj4.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-bb5b1627d6529be5.rlib,libquote-34c03e7f7b0b2442.rlib,libproc_macro2-f85d41bda43c41c1.rlib,libunicode_ident-f2de522ba645d884.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,libliteral_escaper-*,librustc_std_workspace_std-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustctj48o2/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libthiserror_impl-376372791f542806.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] Stack dump: [INFO] [stdout] 0. Program arguments: /opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld -flavor gnu -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/ccJAL02C.res --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -shared -z relro -o /opt/rustwide/target/debug/deps/libthiserror_impl-376372791f542806.so /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/tmp/rustctj48o2/raw-dylibs -L/opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. --version-script=/tmp/rustctj48o2/list --no-undefined-version /tmp/rustctj48o2/symbols.o /opt/rustwide/target/debug/deps/thiserror_impl-376372791f542806.thiserror_impl.ad66b18f5e5d5b72-cgu.00.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-376372791f542806.thiserror_impl.ad66b18f5e5d5b72-cgu.01.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-376372791f542806.thiserror_impl.ad66b18f5e5d5b72-cgu.02.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-376372791f542806.thiserror_impl.ad66b18f5e5d5b72-cgu.03.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-376372791f542806.thiserror_impl.ad66b18f5e5d5b72-cgu.04.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-376372791f542806.thiserror_impl.ad66b18f5e5d5b72-cgu.05.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-376372791f542806.thiserror_impl.ad66b18f5e5d5b72-cgu.06.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-376372791f542806.thiserror_impl.ad66b18f5e5d5b72-cgu.07.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-376372791f542806.thiserror_impl.ad66b18f5e5d5b72-cgu.08.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-376372791f542806.thiserror_impl.ad66b18f5e5d5b72-cgu.09.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-376372791f542806.thiserror_impl.ad66b18f5e5d5b72-cgu.10.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-376372791f542806.thiserror_impl.ad66b18f5e5d5b72-cgu.11.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-376372791f542806.thiserror_impl.ad66b18f5e5d5b72-cgu.12.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-376372791f542806.thiserror_impl.ad66b18f5e5d5b72-cgu.13.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-376372791f542806.thiserror_impl.ad66b18f5e5d5b72-cgu.14.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-376372791f542806.thiserror_impl.ad66b18f5e5d5b72-cgu.15.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-376372791f542806.210yf6uyo4ddti80xiukyguj4.rcgu.rmeta /opt/rustwide/target/debug/deps/thiserror_impl-376372791f542806.53ox73z8mgne0mwx4cznmm4y7.rcgu.o --as-needed -Bstatic /opt/rustwide/target/debug/deps/libsyn-bb5b1627d6529be5.rlib /opt/rustwide/target/debug/deps/libquote-34c03e7f7b0b2442.rlib /opt/rustwide/target/debug/deps/libproc_macro2-f85d41bda43c41c1.rlib /opt/rustwide/target/debug/deps/libunicode_ident-f2de522ba645d884.rlib /opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-0482a8d7b9039301.rlib /opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/lib/libliteral_escaper-767cec7ca61488a3.rlib /opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-7b0b5847aae5a5aa.rlib /opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-168b2af3cdbd9a8b.rlib /opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-50ee00a6fa5c5e39.rlib /opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-e23f881d85955200.rlib /opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-a49c48c72917b7fd.rlib /opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-3ca1e42d18edf654.rlib /opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-a781adec4bf6a44b.rlib /opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-2968ce6079bb1f71.rlib /opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-5e63c5d4a51bde95.rlib /opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-054c4e8a42992d63.rlib /opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7b1b7572bf2bef56.rlib /opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-b1741068faf841b8.rlib /opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler2-f0b81b684679327b.rlib /opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b6c8d2f9686f2666.rlib /opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c93a46af375896b2.rlib /opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-7a21846f18ba2952.rlib /opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-96fab14884229a11.rlib /opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-186a023b8864be69.rlib /opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-74a8d2c13eeedc93.rlib /opt/rustwide/rustup-home/toolchains/51000a35bc99aeffdc092bf2226ab562eedb9eff/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-b294c1429f78dd04.rlib -Bdynamic -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc -znostart-stop-gc --eh-frame-hdr -z noexecstack --gc-sections -z relro -z now /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o [INFO] [stdout] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetayk0kr1/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `thiserror-impl` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustcYvJpW5/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcYvJpW5/symbols.o" "<3 object files omitted>" "/opt/rustwide/target/debug/deps/syn_derive-73e60f5fb6128841.39rem5ai6c2bl7j0gonxpdron.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libproc_macro_error-c98c5f7c3a83809f.rlib,libsyn-bb5b1627d6529be5.rlib,libquote-34c03e7f7b0b2442.rlib,libproc_macro2-f85d41bda43c41c1.rlib,libunicode_ident-f2de522ba645d884.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,libliteral_escaper-*,librustc_std_workspace_std-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcYvJpW5/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libsyn_derive-73e60f5fb6128841.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rayon` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `syn_derive` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "88309166f118e5cd277ff837b7e3a4b5f2b57d6526b53fa40a67bec966612c5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88309166f118e5cd277ff837b7e3a4b5f2b57d6526b53fa40a67bec966612c5d", kill_on_drop: false }` [INFO] [stdout] 88309166f118e5cd277ff837b7e3a4b5f2b57d6526b53fa40a67bec966612c5d