[INFO] crate telegram-bot-fork 0.7.8 is already in cache [INFO] extracting crate telegram-bot-fork 0.7.8 into work/ex/beta-1.37-6/sources/1.36.0/reg/telegram-bot-fork/0.7.8 [INFO] extracting crate telegram-bot-fork 0.7.8 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/telegram-bot-fork/0.7.8 [INFO] validating manifest of telegram-bot-fork-0.7.8 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of telegram-bot-fork-0.7.8 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing telegram-bot-fork-0.7.8 [INFO] finished frobbing telegram-bot-fork-0.7.8 [INFO] frobbed toml for telegram-bot-fork-0.7.8 written to work/ex/beta-1.37-6/sources/1.36.0/reg/telegram-bot-fork/0.7.8/Cargo.toml [INFO] started frobbing telegram-bot-fork-0.7.8 [INFO] finished frobbing telegram-bot-fork-0.7.8 [INFO] frobbed toml for telegram-bot-fork-0.7.8 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/telegram-bot-fork/0.7.8/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing telegram-bot-fork-0.7.8 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/telegram-bot-fork/0.7.8:/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-07-23" "build" "--frozen"` [INFO] [stdout] 8e87e2b6a34bc486d31c9c0f2900401657387caade3d9dcf2c4d0d50ed460571 [INFO] running `"docker" "start" "-a" "8e87e2b6a34bc486d31c9c0f2900401657387caade3d9dcf2c4d0d50ed460571"` [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/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: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::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: #[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(::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 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 22.65s [INFO] running `"docker" "inspect" "8e87e2b6a34bc486d31c9c0f2900401657387caade3d9dcf2c4d0d50ed460571"` [INFO] running `"docker" "rm" "-f" "8e87e2b6a34bc486d31c9c0f2900401657387caade3d9dcf2c4d0d50ed460571"` [INFO] [stdout] 8e87e2b6a34bc486d31c9c0f2900401657387caade3d9dcf2c4d0d50ed460571 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/telegram-bot-fork/0.7.8:/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 388271ae288f97b9aa05fb49ec905a57d932f2148828a2d2884e1cfbd5fb0f1f [INFO] running `"docker" "start" "-a" "388271ae288f97b9aa05fb49ec905a57d932f2148828a2d2884e1cfbd5fb0f1f"` [INFO] [stderr] Compiling telegram-bot-fork v0.7.8 (/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: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::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: #[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(::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 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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/errors-daf0e589ec11ea71.errors.di9hyuj8-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/errors-daf0e589ec11ea71.errors.di9hyuj8-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/errors-daf0e589ec11ea71.errors.di9hyuj8-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/errors-daf0e589ec11ea71.errors.di9hyuj8-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/errors-daf0e589ec11ea71.errors.di9hyuj8-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/errors-daf0e589ec11ea71.errors.di9hyuj8-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/errors-daf0e589ec11ea71.errors.di9hyuj8-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/errors-daf0e589ec11ea71.errors.di9hyuj8-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/errors-daf0e589ec11ea71.errors.di9hyuj8-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/errors-daf0e589ec11ea71.errors.di9hyuj8-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/errors-daf0e589ec11ea71.errors.di9hyuj8-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/errors-daf0e589ec11ea71.errors.di9hyuj8-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/errors-daf0e589ec11ea71.errors.di9hyuj8-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/errors-daf0e589ec11ea71.errors.di9hyuj8-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/errors-daf0e589ec11ea71.errors.di9hyuj8-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/errors-daf0e589ec11ea71.errors.di9hyuj8-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/errors-daf0e589ec11ea71" "/opt/crater/target/debug/examples/errors-daf0e589ec11ea71.1fqfc2fbn0ioyepn.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-897f45a579ca139a/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtelegram_bot_fork-1b71281239d360ed.rlib" "/opt/crater/target/debug/deps/libhyper_tls-8910ef7095cd61fb.rlib" "/opt/crater/target/debug/deps/libnative_tls-7485a299114ccfc6.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-8a28fadf9a103951.rlib" "/opt/crater/target/debug/deps/libopenssl-dd224c3601868c74.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-aa3c52185c6364d7.rlib" "/opt/crater/target/debug/deps/libforeign_types-8f4d3073b23c6f54.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-d12e0b78b2045397.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libhyper-898ffa4b23881c19.rlib" "/opt/crater/target/debug/deps/libwant-4a2a82a2f448f98e.rlib" "/opt/crater/target/debug/deps/libtry_lock-71a75fe50b48798b.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/libhttp_body-dedf63567502733e.rlib" "/opt/crater/target/debug/deps/libtokio_buf-70466bc9be4cdb20.rlib" "/opt/crater/target/debug/deps/libh2-c19043a28b88796b.rlib" "/opt/crater/target/debug/deps/libindexmap-6d1cede99116fd64.rlib" "/opt/crater/target/debug/deps/libstring-94336f3b4c6567da.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-1d42c7fdf24f18a1.rlib" "/opt/crater/target/debug/deps/libtokio-dc0f2aee5d7ed1e5.rlib" "/opt/crater/target/debug/deps/libtokio_uds-a2496ad622cf3ab0.rlib" "/opt/crater/target/debug/deps/libmio_uds-306bf1f0c5e7b5e9.rlib" "/opt/crater/target/debug/deps/libtokio_udp-4e570266a4d344e6.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-a9450bdf77d0e073.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-1633248fb896d396.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libparking_lot-51364b1ab7806ac4.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c25595f819d3620a.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libtokio_fs-dd785c6612a037f3.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-348593e342cb071b.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-78a0fcbdfc728626.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-64e8ef56c5fe0efe.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-1041925da7343e83.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-5588648d2cf8aa77.rlib" "/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libtokio_codec-9026e149b866e510.rlib" "/opt/crater/target/debug/deps/libtokio_io-51ea6b5cc566d83e.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libmio-a55ef8cca9065597.rlib" "/opt/crater/target/debug/deps/liblog-edfa4b3364666663.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.rlib" "/opt/crater/target/debug/deps/libtelegram_bot_fork_raw-7b5aadfb82f1c3c6.rlib" "/opt/crater/target/debug/deps/libserde_value-1a032da5ad482397.rlib" "/opt/crater/target/debug/deps/libordered_float-2c339745bbc6adfe.rlib" "/opt/crater/target/debug/deps/libnum_traits-d92e46de8754cc8f.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "/opt/crater/target/debug/deps/libhttp-8914bb68364de224.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libbytes-b8d84800b337abb7.rlib" "/opt/crater/target/debug/deps/libeither-06454d68134bb6f9.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/liberror_chain-4782db4c41d6a625.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libantidote-1bf644495c1bf2dd.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: Cannot allocate memory [INFO] [stderr] 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-fork`. [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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/features-7c726bc33186f71b.features.6hsx4202-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/features-7c726bc33186f71b.features.6hsx4202-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/features-7c726bc33186f71b.features.6hsx4202-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/features-7c726bc33186f71b.features.6hsx4202-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/features-7c726bc33186f71b.features.6hsx4202-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/features-7c726bc33186f71b.features.6hsx4202-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/features-7c726bc33186f71b.features.6hsx4202-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/features-7c726bc33186f71b.features.6hsx4202-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/features-7c726bc33186f71b.features.6hsx4202-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/features-7c726bc33186f71b.features.6hsx4202-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/features-7c726bc33186f71b.features.6hsx4202-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/features-7c726bc33186f71b.features.6hsx4202-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/features-7c726bc33186f71b.features.6hsx4202-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/features-7c726bc33186f71b.features.6hsx4202-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/features-7c726bc33186f71b.features.6hsx4202-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/features-7c726bc33186f71b.features.6hsx4202-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/features-7c726bc33186f71b" "/opt/crater/target/debug/examples/features-7c726bc33186f71b.3q3h8dd0ubesmaa9.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-897f45a579ca139a/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtelegram_bot_fork-1b71281239d360ed.rlib" "/opt/crater/target/debug/deps/libhyper_tls-8910ef7095cd61fb.rlib" "/opt/crater/target/debug/deps/libnative_tls-7485a299114ccfc6.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-8a28fadf9a103951.rlib" "/opt/crater/target/debug/deps/libopenssl-dd224c3601868c74.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-aa3c52185c6364d7.rlib" "/opt/crater/target/debug/deps/libforeign_types-8f4d3073b23c6f54.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-d12e0b78b2045397.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libhyper-898ffa4b23881c19.rlib" "/opt/crater/target/debug/deps/libwant-4a2a82a2f448f98e.rlib" "/opt/crater/target/debug/deps/libtry_lock-71a75fe50b48798b.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/libhttp_body-dedf63567502733e.rlib" "/opt/crater/target/debug/deps/libtokio_buf-70466bc9be4cdb20.rlib" "/opt/crater/target/debug/deps/libh2-c19043a28b88796b.rlib" "/opt/crater/target/debug/deps/libindexmap-6d1cede99116fd64.rlib" "/opt/crater/target/debug/deps/libstring-94336f3b4c6567da.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-1d42c7fdf24f18a1.rlib" "/opt/crater/target/debug/deps/libtokio-dc0f2aee5d7ed1e5.rlib" "/opt/crater/target/debug/deps/libtokio_uds-a2496ad622cf3ab0.rlib" "/opt/crater/target/debug/deps/libmio_uds-306bf1f0c5e7b5e9.rlib" "/opt/crater/target/debug/deps/libtokio_udp-4e570266a4d344e6.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-a9450bdf77d0e073.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-1633248fb896d396.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libparking_lot-51364b1ab7806ac4.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c25595f819d3620a.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libtokio_fs-dd785c6612a037f3.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-348593e342cb071b.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-78a0fcbdfc728626.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-64e8ef56c5fe0efe.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-1041925da7343e83.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-5588648d2cf8aa77.rlib" "/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libtokio_codec-9026e149b866e510.rlib" "/opt/crater/target/debug/deps/libtokio_io-51ea6b5cc566d83e.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libmio-a55ef8cca9065597.rlib" "/opt/crater/target/debug/deps/liblog-edfa4b3364666663.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.rlib" "/opt/crater/target/debug/deps/libtelegram_bot_fork_raw-7b5aadfb82f1c3c6.rlib" "/opt/crater/target/debug/deps/libserde_value-1a032da5ad482397.rlib" "/opt/crater/target/debug/deps/libordered_float-2c339745bbc6adfe.rlib" "/opt/crater/target/debug/deps/libnum_traits-d92e46de8754cc8f.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "/opt/crater/target/debug/deps/libhttp-8914bb68364de224.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libbytes-b8d84800b337abb7.rlib" "/opt/crater/target/debug/deps/libeither-06454d68134bb6f9.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/liberror_chain-4782db4c41d6a625.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libantidote-1bf644495c1bf2dd.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.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-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "388271ae288f97b9aa05fb49ec905a57d932f2148828a2d2884e1cfbd5fb0f1f"` [INFO] running `"docker" "rm" "-f" "388271ae288f97b9aa05fb49ec905a57d932f2148828a2d2884e1cfbd5fb0f1f"` [INFO] [stdout] 388271ae288f97b9aa05fb49ec905a57d932f2148828a2d2884e1cfbd5fb0f1f