[INFO] cloning repository https://github.com/u-kai/apilab-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/u-kai/apilab-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fu-kai%2Fapilab-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fu-kai%2Fapilab-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4e213ba1e38e712be4491ba4c163f3492dce6c95 [INFO] building u-kai/apilab-rs against try#c38f3f86763ea281f7c555c13ef11baad4a4fff4 for pr-111698 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fu-kai%2Fapilab-rs" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/u-kai/apilab-rs on toolchain c38f3f86763ea281f7c555c13ef11baad4a4fff4 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c38f3f86763ea281f7c555c13ef11baad4a4fff4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/u-kai/apilab-rs [INFO] finished tweaking git repo https://github.com/u-kai/apilab-rs [INFO] tweaked toml for git repo https://github.com/u-kai/apilab-rs written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/u-kai/apilab-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c38f3f86763ea281f7c555c13ef11baad4a4fff4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:5ff2268d62e97bff2cde7d5815dd6ed5b47097566f13b8d0ca110b04b60e07ed" "/opt/rustwide/cargo-home/bin/cargo" "+c38f3f86763ea281f7c555c13ef11baad4a4fff4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b2cc869295143780be62ff0334ed5a184984155a85ffab57180c82db11a8abb8 [INFO] running `Command { std: "docker" "start" "-a" "b2cc869295143780be62ff0334ed5a184984155a85ffab57180c82db11a8abb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b2cc869295143780be62ff0334ed5a184984155a85ffab57180c82db11a8abb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2cc869295143780be62ff0334ed5a184984155a85ffab57180c82db11a8abb8", kill_on_drop: false }` [INFO] [stdout] b2cc869295143780be62ff0334ed5a184984155a85ffab57180c82db11a8abb8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:5ff2268d62e97bff2cde7d5815dd6ed5b47097566f13b8d0ca110b04b60e07ed" "/opt/rustwide/cargo-home/bin/cargo" "+c38f3f86763ea281f7c555c13ef11baad4a4fff4" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4c83ed898b041ed3df1df3e340d2052a43d5123334701d2246b8e649866ce3de [INFO] running `Command { std: "docker" "start" "-a" "4c83ed898b041ed3df1df3e340d2052a43d5123334701d2246b8e649866ce3de", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling once_cell v1.13.1 [INFO] [stderr] Compiling itoa v1.0.3 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling futures-core v0.3.23 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling bytes v1.2.1 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling serde_derive v1.0.144 [INFO] [stderr] Compiling tokio v1.20.1 [INFO] [stderr] Compiling serde v1.0.144 [INFO] [stderr] Compiling socket2 v0.4.6 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling mio v0.8.4 [INFO] [stderr] Compiling openssl-sys v0.9.75 [INFO] [stderr] Compiling futures-task v0.3.23 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling tracing-core v0.1.29 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling openssl v0.10.41 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling futures-util v0.3.23 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling tracing v0.1.36 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling native-tls v0.2.10 [INFO] [stderr] Compiling futures-sink v0.3.23 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling futures-channel v0.3.23 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling unicode-normalization v0.1.21 [INFO] [stderr] Compiling ipnet v2.5.0 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling serde_json v1.0.85 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling iana-time-zone v0.1.46 [INFO] [stderr] Compiling sha1 v0.2.0 [INFO] [stderr] Compiling hmac-sha1 v0.1.3 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling chrono v0.4.22 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling tokio-util v0.7.3 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling h2 v0.3.14 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tools v0.1.0 (/opt/rustwide/workdir/tools) [INFO] [stderr] Compiling hyper v0.14.20 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.11 [INFO] [stderr] Compiling utils v0.1.0 (/opt/rustwide/workdir/utils) [INFO] [stderr] Compiling line v0.1.0 (/opt/rustwide/workdir/apis/line) [INFO] [stderr] Compiling deepl v0.1.0 (/opt/rustwide/workdir/apis/deepl) [INFO] [stderr] Compiling common v0.1.0 (/opt/rustwide/workdir/common) [INFO] [stderr] Compiling twitter v0.1.0 (/opt/rustwide/workdir/apis/twitter) [INFO] [stdout] warning: unused variable: `data` [INFO] [stdout] --> apis/twitter/src/bin/tw_test.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | let data = client.search_rec(query, 10, |_| {}).await?; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_data` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BufWriter`, `Write`, `fs::File` [INFO] [stdout] --> apis/twitter/src/bin/reqwest.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | fs::File, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 3 | io::{BufWriter, Write}, [INFO] [stdout] | ^^^^^^^^^ ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/c38f3f86763ea281f7c555c13ef11baad4a4fff4/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcn7EzS6/symbols.o" "/opt/rustwide/target/debug/deps/reqwest-ef4ffbbb69f965f3.reqwest.ec42b54258960bcf-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/reqwest-ef4ffbbb69f965f3.reqwest.ec42b54258960bcf-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/reqwest-ef4ffbbb69f965f3.reqwest.ec42b54258960bcf-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/reqwest-ef4ffbbb69f965f3.reqwest.ec42b54258960bcf-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/reqwest-ef4ffbbb69f965f3.reqwest.ec42b54258960bcf-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/reqwest-ef4ffbbb69f965f3.reqwest.ec42b54258960bcf-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/reqwest-ef4ffbbb69f965f3.reqwest.ec42b54258960bcf-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/reqwest-ef4ffbbb69f965f3.reqwest.ec42b54258960bcf-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/reqwest-ef4ffbbb69f965f3.reqwest.ec42b54258960bcf-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/reqwest-ef4ffbbb69f965f3.reqwest.ec42b54258960bcf-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/reqwest-ef4ffbbb69f965f3.reqwest.ec42b54258960bcf-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/reqwest-ef4ffbbb69f965f3.reqwest.ec42b54258960bcf-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/reqwest-ef4ffbbb69f965f3.reqwest.ec42b54258960bcf-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/reqwest-ef4ffbbb69f965f3.reqwest.ec42b54258960bcf-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/reqwest-ef4ffbbb69f965f3.reqwest.ec42b54258960bcf-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/reqwest-ef4ffbbb69f965f3.reqwest.ec42b54258960bcf-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/reqwest-ef4ffbbb69f965f3.g094cp9jol0qsep.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/c38f3f86763ea281f7c555c13ef11baad4a4fff4/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtwitter-cc58cfbd9cc706a6.rlib" "/opt/rustwide/target/debug/deps/libserde_json-97f3310eeb169d2a.rlib" "/opt/rustwide/target/debug/deps/libutils-1cf62d846ca21a62.rlib" "/opt/rustwide/target/debug/deps/libhmacsha1-b5e552d8a8e2a20f.rlib" "/opt/rustwide/target/debug/deps/libsha1-324c0482b6be3c36.rlib" "/opt/rustwide/target/debug/deps/libchrono-7211c03de0b8e473.rlib" "/opt/rustwide/target/debug/deps/libiana_time_zone-ae583d1238362fa8.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-f605b06b94fcddc5.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a3e88f20b46a5aec.rlib" "/opt/rustwide/target/debug/deps/libtime-2154dcc47044b258.rlib" "/opt/rustwide/target/debug/deps/libreqwest-b454a537dd36c2a5.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-21a4118ed2975ac9.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-2d880fce231ff022.rlib" "/opt/rustwide/target/debug/deps/libryu-30055e40eeb9ba75.rlib" "/opt/rustwide/target/debug/deps/libipnet-b52d3191ac21eadf.rlib" "/opt/rustwide/target/debug/deps/libtokio_native_tls-fb3ae565e6f5ba3e.rlib" "/opt/rustwide/target/debug/deps/libmime-14ec129b6687941e.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-6bf5c93cbc936d9a.rlib" "/opt/rustwide/target/debug/deps/libserde-c77d764dbcd4ea89.rlib" "/opt/rustwide/target/debug/deps/libbase64-6f28f21097e4d086.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-d653edf7c73fbcc6.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-5e910934b5b5b00b.rlib" "/opt/rustwide/target/debug/deps/libopenssl-1cbb347a84aba6c8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-291e228198a8719b.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-b4c117d693002eee.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-7ccb139fe2e34428.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-0bcaff65b08ea696.rlib" "/opt/rustwide/target/debug/deps/libhyper-0769dee4470bdb73.rlib" "/opt/rustwide/target/debug/deps/libwant-fa6b873523f3cd4e.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-ad60c1b8fbc39e6b.rlib" "/opt/rustwide/target/debug/deps/libhttparse-2de1267d7c0fa4da.rlib" "/opt/rustwide/target/debug/deps/libh2-57eb69e905b4004d.rlib" "/opt/rustwide/target/debug/deps/libindexmap-e94c986e18d8b9b2.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-7a7bdc12b91f85f0.rlib" "/opt/rustwide/target/debug/deps/libslab-be11ad93797a2569.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-d9f1485f1f6e7dd3.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-5c26c31d907559af.rlib" "/opt/rustwide/target/debug/deps/libtower_service-65b18d330633a9c8.rlib" "/opt/rustwide/target/debug/deps/libtracing-19b0a710a35b2e8b.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-c9af34ab67afe2c8.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-e8002c643337983f.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-a1f27bee3c17cb36.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-a8c3ea21802f0348.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-0117f77ad4d23836.rlib" "/opt/rustwide/target/debug/deps/libtokio-051c18cc6f8dd203.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-75502db50b890311.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-4891d66842314e6e.rlib" "/opt/rustwide/target/debug/deps/libsocket2-de5b93b9e82dd647.rlib" "/opt/rustwide/target/debug/deps/libmemchr-68bcacc0ba510fec.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-21bdfa556dad6fd8.rlib" "/opt/rustwide/target/debug/deps/libmio-1eb5c7fdcdf25ea1.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-27c0ea2abf4dbddd.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-2788c1c1cdf98fda.rlib" "/opt/rustwide/target/debug/deps/liblibc-83cf4c1f5f442d77.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-6a96d5c2b5837aed.rlib" "/opt/rustwide/target/debug/deps/liblock_api-24ad05833bb17a42.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-1411d50f627c87eb.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-6d28bd79b8ee577d.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-08556ef8e830e22d.rlib" "/opt/rustwide/target/debug/deps/liblog-91dea4c0a49ace8d.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b914173e12105b24.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-6014ec1b738c6c29.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-c607a665f1cc4401.rlib" "/opt/rustwide/target/debug/deps/liburl-65e5bd1e9a2cb532.rlib" "/opt/rustwide/target/debug/deps/libidna-5ad421d035d9fcf9.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-32b3b25b3276352f.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-51dcd00cfb7a6399.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-2384e9086518989f.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-c8035e7761ae376a.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-fb8b29152b2e0dd3.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-9640406d4c503e14.rlib" "/opt/rustwide/target/debug/deps/libmatches-75c86ca117836382.rlib" "/opt/rustwide/target/debug/deps/libhttp-89282b1b9ab7df8f.rlib" "/opt/rustwide/target/debug/deps/libitoa-ad1ab50e5672d1a6.rlib" "/opt/rustwide/target/debug/deps/libbytes-f02c5d22cd7322f5.rlib" "/opt/rustwide/target/debug/deps/libfnv-de15eb909c3ee444.rlib" "/opt/rustwide/rustup-home/toolchains/c38f3f86763ea281f7c555c13ef11baad4a4fff4/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a8a9ba95b1228749.rlib" "/opt/rustwide/rustup-home/toolchains/c38f3f86763ea281f7c555c13ef11baad4a4fff4/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-658322f66b02b1f7.rlib" "/opt/rustwide/rustup-home/toolchains/c38f3f86763ea281f7c555c13ef11baad4a4fff4/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-956ca946b7379eb6.rlib" "/opt/rustwide/rustup-home/toolchains/c38f3f86763ea281f7c555c13ef11baad4a4fff4/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-dd67659c95cf28db.rlib" "/opt/rustwide/rustup-home/toolchains/c38f3f86763ea281f7c555c13ef11baad4a4fff4/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-43e984e033ffe85c.rlib" "/opt/rustwide/rustup-home/toolchains/c38f3f86763ea281f7c555c13ef11baad4a4fff4/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b33034ed520f9dde.rlib" "/opt/rustwide/rustup-home/toolchains/c38f3f86763ea281f7c555c13ef11baad4a4fff4/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-b682f100759c1cd5.rlib" "/opt/rustwide/rustup-home/toolchains/c38f3f86763ea281f7c555c13ef11baad4a4fff4/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-4688e4e2de40eeae.rlib" "/opt/rustwide/rustup-home/toolchains/c38f3f86763ea281f7c555c13ef11baad4a4fff4/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-bc98f60a979c8848.rlib" "/opt/rustwide/rustup-home/toolchains/c38f3f86763ea281f7c555c13ef11baad4a4fff4/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-f90abce6b91ba026.rlib" "/opt/rustwide/rustup-home/toolchains/c38f3f86763ea281f7c555c13ef11baad4a4fff4/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-d2d517397bb596ef.rlib" "/opt/rustwide/rustup-home/toolchains/c38f3f86763ea281f7c555c13ef11baad4a4fff4/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3c3cfff380065fd0.rlib" "/opt/rustwide/rustup-home/toolchains/c38f3f86763ea281f7c555c13ef11baad4a4fff4/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b4a016bd41fd2384.rlib" "/opt/rustwide/rustup-home/toolchains/c38f3f86763ea281f7c555c13ef11baad4a4fff4/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6b2e32ac6784fab1.rlib" "/opt/rustwide/rustup-home/toolchains/c38f3f86763ea281f7c555c13ef11baad4a4fff4/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-69a45ab5967387b5.rlib" "/opt/rustwide/rustup-home/toolchains/c38f3f86763ea281f7c555c13ef11baad4a4fff4/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-f366d4caf221188e.rlib" "/opt/rustwide/rustup-home/toolchains/c38f3f86763ea281f7c555c13ef11baad4a4fff4/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-522518611024dce5.rlib" "/opt/rustwide/rustup-home/toolchains/c38f3f86763ea281f7c555c13ef11baad4a4fff4/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-05898138a596088a.rlib" "/opt/rustwide/rustup-home/toolchains/c38f3f86763ea281f7c555c13ef11baad4a4fff4/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-737a1b3638f612c8.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/c38f3f86763ea281f7c555c13ef11baad4a4fff4/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/reqwest-ef4ffbbb69f965f3" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-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; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `twitter` (bin "reqwest") due to 2 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4c83ed898b041ed3df1df3e340d2052a43d5123334701d2246b8e649866ce3de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c83ed898b041ed3df1df3e340d2052a43d5123334701d2246b8e649866ce3de", kill_on_drop: false }` [INFO] [stdout] 4c83ed898b041ed3df1df3e340d2052a43d5123334701d2246b8e649866ce3de