[INFO] fetching crate snoo 0.0.4... [INFO] testing snoo-0.0.4 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate snoo 0.0.4 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate snoo 0.0.4 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate snoo 0.0.4 [INFO] finished tweaking crates.io crate snoo 0.0.4 [INFO] tweaked toml for crates.io crate snoo 0.0.4 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate snoo 0.0.4 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0ed807643fc85d8db4db69c3ff8b62eb4132d761e9cae173bb385fbc3fd8f78d [INFO] running `"docker" "start" "-a" "0ed807643fc85d8db4db69c3ff8b62eb4132d761e9cae173bb385fbc3fd8f78d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.21 [INFO] [stderr] Compiling cc v1.0.53 [INFO] [stderr] Compiling serde v1.0.110 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling quote v1.0.5 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling publicsuffix v1.5.4 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling openssl-sys v0.9.56 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling pin-project-internal v0.4.16 [INFO] [stderr] Compiling serde_derive v1.0.110 [INFO] [stderr] Compiling tokio v0.2.21 [INFO] [stderr] Compiling pin-project v0.4.16 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling h2 v0.2.5 [INFO] [stderr] Compiling hyper v0.13.5 [INFO] [stderr] Compiling hyper-tls v0.4.1 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling cookie_store v0.10.0 [INFO] [stderr] Compiling reqwest v0.10.4 [INFO] [stderr] Compiling snoo v0.0.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `EndpointBase` [INFO] [stderr] --> src/reddit.rs:11:40 [INFO] [stderr] | [INFO] [stderr] 11 | use crate::endpoints::{self, Endpoint, EndpointBase, EndpointBuilder, SearchSort}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Deserialize` [INFO] [stderr] --> src/reddit_app.rs:4:35 [INFO] [stderr] | [INFO] [stderr] 4 | use serde::{de::DeserializeOwned, Deserialize}; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `InstalledApp` [INFO] [stderr] --> src/reddit_app.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | InstalledApp, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 24s [INFO] running `"docker" "inspect" "0ed807643fc85d8db4db69c3ff8b62eb4132d761e9cae173bb385fbc3fd8f78d"` [INFO] running `"docker" "rm" "-f" "0ed807643fc85d8db4db69c3ff8b62eb4132d761e9cae173bb385fbc3fd8f78d"` [INFO] [stdout] 0ed807643fc85d8db4db69c3ff8b62eb4132d761e9cae173bb385fbc3fd8f78d [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 46a15d901b44c9099fc67199eba9da8c884d71d2a1bfc1fc58028650f5fa85cd [INFO] running `"docker" "start" "-a" "46a15d901b44c9099fc67199eba9da8c884d71d2a1bfc1fc58028650f5fa85cd"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling snoo v0.0.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `EndpointBase` [INFO] [stderr] --> src/reddit.rs:11:40 [INFO] [stderr] | [INFO] [stderr] 11 | use crate::endpoints::{self, Endpoint, EndpointBase, EndpointBuilder, SearchSort}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Deserialize` [INFO] [stderr] --> src/reddit_app.rs:4:35 [INFO] [stderr] | [INFO] [stderr] 4 | use serde::{de::DeserializeOwned, Deserialize}; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `InstalledApp` [INFO] [stderr] --> src/reddit_app.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | InstalledApp, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused import: `EndpointBase` [INFO] [stderr] --> src/reddit.rs:11:40 [INFO] [stderr] | [INFO] [stderr] 11 | use crate::endpoints::{self, Endpoint, EndpointBase, EndpointBuilder, SearchSort}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Deserialize` [INFO] [stderr] --> src/reddit_app.rs:4:35 [INFO] [stderr] | [INFO] [stderr] 4 | use serde::{de::DeserializeOwned, Deserialize}; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `InstalledApp` [INFO] [stderr] --> src/reddit_app.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | InstalledApp, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] error: could not compile `snoo`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name user --edition=2018 examples/user.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -Cembed-bitcode=no -C debuginfo=2 -C metadata=06e794cd1296890c -C extra-filename=-06e794cd1296890c --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern chrono=/opt/rustwide/target/debug/deps/libchrono-8548adeb837b41df.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-6d9113abee4f5368.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-3d65ebee37a7b6c8.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-5e6c9644ff454cb3.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-167a2effe94c8b58.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-64dfb690b01114a5.rlib --extern snoo=/opt/rustwide/target/debug/deps/libsnoo-d6f9bbd3f3140b33.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-b9c46fcebaae88a5.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/auth-8840aebdc2bf85e6.auth.8xhga4ec-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/auth-8840aebdc2bf85e6.auth.8xhga4ec-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/auth-8840aebdc2bf85e6.auth.8xhga4ec-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/auth-8840aebdc2bf85e6.auth.8xhga4ec-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/auth-8840aebdc2bf85e6.auth.8xhga4ec-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/auth-8840aebdc2bf85e6.auth.8xhga4ec-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/auth-8840aebdc2bf85e6.auth.8xhga4ec-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/auth-8840aebdc2bf85e6.auth.8xhga4ec-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/auth-8840aebdc2bf85e6.auth.8xhga4ec-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/auth-8840aebdc2bf85e6.auth.8xhga4ec-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/auth-8840aebdc2bf85e6.auth.8xhga4ec-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/auth-8840aebdc2bf85e6.auth.8xhga4ec-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/auth-8840aebdc2bf85e6.auth.8xhga4ec-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/auth-8840aebdc2bf85e6.auth.8xhga4ec-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/auth-8840aebdc2bf85e6.auth.8xhga4ec-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/auth-8840aebdc2bf85e6.auth.8xhga4ec-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/auth-8840aebdc2bf85e6" "/opt/rustwide/target/debug/examples/auth-8840aebdc2bf85e6.3d63ggtd77fl89j8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsnoo-d6f9bbd3f3140b33.rlib" "/opt/rustwide/target/debug/deps/libchrono-8548adeb837b41df.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-174cfa3414b3ee79.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-7dc667d08b21def6.rlib" "/opt/rustwide/target/debug/deps/libreqwest-5e6c9644ff454cb3.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-172202e0b2e16588.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-b34a45f72fdf941b.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-13ed3a2edab66434.rlib" "/opt/rustwide/target/debug/deps/libcookie-0305b1b7b1d29623.rlib" "/opt/rustwide/target/debug/deps/liburl-8fcd65f1306150c3.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-d4cc324235a66d36.rlib" "/opt/rustwide/target/debug/deps/libidna-d4994925bf4430c7.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-7c4f75fa9ee95c78.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-852bf078311ce2c7.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-4e2daca03d5e3674.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-e0116d86aa8b0823.rlib" "/opt/rustwide/target/debug/deps/libdtoa-e4db6fc4cc7027f2.rlib" "/opt/rustwide/target/debug/deps/libserde_json-64dfb690b01114a5.rlib" "/opt/rustwide/target/debug/deps/libryu-767a1abff7c121fa.rlib" "/opt/rustwide/target/debug/deps/libserde-167a2effe94c8b58.rlib" "/opt/rustwide/target/debug/deps/libbase64-a542db5905594d21.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-12a22459a265235c.rlib" "/opt/rustwide/target/debug/deps/libunicase-55ee8d97d672c978.rlib" "/opt/rustwide/target/debug/deps/libmime-d1bda7bb9ef96638.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-158a70dc51b7bd5e.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-6e2ecc9f0689ff98.rlib" "/opt/rustwide/target/debug/deps/libopenssl-1abe0157326026d7.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-fe8221c51754011c.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-c2facec67db8b77a.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-7ea43f3a18a72e4d.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/libhyper-32f90aa3bc3eac32.rlib" "/opt/rustwide/target/debug/deps/libhttparse-d5a9ecda4ab3c948.rlib" "/opt/rustwide/target/debug/deps/libwant-a1900c56fd428f42.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-877f48b3aeabbfc2.rlib" "/opt/rustwide/target/debug/deps/libh2-69c357158211fcc9.rlib" "/opt/rustwide/target/debug/deps/libindexmap-187b0bec338602ac.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-b8f14e20557a631a.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-a2500e01a2ed1769.rlib" "/opt/rustwide/target/debug/deps/libtime-264f7de3d6b15a7f.rlib" "/opt/rustwide/target/debug/deps/libtower_service-e5254f46afe30dba.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-780f2c68022cf4d2.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-5e9932b0d1acd948.rlib" "/opt/rustwide/target/debug/deps/libpin_project-e74121e3c018abda.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-bfaa0b6ddb684cee.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-e0434aecc70477b2.rlib" "/opt/rustwide/target/debug/deps/libtokio-b9c46fcebaae88a5.rlib" "/opt/rustwide/target/debug/deps/libmio-7063573586f8ccfc.rlib" "/opt/rustwide/target/debug/deps/libslab-4c5e5a4b1eda1a25.rlib" "/opt/rustwide/target/debug/deps/libiovec-c9062b48a6fad6df.rlib" "/opt/rustwide/target/debug/deps/libnet2-a159da2c525cd985.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-91d9159b43130251.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-78d9a159889189ff.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-e701f8c0d1c935b2.rlib" "/opt/rustwide/target/debug/deps/liburl-29689f838c2e6699.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-1a18950811759b5e.rlib" "/opt/rustwide/target/debug/deps/libidna-96c817f0fda83d6d.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-467beec5965936c6.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-0ffc8bb136e2289a.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-879207079127f333.rlib" "/opt/rustwide/target/debug/deps/libmatches-6c7348f3fc3f1329.rlib" "/opt/rustwide/target/debug/deps/libhttp-949b12d16a18b4eb.rlib" "/opt/rustwide/target/debug/deps/libitoa-6a422fec93b9e5ce.rlib" "/opt/rustwide/target/debug/deps/libbytes-f84ed14a388d339f.rlib" "/opt/rustwide/target/debug/deps/libfnv-d46cc828847a1306.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-6d9113abee4f5368.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-b0aa0fca5eab8966.rlib" "/opt/rustwide/target/debug/deps/libatty-ea5add6767d7537f.rlib" "/opt/rustwide/target/debug/deps/liblibc-ce235063b37f4193.rlib" "/opt/rustwide/target/debug/deps/libhumantime-dfd7af29c5915f0f.rlib" "/opt/rustwide/target/debug/deps/libquick_error-a8ed19302f3259f8.rlib" "/opt/rustwide/target/debug/deps/liblog-3d65ebee37a7b6c8.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "/opt/rustwide/target/debug/deps/libregex-3c2ed6a006b0d612.rlib" "/opt/rustwide/target/debug/deps/libthread_local-8d83e4901f0f282f.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-ae79f7b5f5d7bf39.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-0b4c429c60f353ff.rlib" "/opt/rustwide/target/debug/deps/libmemchr-f8260b06e2dd8573.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stderr] compilation terminated. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "46a15d901b44c9099fc67199eba9da8c884d71d2a1bfc1fc58028650f5fa85cd"` [INFO] running `"docker" "rm" "-f" "46a15d901b44c9099fc67199eba9da8c884d71d2a1bfc1fc58028650f5fa85cd"` [INFO] [stdout] 46a15d901b44c9099fc67199eba9da8c884d71d2a1bfc1fc58028650f5fa85cd