[INFO] cloning repository https://github.com/panicbit/advent_of_code_18 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/panicbit/advent_of_code_18" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanicbit%2Fadvent_of_code_18", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanicbit%2Fadvent_of_code_18'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3ee74ebe0a1decc400c921dd521a6e1e5586463f [INFO] testing panicbit/advent_of_code_18 against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanicbit%2Fadvent_of_code_18" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/panicbit/advent_of_code_18 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/panicbit/advent_of_code_18 [INFO] finished tweaking git repo https://github.com/panicbit/advent_of_code_18 [INFO] tweaked toml for git repo https://github.com/panicbit/advent_of_code_18 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/panicbit/advent_of_code_18 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded aoc v0.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 50462c324924c9d7f13f3a59d1a950e58bfc5e37eac66a331d2e628b9f61c1e0 [INFO] running `Command { std: "docker" "start" "-a" "50462c324924c9d7f13f3a59d1a950e58bfc5e37eac66a331d2e628b9f61c1e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "50462c324924c9d7f13f3a59d1a950e58bfc5e37eac66a331d2e628b9f61c1e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50462c324924c9d7f13f3a59d1a950e58bfc5e37eac66a331d2e628b9f61c1e0", kill_on_drop: false }` [INFO] [stdout] 50462c324924c9d7f13f3a59d1a950e58bfc5e37eac66a331d2e628b9f61c1e0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] edd01efcb135045ab7fd7a4a0df3ef7df7c10e151e6834ba5bf4fab2fd55372e [INFO] running `Command { std: "docker" "start" "-a" "edd01efcb135045ab7fd7a4a0df3ef7df7c10e151e6834ba5bf4fab2fd55372e", kill_on_drop: false }` [INFO] [stderr] Compiling rand_core v0.3.0 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Compiling serde v1.0.80 [INFO] [stderr] Compiling slab v0.4.1 [INFO] [stderr] Compiling lazycell v1.2.0 [INFO] [stderr] Compiling string_cache_shared v0.3.0 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Compiling openssl v0.10.15 [INFO] [stderr] Compiling httparse v1.3.3 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling utf-8 v0.7.4 [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling string v0.1.1 [INFO] [stderr] Compiling encoding_rs v0.8.12 [INFO] [stderr] Compiling bit-vec v0.4.4 [INFO] [stderr] Compiling rustc-demangle v0.1.9 [INFO] [stderr] Compiling rust-ini v0.12.2 [INFO] [stderr] Compiling open v1.2.2 [INFO] [stderr] Compiling cachedir v0.1.1 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling directories v1.0.2 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling tokio-executor v0.1.5 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling crossbeam-utils v0.6.1 [INFO] [stderr] Compiling unicase v2.2.0 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling arrayvec v0.4.7 [INFO] [stderr] Compiling regex-syntax v0.6.3 [INFO] [stderr] Compiling serde_test v0.8.23 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling heck v0.3.0 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling rand_core v0.2.2 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling smallvec v0.6.6 [INFO] [stderr] Compiling new_debug_unreachable v1.0.1 [INFO] [stderr] Compiling bit-set v0.4.0 [INFO] [stderr] Compiling bytes v0.4.11 [INFO] [stderr] Compiling debug_unreachable v0.1.1 [INFO] [stderr] Compiling tokio-timer v0.2.7 [INFO] [stderr] Compiling tokio-current-thread v0.1.3 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling futf v0.1.4 [INFO] [stderr] Compiling linked-hash-map v0.3.0 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling html5ever v0.18.0 [INFO] [stderr] Compiling phf_shared v0.7.23 [INFO] [stderr] Compiling syn v0.15.21 [INFO] [stderr] Compiling tokio-io v0.1.10 [INFO] [stderr] Compiling http v0.1.13 [INFO] [stderr] Compiling crossbeam-deque v0.6.2 [INFO] [stderr] Compiling tendril v0.3.1 [INFO] [stderr] Compiling phf v0.7.23 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling mime v0.3.12 [INFO] [stderr] Compiling openssl-sys v0.9.39 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling nom v4.1.1 [INFO] [stderr] Compiling libflate v0.1.18 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling phf_generator v0.7.23 [INFO] [stderr] Compiling tokio-threadpool v0.1.8 [INFO] [stderr] Compiling uuid v0.7.1 [INFO] [stderr] Compiling phf_codegen v0.7.23 [INFO] [stderr] Compiling string_cache_codegen v0.4.2 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling tokio-reactor v0.1.6 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling string_cache v0.6.2 [INFO] [stderr] Compiling markup5ever v0.3.2 [INFO] [stderr] Compiling h2 v0.1.13 [INFO] [stderr] Compiling tokio-uds v0.2.3 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling tokio-udp v0.1.2 [INFO] [stderr] Compiling parse-zoneinfo v0.2.0 [INFO] [stderr] Compiling serde-hjson v0.8.2 [INFO] [stderr] Compiling tokio v0.1.11 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling toml v0.4.8 [INFO] [stderr] Compiling hyper v0.12.14 [INFO] [stderr] Compiling chrono-tz v0.5.0 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling config v0.9.1 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling reqwest v0.9.5 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling structopt-derive v0.2.13 [INFO] [stderr] Compiling aoc_codegen v0.1.0 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling select v0.4.2 [INFO] [stderr] Compiling aoc v0.3.0 [INFO] [stderr] Compiling day02 v0.1.0 (/opt/rustwide/workdir/day02) [INFO] [stderr] Compiling day04 v0.1.0 (/opt/rustwide/workdir/day04) [INFO] [stderr] Compiling day18_2 v0.1.0 (/opt/rustwide/workdir/day18_2) [INFO] [stderr] Compiling day25 v0.1.0 (/opt/rustwide/workdir/day25) [INFO] [stderr] Compiling day23_2 v0.1.0 (/opt/rustwide/workdir/day23_2) [INFO] [stderr] Compiling day16_2 v0.1.0 (/opt/rustwide/workdir/day16_2) [INFO] [stderr] Compiling day11 v0.1.0 (/opt/rustwide/workdir/day11) [INFO] [stderr] Compiling day24_2 v0.1.0 (/opt/rustwide/workdir/day24_2) [INFO] [stderr] Compiling day24 v0.1.0 (/opt/rustwide/workdir/day24) [INFO] [stderr] Compiling day09_2 v0.1.0 (/opt/rustwide/workdir/day09_2) [INFO] [stderr] Compiling day03 v0.1.0 (/opt/rustwide/workdir/day03) [INFO] [stderr] Compiling day19 v0.1.0 (/opt/rustwide/workdir/day19) [INFO] [stderr] Compiling day18 v0.1.0 (/opt/rustwide/workdir/day18) [INFO] [stderr] Compiling day05 v0.1.0 (/opt/rustwide/workdir/day05) [INFO] [stderr] Compiling day15_2 v0.1.0 (/opt/rustwide/workdir/day15_2) [INFO] [stderr] Compiling day19_2 v0.1.0 (/opt/rustwide/workdir/day19_2) [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> day16_2/src/main.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | fn main(input: &str) -> i32 { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> day23_2/src/main.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | fn main(input: &str) -> i32 { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> day19_2/src/main.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | fn main(input: &str) -> i32 { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> day18_2/src/main.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | fn main(input: &str) -> i32 { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> day04/src/main.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | fn main(input: &str) -> i32 { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> day24_2/src/main.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | fn main(input: &str) -> i32 { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> day09_2/src/main.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | fn main(input: &str) -> i32 { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> day25/src/main.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | fn main(input: &str) -> i32 { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> day18/src/main.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | fn main(input: &str) -> i32 { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> day15_2/src/main.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | fn main(input: &str) -> i32 { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> day19/src/main.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | fn main(input: &str) -> i32 { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> day11/src/main.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | fn main(input: &str) -> i32 { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> day24/src/main.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | fn main(input: &str) -> i32 { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> day05/src/main.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | fn main(input: &str) -> i32 { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `day03` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day03 day03/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=890fddcc307290f0 -C extra-filename=-890fddcc307290f0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aoc=/opt/rustwide/target/debug/deps/libaoc-69097c610d74b12f.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-c865f40b252ba0ab.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/backtrace-sys-569b71e2542a78d0/out` (signal: 9, SIGKILL: kill) [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: "cc" "-m64" "/opt/rustwide/target/debug/deps/day18-62c6752e3ebc6a16.day18.e4c2eadb-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/day18-62c6752e3ebc6a16.day18.e4c2eadb-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/day18-62c6752e3ebc6a16.day18.e4c2eadb-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/day18-62c6752e3ebc6a16.day18.e4c2eadb-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/day18-62c6752e3ebc6a16.day18.e4c2eadb-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/day18-62c6752e3ebc6a16.day18.e4c2eadb-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/day18-62c6752e3ebc6a16.day18.e4c2eadb-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/day18-62c6752e3ebc6a16.day18.e4c2eadb-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/day18-62c6752e3ebc6a16.day18.e4c2eadb-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/day18-62c6752e3ebc6a16.day18.e4c2eadb-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/day18-62c6752e3ebc6a16.day18.e4c2eadb-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/day18-62c6752e3ebc6a16.day18.e4c2eadb-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/day18-62c6752e3ebc6a16.day18.e4c2eadb-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/day18-62c6752e3ebc6a16.day18.e4c2eadb-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/day18-62c6752e3ebc6a16.day18.e4c2eadb-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/day18-62c6752e3ebc6a16.day18.e4c2eadb-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/day18-62c6752e3ebc6a16.1z3x01wncy2ubkbf.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-569b71e2542a78d0/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libaoc-69097c610d74b12f.rlib" "/opt/rustwide/target/debug/deps/libfailure-5b0751ef881d4d7a.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-ccba738d535cceda.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-d6a3862509577532.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-de01447e6f2aa299.rlib" "/opt/rustwide/target/debug/deps/libdirectories-e106ca5be07d3cb9.rlib" "/opt/rustwide/target/debug/deps/libopen-aebb970005bcdc96.rlib" "/opt/rustwide/target/debug/deps/libchrono_tz-8c873b4ec468dc23.rlib" "/opt/rustwide/target/debug/deps/libchrono-e45bb85e4b1e672a.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-9d0664a01dc2fcf0.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-08c9d1039bf60e3d.rlib" "/opt/rustwide/target/debug/deps/libselect-27cf8512e2203076.rlib" "/opt/rustwide/target/debug/deps/libhtml5ever-3d597c841e613a63.rlib" "/opt/rustwide/target/debug/deps/libmarkup5ever-ef10aa9f99bb38b2.rlib" "/opt/rustwide/target/debug/deps/libtendril-6516b4a0c2ad0b9f.rlib" "/opt/rustwide/target/debug/deps/libutf8-d0c9e30374d91401.rlib" "/opt/rustwide/target/debug/deps/libfutf-97c24d584dfca424.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-8b838abb879d2237.rlib" "/opt/rustwide/target/debug/deps/libmac-9a5fc3cd6ccce307.rlib" "/opt/rustwide/target/debug/deps/libstring_cache-89fd5a380c5925d7.rlib" "/opt/rustwide/target/debug/deps/libstring_cache_shared-8f5a55bca024adca.rlib" "/opt/rustwide/target/debug/deps/libprecomputed_hash-5188217dd8ba97e3.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-1ee223758f71f2e9.rlib" "/opt/rustwide/target/debug/deps/libunreachable-82684fa571964cf4.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-e7857b9bcc96adbb.rlib" "/opt/rustwide/target/debug/deps/liblog-77e59473ba14dc35.rlib" "/opt/rustwide/target/debug/deps/libbit_set-a040b49b72c22aa5.rlib" "/opt/rustwide/target/debug/deps/libbit_vec-7a43c3cf193a606b.rlib" "/opt/rustwide/target/debug/deps/libclap-2630c7cb4e80d280.rlib" "/opt/rustwide/target/debug/deps/libvec_map-32a27d7a4d614ade.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-4e9db16327fb0ffe.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-ad74fbedc0cb4334.rlib" "/opt/rustwide/target/debug/deps/libstrsim-04eef2d3220ea4a0.rlib" "/opt/rustwide/target/debug/deps/libatty-bca51742cca4c7f1.rlib" "/opt/rustwide/target/debug/deps/libansi_term-7174ce98a6fd1d8e.rlib" "/opt/rustwide/target/debug/deps/libcachedir-11a1dd7a2ecc7b45.rlib" "/opt/rustwide/target/debug/deps/libreqwest-6dc36a9f3bd27899.rlib" "/opt/rustwide/target/debug/deps/libuuid-ed4acf851e2bc7d2.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-ec20aa0517620d16.rlib" "/opt/rustwide/target/debug/deps/liburl-4795e0e27bbea8ab.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-5467954df82172e2.rlib" "/opt/rustwide/target/debug/deps/libidna-82247426cee017e0.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-8a488d9856f9aead.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-502fc641a5064811.rlib" "/opt/rustwide/target/debug/deps/libmatches-ec882efcf894febd.rlib" "/opt/rustwide/target/debug/deps/libdtoa-f04668caa2b0aa59.rlib" "/opt/rustwide/target/debug/deps/libserde_json-6744e98f96fd5b37.rlib" "/opt/rustwide/target/debug/deps/libryu-60de7040588ce18e.rlib" "/opt/rustwide/target/debug/deps/libserde-f52689bd86f8e101.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-fb2d06a261b45652.rlib" "/opt/rustwide/target/debug/deps/libphf-d6ca93f3a2a34e6c.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-1e8f03ceb8bc61cc.rlib" "/opt/rustwide/target/debug/deps/libunicase-70f799d8df47a763.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-fdc5ac9da9ea0e56.rlib" "/opt/rustwide/target/debug/deps/libmime-c1c9ad3e1a753247.rlib" "/opt/rustwide/target/debug/deps/libunicase-bf7ac874aca30853.rlib" "/opt/rustwide/target/debug/deps/liblibflate-ab7358413164ab9d.rlib" "/opt/rustwide/target/debug/deps/libcrc-dffe800434bc62eb.rlib" "/opt/rustwide/target/debug/deps/libadler32-d6f459c2049f2f73.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-c19179ca76cc84f9.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-98eb0b67a96729d7.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-fa58122470da78f0.rlib" "/opt/rustwide/target/debug/deps/libopenssl-323c2a0e2f031b4a.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-b52ea79a72b7048e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-df0e58a4f0a4cf2f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-a92bffa6dfc6160f.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0987f7eb4066015f.rlib" "/opt/rustwide/target/debug/deps/libhyper-d5efe6df89936e06.rlib" "/opt/rustwide/target/debug/deps/libwant-6ed93f637e39200d.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-609761686bbedd51.rlib" "/opt/rustwide/target/debug/deps/libtokio-946e46df78e015ca.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-9ee7b1fa5653247b.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-862067d37277d33d.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-90fb80dbaf81816d.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-c974156fbb7a59de.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-5b58d065a2b688ba.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-e477d5a4fa4110c5.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-880a4ab22a2c4076.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-fbbddab2a57df6ae.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-d51b6e402b9e4548.rlib" "/opt/rustwide/target/debug/deps/libunreachable-d55ec9544426391e.rlib" "/opt/rustwide/target/debug/deps/libvoid-933ae127f8f6cffe.rlib" "/opt/rustwide/target/debug/deps/liblock_api-c7e220839ce6544b.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-1214d213485c2326.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-751ec9cd00fbe7b3.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-ca5d4903b7015139.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-d663d5be18d493a4.rlib" "/opt/rustwide/target/debug/deps/librand-8954f7b8cdb642ed.rlib" "/opt/rustwide/target/debug/deps/librand_core-efc858030575ff86.rlib" "/opt/rustwide/target/debug/deps/librand_core-646cd5f50a26c2ca.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-560be843db50bc45.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-ad4ded12cab1db48.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-3770862043bf90e2.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-4499033725c42a49.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-701b7c561205ac6c.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-97e0a08cef1ea439.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-a5b4a5145a7c9fd6.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-42d02e598b40b8a4.rlib" "/opt/rustwide/target/debug/deps/libnodrop-c3731ef06a5c5d2b.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-43586225e2cc6c36.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-b651ce74859ad01b.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-f7397ef4ffa11b89.rlib" "/opt/rustwide/target/debug/deps/libmio-33b2b3c7569872d1.rlib" "/opt/rustwide/target/debug/deps/liblazycell-03306e3bc4b703de.rlib" "/opt/rustwide/target/debug/deps/libtime-642a349c81aae2c1.rlib" "/opt/rustwide/target/debug/deps/libnet2-07d69e201263227c.rlib" "/opt/rustwide/target/debug/deps/libhttparse-2ee177e246000396.rlib" "/opt/rustwide/target/debug/deps/libh2-f1e92f2b9be00e4c.rlib" "/opt/rustwide/target/debug/deps/libindexmap-22b8bc15385edb84.rlib" "/opt/rustwide/target/debug/deps/libstring-2c66484678262629.rlib" "/opt/rustwide/target/debug/deps/libslab-de32b10c5f1511d0.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-cb6048e9b9e66636.rlib" "/opt/rustwide/target/debug/deps/liblog-ec01a94c691870d4.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-cab22ec47008cfaf.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-6e722961e9df99be.rlib" "/opt/rustwide/target/debug/deps/libhttp-097677a5e21c72d8.rlib" "/opt/rustwide/target/debug/deps/libitoa-3ef0afce6033b448.rlib" "/opt/rustwide/target/debug/deps/libfnv-75a549072e1c1e97.rlib" "/opt/rustwide/target/debug/deps/libfutures-1afb029c5e9862f6.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-ca6cb506edf2b22e.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ba39efabcb0a90d1.rlib" "/opt/rustwide/target/debug/deps/libbytes-fccca22e36ed63ce.rlib" "/opt/rustwide/target/debug/deps/libiovec-91f22ede8fa0f109.rlib" "/opt/rustwide/target/debug/deps/liblibc-37e0d86e71c5646e.rlib" "/opt/rustwide/target/debug/deps/libbase64-6e62ec36b4dd4432.rlib" "/opt/rustwide/target/debug/deps/libsafemem-4830bfe7afc21b9b.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-93ec0cdc17151bcc.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/day18-62c6752e3ebc6a16" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/day23_2-c6e2226909cdab89.day23_2.cb0adf2e-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/day23_2-c6e2226909cdab89.day23_2.cb0adf2e-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/day23_2-c6e2226909cdab89.day23_2.cb0adf2e-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/day23_2-c6e2226909cdab89.day23_2.cb0adf2e-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/day23_2-c6e2226909cdab89.day23_2.cb0adf2e-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/day23_2-c6e2226909cdab89.day23_2.cb0adf2e-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/day23_2-c6e2226909cdab89.day23_2.cb0adf2e-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/day23_2-c6e2226909cdab89.day23_2.cb0adf2e-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/day23_2-c6e2226909cdab89.day23_2.cb0adf2e-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/day23_2-c6e2226909cdab89.day23_2.cb0adf2e-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/day23_2-c6e2226909cdab89.day23_2.cb0adf2e-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/day23_2-c6e2226909cdab89.day23_2.cb0adf2e-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/day23_2-c6e2226909cdab89.day23_2.cb0adf2e-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/day23_2-c6e2226909cdab89.day23_2.cb0adf2e-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/day23_2-c6e2226909cdab89.day23_2.cb0adf2e-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/day23_2-c6e2226909cdab89.day23_2.cb0adf2e-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/day23_2-c6e2226909cdab89.23i7f09aiyo3xy8g.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-569b71e2542a78d0/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libaoc-69097c610d74b12f.rlib" "/opt/rustwide/target/debug/deps/libfailure-5b0751ef881d4d7a.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-ccba738d535cceda.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-d6a3862509577532.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-de01447e6f2aa299.rlib" "/opt/rustwide/target/debug/deps/libdirectories-e106ca5be07d3cb9.rlib" "/opt/rustwide/target/debug/deps/libopen-aebb970005bcdc96.rlib" "/opt/rustwide/target/debug/deps/libchrono_tz-8c873b4ec468dc23.rlib" "/opt/rustwide/target/debug/deps/libchrono-e45bb85e4b1e672a.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-9d0664a01dc2fcf0.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-08c9d1039bf60e3d.rlib" "/opt/rustwide/target/debug/deps/libselect-27cf8512e2203076.rlib" "/opt/rustwide/target/debug/deps/libhtml5ever-3d597c841e613a63.rlib" "/opt/rustwide/target/debug/deps/libmarkup5ever-ef10aa9f99bb38b2.rlib" "/opt/rustwide/target/debug/deps/libtendril-6516b4a0c2ad0b9f.rlib" "/opt/rustwide/target/debug/deps/libutf8-d0c9e30374d91401.rlib" "/opt/rustwide/target/debug/deps/libfutf-97c24d584dfca424.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-8b838abb879d2237.rlib" "/opt/rustwide/target/debug/deps/libmac-9a5fc3cd6ccce307.rlib" "/opt/rustwide/target/debug/deps/libstring_cache-89fd5a380c5925d7.rlib" "/opt/rustwide/target/debug/deps/libstring_cache_shared-8f5a55bca024adca.rlib" "/opt/rustwide/target/debug/deps/libprecomputed_hash-5188217dd8ba97e3.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-1ee223758f71f2e9.rlib" "/opt/rustwide/target/debug/deps/libunreachable-82684fa571964cf4.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-e7857b9bcc96adbb.rlib" "/opt/rustwide/target/debug/deps/liblog-77e59473ba14dc35.rlib" "/opt/rustwide/target/debug/deps/libbit_set-a040b49b72c22aa5.rlib" "/opt/rustwide/target/debug/deps/libbit_vec-7a43c3cf193a606b.rlib" "/opt/rustwide/target/debug/deps/libclap-2630c7cb4e80d280.rlib" "/opt/rustwide/target/debug/deps/libvec_map-32a27d7a4d614ade.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-4e9db16327fb0ffe.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-ad74fbedc0cb4334.rlib" "/opt/rustwide/target/debug/deps/libstrsim-04eef2d3220ea4a0.rlib" "/opt/rustwide/target/debug/deps/libatty-bca51742cca4c7f1.rlib" "/opt/rustwide/target/debug/deps/libansi_term-7174ce98a6fd1d8e.rlib" "/opt/rustwide/target/debug/deps/libcachedir-11a1dd7a2ecc7b45.rlib" "/opt/rustwide/target/debug/deps/libreqwest-6dc36a9f3bd27899.rlib" "/opt/rustwide/target/debug/deps/libuuid-ed4acf851e2bc7d2.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-ec20aa0517620d16.rlib" "/opt/rustwide/target/debug/deps/liburl-4795e0e27bbea8ab.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-5467954df82172e2.rlib" "/opt/rustwide/target/debug/deps/libidna-82247426cee017e0.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-8a488d9856f9aead.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-502fc641a5064811.rlib" "/opt/rustwide/target/debug/deps/libmatches-ec882efcf894febd.rlib" "/opt/rustwide/target/debug/deps/libdtoa-f04668caa2b0aa59.rlib" "/opt/rustwide/target/debug/deps/libserde_json-6744e98f96fd5b37.rlib" "/opt/rustwide/target/debug/deps/libryu-60de7040588ce18e.rlib" "/opt/rustwide/target/debug/deps/libserde-f52689bd86f8e101.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-fb2d06a261b45652.rlib" "/opt/rustwide/target/debug/deps/libphf-d6ca93f3a2a34e6c.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-1e8f03ceb8bc61cc.rlib" "/opt/rustwide/target/debug/deps/libunicase-70f799d8df47a763.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-fdc5ac9da9ea0e56.rlib" "/opt/rustwide/target/debug/deps/libmime-c1c9ad3e1a753247.rlib" "/opt/rustwide/target/debug/deps/libunicase-bf7ac874aca30853.rlib" "/opt/rustwide/target/debug/deps/liblibflate-ab7358413164ab9d.rlib" "/opt/rustwide/target/debug/deps/libcrc-dffe800434bc62eb.rlib" "/opt/rustwide/target/debug/deps/libadler32-d6f459c2049f2f73.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-c19179ca76cc84f9.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-98eb0b67a96729d7.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-fa58122470da78f0.rlib" "/opt/rustwide/target/debug/deps/libopenssl-323c2a0e2f031b4a.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-b52ea79a72b7048e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-df0e58a4f0a4cf2f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-a92bffa6dfc6160f.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0987f7eb4066015f.rlib" "/opt/rustwide/target/debug/deps/libhyper-d5efe6df89936e06.rlib" "/opt/rustwide/target/debug/deps/libwant-6ed93f637e39200d.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-609761686bbedd51.rlib" "/opt/rustwide/target/debug/deps/libtokio-946e46df78e015ca.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-9ee7b1fa5653247b.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-862067d37277d33d.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-90fb80dbaf81816d.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-c974156fbb7a59de.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-5b58d065a2b688ba.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-e477d5a4fa4110c5.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-880a4ab22a2c4076.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-fbbddab2a57df6ae.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-d51b6e402b9e4548.rlib" "/opt/rustwide/target/debug/deps/libunreachable-d55ec9544426391e.rlib" "/opt/rustwide/target/debug/deps/libvoid-933ae127f8f6cffe.rlib" "/opt/rustwide/target/debug/deps/liblock_api-c7e220839ce6544b.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-1214d213485c2326.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-751ec9cd00fbe7b3.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-ca5d4903b7015139.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-d663d5be18d493a4.rlib" "/opt/rustwide/target/debug/deps/librand-8954f7b8cdb642ed.rlib" "/opt/rustwide/target/debug/deps/librand_core-efc858030575ff86.rlib" "/opt/rustwide/target/debug/deps/librand_core-646cd5f50a26c2ca.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-560be843db50bc45.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-ad4ded12cab1db48.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-3770862043bf90e2.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-4499033725c42a49.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-701b7c561205ac6c.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-97e0a08cef1ea439.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-a5b4a5145a7c9fd6.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-42d02e598b40b8a4.rlib" "/opt/rustwide/target/debug/deps/libnodrop-c3731ef06a5c5d2b.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-43586225e2cc6c36.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-b651ce74859ad01b.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-f7397ef4ffa11b89.rlib" "/opt/rustwide/target/debug/deps/libmio-33b2b3c7569872d1.rlib" "/opt/rustwide/target/debug/deps/liblazycell-03306e3bc4b703de.rlib" "/opt/rustwide/target/debug/deps/libtime-642a349c81aae2c1.rlib" "/opt/rustwide/target/debug/deps/libnet2-07d69e201263227c.rlib" "/opt/rustwide/target/debug/deps/libhttparse-2ee177e246000396.rlib" "/opt/rustwide/target/debug/deps/libh2-f1e92f2b9be00e4c.rlib" "/opt/rustwide/target/debug/deps/libindexmap-22b8bc15385edb84.rlib" "/opt/rustwide/target/debug/deps/libstring-2c66484678262629.rlib" "/opt/rustwide/target/debug/deps/libslab-de32b10c5f1511d0.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-cb6048e9b9e66636.rlib" "/opt/rustwide/target/debug/deps/liblog-ec01a94c691870d4.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-cab22ec47008cfaf.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-6e722961e9df99be.rlib" "/opt/rustwide/target/debug/deps/libhttp-097677a5e21c72d8.rlib" "/opt/rustwide/target/debug/deps/libitoa-3ef0afce6033b448.rlib" "/opt/rustwide/target/debug/deps/libfnv-75a549072e1c1e97.rlib" "/opt/rustwide/target/debug/deps/libfutures-1afb029c5e9862f6.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-ca6cb506edf2b22e.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ba39efabcb0a90d1.rlib" "/opt/rustwide/target/debug/deps/libbytes-fccca22e36ed63ce.rlib" "/opt/rustwide/target/debug/deps/libiovec-91f22ede8fa0f109.rlib" "/opt/rustwide/target/debug/deps/liblibc-37e0d86e71c5646e.rlib" "/opt/rustwide/target/debug/deps/libbase64-6e62ec36b4dd4432.rlib" "/opt/rustwide/target/debug/deps/libsafemem-4830bfe7afc21b9b.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-93ec0cdc17151bcc.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/day23_2-c6e2226909cdab89" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "edd01efcb135045ab7fd7a4a0df3ef7df7c10e151e6834ba5bf4fab2fd55372e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "edd01efcb135045ab7fd7a4a0df3ef7df7c10e151e6834ba5bf4fab2fd55372e", kill_on_drop: false }` [INFO] [stdout] edd01efcb135045ab7fd7a4a0df3ef7df7c10e151e6834ba5bf4fab2fd55372e