[INFO] cloning repository https://github.com/RikvanToor/aoc2023 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RikvanToor/aoc2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRikvanToor%2Faoc2023", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRikvanToor%2Faoc2023'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6a23e37738ba1386fcf38d9b1a616eb33af83abc [INFO] testing RikvanToor/aoc2023/6a23e37738ba1386fcf38d9b1a616eb33af83abc 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%2FRikvanToor%2Faoc2023" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/RikvanToor/aoc2023 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/RikvanToor/aoc2023 [INFO] finished tweaking git repo https://github.com/RikvanToor/aoc2023 [INFO] tweaked toml for git repo https://github.com/RikvanToor/aoc2023 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/RikvanToor/aoc2023 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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] a6baf362b5363b7f0a61f0f7b8d99427d5d26b83a3a084982e9646ac3f189c7a [INFO] running `Command { std: "docker" "start" "-a" "a6baf362b5363b7f0a61f0f7b8d99427d5d26b83a3a084982e9646ac3f189c7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a6baf362b5363b7f0a61f0f7b8d99427d5d26b83a3a084982e9646ac3f189c7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6baf362b5363b7f0a61f0f7b8d99427d5d26b83a3a084982e9646ac3f189c7a", kill_on_drop: false }` [INFO] [stdout] a6baf362b5363b7f0a61f0f7b8d99427d5d26b83a3a084982e9646ac3f189c7a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] acc3a98ab98cda2b2360cb6bcf614b8d5afd88abdbb49eb7e3700c8d9a3d039c [INFO] running `Command { std: "docker" "start" "-a" "acc3a98ab98cda2b2360cb6bcf614b8d5afd88abdbb49eb7e3700c8d9a3d039c", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling futures-core v0.3.29 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling futures-task v0.3.29 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling futures-util v0.3.29 [INFO] [stderr] Compiling openssl v0.10.60 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling futures-sink v0.3.29 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling futures-io v0.3.29 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling futures-channel v0.3.29 [INFO] [stderr] Compiling http v0.2.11 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling serde v1.0.193 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling semver v1.0.20 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling anstyle-parse v0.2.2 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling mio v0.8.9 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling socket2 v0.4.10 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling anstyle v1.0.4 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling thiserror v1.0.51 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling tokio v1.34.0 [INFO] [stderr] Compiling anstream v0.6.4 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling clap_lex v0.6.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling num-complex v0.4.4 [INFO] [stderr] Compiling integer-sqrt v0.1.5 [INFO] [stderr] Compiling encoding_rs v0.8.33 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling iana-time-zone v0.1.58 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling base64 v0.21.5 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling clap_builder v4.4.9 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling itertools v0.12.0 [INFO] [stderr] Compiling chrono v0.4.31 [INFO] [stderr] Compiling openssl-sys v0.9.96 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling num v0.4.1 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.51 [INFO] [stderr] Compiling clap_derive v4.4.7 [INFO] [stderr] Compiling deprecate-until v0.1.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling pathfinding v4.6.0 [INFO] [stderr] Compiling h2 v0.3.22 [INFO] [stderr] Compiling clap v4.4.10 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling hyper v0.14.27 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.22 [INFO] [stderr] Compiling aoc-template v2023.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/parser.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | FileError(std::io::Error), [INFO] [stdout] | --------- ^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `MyErr` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 6 | FileError(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/parser.rs:7:16 [INFO] [stdout] | [INFO] [stdout] 7 | ParseError(Err>), [INFO] [stdout] | ---------- ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `MyErr` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 7 | ParseError(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [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-10-19-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" "-m64" "/tmp/rustc6nkUWl/symbols.o" "/opt/rustwide/target/debug/deps/aoc_template-53fe6751edd86f73.aoc_template.e677418e56b84364-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/aoc_template-53fe6751edd86f73.aoc_template.e677418e56b84364-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/aoc_template-53fe6751edd86f73.aoc_template.e677418e56b84364-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/aoc_template-53fe6751edd86f73.aoc_template.e677418e56b84364-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/aoc_template-53fe6751edd86f73.aoc_template.e677418e56b84364-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/aoc_template-53fe6751edd86f73.aoc_template.e677418e56b84364-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/aoc_template-53fe6751edd86f73.aoc_template.e677418e56b84364-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/aoc_template-53fe6751edd86f73.aoc_template.e677418e56b84364-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/aoc_template-53fe6751edd86f73.aoc_template.e677418e56b84364-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/aoc_template-53fe6751edd86f73.aoc_template.e677418e56b84364-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/aoc_template-53fe6751edd86f73.aoc_template.e677418e56b84364-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/aoc_template-53fe6751edd86f73.aoc_template.e677418e56b84364-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/aoc_template-53fe6751edd86f73.aoc_template.e677418e56b84364-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/aoc_template-53fe6751edd86f73.aoc_template.e677418e56b84364-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/aoc_template-53fe6751edd86f73.aoc_template.e677418e56b84364-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/aoc_template-53fe6751edd86f73.aoc_template.e677418e56b84364-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/aoc_template-53fe6751edd86f73.9ves8jgxl1p00nqlmizvd38cj.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libreqwest-374c99964212fdb8.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-2157a7aeb98f14ba.rlib" "/opt/rustwide/target/debug/deps/libbase64-47ce12bf5fcc4351.rlib" "/opt/rustwide/target/debug/deps/libipnet-5d86936adafddcc9.rlib" "/opt/rustwide/target/debug/deps/libtokio_native_tls-7ac1aa6115874945.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-2e4fd34f4882fa09.rlib" "/opt/rustwide/target/debug/deps/libryu-d2c3aff9aeca12bd.rlib" "/opt/rustwide/target/debug/deps/libmime-a9df5a780629fb7d.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-52138b450a25663f.rlib" "/opt/rustwide/target/debug/deps/libserde-19dfebb3d52c9fb8.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-fd0c2f60430042a7.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-ed1174850529d944.rlib" "/opt/rustwide/target/debug/deps/libopenssl-a2d1f83af0163086.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ea1894d07953e9ad.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-2619a4331d8b6eb7.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-c35523625cfd8702.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-a3e7e701fcd1f47b.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-4aa9e5bfdb1b3a10.rlib" "/opt/rustwide/target/debug/deps/libhyper-13f08f0e65d51029.rlib" "/opt/rustwide/target/debug/deps/libwant-f5ccf0e0b8af4df6.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-aacdce536283039a.rlib" "/opt/rustwide/target/debug/deps/libsocket2-eecf2a54e1f4647a.rlib" "/opt/rustwide/target/debug/deps/libhttparse-2dbc320ca65411a3.rlib" "/opt/rustwide/target/debug/deps/libh2-7f625138ac87735d.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-c4fcff7ecddd5e63.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-94f7ba538b2df59f.rlib" "/opt/rustwide/target/debug/deps/libtower_service-7daacb91dc19d256.rlib" "/opt/rustwide/target/debug/deps/libtracing-8f9811de3845c043.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-9337e49511eb6d7e.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-728f13abc4f8cf5f.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-a9f46da99053ca3c.rlib" "/opt/rustwide/target/debug/deps/libtokio-135168e87f41fe9d.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-fb23db51be3872f8.rlib" "/opt/rustwide/target/debug/deps/libsocket2-7287d77433a71fb1.rlib" "/opt/rustwide/target/debug/deps/libmio-aaca43c3a95b51bd.rlib" "/opt/rustwide/target/debug/deps/liblibc-a40391b8f7ca94de.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-b440d5d7ef0b2ecc.rlib" "/opt/rustwide/target/debug/deps/liblog-8188d82fb061445d.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-25b54c78e065863c.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-7df3954249abe846.rlib" "/opt/rustwide/target/debug/deps/libslab-0a39a638bccea296.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-e615da966755eef2.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-12771be3f2b5fe8a.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-e8360a4d12f71807.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-a90652e1793c62aa.rlib" "/opt/rustwide/target/debug/deps/liburl-e537d4aebea2e490.rlib" "/opt/rustwide/target/debug/deps/libidna-f51ca29ca8d5beb8.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-f4c336d5811e9a3d.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-dcbbce603bc23510.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-333661e3b238a9a3.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-ee612f5df1be5cab.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-59e65d5ba0f82c92.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-fc63a8437ca6afa3.rlib" "/opt/rustwide/target/debug/deps/libhttp-4b248da2430b4ebf.rlib" "/opt/rustwide/target/debug/deps/libitoa-c3a42249f065e11e.rlib" "/opt/rustwide/target/debug/deps/libbytes-d5ef6100ae69ca23.rlib" "/opt/rustwide/target/debug/deps/libfnv-953831fe314029b4.rlib" "/opt/rustwide/target/debug/deps/libpathfinding-ee7c44913c24224e.rlib" "/opt/rustwide/target/debug/deps/libinteger_sqrt-bde9818aece47652.rlib" "/opt/rustwide/target/debug/deps/libthiserror-fcd6d733cef40afa.rlib" "/opt/rustwide/target/debug/deps/libfixedbitset-fc6256706df7c46a.rlib" "/opt/rustwide/target/debug/deps/librustc_hash-c6f5474e70a2e7fd.rlib" "/opt/rustwide/target/debug/deps/libindexmap-b97987b991fa7705.rlib" "/opt/rustwide/target/debug/deps/libequivalent-e4dc2e1acc32de2c.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-ad909cf2cd84416e.rlib" "/opt/rustwide/target/debug/deps/libnum-56408e3d453d7bc6.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-0375c60b08e91e59.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-79f7470a1589b408.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-6ca3322dbea09b49.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-b6aa9ac135a8a1fe.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-280bf46f0f0c1b81.rlib" "/opt/rustwide/target/debug/deps/libitertools-f36ccafa8b07e355.rlib" "/opt/rustwide/target/debug/deps/libeither-49b31dd90481588d.rlib" "/opt/rustwide/target/debug/deps/libclap-376570cd57e70b02.rlib" "/opt/rustwide/target/debug/deps/libclap_builder-eb3d0f3a938d931e.rlib" "/opt/rustwide/target/debug/deps/libstrsim-7c2291ed86ef7041.rlib" "/opt/rustwide/target/debug/deps/libanstream-0d5f0129fd107c6a.rlib" "/opt/rustwide/target/debug/deps/libanstyle_query-2b40b71f5ce01558.rlib" "/opt/rustwide/target/debug/deps/libcolorchoice-d395abfad8a7a372.rlib" "/opt/rustwide/target/debug/deps/libanstyle_parse-26030f3af539aac6.rlib" "/opt/rustwide/target/debug/deps/libutf8parse-39ed42569342c469.rlib" "/opt/rustwide/target/debug/deps/libclap_lex-347d2b47ecabb312.rlib" "/opt/rustwide/target/debug/deps/libanstyle-da4958938b82d234.rlib" "/opt/rustwide/target/debug/deps/libchrono-60d72688168e8ed2.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-7501a196fb659e79.rlib" "/opt/rustwide/target/debug/deps/libiana_time_zone-77ad014060a5088e.rlib" "/opt/rustwide/target/debug/deps/libnom-95c99fc0f189fb84.rlib" "/opt/rustwide/target/debug/deps/libmemchr-996a195865583db1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c23a60ad8ad82457.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-8075ca78f1ab4d36.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7ce5bb5de1292ec.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-1eb5a29926b5407e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-c87392f211c13f97.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-15b5b2b2c6f086dd.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c2c541cae2b103ab.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-15c1ed2fa5431191.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4d1181c0949c6b3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-6c4974d38bc789f2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-fd2f9881207a1ddb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-22ef94d07d56001a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-fe63cadd4ae35992.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-ee98afae2c1a70ca.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ea4b2c81c1419814.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a547f84ff160c665.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-4cf833632aafa84c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-65c2c6d2d6ae570b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-7e3ac74759210e95.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/aoc_template-53fe6751edd86f73" "-Wl,--gc-sections" "-pie" "-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 `aoc-template` (bin "aoc-template") due to 1 previous error; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "acc3a98ab98cda2b2360cb6bcf614b8d5afd88abdbb49eb7e3700c8d9a3d039c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acc3a98ab98cda2b2360cb6bcf614b8d5afd88abdbb49eb7e3700c8d9a3d039c", kill_on_drop: false }` [INFO] [stdout] acc3a98ab98cda2b2360cb6bcf614b8d5afd88abdbb49eb7e3700c8d9a3d039c