[INFO] fetching crate telegram-bot 0.8.0... [INFO] testing telegram-bot-0.8.0 against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] extracting crate telegram-bot 0.8.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate telegram-bot 0.8.0 on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate telegram-bot 0.8.0 [INFO] finished tweaking crates.io crate telegram-bot 0.8.0 [INFO] tweaked toml for crates.io crate telegram-bot 0.8.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate telegram-bot 0.8.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rustls-native-certs v0.1.0 [INFO] [stderr] Downloaded hyper-rustls v0.19.1 [INFO] [stderr] Downloaded multipart v0.16.1 [INFO] [stderr] Downloaded telegram-bot-raw v0.8.0 [INFO] [stderr] Downloaded tracing-subscriber v0.1.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aa20e6697807d403384d57442e59bac1f20528bdefcd7c18416a30bc03354555 [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" "aa20e6697807d403384d57442e59bac1f20528bdefcd7c18416a30bc03354555", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aa20e6697807d403384d57442e59bac1f20528bdefcd7c18416a30bc03354555", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa20e6697807d403384d57442e59bac1f20528bdefcd7c18416a30bc03354555", kill_on_drop: false }` [INFO] [stdout] aa20e6697807d403384d57442e59bac1f20528bdefcd7c18416a30bc03354555 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f29d2c12aaf75fabe4dd8f45fd7736622dd73cbed5ef8b68bc24fb83846f79b5 [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" "f29d2c12aaf75fabe4dd8f45fd7736622dd73cbed5ef8b68bc24fb83846f79b5", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling cc v1.0.62 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling native-tls v0.2.6 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling futures-channel v0.3.8 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling net2 v0.2.35 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling socket2 v0.3.16 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling ordered-float v1.1.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling mime_guess v1.8.8 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling multipart v0.16.1 [INFO] [stderr] Compiling pin-project-internal v1.0.1 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Compiling futures-macro v0.3.8 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling tokio v0.2.23 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling pin-project v1.0.1 [INFO] [stderr] Compiling futures-util v0.3.8 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling tracing-futures v0.2.4 [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 serde-value v0.5.3 [INFO] [stderr] Compiling telegram-bot-raw v0.8.0 [INFO] [stderr] Compiling hyper v0.13.9 [INFO] [stderr] Compiling hyper-tls v0.4.3 [INFO] [stderr] Compiling telegram-bot v0.8.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 15s [INFO] running `Command { std: "docker" "inspect" "f29d2c12aaf75fabe4dd8f45fd7736622dd73cbed5ef8b68bc24fb83846f79b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f29d2c12aaf75fabe4dd8f45fd7736622dd73cbed5ef8b68bc24fb83846f79b5", kill_on_drop: false }` [INFO] [stdout] f29d2c12aaf75fabe4dd8f45fd7736622dd73cbed5ef8b68bc24fb83846f79b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 462ef70d92ebba9fbcba5156cdff0cdbc677aeeec1b3a58c33b1e2db609d8d93 [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" "462ef70d92ebba9fbcba5156cdff0cdbc677aeeec1b3a58c33b1e2db609d8d93", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling tracing-log v0.1.1 [INFO] [stderr] Compiling owning_ref v0.4.1 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling tracing-subscriber v0.1.6 [INFO] [stderr] Compiling telegram-bot v0.8.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `telegram-bot` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name features --edition=2018 examples/features.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="hyper-tls"' --cfg 'feature="openssl"' -C metadata=6fe456d0f8f64079 -C extra-filename=-6fe456d0f8f64079 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-522c9d77a2dcfe3d.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-2d16ac9f7af15085.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-7f3e323f1f6d74a3.rlib --extern hyper_tls=/opt/rustwide/target/debug/deps/libhyper_tls-1fda92dc5c0fca56.rlib --extern multipart=/opt/rustwide/target/debug/deps/libmultipart-2e7cf79c4702239b.rlib --extern telegram_bot=/opt/rustwide/target/debug/deps/libtelegram_bot-22a836c00a366fd3.rlib --extern telegram_bot_raw=/opt/rustwide/target/debug/deps/libtelegram_bot_raw-3528382608492c88.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-f7a44076218b81c3.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-75450c50b1ce3925.rlib --extern tracing_futures=/opt/rustwide/target/debug/deps/libtracing_futures-4c388ead854c6ba6.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-676c75d69fd97c89.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/examples/pin-2d708bbf1f0f40fb.pin.168dff2f-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/pin-2d708bbf1f0f40fb.pin.168dff2f-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/pin-2d708bbf1f0f40fb.pin.168dff2f-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/pin-2d708bbf1f0f40fb.pin.168dff2f-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/pin-2d708bbf1f0f40fb.pin.168dff2f-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/pin-2d708bbf1f0f40fb.pin.168dff2f-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/pin-2d708bbf1f0f40fb.pin.168dff2f-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/pin-2d708bbf1f0f40fb.pin.168dff2f-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/pin-2d708bbf1f0f40fb.pin.168dff2f-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/pin-2d708bbf1f0f40fb.pin.168dff2f-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/pin-2d708bbf1f0f40fb.pin.168dff2f-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/pin-2d708bbf1f0f40fb.pin.168dff2f-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/pin-2d708bbf1f0f40fb.pin.168dff2f-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/pin-2d708bbf1f0f40fb.pin.168dff2f-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/pin-2d708bbf1f0f40fb.pin.168dff2f-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/pin-2d708bbf1f0f40fb.pin.168dff2f-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/pin-2d708bbf1f0f40fb.5hc4vqgxahq7naj.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtelegram_bot-22a836c00a366fd3.rlib" "/opt/rustwide/target/debug/deps/libmultipart-2e7cf79c4702239b.rlib" "/opt/rustwide/target/debug/deps/libtempfile-8b2fd0590ada790f.rlib" "/opt/rustwide/target/debug/deps/librand-565d10d8c2ff6591.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-35b0daedbfc8d90e.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-b183ff56153a063c.rlib" "/opt/rustwide/target/debug/deps/librand_core-7e37e9ea1c7a4e42.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-19e4a82f28bb6787.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-a366538c24cba4e3.rlib" "/opt/rustwide/target/debug/deps/librand-bf69e45d5b8f8e43.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-7471cadbc336a1e6.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-2834c6c9975fd946.rlib" "/opt/rustwide/target/debug/deps/librand_hc-7d82f4601a805bf2.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-81fcaa9536f0542d.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-9a57256bab0accff.rlib" "/opt/rustwide/target/debug/deps/librand_core-78a41ab4e441eb16.rlib" "/opt/rustwide/target/debug/deps/librand_os-a8a87a0ab7e4593f.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-f85db5560f5e9cc3.rlib" "/opt/rustwide/target/debug/deps/librand_core-7af04c7ffb9ea391.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-4141158178a2a29f.rlib" "/opt/rustwide/target/debug/deps/libphf-626f856b8e45a605.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-afa2cfb7806ebf96.rlib" "/opt/rustwide/target/debug/deps/libunicase-9d3bf68306791c3a.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-59c5ab0de98e183d.rlib" "/opt/rustwide/target/debug/deps/libmime-51b0e57f2190ca2c.rlib" "/opt/rustwide/target/debug/deps/liblog-bfbbe5fd0b05610f.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-1fda92dc5c0fca56.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-5f1f3fd880f669d5.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-990bccc5b883cf9d.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-761fbe5cb1bb6d9c.rlib" "/opt/rustwide/target/debug/deps/libopenssl-5a335246c3fc0fad.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-9ba2fd7e1fc1530c.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-46b9b5ebdcb273c8.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-ecd28e6fe5f7182e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-6d05264d59b50f7f.rlib" "/opt/rustwide/target/debug/deps/libhyper-7f3e323f1f6d74a3.rlib" "/opt/rustwide/target/debug/deps/libhttparse-63cba1f3c42aa21e.rlib" "/opt/rustwide/target/debug/deps/libwant-aa4f10a1299265b5.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-febba4674ec63f92.rlib" "/opt/rustwide/target/debug/deps/libh2-4a7362de704777aa.rlib" "/opt/rustwide/target/debug/deps/libindexmap-a0e9885c87ef0698.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-d871cd8609217a8e.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-919a2285c89b95e3.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-af7daf4fc80f6124.rlib" "/opt/rustwide/target/debug/deps/libsocket2-18d8b5cd101af9b9.rlib" "/opt/rustwide/target/debug/deps/libtower_service-f6e8fd1fdbdc352c.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-b26bab5411c22584.rlib" "/opt/rustwide/target/debug/deps/libhttp-30b600f0e4ac71c3.rlib" "/opt/rustwide/target/debug/deps/libtelegram_bot_raw-3528382608492c88.rlib" "/opt/rustwide/target/debug/deps/libserde_json-fd91a0f53d54f749.rlib" "/opt/rustwide/target/debug/deps/libryu-8c106c7dece5fbd0.rlib" "/opt/rustwide/target/debug/deps/libitoa-6ac861f3d8ceb06c.rlib" "/opt/rustwide/target/debug/deps/libserde-58d5bf1770c32efd.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-4c388ead854c6ba6.rlib" "/opt/rustwide/target/debug/deps/libtracing-75450c50b1ce3925.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-dfb18c1f7308acb6.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libpin_project-da5cec99c775e59b.rlib" "/opt/rustwide/target/debug/deps/libtokio-f7a44076218b81c3.rlib" "/opt/rustwide/target/debug/deps/libfnv-22cd72556da4b99c.rlib" "/opt/rustwide/target/debug/deps/libmio-8f6e1f4608596e11.rlib" "/opt/rustwide/target/debug/deps/liblog-f65a61c7426cc3ad.rlib" "/opt/rustwide/target/debug/deps/libiovec-ec1c043e84c090ee.rlib" "/opt/rustwide/target/debug/deps/libnet2-ea719eb3346fbb60.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-81c3651d70dd4895.rlib" "/opt/rustwide/target/debug/deps/liblibc-a05e21c69552dfb5.rlib" "/opt/rustwide/target/debug/deps/libbytes-522c9d77a2dcfe3d.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-b4414c276c53e36c.rlib" "/opt/rustwide/target/debug/deps/libfutures-2d16ac9f7af15085.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-6cde31842d834fd4.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-68055570dbe90a9b.rlib" "/opt/rustwide/target/debug/deps/libmemchr-3db82c5a8ba2376a.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-4900e90a45002da6.rlib" "/opt/rustwide/target/debug/deps/libslab-ab98851c871a197f.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-066f49ad0db5f0c9.rlib" "/opt/rustwide/target/debug/deps/libpin_project-8c5c0f9a180e0a99.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-6391c9de91b78bae.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-ae8329aabdc7fa5e.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-dce04d88fa31dd9c.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-b7ff504f33cec58a.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-1c7eb71084c42219.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.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/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/pin-2d708bbf1f0f40fb" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/get_me-dc1de9da916a15c4.get_me.5cab7c5a-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-dc1de9da916a15c4.get_me.5cab7c5a-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-dc1de9da916a15c4.get_me.5cab7c5a-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-dc1de9da916a15c4.get_me.5cab7c5a-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-dc1de9da916a15c4.get_me.5cab7c5a-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-dc1de9da916a15c4.get_me.5cab7c5a-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-dc1de9da916a15c4.get_me.5cab7c5a-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-dc1de9da916a15c4.get_me.5cab7c5a-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-dc1de9da916a15c4.get_me.5cab7c5a-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-dc1de9da916a15c4.get_me.5cab7c5a-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-dc1de9da916a15c4.get_me.5cab7c5a-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-dc1de9da916a15c4.get_me.5cab7c5a-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-dc1de9da916a15c4.get_me.5cab7c5a-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-dc1de9da916a15c4.get_me.5cab7c5a-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-dc1de9da916a15c4.get_me.5cab7c5a-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-dc1de9da916a15c4.get_me.5cab7c5a-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-dc1de9da916a15c4.4es59qi1ijnf7e3s.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtelegram_bot-22a836c00a366fd3.rlib" "/opt/rustwide/target/debug/deps/libmultipart-2e7cf79c4702239b.rlib" "/opt/rustwide/target/debug/deps/libtempfile-8b2fd0590ada790f.rlib" "/opt/rustwide/target/debug/deps/librand-565d10d8c2ff6591.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-35b0daedbfc8d90e.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-b183ff56153a063c.rlib" "/opt/rustwide/target/debug/deps/librand_core-7e37e9ea1c7a4e42.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-19e4a82f28bb6787.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-a366538c24cba4e3.rlib" "/opt/rustwide/target/debug/deps/librand-bf69e45d5b8f8e43.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-7471cadbc336a1e6.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-2834c6c9975fd946.rlib" "/opt/rustwide/target/debug/deps/librand_hc-7d82f4601a805bf2.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-81fcaa9536f0542d.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-9a57256bab0accff.rlib" "/opt/rustwide/target/debug/deps/librand_core-78a41ab4e441eb16.rlib" "/opt/rustwide/target/debug/deps/librand_os-a8a87a0ab7e4593f.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-f85db5560f5e9cc3.rlib" "/opt/rustwide/target/debug/deps/librand_core-7af04c7ffb9ea391.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-4141158178a2a29f.rlib" "/opt/rustwide/target/debug/deps/libphf-626f856b8e45a605.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-afa2cfb7806ebf96.rlib" "/opt/rustwide/target/debug/deps/libunicase-9d3bf68306791c3a.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-59c5ab0de98e183d.rlib" "/opt/rustwide/target/debug/deps/libmime-51b0e57f2190ca2c.rlib" "/opt/rustwide/target/debug/deps/liblog-bfbbe5fd0b05610f.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-1fda92dc5c0fca56.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-5f1f3fd880f669d5.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-990bccc5b883cf9d.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-761fbe5cb1bb6d9c.rlib" "/opt/rustwide/target/debug/deps/libopenssl-5a335246c3fc0fad.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-9ba2fd7e1fc1530c.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-46b9b5ebdcb273c8.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-ecd28e6fe5f7182e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-6d05264d59b50f7f.rlib" "/opt/rustwide/target/debug/deps/libhyper-7f3e323f1f6d74a3.rlib" "/opt/rustwide/target/debug/deps/libhttparse-63cba1f3c42aa21e.rlib" "/opt/rustwide/target/debug/deps/libwant-aa4f10a1299265b5.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-febba4674ec63f92.rlib" "/opt/rustwide/target/debug/deps/libh2-4a7362de704777aa.rlib" "/opt/rustwide/target/debug/deps/libindexmap-a0e9885c87ef0698.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-d871cd8609217a8e.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-919a2285c89b95e3.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-af7daf4fc80f6124.rlib" "/opt/rustwide/target/debug/deps/libsocket2-18d8b5cd101af9b9.rlib" "/opt/rustwide/target/debug/deps/libtower_service-f6e8fd1fdbdc352c.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-b26bab5411c22584.rlib" "/opt/rustwide/target/debug/deps/libhttp-30b600f0e4ac71c3.rlib" "/opt/rustwide/target/debug/deps/libtelegram_bot_raw-3528382608492c88.rlib" "/opt/rustwide/target/debug/deps/libserde_json-fd91a0f53d54f749.rlib" "/opt/rustwide/target/debug/deps/libryu-8c106c7dece5fbd0.rlib" "/opt/rustwide/target/debug/deps/libitoa-6ac861f3d8ceb06c.rlib" "/opt/rustwide/target/debug/deps/libserde-58d5bf1770c32efd.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-4c388ead854c6ba6.rlib" "/opt/rustwide/target/debug/deps/libtracing-75450c50b1ce3925.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-dfb18c1f7308acb6.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libpin_project-da5cec99c775e59b.rlib" "/opt/rustwide/target/debug/deps/libtokio-f7a44076218b81c3.rlib" "/opt/rustwide/target/debug/deps/libfnv-22cd72556da4b99c.rlib" "/opt/rustwide/target/debug/deps/libmio-8f6e1f4608596e11.rlib" "/opt/rustwide/target/debug/deps/liblog-f65a61c7426cc3ad.rlib" "/opt/rustwide/target/debug/deps/libiovec-ec1c043e84c090ee.rlib" "/opt/rustwide/target/debug/deps/libnet2-ea719eb3346fbb60.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-81c3651d70dd4895.rlib" "/opt/rustwide/target/debug/deps/liblibc-a05e21c69552dfb5.rlib" "/opt/rustwide/target/debug/deps/libbytes-522c9d77a2dcfe3d.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-b4414c276c53e36c.rlib" "/opt/rustwide/target/debug/deps/libfutures-2d16ac9f7af15085.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-6cde31842d834fd4.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-68055570dbe90a9b.rlib" "/opt/rustwide/target/debug/deps/libmemchr-3db82c5a8ba2376a.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-4900e90a45002da6.rlib" "/opt/rustwide/target/debug/deps/libslab-ab98851c871a197f.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-066f49ad0db5f0c9.rlib" "/opt/rustwide/target/debug/deps/libpin_project-8c5c0f9a180e0a99.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-6391c9de91b78bae.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-ae8329aabdc7fa5e.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-dce04d88fa31dd9c.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-b7ff504f33cec58a.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-1c7eb71084c42219.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.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/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/get_me-dc1de9da916a15c4" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/simple-4c73310bf052ab03.simple.205da2d5-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/simple-4c73310bf052ab03.simple.205da2d5-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/simple-4c73310bf052ab03.simple.205da2d5-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/simple-4c73310bf052ab03.simple.205da2d5-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/simple-4c73310bf052ab03.simple.205da2d5-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/simple-4c73310bf052ab03.simple.205da2d5-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/simple-4c73310bf052ab03.simple.205da2d5-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/simple-4c73310bf052ab03.simple.205da2d5-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/simple-4c73310bf052ab03.simple.205da2d5-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/simple-4c73310bf052ab03.simple.205da2d5-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/simple-4c73310bf052ab03.simple.205da2d5-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/simple-4c73310bf052ab03.simple.205da2d5-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/simple-4c73310bf052ab03.simple.205da2d5-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/simple-4c73310bf052ab03.simple.205da2d5-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/simple-4c73310bf052ab03.simple.205da2d5-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/simple-4c73310bf052ab03.simple.205da2d5-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/simple-4c73310bf052ab03.1h89hw551nkgal5n.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtelegram_bot-22a836c00a366fd3.rlib" "/opt/rustwide/target/debug/deps/libmultipart-2e7cf79c4702239b.rlib" "/opt/rustwide/target/debug/deps/libtempfile-8b2fd0590ada790f.rlib" "/opt/rustwide/target/debug/deps/librand-565d10d8c2ff6591.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-35b0daedbfc8d90e.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-b183ff56153a063c.rlib" "/opt/rustwide/target/debug/deps/librand_core-7e37e9ea1c7a4e42.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-19e4a82f28bb6787.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-a366538c24cba4e3.rlib" "/opt/rustwide/target/debug/deps/librand-bf69e45d5b8f8e43.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-7471cadbc336a1e6.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-2834c6c9975fd946.rlib" "/opt/rustwide/target/debug/deps/librand_hc-7d82f4601a805bf2.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-81fcaa9536f0542d.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-9a57256bab0accff.rlib" "/opt/rustwide/target/debug/deps/librand_core-78a41ab4e441eb16.rlib" "/opt/rustwide/target/debug/deps/librand_os-a8a87a0ab7e4593f.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-f85db5560f5e9cc3.rlib" "/opt/rustwide/target/debug/deps/librand_core-7af04c7ffb9ea391.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-4141158178a2a29f.rlib" "/opt/rustwide/target/debug/deps/libphf-626f856b8e45a605.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-afa2cfb7806ebf96.rlib" "/opt/rustwide/target/debug/deps/libunicase-9d3bf68306791c3a.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-59c5ab0de98e183d.rlib" "/opt/rustwide/target/debug/deps/libmime-51b0e57f2190ca2c.rlib" "/opt/rustwide/target/debug/deps/liblog-bfbbe5fd0b05610f.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-1fda92dc5c0fca56.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-5f1f3fd880f669d5.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-990bccc5b883cf9d.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-761fbe5cb1bb6d9c.rlib" "/opt/rustwide/target/debug/deps/libopenssl-5a335246c3fc0fad.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-9ba2fd7e1fc1530c.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-46b9b5ebdcb273c8.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-ecd28e6fe5f7182e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-6d05264d59b50f7f.rlib" "/opt/rustwide/target/debug/deps/libhyper-7f3e323f1f6d74a3.rlib" "/opt/rustwide/target/debug/deps/libhttparse-63cba1f3c42aa21e.rlib" "/opt/rustwide/target/debug/deps/libwant-aa4f10a1299265b5.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-febba4674ec63f92.rlib" "/opt/rustwide/target/debug/deps/libh2-4a7362de704777aa.rlib" "/opt/rustwide/target/debug/deps/libindexmap-a0e9885c87ef0698.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-d871cd8609217a8e.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-919a2285c89b95e3.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-af7daf4fc80f6124.rlib" "/opt/rustwide/target/debug/deps/libsocket2-18d8b5cd101af9b9.rlib" "/opt/rustwide/target/debug/deps/libtower_service-f6e8fd1fdbdc352c.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-b26bab5411c22584.rlib" "/opt/rustwide/target/debug/deps/libhttp-30b600f0e4ac71c3.rlib" "/opt/rustwide/target/debug/deps/libtelegram_bot_raw-3528382608492c88.rlib" "/opt/rustwide/target/debug/deps/libserde_json-fd91a0f53d54f749.rlib" "/opt/rustwide/target/debug/deps/libryu-8c106c7dece5fbd0.rlib" "/opt/rustwide/target/debug/deps/libitoa-6ac861f3d8ceb06c.rlib" "/opt/rustwide/target/debug/deps/libserde-58d5bf1770c32efd.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-4c388ead854c6ba6.rlib" "/opt/rustwide/target/debug/deps/libtracing-75450c50b1ce3925.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-dfb18c1f7308acb6.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libpin_project-da5cec99c775e59b.rlib" "/opt/rustwide/target/debug/deps/libtokio-f7a44076218b81c3.rlib" "/opt/rustwide/target/debug/deps/libfnv-22cd72556da4b99c.rlib" "/opt/rustwide/target/debug/deps/libmio-8f6e1f4608596e11.rlib" "/opt/rustwide/target/debug/deps/liblog-f65a61c7426cc3ad.rlib" "/opt/rustwide/target/debug/deps/libiovec-ec1c043e84c090ee.rlib" "/opt/rustwide/target/debug/deps/libnet2-ea719eb3346fbb60.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-81c3651d70dd4895.rlib" "/opt/rustwide/target/debug/deps/liblibc-a05e21c69552dfb5.rlib" "/opt/rustwide/target/debug/deps/libbytes-522c9d77a2dcfe3d.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-b4414c276c53e36c.rlib" "/opt/rustwide/target/debug/deps/libfutures-2d16ac9f7af15085.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-6cde31842d834fd4.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-68055570dbe90a9b.rlib" "/opt/rustwide/target/debug/deps/libmemchr-3db82c5a8ba2376a.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-4900e90a45002da6.rlib" "/opt/rustwide/target/debug/deps/libslab-ab98851c871a197f.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-066f49ad0db5f0c9.rlib" "/opt/rustwide/target/debug/deps/libpin_project-8c5c0f9a180e0a99.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-6391c9de91b78bae.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-ae8329aabdc7fa5e.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-dce04d88fa31dd9c.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-b7ff504f33cec58a.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-1c7eb71084c42219.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.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/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/simple-4c73310bf052ab03" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/errors-e5ca352229d719eb.errors.b42b5b83-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/errors-e5ca352229d719eb.errors.b42b5b83-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/errors-e5ca352229d719eb.errors.b42b5b83-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/errors-e5ca352229d719eb.errors.b42b5b83-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/errors-e5ca352229d719eb.errors.b42b5b83-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/errors-e5ca352229d719eb.errors.b42b5b83-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/errors-e5ca352229d719eb.errors.b42b5b83-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/errors-e5ca352229d719eb.errors.b42b5b83-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/errors-e5ca352229d719eb.errors.b42b5b83-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/errors-e5ca352229d719eb.errors.b42b5b83-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/errors-e5ca352229d719eb.errors.b42b5b83-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/errors-e5ca352229d719eb.errors.b42b5b83-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/errors-e5ca352229d719eb.errors.b42b5b83-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/errors-e5ca352229d719eb.errors.b42b5b83-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/errors-e5ca352229d719eb.errors.b42b5b83-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/errors-e5ca352229d719eb.errors.b42b5b83-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/errors-e5ca352229d719eb.3sfcl0bf9t1n59zk.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtelegram_bot-22a836c00a366fd3.rlib" "/opt/rustwide/target/debug/deps/libmultipart-2e7cf79c4702239b.rlib" "/opt/rustwide/target/debug/deps/libtempfile-8b2fd0590ada790f.rlib" "/opt/rustwide/target/debug/deps/librand-565d10d8c2ff6591.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-35b0daedbfc8d90e.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-b183ff56153a063c.rlib" "/opt/rustwide/target/debug/deps/librand_core-7e37e9ea1c7a4e42.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-19e4a82f28bb6787.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-a366538c24cba4e3.rlib" "/opt/rustwide/target/debug/deps/librand-bf69e45d5b8f8e43.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-7471cadbc336a1e6.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-2834c6c9975fd946.rlib" "/opt/rustwide/target/debug/deps/librand_hc-7d82f4601a805bf2.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-81fcaa9536f0542d.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-9a57256bab0accff.rlib" "/opt/rustwide/target/debug/deps/librand_core-78a41ab4e441eb16.rlib" "/opt/rustwide/target/debug/deps/librand_os-a8a87a0ab7e4593f.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-f85db5560f5e9cc3.rlib" "/opt/rustwide/target/debug/deps/librand_core-7af04c7ffb9ea391.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-4141158178a2a29f.rlib" "/opt/rustwide/target/debug/deps/libphf-626f856b8e45a605.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-afa2cfb7806ebf96.rlib" "/opt/rustwide/target/debug/deps/libunicase-9d3bf68306791c3a.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-59c5ab0de98e183d.rlib" "/opt/rustwide/target/debug/deps/libmime-51b0e57f2190ca2c.rlib" "/opt/rustwide/target/debug/deps/liblog-bfbbe5fd0b05610f.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-1fda92dc5c0fca56.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-5f1f3fd880f669d5.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-990bccc5b883cf9d.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-761fbe5cb1bb6d9c.rlib" "/opt/rustwide/target/debug/deps/libopenssl-5a335246c3fc0fad.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-9ba2fd7e1fc1530c.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-46b9b5ebdcb273c8.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-ecd28e6fe5f7182e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-6d05264d59b50f7f.rlib" "/opt/rustwide/target/debug/deps/libhyper-7f3e323f1f6d74a3.rlib" "/opt/rustwide/target/debug/deps/libhttparse-63cba1f3c42aa21e.rlib" "/opt/rustwide/target/debug/deps/libwant-aa4f10a1299265b5.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-febba4674ec63f92.rlib" "/opt/rustwide/target/debug/deps/libh2-4a7362de704777aa.rlib" "/opt/rustwide/target/debug/deps/libindexmap-a0e9885c87ef0698.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-d871cd8609217a8e.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-919a2285c89b95e3.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-af7daf4fc80f6124.rlib" "/opt/rustwide/target/debug/deps/libsocket2-18d8b5cd101af9b9.rlib" "/opt/rustwide/target/debug/deps/libtower_service-f6e8fd1fdbdc352c.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-b26bab5411c22584.rlib" "/opt/rustwide/target/debug/deps/libhttp-30b600f0e4ac71c3.rlib" "/opt/rustwide/target/debug/deps/libtelegram_bot_raw-3528382608492c88.rlib" "/opt/rustwide/target/debug/deps/libserde_json-fd91a0f53d54f749.rlib" "/opt/rustwide/target/debug/deps/libryu-8c106c7dece5fbd0.rlib" "/opt/rustwide/target/debug/deps/libitoa-6ac861f3d8ceb06c.rlib" "/opt/rustwide/target/debug/deps/libserde-58d5bf1770c32efd.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-4c388ead854c6ba6.rlib" "/opt/rustwide/target/debug/deps/libtracing-75450c50b1ce3925.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-dfb18c1f7308acb6.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libpin_project-da5cec99c775e59b.rlib" "/opt/rustwide/target/debug/deps/libtokio-f7a44076218b81c3.rlib" "/opt/rustwide/target/debug/deps/libfnv-22cd72556da4b99c.rlib" "/opt/rustwide/target/debug/deps/libmio-8f6e1f4608596e11.rlib" "/opt/rustwide/target/debug/deps/liblog-f65a61c7426cc3ad.rlib" "/opt/rustwide/target/debug/deps/libiovec-ec1c043e84c090ee.rlib" "/opt/rustwide/target/debug/deps/libnet2-ea719eb3346fbb60.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-81c3651d70dd4895.rlib" "/opt/rustwide/target/debug/deps/liblibc-a05e21c69552dfb5.rlib" "/opt/rustwide/target/debug/deps/libbytes-522c9d77a2dcfe3d.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-b4414c276c53e36c.rlib" "/opt/rustwide/target/debug/deps/libfutures-2d16ac9f7af15085.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-6cde31842d834fd4.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-68055570dbe90a9b.rlib" "/opt/rustwide/target/debug/deps/libmemchr-3db82c5a8ba2376a.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-4900e90a45002da6.rlib" "/opt/rustwide/target/debug/deps/libslab-ab98851c871a197f.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-066f49ad0db5f0c9.rlib" "/opt/rustwide/target/debug/deps/libpin_project-8c5c0f9a180e0a99.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-6391c9de91b78bae.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-ae8329aabdc7fa5e.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-dce04d88fa31dd9c.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-b7ff504f33cec58a.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-1c7eb71084c42219.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.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/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/errors-e5ca352229d719eb" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/live_location-5942da868f6755f0.live_location.e15b19ce-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/live_location-5942da868f6755f0.live_location.e15b19ce-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/live_location-5942da868f6755f0.live_location.e15b19ce-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/live_location-5942da868f6755f0.live_location.e15b19ce-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/live_location-5942da868f6755f0.live_location.e15b19ce-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/live_location-5942da868f6755f0.live_location.e15b19ce-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/live_location-5942da868f6755f0.live_location.e15b19ce-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/live_location-5942da868f6755f0.live_location.e15b19ce-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/live_location-5942da868f6755f0.live_location.e15b19ce-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/live_location-5942da868f6755f0.live_location.e15b19ce-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/live_location-5942da868f6755f0.live_location.e15b19ce-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/live_location-5942da868f6755f0.live_location.e15b19ce-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/live_location-5942da868f6755f0.live_location.e15b19ce-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/live_location-5942da868f6755f0.live_location.e15b19ce-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/live_location-5942da868f6755f0.live_location.e15b19ce-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/live_location-5942da868f6755f0.live_location.e15b19ce-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/live_location-5942da868f6755f0.48d9mz7q3hius9n3.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtelegram_bot-22a836c00a366fd3.rlib" "/opt/rustwide/target/debug/deps/libmultipart-2e7cf79c4702239b.rlib" "/opt/rustwide/target/debug/deps/libtempfile-8b2fd0590ada790f.rlib" "/opt/rustwide/target/debug/deps/librand-565d10d8c2ff6591.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-35b0daedbfc8d90e.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-b183ff56153a063c.rlib" "/opt/rustwide/target/debug/deps/librand_core-7e37e9ea1c7a4e42.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-19e4a82f28bb6787.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-a366538c24cba4e3.rlib" "/opt/rustwide/target/debug/deps/librand-bf69e45d5b8f8e43.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-7471cadbc336a1e6.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-2834c6c9975fd946.rlib" "/opt/rustwide/target/debug/deps/librand_hc-7d82f4601a805bf2.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-81fcaa9536f0542d.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-9a57256bab0accff.rlib" "/opt/rustwide/target/debug/deps/librand_core-78a41ab4e441eb16.rlib" "/opt/rustwide/target/debug/deps/librand_os-a8a87a0ab7e4593f.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-f85db5560f5e9cc3.rlib" "/opt/rustwide/target/debug/deps/librand_core-7af04c7ffb9ea391.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-4141158178a2a29f.rlib" "/opt/rustwide/target/debug/deps/libphf-626f856b8e45a605.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-afa2cfb7806ebf96.rlib" "/opt/rustwide/target/debug/deps/libunicase-9d3bf68306791c3a.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-59c5ab0de98e183d.rlib" "/opt/rustwide/target/debug/deps/libmime-51b0e57f2190ca2c.rlib" "/opt/rustwide/target/debug/deps/liblog-bfbbe5fd0b05610f.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-1fda92dc5c0fca56.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-5f1f3fd880f669d5.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-990bccc5b883cf9d.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-761fbe5cb1bb6d9c.rlib" "/opt/rustwide/target/debug/deps/libopenssl-5a335246c3fc0fad.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-9ba2fd7e1fc1530c.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-46b9b5ebdcb273c8.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-ecd28e6fe5f7182e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-6d05264d59b50f7f.rlib" "/opt/rustwide/target/debug/deps/libhyper-7f3e323f1f6d74a3.rlib" "/opt/rustwide/target/debug/deps/libhttparse-63cba1f3c42aa21e.rlib" "/opt/rustwide/target/debug/deps/libwant-aa4f10a1299265b5.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-febba4674ec63f92.rlib" "/opt/rustwide/target/debug/deps/libh2-4a7362de704777aa.rlib" "/opt/rustwide/target/debug/deps/libindexmap-a0e9885c87ef0698.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-d871cd8609217a8e.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-919a2285c89b95e3.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-af7daf4fc80f6124.rlib" "/opt/rustwide/target/debug/deps/libsocket2-18d8b5cd101af9b9.rlib" "/opt/rustwide/target/debug/deps/libtower_service-f6e8fd1fdbdc352c.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-b26bab5411c22584.rlib" "/opt/rustwide/target/debug/deps/libhttp-30b600f0e4ac71c3.rlib" "/opt/rustwide/target/debug/deps/libtelegram_bot_raw-3528382608492c88.rlib" "/opt/rustwide/target/debug/deps/libserde_json-fd91a0f53d54f749.rlib" "/opt/rustwide/target/debug/deps/libryu-8c106c7dece5fbd0.rlib" "/opt/rustwide/target/debug/deps/libitoa-6ac861f3d8ceb06c.rlib" "/opt/rustwide/target/debug/deps/libserde-58d5bf1770c32efd.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-4c388ead854c6ba6.rlib" "/opt/rustwide/target/debug/deps/libtracing-75450c50b1ce3925.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-dfb18c1f7308acb6.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libpin_project-da5cec99c775e59b.rlib" "/opt/rustwide/target/debug/deps/libtokio-f7a44076218b81c3.rlib" "/opt/rustwide/target/debug/deps/libfnv-22cd72556da4b99c.rlib" "/opt/rustwide/target/debug/deps/libmio-8f6e1f4608596e11.rlib" "/opt/rustwide/target/debug/deps/liblog-f65a61c7426cc3ad.rlib" "/opt/rustwide/target/debug/deps/libiovec-ec1c043e84c090ee.rlib" "/opt/rustwide/target/debug/deps/libnet2-ea719eb3346fbb60.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-81c3651d70dd4895.rlib" "/opt/rustwide/target/debug/deps/liblibc-a05e21c69552dfb5.rlib" "/opt/rustwide/target/debug/deps/libbytes-522c9d77a2dcfe3d.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-b4414c276c53e36c.rlib" "/opt/rustwide/target/debug/deps/libfutures-2d16ac9f7af15085.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-6cde31842d834fd4.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-68055570dbe90a9b.rlib" "/opt/rustwide/target/debug/deps/libmemchr-3db82c5a8ba2376a.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-4900e90a45002da6.rlib" "/opt/rustwide/target/debug/deps/libslab-ab98851c871a197f.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-066f49ad0db5f0c9.rlib" "/opt/rustwide/target/debug/deps/libpin_project-8c5c0f9a180e0a99.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-6391c9de91b78bae.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-ae8329aabdc7fa5e.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-dce04d88fa31dd9c.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-b7ff504f33cec58a.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-1c7eb71084c42219.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.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/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/live_location-5942da868f6755f0" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "462ef70d92ebba9fbcba5156cdff0cdbc677aeeec1b3a58c33b1e2db609d8d93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "462ef70d92ebba9fbcba5156cdff0cdbc677aeeec1b3a58c33b1e2db609d8d93", kill_on_drop: false }` [INFO] [stdout] 462ef70d92ebba9fbcba5156cdff0cdbc677aeeec1b3a58c33b1e2db609d8d93