[INFO] crate inth-oauth2 0.16.0 is already in cache [INFO] testing inth-oauth2-0.16.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate inth-oauth2 0.16.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate inth-oauth2 0.16.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate inth-oauth2 0.16.0 [INFO] finished tweaking crates.io crate inth-oauth2 0.16.0 [INFO] tweaked toml for crates.io crate inth-oauth2 0.16.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+1.44.0" "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] 940a4792b1f947d14f4eac3e0e3ae6eef15a6d92a92eeb29a97a1c917339c1d9 [INFO] running `"docker" "start" "-a" "940a4792b1f947d14f4eac3e0e3ae6eef15a6d92a92eeb29a97a1c917339c1d9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling reqwest v0.9.24 [INFO] [stderr] Compiling inth-oauth2 v0.16.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/error.rs:58:32 [INFO] [stderr] | [INFO] [stderr] 58 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/error.rs:49:45 [INFO] [stderr] | [INFO] [stderr] 49 | ClientError::Io(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/error.rs:50:46 [INFO] [stderr] | [INFO] [stderr] 50 | ClientError::Url(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/error.rs:51:50 [INFO] [stderr] | [INFO] [stderr] 51 | ClientError::Reqwest(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/error.rs:52:47 [INFO] [stderr] | [INFO] [stderr] 52 | ClientError::Json(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/error.rs:53:48 [INFO] [stderr] | [INFO] [stderr] 53 | ClientError::Parse(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/error.rs:54:49 [INFO] [stderr] | [INFO] [stderr] 54 | ClientError::OAuth2(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.44s [INFO] running `"docker" "inspect" "940a4792b1f947d14f4eac3e0e3ae6eef15a6d92a92eeb29a97a1c917339c1d9"` [INFO] running `"docker" "rm" "-f" "940a4792b1f947d14f4eac3e0e3ae6eef15a6d92a92eeb29a97a1c917339c1d9"` [INFO] [stdout] 940a4792b1f947d14f4eac3e0e3ae6eef15a6d92a92eeb29a97a1c917339c1d9 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+1.44.0" "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] 216faf8cbdfcc177ff2a5818b473ae49b3c4f8b782064a6fe2b60d3786dccbf6 [INFO] running `"docker" "start" "-a" "216faf8cbdfcc177ff2a5818b473ae49b3c4f8b782064a6fe2b60d3786dccbf6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling inth-oauth2 v0.16.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/error.rs:58:32 [INFO] [stderr] | [INFO] [stderr] 58 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/error.rs:49:45 [INFO] [stderr] | [INFO] [stderr] 49 | ClientError::Io(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/error.rs:50:46 [INFO] [stderr] | [INFO] [stderr] 50 | ClientError::Url(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/error.rs:51:50 [INFO] [stderr] | [INFO] [stderr] 51 | ClientError::Reqwest(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/error.rs:52:47 [INFO] [stderr] | [INFO] [stderr] 52 | ClientError::Json(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/error.rs:53:48 [INFO] [stderr] | [INFO] [stderr] 53 | ClientError::Parse(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/error.rs:54:49 [INFO] [stderr] | [INFO] [stderr] 54 | ClientError::OAuth2(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/error.rs:58:32 [INFO] [stderr] | [INFO] [stderr] 58 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/error.rs:49:45 [INFO] [stderr] | [INFO] [stderr] 49 | ClientError::Io(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/error.rs:50:46 [INFO] [stderr] | [INFO] [stderr] 50 | ClientError::Url(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/error.rs:51:50 [INFO] [stderr] | [INFO] [stderr] 51 | ClientError::Reqwest(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/error.rs:52:47 [INFO] [stderr] | [INFO] [stderr] 52 | ClientError::Json(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/error.rs:53:48 [INFO] [stderr] | [INFO] [stderr] 53 | ClientError::Parse(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/error.rs:54:49 [INFO] [stderr] | [INFO] [stderr] 54 | ClientError::OAuth2(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/auth_uri-1875d9502c050eca.auth_uri.88enkigq-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/auth_uri-1875d9502c050eca.auth_uri.88enkigq-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/auth_uri-1875d9502c050eca.auth_uri.88enkigq-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/auth_uri-1875d9502c050eca.auth_uri.88enkigq-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/auth_uri-1875d9502c050eca.auth_uri.88enkigq-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/auth_uri-1875d9502c050eca.auth_uri.88enkigq-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/auth_uri-1875d9502c050eca.auth_uri.88enkigq-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/auth_uri-1875d9502c050eca.auth_uri.88enkigq-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/auth_uri-1875d9502c050eca.auth_uri.88enkigq-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/auth_uri-1875d9502c050eca.auth_uri.88enkigq-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/auth_uri-1875d9502c050eca.auth_uri.88enkigq-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/auth_uri-1875d9502c050eca.auth_uri.88enkigq-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/auth_uri-1875d9502c050eca.auth_uri.88enkigq-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/auth_uri-1875d9502c050eca.auth_uri.88enkigq-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/auth_uri-1875d9502c050eca.auth_uri.88enkigq-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/auth_uri-1875d9502c050eca.auth_uri.88enkigq-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/auth_uri-1875d9502c050eca" "/opt/rustwide/target/debug/deps/auth_uri-1875d9502c050eca.2do9mvgsdvfi0slu.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-219fc620be977b79.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-f5064c1d87ea3eaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-6bc0764cb7f4dd96.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-72042f7f9ab0950a.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-7a49e61f83b63f93.rlib" "/opt/rustwide/target/debug/deps/libinth_oauth2-a09ea46b8a3346f7.rlib" "/opt/rustwide/target/debug/deps/libchrono-4561a9ed1eff69e4.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-865a2196d63c3259.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-23999947d2fa389f.rlib" "/opt/rustwide/target/debug/deps/libreqwest-ac37f36290244cb6.rlib" "/opt/rustwide/target/debug/deps/libuuid-03a429365fcd3e31.rlib" "/opt/rustwide/target/debug/deps/librand-e8b9be846792fe24.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-55225f7c9ad0c2e7.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-7ee202a70d1ffd2a.rlib" "/opt/rustwide/target/debug/deps/librand_hc-980be8da34566e1a.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-7cf67b26f27bfc4c.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-2ea51ddc61af076b.rlib" "/opt/rustwide/target/debug/deps/librand_core-26a2826f5572bf57.rlib" "/opt/rustwide/target/debug/deps/librand_os-889a2326b2c40156.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-58dce171dcf92ccf.rlib" "/opt/rustwide/target/debug/deps/librand_core-d04c764b3a64cc39.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-d33d1054a0e3784b.rlib" "/opt/rustwide/target/debug/deps/libdtoa-954638a740dd8430.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-be35f113185b5f02.rlib" "/opt/rustwide/target/debug/deps/libunicase-02d9320204a1e892.rlib" "/opt/rustwide/target/debug/deps/libmime-e9ba7bbaa44f77b6.rlib" "/opt/rustwide/target/debug/deps/libflate2-42682266fb6b9ce6.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-905c74556db94ffd.rlib" "/opt/rustwide/target/debug/deps/libadler32-94321a05f32b04d4.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c0d32379140e81b0.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-a6aa894ac460c11b.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-b50e86478a2ad65d.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-c775b173a1c05eb8.rlib" "/opt/rustwide/target/debug/deps/libopenssl-ac6d48e05dd2ddab.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-a1359ff92354f779.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-2e847ba160d5da93.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-e020287afcc6712a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/libhyper-fc135a52ea87355c.rlib" "/opt/rustwide/target/debug/deps/libwant-c85995e7212b5ef7.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-c7cee3da6f1e22b1.rlib" "/opt/rustwide/target/debug/deps/libtokio-ad68a598475dfa94.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-8940370071880dd9.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-5bc11578c959235e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-788956864107f14f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-48eef9cc011f78b4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-2c499fe78bf37f3e.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-aebce936eb4eb10d.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-e47da5a2906f681d.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-51627b9d47e76c2c.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-db6939cae4e6018d.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-f9bfecff4df907ca.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-a32cfcf1affb0f29.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a42ffb8700530081.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-a414d050938f7fed.rlib" "/opt/rustwide/target/debug/deps/liblock_api-2e6987098335faef.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-5ad4270d09bfce92.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-aa24168589a9112c.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-709615f3af75dd60.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-8ed8d280867c6832.rlib" "/opt/rustwide/target/debug/deps/libmio-f2f39bf6c7719cc6.rlib" "/opt/rustwide/target/debug/deps/libnet2-2ed7bdee15c78e0d.rlib" "/opt/rustwide/target/debug/deps/libhttparse-68d73f9a0ebc7a09.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-6845a8129d5891f4.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-8c2293bfb69db6b3.rlib" "/opt/rustwide/target/debug/deps/libh2-30f778cdfc8d26cb.rlib" "/opt/rustwide/target/debug/deps/libindexmap-d6561c10ebecea57.rlib" "/opt/rustwide/target/debug/deps/libstring-6c4580b1f4cb2bd5.rlib" "/opt/rustwide/target/debug/deps/libslab-7d2001f40ea12ace.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-5faa1e943e41ff10.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-325176544d3b33f7.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-e56f6a37558f5148.rlib" "/opt/rustwide/target/debug/deps/libhttp-9e33acda4ccf6040.rlib" "/opt/rustwide/target/debug/deps/libfnv-b45dacb9ecb507ee.rlib" "/opt/rustwide/target/debug/deps/libfutures-e9fa68217aeb65e1.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-a0dd25d4af22bc7f.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-1f19b8bd8e7a0d66.rlib" "/opt/rustwide/target/debug/deps/libserde_json-9f0a2a46834356fa.rlib" "/opt/rustwide/target/debug/deps/libryu-fbcb3e901ea7ff96.rlib" "/opt/rustwide/target/debug/deps/libitoa-baa6a4ddb878a0b6.rlib" "/opt/rustwide/target/debug/deps/liblog-94affdc30a23f199.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-1e8115f36aa7d828.rlib" "/opt/rustwide/target/debug/deps/liburl-3432cb5f4ae57cfe.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-94d16d88db9564e5.rlib" "/opt/rustwide/target/debug/deps/libidna-3cd28ff799609de5.rlib" "/opt/rustwide/target/debug/deps/libregex-487177fd42a627a5.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-981a6454164b4695.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-85354a07dfbd5b22.rlib" "/opt/rustwide/target/debug/deps/libtry_from-fa24d9e8990db82a.rlib" "/opt/rustwide/target/debug/deps/libserde-98a555b58b7d371a.rlib" "/opt/rustwide/target/debug/deps/libfailure-ca06dfb4e7384d15.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-836ab13575ad0fc2.rlib" "/opt/rustwide/target/debug/deps/libobject-fb97d04e1f439f1f.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-40bef1e42a1c5288.rlib" "/opt/rustwide/target/debug/deps/libgimli-64737a6a0cfbf6c9.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-e3c66f530931b34f.rlib" "/opt/rustwide/target/debug/deps/libcookie-2e93ead6f124ca6f.rlib" "/opt/rustwide/target/debug/deps/libtime-160d13eaa51613d2.rlib" "/opt/rustwide/target/debug/deps/liburl-f08d84bd09e9c054.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-f5793f90edc28827.rlib" "/opt/rustwide/target/debug/deps/libidna-00f6220cdf07c18b.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-c4c5b88848330204.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-62aa8dcfdd8a79e8.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-6e385f2b7c4c3d7f.rlib" "/opt/rustwide/target/debug/deps/libmatches-4c076000783d3f22.rlib" "/opt/rustwide/target/debug/deps/libbytes-22207450bd50c5f9.rlib" "/opt/rustwide/target/debug/deps/libeither-19da0396cea95667.rlib" "/opt/rustwide/target/debug/deps/libiovec-5618144fab7b2acb.rlib" "/opt/rustwide/target/debug/deps/liblibc-e4dfce483ea4fe1d.rlib" "/opt/rustwide/target/debug/deps/libbase64-f0028f4b39f0c4f3.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-5cddd3c0738b32cd.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.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: could not compile `inth-oauth2`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/google_installed-a5cc8dbb52ab9408.google_installed.d8nkbwso-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/google_installed-a5cc8dbb52ab9408.google_installed.d8nkbwso-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/google_installed-a5cc8dbb52ab9408.google_installed.d8nkbwso-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/google_installed-a5cc8dbb52ab9408.google_installed.d8nkbwso-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/google_installed-a5cc8dbb52ab9408.google_installed.d8nkbwso-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/google_installed-a5cc8dbb52ab9408.google_installed.d8nkbwso-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/google_installed-a5cc8dbb52ab9408.google_installed.d8nkbwso-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/google_installed-a5cc8dbb52ab9408.google_installed.d8nkbwso-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/google_installed-a5cc8dbb52ab9408.google_installed.d8nkbwso-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/google_installed-a5cc8dbb52ab9408.google_installed.d8nkbwso-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/google_installed-a5cc8dbb52ab9408.google_installed.d8nkbwso-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/google_installed-a5cc8dbb52ab9408.google_installed.d8nkbwso-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/google_installed-a5cc8dbb52ab9408.google_installed.d8nkbwso-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/google_installed-a5cc8dbb52ab9408.google_installed.d8nkbwso-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/google_installed-a5cc8dbb52ab9408.google_installed.d8nkbwso-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/google_installed-a5cc8dbb52ab9408.google_installed.d8nkbwso-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/google_installed-a5cc8dbb52ab9408" "/opt/rustwide/target/debug/examples/google_installed-a5cc8dbb52ab9408.1ntgwom04glsbymy.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libinth_oauth2-a09ea46b8a3346f7.rlib" "/opt/rustwide/target/debug/deps/libchrono-4561a9ed1eff69e4.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-865a2196d63c3259.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-23999947d2fa389f.rlib" "/opt/rustwide/target/debug/deps/libreqwest-ac37f36290244cb6.rlib" "/opt/rustwide/target/debug/deps/libuuid-03a429365fcd3e31.rlib" "/opt/rustwide/target/debug/deps/librand-e8b9be846792fe24.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-55225f7c9ad0c2e7.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-7ee202a70d1ffd2a.rlib" "/opt/rustwide/target/debug/deps/librand_hc-980be8da34566e1a.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-7cf67b26f27bfc4c.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-2ea51ddc61af076b.rlib" "/opt/rustwide/target/debug/deps/librand_core-26a2826f5572bf57.rlib" "/opt/rustwide/target/debug/deps/librand_os-889a2326b2c40156.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-58dce171dcf92ccf.rlib" "/opt/rustwide/target/debug/deps/librand_core-d04c764b3a64cc39.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-d33d1054a0e3784b.rlib" "/opt/rustwide/target/debug/deps/libdtoa-954638a740dd8430.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-be35f113185b5f02.rlib" "/opt/rustwide/target/debug/deps/libunicase-02d9320204a1e892.rlib" "/opt/rustwide/target/debug/deps/libmime-e9ba7bbaa44f77b6.rlib" "/opt/rustwide/target/debug/deps/libflate2-42682266fb6b9ce6.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-905c74556db94ffd.rlib" "/opt/rustwide/target/debug/deps/libadler32-94321a05f32b04d4.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c0d32379140e81b0.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-a6aa894ac460c11b.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-b50e86478a2ad65d.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-c775b173a1c05eb8.rlib" "/opt/rustwide/target/debug/deps/libopenssl-ac6d48e05dd2ddab.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-a1359ff92354f779.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-2e847ba160d5da93.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-e020287afcc6712a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/libhyper-fc135a52ea87355c.rlib" "/opt/rustwide/target/debug/deps/libwant-c85995e7212b5ef7.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-c7cee3da6f1e22b1.rlib" "/opt/rustwide/target/debug/deps/libtokio-ad68a598475dfa94.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-8940370071880dd9.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-5bc11578c959235e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-788956864107f14f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-48eef9cc011f78b4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-2c499fe78bf37f3e.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-aebce936eb4eb10d.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-e47da5a2906f681d.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-51627b9d47e76c2c.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-db6939cae4e6018d.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-f9bfecff4df907ca.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-a32cfcf1affb0f29.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a42ffb8700530081.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-a414d050938f7fed.rlib" "/opt/rustwide/target/debug/deps/liblock_api-2e6987098335faef.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-5ad4270d09bfce92.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-aa24168589a9112c.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-709615f3af75dd60.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-8ed8d280867c6832.rlib" "/opt/rustwide/target/debug/deps/libmio-f2f39bf6c7719cc6.rlib" "/opt/rustwide/target/debug/deps/libnet2-2ed7bdee15c78e0d.rlib" "/opt/rustwide/target/debug/deps/libhttparse-68d73f9a0ebc7a09.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-6845a8129d5891f4.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-8c2293bfb69db6b3.rlib" "/opt/rustwide/target/debug/deps/libh2-30f778cdfc8d26cb.rlib" "/opt/rustwide/target/debug/deps/libindexmap-d6561c10ebecea57.rlib" "/opt/rustwide/target/debug/deps/libstring-6c4580b1f4cb2bd5.rlib" "/opt/rustwide/target/debug/deps/libslab-7d2001f40ea12ace.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-5faa1e943e41ff10.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-325176544d3b33f7.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-e56f6a37558f5148.rlib" "/opt/rustwide/target/debug/deps/libhttp-9e33acda4ccf6040.rlib" "/opt/rustwide/target/debug/deps/libfnv-b45dacb9ecb507ee.rlib" "/opt/rustwide/target/debug/deps/libfutures-e9fa68217aeb65e1.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-a0dd25d4af22bc7f.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-1f19b8bd8e7a0d66.rlib" "/opt/rustwide/target/debug/deps/libserde_json-9f0a2a46834356fa.rlib" "/opt/rustwide/target/debug/deps/libryu-fbcb3e901ea7ff96.rlib" "/opt/rustwide/target/debug/deps/libitoa-baa6a4ddb878a0b6.rlib" "/opt/rustwide/target/debug/deps/liblog-94affdc30a23f199.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-1e8115f36aa7d828.rlib" "/opt/rustwide/target/debug/deps/liburl-3432cb5f4ae57cfe.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-94d16d88db9564e5.rlib" "/opt/rustwide/target/debug/deps/libidna-3cd28ff799609de5.rlib" "/opt/rustwide/target/debug/deps/libregex-487177fd42a627a5.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-981a6454164b4695.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-85354a07dfbd5b22.rlib" "/opt/rustwide/target/debug/deps/libtry_from-fa24d9e8990db82a.rlib" "/opt/rustwide/target/debug/deps/libserde-98a555b58b7d371a.rlib" "/opt/rustwide/target/debug/deps/libfailure-ca06dfb4e7384d15.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-836ab13575ad0fc2.rlib" "/opt/rustwide/target/debug/deps/libobject-fb97d04e1f439f1f.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-40bef1e42a1c5288.rlib" "/opt/rustwide/target/debug/deps/libgimli-64737a6a0cfbf6c9.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-e3c66f530931b34f.rlib" "/opt/rustwide/target/debug/deps/libcookie-2e93ead6f124ca6f.rlib" "/opt/rustwide/target/debug/deps/libtime-160d13eaa51613d2.rlib" "/opt/rustwide/target/debug/deps/liburl-f08d84bd09e9c054.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-f5793f90edc28827.rlib" "/opt/rustwide/target/debug/deps/libidna-00f6220cdf07c18b.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-c4c5b88848330204.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-62aa8dcfdd8a79e8.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-6e385f2b7c4c3d7f.rlib" "/opt/rustwide/target/debug/deps/libmatches-4c076000783d3f22.rlib" "/opt/rustwide/target/debug/deps/libbytes-22207450bd50c5f9.rlib" "/opt/rustwide/target/debug/deps/libeither-19da0396cea95667.rlib" "/opt/rustwide/target/debug/deps/libiovec-5618144fab7b2acb.rlib" "/opt/rustwide/target/debug/deps/liblibc-e4dfce483ea4fe1d.rlib" "/opt/rustwide/target/debug/deps/libbase64-f0028f4b39f0c4f3.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-5cddd3c0738b32cd.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.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: could not compile `inth-oauth2`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/google_web-193a2083a01ef49b.google_web.42gam9ax-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/google_web-193a2083a01ef49b.google_web.42gam9ax-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/google_web-193a2083a01ef49b.google_web.42gam9ax-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/google_web-193a2083a01ef49b.google_web.42gam9ax-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/google_web-193a2083a01ef49b.google_web.42gam9ax-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/google_web-193a2083a01ef49b.google_web.42gam9ax-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/google_web-193a2083a01ef49b.google_web.42gam9ax-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/google_web-193a2083a01ef49b.google_web.42gam9ax-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/google_web-193a2083a01ef49b.google_web.42gam9ax-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/google_web-193a2083a01ef49b.google_web.42gam9ax-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/google_web-193a2083a01ef49b.google_web.42gam9ax-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/google_web-193a2083a01ef49b.google_web.42gam9ax-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/google_web-193a2083a01ef49b.google_web.42gam9ax-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/google_web-193a2083a01ef49b.google_web.42gam9ax-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/google_web-193a2083a01ef49b.google_web.42gam9ax-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/google_web-193a2083a01ef49b.google_web.42gam9ax-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/google_web-193a2083a01ef49b" "/opt/rustwide/target/debug/examples/google_web-193a2083a01ef49b.1ja594jbx5ved7z6.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libinth_oauth2-a09ea46b8a3346f7.rlib" "/opt/rustwide/target/debug/deps/libchrono-4561a9ed1eff69e4.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-865a2196d63c3259.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-23999947d2fa389f.rlib" "/opt/rustwide/target/debug/deps/libreqwest-ac37f36290244cb6.rlib" "/opt/rustwide/target/debug/deps/libuuid-03a429365fcd3e31.rlib" "/opt/rustwide/target/debug/deps/librand-e8b9be846792fe24.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-55225f7c9ad0c2e7.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-7ee202a70d1ffd2a.rlib" "/opt/rustwide/target/debug/deps/librand_hc-980be8da34566e1a.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-7cf67b26f27bfc4c.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-2ea51ddc61af076b.rlib" "/opt/rustwide/target/debug/deps/librand_core-26a2826f5572bf57.rlib" "/opt/rustwide/target/debug/deps/librand_os-889a2326b2c40156.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-58dce171dcf92ccf.rlib" "/opt/rustwide/target/debug/deps/librand_core-d04c764b3a64cc39.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-d33d1054a0e3784b.rlib" "/opt/rustwide/target/debug/deps/libdtoa-954638a740dd8430.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-be35f113185b5f02.rlib" "/opt/rustwide/target/debug/deps/libunicase-02d9320204a1e892.rlib" "/opt/rustwide/target/debug/deps/libmime-e9ba7bbaa44f77b6.rlib" "/opt/rustwide/target/debug/deps/libflate2-42682266fb6b9ce6.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-905c74556db94ffd.rlib" "/opt/rustwide/target/debug/deps/libadler32-94321a05f32b04d4.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c0d32379140e81b0.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-a6aa894ac460c11b.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-b50e86478a2ad65d.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-c775b173a1c05eb8.rlib" "/opt/rustwide/target/debug/deps/libopenssl-ac6d48e05dd2ddab.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-a1359ff92354f779.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-2e847ba160d5da93.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-e020287afcc6712a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/libhyper-fc135a52ea87355c.rlib" "/opt/rustwide/target/debug/deps/libwant-c85995e7212b5ef7.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-c7cee3da6f1e22b1.rlib" "/opt/rustwide/target/debug/deps/libtokio-ad68a598475dfa94.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-8940370071880dd9.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-5bc11578c959235e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-788956864107f14f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-48eef9cc011f78b4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-2c499fe78bf37f3e.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-aebce936eb4eb10d.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-e47da5a2906f681d.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-51627b9d47e76c2c.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-db6939cae4e6018d.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-f9bfecff4df907ca.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-a32cfcf1affb0f29.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a42ffb8700530081.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-a414d050938f7fed.rlib" "/opt/rustwide/target/debug/deps/liblock_api-2e6987098335faef.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-5ad4270d09bfce92.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-aa24168589a9112c.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-709615f3af75dd60.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-8ed8d280867c6832.rlib" "/opt/rustwide/target/debug/deps/libmio-f2f39bf6c7719cc6.rlib" "/opt/rustwide/target/debug/deps/libnet2-2ed7bdee15c78e0d.rlib" "/opt/rustwide/target/debug/deps/libhttparse-68d73f9a0ebc7a09.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-6845a8129d5891f4.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-8c2293bfb69db6b3.rlib" "/opt/rustwide/target/debug/deps/libh2-30f778cdfc8d26cb.rlib" "/opt/rustwide/target/debug/deps/libindexmap-d6561c10ebecea57.rlib" "/opt/rustwide/target/debug/deps/libstring-6c4580b1f4cb2bd5.rlib" "/opt/rustwide/target/debug/deps/libslab-7d2001f40ea12ace.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-5faa1e943e41ff10.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-325176544d3b33f7.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-e56f6a37558f5148.rlib" "/opt/rustwide/target/debug/deps/libhttp-9e33acda4ccf6040.rlib" "/opt/rustwide/target/debug/deps/libfnv-b45dacb9ecb507ee.rlib" "/opt/rustwide/target/debug/deps/libfutures-e9fa68217aeb65e1.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-a0dd25d4af22bc7f.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-1f19b8bd8e7a0d66.rlib" "/opt/rustwide/target/debug/deps/libserde_json-9f0a2a46834356fa.rlib" "/opt/rustwide/target/debug/deps/libryu-fbcb3e901ea7ff96.rlib" "/opt/rustwide/target/debug/deps/libitoa-baa6a4ddb878a0b6.rlib" "/opt/rustwide/target/debug/deps/liblog-94affdc30a23f199.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-1e8115f36aa7d828.rlib" "/opt/rustwide/target/debug/deps/liburl-3432cb5f4ae57cfe.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-94d16d88db9564e5.rlib" "/opt/rustwide/target/debug/deps/libidna-3cd28ff799609de5.rlib" "/opt/rustwide/target/debug/deps/libregex-487177fd42a627a5.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-981a6454164b4695.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-85354a07dfbd5b22.rlib" "/opt/rustwide/target/debug/deps/libtry_from-fa24d9e8990db82a.rlib" "/opt/rustwide/target/debug/deps/libserde-98a555b58b7d371a.rlib" "/opt/rustwide/target/debug/deps/libfailure-ca06dfb4e7384d15.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-836ab13575ad0fc2.rlib" "/opt/rustwide/target/debug/deps/libobject-fb97d04e1f439f1f.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-40bef1e42a1c5288.rlib" "/opt/rustwide/target/debug/deps/libgimli-64737a6a0cfbf6c9.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-e3c66f530931b34f.rlib" "/opt/rustwide/target/debug/deps/libcookie-2e93ead6f124ca6f.rlib" "/opt/rustwide/target/debug/deps/libtime-160d13eaa51613d2.rlib" "/opt/rustwide/target/debug/deps/liburl-f08d84bd09e9c054.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-f5793f90edc28827.rlib" "/opt/rustwide/target/debug/deps/libidna-00f6220cdf07c18b.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-c4c5b88848330204.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-62aa8dcfdd8a79e8.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-6e385f2b7c4c3d7f.rlib" "/opt/rustwide/target/debug/deps/libmatches-4c076000783d3f22.rlib" "/opt/rustwide/target/debug/deps/libbytes-22207450bd50c5f9.rlib" "/opt/rustwide/target/debug/deps/libeither-19da0396cea95667.rlib" "/opt/rustwide/target/debug/deps/libiovec-5618144fab7b2acb.rlib" "/opt/rustwide/target/debug/deps/liblibc-e4dfce483ea4fe1d.rlib" "/opt/rustwide/target/debug/deps/libbase64-f0028f4b39f0c4f3.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-5cddd3c0738b32cd.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.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: could not compile `inth-oauth2`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "216faf8cbdfcc177ff2a5818b473ae49b3c4f8b782064a6fe2b60d3786dccbf6"` [INFO] running `"docker" "rm" "-f" "216faf8cbdfcc177ff2a5818b473ae49b3c4f8b782064a6fe2b60d3786dccbf6"` [INFO] [stdout] 216faf8cbdfcc177ff2a5818b473ae49b3c4f8b782064a6fe2b60d3786dccbf6