[INFO] fetching crate telegram-bot-fork 0.7.8... [INFO] testing telegram-bot-fork-0.7.8 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate telegram-bot-fork 0.7.8 into /workspace/builds/worker-21/source [INFO] validating manifest of crates.io crate telegram-bot-fork 0.7.8 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate telegram-bot-fork 0.7.8 [INFO] finished tweaking crates.io crate telegram-bot-fork 0.7.8 [INFO] tweaked toml for crates.io crate telegram-bot-fork 0.7.8 written to /workspace/builds/worker-21/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f8e5d9ccf652f8c9bd6ed9da5c4ef9b2e2cb7d20b7584bdc9d7fb0953e0e8d13 [INFO] running `Command { std: "docker" "start" "-a" "f8e5d9ccf652f8c9bd6ed9da5c4ef9b2e2cb7d20b7584bdc9d7fb0953e0e8d13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f8e5d9ccf652f8c9bd6ed9da5c4ef9b2e2cb7d20b7584bdc9d7fb0953e0e8d13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8e5d9ccf652f8c9bd6ed9da5c4ef9b2e2cb7d20b7584bdc9d7fb0953e0e8d13", kill_on_drop: false }` [INFO] [stdout] f8e5d9ccf652f8c9bd6ed9da5c4ef9b2e2cb7d20b7584bdc9d7fb0953e0e8d13 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8094b9944478ecb0000825933a6ee09d1c4774484b959695552e96cdc8f3f38b [INFO] running `Command { std: "docker" "start" "-a" "8094b9944478ecb0000825933a6ee09d1c4774484b959695552e96cdc8f3f38b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling antidote v1.0.0 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling serde-value v0.5.3 [INFO] [stderr] Compiling hyper v0.12.36 [INFO] [stderr] Compiling telegram-bot-fork-raw v0.7.8 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling telegram-bot-fork v0.7.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / error_chain! { [INFO] [stdout] 4 | | foreign_links { [INFO] [stdout] 5 | | Url(::http::uri::InvalidUri) #[cfg(feature = "hyper_connector")]; [INFO] [stdout] 6 | | Hyper(::hyper::Error) #[cfg(feature = "hyper_connector")]; [INFO] [stdout] ... | [INFO] [stdout] 13 | | } [INFO] [stdout] 14 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/api.rs:24:20 [INFO] [stdout] | [INFO] [stdout] 24 | connector: Box, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - connector: Box, [INFO] [stdout] 24 + connector: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/future.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | inner: Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8 - inner: Box>, [INFO] [stdout] 8 + inner: Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/api.rs:67:67 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn with_connector>(token: T, connector: Box) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 67 - pub fn with_connector>(token: T, connector: Box) -> Self { [INFO] [stdout] 67 + pub fn with_connector>(token: T, connector: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/future.rs:12:23 [INFO] [stdout] | [INFO] [stdout] 12 | fn new(inner: Box>) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 12 - fn new(inner: Box>) -> Self; [INFO] [stdout] 12 + fn new(inner: Box>) -> Self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/future.rs:16:23 [INFO] [stdout] | [INFO] [stdout] 16 | fn new(inner: Box>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 16 - fn new(inner: Box>) -> Self { [INFO] [stdout] 16 + fn new(inner: Box>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/connector/mod.rs:17:42 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn default_connector() -> Result, Error> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 - pub fn default_connector() -> Result, Error> { [INFO] [stdout] 17 + pub fn default_connector() -> Result, Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/connector/hyper.rs:92:42 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn default_connector() -> Result, Error> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 92 - pub fn default_connector() -> Result, Error> { [INFO] [stdout] 92 + pub fn default_connector() -> Result, Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/errors.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / error_chain! { [INFO] [stdout] 4 | | foreign_links { [INFO] [stdout] 5 | | Url(::http::uri::InvalidUri) #[cfg(feature = "hyper_connector")]; [INFO] [stdout] 6 | | Hyper(::hyper::Error) #[cfg(feature = "hyper_connector")]; [INFO] [stdout] ... | [INFO] [stdout] 13 | | } [INFO] [stdout] 14 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.80s [INFO] running `Command { std: "docker" "inspect" "8094b9944478ecb0000825933a6ee09d1c4774484b959695552e96cdc8f3f38b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8094b9944478ecb0000825933a6ee09d1c4774484b959695552e96cdc8f3f38b", kill_on_drop: false }` [INFO] [stdout] 8094b9944478ecb0000825933a6ee09d1c4774484b959695552e96cdc8f3f38b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 446ade7704382bec98a028ffe74bfdafe2eea7cb5fc2c93b96a183c7cdfc2096 [INFO] running `Command { std: "docker" "start" "-a" "446ade7704382bec98a028ffe74bfdafe2eea7cb5fc2c93b96a183c7cdfc2096", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / error_chain! { [INFO] [stdout] 4 | | foreign_links { [INFO] [stdout] 5 | | Url(::http::uri::InvalidUri) #[cfg(feature = "hyper_connector")]; [INFO] [stdout] 6 | | Hyper(::hyper::Error) #[cfg(feature = "hyper_connector")]; [INFO] [stdout] ... | [INFO] [stdout] 13 | | } [INFO] [stdout] 14 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/api.rs:24:20 [INFO] [stdout] | [INFO] [stdout] 24 | connector: Box, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - connector: Box, [INFO] [stdout] 24 + connector: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/future.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | inner: Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8 - inner: Box>, [INFO] [stdout] 8 + inner: Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/api.rs:67:67 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn with_connector>(token: T, connector: Box) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 67 - pub fn with_connector>(token: T, connector: Box) -> Self { [INFO] [stdout] 67 + pub fn with_connector>(token: T, connector: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/future.rs:12:23 [INFO] [stdout] | [INFO] [stdout] 12 | fn new(inner: Box>) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 12 - fn new(inner: Box>) -> Self; [INFO] [stdout] 12 + fn new(inner: Box>) -> Self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/future.rs:16:23 [INFO] [stdout] | [INFO] [stdout] 16 | fn new(inner: Box>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 16 - fn new(inner: Box>) -> Self { [INFO] [stdout] 16 + fn new(inner: Box>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/connector/mod.rs:17:42 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn default_connector() -> Result, Error> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 - pub fn default_connector() -> Result, Error> { [INFO] [stdout] 17 + pub fn default_connector() -> Result, Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/connector/hyper.rs:92:42 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn default_connector() -> Result, Error> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 92 - pub fn default_connector() -> Result, Error> { [INFO] [stdout] 92 + pub fn default_connector() -> Result, Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/errors.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / error_chain! { [INFO] [stdout] 4 | | foreign_links { [INFO] [stdout] 5 | | Url(::http::uri::InvalidUri) #[cfg(feature = "hyper_connector")]; [INFO] [stdout] 6 | | Hyper(::hyper::Error) #[cfg(feature = "hyper_connector")]; [INFO] [stdout] ... | [INFO] [stdout] 13 | | } [INFO] [stdout] 14 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling telegram-bot-fork v0.7.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around function argument [INFO] [stdout] --> examples/features.rs:105:44 [INFO] [stdout] | [INFO] [stdout] 105 | tokio::executor::current_thread::spawn({ future.map_err(|_| ()).map(|_| ()) }) [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 105 - tokio::executor::current_thread::spawn({ future.map_err(|_| ()).map(|_| ()) }) [INFO] [stdout] 105 + tokio::executor::current_thread::spawn(future.map_err(|_| ()).map(|_| ())) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around function argument [INFO] [stdout] --> examples/features.rs:118:44 [INFO] [stdout] | [INFO] [stdout] 118 | tokio::executor::current_thread::spawn({ future.map_err(|_| ()).map(|_| ()) }) [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 118 - tokio::executor::current_thread::spawn({ future.map_err(|_| ()).map(|_| ()) }) [INFO] [stdout] 118 + tokio::executor::current_thread::spawn(future.map_err(|_| ()).map(|_| ())) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around function argument [INFO] [stdout] --> examples/features.rs:126:44 [INFO] [stdout] | [INFO] [stdout] 126 | tokio::executor::current_thread::spawn({ future.map_err(|_| ()).map(|_| ()) }) [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 126 - tokio::executor::current_thread::spawn({ future.map_err(|_| ()).map(|_| ()) }) [INFO] [stdout] 126 + tokio::executor::current_thread::spawn(future.map_err(|_| ()).map(|_| ())) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around function argument [INFO] [stdout] --> examples/features.rs:137:44 [INFO] [stdout] | [INFO] [stdout] 137 | tokio::executor::current_thread::spawn({ future.map_err(|_| ()).map(|_| ()) }) [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 137 - tokio::executor::current_thread::spawn({ future.map_err(|_| ()).map(|_| ()) }) [INFO] [stdout] 137 + tokio::executor::current_thread::spawn(future.map_err(|_| ()).map(|_| ())) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around function argument [INFO] [stdout] --> examples/features.rs:147:44 [INFO] [stdout] | [INFO] [stdout] 147 | tokio::executor::current_thread::spawn({ future.map_err(|_| ()).map(|_| ()) }) [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 147 - tokio::executor::current_thread::spawn({ future.map_err(|_| ()).map(|_| ()) }) [INFO] [stdout] 147 + tokio::executor::current_thread::spawn(future.map_err(|_| ()).map(|_| ())) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / error_chain! { [INFO] [stdout] 4 | | foreign_links { [INFO] [stdout] 5 | | Url(::http::uri::InvalidUri) #[cfg(feature = "hyper_connector")]; [INFO] [stdout] 6 | | Hyper(::hyper::Error) #[cfg(feature = "hyper_connector")]; [INFO] [stdout] ... | [INFO] [stdout] 13 | | } [INFO] [stdout] 14 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/api.rs:24:20 [INFO] [stdout] | [INFO] [stdout] 24 | connector: Box, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - connector: Box, [INFO] [stdout] 24 + connector: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/future.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | inner: Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 8 - inner: Box>, [INFO] [stdout] 8 + inner: Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/api.rs:67:67 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn with_connector>(token: T, connector: Box) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 67 - pub fn with_connector>(token: T, connector: Box) -> Self { [INFO] [stdout] 67 + pub fn with_connector>(token: T, connector: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/future.rs:12:23 [INFO] [stdout] | [INFO] [stdout] 12 | fn new(inner: Box>) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 12 - fn new(inner: Box>) -> Self; [INFO] [stdout] 12 + fn new(inner: Box>) -> Self; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/future.rs:16:23 [INFO] [stdout] | [INFO] [stdout] 16 | fn new(inner: Box>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 16 - fn new(inner: Box>) -> Self { [INFO] [stdout] 16 + fn new(inner: Box>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/connector/mod.rs:17:42 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn default_connector() -> Result, Error> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 - pub fn default_connector() -> Result, Error> { [INFO] [stdout] 17 + pub fn default_connector() -> Result, Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/connector/hyper.rs:92:42 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn default_connector() -> Result, Error> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 92 - pub fn default_connector() -> Result, Error> { [INFO] [stdout] 92 + pub fn default_connector() -> Result, Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/errors.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / error_chain! { [INFO] [stdout] 4 | | foreign_links { [INFO] [stdout] 5 | | Url(::http::uri::InvalidUri) #[cfg(feature = "hyper_connector")]; [INFO] [stdout] 6 | | Hyper(::hyper::Error) #[cfg(feature = "hyper_connector")]; [INFO] [stdout] ... | [INFO] [stdout] 13 | | } [INFO] [stdout] 14 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [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/pin-1f140c60b692739c.pin.eda7f051-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/pin-1f140c60b692739c.pin.eda7f051-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/pin-1f140c60b692739c.pin.eda7f051-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/pin-1f140c60b692739c.pin.eda7f051-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/pin-1f140c60b692739c.pin.eda7f051-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/pin-1f140c60b692739c.pin.eda7f051-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/pin-1f140c60b692739c.pin.eda7f051-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/pin-1f140c60b692739c.pin.eda7f051-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/pin-1f140c60b692739c.pin.eda7f051-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/pin-1f140c60b692739c.pin.eda7f051-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/pin-1f140c60b692739c.pin.eda7f051-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/pin-1f140c60b692739c.pin.eda7f051-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/pin-1f140c60b692739c.pin.eda7f051-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/pin-1f140c60b692739c.pin.eda7f051-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/pin-1f140c60b692739c.pin.eda7f051-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/pin-1f140c60b692739c.pin.eda7f051-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/pin-1f140c60b692739c.11kpnpn2e5wfbxep.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtelegram_bot_fork-530705b623537a46.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-8e75901dc5368d08.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-03c73d4bb40d2a82.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-361016bdcb077fee.rlib" "/opt/rustwide/target/debug/deps/libopenssl-54db3c31c3da05e9.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-5d5fb79f44447b4b.rlib" "/opt/rustwide/target/debug/deps/libbitflags-610a73087f46ba3b.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-be446b71089bc99d.rlib" "/opt/rustwide/target/debug/deps/libhyper-404f41e11297d39e.rlib" "/opt/rustwide/target/debug/deps/libwant-669a396ded78c4a5.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-9f7beed53871ae63.rlib" "/opt/rustwide/target/debug/deps/libtime-cfedab4feb1161c9.rlib" "/opt/rustwide/target/debug/deps/libhttparse-4785303f3c756830.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-c8385bbcea46b318.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-f5a55e0d054f47de.rlib" "/opt/rustwide/target/debug/deps/libh2-be6488e520d9bb31.rlib" "/opt/rustwide/target/debug/deps/libindexmap-40b3c1e7f90444fe.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-743e8c262a81811e.rlib" "/opt/rustwide/target/debug/deps/libstring-0e492b3cac9be496.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-90f13d3c261fe643.rlib" "/opt/rustwide/target/debug/deps/libtokio-11c37c66ec9eebf1.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-28668ef51fc5b4cf.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-12a98a9bbc70ff00.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-fa5bbc1e7b821002.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-310c922636a0c6bb.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-662c5d037ef03723.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-433000645e1f83e2.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-72fdd4ebc14b4b69.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-f108e641fa8429ce.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-3a6a96a852b7039e.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-5486e2066e6a43cb.rlib" "/opt/rustwide/target/debug/deps/liblock_api-7f1e5e6251b284ca.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-eb0360bf0a0da675.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-038063291b2f92ec.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-ba2e117a3c637241.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-16a3923ac256d71d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-b996c8a8f994db05.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-bf121e369dfdaf58.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6da8ac6dfb59ea6e.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-3483de428e3ffbda.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-57fcc4f859f3a3f2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-2230ff2b000d6cac.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-f76f0bc2c7d92cf0.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-843a63153743e84c.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-0cf63326fa2cd96b.rlib" "/opt/rustwide/target/debug/deps/libmio-119cfe8a6b38efc9.rlib" "/opt/rustwide/target/debug/deps/liblog-85f4ca97e1cbe80a.rlib" "/opt/rustwide/target/debug/deps/libslab-de4c8617047c1765.rlib" "/opt/rustwide/target/debug/deps/libnet2-e5f8a3e5a775c45e.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libtelegram_bot_fork_raw-17e3ce2be79df8cb.rlib" "/opt/rustwide/target/debug/deps/libserde_value-c8dc7b395a68fc2d.rlib" "/opt/rustwide/target/debug/deps/libordered_float-ed5f9ba3187f8eae.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-158d0e9e7daa2e33.rlib" "/opt/rustwide/target/debug/deps/libserde_json-1aaede3659088810.rlib" "/opt/rustwide/target/debug/deps/libryu-1f87c9e09d988964.rlib" "/opt/rustwide/target/debug/deps/libitoa-57ac2f3fee0fa4c3.rlib" "/opt/rustwide/target/debug/deps/libserde-75d1aef85f509bd3.rlib" "/opt/rustwide/target/debug/deps/libhttp-fcb21910c95ab43f.rlib" "/opt/rustwide/target/debug/deps/libitoa-d0264c8ce1ce890b.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/libbytes-1fac86fd59b3ea3f.rlib" "/opt/rustwide/target/debug/deps/libeither-e3062db716b81c8a.rlib" "/opt/rustwide/target/debug/deps/libiovec-a46fa7ce782fc848.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-614d7e4e7f7903e2.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-4abd874a48dee297.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-a601a9fee3e18b77.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-9c4f46919b808084.rlib" "/opt/rustwide/target/debug/deps/libadler-92f8db84032ff960.rlib" "/opt/rustwide/target/debug/deps/libobject-822da7b2dc5ea4df.rlib" "/opt/rustwide/target/debug/deps/libmemchr-0993f867c07b56b2.rlib" "/opt/rustwide/target/debug/deps/liblibc-7a5dab6311f3c1a3.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-5c3a9c47cc3450e0.rlib" "/opt/rustwide/target/debug/deps/libgimli-8acf6516e7235d17.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-ebf1bae139d6c8cf.rlib" "/opt/rustwide/target/debug/deps/libantidote-77b4f7f18fb16f36.rlib" "/opt/rustwide/target/debug/deps/libfutures-0f39203b7bbc7621.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.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/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/pin-1f140c60b692739c" "-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: could not compile `telegram-bot-fork` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "446ade7704382bec98a028ffe74bfdafe2eea7cb5fc2c93b96a183c7cdfc2096", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "446ade7704382bec98a028ffe74bfdafe2eea7cb5fc2c93b96a183c7cdfc2096", kill_on_drop: false }` [INFO] [stdout] 446ade7704382bec98a028ffe74bfdafe2eea7cb5fc2c93b96a183c7cdfc2096