[INFO] crate telegram-bot 0.6.3 is already in cache [INFO] extracting crate telegram-bot 0.6.3 into work/ex/beta-1.38-1/sources/1.37.0/reg/telegram-bot/0.6.3 [INFO] extracting crate telegram-bot 0.6.3 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/telegram-bot/0.6.3 [INFO] validating manifest of telegram-bot-0.6.3 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of telegram-bot-0.6.3 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing telegram-bot-0.6.3 [INFO] finished frobbing telegram-bot-0.6.3 [INFO] frobbed toml for telegram-bot-0.6.3 written to work/ex/beta-1.38-1/sources/1.37.0/reg/telegram-bot/0.6.3/Cargo.toml [INFO] started frobbing telegram-bot-0.6.3 [INFO] finished frobbing telegram-bot-0.6.3 [INFO] frobbed toml for telegram-bot-0.6.3 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/telegram-bot/0.6.3/Cargo.toml [INFO] crate telegram-bot-0.6.3 already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing telegram-bot-0.6.3 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/telegram-bot/0.6.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] eb6913b012a0e4c0e3dccd14ab9f6acb747fe90a629cd79b3ba4339292affc91 [INFO] running `"docker" "start" "-a" "eb6913b012a0e4c0e3dccd14ab9f6acb747fe90a629cd79b3ba4339292affc91"` [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling openssl-sys v0.9.47 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling openssl v0.10.23 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling serde_derive v1.0.95 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling serde v1.0.94 [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/crater/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 1m 23s [INFO] running `"docker" "inspect" "eb6913b012a0e4c0e3dccd14ab9f6acb747fe90a629cd79b3ba4339292affc91"` [INFO] running `"docker" "rm" "-f" "eb6913b012a0e4c0e3dccd14ab9f6acb747fe90a629cd79b3ba4339292affc91"` [INFO] [stdout] eb6913b012a0e4c0e3dccd14ab9f6acb747fe90a629cd79b3ba4339292affc91 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/telegram-bot/0.6.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 747332d35e50f0f2e797344b5550b4a78e6bd9a70e94509bf721539ab9b31c56 [INFO] running `"docker" "start" "-a" "747332d35e50f0f2e797344b5550b4a78e6bd9a70e94509bf721539ab9b31c56"` [INFO] [stderr] Compiling telegram-bot v0.6.3 (/opt/crater/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: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/errors-7720fa7eae4b39d0.errors.afj0o9zu-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/errors-7720fa7eae4b39d0.errors.afj0o9zu-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/errors-7720fa7eae4b39d0.errors.afj0o9zu-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/errors-7720fa7eae4b39d0.errors.afj0o9zu-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/errors-7720fa7eae4b39d0.errors.afj0o9zu-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/errors-7720fa7eae4b39d0.errors.afj0o9zu-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/errors-7720fa7eae4b39d0.errors.afj0o9zu-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/errors-7720fa7eae4b39d0.errors.afj0o9zu-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/errors-7720fa7eae4b39d0.errors.afj0o9zu-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/errors-7720fa7eae4b39d0.errors.afj0o9zu-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/errors-7720fa7eae4b39d0.errors.afj0o9zu-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/errors-7720fa7eae4b39d0.errors.afj0o9zu-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/errors-7720fa7eae4b39d0.errors.afj0o9zu-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/errors-7720fa7eae4b39d0.errors.afj0o9zu-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/errors-7720fa7eae4b39d0.errors.afj0o9zu-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/errors-7720fa7eae4b39d0.errors.afj0o9zu-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/errors-7720fa7eae4b39d0" "/opt/crater/target/debug/examples/errors-7720fa7eae4b39d0.34v1c6uxwhpglp99.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-e9915e622e9786d9/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtelegram_bot-7efa20d9e0d3a7e6.rlib" "/opt/crater/target/debug/deps/libhyper_tls-9bbf7dae5631e4a2.rlib" "/opt/crater/target/debug/deps/libnative_tls-1d7d6e2b570ea350.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-b2544a39eea5fe98.rlib" "/opt/crater/target/debug/deps/libopenssl-10d20f0ba60d8a54.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-d9c213746b551bb9.rlib" "/opt/crater/target/debug/deps/libforeign_types-4eb93eebf43a44d4.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-e23d8c6f366950c3.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libhyper-605a02498dc4ecb2.rlib" "/opt/crater/target/debug/deps/libwant-13a2085c35b6b550.rlib" "/opt/crater/target/debug/deps/libtry_lock-61cf02fb622299fa.rlib" "/opt/crater/target/debug/deps/libtime-55d434003cf7c5f1.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libhttp_body-3e310b88c63d8223.rlib" "/opt/crater/target/debug/deps/libtokio_buf-6951023882f92500.rlib" "/opt/crater/target/debug/deps/libh2-00f3d139241b0b9f.rlib" "/opt/crater/target/debug/deps/libindexmap-c7cd05bfac3137cd.rlib" "/opt/crater/target/debug/deps/libstring-96f077c12bba6409.rlib" "/opt/crater/target/debug/deps/libhttp-3067c7635d351eb8.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-c78cb5507cfa3a04.rlib" "/opt/crater/target/debug/deps/libtelegram_bot_raw-21edc14b8c59cb40.rlib" "/opt/crater/target/debug/deps/libserde_json-883f6a6722b1cdfa.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libserde-a3bf5a48f914ab1e.rlib" "/opt/crater/target/debug/deps/libtokio_core-372fa75dc4a9840c.rlib" "/opt/crater/target/debug/deps/libscoped_tls-07fc116bdb058bee.rlib" "/opt/crater/target/debug/deps/libtokio-1563ced4ccf4f18c.rlib" "/opt/crater/target/debug/deps/libtokio_uds-474a08f73a94d3c5.rlib" "/opt/crater/target/debug/deps/libmio_uds-cde7f5cc860f81da.rlib" "/opt/crater/target/debug/deps/libtokio_udp-3db949fe43c69b4f.rlib" "/opt/crater/target/debug/deps/libtokio_timer-dd0ef605ba40aac5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-4200678e2bae4168.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-8edb4f74a30522e6.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libparking_lot-34d5378472385478.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-9b3014df82290851.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libtokio_fs-a4c739dd2dd9ca66.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-7b7d00347071d8c8.rlib" "/opt/crater/target/debug/deps/librand-897bd68c19f6db37.rlib" "/opt/crater/target/debug/deps/librand_xorshift-7b19cb00158fa6fb.rlib" "/opt/crater/target/debug/deps/librand_pcg-56f652df316fa2f9.rlib" "/opt/crater/target/debug/deps/librand_hc-0652ab44c5db9eb2.rlib" "/opt/crater/target/debug/deps/librand_chacha-3b962e91ed8cdc09.rlib" "/opt/crater/target/debug/deps/librand_isaac-a4f79f4126c1f25d.rlib" "/opt/crater/target/debug/deps/librand_core-4dce960811a60b1d.rlib" "/opt/crater/target/debug/deps/librand_os-3c1aa182ac00d386.rlib" "/opt/crater/target/debug/deps/librand_jitter-d9d513b2a8e629e5.rlib" "/opt/crater/target/debug/deps/librand_core-948b7aad8fedc31f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-8847fe983c77000a.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-95d4ec5f5e416773.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-69009c338e77dd75.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libmemoffset-81f7e9a5af225363.rlib" "/opt/crater/target/debug/deps/libarrayvec-1cff3f0e2df954b3.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-2365d25e2b214c34.rlib" "/opt/crater/target/debug/deps/libtokio_executor-f6ea11dc40bcfe4e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-8ae4cad27638fe40.rlib" "/opt/crater/target/debug/deps/liblazy_static-2e259453fc8c23b0.rlib" "/opt/crater/target/debug/deps/libspin-5c5f4f86de4d0222.rlib" "/opt/crater/target/debug/deps/libtokio_codec-d844f76a3224c19b.rlib" "/opt/crater/target/debug/deps/libtokio_io-38eefb92f6a39335.rlib" "/opt/crater/target/debug/deps/libnum_cpus-4727627b0c966ef3.rlib" "/opt/crater/target/debug/deps/libmio-acdc3ccb0d84e009.rlib" "/opt/crater/target/debug/deps/liblog-c9f20013ffa46f1f.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libnet2-12302cc33d192039.rlib" "/opt/crater/target/debug/deps/libbytes-14c4002cc2f69991.rlib" "/opt/crater/target/debug/deps/libeither-1998051dbbd0c569.rlib" "/opt/crater/target/debug/deps/libiovec-e10e0dd61aa078a1.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/liberror_chain-71f98e60aa1cbb04.rlib" "/opt/crater/target/debug/deps/libbacktrace-f4d3d27d82ca0106.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-d85c109e73af23fa.rlib" "/opt/crater/target/debug/deps/liblibc-94cabb970bc1463e.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/librustc_demangle-72fbb793df665fc0.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: collect2: error: ld returned 1 exit status [INFO] [stderr] [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: linking with `cc` failed: signal: 9 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/features-9066336389d4a050.features.dva18mrs-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/features-9066336389d4a050.features.dva18mrs-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/features-9066336389d4a050.features.dva18mrs-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/features-9066336389d4a050.features.dva18mrs-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/features-9066336389d4a050.features.dva18mrs-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/features-9066336389d4a050.features.dva18mrs-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/features-9066336389d4a050.features.dva18mrs-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/features-9066336389d4a050.features.dva18mrs-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/features-9066336389d4a050.features.dva18mrs-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/features-9066336389d4a050.features.dva18mrs-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/features-9066336389d4a050.features.dva18mrs-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/features-9066336389d4a050.features.dva18mrs-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/features-9066336389d4a050.features.dva18mrs-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/features-9066336389d4a050.features.dva18mrs-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/features-9066336389d4a050.features.dva18mrs-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/features-9066336389d4a050.features.dva18mrs-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/features-9066336389d4a050" "/opt/crater/target/debug/examples/features-9066336389d4a050.1q07w3f4r5s5wzur.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-e9915e622e9786d9/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtelegram_bot-7efa20d9e0d3a7e6.rlib" "/opt/crater/target/debug/deps/libhyper_tls-9bbf7dae5631e4a2.rlib" "/opt/crater/target/debug/deps/libnative_tls-1d7d6e2b570ea350.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-b2544a39eea5fe98.rlib" "/opt/crater/target/debug/deps/libopenssl-10d20f0ba60d8a54.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-d9c213746b551bb9.rlib" "/opt/crater/target/debug/deps/libforeign_types-4eb93eebf43a44d4.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-e23d8c6f366950c3.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libhyper-605a02498dc4ecb2.rlib" "/opt/crater/target/debug/deps/libwant-13a2085c35b6b550.rlib" "/opt/crater/target/debug/deps/libtry_lock-61cf02fb622299fa.rlib" "/opt/crater/target/debug/deps/libtime-55d434003cf7c5f1.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libhttp_body-3e310b88c63d8223.rlib" "/opt/crater/target/debug/deps/libtokio_buf-6951023882f92500.rlib" "/opt/crater/target/debug/deps/libh2-00f3d139241b0b9f.rlib" "/opt/crater/target/debug/deps/libindexmap-c7cd05bfac3137cd.rlib" "/opt/crater/target/debug/deps/libstring-96f077c12bba6409.rlib" "/opt/crater/target/debug/deps/libhttp-3067c7635d351eb8.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-c78cb5507cfa3a04.rlib" "/opt/crater/target/debug/deps/libtelegram_bot_raw-21edc14b8c59cb40.rlib" "/opt/crater/target/debug/deps/libserde_json-883f6a6722b1cdfa.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libserde-a3bf5a48f914ab1e.rlib" "/opt/crater/target/debug/deps/libtokio_core-372fa75dc4a9840c.rlib" "/opt/crater/target/debug/deps/libscoped_tls-07fc116bdb058bee.rlib" "/opt/crater/target/debug/deps/libtokio-1563ced4ccf4f18c.rlib" "/opt/crater/target/debug/deps/libtokio_uds-474a08f73a94d3c5.rlib" "/opt/crater/target/debug/deps/libmio_uds-cde7f5cc860f81da.rlib" "/opt/crater/target/debug/deps/libtokio_udp-3db949fe43c69b4f.rlib" "/opt/crater/target/debug/deps/libtokio_timer-dd0ef605ba40aac5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-4200678e2bae4168.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-8edb4f74a30522e6.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libparking_lot-34d5378472385478.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-9b3014df82290851.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libtokio_fs-a4c739dd2dd9ca66.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-7b7d00347071d8c8.rlib" "/opt/crater/target/debug/deps/librand-897bd68c19f6db37.rlib" "/opt/crater/target/debug/deps/librand_xorshift-7b19cb00158fa6fb.rlib" "/opt/crater/target/debug/deps/librand_pcg-56f652df316fa2f9.rlib" "/opt/crater/target/debug/deps/librand_hc-0652ab44c5db9eb2.rlib" "/opt/crater/target/debug/deps/librand_chacha-3b962e91ed8cdc09.rlib" "/opt/crater/target/debug/deps/librand_isaac-a4f79f4126c1f25d.rlib" "/opt/crater/target/debug/deps/librand_core-4dce960811a60b1d.rlib" "/opt/crater/target/debug/deps/librand_os-3c1aa182ac00d386.rlib" "/opt/crater/target/debug/deps/librand_jitter-d9d513b2a8e629e5.rlib" "/opt/crater/target/debug/deps/librand_core-948b7aad8fedc31f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-8847fe983c77000a.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-95d4ec5f5e416773.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-69009c338e77dd75.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libmemoffset-81f7e9a5af225363.rlib" "/opt/crater/target/debug/deps/libarrayvec-1cff3f0e2df954b3.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-2365d25e2b214c34.rlib" "/opt/crater/target/debug/deps/libtokio_executor-f6ea11dc40bcfe4e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-8ae4cad27638fe40.rlib" "/opt/crater/target/debug/deps/liblazy_static-2e259453fc8c23b0.rlib" "/opt/crater/target/debug/deps/libspin-5c5f4f86de4d0222.rlib" "/opt/crater/target/debug/deps/libtokio_codec-d844f76a3224c19b.rlib" "/opt/crater/target/debug/deps/libtokio_io-38eefb92f6a39335.rlib" "/opt/crater/target/debug/deps/libnum_cpus-4727627b0c966ef3.rlib" "/opt/crater/target/debug/deps/libmio-acdc3ccb0d84e009.rlib" "/opt/crater/target/debug/deps/liblog-c9f20013ffa46f1f.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libnet2-12302cc33d192039.rlib" "/opt/crater/target/debug/deps/libbytes-14c4002cc2f69991.rlib" "/opt/crater/target/debug/deps/libeither-1998051dbbd0c569.rlib" "/opt/crater/target/debug/deps/libiovec-e10e0dd61aa078a1.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/liberror_chain-71f98e60aa1cbb04.rlib" "/opt/crater/target/debug/deps/libbacktrace-f4d3d27d82ca0106.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-d85c109e73af23fa.rlib" "/opt/crater/target/debug/deps/liblibc-94cabb970bc1463e.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/librustc_demangle-72fbb793df665fc0.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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" "747332d35e50f0f2e797344b5550b4a78e6bd9a70e94509bf721539ab9b31c56"` [INFO] running `"docker" "rm" "-f" "747332d35e50f0f2e797344b5550b4a78e6bd9a70e94509bf721539ab9b31c56"` [INFO] [stdout] 747332d35e50f0f2e797344b5550b4a78e6bd9a70e94509bf721539ab9b31c56