[INFO] crate telegram-bot-fork 0.7.8 is already in cache [INFO] testing telegram-bot-fork-0.7.8 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate telegram-bot-fork 0.7.8 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate telegram-bot-fork 0.7.8 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [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-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c070269ae323fbdcbc480789046a535a522595e2d9c9d2c96a546addeaad438d [INFO] running `"docker" "start" "-a" "c070269ae323fbdcbc480789046a535a522595e2d9c9d2c96a546addeaad438d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling antidote v1.0.0 [INFO] [stderr] Compiling serde-value v0.5.3 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-uds v0.2.6 [INFO] [stderr] Compiling telegram-bot-fork-raw v0.7.8 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling telegram-bot-fork v0.7.8 (/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:67:67 [INFO] [stderr] | [INFO] [stderr] 67 | pub fn with_connector>(token: T, 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/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:92:42 [INFO] [stderr] | [INFO] [stderr] 92 | 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:17:42 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn default_connector() -> Result, Error> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Connector` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain! { [INFO] [stderr] 4 | | foreign_links { [INFO] [stderr] 5 | | Url(::http::uri::InvalidUri) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] 6 | | Hyper(::hyper::Error) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain! { [INFO] [stderr] 4 | | foreign_links { [INFO] [stderr] 5 | | Url(::http::uri::InvalidUri) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] 6 | | Hyper(::hyper::Error) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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(::http::uri::InvalidUri) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] 6 | | Hyper(::hyper::Error) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.24s [INFO] running `"docker" "inspect" "c070269ae323fbdcbc480789046a535a522595e2d9c9d2c96a546addeaad438d"` [INFO] running `"docker" "rm" "-f" "c070269ae323fbdcbc480789046a535a522595e2d9c9d2c96a546addeaad438d"` [INFO] [stdout] c070269ae323fbdcbc480789046a535a522595e2d9c9d2c96a546addeaad438d [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 97d860f5c49ebb2141f3f0bd75e74efc616c7d3dd9f873518c7261c4d489b137 [INFO] running `"docker" "start" "-a" "97d860f5c49ebb2141f3f0bd75e74efc616c7d3dd9f873518c7261c4d489b137"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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:67:67 [INFO] [stderr] | [INFO] [stderr] 67 | pub fn with_connector>(token: T, 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/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:92:42 [INFO] [stderr] | [INFO] [stderr] 92 | 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:17:42 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn default_connector() -> Result, Error> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Connector` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain! { [INFO] [stderr] 4 | | foreign_links { [INFO] [stderr] 5 | | Url(::http::uri::InvalidUri) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] 6 | | Hyper(::hyper::Error) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain! { [INFO] [stderr] 4 | | foreign_links { [INFO] [stderr] 5 | | Url(::http::uri::InvalidUri) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] 6 | | Hyper(::hyper::Error) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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(::http::uri::InvalidUri) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] 6 | | Hyper(::hyper::Error) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling telegram-bot-fork v0.7.8 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary braces around function argument [INFO] [stderr] --> examples/features.rs:105:44 [INFO] [stderr] | [INFO] [stderr] 105 | tokio::executor::current_thread::spawn({ future.map_err(|_| ()).map(|_| ()) }) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around function argument [INFO] [stderr] --> examples/features.rs:118:44 [INFO] [stderr] | [INFO] [stderr] 118 | tokio::executor::current_thread::spawn({ future.map_err(|_| ()).map(|_| ()) }) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around function argument [INFO] [stderr] --> examples/features.rs:126:44 [INFO] [stderr] | [INFO] [stderr] 126 | tokio::executor::current_thread::spawn({ future.map_err(|_| ()).map(|_| ()) }) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around function argument [INFO] [stderr] --> examples/features.rs:137:44 [INFO] [stderr] | [INFO] [stderr] 137 | tokio::executor::current_thread::spawn({ future.map_err(|_| ()).map(|_| ()) }) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around function argument [INFO] [stderr] --> examples/features.rs:147:44 [INFO] [stderr] | [INFO] [stderr] 147 | tokio::executor::current_thread::spawn({ future.map_err(|_| ()).map(|_| ()) }) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [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:67:67 [INFO] [stderr] | [INFO] [stderr] 67 | pub fn with_connector>(token: T, 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/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:92:42 [INFO] [stderr] | [INFO] [stderr] 92 | 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:17:42 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn default_connector() -> Result, Error> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Connector` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain! { [INFO] [stderr] 4 | | foreign_links { [INFO] [stderr] 5 | | Url(::http::uri::InvalidUri) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] 6 | | Hyper(::hyper::Error) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain! { [INFO] [stderr] 4 | | foreign_links { [INFO] [stderr] 5 | | Url(::http::uri::InvalidUri) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] 6 | | Hyper(::hyper::Error) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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(::http::uri::InvalidUri) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] 6 | | Hyper(::hyper::Error) #[cfg(feature = "hyper_connector")]; [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `telegram-bot-fork`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name features examples/features.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="hyper"' --cfg 'feature="hyper-tls"' --cfg 'feature="hyper_connector"' -C metadata=b0d8dee5c9fafe42 -C extra-filename=-b0d8dee5c9fafe42 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern antidote=/opt/rustwide/target/debug/deps/libantidote-90f9ca91cc8fd675.rlib --extern error_chain=/opt/rustwide/target/debug/deps/liberror_chain-25ebaf66843a30ac.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-cbe4e291e0a0e8bc.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-07b3b3d1cb5d08ee.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-500cc94acfc9542e.rlib --extern hyper_tls=/opt/rustwide/target/debug/deps/libhyper_tls-34cd03e353a06d67.rlib --extern telegram_bot_fork=/opt/rustwide/target/debug/deps/libtelegram_bot_fork-a6b9c5315f2c22fe.rlib --extern telegram_bot_fork_raw=/opt/rustwide/target/debug/deps/libtelegram_bot_fork_raw-af5567a6917b163e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-e3bfa6600ffaea58.rlib --extern tokio_timer=/opt/rustwide/target/debug/deps/libtokio_timer-bbbbd764e7616c4a.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/errors-efc1583fcda978ec.errors.edvxcy0u-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/errors-efc1583fcda978ec.errors.edvxcy0u-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/errors-efc1583fcda978ec.errors.edvxcy0u-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/errors-efc1583fcda978ec.errors.edvxcy0u-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/errors-efc1583fcda978ec.errors.edvxcy0u-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/errors-efc1583fcda978ec.errors.edvxcy0u-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/errors-efc1583fcda978ec.errors.edvxcy0u-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/errors-efc1583fcda978ec.errors.edvxcy0u-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/errors-efc1583fcda978ec.errors.edvxcy0u-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/errors-efc1583fcda978ec.errors.edvxcy0u-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/errors-efc1583fcda978ec.errors.edvxcy0u-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/errors-efc1583fcda978ec.errors.edvxcy0u-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/errors-efc1583fcda978ec.errors.edvxcy0u-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/errors-efc1583fcda978ec.errors.edvxcy0u-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/errors-efc1583fcda978ec.errors.edvxcy0u-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/errors-efc1583fcda978ec.errors.edvxcy0u-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/errors-efc1583fcda978ec" "/opt/rustwide/target/debug/examples/errors-efc1583fcda978ec.2lqfgurg6jkh252g.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtelegram_bot_fork-a6b9c5315f2c22fe.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-34cd03e353a06d67.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-5140e825cf259cc5.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-6e2ecc9f0689ff98.rlib" "/opt/rustwide/target/debug/deps/libopenssl-28051f7f2177eb50.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-8bd250797a4382e9.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-c2facec67db8b77a.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-7ea43f3a18a72e4d.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/libhyper-500cc94acfc9542e.rlib" "/opt/rustwide/target/debug/deps/libwant-e6177457e302c0ec.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-877f48b3aeabbfc2.rlib" "/opt/rustwide/target/debug/deps/libtime-23183ca53583039d.rlib" "/opt/rustwide/target/debug/deps/libhttparse-d5a9ecda4ab3c948.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-445c7f00babae693.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-0ab1ab79ba6ed2ae.rlib" "/opt/rustwide/target/debug/deps/libh2-e1ca4ffeaea533d5.rlib" "/opt/rustwide/target/debug/deps/libindexmap-5548118001b44405.rlib" "/opt/rustwide/target/debug/deps/libstring-ecb9ae6c6c256469.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-2254dd899ac5594c.rlib" "/opt/rustwide/target/debug/deps/libtokio-e3bfa6600ffaea58.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-af175a26af73cc00.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-638a4ae0c19e023b.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-e7fc860d5a0d8255.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-bbbbd764e7616c4a.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-06b6a9203f3f0501.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-72e8fbe33d165e81.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-32fb27bfe8fd579c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-e1e996d668ff3115.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-514a7fd633b20ffe.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-13f2e93db959e239.rlib" "/opt/rustwide/target/debug/deps/liblock_api-bcbe0572741418d2.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-dee5c8c98c2baa60.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-487471cc03237e94.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-42c99cebd20ee05b.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-a9e0d04c077c91e1.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-eb28c5bd8246c8d0.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-6e82e76ec854833d.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-5c24e8767944acb0.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-c59d4d0642fbf7ab.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-fe4e16b31cef9b11.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-51ce3f900c229019.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-76f5c6d637dd14b0.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-03dc37b46dc4f9ae.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-558c35292eb91309.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-210e4113cdbae879.rlib" "/opt/rustwide/target/debug/deps/libmio-9a6cb958f4c8a724.rlib" "/opt/rustwide/target/debug/deps/liblog-c709ae7ff9aa4321.rlib" "/opt/rustwide/target/debug/deps/libslab-4c5e5a4b1eda1a25.rlib" "/opt/rustwide/target/debug/deps/libnet2-2fe4992f274b56f3.rlib" "/opt/rustwide/target/debug/deps/libtelegram_bot_fork_raw-af5567a6917b163e.rlib" "/opt/rustwide/target/debug/deps/libserde_value-7c0afc00933636ec.rlib" "/opt/rustwide/target/debug/deps/libordered_float-5b913bda1619bbe9.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-52dec7f9b3387655.rlib" "/opt/rustwide/target/debug/deps/libserde_json-52e0454d420ec1d5.rlib" "/opt/rustwide/target/debug/deps/libryu-e41edf2aeea0eb4e.rlib" "/opt/rustwide/target/debug/deps/libserde-91bcddecf7613a4b.rlib" "/opt/rustwide/target/debug/deps/libhttp-07b3b3d1cb5d08ee.rlib" "/opt/rustwide/target/debug/deps/libitoa-6a422fec93b9e5ce.rlib" "/opt/rustwide/target/debug/deps/libfnv-d46cc828847a1306.rlib" "/opt/rustwide/target/debug/deps/libbytes-0c4f999a18c72543.rlib" "/opt/rustwide/target/debug/deps/libeither-cda11bec59b157f6.rlib" "/opt/rustwide/target/debug/deps/libiovec-53711fde944e9042.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-78580fbf595daae7.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-25ebaf66843a30ac.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-2603cfdb11ebad36.rlib" "/opt/rustwide/target/debug/deps/libobject-28d15ce18808e2c6.rlib" "/opt/rustwide/target/debug/deps/liblibc-2e17c5c99334ee98.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-ecb9f5e624d94a20.rlib" "/opt/rustwide/target/debug/deps/libgimli-9c3a14f143e50336.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-96825a490c3cad52.rlib" "/opt/rustwide/target/debug/deps/libantidote-90f9ca91cc8fd675.rlib" "/opt/rustwide/target/debug/deps/libfutures-cbe4e291e0a0e8bc.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stderr] compilation terminated. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "97d860f5c49ebb2141f3f0bd75e74efc616c7d3dd9f873518c7261c4d489b137"` [INFO] running `"docker" "rm" "-f" "97d860f5c49ebb2141f3f0bd75e74efc616c7d3dd9f873518c7261c4d489b137"` [INFO] [stdout] 97d860f5c49ebb2141f3f0bd75e74efc616c7d3dd9f873518c7261c4d489b137