[INFO] cloning repository https://github.com/fbartho/advent-of-code-2024 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fbartho/advent-of-code-2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffbartho%2Fadvent-of-code-2024", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffbartho%2Fadvent-of-code-2024'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0e476f39b3054e0a541fe3201bcb0f62f5b6c217 [INFO] testing fbartho/advent-of-code-2024 against beta-2024-12-08 for beta-1.84.0-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffbartho%2Fadvent-of-code-2024" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fbartho/advent-of-code-2024 on toolchain beta-2024-12-08 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fbartho/advent-of-code-2024 [INFO] finished tweaking git repo https://github.com/fbartho/advent-of-code-2024 [INFO] tweaked toml for git repo https://github.com/fbartho/advent-of-code-2024 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/fbartho/advent-of-code-2024 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-12-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 644f7ef6e8455586b55f5b0689f4134387ce85d31a24e6e843ea1f202fc9a1fd [INFO] running `Command { std: "docker" "start" "-a" "644f7ef6e8455586b55f5b0689f4134387ce85d31a24e6e843ea1f202fc9a1fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "644f7ef6e8455586b55f5b0689f4134387ce85d31a24e6e843ea1f202fc9a1fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "644f7ef6e8455586b55f5b0689f4134387ce85d31a24e6e843ea1f202fc9a1fd", kill_on_drop: false }` [INFO] [stdout] 644f7ef6e8455586b55f5b0689f4134387ce85d31a24e6e843ea1f202fc9a1fd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e9ba48f8def0fc42ca3d25d7be62aafc244155c75a3ccd563683ae6346f31678 [INFO] running `Command { std: "docker" "start" "-a" "e9ba48f8def0fc42ca3d25d7be62aafc244155c75a3ccd563683ae6346f31678", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling libc v0.2.167 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling serde v1.0.215 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling pin-project-lite v0.2.15 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling writeable v0.5.5 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling cc v1.2.3 [INFO] [stderr] Compiling litemap v0.7.4 [INFO] [stderr] Compiling bytes v1.9.0 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling futf v0.1.5 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling foldhash v0.1.3 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.0 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling phf v0.10.1 [INFO] [stderr] Compiling openssl v0.10.68 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling tendril v0.4.3 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling icu_properties_data v1.5.0 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling write16 v1.0.0 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling icu_normalizer_data v1.5.0 [INFO] [stderr] Compiling syn v2.0.90 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Compiling utf16_iter v1.0.5 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling serde_json v1.0.133 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling openssl-sys v0.9.104 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling psm v0.1.24 [INFO] [stderr] Compiling socket2 v0.5.8 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling indexmap v2.7.0 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling tokio v1.42.0 [INFO] [stderr] Compiling stacker v0.1.17 [INFO] [stderr] Compiling rustversion v1.0.18 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling chumsky v1.0.0-alpha.7 (https://github.com/zesterer/chumsky.git#758065d4) [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling iana-time-zone v0.1.61 [INFO] [stderr] Compiling ipnet v2.10.1 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling anyhow v1.0.94 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling clap_builder v4.5.23 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling brownstone v3.0.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling colored v2.1.0 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling indent_write v2.2.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling yansi v0.5.1 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling joinery v2.1.0 [INFO] [stderr] Compiling ariadne v0.2.0 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling grid v0.15.0 [INFO] [stderr] Compiling html5ever v0.26.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling nom-supreme v0.8.0 [INFO] [stderr] Compiling env_filter v0.1.2 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling env_logger v0.11.5 [INFO] [stderr] Compiling tokio-util v0.7.13 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling zerofrom-derive v0.1.5 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling serde_derive v1.0.215 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling macros v0.1.0 (/opt/rustwide/workdir/macros) [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling zerofrom v0.1.5 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling clap v4.5.23 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling phf_codegen v0.10.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.2 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling markup5ever v0.11.0 [INFO] [stderr] Compiling hyper v0.14.31 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling string_cache v0.8.7 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling xml5ever v0.17.0 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling markup5ever_rcdom v0.2.0 [INFO] [stderr] Compiling html2text v0.4.5 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling html2md v0.2.14 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetadVO3ic/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `reqwest` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-Wl,--version-script=/tmp/rustcQk3Ha5/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcQk3Ha5/symbols.o" "/opt/rustwide/target/debug/deps/html2md-7acbd5ac259d72de.html2md.6615f8e929e1b79b-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/html2md-7acbd5ac259d72de.html2md.6615f8e929e1b79b-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/html2md-7acbd5ac259d72de.html2md.6615f8e929e1b79b-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/html2md-7acbd5ac259d72de.html2md.6615f8e929e1b79b-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/html2md-7acbd5ac259d72de.html2md.6615f8e929e1b79b-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/html2md-7acbd5ac259d72de.html2md.6615f8e929e1b79b-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/html2md-7acbd5ac259d72de.html2md.6615f8e929e1b79b-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/html2md-7acbd5ac259d72de.html2md.6615f8e929e1b79b-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/html2md-7acbd5ac259d72de.html2md.6615f8e929e1b79b-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/html2md-7acbd5ac259d72de.html2md.6615f8e929e1b79b-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/html2md-7acbd5ac259d72de.html2md.6615f8e929e1b79b-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/html2md-7acbd5ac259d72de.html2md.6615f8e929e1b79b-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/html2md-7acbd5ac259d72de.html2md.6615f8e929e1b79b-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/html2md-7acbd5ac259d72de.html2md.6615f8e929e1b79b-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/html2md-7acbd5ac259d72de.html2md.6615f8e929e1b79b-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/html2md-7acbd5ac259d72de.html2md.6615f8e929e1b79b-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/html2md-7acbd5ac259d72de.2ps11tt6z4e1w9oagjms92f3z.rcgu.rmeta" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpercent_encoding-fc63a8437ca6afa3.rlib" "/opt/rustwide/target/debug/deps/libmarkup5ever_rcdom-06ec6e66bd0912fd.rlib" "/opt/rustwide/target/debug/deps/libhtml5ever-1bbc882618f076de.rlib" "/opt/rustwide/target/debug/deps/liblog-e73d77c4679bb236.rlib" "/opt/rustwide/target/debug/deps/libmarkup5ever-c40860f2bbe448d6.rlib" "/opt/rustwide/target/debug/deps/libstring_cache-2de549e28a00a820.rlib" "/opt/rustwide/target/debug/deps/libprecomputed_hash-b9978982d60ae6d8.rlib" "/opt/rustwide/target/debug/deps/libserde-355ff619004bf1b2.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-1eaa394dc3a157e9.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-d105162dff720200.rlib" "/opt/rustwide/target/debug/deps/liblibc-d9f21d9d66b0b081.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-a3e7e701fcd1f47b.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-53fd8ee9edcafbcd.rlib" "/opt/rustwide/target/debug/deps/liblock_api-6967e438d0a7fd52.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-f937485db0060aca.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-0a05695a483fa658.rlib" "/opt/rustwide/target/debug/deps/libphf-4ef9b3e16a040141.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-6dfe6d2c7f285703.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-8c98df6e4615cbd6.rlib" "/opt/rustwide/target/debug/deps/libtendril-5fbe03900d44120b.rlib" "/opt/rustwide/target/debug/deps/libutf8-370df01ffad319e0.rlib" "/opt/rustwide/target/debug/deps/libfutf-101efe2ccfc43d01.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-aaccdf2e54977958.rlib" "/opt/rustwide/target/debug/deps/libmac-332f903d3913d938.rlib" "/opt/rustwide/target/debug/deps/libregex-efe1db66ebfa54c7.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-877ebb2ba0bf5ace.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-b7cbf506a5c4f18e.rlib" "/opt/rustwide/target/debug/deps/libmemchr-412d53cbfea52259.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-68a2118807cc42f7.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-34736fcc74b41a53.rlib" "-Wl,-Bdynamic" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-02dc84f49135b6b8.so" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-97929cee0dcfe424.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2024-12-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libhtml2md-7acbd5ac259d72de.so" "-shared" "-Wl,-soname=libhtml2md-7acbd5ac259d72de.so" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [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 `html2md` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "e9ba48f8def0fc42ca3d25d7be62aafc244155c75a3ccd563683ae6346f31678", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9ba48f8def0fc42ca3d25d7be62aafc244155c75a3ccd563683ae6346f31678", kill_on_drop: false }` [INFO] [stdout] e9ba48f8def0fc42ca3d25d7be62aafc244155c75a3ccd563683ae6346f31678