[INFO] crate telegram-bot 0.6.3 is already in cache [INFO] testing telegram-bot-0.6.3 against 1.38.0 for beta-1.39-1 [INFO] extracting crate telegram-bot 0.6.3 into work/builds/worker-9/source [INFO] validating manifest of crates.io crate telegram-bot 0.6.3 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate telegram-bot 0.6.3 [INFO] finished tweaking crates.io crate telegram-bot 0.6.3 [INFO] tweaked toml for crates.io crate telegram-bot 0.6.3 written to work/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate telegram-bot 0.6.3 already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "build" "--frozen"` [INFO] [stdout] c58f31446bd4268fe580834ed0e2d03e28a7a8b486fc15aa448788932812d1ed [INFO] running `"docker" "start" "-a" "c58f31446bd4268fe580834ed0e2d03e28a7a8b486fc15aa448788932812d1ed"` [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling openssl v0.10.23 [INFO] [stderr] Compiling serde v1.0.94 [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling tokio-executor v0.1.8 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling tokio-current-thread v0.1.6 [INFO] [stderr] Compiling tokio-timer v0.2.11 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling openssl-sys v0.9.47 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling http v0.1.17 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling h2 v0.1.25 [INFO] [stderr] Compiling serde_derive v1.0.95 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling serde-value v0.5.3 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling telegram-bot-raw v0.6.3 [INFO] [stderr] Compiling telegram-bot v0.6.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/api.rs:24:20 [INFO] [stderr] | [INFO] [stderr] 24 | connector: Box, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Connector` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/api.rs:31:19 [INFO] [stderr] | [INFO] [stderr] 31 | Specified(Box), [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Connector` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/api.rs:41:31 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn new(connector: Box) -> Self { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Connector` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/api.rs:45:54 [INFO] [stderr] | [INFO] [stderr] 45 | pub fn take(self, handle: &Handle) -> Result, Error> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Connector` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/api.rs:62:43 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn connector(self, connector: Box) -> Config { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Connector` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/future.rs:8:16 [INFO] [stderr] | [INFO] [stderr] 8 | inner: Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/future.rs:12:23 [INFO] [stderr] | [INFO] [stderr] 12 | fn new(inner: Box>) -> Self; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/future.rs:16:23 [INFO] [stderr] | [INFO] [stderr] 16 | fn new(inner: Box>) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/connector/hyper.rs:85:42 [INFO] [stderr] | [INFO] [stderr] 85 | pub fn default_connector() -> Result, Error> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Connector` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/connector/mod.rs:34:58 [INFO] [stderr] | [INFO] [stderr] 34 | pub fn default_connector(_handle: &Handle) -> Result, Error> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Connector` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain! { [INFO] [stderr] 4 | | foreign_links { [INFO] [stderr] 5 | | Url(::hyper::http::uri::InvalidUri) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] 6 | | Hyper(::hyper::Error) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] ... | [INFO] [stderr] 14 | | } [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain! { [INFO] [stderr] 4 | | foreign_links { [INFO] [stderr] 5 | | Url(::hyper::http::uri::InvalidUri) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] 6 | | Hyper(::hyper::Error) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] ... | [INFO] [stderr] 14 | | } [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 43.06s [INFO] running `"docker" "inspect" "c58f31446bd4268fe580834ed0e2d03e28a7a8b486fc15aa448788932812d1ed"` [INFO] running `"docker" "rm" "-f" "c58f31446bd4268fe580834ed0e2d03e28a7a8b486fc15aa448788932812d1ed"` [INFO] [stdout] c58f31446bd4268fe580834ed0e2d03e28a7a8b486fc15aa448788932812d1ed [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 2acb6eced8d98e3e2bb4966027480aa3aad210840bfba70d1cbeb7786cd23f42 [INFO] running `"docker" "start" "-a" "2acb6eced8d98e3e2bb4966027480aa3aad210840bfba70d1cbeb7786cd23f42"` [INFO] [stderr] Compiling telegram-bot v0.6.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/api.rs:24:20 [INFO] [stderr] | [INFO] [stderr] 24 | connector: Box, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Connector` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/api.rs:31:19 [INFO] [stderr] | [INFO] [stderr] 31 | Specified(Box), [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Connector` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/api.rs:41:31 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn new(connector: Box) -> Self { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Connector` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/api.rs:45:54 [INFO] [stderr] | [INFO] [stderr] 45 | pub fn take(self, handle: &Handle) -> Result, Error> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Connector` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/api.rs:62:43 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn connector(self, connector: Box) -> Config { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Connector` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/future.rs:8:16 [INFO] [stderr] | [INFO] [stderr] 8 | inner: Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/future.rs:12:23 [INFO] [stderr] | [INFO] [stderr] 12 | fn new(inner: Box>) -> Self; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/future.rs:16:23 [INFO] [stderr] | [INFO] [stderr] 16 | fn new(inner: Box>) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/connector/hyper.rs:85:42 [INFO] [stderr] | [INFO] [stderr] 85 | pub fn default_connector() -> Result, Error> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Connector` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/connector/mod.rs:34:58 [INFO] [stderr] | [INFO] [stderr] 34 | pub fn default_connector(_handle: &Handle) -> Result, Error> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Connector` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain! { [INFO] [stderr] 4 | | foreign_links { [INFO] [stderr] 5 | | Url(::hyper::http::uri::InvalidUri) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] 6 | | Hyper(::hyper::Error) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] ... | [INFO] [stderr] 14 | | } [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain! { [INFO] [stderr] 4 | | foreign_links { [INFO] [stderr] 5 | | Url(::hyper::http::uri::InvalidUri) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] 6 | | Hyper(::hyper::Error) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] ... | [INFO] [stderr] 14 | | } [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: Could not compile `telegram-bot`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name features examples/features.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="hyper"' --cfg 'feature="hyper-tls"' --cfg 'feature="hyper_connector"' -C metadata=236026764734f84c -C extra-filename=-236026764734f84c --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern antidote=/opt/rustwide/target/debug/deps/libantidote-1f78ccf22a2b7ff1.rlib --extern error_chain=/opt/rustwide/target/debug/deps/liberror_chain-fbdd2922bd5e8431.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-0f47511f747f5f06.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-63159a86cf891406.rlib --extern hyper_tls=/opt/rustwide/target/debug/deps/libhyper_tls-4fbdafb768a536f8.rlib --extern telegram_bot=/opt/rustwide/target/debug/deps/libtelegram_bot-ec6438e6543369fe.rlib --extern telegram_bot_raw=/opt/rustwide/target/debug/deps/libtelegram_bot_raw-10a28dfc95d09d25.rlib --extern tokio_core=/opt/rustwide/target/debug/deps/libtokio_core-44779a7c92477c3c.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/backtrace-sys-f175b3e5f82c5b3d/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `telegram-bot`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name live_location examples/live_location.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="hyper"' --cfg 'feature="hyper-tls"' --cfg 'feature="hyper_connector"' -C metadata=c9a5e0c9023601e4 -C extra-filename=-c9a5e0c9023601e4 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern antidote=/opt/rustwide/target/debug/deps/libantidote-1f78ccf22a2b7ff1.rlib --extern error_chain=/opt/rustwide/target/debug/deps/liberror_chain-fbdd2922bd5e8431.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-0f47511f747f5f06.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-63159a86cf891406.rlib --extern hyper_tls=/opt/rustwide/target/debug/deps/libhyper_tls-4fbdafb768a536f8.rlib --extern telegram_bot=/opt/rustwide/target/debug/deps/libtelegram_bot-ec6438e6543369fe.rlib --extern telegram_bot_raw=/opt/rustwide/target/debug/deps/libtelegram_bot_raw-10a28dfc95d09d25.rlib --extern tokio_core=/opt/rustwide/target/debug/deps/libtokio_core-44779a7c92477c3c.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/backtrace-sys-f175b3e5f82c5b3d/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `telegram-bot`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name simple examples/simple.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="hyper"' --cfg 'feature="hyper-tls"' --cfg 'feature="hyper_connector"' -C metadata=96b0b1ba548aea01 -C extra-filename=-96b0b1ba548aea01 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern antidote=/opt/rustwide/target/debug/deps/libantidote-1f78ccf22a2b7ff1.rlib --extern error_chain=/opt/rustwide/target/debug/deps/liberror_chain-fbdd2922bd5e8431.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-0f47511f747f5f06.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-63159a86cf891406.rlib --extern hyper_tls=/opt/rustwide/target/debug/deps/libhyper_tls-4fbdafb768a536f8.rlib --extern telegram_bot=/opt/rustwide/target/debug/deps/libtelegram_bot-ec6438e6543369fe.rlib --extern telegram_bot_raw=/opt/rustwide/target/debug/deps/libtelegram_bot_raw-10a28dfc95d09d25.rlib --extern tokio_core=/opt/rustwide/target/debug/deps/libtokio_core-44779a7c92477c3c.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/backtrace-sys-f175b3e5f82c5b3d/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `telegram-bot`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name send_document examples/send_document.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="hyper"' --cfg 'feature="hyper-tls"' --cfg 'feature="hyper_connector"' -C metadata=e3f71f7eda2133fd -C extra-filename=-e3f71f7eda2133fd --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern antidote=/opt/rustwide/target/debug/deps/libantidote-1f78ccf22a2b7ff1.rlib --extern error_chain=/opt/rustwide/target/debug/deps/liberror_chain-fbdd2922bd5e8431.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-0f47511f747f5f06.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-63159a86cf891406.rlib --extern hyper_tls=/opt/rustwide/target/debug/deps/libhyper_tls-4fbdafb768a536f8.rlib --extern telegram_bot=/opt/rustwide/target/debug/deps/libtelegram_bot-ec6438e6543369fe.rlib --extern telegram_bot_raw=/opt/rustwide/target/debug/deps/libtelegram_bot_raw-10a28dfc95d09d25.rlib --extern tokio_core=/opt/rustwide/target/debug/deps/libtokio_core-44779a7c92477c3c.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/backtrace-sys-f175b3e5f82c5b3d/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: signal: 9 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/get_me-811f54ebb4705cc2.get_me.ctk0s3nw-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-811f54ebb4705cc2.get_me.ctk0s3nw-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-811f54ebb4705cc2.get_me.ctk0s3nw-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-811f54ebb4705cc2.get_me.ctk0s3nw-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-811f54ebb4705cc2.get_me.ctk0s3nw-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-811f54ebb4705cc2.get_me.ctk0s3nw-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-811f54ebb4705cc2.get_me.ctk0s3nw-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-811f54ebb4705cc2.get_me.ctk0s3nw-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-811f54ebb4705cc2.get_me.ctk0s3nw-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-811f54ebb4705cc2.get_me.ctk0s3nw-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-811f54ebb4705cc2.get_me.ctk0s3nw-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-811f54ebb4705cc2.get_me.ctk0s3nw-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-811f54ebb4705cc2.get_me.ctk0s3nw-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-811f54ebb4705cc2.get_me.ctk0s3nw-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-811f54ebb4705cc2.get_me.ctk0s3nw-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/get_me-811f54ebb4705cc2.get_me.ctk0s3nw-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/get_me-811f54ebb4705cc2" "/opt/rustwide/target/debug/examples/get_me-811f54ebb4705cc2.3aju5w1rhxtompz6.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-f175b3e5f82c5b3d/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtelegram_bot-ec6438e6543369fe.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-4fbdafb768a536f8.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-9af814a5a9aecef9.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-3e2db64b5a350a8f.rlib" "/opt/rustwide/target/debug/deps/libopenssl-f0564164f62ba20b.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-e7a1f696019cbea4.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-dafad7d3bcdfafbf.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1408dda5e1c87d57.rlib" "/opt/rustwide/target/debug/deps/libbitflags-db99416e3bf58e66.rlib" "/opt/rustwide/target/debug/deps/libhyper-63159a86cf891406.rlib" "/opt/rustwide/target/debug/deps/libwant-9fa8e45112ba6cb9.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-6913fd29241ecad2.rlib" "/opt/rustwide/target/debug/deps/libtime-09caa99907d7d00c.rlib" "/opt/rustwide/target/debug/deps/libhttparse-68277d43da74a785.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-8d78be8a8edc41ea.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-f5c6c389ef96d8ac.rlib" "/opt/rustwide/target/debug/deps/libh2-26c0bc21144ddf1a.rlib" "/opt/rustwide/target/debug/deps/libindexmap-e3221bc3132731cb.rlib" "/opt/rustwide/target/debug/deps/libstring-b740e7ee2692b11d.rlib" "/opt/rustwide/target/debug/deps/libhttp-2970f26b44dc2079.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-13f1a1d4e05776e5.rlib" "/opt/rustwide/target/debug/deps/libtelegram_bot_raw-10a28dfc95d09d25.rlib" "/opt/rustwide/target/debug/deps/libserde_json-cfd6c7c13c865b07.rlib" "/opt/rustwide/target/debug/deps/libryu-84f5bdeec10241b3.rlib" "/opt/rustwide/target/debug/deps/libitoa-2dfb56471520de1d.rlib" "/opt/rustwide/target/debug/deps/libserde-3f014144ec6249b1.rlib" "/opt/rustwide/target/debug/deps/libtokio_core-44779a7c92477c3c.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-4221a3d8c56576d4.rlib" "/opt/rustwide/target/debug/deps/libtokio-c1696f8083cc5cf7.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-8bdcc2e73c5b6fdf.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-f9e0d82736876c34.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-2be76f5e51b9c8ae.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-ca34d8ac1fcf3852.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-b81cc00577e832c9.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-4b1cd7821eebbe3a.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-b20f9c75cf6fe825.rlib" "/opt/rustwide/target/debug/deps/libfnv-51dd7c2b44b560c1.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-cf33dd0cdc89e0d3.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-04b381bb7fb451bd.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-f7a7a9e9ae97b229.rlib" "/opt/rustwide/target/debug/deps/liblock_api-21a536805cd3cce5.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-cd6ee999def56cce.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-476245fd14e4db6b.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-09c82d4e4b99df3e.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-6476672202e98278.rlib" "/opt/rustwide/target/debug/deps/librand-b07697e9a82593c8.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-788e08e4e9b857db.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-1df57466ddde5c64.rlib" "/opt/rustwide/target/debug/deps/librand_hc-a413bb2c7ba70585.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-ddd26dd3da121733.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-4874caa1590f70f4.rlib" "/opt/rustwide/target/debug/deps/librand_core-92c2f35314396599.rlib" "/opt/rustwide/target/debug/deps/librand_os-acba779968543c42.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-378cddb3053a68b1.rlib" "/opt/rustwide/target/debug/deps/librand_core-bcfcf7c2a1d9c9e3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-6ff82d14d870b73c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-302996a35b1722ab.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-176bd2f4927cbaac.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-5d24109de20616f8.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-eb3783781a55ffc1.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-3590f6ef4a91b308.rlib" "/opt/rustwide/target/debug/deps/libnodrop-0ca5cda255c03c42.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-27575382bc44ae6b.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-3270085dc773bc5c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-c420ada897c4837a.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-afd34dbcb0d5fa39.rlib" "/opt/rustwide/target/debug/deps/libspin-d5b61a6cb2c7fbd8.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-17e5813c495501ce.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-33c016b4f998522e.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-5d6f5b40642d227a.rlib" "/opt/rustwide/target/debug/deps/libmio-c77792e5c8722b8f.rlib" "/opt/rustwide/target/debug/deps/liblog-6bce0ee8b6f7469b.rlib" "/opt/rustwide/target/debug/deps/libslab-2d4e73d4fd5cd450.rlib" "/opt/rustwide/target/debug/deps/libnet2-85671cd82b29a073.rlib" "/opt/rustwide/target/debug/deps/libbytes-6cf49b03a950b680.rlib" "/opt/rustwide/target/debug/deps/libeither-154fe9b4f1e0fd68.rlib" "/opt/rustwide/target/debug/deps/libiovec-89287625c4348c40.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f584045056e081f3.rlib" "/opt/rustwide/target/debug/deps/libfutures-0f47511f747f5f06.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-fbdd2922bd5e8431.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-740ef607d77a7834.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-d49de02f372ef460.rlib" "/opt/rustwide/target/debug/deps/liblibc-2cfee3f65a24efe2.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-32eaf08e5545e331.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-ad9e178ccf1178bb.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `telegram-bot`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "2acb6eced8d98e3e2bb4966027480aa3aad210840bfba70d1cbeb7786cd23f42"` [INFO] running `"docker" "rm" "-f" "2acb6eced8d98e3e2bb4966027480aa3aad210840bfba70d1cbeb7786cd23f42"` [INFO] [stdout] 2acb6eced8d98e3e2bb4966027480aa3aad210840bfba70d1cbeb7786cd23f42