[INFO] cloning repository https://github.com/panicbit/advent_of_code_19 [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_19" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanicbit%2Fadvent_of_code_19", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanicbit%2Fadvent_of_code_19'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 62b814a9117eaa1a9ccea8c58440cc1e41d2c431 [INFO] testing panicbit/advent_of_code_19 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanicbit%2Fadvent_of_code_19" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/panicbit/advent_of_code_19 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/panicbit/advent_of_code_19 [INFO] finished tweaking git repo https://github.com/panicbit/advent_of_code_19 [INFO] tweaked toml for git repo https://github.com/panicbit/advent_of_code_19 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/panicbit/advent_of_code_19 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 025e1a43fc5294f518deec4551413be49e2fa72212b3e738230905700709373b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "025e1a43fc5294f518deec4551413be49e2fa72212b3e738230905700709373b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "025e1a43fc5294f518deec4551413be49e2fa72212b3e738230905700709373b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "025e1a43fc5294f518deec4551413be49e2fa72212b3e738230905700709373b", kill_on_drop: false }` [INFO] [stdout] 025e1a43fc5294f518deec4551413be49e2fa72212b3e738230905700709373b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c5ee507933993a8a7689d110fda370865e99cfcd9720cc57ba614e6d5d2814c3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c5ee507933993a8a7689d110fda370865e99cfcd9720cc57ba614e6d5d2814c3", kill_on_drop: false }` [INFO] [stderr] Compiling rand_core v0.3.0 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Compiling serde v1.0.80 [INFO] [stderr] Compiling slab v0.4.1 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling crossbeam-utils v0.5.0 [INFO] [stderr] Compiling lazycell v1.2.0 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling openssl v0.10.15 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling utf-8 v0.7.4 [INFO] [stderr] Compiling unicode-normalization v0.1.7 [INFO] [stderr] Compiling string v0.1.1 [INFO] [stderr] Compiling serde v0.8.23 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling encoding_rs v0.8.12 [INFO] [stderr] Compiling rustc-demangle v0.1.9 [INFO] [stderr] Compiling adler32 v1.0.3 [INFO] [stderr] Compiling linked-hash-map v0.5.1 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling dtoa v0.4.3 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling bit-vec v0.4.4 [INFO] [stderr] Compiling safemem v0.3.0 [INFO] [stderr] Compiling unicode-segmentation v1.2.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling vec_map v0.8.1 [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 intcode v0.1.0 (/opt/rustwide/workdir/intcode) [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling directories v1.0.2 [INFO] [stderr] Compiling tokio-executor v0.1.5 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling crossbeam-utils v0.6.1 [INFO] [stderr] Compiling arrayvec v0.4.7 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling rand_core v0.2.2 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling yaml-rust v0.4.2 [INFO] [stderr] Compiling termion v1.5.4 [INFO] [stderr] Compiling bytes v0.4.11 [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 debug_unreachable v0.1.1 [INFO] [stderr] Compiling heck v0.3.0 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling tokio-current-thread v0.1.3 [INFO] [stderr] Compiling tokio-timer v0.2.7 [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 rand v0.5.5 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling futf v0.1.4 [INFO] [stderr] Compiling nom v4.1.1 [INFO] [stderr] Compiling tokio-io v0.1.10 [INFO] [stderr] Compiling http v0.1.13 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling openssl-sys v0.9.39 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling phf_shared v0.7.23 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling serde_test v0.8.23 [INFO] [stderr] Compiling tendril v0.3.1 [INFO] [stderr] Compiling mime v0.3.12 [INFO] [stderr] Compiling libflate v0.1.18 [INFO] [stderr] Compiling crossbeam-deque v0.6.2 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling phf v0.7.23 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling phf_generator v0.7.23 [INFO] [stderr] Compiling uuid v0.7.1 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling linked-hash-map v0.3.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.8 [INFO] [stderr] Compiling syn v0.15.21 [INFO] [stderr] Compiling phf_codegen v0.7.23 [INFO] [stderr] Compiling string_cache_codegen v0.4.2 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling parse-zoneinfo v0.2.0 [INFO] [stderr] Compiling serde-hjson v0.8.2 [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 h2 v0.1.13 [INFO] [stderr] Compiling tokio-udp v0.1.2 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling tokio-uds v0.2.3 [INFO] [stderr] Compiling string_cache v0.6.2 [INFO] [stderr] Compiling markup5ever v0.3.2 [INFO] [stderr] Compiling tokio v0.1.11 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling toml v0.4.8 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling html5ever v0.18.0 [INFO] [stderr] Compiling config v0.9.1 [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 hyper-tls v0.3.1 [INFO] [stderr] Compiling reqwest v0.9.5 [INFO] [stderr] Compiling structopt-derive v0.2.13 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling aoc_codegen v0.1.0 [INFO] [stderr] Compiling select v0.4.2 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling aoc v0.3.1 [INFO] [stderr] Compiling day15_2 v0.1.0 (/opt/rustwide/workdir/day15_2) [INFO] [stderr] Compiling day22 v0.1.0 (/opt/rustwide/workdir/day22) [INFO] [stderr] Compiling day12_2 v0.1.0 (/opt/rustwide/workdir/day12_2) [INFO] [stderr] Compiling day24 v0.1.0 (/opt/rustwide/workdir/day24) [INFO] [stderr] Compiling day16 v0.1.0 (/opt/rustwide/workdir/day16) [INFO] [stderr] Compiling day14 v0.1.0 (/opt/rustwide/workdir/day14) [INFO] [stderr] Compiling day19_2 v0.1.0 (/opt/rustwide/workdir/day19_2) [INFO] [stderr] Compiling day18_2 v0.1.0 (/opt/rustwide/workdir/day18_2) [INFO] [stderr] Compiling day09_2 v0.1.0 (/opt/rustwide/workdir/day09_2) [INFO] [stderr] Compiling day05_2 v0.1.0 (/opt/rustwide/workdir/day05_2) [INFO] [stderr] Compiling day10 v0.1.0 (/opt/rustwide/workdir/day10) [INFO] [stderr] Compiling day12 v0.1.0 (/opt/rustwide/workdir/day12) [INFO] [stderr] Compiling day08 v0.1.0 (/opt/rustwide/workdir/day08) [INFO] [stderr] Compiling day17_2 v0.1.0 (/opt/rustwide/workdir/day17_2) [INFO] [stderr] Compiling day11_2 v0.1.0 (/opt/rustwide/workdir/day11_2) [INFO] [stderr] Compiling day23 v0.1.0 (/opt/rustwide/workdir/day23) [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] --> 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] --> 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] --> day16/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] --> day22/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] --> day17_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/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] --> day14/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] --> day12_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] [stderr] error: could not compile `day11_2` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day11_2 --edition=2018 day11_2/src/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e516950b7c405f45 -C extra-filename=-e516950b7c405f45 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aoc=/opt/rustwide/target/debug/deps/libaoc-294d37926a41fc5d.rlib --extern intcode=/opt/rustwide/target/debug/deps/libintcode-2b5d5f481e33cc20.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/backtrace-sys-8a4cc975e4903593/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" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-Wl,--as-needed" "-L" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/day24-04dd05e3065832b2.day24.cu5qjreb-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/day24-04dd05e3065832b2.day24.cu5qjreb-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/day24-04dd05e3065832b2.day24.cu5qjreb-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/day24-04dd05e3065832b2.day24.cu5qjreb-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/day24-04dd05e3065832b2.day24.cu5qjreb-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/day24-04dd05e3065832b2.day24.cu5qjreb-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/day24-04dd05e3065832b2.day24.cu5qjreb-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/day24-04dd05e3065832b2.day24.cu5qjreb-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/day24-04dd05e3065832b2.day24.cu5qjreb-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/day24-04dd05e3065832b2.day24.cu5qjreb-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/day24-04dd05e3065832b2.day24.cu5qjreb-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/day24-04dd05e3065832b2.day24.cu5qjreb-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/day24-04dd05e3065832b2.day24.cu5qjreb-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/day24-04dd05e3065832b2.day24.cu5qjreb-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/day24-04dd05e3065832b2.day24.cu5qjreb-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/day24-04dd05e3065832b2.day24.cu5qjreb-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/day24-04dd05e3065832b2" "/opt/rustwide/target/debug/deps/day24-04dd05e3065832b2.wwkhp9ayotin63z.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-8a4cc975e4903593/out" "-L" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libaoc-294d37926a41fc5d.rlib" "/opt/rustwide/target/debug/deps/libfailure-d004ce8776eb1840.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-713e9be25a3d8930.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-31c814cf220da15a.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-dc4c4f12469b5ed3.rlib" "/opt/rustwide/target/debug/deps/libdirectories-7774f54976307eef.rlib" "/opt/rustwide/target/debug/deps/libopen-5512cbe5988cd1b3.rlib" "/opt/rustwide/target/debug/deps/libchrono_tz-aec98d3b38cbc962.rlib" "/opt/rustwide/target/debug/deps/libchrono-dcbdde7ae452ad86.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0f06aa425770bde4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a616ef0b114947c8.rlib" "/opt/rustwide/target/debug/deps/libselect-6383153107f29c60.rlib" "/opt/rustwide/target/debug/deps/libhtml5ever-b9465c97465970df.rlib" "/opt/rustwide/target/debug/deps/libmarkup5ever-14d76c87f9eb269e.rlib" "/opt/rustwide/target/debug/deps/libtendril-14ced9e5106e6d86.rlib" "/opt/rustwide/target/debug/deps/libutf8-1ca6bc06de8b8ccf.rlib" "/opt/rustwide/target/debug/deps/libfutf-e87a2740fd06f7f1.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-0e99fb4dcfe877ef.rlib" "/opt/rustwide/target/debug/deps/libmac-4e31ed2ec6686bdf.rlib" "/opt/rustwide/target/debug/deps/libstring_cache-2bf3d155d687dcee.rlib" "/opt/rustwide/target/debug/deps/libstring_cache_shared-b571b7f2ea54d833.rlib" "/opt/rustwide/target/debug/deps/libprecomputed_hash-47e22af4b6f3fd1a.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-5e30499abb855642.rlib" "/opt/rustwide/target/debug/deps/libunreachable-cc807dacf6398b80.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-dbe219c565973cc2.rlib" "/opt/rustwide/target/debug/deps/liblog-14ce855e56407890.rlib" "/opt/rustwide/target/debug/deps/libbit_set-960f33bf046561d4.rlib" "/opt/rustwide/target/debug/deps/libbit_vec-5d3136575e7419bf.rlib" "/opt/rustwide/target/debug/deps/libclap-e9ab6d759ecff6bc.rlib" "/opt/rustwide/target/debug/deps/libvec_map-1b378012469a33f8.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-5eaed92efbefe3dd.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-d569fa77ffe46f20.rlib" "/opt/rustwide/target/debug/deps/libstrsim-13e4fe9f4423e3e3.rlib" "/opt/rustwide/target/debug/deps/libatty-06ebf207806d33ad.rlib" "/opt/rustwide/target/debug/deps/libansi_term-b7c7e94976e9eae7.rlib" "/opt/rustwide/target/debug/deps/libcachedir-09d642e50c576a34.rlib" "/opt/rustwide/target/debug/deps/libreqwest-18d711bb1013ebfb.rlib" "/opt/rustwide/target/debug/deps/libuuid-012356f9c7ca9cae.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-ee2f7310721ebd3a.rlib" "/opt/rustwide/target/debug/deps/liburl-2c7a86fc757605ef.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-a7c5562959feefae.rlib" "/opt/rustwide/target/debug/deps/libidna-0ff294d38b3e6f5a.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-4de43cb7435ccb86.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-ffba21755a81f3b4.rlib" "/opt/rustwide/target/debug/deps/libmatches-e50d8b3702610141.rlib" "/opt/rustwide/target/debug/deps/libdtoa-e671f265880199ab.rlib" "/opt/rustwide/target/debug/deps/libserde_json-bf35310d498848ac.rlib" "/opt/rustwide/target/debug/deps/libryu-5ac4bc40e150250a.rlib" "/opt/rustwide/target/debug/deps/libserde-97206d3707110e98.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-9056257312944fc0.rlib" "/opt/rustwide/target/debug/deps/libphf-2bddf2be001b2521.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-5d4a1f3e7c119d9a.rlib" "/opt/rustwide/target/debug/deps/libunicase-7ae2992356aa07bf.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-e4d6eb8e5f738e33.rlib" "/opt/rustwide/target/debug/deps/libmime-18d955b4fb347346.rlib" "/opt/rustwide/target/debug/deps/libunicase-c1a617c10dff48b9.rlib" "/opt/rustwide/target/debug/deps/liblibflate-822bd814640a5cb9.rlib" "/opt/rustwide/target/debug/deps/libcrc-eacf59a36afead28.rlib" "/opt/rustwide/target/debug/deps/libadler32-0f890c4872b73b1a.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-01d79d21e4c05665.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-7d06acaffaf42c96.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-d283b83881b46967.rlib" "/opt/rustwide/target/debug/deps/libopenssl-3798091b848113bc.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-01f0c60fd1314eac.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-a93100efcd71664b.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-57ec5836a2332306.rlib" "/opt/rustwide/target/debug/deps/libbitflags-44e95351d5c34c9b.rlib" "/opt/rustwide/target/debug/deps/libhyper-34f293cbde197ad2.rlib" "/opt/rustwide/target/debug/deps/libwant-b92bbc7a13677d48.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-d8a71d52e7054de4.rlib" "/opt/rustwide/target/debug/deps/libtokio-840d9bbc35aebf30.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-fe747671d4fbb132.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-8ceb205b9a3ce9a3.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-2e1a02cc2626e306.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-3a065691600ca491.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-17bb58cd182f82a5.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-7cb2d17ac3d42870.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-da38689e3bc3bf28.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-d5c14420095fdbc2.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a1f1e0a233fedeb8.rlib" "/opt/rustwide/target/debug/deps/libunreachable-8d2ad7a435d45ba9.rlib" "/opt/rustwide/target/debug/deps/libvoid-b4fe54fd08e2c3df.rlib" "/opt/rustwide/target/debug/deps/liblock_api-c39ff13276104f76.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-451ed3c192b4aaea.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-a652b629459d18f4.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-0b2455ce8982fd15.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-71ecd37893c62a72.rlib" "/opt/rustwide/target/debug/deps/librand-db33356811d35b1b.rlib" "/opt/rustwide/target/debug/deps/librand_core-cb12f3a42c3b1612.rlib" "/opt/rustwide/target/debug/deps/librand_core-3156305059e3b6e2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-6a71c62bf3daeaa5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-c6c108fff9b9229f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-a062a51b67a9ea91.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-4ba9c026e96e4251.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-29af9674b0993fe8.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-2cfd87a3e903b273.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-6da2aff442c3731c.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-970c7d4d042035d2.rlib" "/opt/rustwide/target/debug/deps/libnodrop-10c00a3e39883c25.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-5fd3682b13b5290b.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-8dc8646e6654a88e.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-d1af56ee9d0514ff.rlib" "/opt/rustwide/target/debug/deps/libmio-7f200675eaf8d745.rlib" "/opt/rustwide/target/debug/deps/liblazycell-604fe75806a014d6.rlib" "/opt/rustwide/target/debug/deps/libtime-49efe0ff9d813ef9.rlib" "/opt/rustwide/target/debug/deps/libnet2-aa03c5da789b7d31.rlib" "/opt/rustwide/target/debug/deps/libhttparse-b984df79d108a010.rlib" "/opt/rustwide/target/debug/deps/libh2-9409ed300dea3889.rlib" "/opt/rustwide/target/debug/deps/libindexmap-7554f775129d0a0f.rlib" "/opt/rustwide/target/debug/deps/libstring-bb49b3288f7a4f8f.rlib" "/opt/rustwide/target/debug/deps/libslab-be706de33e22af13.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-2d488d55e7948e45.rlib" "/opt/rustwide/target/debug/deps/liblog-a185f70337ed0e94.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-d380ad61b303c4fd.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-a49a5c29f7078364.rlib" "/opt/rustwide/target/debug/deps/libhttp-a12afbddadefaa2a.rlib" "/opt/rustwide/target/debug/deps/libitoa-bf00738b2b8bc4b5.rlib" "/opt/rustwide/target/debug/deps/libfnv-536a1824ffde2141.rlib" "/opt/rustwide/target/debug/deps/libfutures-a6499817d78b9966.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-40bc26ab285edc87.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-f5e17ae785639b51.rlib" "/opt/rustwide/target/debug/deps/libbytes-78fd5725b1f1925b.rlib" "/opt/rustwide/target/debug/deps/libiovec-d53b0b93e8a8a8d3.rlib" "/opt/rustwide/target/debug/deps/liblibc-7a70711042a43204.rlib" "/opt/rustwide/target/debug/deps/libbase64-6a8a542eeeaf8857.rlib" "/opt/rustwide/target/debug/deps/libsafemem-37487ab5f65b9ac8.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-c96334850bb98647.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-21256c14e4504640.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-986e7fea4474d4d2.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-91d85f45babdb06e.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-756509c31813f9a6.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5c2ef587e740c0cc.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-ad8f9371d31db1b3.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-402820fb3b4d3dd8.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-5e8e903f07dc8747.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7ab9ae5080c07187.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-c8e8d47c6bf14de2.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5a02dbb58abd015a.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cedc8fec61444895.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a1c96351c52bc56a.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e41c6d24baeb2249.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-62493b241881590c.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-a1fd7734706d5518.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-c8ded1707ad10767.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1eec8756baa5bc24.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-Wl,--as-needed" "-L" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/day19_2-55872b19e0ca837a.day19_2.70eo7wjq-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/day19_2-55872b19e0ca837a.day19_2.70eo7wjq-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/day19_2-55872b19e0ca837a.day19_2.70eo7wjq-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/day19_2-55872b19e0ca837a.day19_2.70eo7wjq-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/day19_2-55872b19e0ca837a.day19_2.70eo7wjq-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/day19_2-55872b19e0ca837a.day19_2.70eo7wjq-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/day19_2-55872b19e0ca837a.day19_2.70eo7wjq-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/day19_2-55872b19e0ca837a.day19_2.70eo7wjq-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/day19_2-55872b19e0ca837a.day19_2.70eo7wjq-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/day19_2-55872b19e0ca837a.day19_2.70eo7wjq-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/day19_2-55872b19e0ca837a.day19_2.70eo7wjq-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/day19_2-55872b19e0ca837a.day19_2.70eo7wjq-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/day19_2-55872b19e0ca837a.day19_2.70eo7wjq-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/day19_2-55872b19e0ca837a.day19_2.70eo7wjq-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/day19_2-55872b19e0ca837a.day19_2.70eo7wjq-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/day19_2-55872b19e0ca837a.day19_2.70eo7wjq-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/day19_2-55872b19e0ca837a" "/opt/rustwide/target/debug/deps/day19_2-55872b19e0ca837a.318v0w4rfuunw5wh.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-8a4cc975e4903593/out" "-L" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libaoc-294d37926a41fc5d.rlib" "/opt/rustwide/target/debug/deps/libfailure-d004ce8776eb1840.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-713e9be25a3d8930.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-31c814cf220da15a.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-dc4c4f12469b5ed3.rlib" "/opt/rustwide/target/debug/deps/libdirectories-7774f54976307eef.rlib" "/opt/rustwide/target/debug/deps/libopen-5512cbe5988cd1b3.rlib" "/opt/rustwide/target/debug/deps/libchrono_tz-aec98d3b38cbc962.rlib" "/opt/rustwide/target/debug/deps/libchrono-dcbdde7ae452ad86.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0f06aa425770bde4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a616ef0b114947c8.rlib" "/opt/rustwide/target/debug/deps/libselect-6383153107f29c60.rlib" "/opt/rustwide/target/debug/deps/libhtml5ever-b9465c97465970df.rlib" "/opt/rustwide/target/debug/deps/libmarkup5ever-14d76c87f9eb269e.rlib" "/opt/rustwide/target/debug/deps/libtendril-14ced9e5106e6d86.rlib" "/opt/rustwide/target/debug/deps/libutf8-1ca6bc06de8b8ccf.rlib" "/opt/rustwide/target/debug/deps/libfutf-e87a2740fd06f7f1.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-0e99fb4dcfe877ef.rlib" "/opt/rustwide/target/debug/deps/libmac-4e31ed2ec6686bdf.rlib" "/opt/rustwide/target/debug/deps/libstring_cache-2bf3d155d687dcee.rlib" "/opt/rustwide/target/debug/deps/libstring_cache_shared-b571b7f2ea54d833.rlib" "/opt/rustwide/target/debug/deps/libprecomputed_hash-47e22af4b6f3fd1a.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-5e30499abb855642.rlib" "/opt/rustwide/target/debug/deps/libunreachable-cc807dacf6398b80.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-dbe219c565973cc2.rlib" "/opt/rustwide/target/debug/deps/liblog-14ce855e56407890.rlib" "/opt/rustwide/target/debug/deps/libbit_set-960f33bf046561d4.rlib" "/opt/rustwide/target/debug/deps/libbit_vec-5d3136575e7419bf.rlib" "/opt/rustwide/target/debug/deps/libclap-e9ab6d759ecff6bc.rlib" "/opt/rustwide/target/debug/deps/libvec_map-1b378012469a33f8.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-5eaed92efbefe3dd.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-d569fa77ffe46f20.rlib" "/opt/rustwide/target/debug/deps/libstrsim-13e4fe9f4423e3e3.rlib" "/opt/rustwide/target/debug/deps/libatty-06ebf207806d33ad.rlib" "/opt/rustwide/target/debug/deps/libansi_term-b7c7e94976e9eae7.rlib" "/opt/rustwide/target/debug/deps/libcachedir-09d642e50c576a34.rlib" "/opt/rustwide/target/debug/deps/libreqwest-18d711bb1013ebfb.rlib" "/opt/rustwide/target/debug/deps/libuuid-012356f9c7ca9cae.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-ee2f7310721ebd3a.rlib" "/opt/rustwide/target/debug/deps/liburl-2c7a86fc757605ef.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-a7c5562959feefae.rlib" "/opt/rustwide/target/debug/deps/libidna-0ff294d38b3e6f5a.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-4de43cb7435ccb86.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-ffba21755a81f3b4.rlib" "/opt/rustwide/target/debug/deps/libmatches-e50d8b3702610141.rlib" "/opt/rustwide/target/debug/deps/libdtoa-e671f265880199ab.rlib" "/opt/rustwide/target/debug/deps/libserde_json-bf35310d498848ac.rlib" "/opt/rustwide/target/debug/deps/libryu-5ac4bc40e150250a.rlib" "/opt/rustwide/target/debug/deps/libserde-97206d3707110e98.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-9056257312944fc0.rlib" "/opt/rustwide/target/debug/deps/libphf-2bddf2be001b2521.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-5d4a1f3e7c119d9a.rlib" "/opt/rustwide/target/debug/deps/libunicase-7ae2992356aa07bf.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-e4d6eb8e5f738e33.rlib" "/opt/rustwide/target/debug/deps/libmime-18d955b4fb347346.rlib" "/opt/rustwide/target/debug/deps/libunicase-c1a617c10dff48b9.rlib" "/opt/rustwide/target/debug/deps/liblibflate-822bd814640a5cb9.rlib" "/opt/rustwide/target/debug/deps/libcrc-eacf59a36afead28.rlib" "/opt/rustwide/target/debug/deps/libadler32-0f890c4872b73b1a.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-01d79d21e4c05665.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-7d06acaffaf42c96.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-d283b83881b46967.rlib" "/opt/rustwide/target/debug/deps/libopenssl-3798091b848113bc.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-01f0c60fd1314eac.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-a93100efcd71664b.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-57ec5836a2332306.rlib" "/opt/rustwide/target/debug/deps/libbitflags-44e95351d5c34c9b.rlib" "/opt/rustwide/target/debug/deps/libhyper-34f293cbde197ad2.rlib" "/opt/rustwide/target/debug/deps/libwant-b92bbc7a13677d48.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-d8a71d52e7054de4.rlib" "/opt/rustwide/target/debug/deps/libtokio-840d9bbc35aebf30.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-fe747671d4fbb132.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-8ceb205b9a3ce9a3.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-2e1a02cc2626e306.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-3a065691600ca491.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-17bb58cd182f82a5.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-7cb2d17ac3d42870.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-da38689e3bc3bf28.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-d5c14420095fdbc2.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a1f1e0a233fedeb8.rlib" "/opt/rustwide/target/debug/deps/libunreachable-8d2ad7a435d45ba9.rlib" "/opt/rustwide/target/debug/deps/libvoid-b4fe54fd08e2c3df.rlib" "/opt/rustwide/target/debug/deps/liblock_api-c39ff13276104f76.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-451ed3c192b4aaea.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-a652b629459d18f4.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-0b2455ce8982fd15.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-71ecd37893c62a72.rlib" "/opt/rustwide/target/debug/deps/librand-db33356811d35b1b.rlib" "/opt/rustwide/target/debug/deps/librand_core-cb12f3a42c3b1612.rlib" "/opt/rustwide/target/debug/deps/librand_core-3156305059e3b6e2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-6a71c62bf3daeaa5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-c6c108fff9b9229f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-a062a51b67a9ea91.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-4ba9c026e96e4251.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-29af9674b0993fe8.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-2cfd87a3e903b273.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-6da2aff442c3731c.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-970c7d4d042035d2.rlib" "/opt/rustwide/target/debug/deps/libnodrop-10c00a3e39883c25.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-5fd3682b13b5290b.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-8dc8646e6654a88e.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-d1af56ee9d0514ff.rlib" "/opt/rustwide/target/debug/deps/libmio-7f200675eaf8d745.rlib" "/opt/rustwide/target/debug/deps/liblazycell-604fe75806a014d6.rlib" "/opt/rustwide/target/debug/deps/libtime-49efe0ff9d813ef9.rlib" "/opt/rustwide/target/debug/deps/libnet2-aa03c5da789b7d31.rlib" "/opt/rustwide/target/debug/deps/libhttparse-b984df79d108a010.rlib" "/opt/rustwide/target/debug/deps/libh2-9409ed300dea3889.rlib" "/opt/rustwide/target/debug/deps/libindexmap-7554f775129d0a0f.rlib" "/opt/rustwide/target/debug/deps/libstring-bb49b3288f7a4f8f.rlib" "/opt/rustwide/target/debug/deps/libslab-be706de33e22af13.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-2d488d55e7948e45.rlib" "/opt/rustwide/target/debug/deps/liblog-a185f70337ed0e94.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-d380ad61b303c4fd.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-a49a5c29f7078364.rlib" "/opt/rustwide/target/debug/deps/libhttp-a12afbddadefaa2a.rlib" "/opt/rustwide/target/debug/deps/libitoa-bf00738b2b8bc4b5.rlib" "/opt/rustwide/target/debug/deps/libfnv-536a1824ffde2141.rlib" "/opt/rustwide/target/debug/deps/libfutures-a6499817d78b9966.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-40bc26ab285edc87.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-f5e17ae785639b51.rlib" "/opt/rustwide/target/debug/deps/libbytes-78fd5725b1f1925b.rlib" "/opt/rustwide/target/debug/deps/libiovec-d53b0b93e8a8a8d3.rlib" "/opt/rustwide/target/debug/deps/liblibc-7a70711042a43204.rlib" "/opt/rustwide/target/debug/deps/libbase64-6a8a542eeeaf8857.rlib" "/opt/rustwide/target/debug/deps/libsafemem-37487ab5f65b9ac8.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-c96334850bb98647.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-21256c14e4504640.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-986e7fea4474d4d2.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-91d85f45babdb06e.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-756509c31813f9a6.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5c2ef587e740c0cc.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-ad8f9371d31db1b3.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-402820fb3b4d3dd8.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-5e8e903f07dc8747.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7ab9ae5080c07187.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-c8e8d47c6bf14de2.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5a02dbb58abd015a.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cedc8fec61444895.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a1c96351c52bc56a.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e41c6d24baeb2249.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-62493b241881590c.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-a1fd7734706d5518.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-c8ded1707ad10767.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1eec8756baa5bc24.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-Wl,--as-needed" "-L" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/day17_2-b791af0116bef659.day17_2.3xbn56wl-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/day17_2-b791af0116bef659.day17_2.3xbn56wl-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/day17_2-b791af0116bef659.day17_2.3xbn56wl-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/day17_2-b791af0116bef659.day17_2.3xbn56wl-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/day17_2-b791af0116bef659.day17_2.3xbn56wl-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/day17_2-b791af0116bef659.day17_2.3xbn56wl-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/day17_2-b791af0116bef659.day17_2.3xbn56wl-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/day17_2-b791af0116bef659.day17_2.3xbn56wl-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/day17_2-b791af0116bef659.day17_2.3xbn56wl-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/day17_2-b791af0116bef659.day17_2.3xbn56wl-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/day17_2-b791af0116bef659.day17_2.3xbn56wl-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/day17_2-b791af0116bef659.day17_2.3xbn56wl-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/day17_2-b791af0116bef659.day17_2.3xbn56wl-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/day17_2-b791af0116bef659.day17_2.3xbn56wl-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/day17_2-b791af0116bef659.day17_2.3xbn56wl-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/day17_2-b791af0116bef659.day17_2.3xbn56wl-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/day17_2-b791af0116bef659" "/opt/rustwide/target/debug/deps/day17_2-b791af0116bef659.23div02f8tfqzybt.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-8a4cc975e4903593/out" "-L" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libaoc-294d37926a41fc5d.rlib" "/opt/rustwide/target/debug/deps/libfailure-d004ce8776eb1840.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-713e9be25a3d8930.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-31c814cf220da15a.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-dc4c4f12469b5ed3.rlib" "/opt/rustwide/target/debug/deps/libdirectories-7774f54976307eef.rlib" "/opt/rustwide/target/debug/deps/libopen-5512cbe5988cd1b3.rlib" "/opt/rustwide/target/debug/deps/libchrono_tz-aec98d3b38cbc962.rlib" "/opt/rustwide/target/debug/deps/libchrono-dcbdde7ae452ad86.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0f06aa425770bde4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a616ef0b114947c8.rlib" "/opt/rustwide/target/debug/deps/libselect-6383153107f29c60.rlib" "/opt/rustwide/target/debug/deps/libhtml5ever-b9465c97465970df.rlib" "/opt/rustwide/target/debug/deps/libmarkup5ever-14d76c87f9eb269e.rlib" "/opt/rustwide/target/debug/deps/libtendril-14ced9e5106e6d86.rlib" "/opt/rustwide/target/debug/deps/libutf8-1ca6bc06de8b8ccf.rlib" "/opt/rustwide/target/debug/deps/libfutf-e87a2740fd06f7f1.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-0e99fb4dcfe877ef.rlib" "/opt/rustwide/target/debug/deps/libmac-4e31ed2ec6686bdf.rlib" "/opt/rustwide/target/debug/deps/libstring_cache-2bf3d155d687dcee.rlib" "/opt/rustwide/target/debug/deps/libstring_cache_shared-b571b7f2ea54d833.rlib" "/opt/rustwide/target/debug/deps/libprecomputed_hash-47e22af4b6f3fd1a.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-5e30499abb855642.rlib" "/opt/rustwide/target/debug/deps/libunreachable-cc807dacf6398b80.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-dbe219c565973cc2.rlib" "/opt/rustwide/target/debug/deps/liblog-14ce855e56407890.rlib" "/opt/rustwide/target/debug/deps/libbit_set-960f33bf046561d4.rlib" "/opt/rustwide/target/debug/deps/libbit_vec-5d3136575e7419bf.rlib" "/opt/rustwide/target/debug/deps/libclap-e9ab6d759ecff6bc.rlib" "/opt/rustwide/target/debug/deps/libvec_map-1b378012469a33f8.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-5eaed92efbefe3dd.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-d569fa77ffe46f20.rlib" "/opt/rustwide/target/debug/deps/libstrsim-13e4fe9f4423e3e3.rlib" "/opt/rustwide/target/debug/deps/libatty-06ebf207806d33ad.rlib" "/opt/rustwide/target/debug/deps/libansi_term-b7c7e94976e9eae7.rlib" "/opt/rustwide/target/debug/deps/libcachedir-09d642e50c576a34.rlib" "/opt/rustwide/target/debug/deps/libreqwest-18d711bb1013ebfb.rlib" "/opt/rustwide/target/debug/deps/libuuid-012356f9c7ca9cae.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-ee2f7310721ebd3a.rlib" "/opt/rustwide/target/debug/deps/liburl-2c7a86fc757605ef.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-a7c5562959feefae.rlib" "/opt/rustwide/target/debug/deps/libidna-0ff294d38b3e6f5a.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-4de43cb7435ccb86.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-ffba21755a81f3b4.rlib" "/opt/rustwide/target/debug/deps/libmatches-e50d8b3702610141.rlib" "/opt/rustwide/target/debug/deps/libdtoa-e671f265880199ab.rlib" "/opt/rustwide/target/debug/deps/libserde_json-bf35310d498848ac.rlib" "/opt/rustwide/target/debug/deps/libryu-5ac4bc40e150250a.rlib" "/opt/rustwide/target/debug/deps/libserde-97206d3707110e98.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-9056257312944fc0.rlib" "/opt/rustwide/target/debug/deps/libphf-2bddf2be001b2521.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-5d4a1f3e7c119d9a.rlib" "/opt/rustwide/target/debug/deps/libunicase-7ae2992356aa07bf.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-e4d6eb8e5f738e33.rlib" "/opt/rustwide/target/debug/deps/libmime-18d955b4fb347346.rlib" "/opt/rustwide/target/debug/deps/libunicase-c1a617c10dff48b9.rlib" "/opt/rustwide/target/debug/deps/liblibflate-822bd814640a5cb9.rlib" "/opt/rustwide/target/debug/deps/libcrc-eacf59a36afead28.rlib" "/opt/rustwide/target/debug/deps/libadler32-0f890c4872b73b1a.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-01d79d21e4c05665.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-7d06acaffaf42c96.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-d283b83881b46967.rlib" "/opt/rustwide/target/debug/deps/libopenssl-3798091b848113bc.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-01f0c60fd1314eac.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-a93100efcd71664b.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-57ec5836a2332306.rlib" "/opt/rustwide/target/debug/deps/libbitflags-44e95351d5c34c9b.rlib" "/opt/rustwide/target/debug/deps/libhyper-34f293cbde197ad2.rlib" "/opt/rustwide/target/debug/deps/libwant-b92bbc7a13677d48.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-d8a71d52e7054de4.rlib" "/opt/rustwide/target/debug/deps/libtokio-840d9bbc35aebf30.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-fe747671d4fbb132.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-8ceb205b9a3ce9a3.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-2e1a02cc2626e306.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-3a065691600ca491.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-17bb58cd182f82a5.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-7cb2d17ac3d42870.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-da38689e3bc3bf28.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-d5c14420095fdbc2.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a1f1e0a233fedeb8.rlib" "/opt/rustwide/target/debug/deps/libunreachable-8d2ad7a435d45ba9.rlib" "/opt/rustwide/target/debug/deps/libvoid-b4fe54fd08e2c3df.rlib" "/opt/rustwide/target/debug/deps/liblock_api-c39ff13276104f76.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-451ed3c192b4aaea.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-a652b629459d18f4.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-0b2455ce8982fd15.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-71ecd37893c62a72.rlib" "/opt/rustwide/target/debug/deps/librand-db33356811d35b1b.rlib" "/opt/rustwide/target/debug/deps/librand_core-cb12f3a42c3b1612.rlib" "/opt/rustwide/target/debug/deps/librand_core-3156305059e3b6e2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-6a71c62bf3daeaa5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-c6c108fff9b9229f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-a062a51b67a9ea91.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-4ba9c026e96e4251.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-29af9674b0993fe8.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-2cfd87a3e903b273.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-6da2aff442c3731c.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-970c7d4d042035d2.rlib" "/opt/rustwide/target/debug/deps/libnodrop-10c00a3e39883c25.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-5fd3682b13b5290b.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-8dc8646e6654a88e.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-d1af56ee9d0514ff.rlib" "/opt/rustwide/target/debug/deps/libmio-7f200675eaf8d745.rlib" "/opt/rustwide/target/debug/deps/liblazycell-604fe75806a014d6.rlib" "/opt/rustwide/target/debug/deps/libtime-49efe0ff9d813ef9.rlib" "/opt/rustwide/target/debug/deps/libnet2-aa03c5da789b7d31.rlib" "/opt/rustwide/target/debug/deps/libhttparse-b984df79d108a010.rlib" "/opt/rustwide/target/debug/deps/libh2-9409ed300dea3889.rlib" "/opt/rustwide/target/debug/deps/libindexmap-7554f775129d0a0f.rlib" "/opt/rustwide/target/debug/deps/libstring-bb49b3288f7a4f8f.rlib" "/opt/rustwide/target/debug/deps/libslab-be706de33e22af13.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-2d488d55e7948e45.rlib" "/opt/rustwide/target/debug/deps/liblog-a185f70337ed0e94.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-d380ad61b303c4fd.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-a49a5c29f7078364.rlib" "/opt/rustwide/target/debug/deps/libhttp-a12afbddadefaa2a.rlib" "/opt/rustwide/target/debug/deps/libitoa-bf00738b2b8bc4b5.rlib" "/opt/rustwide/target/debug/deps/libfnv-536a1824ffde2141.rlib" "/opt/rustwide/target/debug/deps/libfutures-a6499817d78b9966.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-40bc26ab285edc87.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-f5e17ae785639b51.rlib" "/opt/rustwide/target/debug/deps/libbytes-78fd5725b1f1925b.rlib" "/opt/rustwide/target/debug/deps/libiovec-d53b0b93e8a8a8d3.rlib" "/opt/rustwide/target/debug/deps/liblibc-7a70711042a43204.rlib" "/opt/rustwide/target/debug/deps/libbase64-6a8a542eeeaf8857.rlib" "/opt/rustwide/target/debug/deps/libsafemem-37487ab5f65b9ac8.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-c96334850bb98647.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-21256c14e4504640.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-986e7fea4474d4d2.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-91d85f45babdb06e.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-756509c31813f9a6.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5c2ef587e740c0cc.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-ad8f9371d31db1b3.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-402820fb3b4d3dd8.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-5e8e903f07dc8747.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7ab9ae5080c07187.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-c8e8d47c6bf14de2.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5a02dbb58abd015a.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cedc8fec61444895.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a1c96351c52bc56a.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e41c6d24baeb2249.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-62493b241881590c.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-a1fd7734706d5518.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-c8ded1707ad10767.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1eec8756baa5bc24.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-Wl,--as-needed" "-L" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/day12_2-d42bb3945e842ccf.day12_2.668m14x4-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/day12_2-d42bb3945e842ccf.day12_2.668m14x4-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/day12_2-d42bb3945e842ccf.day12_2.668m14x4-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/day12_2-d42bb3945e842ccf.day12_2.668m14x4-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/day12_2-d42bb3945e842ccf.day12_2.668m14x4-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/day12_2-d42bb3945e842ccf.day12_2.668m14x4-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/day12_2-d42bb3945e842ccf.day12_2.668m14x4-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/day12_2-d42bb3945e842ccf.day12_2.668m14x4-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/day12_2-d42bb3945e842ccf.day12_2.668m14x4-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/day12_2-d42bb3945e842ccf.day12_2.668m14x4-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/day12_2-d42bb3945e842ccf.day12_2.668m14x4-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/day12_2-d42bb3945e842ccf.day12_2.668m14x4-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/day12_2-d42bb3945e842ccf.day12_2.668m14x4-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/day12_2-d42bb3945e842ccf.day12_2.668m14x4-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/day12_2-d42bb3945e842ccf.day12_2.668m14x4-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/day12_2-d42bb3945e842ccf.day12_2.668m14x4-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/day12_2-d42bb3945e842ccf" "/opt/rustwide/target/debug/deps/day12_2-d42bb3945e842ccf.2i50seobqhnt2x6d.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-8a4cc975e4903593/out" "-L" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libaoc-294d37926a41fc5d.rlib" "/opt/rustwide/target/debug/deps/libfailure-d004ce8776eb1840.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-713e9be25a3d8930.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-31c814cf220da15a.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-dc4c4f12469b5ed3.rlib" "/opt/rustwide/target/debug/deps/libdirectories-7774f54976307eef.rlib" "/opt/rustwide/target/debug/deps/libopen-5512cbe5988cd1b3.rlib" "/opt/rustwide/target/debug/deps/libchrono_tz-aec98d3b38cbc962.rlib" "/opt/rustwide/target/debug/deps/libchrono-dcbdde7ae452ad86.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0f06aa425770bde4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a616ef0b114947c8.rlib" "/opt/rustwide/target/debug/deps/libselect-6383153107f29c60.rlib" "/opt/rustwide/target/debug/deps/libhtml5ever-b9465c97465970df.rlib" "/opt/rustwide/target/debug/deps/libmarkup5ever-14d76c87f9eb269e.rlib" "/opt/rustwide/target/debug/deps/libtendril-14ced9e5106e6d86.rlib" "/opt/rustwide/target/debug/deps/libutf8-1ca6bc06de8b8ccf.rlib" "/opt/rustwide/target/debug/deps/libfutf-e87a2740fd06f7f1.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-0e99fb4dcfe877ef.rlib" "/opt/rustwide/target/debug/deps/libmac-4e31ed2ec6686bdf.rlib" "/opt/rustwide/target/debug/deps/libstring_cache-2bf3d155d687dcee.rlib" "/opt/rustwide/target/debug/deps/libstring_cache_shared-b571b7f2ea54d833.rlib" "/opt/rustwide/target/debug/deps/libprecomputed_hash-47e22af4b6f3fd1a.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-5e30499abb855642.rlib" "/opt/rustwide/target/debug/deps/libunreachable-cc807dacf6398b80.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-dbe219c565973cc2.rlib" "/opt/rustwide/target/debug/deps/liblog-14ce855e56407890.rlib" "/opt/rustwide/target/debug/deps/libbit_set-960f33bf046561d4.rlib" "/opt/rustwide/target/debug/deps/libbit_vec-5d3136575e7419bf.rlib" "/opt/rustwide/target/debug/deps/libclap-e9ab6d759ecff6bc.rlib" "/opt/rustwide/target/debug/deps/libvec_map-1b378012469a33f8.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-5eaed92efbefe3dd.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-d569fa77ffe46f20.rlib" "/opt/rustwide/target/debug/deps/libstrsim-13e4fe9f4423e3e3.rlib" "/opt/rustwide/target/debug/deps/libatty-06ebf207806d33ad.rlib" "/opt/rustwide/target/debug/deps/libansi_term-b7c7e94976e9eae7.rlib" "/opt/rustwide/target/debug/deps/libcachedir-09d642e50c576a34.rlib" "/opt/rustwide/target/debug/deps/libreqwest-18d711bb1013ebfb.rlib" "/opt/rustwide/target/debug/deps/libuuid-012356f9c7ca9cae.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-ee2f7310721ebd3a.rlib" "/opt/rustwide/target/debug/deps/liburl-2c7a86fc757605ef.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-a7c5562959feefae.rlib" "/opt/rustwide/target/debug/deps/libidna-0ff294d38b3e6f5a.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-4de43cb7435ccb86.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-ffba21755a81f3b4.rlib" "/opt/rustwide/target/debug/deps/libmatches-e50d8b3702610141.rlib" "/opt/rustwide/target/debug/deps/libdtoa-e671f265880199ab.rlib" "/opt/rustwide/target/debug/deps/libserde_json-bf35310d498848ac.rlib" "/opt/rustwide/target/debug/deps/libryu-5ac4bc40e150250a.rlib" "/opt/rustwide/target/debug/deps/libserde-97206d3707110e98.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-9056257312944fc0.rlib" "/opt/rustwide/target/debug/deps/libphf-2bddf2be001b2521.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-5d4a1f3e7c119d9a.rlib" "/opt/rustwide/target/debug/deps/libunicase-7ae2992356aa07bf.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-e4d6eb8e5f738e33.rlib" "/opt/rustwide/target/debug/deps/libmime-18d955b4fb347346.rlib" "/opt/rustwide/target/debug/deps/libunicase-c1a617c10dff48b9.rlib" "/opt/rustwide/target/debug/deps/liblibflate-822bd814640a5cb9.rlib" "/opt/rustwide/target/debug/deps/libcrc-eacf59a36afead28.rlib" "/opt/rustwide/target/debug/deps/libadler32-0f890c4872b73b1a.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-01d79d21e4c05665.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-7d06acaffaf42c96.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-d283b83881b46967.rlib" "/opt/rustwide/target/debug/deps/libopenssl-3798091b848113bc.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-01f0c60fd1314eac.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-a93100efcd71664b.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-57ec5836a2332306.rlib" "/opt/rustwide/target/debug/deps/libbitflags-44e95351d5c34c9b.rlib" "/opt/rustwide/target/debug/deps/libhyper-34f293cbde197ad2.rlib" "/opt/rustwide/target/debug/deps/libwant-b92bbc7a13677d48.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-d8a71d52e7054de4.rlib" "/opt/rustwide/target/debug/deps/libtokio-840d9bbc35aebf30.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-fe747671d4fbb132.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-8ceb205b9a3ce9a3.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-2e1a02cc2626e306.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-3a065691600ca491.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-17bb58cd182f82a5.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-7cb2d17ac3d42870.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-da38689e3bc3bf28.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-d5c14420095fdbc2.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a1f1e0a233fedeb8.rlib" "/opt/rustwide/target/debug/deps/libunreachable-8d2ad7a435d45ba9.rlib" "/opt/rustwide/target/debug/deps/libvoid-b4fe54fd08e2c3df.rlib" "/opt/rustwide/target/debug/deps/liblock_api-c39ff13276104f76.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-451ed3c192b4aaea.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-a652b629459d18f4.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-0b2455ce8982fd15.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-71ecd37893c62a72.rlib" "/opt/rustwide/target/debug/deps/librand-db33356811d35b1b.rlib" "/opt/rustwide/target/debug/deps/librand_core-cb12f3a42c3b1612.rlib" "/opt/rustwide/target/debug/deps/librand_core-3156305059e3b6e2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-6a71c62bf3daeaa5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-c6c108fff9b9229f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-a062a51b67a9ea91.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-4ba9c026e96e4251.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-29af9674b0993fe8.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-2cfd87a3e903b273.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-6da2aff442c3731c.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-970c7d4d042035d2.rlib" "/opt/rustwide/target/debug/deps/libnodrop-10c00a3e39883c25.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-5fd3682b13b5290b.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-8dc8646e6654a88e.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-d1af56ee9d0514ff.rlib" "/opt/rustwide/target/debug/deps/libmio-7f200675eaf8d745.rlib" "/opt/rustwide/target/debug/deps/liblazycell-604fe75806a014d6.rlib" "/opt/rustwide/target/debug/deps/libtime-49efe0ff9d813ef9.rlib" "/opt/rustwide/target/debug/deps/libnet2-aa03c5da789b7d31.rlib" "/opt/rustwide/target/debug/deps/libhttparse-b984df79d108a010.rlib" "/opt/rustwide/target/debug/deps/libh2-9409ed300dea3889.rlib" "/opt/rustwide/target/debug/deps/libindexmap-7554f775129d0a0f.rlib" "/opt/rustwide/target/debug/deps/libstring-bb49b3288f7a4f8f.rlib" "/opt/rustwide/target/debug/deps/libslab-be706de33e22af13.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-2d488d55e7948e45.rlib" "/opt/rustwide/target/debug/deps/liblog-a185f70337ed0e94.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-d380ad61b303c4fd.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-a49a5c29f7078364.rlib" "/opt/rustwide/target/debug/deps/libhttp-a12afbddadefaa2a.rlib" "/opt/rustwide/target/debug/deps/libitoa-bf00738b2b8bc4b5.rlib" "/opt/rustwide/target/debug/deps/libfnv-536a1824ffde2141.rlib" "/opt/rustwide/target/debug/deps/libfutures-a6499817d78b9966.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-40bc26ab285edc87.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-f5e17ae785639b51.rlib" "/opt/rustwide/target/debug/deps/libbytes-78fd5725b1f1925b.rlib" "/opt/rustwide/target/debug/deps/libiovec-d53b0b93e8a8a8d3.rlib" "/opt/rustwide/target/debug/deps/liblibc-7a70711042a43204.rlib" "/opt/rustwide/target/debug/deps/libbase64-6a8a542eeeaf8857.rlib" "/opt/rustwide/target/debug/deps/libsafemem-37487ab5f65b9ac8.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-c96334850bb98647.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-21256c14e4504640.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-986e7fea4474d4d2.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-91d85f45babdb06e.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-756509c31813f9a6.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5c2ef587e740c0cc.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-ad8f9371d31db1b3.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-402820fb3b4d3dd8.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-5e8e903f07dc8747.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7ab9ae5080c07187.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-c8e8d47c6bf14de2.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5a02dbb58abd015a.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cedc8fec61444895.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a1c96351c52bc56a.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e41c6d24baeb2249.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-62493b241881590c.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-a1fd7734706d5518.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-c8ded1707ad10767.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1eec8756baa5bc24.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-Wl,--as-needed" "-L" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/day18_2-5821c96fbeefaefe.day18_2.22yg8713-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/day18_2-5821c96fbeefaefe.day18_2.22yg8713-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/day18_2-5821c96fbeefaefe.day18_2.22yg8713-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/day18_2-5821c96fbeefaefe.day18_2.22yg8713-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/day18_2-5821c96fbeefaefe.day18_2.22yg8713-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/day18_2-5821c96fbeefaefe.day18_2.22yg8713-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/day18_2-5821c96fbeefaefe.day18_2.22yg8713-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/day18_2-5821c96fbeefaefe.day18_2.22yg8713-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/day18_2-5821c96fbeefaefe.day18_2.22yg8713-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/day18_2-5821c96fbeefaefe.day18_2.22yg8713-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/day18_2-5821c96fbeefaefe.day18_2.22yg8713-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/day18_2-5821c96fbeefaefe.day18_2.22yg8713-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/day18_2-5821c96fbeefaefe.day18_2.22yg8713-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/day18_2-5821c96fbeefaefe.day18_2.22yg8713-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/day18_2-5821c96fbeefaefe.day18_2.22yg8713-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/day18_2-5821c96fbeefaefe.day18_2.22yg8713-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/day18_2-5821c96fbeefaefe" "/opt/rustwide/target/debug/deps/day18_2-5821c96fbeefaefe.1zyhgx9u37akftkv.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-8a4cc975e4903593/out" "-L" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libaoc-294d37926a41fc5d.rlib" "/opt/rustwide/target/debug/deps/libfailure-d004ce8776eb1840.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-713e9be25a3d8930.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-31c814cf220da15a.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-dc4c4f12469b5ed3.rlib" "/opt/rustwide/target/debug/deps/libdirectories-7774f54976307eef.rlib" "/opt/rustwide/target/debug/deps/libopen-5512cbe5988cd1b3.rlib" "/opt/rustwide/target/debug/deps/libchrono_tz-aec98d3b38cbc962.rlib" "/opt/rustwide/target/debug/deps/libchrono-dcbdde7ae452ad86.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0f06aa425770bde4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a616ef0b114947c8.rlib" "/opt/rustwide/target/debug/deps/libselect-6383153107f29c60.rlib" "/opt/rustwide/target/debug/deps/libhtml5ever-b9465c97465970df.rlib" "/opt/rustwide/target/debug/deps/libmarkup5ever-14d76c87f9eb269e.rlib" "/opt/rustwide/target/debug/deps/libtendril-14ced9e5106e6d86.rlib" "/opt/rustwide/target/debug/deps/libutf8-1ca6bc06de8b8ccf.rlib" "/opt/rustwide/target/debug/deps/libfutf-e87a2740fd06f7f1.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-0e99fb4dcfe877ef.rlib" "/opt/rustwide/target/debug/deps/libmac-4e31ed2ec6686bdf.rlib" "/opt/rustwide/target/debug/deps/libstring_cache-2bf3d155d687dcee.rlib" "/opt/rustwide/target/debug/deps/libstring_cache_shared-b571b7f2ea54d833.rlib" "/opt/rustwide/target/debug/deps/libprecomputed_hash-47e22af4b6f3fd1a.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-5e30499abb855642.rlib" "/opt/rustwide/target/debug/deps/libunreachable-cc807dacf6398b80.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-dbe219c565973cc2.rlib" "/opt/rustwide/target/debug/deps/liblog-14ce855e56407890.rlib" "/opt/rustwide/target/debug/deps/libbit_set-960f33bf046561d4.rlib" "/opt/rustwide/target/debug/deps/libbit_vec-5d3136575e7419bf.rlib" "/opt/rustwide/target/debug/deps/libclap-e9ab6d759ecff6bc.rlib" "/opt/rustwide/target/debug/deps/libvec_map-1b378012469a33f8.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-5eaed92efbefe3dd.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-d569fa77ffe46f20.rlib" "/opt/rustwide/target/debug/deps/libstrsim-13e4fe9f4423e3e3.rlib" "/opt/rustwide/target/debug/deps/libatty-06ebf207806d33ad.rlib" "/opt/rustwide/target/debug/deps/libansi_term-b7c7e94976e9eae7.rlib" "/opt/rustwide/target/debug/deps/libcachedir-09d642e50c576a34.rlib" "/opt/rustwide/target/debug/deps/libreqwest-18d711bb1013ebfb.rlib" "/opt/rustwide/target/debug/deps/libuuid-012356f9c7ca9cae.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-ee2f7310721ebd3a.rlib" "/opt/rustwide/target/debug/deps/liburl-2c7a86fc757605ef.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-a7c5562959feefae.rlib" "/opt/rustwide/target/debug/deps/libidna-0ff294d38b3e6f5a.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-4de43cb7435ccb86.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-ffba21755a81f3b4.rlib" "/opt/rustwide/target/debug/deps/libmatches-e50d8b3702610141.rlib" "/opt/rustwide/target/debug/deps/libdtoa-e671f265880199ab.rlib" "/opt/rustwide/target/debug/deps/libserde_json-bf35310d498848ac.rlib" "/opt/rustwide/target/debug/deps/libryu-5ac4bc40e150250a.rlib" "/opt/rustwide/target/debug/deps/libserde-97206d3707110e98.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-9056257312944fc0.rlib" "/opt/rustwide/target/debug/deps/libphf-2bddf2be001b2521.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-5d4a1f3e7c119d9a.rlib" "/opt/rustwide/target/debug/deps/libunicase-7ae2992356aa07bf.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-e4d6eb8e5f738e33.rlib" "/opt/rustwide/target/debug/deps/libmime-18d955b4fb347346.rlib" "/opt/rustwide/target/debug/deps/libunicase-c1a617c10dff48b9.rlib" "/opt/rustwide/target/debug/deps/liblibflate-822bd814640a5cb9.rlib" "/opt/rustwide/target/debug/deps/libcrc-eacf59a36afead28.rlib" "/opt/rustwide/target/debug/deps/libadler32-0f890c4872b73b1a.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-01d79d21e4c05665.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-7d06acaffaf42c96.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-d283b83881b46967.rlib" "/opt/rustwide/target/debug/deps/libopenssl-3798091b848113bc.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-01f0c60fd1314eac.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-a93100efcd71664b.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-57ec5836a2332306.rlib" "/opt/rustwide/target/debug/deps/libbitflags-44e95351d5c34c9b.rlib" "/opt/rustwide/target/debug/deps/libhyper-34f293cbde197ad2.rlib" "/opt/rustwide/target/debug/deps/libwant-b92bbc7a13677d48.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-d8a71d52e7054de4.rlib" "/opt/rustwide/target/debug/deps/libtokio-840d9bbc35aebf30.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-fe747671d4fbb132.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-8ceb205b9a3ce9a3.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-2e1a02cc2626e306.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-3a065691600ca491.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-17bb58cd182f82a5.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-7cb2d17ac3d42870.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-da38689e3bc3bf28.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-d5c14420095fdbc2.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a1f1e0a233fedeb8.rlib" "/opt/rustwide/target/debug/deps/libunreachable-8d2ad7a435d45ba9.rlib" "/opt/rustwide/target/debug/deps/libvoid-b4fe54fd08e2c3df.rlib" "/opt/rustwide/target/debug/deps/liblock_api-c39ff13276104f76.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-451ed3c192b4aaea.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-a652b629459d18f4.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-0b2455ce8982fd15.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-71ecd37893c62a72.rlib" "/opt/rustwide/target/debug/deps/librand-db33356811d35b1b.rlib" "/opt/rustwide/target/debug/deps/librand_core-cb12f3a42c3b1612.rlib" "/opt/rustwide/target/debug/deps/librand_core-3156305059e3b6e2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-6a71c62bf3daeaa5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-c6c108fff9b9229f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-a062a51b67a9ea91.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-4ba9c026e96e4251.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-29af9674b0993fe8.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-2cfd87a3e903b273.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-6da2aff442c3731c.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-970c7d4d042035d2.rlib" "/opt/rustwide/target/debug/deps/libnodrop-10c00a3e39883c25.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-5fd3682b13b5290b.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-8dc8646e6654a88e.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-d1af56ee9d0514ff.rlib" "/opt/rustwide/target/debug/deps/libmio-7f200675eaf8d745.rlib" "/opt/rustwide/target/debug/deps/liblazycell-604fe75806a014d6.rlib" "/opt/rustwide/target/debug/deps/libtime-49efe0ff9d813ef9.rlib" "/opt/rustwide/target/debug/deps/libnet2-aa03c5da789b7d31.rlib" "/opt/rustwide/target/debug/deps/libhttparse-b984df79d108a010.rlib" "/opt/rustwide/target/debug/deps/libh2-9409ed300dea3889.rlib" "/opt/rustwide/target/debug/deps/libindexmap-7554f775129d0a0f.rlib" "/opt/rustwide/target/debug/deps/libstring-bb49b3288f7a4f8f.rlib" "/opt/rustwide/target/debug/deps/libslab-be706de33e22af13.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-2d488d55e7948e45.rlib" "/opt/rustwide/target/debug/deps/liblog-a185f70337ed0e94.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-d380ad61b303c4fd.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-a49a5c29f7078364.rlib" "/opt/rustwide/target/debug/deps/libhttp-a12afbddadefaa2a.rlib" "/opt/rustwide/target/debug/deps/libitoa-bf00738b2b8bc4b5.rlib" "/opt/rustwide/target/debug/deps/libfnv-536a1824ffde2141.rlib" "/opt/rustwide/target/debug/deps/libfutures-a6499817d78b9966.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-40bc26ab285edc87.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-f5e17ae785639b51.rlib" "/opt/rustwide/target/debug/deps/libbytes-78fd5725b1f1925b.rlib" "/opt/rustwide/target/debug/deps/libiovec-d53b0b93e8a8a8d3.rlib" "/opt/rustwide/target/debug/deps/liblibc-7a70711042a43204.rlib" "/opt/rustwide/target/debug/deps/libbase64-6a8a542eeeaf8857.rlib" "/opt/rustwide/target/debug/deps/libsafemem-37487ab5f65b9ac8.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-c96334850bb98647.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-21256c14e4504640.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-986e7fea4474d4d2.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-91d85f45babdb06e.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-756509c31813f9a6.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5c2ef587e740c0cc.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-ad8f9371d31db1b3.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-402820fb3b4d3dd8.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-5e8e903f07dc8747.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7ab9ae5080c07187.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-c8e8d47c6bf14de2.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5a02dbb58abd015a.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cedc8fec61444895.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a1c96351c52bc56a.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e41c6d24baeb2249.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-62493b241881590c.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-a1fd7734706d5518.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-c8ded1707ad10767.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1eec8756baa5bc24.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-Wl,--as-needed" "-L" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/day16-ed1f95b13f7e7a4f.day16.ae6y6skg-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/day16-ed1f95b13f7e7a4f.day16.ae6y6skg-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/day16-ed1f95b13f7e7a4f.day16.ae6y6skg-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/day16-ed1f95b13f7e7a4f.day16.ae6y6skg-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/day16-ed1f95b13f7e7a4f.day16.ae6y6skg-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/day16-ed1f95b13f7e7a4f.day16.ae6y6skg-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/day16-ed1f95b13f7e7a4f.day16.ae6y6skg-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/day16-ed1f95b13f7e7a4f.day16.ae6y6skg-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/day16-ed1f95b13f7e7a4f.day16.ae6y6skg-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/day16-ed1f95b13f7e7a4f.day16.ae6y6skg-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/day16-ed1f95b13f7e7a4f.day16.ae6y6skg-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/day16-ed1f95b13f7e7a4f.day16.ae6y6skg-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/day16-ed1f95b13f7e7a4f.day16.ae6y6skg-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/day16-ed1f95b13f7e7a4f.day16.ae6y6skg-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/day16-ed1f95b13f7e7a4f.day16.ae6y6skg-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/day16-ed1f95b13f7e7a4f.day16.ae6y6skg-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/day16-ed1f95b13f7e7a4f" "/opt/rustwide/target/debug/deps/day16-ed1f95b13f7e7a4f.2zcqp3tguipsggzf.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-8a4cc975e4903593/out" "-L" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libaoc-294d37926a41fc5d.rlib" "/opt/rustwide/target/debug/deps/libfailure-d004ce8776eb1840.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-713e9be25a3d8930.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-31c814cf220da15a.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-dc4c4f12469b5ed3.rlib" "/opt/rustwide/target/debug/deps/libdirectories-7774f54976307eef.rlib" "/opt/rustwide/target/debug/deps/libopen-5512cbe5988cd1b3.rlib" "/opt/rustwide/target/debug/deps/libchrono_tz-aec98d3b38cbc962.rlib" "/opt/rustwide/target/debug/deps/libchrono-dcbdde7ae452ad86.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0f06aa425770bde4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a616ef0b114947c8.rlib" "/opt/rustwide/target/debug/deps/libselect-6383153107f29c60.rlib" "/opt/rustwide/target/debug/deps/libhtml5ever-b9465c97465970df.rlib" "/opt/rustwide/target/debug/deps/libmarkup5ever-14d76c87f9eb269e.rlib" "/opt/rustwide/target/debug/deps/libtendril-14ced9e5106e6d86.rlib" "/opt/rustwide/target/debug/deps/libutf8-1ca6bc06de8b8ccf.rlib" "/opt/rustwide/target/debug/deps/libfutf-e87a2740fd06f7f1.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-0e99fb4dcfe877ef.rlib" "/opt/rustwide/target/debug/deps/libmac-4e31ed2ec6686bdf.rlib" "/opt/rustwide/target/debug/deps/libstring_cache-2bf3d155d687dcee.rlib" "/opt/rustwide/target/debug/deps/libstring_cache_shared-b571b7f2ea54d833.rlib" "/opt/rustwide/target/debug/deps/libprecomputed_hash-47e22af4b6f3fd1a.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-5e30499abb855642.rlib" "/opt/rustwide/target/debug/deps/libunreachable-cc807dacf6398b80.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-dbe219c565973cc2.rlib" "/opt/rustwide/target/debug/deps/liblog-14ce855e56407890.rlib" "/opt/rustwide/target/debug/deps/libbit_set-960f33bf046561d4.rlib" "/opt/rustwide/target/debug/deps/libbit_vec-5d3136575e7419bf.rlib" "/opt/rustwide/target/debug/deps/libclap-e9ab6d759ecff6bc.rlib" "/opt/rustwide/target/debug/deps/libvec_map-1b378012469a33f8.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-5eaed92efbefe3dd.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-d569fa77ffe46f20.rlib" "/opt/rustwide/target/debug/deps/libstrsim-13e4fe9f4423e3e3.rlib" "/opt/rustwide/target/debug/deps/libatty-06ebf207806d33ad.rlib" "/opt/rustwide/target/debug/deps/libansi_term-b7c7e94976e9eae7.rlib" "/opt/rustwide/target/debug/deps/libcachedir-09d642e50c576a34.rlib" "/opt/rustwide/target/debug/deps/libreqwest-18d711bb1013ebfb.rlib" "/opt/rustwide/target/debug/deps/libuuid-012356f9c7ca9cae.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-ee2f7310721ebd3a.rlib" "/opt/rustwide/target/debug/deps/liburl-2c7a86fc757605ef.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-a7c5562959feefae.rlib" "/opt/rustwide/target/debug/deps/libidna-0ff294d38b3e6f5a.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-4de43cb7435ccb86.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-ffba21755a81f3b4.rlib" "/opt/rustwide/target/debug/deps/libmatches-e50d8b3702610141.rlib" "/opt/rustwide/target/debug/deps/libdtoa-e671f265880199ab.rlib" "/opt/rustwide/target/debug/deps/libserde_json-bf35310d498848ac.rlib" "/opt/rustwide/target/debug/deps/libryu-5ac4bc40e150250a.rlib" "/opt/rustwide/target/debug/deps/libserde-97206d3707110e98.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-9056257312944fc0.rlib" "/opt/rustwide/target/debug/deps/libphf-2bddf2be001b2521.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-5d4a1f3e7c119d9a.rlib" "/opt/rustwide/target/debug/deps/libunicase-7ae2992356aa07bf.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-e4d6eb8e5f738e33.rlib" "/opt/rustwide/target/debug/deps/libmime-18d955b4fb347346.rlib" "/opt/rustwide/target/debug/deps/libunicase-c1a617c10dff48b9.rlib" "/opt/rustwide/target/debug/deps/liblibflate-822bd814640a5cb9.rlib" "/opt/rustwide/target/debug/deps/libcrc-eacf59a36afead28.rlib" "/opt/rustwide/target/debug/deps/libadler32-0f890c4872b73b1a.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-01d79d21e4c05665.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-7d06acaffaf42c96.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-d283b83881b46967.rlib" "/opt/rustwide/target/debug/deps/libopenssl-3798091b848113bc.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-01f0c60fd1314eac.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-a93100efcd71664b.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-57ec5836a2332306.rlib" "/opt/rustwide/target/debug/deps/libbitflags-44e95351d5c34c9b.rlib" "/opt/rustwide/target/debug/deps/libhyper-34f293cbde197ad2.rlib" "/opt/rustwide/target/debug/deps/libwant-b92bbc7a13677d48.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-d8a71d52e7054de4.rlib" "/opt/rustwide/target/debug/deps/libtokio-840d9bbc35aebf30.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-fe747671d4fbb132.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-8ceb205b9a3ce9a3.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-2e1a02cc2626e306.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-3a065691600ca491.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-17bb58cd182f82a5.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-7cb2d17ac3d42870.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-da38689e3bc3bf28.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-d5c14420095fdbc2.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a1f1e0a233fedeb8.rlib" "/opt/rustwide/target/debug/deps/libunreachable-8d2ad7a435d45ba9.rlib" "/opt/rustwide/target/debug/deps/libvoid-b4fe54fd08e2c3df.rlib" "/opt/rustwide/target/debug/deps/liblock_api-c39ff13276104f76.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-451ed3c192b4aaea.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-a652b629459d18f4.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-0b2455ce8982fd15.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-71ecd37893c62a72.rlib" "/opt/rustwide/target/debug/deps/librand-db33356811d35b1b.rlib" "/opt/rustwide/target/debug/deps/librand_core-cb12f3a42c3b1612.rlib" "/opt/rustwide/target/debug/deps/librand_core-3156305059e3b6e2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-6a71c62bf3daeaa5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-c6c108fff9b9229f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-a062a51b67a9ea91.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-4ba9c026e96e4251.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-29af9674b0993fe8.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-2cfd87a3e903b273.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-6da2aff442c3731c.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-970c7d4d042035d2.rlib" "/opt/rustwide/target/debug/deps/libnodrop-10c00a3e39883c25.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-5fd3682b13b5290b.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-8dc8646e6654a88e.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-d1af56ee9d0514ff.rlib" "/opt/rustwide/target/debug/deps/libmio-7f200675eaf8d745.rlib" "/opt/rustwide/target/debug/deps/liblazycell-604fe75806a014d6.rlib" "/opt/rustwide/target/debug/deps/libtime-49efe0ff9d813ef9.rlib" "/opt/rustwide/target/debug/deps/libnet2-aa03c5da789b7d31.rlib" "/opt/rustwide/target/debug/deps/libhttparse-b984df79d108a010.rlib" "/opt/rustwide/target/debug/deps/libh2-9409ed300dea3889.rlib" "/opt/rustwide/target/debug/deps/libindexmap-7554f775129d0a0f.rlib" "/opt/rustwide/target/debug/deps/libstring-bb49b3288f7a4f8f.rlib" "/opt/rustwide/target/debug/deps/libslab-be706de33e22af13.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-2d488d55e7948e45.rlib" "/opt/rustwide/target/debug/deps/liblog-a185f70337ed0e94.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-d380ad61b303c4fd.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-a49a5c29f7078364.rlib" "/opt/rustwide/target/debug/deps/libhttp-a12afbddadefaa2a.rlib" "/opt/rustwide/target/debug/deps/libitoa-bf00738b2b8bc4b5.rlib" "/opt/rustwide/target/debug/deps/libfnv-536a1824ffde2141.rlib" "/opt/rustwide/target/debug/deps/libfutures-a6499817d78b9966.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-40bc26ab285edc87.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-f5e17ae785639b51.rlib" "/opt/rustwide/target/debug/deps/libbytes-78fd5725b1f1925b.rlib" "/opt/rustwide/target/debug/deps/libiovec-d53b0b93e8a8a8d3.rlib" "/opt/rustwide/target/debug/deps/liblibc-7a70711042a43204.rlib" "/opt/rustwide/target/debug/deps/libbase64-6a8a542eeeaf8857.rlib" "/opt/rustwide/target/debug/deps/libsafemem-37487ab5f65b9ac8.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-c96334850bb98647.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-21256c14e4504640.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-986e7fea4474d4d2.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-91d85f45babdb06e.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-756509c31813f9a6.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5c2ef587e740c0cc.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-ad8f9371d31db1b3.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-402820fb3b4d3dd8.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-5e8e903f07dc8747.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7ab9ae5080c07187.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-c8e8d47c6bf14de2.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5a02dbb58abd015a.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cedc8fec61444895.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a1c96351c52bc56a.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e41c6d24baeb2249.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-62493b241881590c.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-a1fd7734706d5518.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-c8ded1707ad10767.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1eec8756baa5bc24.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-Wl,--as-needed" "-L" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/day23-c6654bd6b7f7b189.day23.2u3t7ezu-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/day23-c6654bd6b7f7b189.day23.2u3t7ezu-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/day23-c6654bd6b7f7b189.day23.2u3t7ezu-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/day23-c6654bd6b7f7b189.day23.2u3t7ezu-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/day23-c6654bd6b7f7b189.day23.2u3t7ezu-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/day23-c6654bd6b7f7b189.day23.2u3t7ezu-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/day23-c6654bd6b7f7b189.day23.2u3t7ezu-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/day23-c6654bd6b7f7b189.day23.2u3t7ezu-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/day23-c6654bd6b7f7b189.day23.2u3t7ezu-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/day23-c6654bd6b7f7b189.day23.2u3t7ezu-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/day23-c6654bd6b7f7b189.day23.2u3t7ezu-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/day23-c6654bd6b7f7b189.day23.2u3t7ezu-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/day23-c6654bd6b7f7b189.day23.2u3t7ezu-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/day23-c6654bd6b7f7b189.day23.2u3t7ezu-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/day23-c6654bd6b7f7b189.day23.2u3t7ezu-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/day23-c6654bd6b7f7b189.day23.2u3t7ezu-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/day23-c6654bd6b7f7b189" "/opt/rustwide/target/debug/deps/day23-c6654bd6b7f7b189.1yj4525flqa3kzkd.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-8a4cc975e4903593/out" "-L" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libaoc-294d37926a41fc5d.rlib" "/opt/rustwide/target/debug/deps/libfailure-d004ce8776eb1840.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-713e9be25a3d8930.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-31c814cf220da15a.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-dc4c4f12469b5ed3.rlib" "/opt/rustwide/target/debug/deps/libdirectories-7774f54976307eef.rlib" "/opt/rustwide/target/debug/deps/libopen-5512cbe5988cd1b3.rlib" "/opt/rustwide/target/debug/deps/libchrono_tz-aec98d3b38cbc962.rlib" "/opt/rustwide/target/debug/deps/libchrono-dcbdde7ae452ad86.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0f06aa425770bde4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a616ef0b114947c8.rlib" "/opt/rustwide/target/debug/deps/libselect-6383153107f29c60.rlib" "/opt/rustwide/target/debug/deps/libhtml5ever-b9465c97465970df.rlib" "/opt/rustwide/target/debug/deps/libmarkup5ever-14d76c87f9eb269e.rlib" "/opt/rustwide/target/debug/deps/libtendril-14ced9e5106e6d86.rlib" "/opt/rustwide/target/debug/deps/libutf8-1ca6bc06de8b8ccf.rlib" "/opt/rustwide/target/debug/deps/libfutf-e87a2740fd06f7f1.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-0e99fb4dcfe877ef.rlib" "/opt/rustwide/target/debug/deps/libmac-4e31ed2ec6686bdf.rlib" "/opt/rustwide/target/debug/deps/libstring_cache-2bf3d155d687dcee.rlib" "/opt/rustwide/target/debug/deps/libstring_cache_shared-b571b7f2ea54d833.rlib" "/opt/rustwide/target/debug/deps/libprecomputed_hash-47e22af4b6f3fd1a.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-5e30499abb855642.rlib" "/opt/rustwide/target/debug/deps/libunreachable-cc807dacf6398b80.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-dbe219c565973cc2.rlib" "/opt/rustwide/target/debug/deps/liblog-14ce855e56407890.rlib" "/opt/rustwide/target/debug/deps/libbit_set-960f33bf046561d4.rlib" "/opt/rustwide/target/debug/deps/libbit_vec-5d3136575e7419bf.rlib" "/opt/rustwide/target/debug/deps/libclap-e9ab6d759ecff6bc.rlib" "/opt/rustwide/target/debug/deps/libvec_map-1b378012469a33f8.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-5eaed92efbefe3dd.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-d569fa77ffe46f20.rlib" "/opt/rustwide/target/debug/deps/libstrsim-13e4fe9f4423e3e3.rlib" "/opt/rustwide/target/debug/deps/libatty-06ebf207806d33ad.rlib" "/opt/rustwide/target/debug/deps/libansi_term-b7c7e94976e9eae7.rlib" "/opt/rustwide/target/debug/deps/libcachedir-09d642e50c576a34.rlib" "/opt/rustwide/target/debug/deps/libreqwest-18d711bb1013ebfb.rlib" "/opt/rustwide/target/debug/deps/libuuid-012356f9c7ca9cae.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-ee2f7310721ebd3a.rlib" "/opt/rustwide/target/debug/deps/liburl-2c7a86fc757605ef.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-a7c5562959feefae.rlib" "/opt/rustwide/target/debug/deps/libidna-0ff294d38b3e6f5a.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-4de43cb7435ccb86.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-ffba21755a81f3b4.rlib" "/opt/rustwide/target/debug/deps/libmatches-e50d8b3702610141.rlib" "/opt/rustwide/target/debug/deps/libdtoa-e671f265880199ab.rlib" "/opt/rustwide/target/debug/deps/libserde_json-bf35310d498848ac.rlib" "/opt/rustwide/target/debug/deps/libryu-5ac4bc40e150250a.rlib" "/opt/rustwide/target/debug/deps/libserde-97206d3707110e98.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-9056257312944fc0.rlib" "/opt/rustwide/target/debug/deps/libphf-2bddf2be001b2521.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-5d4a1f3e7c119d9a.rlib" "/opt/rustwide/target/debug/deps/libunicase-7ae2992356aa07bf.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-e4d6eb8e5f738e33.rlib" "/opt/rustwide/target/debug/deps/libmime-18d955b4fb347346.rlib" "/opt/rustwide/target/debug/deps/libunicase-c1a617c10dff48b9.rlib" "/opt/rustwide/target/debug/deps/liblibflate-822bd814640a5cb9.rlib" "/opt/rustwide/target/debug/deps/libcrc-eacf59a36afead28.rlib" "/opt/rustwide/target/debug/deps/libadler32-0f890c4872b73b1a.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-01d79d21e4c05665.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-7d06acaffaf42c96.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-d283b83881b46967.rlib" "/opt/rustwide/target/debug/deps/libopenssl-3798091b848113bc.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-01f0c60fd1314eac.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-a93100efcd71664b.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-57ec5836a2332306.rlib" "/opt/rustwide/target/debug/deps/libbitflags-44e95351d5c34c9b.rlib" "/opt/rustwide/target/debug/deps/libhyper-34f293cbde197ad2.rlib" "/opt/rustwide/target/debug/deps/libwant-b92bbc7a13677d48.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-d8a71d52e7054de4.rlib" "/opt/rustwide/target/debug/deps/libtokio-840d9bbc35aebf30.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-fe747671d4fbb132.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-8ceb205b9a3ce9a3.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-2e1a02cc2626e306.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-3a065691600ca491.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-17bb58cd182f82a5.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-7cb2d17ac3d42870.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-da38689e3bc3bf28.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-d5c14420095fdbc2.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a1f1e0a233fedeb8.rlib" "/opt/rustwide/target/debug/deps/libunreachable-8d2ad7a435d45ba9.rlib" "/opt/rustwide/target/debug/deps/libvoid-b4fe54fd08e2c3df.rlib" "/opt/rustwide/target/debug/deps/liblock_api-c39ff13276104f76.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-451ed3c192b4aaea.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-a652b629459d18f4.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-0b2455ce8982fd15.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-71ecd37893c62a72.rlib" "/opt/rustwide/target/debug/deps/librand-db33356811d35b1b.rlib" "/opt/rustwide/target/debug/deps/librand_core-cb12f3a42c3b1612.rlib" "/opt/rustwide/target/debug/deps/librand_core-3156305059e3b6e2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-6a71c62bf3daeaa5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-c6c108fff9b9229f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-a062a51b67a9ea91.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-4ba9c026e96e4251.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-29af9674b0993fe8.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-2cfd87a3e903b273.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-6da2aff442c3731c.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-970c7d4d042035d2.rlib" "/opt/rustwide/target/debug/deps/libnodrop-10c00a3e39883c25.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-5fd3682b13b5290b.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-8dc8646e6654a88e.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-d1af56ee9d0514ff.rlib" "/opt/rustwide/target/debug/deps/libmio-7f200675eaf8d745.rlib" "/opt/rustwide/target/debug/deps/liblazycell-604fe75806a014d6.rlib" "/opt/rustwide/target/debug/deps/libtime-49efe0ff9d813ef9.rlib" "/opt/rustwide/target/debug/deps/libnet2-aa03c5da789b7d31.rlib" "/opt/rustwide/target/debug/deps/libhttparse-b984df79d108a010.rlib" "/opt/rustwide/target/debug/deps/libh2-9409ed300dea3889.rlib" "/opt/rustwide/target/debug/deps/libindexmap-7554f775129d0a0f.rlib" "/opt/rustwide/target/debug/deps/libstring-bb49b3288f7a4f8f.rlib" "/opt/rustwide/target/debug/deps/libslab-be706de33e22af13.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-2d488d55e7948e45.rlib" "/opt/rustwide/target/debug/deps/liblog-a185f70337ed0e94.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-d380ad61b303c4fd.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-a49a5c29f7078364.rlib" "/opt/rustwide/target/debug/deps/libhttp-a12afbddadefaa2a.rlib" "/opt/rustwide/target/debug/deps/libitoa-bf00738b2b8bc4b5.rlib" "/opt/rustwide/target/debug/deps/libfnv-536a1824ffde2141.rlib" "/opt/rustwide/target/debug/deps/libfutures-a6499817d78b9966.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-40bc26ab285edc87.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-f5e17ae785639b51.rlib" "/opt/rustwide/target/debug/deps/libbytes-78fd5725b1f1925b.rlib" "/opt/rustwide/target/debug/deps/libiovec-d53b0b93e8a8a8d3.rlib" "/opt/rustwide/target/debug/deps/liblibc-7a70711042a43204.rlib" "/opt/rustwide/target/debug/deps/libbase64-6a8a542eeeaf8857.rlib" "/opt/rustwide/target/debug/deps/libsafemem-37487ab5f65b9ac8.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-c96334850bb98647.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-21256c14e4504640.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-986e7fea4474d4d2.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-91d85f45babdb06e.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-756509c31813f9a6.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5c2ef587e740c0cc.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-ad8f9371d31db1b3.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-402820fb3b4d3dd8.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-5e8e903f07dc8747.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7ab9ae5080c07187.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-c8e8d47c6bf14de2.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5a02dbb58abd015a.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cedc8fec61444895.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a1c96351c52bc56a.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e41c6d24baeb2249.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-62493b241881590c.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-a1fd7734706d5518.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-c8ded1707ad10767.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1eec8756baa5bc24.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "c5ee507933993a8a7689d110fda370865e99cfcd9720cc57ba614e6d5d2814c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5ee507933993a8a7689d110fda370865e99cfcd9720cc57ba614e6d5d2814c3", kill_on_drop: false }` [INFO] [stdout] c5ee507933993a8a7689d110fda370865e99cfcd9720cc57ba614e6d5d2814c3