[INFO] cloning repository https://github.com/kalvatn/advent-of-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kalvatn/advent-of-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkalvatn%2Fadvent-of-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkalvatn%2Fadvent-of-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cefe28d3bc4cadd0d67275402f73776a9a4f930d [INFO] testing kalvatn/advent-of-rust against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkalvatn%2Fadvent-of-rust" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kalvatn/advent-of-rust on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kalvatn/advent-of-rust [INFO] finished tweaking git repo https://github.com/kalvatn/advent-of-rust [INFO] tweaked toml for git repo https://github.com/kalvatn/advent-of-rust written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/kalvatn/advent-of-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b13ae3ba76408da93ddd6a8367e55e8c845c584190e7f259c8c475e57621370b [INFO] running `Command { std: "docker" "start" "-a" "b13ae3ba76408da93ddd6a8367e55e8c845c584190e7f259c8c475e57621370b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b13ae3ba76408da93ddd6a8367e55e8c845c584190e7f259c8c475e57621370b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b13ae3ba76408da93ddd6a8367e55e8c845c584190e7f259c8c475e57621370b", kill_on_drop: false }` [INFO] [stdout] b13ae3ba76408da93ddd6a8367e55e8c845c584190e7f259c8c475e57621370b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b51a0dccb9a71d7f93e4b2b360efae420f304343c14c425e70790b6e25aa0836 [INFO] running `Command { std: "docker" "start" "-a" "b51a0dccb9a71d7f93e4b2b360efae420f304343c14c425e70790b6e25aa0836", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.53 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling serde_json v1.0.60 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling primes v0.3.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling num-bigint v0.3.1 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling native-tls v0.2.6 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling num v0.3.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling serde_scan v0.4.1 [INFO] [stderr] Compiling pin-project-internal v1.0.2 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Compiling futures-macro v0.3.8 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling tokio v0.2.23 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling pin-project v1.0.2 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling futures-util v0.3.8 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling futures-executor v0.3.8 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling futures v0.3.8 [INFO] [stderr] Compiling hyper v0.13.9 [INFO] [stderr] Compiling hyper-tls v0.4.3 [INFO] [stderr] Compiling reqwest v0.10.9 [INFO] [stderr] Compiling advent-of-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `advent-of-rust` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name 2020_16 --edition=2018 src/bin/2020/16.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b175f7db459cb113 -C extra-filename=-b175f7db459cb113 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern common=/opt/rustwide/target/debug/deps/libcommon-ec261209fa752376.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-de740d4f086c7dac.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-26ded0679b1c8c41.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib --extern md5=/opt/rustwide/target/debug/deps/libmd5-bd7e48522218445f.rlib --extern num=/opt/rustwide/target/debug/deps/libnum-6d67342c5dfe4ed8.rlib --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-9c735ff8b7471d34.rlib --extern primes=/opt/rustwide/target/debug/deps/libprimes-9dfbcc1e5357e40a.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9101c68c43db5b5c.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-005d9c6e0c6fee3d.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-2eb8f361bc5c3b11.rlib --extern serde_scan=/opt/rustwide/target/debug/deps/libserde_scan-d27c468e871cbc44.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-b057d0ff17901cad.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `advent-of-rust` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name 2015_13 --edition=2018 src/bin/2015/13.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9a0cac2f42806e01 -C extra-filename=-9a0cac2f42806e01 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern common=/opt/rustwide/target/debug/deps/libcommon-ec261209fa752376.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-de740d4f086c7dac.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-26ded0679b1c8c41.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib --extern md5=/opt/rustwide/target/debug/deps/libmd5-bd7e48522218445f.rlib --extern num=/opt/rustwide/target/debug/deps/libnum-6d67342c5dfe4ed8.rlib --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-9c735ff8b7471d34.rlib --extern primes=/opt/rustwide/target/debug/deps/libprimes-9dfbcc1e5357e40a.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9101c68c43db5b5c.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-005d9c6e0c6fee3d.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-2eb8f361bc5c3b11.rlib --extern serde_scan=/opt/rustwide/target/debug/deps/libserde_scan-d27c468e871cbc44.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-b057d0ff17901cad.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `advent-of-rust` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name 2015_07 --edition=2018 src/bin/2015/07.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=150fd4e214007da7 -C extra-filename=-150fd4e214007da7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern common=/opt/rustwide/target/debug/deps/libcommon-ec261209fa752376.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-de740d4f086c7dac.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-26ded0679b1c8c41.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib --extern md5=/opt/rustwide/target/debug/deps/libmd5-bd7e48522218445f.rlib --extern num=/opt/rustwide/target/debug/deps/libnum-6d67342c5dfe4ed8.rlib --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-9c735ff8b7471d34.rlib --extern primes=/opt/rustwide/target/debug/deps/libprimes-9dfbcc1e5357e40a.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9101c68c43db5b5c.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-005d9c6e0c6fee3d.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-2eb8f361bc5c3b11.rlib --extern serde_scan=/opt/rustwide/target/debug/deps/libserde_scan-d27c468e871cbc44.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-b057d0ff17901cad.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `advent-of-rust` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name 2020_17 --edition=2018 src/bin/2020/17.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=504ad61e3119f5fa -C extra-filename=-504ad61e3119f5fa --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern common=/opt/rustwide/target/debug/deps/libcommon-ec261209fa752376.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-de740d4f086c7dac.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-26ded0679b1c8c41.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib --extern md5=/opt/rustwide/target/debug/deps/libmd5-bd7e48522218445f.rlib --extern num=/opt/rustwide/target/debug/deps/libnum-6d67342c5dfe4ed8.rlib --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-9c735ff8b7471d34.rlib --extern primes=/opt/rustwide/target/debug/deps/libprimes-9dfbcc1e5357e40a.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9101c68c43db5b5c.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-005d9c6e0c6fee3d.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-2eb8f361bc5c3b11.rlib --extern serde_scan=/opt/rustwide/target/debug/deps/libserde_scan-d27c468e871cbc44.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-b057d0ff17901cad.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/2015_11-8e05a75bb9367ab3.2015_11.ef366606-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/2015_11-8e05a75bb9367ab3.2015_11.ef366606-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/2015_11-8e05a75bb9367ab3.2015_11.ef366606-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/2015_11-8e05a75bb9367ab3.2015_11.ef366606-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/2015_11-8e05a75bb9367ab3.2015_11.ef366606-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/2015_11-8e05a75bb9367ab3.2015_11.ef366606-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/2015_11-8e05a75bb9367ab3.2015_11.ef366606-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/2015_11-8e05a75bb9367ab3.2015_11.ef366606-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/2015_11-8e05a75bb9367ab3.2015_11.ef366606-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/2015_11-8e05a75bb9367ab3.2015_11.ef366606-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/2015_11-8e05a75bb9367ab3.2015_11.ef366606-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/2015_11-8e05a75bb9367ab3.2015_11.ef366606-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/2015_11-8e05a75bb9367ab3.2015_11.ef366606-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/2015_11-8e05a75bb9367ab3.2015_11.ef366606-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/2015_11-8e05a75bb9367ab3.2015_11.ef366606-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/2015_11-8e05a75bb9367ab3.2015_11.ef366606-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/2015_11-8e05a75bb9367ab3.1i9fz6o2u92ffqz6.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcommon-ec261209fa752376.rlib" "/opt/rustwide/target/debug/deps/libreqwest-005d9c6e0c6fee3d.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-ccf275f5edf419ba.rlib" "/opt/rustwide/target/debug/deps/libipnet-61a9bc273e84f915.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-e5721f6caebdea84.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-3a6bab918568abb4.rlib" "/opt/rustwide/target/debug/deps/libryu-9e35d986fcbafb23.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-cd09d043d886746c.rlib" "/opt/rustwide/target/debug/deps/libserde-8a6741e863024742.rlib" "/opt/rustwide/target/debug/deps/libbase64-bff61f2d1660603b.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-1de3be8a99b6e7fd.rlib" "/opt/rustwide/target/debug/deps/libunicase-81ee84fc02d12410.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-b67418690a38e590.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-fe962c2cd87031d7.rlib" "/opt/rustwide/target/debug/deps/libopenssl-5bc3769021491af5.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-06aaa72435a8c3c0.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libhyper-9ac8261d03783684.rlib" "/opt/rustwide/target/debug/deps/libhttparse-af5c8ad150445e6f.rlib" "/opt/rustwide/target/debug/deps/libwant-d47adad540681629.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-9f7beed53871ae63.rlib" "/opt/rustwide/target/debug/deps/libh2-e036624d02cddab0.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-48b85a3f98ef90c1.rlib" "/opt/rustwide/target/debug/deps/libpin_project-2c2c59529c0f681f.rlib" "/opt/rustwide/target/debug/deps/libindexmap-e93c8776eca2a55b.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-f68c299677dc64e2.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-60571fb7e2fe22ee.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-933da9c49938bd48.rlib" "/opt/rustwide/target/debug/deps/libsocket2-cc6de44845407c5f.rlib" "/opt/rustwide/target/debug/deps/libtower_service-9fa19250f61b8c82.rlib" "/opt/rustwide/target/debug/deps/libtracing-e24f1c192d452a6a.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-2662e2daeb780a86.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libtokio-b057d0ff17901cad.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-60adbd71e5af6401.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-3b3ea3a1f635dba5.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-2026425846eae1d1.rlib" "/opt/rustwide/target/debug/deps/libmio-172f09e3f05e90a3.rlib" "/opt/rustwide/target/debug/deps/libiovec-25417179b6489bee.rlib" "/opt/rustwide/target/debug/deps/libnet2-e6df2db2cb2f8f14.rlib" "/opt/rustwide/target/debug/deps/liblibc-99b8c1c5ae8ebe65.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-55d1b613307b8f8b.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-6cb9487576296286.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-64ede31b96d39252.rlib" "/opt/rustwide/target/debug/deps/liblog-2dc54ae93de1162f.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-d1a66d2f3de2efc9.rlib" "/opt/rustwide/target/debug/deps/libmemchr-dc28abbf05ce61fd.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-867a63958b1bdf44.rlib" "/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-ba84567ee2178631.rlib" "/opt/rustwide/target/debug/deps/libpin_project-a959ae1a7a433d6f.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-a5d1a948e3fff4ee.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-ec1249a5dcf5ef0c.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-26009f3705e1ec24.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-f62c3de0fa4b1417.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/liburl-3373d2d2dc2c0c2b.rlib" "/opt/rustwide/target/debug/deps/libidna-c90f623de246d721.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-fc8047be9f3bf2ee.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-08f81a1fd910a93c.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c8728763a1cfbcab.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7ac4b89f889ff88f.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-04eaf20a6b8209a8.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libmatches-efe3d8804af1a290.rlib" "/opt/rustwide/target/debug/deps/libhttp-cd42fdc59cc8b701.rlib" "/opt/rustwide/target/debug/deps/libitoa-ebac3c6dd5ca1a23.rlib" "/opt/rustwide/target/debug/deps/libbytes-b63c3b3ea06c4474.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/2015_11-8e05a75bb9367ab3" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `advent-of-rust` due to 2 previous errors [INFO] [stderr] error: could not compile `advent-of-rust` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name 2020_02 --edition=2018 src/bin/2020/02.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9c7786de202953c3 -C extra-filename=-9c7786de202953c3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern common=/opt/rustwide/target/debug/deps/libcommon-ec261209fa752376.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-de740d4f086c7dac.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-26ded0679b1c8c41.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib --extern md5=/opt/rustwide/target/debug/deps/libmd5-bd7e48522218445f.rlib --extern num=/opt/rustwide/target/debug/deps/libnum-6d67342c5dfe4ed8.rlib --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-9c735ff8b7471d34.rlib --extern primes=/opt/rustwide/target/debug/deps/libprimes-9dfbcc1e5357e40a.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9101c68c43db5b5c.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-005d9c6e0c6fee3d.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-2eb8f361bc5c3b11.rlib --extern serde_scan=/opt/rustwide/target/debug/deps/libserde_scan-d27c468e871cbc44.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-b057d0ff17901cad.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/2020_18-ba5fa760eff64c0f.2020_18.4cd15109-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/2020_18-ba5fa760eff64c0f.2020_18.4cd15109-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/2020_18-ba5fa760eff64c0f.2020_18.4cd15109-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/2020_18-ba5fa760eff64c0f.2020_18.4cd15109-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/2020_18-ba5fa760eff64c0f.2020_18.4cd15109-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/2020_18-ba5fa760eff64c0f.2020_18.4cd15109-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/2020_18-ba5fa760eff64c0f.2020_18.4cd15109-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/2020_18-ba5fa760eff64c0f.2020_18.4cd15109-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/2020_18-ba5fa760eff64c0f.2020_18.4cd15109-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/2020_18-ba5fa760eff64c0f.2020_18.4cd15109-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/2020_18-ba5fa760eff64c0f.2020_18.4cd15109-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/2020_18-ba5fa760eff64c0f.2020_18.4cd15109-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/2020_18-ba5fa760eff64c0f.2020_18.4cd15109-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/2020_18-ba5fa760eff64c0f.2020_18.4cd15109-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/2020_18-ba5fa760eff64c0f.2020_18.4cd15109-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/2020_18-ba5fa760eff64c0f.2020_18.4cd15109-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/2020_18-ba5fa760eff64c0f.4f0ko4hfd45dyitv.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libitertools-26ded0679b1c8c41.rlib" "/opt/rustwide/target/debug/deps/libeither-1fa9e7dc99f602fc.rlib" "/opt/rustwide/target/debug/deps/libcommon-ec261209fa752376.rlib" "/opt/rustwide/target/debug/deps/libreqwest-005d9c6e0c6fee3d.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-ccf275f5edf419ba.rlib" "/opt/rustwide/target/debug/deps/libipnet-61a9bc273e84f915.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-e5721f6caebdea84.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-3a6bab918568abb4.rlib" "/opt/rustwide/target/debug/deps/libryu-9e35d986fcbafb23.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-cd09d043d886746c.rlib" "/opt/rustwide/target/debug/deps/libserde-8a6741e863024742.rlib" "/opt/rustwide/target/debug/deps/libbase64-bff61f2d1660603b.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-1de3be8a99b6e7fd.rlib" "/opt/rustwide/target/debug/deps/libunicase-81ee84fc02d12410.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-b67418690a38e590.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-fe962c2cd87031d7.rlib" "/opt/rustwide/target/debug/deps/libopenssl-5bc3769021491af5.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-06aaa72435a8c3c0.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libhyper-9ac8261d03783684.rlib" "/opt/rustwide/target/debug/deps/libhttparse-af5c8ad150445e6f.rlib" "/opt/rustwide/target/debug/deps/libwant-d47adad540681629.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-9f7beed53871ae63.rlib" "/opt/rustwide/target/debug/deps/libh2-e036624d02cddab0.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-48b85a3f98ef90c1.rlib" "/opt/rustwide/target/debug/deps/libpin_project-2c2c59529c0f681f.rlib" "/opt/rustwide/target/debug/deps/libindexmap-e93c8776eca2a55b.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-f68c299677dc64e2.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-60571fb7e2fe22ee.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-933da9c49938bd48.rlib" "/opt/rustwide/target/debug/deps/libsocket2-cc6de44845407c5f.rlib" "/opt/rustwide/target/debug/deps/libtower_service-9fa19250f61b8c82.rlib" "/opt/rustwide/target/debug/deps/libtracing-e24f1c192d452a6a.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-2662e2daeb780a86.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libtokio-b057d0ff17901cad.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-60adbd71e5af6401.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-3b3ea3a1f635dba5.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-2026425846eae1d1.rlib" "/opt/rustwide/target/debug/deps/libmio-172f09e3f05e90a3.rlib" "/opt/rustwide/target/debug/deps/libiovec-25417179b6489bee.rlib" "/opt/rustwide/target/debug/deps/libnet2-e6df2db2cb2f8f14.rlib" "/opt/rustwide/target/debug/deps/liblibc-99b8c1c5ae8ebe65.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-55d1b613307b8f8b.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-6cb9487576296286.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-64ede31b96d39252.rlib" "/opt/rustwide/target/debug/deps/liblog-2dc54ae93de1162f.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-d1a66d2f3de2efc9.rlib" "/opt/rustwide/target/debug/deps/libmemchr-dc28abbf05ce61fd.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-867a63958b1bdf44.rlib" "/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-ba84567ee2178631.rlib" "/opt/rustwide/target/debug/deps/libpin_project-a959ae1a7a433d6f.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-a5d1a948e3fff4ee.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-ec1249a5dcf5ef0c.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-26009f3705e1ec24.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-f62c3de0fa4b1417.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/liburl-3373d2d2dc2c0c2b.rlib" "/opt/rustwide/target/debug/deps/libidna-c90f623de246d721.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-fc8047be9f3bf2ee.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-08f81a1fd910a93c.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c8728763a1cfbcab.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7ac4b89f889ff88f.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-04eaf20a6b8209a8.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libmatches-efe3d8804af1a290.rlib" "/opt/rustwide/target/debug/deps/libhttp-cd42fdc59cc8b701.rlib" "/opt/rustwide/target/debug/deps/libitoa-ebac3c6dd5ca1a23.rlib" "/opt/rustwide/target/debug/deps/libbytes-b63c3b3ea06c4474.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/2020_18-ba5fa760eff64c0f" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/2015_10-1bbde31859440043.2015_10.c7da6c69-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/2015_10-1bbde31859440043.2015_10.c7da6c69-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/2015_10-1bbde31859440043.2015_10.c7da6c69-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/2015_10-1bbde31859440043.2015_10.c7da6c69-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/2015_10-1bbde31859440043.2015_10.c7da6c69-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/2015_10-1bbde31859440043.2015_10.c7da6c69-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/2015_10-1bbde31859440043.2015_10.c7da6c69-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/2015_10-1bbde31859440043.2015_10.c7da6c69-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/2015_10-1bbde31859440043.2015_10.c7da6c69-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/2015_10-1bbde31859440043.2015_10.c7da6c69-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/2015_10-1bbde31859440043.2015_10.c7da6c69-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/2015_10-1bbde31859440043.2015_10.c7da6c69-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/2015_10-1bbde31859440043.2015_10.c7da6c69-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/2015_10-1bbde31859440043.2015_10.c7da6c69-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/2015_10-1bbde31859440043.2015_10.c7da6c69-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/2015_10-1bbde31859440043.2015_10.c7da6c69-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/2015_10-1bbde31859440043.2a1d83r72ksdfbco.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcommon-ec261209fa752376.rlib" "/opt/rustwide/target/debug/deps/libreqwest-005d9c6e0c6fee3d.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-ccf275f5edf419ba.rlib" "/opt/rustwide/target/debug/deps/libipnet-61a9bc273e84f915.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-e5721f6caebdea84.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-3a6bab918568abb4.rlib" "/opt/rustwide/target/debug/deps/libryu-9e35d986fcbafb23.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-cd09d043d886746c.rlib" "/opt/rustwide/target/debug/deps/libserde-8a6741e863024742.rlib" "/opt/rustwide/target/debug/deps/libbase64-bff61f2d1660603b.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-1de3be8a99b6e7fd.rlib" "/opt/rustwide/target/debug/deps/libunicase-81ee84fc02d12410.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-b67418690a38e590.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-fe962c2cd87031d7.rlib" "/opt/rustwide/target/debug/deps/libopenssl-5bc3769021491af5.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-06aaa72435a8c3c0.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libhyper-9ac8261d03783684.rlib" "/opt/rustwide/target/debug/deps/libhttparse-af5c8ad150445e6f.rlib" "/opt/rustwide/target/debug/deps/libwant-d47adad540681629.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-9f7beed53871ae63.rlib" "/opt/rustwide/target/debug/deps/libh2-e036624d02cddab0.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-48b85a3f98ef90c1.rlib" "/opt/rustwide/target/debug/deps/libpin_project-2c2c59529c0f681f.rlib" "/opt/rustwide/target/debug/deps/libindexmap-e93c8776eca2a55b.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-f68c299677dc64e2.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-60571fb7e2fe22ee.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-933da9c49938bd48.rlib" "/opt/rustwide/target/debug/deps/libsocket2-cc6de44845407c5f.rlib" "/opt/rustwide/target/debug/deps/libtower_service-9fa19250f61b8c82.rlib" "/opt/rustwide/target/debug/deps/libtracing-e24f1c192d452a6a.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-2662e2daeb780a86.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libtokio-b057d0ff17901cad.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-60adbd71e5af6401.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-3b3ea3a1f635dba5.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-2026425846eae1d1.rlib" "/opt/rustwide/target/debug/deps/libmio-172f09e3f05e90a3.rlib" "/opt/rustwide/target/debug/deps/libiovec-25417179b6489bee.rlib" "/opt/rustwide/target/debug/deps/libnet2-e6df2db2cb2f8f14.rlib" "/opt/rustwide/target/debug/deps/liblibc-99b8c1c5ae8ebe65.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-55d1b613307b8f8b.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-6cb9487576296286.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-64ede31b96d39252.rlib" "/opt/rustwide/target/debug/deps/liblog-2dc54ae93de1162f.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-d1a66d2f3de2efc9.rlib" "/opt/rustwide/target/debug/deps/libmemchr-dc28abbf05ce61fd.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-867a63958b1bdf44.rlib" "/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-ba84567ee2178631.rlib" "/opt/rustwide/target/debug/deps/libpin_project-a959ae1a7a433d6f.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-a5d1a948e3fff4ee.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-ec1249a5dcf5ef0c.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-26009f3705e1ec24.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-f62c3de0fa4b1417.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/liburl-3373d2d2dc2c0c2b.rlib" "/opt/rustwide/target/debug/deps/libidna-c90f623de246d721.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-fc8047be9f3bf2ee.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-08f81a1fd910a93c.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c8728763a1cfbcab.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7ac4b89f889ff88f.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-04eaf20a6b8209a8.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libmatches-efe3d8804af1a290.rlib" "/opt/rustwide/target/debug/deps/libhttp-cd42fdc59cc8b701.rlib" "/opt/rustwide/target/debug/deps/libitoa-ebac3c6dd5ca1a23.rlib" "/opt/rustwide/target/debug/deps/libbytes-b63c3b3ea06c4474.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/2015_10-1bbde31859440043" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/2016_01-1dc5bfe926b59c26.2016_01.33a1f6eb-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-1dc5bfe926b59c26.2016_01.33a1f6eb-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-1dc5bfe926b59c26.2016_01.33a1f6eb-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-1dc5bfe926b59c26.2016_01.33a1f6eb-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-1dc5bfe926b59c26.2016_01.33a1f6eb-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-1dc5bfe926b59c26.2016_01.33a1f6eb-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-1dc5bfe926b59c26.2016_01.33a1f6eb-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-1dc5bfe926b59c26.2016_01.33a1f6eb-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-1dc5bfe926b59c26.2016_01.33a1f6eb-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-1dc5bfe926b59c26.2016_01.33a1f6eb-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-1dc5bfe926b59c26.2016_01.33a1f6eb-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-1dc5bfe926b59c26.2016_01.33a1f6eb-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-1dc5bfe926b59c26.2016_01.33a1f6eb-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-1dc5bfe926b59c26.2016_01.33a1f6eb-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-1dc5bfe926b59c26.2016_01.33a1f6eb-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-1dc5bfe926b59c26.2016_01.33a1f6eb-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-1dc5bfe926b59c26.2tr0o6zzs94aavn5.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcommon-ec261209fa752376.rlib" "/opt/rustwide/target/debug/deps/libreqwest-005d9c6e0c6fee3d.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-ccf275f5edf419ba.rlib" "/opt/rustwide/target/debug/deps/libipnet-61a9bc273e84f915.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-e5721f6caebdea84.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-3a6bab918568abb4.rlib" "/opt/rustwide/target/debug/deps/libryu-9e35d986fcbafb23.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-cd09d043d886746c.rlib" "/opt/rustwide/target/debug/deps/libserde-8a6741e863024742.rlib" "/opt/rustwide/target/debug/deps/libbase64-bff61f2d1660603b.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-1de3be8a99b6e7fd.rlib" "/opt/rustwide/target/debug/deps/libunicase-81ee84fc02d12410.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-b67418690a38e590.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-fe962c2cd87031d7.rlib" "/opt/rustwide/target/debug/deps/libopenssl-5bc3769021491af5.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-06aaa72435a8c3c0.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libhyper-9ac8261d03783684.rlib" "/opt/rustwide/target/debug/deps/libhttparse-af5c8ad150445e6f.rlib" "/opt/rustwide/target/debug/deps/libwant-d47adad540681629.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-9f7beed53871ae63.rlib" "/opt/rustwide/target/debug/deps/libh2-e036624d02cddab0.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-48b85a3f98ef90c1.rlib" "/opt/rustwide/target/debug/deps/libpin_project-2c2c59529c0f681f.rlib" "/opt/rustwide/target/debug/deps/libindexmap-e93c8776eca2a55b.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-f68c299677dc64e2.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-60571fb7e2fe22ee.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-933da9c49938bd48.rlib" "/opt/rustwide/target/debug/deps/libsocket2-cc6de44845407c5f.rlib" "/opt/rustwide/target/debug/deps/libtower_service-9fa19250f61b8c82.rlib" "/opt/rustwide/target/debug/deps/libtracing-e24f1c192d452a6a.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-2662e2daeb780a86.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libtokio-b057d0ff17901cad.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-60adbd71e5af6401.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-3b3ea3a1f635dba5.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-2026425846eae1d1.rlib" "/opt/rustwide/target/debug/deps/libmio-172f09e3f05e90a3.rlib" "/opt/rustwide/target/debug/deps/libiovec-25417179b6489bee.rlib" "/opt/rustwide/target/debug/deps/libnet2-e6df2db2cb2f8f14.rlib" "/opt/rustwide/target/debug/deps/liblibc-99b8c1c5ae8ebe65.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-55d1b613307b8f8b.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-6cb9487576296286.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-64ede31b96d39252.rlib" "/opt/rustwide/target/debug/deps/liblog-2dc54ae93de1162f.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-d1a66d2f3de2efc9.rlib" "/opt/rustwide/target/debug/deps/libmemchr-dc28abbf05ce61fd.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-867a63958b1bdf44.rlib" "/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-ba84567ee2178631.rlib" "/opt/rustwide/target/debug/deps/libpin_project-a959ae1a7a433d6f.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-a5d1a948e3fff4ee.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-ec1249a5dcf5ef0c.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-26009f3705e1ec24.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-f62c3de0fa4b1417.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/liburl-3373d2d2dc2c0c2b.rlib" "/opt/rustwide/target/debug/deps/libidna-c90f623de246d721.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-fc8047be9f3bf2ee.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-08f81a1fd910a93c.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c8728763a1cfbcab.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7ac4b89f889ff88f.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-04eaf20a6b8209a8.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libmatches-efe3d8804af1a290.rlib" "/opt/rustwide/target/debug/deps/libhttp-cd42fdc59cc8b701.rlib" "/opt/rustwide/target/debug/deps/libitoa-ebac3c6dd5ca1a23.rlib" "/opt/rustwide/target/debug/deps/libbytes-b63c3b3ea06c4474.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/2016_01-1dc5bfe926b59c26" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `advent-of-rust` due to 2 previous errors [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `advent-of-rust` due to 2 previous errors [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/template-a187fd02315435ff.template.5dd98996-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/template-a187fd02315435ff.template.5dd98996-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/template-a187fd02315435ff.template.5dd98996-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/template-a187fd02315435ff.template.5dd98996-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/template-a187fd02315435ff.template.5dd98996-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/template-a187fd02315435ff.template.5dd98996-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/template-a187fd02315435ff.template.5dd98996-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/template-a187fd02315435ff.template.5dd98996-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/template-a187fd02315435ff.template.5dd98996-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/template-a187fd02315435ff.2ulc0xzvj6nzyv9a.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcommon-ec261209fa752376.rlib" "/opt/rustwide/target/debug/deps/libreqwest-005d9c6e0c6fee3d.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-ccf275f5edf419ba.rlib" "/opt/rustwide/target/debug/deps/libipnet-61a9bc273e84f915.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-e5721f6caebdea84.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-3a6bab918568abb4.rlib" "/opt/rustwide/target/debug/deps/libryu-9e35d986fcbafb23.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-cd09d043d886746c.rlib" "/opt/rustwide/target/debug/deps/libserde-8a6741e863024742.rlib" "/opt/rustwide/target/debug/deps/libbase64-bff61f2d1660603b.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-1de3be8a99b6e7fd.rlib" "/opt/rustwide/target/debug/deps/libunicase-81ee84fc02d12410.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-b67418690a38e590.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-fe962c2cd87031d7.rlib" "/opt/rustwide/target/debug/deps/libopenssl-5bc3769021491af5.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-06aaa72435a8c3c0.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libhyper-9ac8261d03783684.rlib" "/opt/rustwide/target/debug/deps/libhttparse-af5c8ad150445e6f.rlib" "/opt/rustwide/target/debug/deps/libwant-d47adad540681629.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-9f7beed53871ae63.rlib" "/opt/rustwide/target/debug/deps/libh2-e036624d02cddab0.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-48b85a3f98ef90c1.rlib" "/opt/rustwide/target/debug/deps/libpin_project-2c2c59529c0f681f.rlib" "/opt/rustwide/target/debug/deps/libindexmap-e93c8776eca2a55b.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-f68c299677dc64e2.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-60571fb7e2fe22ee.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-933da9c49938bd48.rlib" "/opt/rustwide/target/debug/deps/libsocket2-cc6de44845407c5f.rlib" "/opt/rustwide/target/debug/deps/libtower_service-9fa19250f61b8c82.rlib" "/opt/rustwide/target/debug/deps/libtracing-e24f1c192d452a6a.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-2662e2daeb780a86.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libtokio-b057d0ff17901cad.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-60adbd71e5af6401.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-3b3ea3a1f635dba5.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-2026425846eae1d1.rlib" "/opt/rustwide/target/debug/deps/libmio-172f09e3f05e90a3.rlib" "/opt/rustwide/target/debug/deps/libiovec-25417179b6489bee.rlib" "/opt/rustwide/target/debug/deps/libnet2-e6df2db2cb2f8f14.rlib" "/opt/rustwide/target/debug/deps/liblibc-99b8c1c5ae8ebe65.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-55d1b613307b8f8b.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-6cb9487576296286.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-64ede31b96d39252.rlib" "/opt/rustwide/target/debug/deps/liblog-2dc54ae93de1162f.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-d1a66d2f3de2efc9.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-867a63958b1bdf44.rlib" "/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-ba84567ee2178631.rlib" "/opt/rustwide/target/debug/deps/libpin_project-a959ae1a7a433d6f.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-a5d1a948e3fff4ee.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-ec1249a5dcf5ef0c.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-26009f3705e1ec24.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-f62c3de0fa4b1417.rlib" "/opt/rustwide/target/debug/deps/liburl-3373d2d2dc2c0c2b.rlib" "/opt/rustwide/target/debug/deps/libidna-c90f623de246d721.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-fc8047be9f3bf2ee.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-08f81a1fd910a93c.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c8728763a1cfbcab.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7ac4b89f889ff88f.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-04eaf20a6b8209a8.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libmatches-efe3d8804af1a290.rlib" "/opt/rustwide/target/debug/deps/libhttp-cd42fdc59cc8b701.rlib" "/opt/rustwide/target/debug/deps/libitoa-ebac3c6dd5ca1a23.rlib" "/opt/rustwide/target/debug/deps/libbytes-b63c3b3ea06c4474.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/libregex-9101c68c43db5b5c.rlib" "/opt/rustwide/target/debug/deps/libthread_local-fc112ae30411db47.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-64af4cd96b64887d.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-893f4c3b4ecb939d.rlib" "/opt/rustwide/target/debug/deps/libmemchr-dc28abbf05ce61fd.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libitertools-26ded0679b1c8c41.rlib" "/opt/rustwide/target/debug/deps/libeither-1fa9e7dc99f602fc.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/template-a187fd02315435ff" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `advent-of-rust` due to 2 previous errors [INFO] [stderr] error: could not compile `advent-of-rust` due to 2 previous errors [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/2020_13-01b78b5706462045.2020_13.283b419b-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/2020_13-01b78b5706462045.2020_13.283b419b-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/2020_13-01b78b5706462045.2020_13.283b419b-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/2020_13-01b78b5706462045.2020_13.283b419b-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/2020_13-01b78b5706462045.2020_13.283b419b-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/2020_13-01b78b5706462045.2020_13.283b419b-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/2020_13-01b78b5706462045.2020_13.283b419b-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/2020_13-01b78b5706462045.2020_13.283b419b-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/2020_13-01b78b5706462045.2020_13.283b419b-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/2020_13-01b78b5706462045.2020_13.283b419b-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/2020_13-01b78b5706462045.2020_13.283b419b-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/2020_13-01b78b5706462045.2020_13.283b419b-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/2020_13-01b78b5706462045.2020_13.283b419b-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/2020_13-01b78b5706462045.2020_13.283b419b-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/2020_13-01b78b5706462045.2020_13.283b419b-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/2020_13-01b78b5706462045.2020_13.283b419b-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/2020_13-01b78b5706462045.27gxmyybo8smukel.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcommon-ec261209fa752376.rlib" "/opt/rustwide/target/debug/deps/libreqwest-005d9c6e0c6fee3d.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-ccf275f5edf419ba.rlib" "/opt/rustwide/target/debug/deps/libipnet-61a9bc273e84f915.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-e5721f6caebdea84.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-3a6bab918568abb4.rlib" "/opt/rustwide/target/debug/deps/libryu-9e35d986fcbafb23.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-cd09d043d886746c.rlib" "/opt/rustwide/target/debug/deps/libserde-8a6741e863024742.rlib" "/opt/rustwide/target/debug/deps/libbase64-bff61f2d1660603b.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-1de3be8a99b6e7fd.rlib" "/opt/rustwide/target/debug/deps/libunicase-81ee84fc02d12410.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-b67418690a38e590.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-fe962c2cd87031d7.rlib" "/opt/rustwide/target/debug/deps/libopenssl-5bc3769021491af5.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-06aaa72435a8c3c0.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libhyper-9ac8261d03783684.rlib" "/opt/rustwide/target/debug/deps/libhttparse-af5c8ad150445e6f.rlib" "/opt/rustwide/target/debug/deps/libwant-d47adad540681629.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-9f7beed53871ae63.rlib" "/opt/rustwide/target/debug/deps/libh2-e036624d02cddab0.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-48b85a3f98ef90c1.rlib" "/opt/rustwide/target/debug/deps/libpin_project-2c2c59529c0f681f.rlib" "/opt/rustwide/target/debug/deps/libindexmap-e93c8776eca2a55b.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-f68c299677dc64e2.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-60571fb7e2fe22ee.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-933da9c49938bd48.rlib" "/opt/rustwide/target/debug/deps/libsocket2-cc6de44845407c5f.rlib" "/opt/rustwide/target/debug/deps/libtower_service-9fa19250f61b8c82.rlib" "/opt/rustwide/target/debug/deps/libtracing-e24f1c192d452a6a.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-2662e2daeb780a86.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libtokio-b057d0ff17901cad.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-60adbd71e5af6401.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-3b3ea3a1f635dba5.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-2026425846eae1d1.rlib" "/opt/rustwide/target/debug/deps/libmio-172f09e3f05e90a3.rlib" "/opt/rustwide/target/debug/deps/libiovec-25417179b6489bee.rlib" "/opt/rustwide/target/debug/deps/libnet2-e6df2db2cb2f8f14.rlib" "/opt/rustwide/target/debug/deps/liblibc-99b8c1c5ae8ebe65.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-55d1b613307b8f8b.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-6cb9487576296286.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-64ede31b96d39252.rlib" "/opt/rustwide/target/debug/deps/liblog-2dc54ae93de1162f.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-d1a66d2f3de2efc9.rlib" "/opt/rustwide/target/debug/deps/libmemchr-dc28abbf05ce61fd.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-867a63958b1bdf44.rlib" "/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-ba84567ee2178631.rlib" "/opt/rustwide/target/debug/deps/libpin_project-a959ae1a7a433d6f.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-a5d1a948e3fff4ee.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-ec1249a5dcf5ef0c.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-26009f3705e1ec24.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-f62c3de0fa4b1417.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/liburl-3373d2d2dc2c0c2b.rlib" "/opt/rustwide/target/debug/deps/libidna-c90f623de246d721.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-fc8047be9f3bf2ee.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-08f81a1fd910a93c.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c8728763a1cfbcab.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7ac4b89f889ff88f.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-04eaf20a6b8209a8.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libmatches-efe3d8804af1a290.rlib" "/opt/rustwide/target/debug/deps/libhttp-cd42fdc59cc8b701.rlib" "/opt/rustwide/target/debug/deps/libitoa-ebac3c6dd5ca1a23.rlib" "/opt/rustwide/target/debug/deps/libbytes-b63c3b3ea06c4474.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/libnum-6d67342c5dfe4ed8.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-55590068a21bd762.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-fc7627c1aec01a00.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-50cedc36d2a855f9.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-d79c813775f9a566.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-557857d5c29aa2ea.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-464536e541267335.rlib" "/opt/rustwide/target/debug/deps/libitertools-26ded0679b1c8c41.rlib" "/opt/rustwide/target/debug/deps/libeither-1fa9e7dc99f602fc.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/2020_13-01b78b5706462045" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/2020_01-19887825486b8a99.2020_01.6f2d5538-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-19887825486b8a99.2020_01.6f2d5538-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-19887825486b8a99.2020_01.6f2d5538-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-19887825486b8a99.2020_01.6f2d5538-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-19887825486b8a99.2020_01.6f2d5538-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-19887825486b8a99.2020_01.6f2d5538-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-19887825486b8a99.2020_01.6f2d5538-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-19887825486b8a99.2020_01.6f2d5538-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-19887825486b8a99.2020_01.6f2d5538-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-19887825486b8a99.2020_01.6f2d5538-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-19887825486b8a99.2020_01.6f2d5538-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-19887825486b8a99.2020_01.6f2d5538-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-19887825486b8a99.2020_01.6f2d5538-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-19887825486b8a99.2020_01.6f2d5538-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-19887825486b8a99.2020_01.6f2d5538-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-19887825486b8a99.2020_01.6f2d5538-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-19887825486b8a99.371xz39j195m0u9n.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcommon-ec261209fa752376.rlib" "/opt/rustwide/target/debug/deps/libreqwest-005d9c6e0c6fee3d.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-ccf275f5edf419ba.rlib" "/opt/rustwide/target/debug/deps/libipnet-61a9bc273e84f915.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-e5721f6caebdea84.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-3a6bab918568abb4.rlib" "/opt/rustwide/target/debug/deps/libryu-9e35d986fcbafb23.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-cd09d043d886746c.rlib" "/opt/rustwide/target/debug/deps/libserde-8a6741e863024742.rlib" "/opt/rustwide/target/debug/deps/libbase64-bff61f2d1660603b.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-1de3be8a99b6e7fd.rlib" "/opt/rustwide/target/debug/deps/libunicase-81ee84fc02d12410.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-b67418690a38e590.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-fe962c2cd87031d7.rlib" "/opt/rustwide/target/debug/deps/libopenssl-5bc3769021491af5.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-06aaa72435a8c3c0.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libhyper-9ac8261d03783684.rlib" "/opt/rustwide/target/debug/deps/libhttparse-af5c8ad150445e6f.rlib" "/opt/rustwide/target/debug/deps/libwant-d47adad540681629.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-9f7beed53871ae63.rlib" "/opt/rustwide/target/debug/deps/libh2-e036624d02cddab0.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-48b85a3f98ef90c1.rlib" "/opt/rustwide/target/debug/deps/libpin_project-2c2c59529c0f681f.rlib" "/opt/rustwide/target/debug/deps/libindexmap-e93c8776eca2a55b.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-f68c299677dc64e2.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-60571fb7e2fe22ee.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-933da9c49938bd48.rlib" "/opt/rustwide/target/debug/deps/libsocket2-cc6de44845407c5f.rlib" "/opt/rustwide/target/debug/deps/libtower_service-9fa19250f61b8c82.rlib" "/opt/rustwide/target/debug/deps/libtracing-e24f1c192d452a6a.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-2662e2daeb780a86.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libtokio-b057d0ff17901cad.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-60adbd71e5af6401.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-3b3ea3a1f635dba5.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-2026425846eae1d1.rlib" "/opt/rustwide/target/debug/deps/libmio-172f09e3f05e90a3.rlib" "/opt/rustwide/target/debug/deps/libiovec-25417179b6489bee.rlib" "/opt/rustwide/target/debug/deps/libnet2-e6df2db2cb2f8f14.rlib" "/opt/rustwide/target/debug/deps/liblibc-99b8c1c5ae8ebe65.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-55d1b613307b8f8b.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-6cb9487576296286.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-64ede31b96d39252.rlib" "/opt/rustwide/target/debug/deps/liblog-2dc54ae93de1162f.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-d1a66d2f3de2efc9.rlib" "/opt/rustwide/target/debug/deps/libmemchr-dc28abbf05ce61fd.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-867a63958b1bdf44.rlib" "/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-ba84567ee2178631.rlib" "/opt/rustwide/target/debug/deps/libpin_project-a959ae1a7a433d6f.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-a5d1a948e3fff4ee.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-ec1249a5dcf5ef0c.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-26009f3705e1ec24.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-f62c3de0fa4b1417.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/liburl-3373d2d2dc2c0c2b.rlib" "/opt/rustwide/target/debug/deps/libidna-c90f623de246d721.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-fc8047be9f3bf2ee.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-08f81a1fd910a93c.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c8728763a1cfbcab.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7ac4b89f889ff88f.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-04eaf20a6b8209a8.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libmatches-efe3d8804af1a290.rlib" "/opt/rustwide/target/debug/deps/libhttp-cd42fdc59cc8b701.rlib" "/opt/rustwide/target/debug/deps/libitoa-ebac3c6dd5ca1a23.rlib" "/opt/rustwide/target/debug/deps/libbytes-b63c3b3ea06c4474.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/2020_01-19887825486b8a99" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `advent-of-rust` due to 2 previous errors [INFO] [stderr] error: could not compile `advent-of-rust` due to 2 previous errors [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/2020_12-69c51d06c7fb5440.2020_12.b9d7421f-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/2020_12-69c51d06c7fb5440.2020_12.b9d7421f-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/2020_12-69c51d06c7fb5440.2020_12.b9d7421f-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/2020_12-69c51d06c7fb5440.2020_12.b9d7421f-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/2020_12-69c51d06c7fb5440.2020_12.b9d7421f-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/2020_12-69c51d06c7fb5440.2020_12.b9d7421f-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/2020_12-69c51d06c7fb5440.2020_12.b9d7421f-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/2020_12-69c51d06c7fb5440.2020_12.b9d7421f-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/2020_12-69c51d06c7fb5440.2020_12.b9d7421f-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/2020_12-69c51d06c7fb5440.2020_12.b9d7421f-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/2020_12-69c51d06c7fb5440.2020_12.b9d7421f-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/2020_12-69c51d06c7fb5440.2020_12.b9d7421f-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/2020_12-69c51d06c7fb5440.2020_12.b9d7421f-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/2020_12-69c51d06c7fb5440.2020_12.b9d7421f-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/2020_12-69c51d06c7fb5440.2020_12.b9d7421f-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/2020_12-69c51d06c7fb5440.2020_12.b9d7421f-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/2020_12-69c51d06c7fb5440.8x5jirrkfqjj2wy.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcommon-ec261209fa752376.rlib" "/opt/rustwide/target/debug/deps/libreqwest-005d9c6e0c6fee3d.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-ccf275f5edf419ba.rlib" "/opt/rustwide/target/debug/deps/libipnet-61a9bc273e84f915.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-e5721f6caebdea84.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-3a6bab918568abb4.rlib" "/opt/rustwide/target/debug/deps/libryu-9e35d986fcbafb23.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-cd09d043d886746c.rlib" "/opt/rustwide/target/debug/deps/libserde-8a6741e863024742.rlib" "/opt/rustwide/target/debug/deps/libbase64-bff61f2d1660603b.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-1de3be8a99b6e7fd.rlib" "/opt/rustwide/target/debug/deps/libunicase-81ee84fc02d12410.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-b67418690a38e590.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-fe962c2cd87031d7.rlib" "/opt/rustwide/target/debug/deps/libopenssl-5bc3769021491af5.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-06aaa72435a8c3c0.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libhyper-9ac8261d03783684.rlib" "/opt/rustwide/target/debug/deps/libhttparse-af5c8ad150445e6f.rlib" "/opt/rustwide/target/debug/deps/libwant-d47adad540681629.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-9f7beed53871ae63.rlib" "/opt/rustwide/target/debug/deps/libh2-e036624d02cddab0.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-48b85a3f98ef90c1.rlib" "/opt/rustwide/target/debug/deps/libpin_project-2c2c59529c0f681f.rlib" "/opt/rustwide/target/debug/deps/libindexmap-e93c8776eca2a55b.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-f68c299677dc64e2.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-60571fb7e2fe22ee.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-933da9c49938bd48.rlib" "/opt/rustwide/target/debug/deps/libsocket2-cc6de44845407c5f.rlib" "/opt/rustwide/target/debug/deps/libtower_service-9fa19250f61b8c82.rlib" "/opt/rustwide/target/debug/deps/libtracing-e24f1c192d452a6a.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-2662e2daeb780a86.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libtokio-b057d0ff17901cad.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-60adbd71e5af6401.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-3b3ea3a1f635dba5.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-2026425846eae1d1.rlib" "/opt/rustwide/target/debug/deps/libmio-172f09e3f05e90a3.rlib" "/opt/rustwide/target/debug/deps/libiovec-25417179b6489bee.rlib" "/opt/rustwide/target/debug/deps/libnet2-e6df2db2cb2f8f14.rlib" "/opt/rustwide/target/debug/deps/liblibc-99b8c1c5ae8ebe65.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-55d1b613307b8f8b.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-6cb9487576296286.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-64ede31b96d39252.rlib" "/opt/rustwide/target/debug/deps/liblog-2dc54ae93de1162f.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-d1a66d2f3de2efc9.rlib" "/opt/rustwide/target/debug/deps/libmemchr-dc28abbf05ce61fd.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-867a63958b1bdf44.rlib" "/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-ba84567ee2178631.rlib" "/opt/rustwide/target/debug/deps/libpin_project-a959ae1a7a433d6f.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-a5d1a948e3fff4ee.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-ec1249a5dcf5ef0c.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-26009f3705e1ec24.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-f62c3de0fa4b1417.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/liburl-3373d2d2dc2c0c2b.rlib" "/opt/rustwide/target/debug/deps/libidna-c90f623de246d721.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-fc8047be9f3bf2ee.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-08f81a1fd910a93c.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c8728763a1cfbcab.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7ac4b89f889ff88f.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-04eaf20a6b8209a8.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libmatches-efe3d8804af1a290.rlib" "/opt/rustwide/target/debug/deps/libhttp-cd42fdc59cc8b701.rlib" "/opt/rustwide/target/debug/deps/libitoa-ebac3c6dd5ca1a23.rlib" "/opt/rustwide/target/debug/deps/libbytes-b63c3b3ea06c4474.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/libitertools-26ded0679b1c8c41.rlib" "/opt/rustwide/target/debug/deps/libeither-1fa9e7dc99f602fc.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/2020_12-69c51d06c7fb5440" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `advent-of-rust` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "b51a0dccb9a71d7f93e4b2b360efae420f304343c14c425e70790b6e25aa0836", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b51a0dccb9a71d7f93e4b2b360efae420f304343c14c425e70790b6e25aa0836", kill_on_drop: false }` [INFO] [stdout] b51a0dccb9a71d7f93e4b2b360efae420f304343c14c425e70790b6e25aa0836