[INFO] cloning repository https://github.com/sergey-tihon/rust-macros [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sergey-tihon/rust-macros" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsergey-tihon%2Frust-macros", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsergey-tihon%2Frust-macros'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6cc9c2210ad0a3df260c75593ac5de0e657c0ac2 [INFO] testing sergey-tihon/rust-macros 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%2Fsergey-tihon%2Frust-macros" "/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/sergey-tihon/rust-macros 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] started tweaking git repo https://github.com/sergey-tihon/rust-macros [INFO] finished tweaking git repo https://github.com/sergey-tihon/rust-macros [INFO] tweaked toml for git repo https://github.com/sergey-tihon/rust-macros written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/sergey-tihon/rust-macros 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-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7b5537969016616e62d8cdc0da42ad1719503cf10d65d1a355926ecf4d12325c [INFO] running `Command { std: "docker" "start" "-a" "7b5537969016616e62d8cdc0da42ad1719503cf10d65d1a355926ecf4d12325c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7b5537969016616e62d8cdc0da42ad1719503cf10d65d1a355926ecf4d12325c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b5537969016616e62d8cdc0da42ad1719503cf10d65d1a355926ecf4d12325c", kill_on_drop: false }` [INFO] [stdout] 7b5537969016616e62d8cdc0da42ad1719503cf10d65d1a355926ecf4d12325c [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=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] 68b9b6932d6de927f9e6c5d86e9b4693cd27cba1cf55e73101d29cf408e835aa [INFO] running `Command { std: "docker" "start" "-a" "68b9b6932d6de927f9e6c5d86e9b4693cd27cba1cf55e73101d29cf408e835aa", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling winnow v0.6.18 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling trybuild v1.0.99 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling indexmap v2.5.0 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Compiling serde_spanned v0.6.7 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling toml_edit v0.22.20 [INFO] [stderr] Compiling builder-code v0.1.0 (/opt/rustwide/workdir/builder-code) [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling proc-macro-derive v0.1.0 (/opt/rustwide/workdir/proc-macro-derive) [INFO] [stderr] Compiling proc-macro v0.1.0 (/opt/rustwide/workdir/proc-macro) [INFO] [stderr] Compiling panic-to-result-macro v0.1.0 (/opt/rustwide/workdir/panic-to-result-macro) [INFO] [stderr] Compiling config-macro v0.1.0 (/opt/rustwide/workdir/config-macro) [INFO] [stderr] Compiling proc-macro-attr v0.1.0 (/opt/rustwide/workdir/proc-macro-attr) [INFO] [stderr] Compiling builder-macro v0.1.0 (/opt/rustwide/workdir/builder-macro) [INFO] [stderr] Compiling toml v0.8.19 [INFO] [stderr] Compiling app v0.1.0 (/opt/rustwide/workdir/app) [INFO] [stderr] pub struct Example4 { pub first : String, pub second : u32 } [INFO] [stderr] pub struct Example5(u32, String); [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.91s [INFO] running `Command { std: "docker" "inspect" "68b9b6932d6de927f9e6c5d86e9b4693cd27cba1cf55e73101d29cf408e835aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "68b9b6932d6de927f9e6c5d86e9b4693cd27cba1cf55e73101d29cf408e835aa", kill_on_drop: false }` [INFO] [stdout] 68b9b6932d6de927f9e6c5d86e9b4693cd27cba1cf55e73101d29cf408e835aa [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=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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 43eaa9f8c35552c618f20e1a58aeed3f9a2821f308d0d6b4338d5769318c9766 [INFO] running `Command { std: "docker" "start" "-a" "43eaa9f8c35552c618f20e1a58aeed3f9a2821f308d0d6b4338d5769318c9766", kill_on_drop: false }` [INFO] [stderr] Compiling config-macro v0.1.0 (/opt/rustwide/workdir/config-macro) [INFO] [stderr] Compiling proc-macro v0.1.0 (/opt/rustwide/workdir/proc-macro) [INFO] [stderr] Compiling proc-macro-derive v0.1.0 (/opt/rustwide/workdir/proc-macro-derive) [INFO] [stderr] Compiling proc-macro-attr v0.1.0 (/opt/rustwide/workdir/proc-macro-attr) [INFO] [stderr] Compiling panic-to-result-macro v0.1.0 (/opt/rustwide/workdir/panic-to-result-macro) [INFO] [stderr] Compiling builder-macro v0.1.0 (/opt/rustwide/workdir/builder-macro) [INFO] [stderr] Compiling builder-code v0.1.0 (/opt/rustwide/workdir/builder-code) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustcdyEwOV/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcdyEwOV/symbols.o" "<1 object files omitted>" "/opt/rustwide/target/debug/deps/proc_macro_derive-d1b688c3473d85a4.27azo8n6iz1pvl0397lq7r1nt.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-ba7a72cc2ad8401d.rlib,libquote-9611cf6771550a8d.rlib,libproc_macro2-a64901af732971e8.rlib,libunicode_ident-4531f72b7268c58a.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libproc_macro_derive-d1b688c3473d85a4.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: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `proc-macro-derive` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustco6mnB8" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `proc-macro-attr` (lib test) 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/rustcySiOTB/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcySiOTB/symbols.o" "<2 object files omitted>" "/opt/rustwide/target/debug/deps/proc_macro-bd8701947b0bc64b.5ok52r2vi3netj39obasj6683.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-ba7a72cc2ad8401d.rlib,libquote-9611cf6771550a8d.rlib,libproc_macro2-a64901af732971e8.rlib,libunicode_ident-4531f72b7268c58a.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libproc_macro-bd8701947b0bc64b.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: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustc8lpZdR/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustc8lpZdR/symbols.o" "<2 object files omitted>" "/opt/rustwide/target/debug/deps/proc_macro_attr-0fc77101f32d0f94.38ke81mix2y3b2jhivzbza5c4.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-ba7a72cc2ad8401d.rlib,libquote-9611cf6771550a8d.rlib,libproc_macro2-a64901af732971e8.rlib,libunicode_ident-4531f72b7268c58a.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libproc_macro_attr-0fc77101f32d0f94.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: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustcfSInET/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcfSInET/symbols.o" "<2 object files omitted>" "/opt/rustwide/target/debug/deps/panic_to_result_macro-fd2513c683a9d551.9red333678wc666s6yu6q6ivd.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-ba7a72cc2ad8401d.rlib,libproc_macro_error-60153a3ed0095dae.rlib,libsyn-dc6209668d94d55b.rlib,libquote-9611cf6771550a8d.rlib,libproc_macro2-a64901af732971e8.rlib,libunicode_ident-4531f72b7268c58a.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libpanic_to_result_macro-fd2513c683a9d551.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: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `proc-macro` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `panic-to-result-macro` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `proc-macro-attr` (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/rustcwbwOtf/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcwbwOtf/symbols.o" "<3 object files omitted>" "/opt/rustwide/target/debug/deps/config_macro-30ebf1174abeb63d.2dqrwchydwnenu1pgjdz38kg8.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libserde_yaml-7f2cb5c62c6f4869.rlib,libryu-a980823ac8640001.rlib,libitoa-20e94f961f8d160c.rlib,libindexmap-2dab250285c63bb3.rlib,libequivalent-487f93f8f6ab5e5b.rlib,libhashbrown-7535884dad52ee2f.rlib,libunsafe_libyaml-cfb73af1f2ca7997.rlib,libserde-77f8901e57fcef1f.rlib,libsyn-ba7a72cc2ad8401d.rlib,libquote-9611cf6771550a8d.rlib,libproc_macro2-a64901af732971e8.rlib,libunicode_ident-4531f72b7268c58a.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libconfig_macro-30ebf1174abeb63d.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: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustcJpNK3p/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcJpNK3p/symbols.o" "<1 object files omitted>" "/opt/rustwide/target/debug/deps/builder_macro-02fdc5fa5fabcb94.2gsb6m2yt4gxfdkch0b801w9e.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libbuilder_code-4f31cf44bda96316.rlib,libsyn-ba7a72cc2ad8401d.rlib,libproc_macro_error-60153a3ed0095dae.rlib,libsyn-dc6209668d94d55b.rlib,libquote-9611cf6771550a8d.rlib,libproc_macro2-a64901af732971e8.rlib,libunicode_ident-4531f72b7268c58a.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libbuilder_macro-02fdc5fa5fabcb94.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: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `config-macro` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `builder-macro` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcmoQs7T/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libproc_macro_error-60153a3ed0095dae.rlib,libsyn-dc6209668d94d55b.rlib,libsyn-ba7a72cc2ad8401d.rlib,libquote-9611cf6771550a8d.rlib,libproc_macro2-a64901af732971e8.rlib,libunicode_ident-4531f72b7268c58a.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/builder_code-5376e3d9e00bd5fc" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `builder-code` (lib test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "43eaa9f8c35552c618f20e1a58aeed3f9a2821f308d0d6b4338d5769318c9766", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43eaa9f8c35552c618f20e1a58aeed3f9a2821f308d0d6b4338d5769318c9766", kill_on_drop: false }` [INFO] [stdout] 43eaa9f8c35552c618f20e1a58aeed3f9a2821f308d0d6b4338d5769318c9766