[INFO] cloning repository https://github.com/sgt/aoc2022-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sgt/aoc2022-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsgt%2Faoc2022-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsgt%2Faoc2022-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a8577887ee5a695f8bf5d8261b9b5bca8a3ff847 [INFO] testing sgt/aoc2022-rs/a8577887ee5a695f8bf5d8261b9b5bca8a3ff847 against 1.77.0 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsgt%2Faoc2022-rs" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sgt/aoc2022-rs on toolchain 1.77.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.77.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sgt/aoc2022-rs [INFO] finished tweaking git repo https://github.com/sgt/aoc2022-rs [INFO] tweaked toml for git repo https://github.com/sgt/aoc2022-rs written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/sgt/aoc2022-rs 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" "+1.77.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded test-case-macros v3.2.1 [INFO] [stderr] Downloaded ranges v0.3.3 [INFO] [stderr] Downloaded test-case-core v3.2.1 [INFO] [stderr] Downloaded clap v4.4.13 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 19a1125365e957ba500bcc191526254dd18e082aa18cef89581de6fbc79cdd39 [INFO] running `Command { std: "docker" "start" "-a" "19a1125365e957ba500bcc191526254dd18e082aa18cef89581de6fbc79cdd39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "19a1125365e957ba500bcc191526254dd18e082aa18cef89581de6fbc79cdd39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19a1125365e957ba500bcc191526254dd18e082aa18cef89581de6fbc79cdd39", kill_on_drop: false }` [INFO] [stdout] 19a1125365e957ba500bcc191526254dd18e082aa18cef89581de6fbc79cdd39 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 67b711804f9c560e28260d023e8f17ad9c0ce14828c05d070855a769c50c3e1d [INFO] running `Command { std: "docker" "start" "-a" "67b711804f9c560e28260d023e8f17ad9c0ce14828c05d070855a769c50c3e1d", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling libc v0.2.149 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling semver v1.0.20 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling tracing-subscriber v0.3.17 [INFO] [stderr] Compiling anstyle-parse v0.2.2 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling eyre v0.6.8 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling thiserror v1.0.51 [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Compiling anstyle v1.0.4 [INFO] [stderr] Compiling gimli v0.28.0 [INFO] [stderr] Compiling anstream v0.6.4 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling object v0.32.1 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling tracing-error v0.2.0 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling backtrace v0.3.69 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling clap_lex v0.6.0 [INFO] [stderr] Compiling hashbrown v0.14.2 [INFO] [stderr] Compiling addr2line v0.21.0 [INFO] [stderr] Compiling rustc-demangle v0.1.23 [INFO] [stderr] Compiling color-spantrace v0.2.0 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling clap_builder v4.4.12 [INFO] [stderr] Compiling integer-sqrt v0.1.5 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling rayon v1.8.0 [INFO] [stderr] Compiling color-eyre v0.6.2 [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 regex v1.10.2 [INFO] [stderr] Compiling itertools v0.12.0 [INFO] [stderr] Compiling json v0.12.4 [INFO] [stderr] Compiling gcd v2.3.0 [INFO] [stderr] Compiling ranges v0.3.3 [INFO] [stderr] Compiling pathfinding v4.8.0 [INFO] [stderr] Compiling clap v4.4.13 [INFO] [stderr] Compiling aoc2022-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: constant `BUFFER_HEIGHT` is never used [INFO] [stdout] --> src/day17.rs:9:7 [INFO] [stdout] | [INFO] [stdout] 9 | const BUFFER_HEIGHT: usize = 100; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.87s [INFO] running `Command { std: "docker" "inspect" "67b711804f9c560e28260d023e8f17ad9c0ce14828c05d070855a769c50c3e1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67b711804f9c560e28260d023e8f17ad9c0ce14828c05d070855a769c50c3e1d", kill_on_drop: false }` [INFO] [stdout] 67b711804f9c560e28260d023e8f17ad9c0ce14828c05d070855a769c50c3e1d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3a51e31733b60e8af1b6e316ddc2ded40916609024d5ca7318f8e2bf238335dc [INFO] running `Command { std: "docker" "start" "-a" "3a51e31733b60e8af1b6e316ddc2ded40916609024d5ca7318f8e2bf238335dc", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling yansi v0.5.1 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling pretty_assertions v1.4.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling test-case-core v3.2.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 test-case-macros v3.2.1 [INFO] [stderr] Compiling test-case v3.3.1 [INFO] [stderr] Compiling thiserror v1.0.51 [INFO] [stderr] Compiling pathfinding v4.8.0 [INFO] [stderr] Compiling clap v4.4.13 [INFO] [stderr] Compiling aoc2022-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: constant `BUFFER_HEIGHT` is never used [INFO] [stdout] --> src/day17.rs:9:7 [INFO] [stdout] | [INFO] [stdout] 9 | const BUFFER_HEIGHT: usize = 100; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [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/1.77.0-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/rustcKhBKsE/symbols.o" "/opt/rustwide/target/debug/deps/aoc2022_rs-8cf47d177aa80d88.aoc2022_rs.fd3c2b1bc56e1f76-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/aoc2022_rs-8cf47d177aa80d88.aoc2022_rs.fd3c2b1bc56e1f76-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/aoc2022_rs-8cf47d177aa80d88.aoc2022_rs.fd3c2b1bc56e1f76-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/aoc2022_rs-8cf47d177aa80d88.aoc2022_rs.fd3c2b1bc56e1f76-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/aoc2022_rs-8cf47d177aa80d88.aoc2022_rs.fd3c2b1bc56e1f76-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/aoc2022_rs-8cf47d177aa80d88.aoc2022_rs.fd3c2b1bc56e1f76-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/aoc2022_rs-8cf47d177aa80d88.aoc2022_rs.fd3c2b1bc56e1f76-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/aoc2022_rs-8cf47d177aa80d88.aoc2022_rs.fd3c2b1bc56e1f76-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/aoc2022_rs-8cf47d177aa80d88.aoc2022_rs.fd3c2b1bc56e1f76-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/aoc2022_rs-8cf47d177aa80d88.aoc2022_rs.fd3c2b1bc56e1f76-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/aoc2022_rs-8cf47d177aa80d88.aoc2022_rs.fd3c2b1bc56e1f76-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/aoc2022_rs-8cf47d177aa80d88.aoc2022_rs.fd3c2b1bc56e1f76-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/aoc2022_rs-8cf47d177aa80d88.aoc2022_rs.fd3c2b1bc56e1f76-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/aoc2022_rs-8cf47d177aa80d88.aoc2022_rs.fd3c2b1bc56e1f76-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/aoc2022_rs-8cf47d177aa80d88.aoc2022_rs.fd3c2b1bc56e1f76-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/aoc2022_rs-8cf47d177aa80d88.aoc2022_rs.fd3c2b1bc56e1f76-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/aoc2022_rs-8cf47d177aa80d88.4w89257kk011f4ec.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-300eeeab3fc50492.rlib" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-3b61adbfa5f479cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-25a2c6ed3a15969a.rlib" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-03c6df379885f78e.rlib" "/opt/rustwide/target/debug/deps/libpretty_assertions-e2ee74858dd3e688.rlib" "/opt/rustwide/target/debug/deps/libdiff-84dfb66bdb463ff6.rlib" "/opt/rustwide/target/debug/deps/libyansi-d5004863821d81ed.rlib" "/opt/rustwide/target/debug/deps/librayon-2892b1626ae3555d.rlib" "/opt/rustwide/target/debug/deps/librayon_core-e2c660607445bccb.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-ff985301084f6343.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-87faaa513c85f5b7.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-36713f96352e8e11.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-556a6e01142367a6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-73961765524cf403.rlib" "/opt/rustwide/target/debug/deps/libitertools-94719237ebdf9ea7.rlib" "/opt/rustwide/target/debug/deps/libeither-51592fe0b1f22e49.rlib" "/opt/rustwide/target/debug/deps/libranges-a4607e99adf8a4c2.rlib" "/opt/rustwide/target/debug/deps/libjson-dd0e98862644e691.rlib" "/opt/rustwide/target/debug/deps/libpathfinding-2ee4ec1cba65ada0.rlib" "/opt/rustwide/target/debug/deps/libinteger_sqrt-f964ce116dce3fb5.rlib" "/opt/rustwide/target/debug/deps/libthiserror-59d566b73ceb56b9.rlib" "/opt/rustwide/target/debug/deps/libfixedbitset-8d75dcfd10ca0a34.rlib" "/opt/rustwide/target/debug/deps/librustc_hash-22e31ba09b2168d2.rlib" "/opt/rustwide/target/debug/deps/libindexmap-5c78d5a0156d09be.rlib" "/opt/rustwide/target/debug/deps/libequivalent-3b3b589953eda310.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-406c23d219bfef2b.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-6aad5ac4675d8af2.rlib" "/opt/rustwide/target/debug/deps/libregex-dd794ebc22cdd4d0.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-3288ae5b7c7246a6.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-7fe887a4054953b0.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-f2c54048f3633d91.rlib" "/opt/rustwide/target/debug/deps/libgcd-e233fbf209890e92.rlib" "/opt/rustwide/target/debug/deps/libcolor_eyre-86aea11ec1d026d3.rlib" "/opt/rustwide/target/debug/deps/libcolor_spantrace-d4ae7fc70b991b50.rlib" "/opt/rustwide/target/debug/deps/libtracing_error-8a7ca22b4f44fa29.rlib" "/opt/rustwide/target/debug/deps/libtracing_subscriber-d0b2dbb97536e017.rlib" "/opt/rustwide/target/debug/deps/libthread_local-b3a07bdfc25ce5a0.rlib" "/opt/rustwide/target/debug/deps/libsharded_slab-43f2d8536bebae47.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-d8ef76936e73bd76.rlib" "/opt/rustwide/target/debug/deps/libtracing-78db2197160f68ca.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-8e9988dc66364aa5.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-0c703a35bed1a3de.rlib" "/opt/rustwide/target/debug/deps/libowo_colors-99650fdfdb446e23.rlib" "/opt/rustwide/target/debug/deps/libeyre-b1640aced19e3c7a.rlib" "/opt/rustwide/target/debug/deps/libindenter-762ab6f1cc1da846.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-1c37386bb0b1a469.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-c2c6eecec1a2f51c.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-01aaf08e674bdfc5.rlib" "/opt/rustwide/target/debug/deps/libadler-09a5f2f34cb51d20.rlib" "/opt/rustwide/target/debug/deps/libobject-abc0030c6af754a6.rlib" "/opt/rustwide/target/debug/deps/libmemchr-8ecddb311c05e24a.rlib" "/opt/rustwide/target/debug/deps/liblibc-1b758d1a9899cea5.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-aa5ea1e3056d9b1c.rlib" "/opt/rustwide/target/debug/deps/libgimli-1f7792bb6d155934.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-330a72d854cebf0a.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-9bbd9f91d57e733d.rlib" "/opt/rustwide/target/debug/deps/libclap-918a065c05268d24.rlib" "/opt/rustwide/target/debug/deps/libclap_builder-aeb26388fb0b2eca.rlib" "/opt/rustwide/target/debug/deps/libstrsim-002d54b067a867e1.rlib" "/opt/rustwide/target/debug/deps/libanstream-7ed78bb5e1358300.rlib" "/opt/rustwide/target/debug/deps/libanstyle_query-7c43eb27b8bb6923.rlib" "/opt/rustwide/target/debug/deps/libcolorchoice-9630ef8566f255aa.rlib" "/opt/rustwide/target/debug/deps/libanstyle_parse-c2a6e4456f3a88ef.rlib" "/opt/rustwide/target/debug/deps/libutf8parse-fb88971119ec6954.rlib" "/opt/rustwide/target/debug/deps/libclap_lex-9e462ed6cd5ebbd9.rlib" "/opt/rustwide/target/debug/deps/libanstyle-4969094c559a4706.rlib" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-320ebc7037fb8f95.rlib" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5c5363659220970d.rlib" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-bec15aa2c4312c4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-fe71d6e60bf77974.rlib" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-0f5608a77595bf7e.rlib" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b8b7c25fe3bad107.rlib" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-0f75b33b546e9dfc.rlib" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-2c2d79a7fce0ec84.rlib" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d29140320fecac62.rlib" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9274a8eb44eefdb5.rlib" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-4c1e8c7ac02fe45d.rlib" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0f62d6b334d8a8b9.rlib" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-56f5161b8051bb71.rlib" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-659f33ab33d4b7a0.rlib" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-194ca45e594e82cf.rlib" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8de8e7171366ad5b.rlib" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-dd54ac19f2116694.rlib" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-7466f872aeeff38e.rlib" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9886ca42a5954174.rlib" "-Wl,-Bdynamic" "-lc" "-lm" "-lrt" "-lpthread" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/aoc2022_rs-8cf47d177aa80d88" "-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] [stdout] error: aborting due to 1 previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc2022-rs` (bin "aoc2022-rs" test) due to 2 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "3a51e31733b60e8af1b6e316ddc2ded40916609024d5ca7318f8e2bf238335dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a51e31733b60e8af1b6e316ddc2ded40916609024d5ca7318f8e2bf238335dc", kill_on_drop: false }` [INFO] [stdout] 3a51e31733b60e8af1b6e316ddc2ded40916609024d5ca7318f8e2bf238335dc