[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 master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkalvatn%2Fadvent-of-rust" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kalvatn/advent-of-rust on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "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-1/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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fb1f873d1645e1b325d527194222acb81bd214fa6954f9680d72bbfeca509749 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fb1f873d1645e1b325d527194222acb81bd214fa6954f9680d72bbfeca509749", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fb1f873d1645e1b325d527194222acb81bd214fa6954f9680d72bbfeca509749", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb1f873d1645e1b325d527194222acb81bd214fa6954f9680d72bbfeca509749", kill_on_drop: false }` [INFO] [stdout] fb1f873d1645e1b325d527194222acb81bd214fa6954f9680d72bbfeca509749 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4cd192cdddc741ce784f8f3d85cdc823d6ba54ffba46de1a72972b198a4d300f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4cd192cdddc741ce784f8f3d85cdc823d6ba54ffba46de1a72972b198a4d300f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling futures-core v0.3.8 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Compiling futures-sink v0.3.8 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling pin-project-lite v0.1.11 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling native-tls v0.2.6 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling tower-service v0.3.0 [INFO] [stderr] Compiling encoding_rs v0.8.26 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling ipnet v2.3.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 indexmap v1.6.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.3.1 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling tinyvec v1.1.0 [INFO] [stderr] Compiling form_urlencoded v1.0.0 [INFO] [stderr] Compiling futures-channel v0.3.8 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling net2 v0.2.36 [INFO] [stderr] Compiling socket2 v0.3.17 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling tracing v0.1.22 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling unicode-normalization v0.1.16 [INFO] [stderr] Compiling syn v1.0.53 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling url v2.2.0 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling serde_json v1.0.60 [INFO] [stderr] Compiling serde_scan v0.4.1 [INFO] [stderr] Compiling num v0.3.1 [INFO] [stderr] Compiling pin-project-internal v1.0.2 [INFO] [stderr] Compiling futures-macro v0.3.8 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Compiling tokio v0.2.23 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling pin-project v1.0.2 [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 h2 v0.2.7 [INFO] [stderr] Compiling futures-executor v0.3.8 [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_07 --edition=2018 src/bin/2020/07.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1397777bf5e0f208 -C extra-filename=-1397777bf5e0f208 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern common=/opt/rustwide/target/debug/deps/libcommon-cd3c5c93ae19ff7a.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-5515c504e5dd36bb.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-02b10cb8cc5c6f52.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-f67718dd40129317.rlib --extern md5=/opt/rustwide/target/debug/deps/libmd5-06119a8b2e07dce7.rlib --extern num=/opt/rustwide/target/debug/deps/libnum-0b3e5b45fc54271f.rlib --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-ce5ddeb601da5b3f.rlib --extern primes=/opt/rustwide/target/debug/deps/libprimes-7cc0be3b1cd24352.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-bbde173e4202a4f9.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-ba2db2b93ce4e115.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-b516995e7593e51d.rlib --extern serde_scan=/opt/rustwide/target/debug/deps/libserde_scan-089961ce2a17b351.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-19d2a4c1d6cb8b6c.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/2020_03-3e39b806e5dadc6b.2020_03.3be2ef8f-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/2020_03-3e39b806e5dadc6b.2020_03.3be2ef8f-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/2020_03-3e39b806e5dadc6b.2020_03.3be2ef8f-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/2020_03-3e39b806e5dadc6b.2020_03.3be2ef8f-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/2020_03-3e39b806e5dadc6b.2020_03.3be2ef8f-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/2020_03-3e39b806e5dadc6b.2020_03.3be2ef8f-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/2020_03-3e39b806e5dadc6b.2020_03.3be2ef8f-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/2020_03-3e39b806e5dadc6b.2020_03.3be2ef8f-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/2020_03-3e39b806e5dadc6b.2020_03.3be2ef8f-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/2020_03-3e39b806e5dadc6b.2020_03.3be2ef8f-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/2020_03-3e39b806e5dadc6b.2020_03.3be2ef8f-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/2020_03-3e39b806e5dadc6b.2020_03.3be2ef8f-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/2020_03-3e39b806e5dadc6b.2020_03.3be2ef8f-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/2020_03-3e39b806e5dadc6b.2020_03.3be2ef8f-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/2020_03-3e39b806e5dadc6b.2020_03.3be2ef8f-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/2020_03-3e39b806e5dadc6b.2020_03.3be2ef8f-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/2020_03-3e39b806e5dadc6b.1l1h9scns56zfwms.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcommon-cd3c5c93ae19ff7a.rlib" "/opt/rustwide/target/debug/deps/libreqwest-ba2db2b93ce4e115.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-95267b3997bf8cff.rlib" "/opt/rustwide/target/debug/deps/libipnet-79fd3a919943c6ab.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-ab9c7ec0ac8cf79b.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-ea0614fc9cac3b8b.rlib" "/opt/rustwide/target/debug/deps/libryu-e6fb900e507a464e.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-30344bb054c3f8d6.rlib" "/opt/rustwide/target/debug/deps/libserde-31f9312765e916bf.rlib" "/opt/rustwide/target/debug/deps/libbase64-8b10e97376989597.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-2edb4a54259e4694.rlib" "/opt/rustwide/target/debug/deps/libunicase-00f1833f381b15ba.rlib" "/opt/rustwide/target/debug/deps/libmime-255653d28c915291.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-25b87cb0bfcfd40c.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-bf6281c5d222f65c.rlib" "/opt/rustwide/target/debug/deps/libopenssl-1a606401e0ebbd8f.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-446a9bf0a048e24f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-32493eedc87a36f8.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-3419cfa5ef43c21e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-603a79344a96ee73.rlib" "/opt/rustwide/target/debug/deps/libhyper-7811e0a61c74ca40.rlib" "/opt/rustwide/target/debug/deps/libhttparse-29961d12da07d37e.rlib" "/opt/rustwide/target/debug/deps/libwant-6b94c1cf05662d30.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-b60f09daed618188.rlib" "/opt/rustwide/target/debug/deps/libh2-17a2759b97887f43.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-9fc38917b217c446.rlib" "/opt/rustwide/target/debug/deps/libpin_project-d23581e3bfb87166.rlib" "/opt/rustwide/target/debug/deps/libindexmap-8c3e0a097d7ecbfa.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-b40654aefeea685d.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-e0754aa12a12c0fa.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-1f52b4e9e263f5d2.rlib" "/opt/rustwide/target/debug/deps/libsocket2-82dc04c905d9e57f.rlib" "/opt/rustwide/target/debug/deps/libtower_service-7d3e49cfc3497e31.rlib" "/opt/rustwide/target/debug/deps/libtracing-ac99f9bd5ca6437f.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-ce6ce2a09b928044.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-477585129feec44c.rlib" "/opt/rustwide/target/debug/deps/libtokio-19d2a4c1d6cb8b6c.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-b11b7776ee570528.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-3072a51d30f4f827.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-b1d298045b8dbd1a.rlib" "/opt/rustwide/target/debug/deps/libmio-504ea17a078ea385.rlib" "/opt/rustwide/target/debug/deps/libiovec-90996d3fcbb1df54.rlib" "/opt/rustwide/target/debug/deps/libnet2-7ca543f9c24ae2b6.rlib" "/opt/rustwide/target/debug/deps/liblibc-59e8c3f040caed30.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-4f03bf62e379b80c.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-0923d8964a916ad6.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-f54c4afa9f2de2b5.rlib" "/opt/rustwide/target/debug/deps/liblog-7e3bd00b914239f3.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-de9cbe0cb77e19a3.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-0b359ff9b95b0d36.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e7268561e64e0c3d.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-c9ad3e4945920a7b.rlib" "/opt/rustwide/target/debug/deps/libslab-342d21e1f5505122.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-d0b1ef835a7ec1a7.rlib" "/opt/rustwide/target/debug/deps/libpin_project-9cb874fe47357a88.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-412cbc245a197357.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-ca9722f6456584b5.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-af7ecae5daba0ec1.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6658f7c5b0898ee7.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-0b0b8cc4f3224b67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f67718dd40129317.rlib" "/opt/rustwide/target/debug/deps/liburl-fa36562278345d1e.rlib" "/opt/rustwide/target/debug/deps/libidna-1218fbff5f797618.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-cef71ffe54dcc92a.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-675dda3e6db806ad.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-3da38bc1578ec686.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-266979db193bd1bb.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-224fbd05857025df.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-98a88b5b53b82a03.rlib" "/opt/rustwide/target/debug/deps/libmatches-ec803435b0d6dbd5.rlib" "/opt/rustwide/target/debug/deps/libhttp-4dcfd06458c45a08.rlib" "/opt/rustwide/target/debug/deps/libitoa-1e32605243e4c2ee.rlib" "/opt/rustwide/target/debug/deps/libbytes-e9809c8e462b433a.rlib" "/opt/rustwide/target/debug/deps/libfnv-74d41fd10066a65d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-37fdd654777c296f.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22ab8f3db88b586e.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0167c9242d0931d5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-361790a1a5505fc5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-01c2ffe1ecd05a67.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ec79e29a889fe805.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-001a3456e8a8331b.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e8f1404290f0f040.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-76f46d0f23360a60.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-baf0bdc5eb131895.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a6a4ee6592d9370.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1cc90d9dd57195f8.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0e91863ffbec5148.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69528f2eac185ac9.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d1241f7bd234a268.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/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/2020_03-3e39b806e5dadc6b" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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_03-f93605b9675daaa3.2015_03.191ca5cc-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/2015_03-f93605b9675daaa3.2015_03.191ca5cc-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/2015_03-f93605b9675daaa3.2015_03.191ca5cc-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/2015_03-f93605b9675daaa3.2015_03.191ca5cc-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/2015_03-f93605b9675daaa3.2015_03.191ca5cc-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/2015_03-f93605b9675daaa3.2015_03.191ca5cc-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/2015_03-f93605b9675daaa3.2015_03.191ca5cc-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/2015_03-f93605b9675daaa3.2015_03.191ca5cc-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/2015_03-f93605b9675daaa3.2015_03.191ca5cc-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/2015_03-f93605b9675daaa3.2015_03.191ca5cc-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/2015_03-f93605b9675daaa3.2015_03.191ca5cc-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/2015_03-f93605b9675daaa3.2015_03.191ca5cc-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/2015_03-f93605b9675daaa3.2015_03.191ca5cc-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/2015_03-f93605b9675daaa3.2015_03.191ca5cc-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/2015_03-f93605b9675daaa3.2015_03.191ca5cc-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/2015_03-f93605b9675daaa3.2015_03.191ca5cc-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/2015_03-f93605b9675daaa3.3p8wb3g2adysv3hu.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcommon-cd3c5c93ae19ff7a.rlib" "/opt/rustwide/target/debug/deps/libreqwest-ba2db2b93ce4e115.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-95267b3997bf8cff.rlib" "/opt/rustwide/target/debug/deps/libipnet-79fd3a919943c6ab.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-ab9c7ec0ac8cf79b.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-ea0614fc9cac3b8b.rlib" "/opt/rustwide/target/debug/deps/libryu-e6fb900e507a464e.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-30344bb054c3f8d6.rlib" "/opt/rustwide/target/debug/deps/libserde-31f9312765e916bf.rlib" "/opt/rustwide/target/debug/deps/libbase64-8b10e97376989597.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-2edb4a54259e4694.rlib" "/opt/rustwide/target/debug/deps/libunicase-00f1833f381b15ba.rlib" "/opt/rustwide/target/debug/deps/libmime-255653d28c915291.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-25b87cb0bfcfd40c.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-bf6281c5d222f65c.rlib" "/opt/rustwide/target/debug/deps/libopenssl-1a606401e0ebbd8f.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-446a9bf0a048e24f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-32493eedc87a36f8.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-3419cfa5ef43c21e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-603a79344a96ee73.rlib" "/opt/rustwide/target/debug/deps/libhyper-7811e0a61c74ca40.rlib" "/opt/rustwide/target/debug/deps/libhttparse-29961d12da07d37e.rlib" "/opt/rustwide/target/debug/deps/libwant-6b94c1cf05662d30.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-b60f09daed618188.rlib" "/opt/rustwide/target/debug/deps/libh2-17a2759b97887f43.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-9fc38917b217c446.rlib" "/opt/rustwide/target/debug/deps/libpin_project-d23581e3bfb87166.rlib" "/opt/rustwide/target/debug/deps/libindexmap-8c3e0a097d7ecbfa.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-b40654aefeea685d.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-e0754aa12a12c0fa.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-1f52b4e9e263f5d2.rlib" "/opt/rustwide/target/debug/deps/libsocket2-82dc04c905d9e57f.rlib" "/opt/rustwide/target/debug/deps/libtower_service-7d3e49cfc3497e31.rlib" "/opt/rustwide/target/debug/deps/libtracing-ac99f9bd5ca6437f.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-ce6ce2a09b928044.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-477585129feec44c.rlib" "/opt/rustwide/target/debug/deps/libtokio-19d2a4c1d6cb8b6c.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-b11b7776ee570528.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-3072a51d30f4f827.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-b1d298045b8dbd1a.rlib" "/opt/rustwide/target/debug/deps/libmio-504ea17a078ea385.rlib" "/opt/rustwide/target/debug/deps/libiovec-90996d3fcbb1df54.rlib" "/opt/rustwide/target/debug/deps/libnet2-7ca543f9c24ae2b6.rlib" "/opt/rustwide/target/debug/deps/liblibc-59e8c3f040caed30.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-4f03bf62e379b80c.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-0923d8964a916ad6.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-f54c4afa9f2de2b5.rlib" "/opt/rustwide/target/debug/deps/liblog-7e3bd00b914239f3.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-de9cbe0cb77e19a3.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-0b359ff9b95b0d36.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e7268561e64e0c3d.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-c9ad3e4945920a7b.rlib" "/opt/rustwide/target/debug/deps/libslab-342d21e1f5505122.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-d0b1ef835a7ec1a7.rlib" "/opt/rustwide/target/debug/deps/libpin_project-9cb874fe47357a88.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-412cbc245a197357.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-ca9722f6456584b5.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-af7ecae5daba0ec1.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6658f7c5b0898ee7.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-0b0b8cc4f3224b67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f67718dd40129317.rlib" "/opt/rustwide/target/debug/deps/liburl-fa36562278345d1e.rlib" "/opt/rustwide/target/debug/deps/libidna-1218fbff5f797618.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-cef71ffe54dcc92a.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-675dda3e6db806ad.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-3da38bc1578ec686.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-266979db193bd1bb.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-224fbd05857025df.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-98a88b5b53b82a03.rlib" "/opt/rustwide/target/debug/deps/libmatches-ec803435b0d6dbd5.rlib" "/opt/rustwide/target/debug/deps/libhttp-4dcfd06458c45a08.rlib" "/opt/rustwide/target/debug/deps/libitoa-1e32605243e4c2ee.rlib" "/opt/rustwide/target/debug/deps/libbytes-e9809c8e462b433a.rlib" "/opt/rustwide/target/debug/deps/libfnv-74d41fd10066a65d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-37fdd654777c296f.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22ab8f3db88b586e.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0167c9242d0931d5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-361790a1a5505fc5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-01c2ffe1ecd05a67.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ec79e29a889fe805.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-001a3456e8a8331b.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e8f1404290f0f040.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-76f46d0f23360a60.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-baf0bdc5eb131895.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a6a4ee6592d9370.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1cc90d9dd57195f8.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0e91863ffbec5148.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69528f2eac185ac9.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d1241f7bd234a268.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/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/2015_03-f93605b9675daaa3" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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/2020_01-1c98d3a414724fd5.2020_01.71de84a0-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-1c98d3a414724fd5.2020_01.71de84a0-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-1c98d3a414724fd5.2020_01.71de84a0-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-1c98d3a414724fd5.2020_01.71de84a0-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-1c98d3a414724fd5.2020_01.71de84a0-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-1c98d3a414724fd5.2020_01.71de84a0-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-1c98d3a414724fd5.2020_01.71de84a0-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-1c98d3a414724fd5.2020_01.71de84a0-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-1c98d3a414724fd5.2020_01.71de84a0-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-1c98d3a414724fd5.2020_01.71de84a0-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-1c98d3a414724fd5.2020_01.71de84a0-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-1c98d3a414724fd5.2020_01.71de84a0-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-1c98d3a414724fd5.2020_01.71de84a0-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-1c98d3a414724fd5.2020_01.71de84a0-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-1c98d3a414724fd5.2020_01.71de84a0-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-1c98d3a414724fd5.2020_01.71de84a0-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/2020_01-1c98d3a414724fd5.3765u1my667gzcqo.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcommon-cd3c5c93ae19ff7a.rlib" "/opt/rustwide/target/debug/deps/libreqwest-ba2db2b93ce4e115.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-95267b3997bf8cff.rlib" "/opt/rustwide/target/debug/deps/libipnet-79fd3a919943c6ab.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-ab9c7ec0ac8cf79b.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-ea0614fc9cac3b8b.rlib" "/opt/rustwide/target/debug/deps/libryu-e6fb900e507a464e.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-30344bb054c3f8d6.rlib" "/opt/rustwide/target/debug/deps/libserde-31f9312765e916bf.rlib" "/opt/rustwide/target/debug/deps/libbase64-8b10e97376989597.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-2edb4a54259e4694.rlib" "/opt/rustwide/target/debug/deps/libunicase-00f1833f381b15ba.rlib" "/opt/rustwide/target/debug/deps/libmime-255653d28c915291.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-25b87cb0bfcfd40c.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-bf6281c5d222f65c.rlib" "/opt/rustwide/target/debug/deps/libopenssl-1a606401e0ebbd8f.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-446a9bf0a048e24f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-32493eedc87a36f8.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-3419cfa5ef43c21e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-603a79344a96ee73.rlib" "/opt/rustwide/target/debug/deps/libhyper-7811e0a61c74ca40.rlib" "/opt/rustwide/target/debug/deps/libhttparse-29961d12da07d37e.rlib" "/opt/rustwide/target/debug/deps/libwant-6b94c1cf05662d30.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-b60f09daed618188.rlib" "/opt/rustwide/target/debug/deps/libh2-17a2759b97887f43.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-9fc38917b217c446.rlib" "/opt/rustwide/target/debug/deps/libpin_project-d23581e3bfb87166.rlib" "/opt/rustwide/target/debug/deps/libindexmap-8c3e0a097d7ecbfa.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-b40654aefeea685d.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-e0754aa12a12c0fa.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-1f52b4e9e263f5d2.rlib" "/opt/rustwide/target/debug/deps/libsocket2-82dc04c905d9e57f.rlib" "/opt/rustwide/target/debug/deps/libtower_service-7d3e49cfc3497e31.rlib" "/opt/rustwide/target/debug/deps/libtracing-ac99f9bd5ca6437f.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-ce6ce2a09b928044.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-477585129feec44c.rlib" "/opt/rustwide/target/debug/deps/libtokio-19d2a4c1d6cb8b6c.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-b11b7776ee570528.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-3072a51d30f4f827.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-b1d298045b8dbd1a.rlib" "/opt/rustwide/target/debug/deps/libmio-504ea17a078ea385.rlib" "/opt/rustwide/target/debug/deps/libiovec-90996d3fcbb1df54.rlib" "/opt/rustwide/target/debug/deps/libnet2-7ca543f9c24ae2b6.rlib" "/opt/rustwide/target/debug/deps/liblibc-59e8c3f040caed30.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-4f03bf62e379b80c.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-0923d8964a916ad6.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-f54c4afa9f2de2b5.rlib" "/opt/rustwide/target/debug/deps/liblog-7e3bd00b914239f3.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-de9cbe0cb77e19a3.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-0b359ff9b95b0d36.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e7268561e64e0c3d.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-c9ad3e4945920a7b.rlib" "/opt/rustwide/target/debug/deps/libslab-342d21e1f5505122.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-d0b1ef835a7ec1a7.rlib" "/opt/rustwide/target/debug/deps/libpin_project-9cb874fe47357a88.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-412cbc245a197357.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-ca9722f6456584b5.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-af7ecae5daba0ec1.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6658f7c5b0898ee7.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-0b0b8cc4f3224b67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f67718dd40129317.rlib" "/opt/rustwide/target/debug/deps/liburl-fa36562278345d1e.rlib" "/opt/rustwide/target/debug/deps/libidna-1218fbff5f797618.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-cef71ffe54dcc92a.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-675dda3e6db806ad.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-3da38bc1578ec686.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-266979db193bd1bb.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-224fbd05857025df.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-98a88b5b53b82a03.rlib" "/opt/rustwide/target/debug/deps/libmatches-ec803435b0d6dbd5.rlib" "/opt/rustwide/target/debug/deps/libhttp-4dcfd06458c45a08.rlib" "/opt/rustwide/target/debug/deps/libitoa-1e32605243e4c2ee.rlib" "/opt/rustwide/target/debug/deps/libbytes-e9809c8e462b433a.rlib" "/opt/rustwide/target/debug/deps/libfnv-74d41fd10066a65d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-37fdd654777c296f.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22ab8f3db88b586e.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0167c9242d0931d5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-361790a1a5505fc5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-01c2ffe1ecd05a67.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ec79e29a889fe805.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-001a3456e8a8331b.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e8f1404290f0f040.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-76f46d0f23360a60.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-baf0bdc5eb131895.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a6a4ee6592d9370.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1cc90d9dd57195f8.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0e91863ffbec5148.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69528f2eac185ac9.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d1241f7bd234a268.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/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/2020_01-1c98d3a414724fd5" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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/2020_04-b1ae91f931a0be44.2020_04.0747f61c-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/2020_04-b1ae91f931a0be44.2020_04.0747f61c-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/2020_04-b1ae91f931a0be44.2020_04.0747f61c-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/2020_04-b1ae91f931a0be44.2020_04.0747f61c-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/2020_04-b1ae91f931a0be44.2020_04.0747f61c-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/2020_04-b1ae91f931a0be44.2020_04.0747f61c-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/2020_04-b1ae91f931a0be44.2020_04.0747f61c-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/2020_04-b1ae91f931a0be44.2020_04.0747f61c-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/2020_04-b1ae91f931a0be44.2020_04.0747f61c-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/2020_04-b1ae91f931a0be44.2020_04.0747f61c-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/2020_04-b1ae91f931a0be44.2020_04.0747f61c-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/2020_04-b1ae91f931a0be44.2020_04.0747f61c-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/2020_04-b1ae91f931a0be44.2020_04.0747f61c-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/2020_04-b1ae91f931a0be44.2020_04.0747f61c-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/2020_04-b1ae91f931a0be44.2020_04.0747f61c-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/2020_04-b1ae91f931a0be44.2020_04.0747f61c-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/2020_04-b1ae91f931a0be44.1cqt63ku0rhu8s6l.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcommon-cd3c5c93ae19ff7a.rlib" "/opt/rustwide/target/debug/deps/libreqwest-ba2db2b93ce4e115.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-95267b3997bf8cff.rlib" "/opt/rustwide/target/debug/deps/libipnet-79fd3a919943c6ab.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-ab9c7ec0ac8cf79b.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-ea0614fc9cac3b8b.rlib" "/opt/rustwide/target/debug/deps/libryu-e6fb900e507a464e.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-30344bb054c3f8d6.rlib" "/opt/rustwide/target/debug/deps/libserde-31f9312765e916bf.rlib" "/opt/rustwide/target/debug/deps/libbase64-8b10e97376989597.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-2edb4a54259e4694.rlib" "/opt/rustwide/target/debug/deps/libunicase-00f1833f381b15ba.rlib" "/opt/rustwide/target/debug/deps/libmime-255653d28c915291.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-25b87cb0bfcfd40c.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-bf6281c5d222f65c.rlib" "/opt/rustwide/target/debug/deps/libopenssl-1a606401e0ebbd8f.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-446a9bf0a048e24f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-32493eedc87a36f8.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-3419cfa5ef43c21e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-603a79344a96ee73.rlib" "/opt/rustwide/target/debug/deps/libhyper-7811e0a61c74ca40.rlib" "/opt/rustwide/target/debug/deps/libhttparse-29961d12da07d37e.rlib" "/opt/rustwide/target/debug/deps/libwant-6b94c1cf05662d30.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-b60f09daed618188.rlib" "/opt/rustwide/target/debug/deps/libh2-17a2759b97887f43.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-9fc38917b217c446.rlib" "/opt/rustwide/target/debug/deps/libpin_project-d23581e3bfb87166.rlib" "/opt/rustwide/target/debug/deps/libindexmap-8c3e0a097d7ecbfa.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-b40654aefeea685d.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-e0754aa12a12c0fa.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-1f52b4e9e263f5d2.rlib" "/opt/rustwide/target/debug/deps/libsocket2-82dc04c905d9e57f.rlib" "/opt/rustwide/target/debug/deps/libtower_service-7d3e49cfc3497e31.rlib" "/opt/rustwide/target/debug/deps/libtracing-ac99f9bd5ca6437f.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-ce6ce2a09b928044.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-477585129feec44c.rlib" "/opt/rustwide/target/debug/deps/libtokio-19d2a4c1d6cb8b6c.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-b11b7776ee570528.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-3072a51d30f4f827.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-b1d298045b8dbd1a.rlib" "/opt/rustwide/target/debug/deps/libmio-504ea17a078ea385.rlib" "/opt/rustwide/target/debug/deps/libiovec-90996d3fcbb1df54.rlib" "/opt/rustwide/target/debug/deps/libnet2-7ca543f9c24ae2b6.rlib" "/opt/rustwide/target/debug/deps/liblibc-59e8c3f040caed30.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-4f03bf62e379b80c.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-0923d8964a916ad6.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-f54c4afa9f2de2b5.rlib" "/opt/rustwide/target/debug/deps/liblog-7e3bd00b914239f3.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-de9cbe0cb77e19a3.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-0b359ff9b95b0d36.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-c9ad3e4945920a7b.rlib" "/opt/rustwide/target/debug/deps/libslab-342d21e1f5505122.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-d0b1ef835a7ec1a7.rlib" "/opt/rustwide/target/debug/deps/libpin_project-9cb874fe47357a88.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-412cbc245a197357.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-ca9722f6456584b5.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-af7ecae5daba0ec1.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6658f7c5b0898ee7.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-0b0b8cc4f3224b67.rlib" "/opt/rustwide/target/debug/deps/liburl-fa36562278345d1e.rlib" "/opt/rustwide/target/debug/deps/libidna-1218fbff5f797618.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-cef71ffe54dcc92a.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-675dda3e6db806ad.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-3da38bc1578ec686.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-266979db193bd1bb.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-224fbd05857025df.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-98a88b5b53b82a03.rlib" "/opt/rustwide/target/debug/deps/libmatches-ec803435b0d6dbd5.rlib" "/opt/rustwide/target/debug/deps/libhttp-4dcfd06458c45a08.rlib" "/opt/rustwide/target/debug/deps/libitoa-1e32605243e4c2ee.rlib" "/opt/rustwide/target/debug/deps/libbytes-e9809c8e462b433a.rlib" "/opt/rustwide/target/debug/deps/libfnv-74d41fd10066a65d.rlib" "/opt/rustwide/target/debug/deps/libregex-bbde173e4202a4f9.rlib" "/opt/rustwide/target/debug/deps/libthread_local-2691e1649196a294.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-5476c750da7ba7f3.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-e9279f0183ab6dab.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e7268561e64e0c3d.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f67718dd40129317.rlib" "/opt/rustwide/target/debug/deps/libitertools-02b10cb8cc5c6f52.rlib" "/opt/rustwide/target/debug/deps/libeither-d092b3e3a60a447e.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-37fdd654777c296f.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22ab8f3db88b586e.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0167c9242d0931d5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-361790a1a5505fc5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-01c2ffe1ecd05a67.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ec79e29a889fe805.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-001a3456e8a8331b.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e8f1404290f0f040.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-76f46d0f23360a60.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-baf0bdc5eb131895.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a6a4ee6592d9370.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1cc90d9dd57195f8.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0e91863ffbec5148.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69528f2eac185ac9.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d1241f7bd234a268.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/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/2020_04-b1ae91f931a0be44" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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/2020_08-4cf3d4001350a8db.2020_08.116f2677-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/2020_08-4cf3d4001350a8db.2020_08.116f2677-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/2020_08-4cf3d4001350a8db.2020_08.116f2677-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/2020_08-4cf3d4001350a8db.2020_08.116f2677-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/2020_08-4cf3d4001350a8db.2020_08.116f2677-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/2020_08-4cf3d4001350a8db.2020_08.116f2677-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/2020_08-4cf3d4001350a8db.2020_08.116f2677-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/2020_08-4cf3d4001350a8db.2020_08.116f2677-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/2020_08-4cf3d4001350a8db.2020_08.116f2677-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/2020_08-4cf3d4001350a8db.2020_08.116f2677-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/2020_08-4cf3d4001350a8db.2020_08.116f2677-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/2020_08-4cf3d4001350a8db.2020_08.116f2677-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/2020_08-4cf3d4001350a8db.2020_08.116f2677-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/2020_08-4cf3d4001350a8db.2020_08.116f2677-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/2020_08-4cf3d4001350a8db.2020_08.116f2677-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/2020_08-4cf3d4001350a8db.2020_08.116f2677-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/2020_08-4cf3d4001350a8db.3ct1oe7p5xy0czlt.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcommon-cd3c5c93ae19ff7a.rlib" "/opt/rustwide/target/debug/deps/libreqwest-ba2db2b93ce4e115.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-95267b3997bf8cff.rlib" "/opt/rustwide/target/debug/deps/libipnet-79fd3a919943c6ab.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-ab9c7ec0ac8cf79b.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-ea0614fc9cac3b8b.rlib" "/opt/rustwide/target/debug/deps/libryu-e6fb900e507a464e.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-30344bb054c3f8d6.rlib" "/opt/rustwide/target/debug/deps/libserde-31f9312765e916bf.rlib" "/opt/rustwide/target/debug/deps/libbase64-8b10e97376989597.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-2edb4a54259e4694.rlib" "/opt/rustwide/target/debug/deps/libunicase-00f1833f381b15ba.rlib" "/opt/rustwide/target/debug/deps/libmime-255653d28c915291.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-25b87cb0bfcfd40c.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-bf6281c5d222f65c.rlib" "/opt/rustwide/target/debug/deps/libopenssl-1a606401e0ebbd8f.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-446a9bf0a048e24f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-32493eedc87a36f8.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-3419cfa5ef43c21e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-603a79344a96ee73.rlib" "/opt/rustwide/target/debug/deps/libhyper-7811e0a61c74ca40.rlib" "/opt/rustwide/target/debug/deps/libhttparse-29961d12da07d37e.rlib" "/opt/rustwide/target/debug/deps/libwant-6b94c1cf05662d30.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-b60f09daed618188.rlib" "/opt/rustwide/target/debug/deps/libh2-17a2759b97887f43.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-9fc38917b217c446.rlib" "/opt/rustwide/target/debug/deps/libpin_project-d23581e3bfb87166.rlib" "/opt/rustwide/target/debug/deps/libindexmap-8c3e0a097d7ecbfa.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-b40654aefeea685d.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-e0754aa12a12c0fa.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-1f52b4e9e263f5d2.rlib" "/opt/rustwide/target/debug/deps/libsocket2-82dc04c905d9e57f.rlib" "/opt/rustwide/target/debug/deps/libtower_service-7d3e49cfc3497e31.rlib" "/opt/rustwide/target/debug/deps/libtracing-ac99f9bd5ca6437f.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-ce6ce2a09b928044.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-477585129feec44c.rlib" "/opt/rustwide/target/debug/deps/libtokio-19d2a4c1d6cb8b6c.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-b11b7776ee570528.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-3072a51d30f4f827.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-b1d298045b8dbd1a.rlib" "/opt/rustwide/target/debug/deps/libmio-504ea17a078ea385.rlib" "/opt/rustwide/target/debug/deps/libiovec-90996d3fcbb1df54.rlib" "/opt/rustwide/target/debug/deps/libnet2-7ca543f9c24ae2b6.rlib" "/opt/rustwide/target/debug/deps/liblibc-59e8c3f040caed30.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-4f03bf62e379b80c.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-0923d8964a916ad6.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-f54c4afa9f2de2b5.rlib" "/opt/rustwide/target/debug/deps/liblog-7e3bd00b914239f3.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-de9cbe0cb77e19a3.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-0b359ff9b95b0d36.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e7268561e64e0c3d.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-c9ad3e4945920a7b.rlib" "/opt/rustwide/target/debug/deps/libslab-342d21e1f5505122.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-d0b1ef835a7ec1a7.rlib" "/opt/rustwide/target/debug/deps/libpin_project-9cb874fe47357a88.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-412cbc245a197357.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-ca9722f6456584b5.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-af7ecae5daba0ec1.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6658f7c5b0898ee7.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-0b0b8cc4f3224b67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f67718dd40129317.rlib" "/opt/rustwide/target/debug/deps/liburl-fa36562278345d1e.rlib" "/opt/rustwide/target/debug/deps/libidna-1218fbff5f797618.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-cef71ffe54dcc92a.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-675dda3e6db806ad.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-3da38bc1578ec686.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-266979db193bd1bb.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-224fbd05857025df.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-98a88b5b53b82a03.rlib" "/opt/rustwide/target/debug/deps/libmatches-ec803435b0d6dbd5.rlib" "/opt/rustwide/target/debug/deps/libhttp-4dcfd06458c45a08.rlib" "/opt/rustwide/target/debug/deps/libitoa-1e32605243e4c2ee.rlib" "/opt/rustwide/target/debug/deps/libbytes-e9809c8e462b433a.rlib" "/opt/rustwide/target/debug/deps/libfnv-74d41fd10066a65d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-37fdd654777c296f.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22ab8f3db88b586e.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0167c9242d0931d5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-361790a1a5505fc5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-01c2ffe1ecd05a67.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ec79e29a889fe805.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-001a3456e8a8331b.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e8f1404290f0f040.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-76f46d0f23360a60.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-baf0bdc5eb131895.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a6a4ee6592d9370.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1cc90d9dd57195f8.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0e91863ffbec5148.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69528f2eac185ac9.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d1241f7bd234a268.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/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/2020_08-4cf3d4001350a8db" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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_02-a89c73a198e8dac9.2015_02.40555c03-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/2015_02-a89c73a198e8dac9.2015_02.40555c03-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/2015_02-a89c73a198e8dac9.2015_02.40555c03-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/2015_02-a89c73a198e8dac9.2015_02.40555c03-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/2015_02-a89c73a198e8dac9.2015_02.40555c03-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/2015_02-a89c73a198e8dac9.2015_02.40555c03-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/2015_02-a89c73a198e8dac9.2015_02.40555c03-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/2015_02-a89c73a198e8dac9.2015_02.40555c03-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/2015_02-a89c73a198e8dac9.2015_02.40555c03-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/2015_02-a89c73a198e8dac9.2015_02.40555c03-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/2015_02-a89c73a198e8dac9.2015_02.40555c03-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/2015_02-a89c73a198e8dac9.2015_02.40555c03-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/2015_02-a89c73a198e8dac9.2015_02.40555c03-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/2015_02-a89c73a198e8dac9.2015_02.40555c03-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/2015_02-a89c73a198e8dac9.2015_02.40555c03-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/2015_02-a89c73a198e8dac9.2015_02.40555c03-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/2015_02-a89c73a198e8dac9.37zqukrr994cse66.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libregex-bbde173e4202a4f9.rlib" "/opt/rustwide/target/debug/deps/libthread_local-2691e1649196a294.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-5476c750da7ba7f3.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-e9279f0183ab6dab.rlib" "/opt/rustwide/target/debug/deps/libcommon-cd3c5c93ae19ff7a.rlib" "/opt/rustwide/target/debug/deps/libreqwest-ba2db2b93ce4e115.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-95267b3997bf8cff.rlib" "/opt/rustwide/target/debug/deps/libipnet-79fd3a919943c6ab.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-ab9c7ec0ac8cf79b.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-ea0614fc9cac3b8b.rlib" "/opt/rustwide/target/debug/deps/libryu-e6fb900e507a464e.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-30344bb054c3f8d6.rlib" "/opt/rustwide/target/debug/deps/libserde-31f9312765e916bf.rlib" "/opt/rustwide/target/debug/deps/libbase64-8b10e97376989597.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-2edb4a54259e4694.rlib" "/opt/rustwide/target/debug/deps/libunicase-00f1833f381b15ba.rlib" "/opt/rustwide/target/debug/deps/libmime-255653d28c915291.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-25b87cb0bfcfd40c.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-bf6281c5d222f65c.rlib" "/opt/rustwide/target/debug/deps/libopenssl-1a606401e0ebbd8f.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-446a9bf0a048e24f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-32493eedc87a36f8.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-3419cfa5ef43c21e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-603a79344a96ee73.rlib" "/opt/rustwide/target/debug/deps/libhyper-7811e0a61c74ca40.rlib" "/opt/rustwide/target/debug/deps/libhttparse-29961d12da07d37e.rlib" "/opt/rustwide/target/debug/deps/libwant-6b94c1cf05662d30.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-b60f09daed618188.rlib" "/opt/rustwide/target/debug/deps/libh2-17a2759b97887f43.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-9fc38917b217c446.rlib" "/opt/rustwide/target/debug/deps/libpin_project-d23581e3bfb87166.rlib" "/opt/rustwide/target/debug/deps/libindexmap-8c3e0a097d7ecbfa.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-b40654aefeea685d.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-e0754aa12a12c0fa.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-1f52b4e9e263f5d2.rlib" "/opt/rustwide/target/debug/deps/libsocket2-82dc04c905d9e57f.rlib" "/opt/rustwide/target/debug/deps/libtower_service-7d3e49cfc3497e31.rlib" "/opt/rustwide/target/debug/deps/libtracing-ac99f9bd5ca6437f.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-ce6ce2a09b928044.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-477585129feec44c.rlib" "/opt/rustwide/target/debug/deps/libtokio-19d2a4c1d6cb8b6c.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-b11b7776ee570528.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-3072a51d30f4f827.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-b1d298045b8dbd1a.rlib" "/opt/rustwide/target/debug/deps/libmio-504ea17a078ea385.rlib" "/opt/rustwide/target/debug/deps/libiovec-90996d3fcbb1df54.rlib" "/opt/rustwide/target/debug/deps/libnet2-7ca543f9c24ae2b6.rlib" "/opt/rustwide/target/debug/deps/liblibc-59e8c3f040caed30.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-4f03bf62e379b80c.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-0923d8964a916ad6.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-f54c4afa9f2de2b5.rlib" "/opt/rustwide/target/debug/deps/liblog-7e3bd00b914239f3.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-de9cbe0cb77e19a3.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-0b359ff9b95b0d36.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e7268561e64e0c3d.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-c9ad3e4945920a7b.rlib" "/opt/rustwide/target/debug/deps/libslab-342d21e1f5505122.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-d0b1ef835a7ec1a7.rlib" "/opt/rustwide/target/debug/deps/libpin_project-9cb874fe47357a88.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-412cbc245a197357.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-ca9722f6456584b5.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-af7ecae5daba0ec1.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6658f7c5b0898ee7.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-0b0b8cc4f3224b67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f67718dd40129317.rlib" "/opt/rustwide/target/debug/deps/liburl-fa36562278345d1e.rlib" "/opt/rustwide/target/debug/deps/libidna-1218fbff5f797618.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-cef71ffe54dcc92a.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-675dda3e6db806ad.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-3da38bc1578ec686.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-266979db193bd1bb.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-224fbd05857025df.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-98a88b5b53b82a03.rlib" "/opt/rustwide/target/debug/deps/libmatches-ec803435b0d6dbd5.rlib" "/opt/rustwide/target/debug/deps/libhttp-4dcfd06458c45a08.rlib" "/opt/rustwide/target/debug/deps/libitoa-1e32605243e4c2ee.rlib" "/opt/rustwide/target/debug/deps/libbytes-e9809c8e462b433a.rlib" "/opt/rustwide/target/debug/deps/libfnv-74d41fd10066a65d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-37fdd654777c296f.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22ab8f3db88b586e.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0167c9242d0931d5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-361790a1a5505fc5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-01c2ffe1ecd05a67.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ec79e29a889fe805.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-001a3456e8a8331b.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e8f1404290f0f040.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-76f46d0f23360a60.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-baf0bdc5eb131895.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a6a4ee6592d9370.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1cc90d9dd57195f8.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0e91863ffbec5148.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69528f2eac185ac9.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d1241f7bd234a268.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/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/2015_02-a89c73a198e8dac9" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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-561c737fceb99f73.2016_01.ae892f2f-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-561c737fceb99f73.2016_01.ae892f2f-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-561c737fceb99f73.2016_01.ae892f2f-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-561c737fceb99f73.2016_01.ae892f2f-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-561c737fceb99f73.2016_01.ae892f2f-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-561c737fceb99f73.2016_01.ae892f2f-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-561c737fceb99f73.2016_01.ae892f2f-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-561c737fceb99f73.2016_01.ae892f2f-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-561c737fceb99f73.2016_01.ae892f2f-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-561c737fceb99f73.2016_01.ae892f2f-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-561c737fceb99f73.2016_01.ae892f2f-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-561c737fceb99f73.2016_01.ae892f2f-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-561c737fceb99f73.2016_01.ae892f2f-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-561c737fceb99f73.2016_01.ae892f2f-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-561c737fceb99f73.2016_01.ae892f2f-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-561c737fceb99f73.2016_01.ae892f2f-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/2016_01-561c737fceb99f73.5e49b74rshoqk4mx.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcommon-cd3c5c93ae19ff7a.rlib" "/opt/rustwide/target/debug/deps/libreqwest-ba2db2b93ce4e115.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-95267b3997bf8cff.rlib" "/opt/rustwide/target/debug/deps/libipnet-79fd3a919943c6ab.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-ab9c7ec0ac8cf79b.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-ea0614fc9cac3b8b.rlib" "/opt/rustwide/target/debug/deps/libryu-e6fb900e507a464e.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-30344bb054c3f8d6.rlib" "/opt/rustwide/target/debug/deps/libserde-31f9312765e916bf.rlib" "/opt/rustwide/target/debug/deps/libbase64-8b10e97376989597.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-2edb4a54259e4694.rlib" "/opt/rustwide/target/debug/deps/libunicase-00f1833f381b15ba.rlib" "/opt/rustwide/target/debug/deps/libmime-255653d28c915291.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-25b87cb0bfcfd40c.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-bf6281c5d222f65c.rlib" "/opt/rustwide/target/debug/deps/libopenssl-1a606401e0ebbd8f.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-446a9bf0a048e24f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-32493eedc87a36f8.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-3419cfa5ef43c21e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-603a79344a96ee73.rlib" "/opt/rustwide/target/debug/deps/libhyper-7811e0a61c74ca40.rlib" "/opt/rustwide/target/debug/deps/libhttparse-29961d12da07d37e.rlib" "/opt/rustwide/target/debug/deps/libwant-6b94c1cf05662d30.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-b60f09daed618188.rlib" "/opt/rustwide/target/debug/deps/libh2-17a2759b97887f43.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-9fc38917b217c446.rlib" "/opt/rustwide/target/debug/deps/libpin_project-d23581e3bfb87166.rlib" "/opt/rustwide/target/debug/deps/libindexmap-8c3e0a097d7ecbfa.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-b40654aefeea685d.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-e0754aa12a12c0fa.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-1f52b4e9e263f5d2.rlib" "/opt/rustwide/target/debug/deps/libsocket2-82dc04c905d9e57f.rlib" "/opt/rustwide/target/debug/deps/libtower_service-7d3e49cfc3497e31.rlib" "/opt/rustwide/target/debug/deps/libtracing-ac99f9bd5ca6437f.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-ce6ce2a09b928044.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-477585129feec44c.rlib" "/opt/rustwide/target/debug/deps/libtokio-19d2a4c1d6cb8b6c.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-b11b7776ee570528.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-3072a51d30f4f827.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-b1d298045b8dbd1a.rlib" "/opt/rustwide/target/debug/deps/libmio-504ea17a078ea385.rlib" "/opt/rustwide/target/debug/deps/libiovec-90996d3fcbb1df54.rlib" "/opt/rustwide/target/debug/deps/libnet2-7ca543f9c24ae2b6.rlib" "/opt/rustwide/target/debug/deps/liblibc-59e8c3f040caed30.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-4f03bf62e379b80c.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-0923d8964a916ad6.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-f54c4afa9f2de2b5.rlib" "/opt/rustwide/target/debug/deps/liblog-7e3bd00b914239f3.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-de9cbe0cb77e19a3.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-0b359ff9b95b0d36.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e7268561e64e0c3d.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-c9ad3e4945920a7b.rlib" "/opt/rustwide/target/debug/deps/libslab-342d21e1f5505122.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-d0b1ef835a7ec1a7.rlib" "/opt/rustwide/target/debug/deps/libpin_project-9cb874fe47357a88.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-412cbc245a197357.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-ca9722f6456584b5.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-af7ecae5daba0ec1.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6658f7c5b0898ee7.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-0b0b8cc4f3224b67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f67718dd40129317.rlib" "/opt/rustwide/target/debug/deps/liburl-fa36562278345d1e.rlib" "/opt/rustwide/target/debug/deps/libidna-1218fbff5f797618.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-cef71ffe54dcc92a.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-675dda3e6db806ad.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-3da38bc1578ec686.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-266979db193bd1bb.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-224fbd05857025df.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-98a88b5b53b82a03.rlib" "/opt/rustwide/target/debug/deps/libmatches-ec803435b0d6dbd5.rlib" "/opt/rustwide/target/debug/deps/libhttp-4dcfd06458c45a08.rlib" "/opt/rustwide/target/debug/deps/libitoa-1e32605243e4c2ee.rlib" "/opt/rustwide/target/debug/deps/libbytes-e9809c8e462b433a.rlib" "/opt/rustwide/target/debug/deps/libfnv-74d41fd10066a65d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-37fdd654777c296f.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22ab8f3db88b586e.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0167c9242d0931d5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-361790a1a5505fc5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-01c2ffe1ecd05a67.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ec79e29a889fe805.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-001a3456e8a8331b.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e8f1404290f0f040.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-76f46d0f23360a60.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-baf0bdc5eb131895.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a6a4ee6592d9370.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1cc90d9dd57195f8.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0e91863ffbec5148.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69528f2eac185ac9.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d1241f7bd234a268.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/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/2016_01-561c737fceb99f73" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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: build failed [INFO] running `Command { std: "docker" "inspect" "4cd192cdddc741ce784f8f3d85cdc823d6ba54ffba46de1a72972b198a4d300f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4cd192cdddc741ce784f8f3d85cdc823d6ba54ffba46de1a72972b198a4d300f", kill_on_drop: false }` [INFO] [stdout] 4cd192cdddc741ce784f8f3d85cdc823d6ba54ffba46de1a72972b198a4d300f