[INFO] updating cached repository https://github.com/pepeground/tiemur_bot_rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2429853a985eeef734e1021dd8862db9afd00e70 [INFO] testing pepeground/tiemur_bot_rs against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpepeground%2Ftiemur_bot_rs" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pepeground/tiemur_bot_rs on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/pepeground/tiemur_bot_rs [INFO] finished tweaking git repo https://github.com/pepeground/tiemur_bot_rs [INFO] tweaked toml for git repo https://github.com/pepeground/tiemur_bot_rs written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/pepeground/tiemur_bot_rs already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] f8a5b943f9ddfb75e6de5e01c62eaa56a971f989a56bada14dbe194f56c926ad [INFO] running `"docker" "start" "-a" "f8a5b943f9ddfb75e6de5e01c62eaa56a971f989a56bada14dbe194f56c926ad"` [INFO] [stderr] Compiling crossbeam v0.3.0 [INFO] [stderr] Compiling coco v0.2.1 [INFO] [stderr] Compiling bincode v0.8.0 [INFO] [stderr] Compiling envy v0.3.2 [INFO] [stderr] Compiling serde_json v1.0.8 [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Compiling png v0.7.0 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling historian v3.0.4 [INFO] [stderr] Compiling sled v0.14.1 [INFO] [stderr] Compiling image v0.13.0 [INFO] [stderr] Compiling telegram-bot-raw v0.5.0 (https://github.com/jeizsm/telegram-bot.git?branch=feature/complex-requests#7b84e31e) [INFO] [stderr] Compiling hyper v0.11.9 [INFO] [stderr] Compiling img_hash v2.0.1 [INFO] [stderr] Compiling sct v0.2.0 [INFO] [stderr] Compiling webpki v0.17.0 [INFO] [stderr] Compiling ct-logs v0.2.0 [INFO] [stderr] Compiling rustls v0.11.0 [INFO] [stderr] Compiling webpki-roots v0.13.0 [INFO] [stderr] Compiling tokio-rustls v0.4.0 [INFO] [stderr] Compiling hyper-rustls v0.11.0 [INFO] [stderr] Compiling telegram-bot v0.5.0 (https://github.com/jeizsm/telegram-bot.git?branch=feature/complex-requests#7b84e31e) [INFO] [stderr] Compiling tiemur_bot_rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/types/mod.rs:228:32 [INFO] [stderr] | [INFO] [stderr] 228 | pub type TiemurFuture = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/db/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref IMAGE_TREE: Tree = Config::default().path(db_path("image.db")).tree(); [INFO] [stderr] 17 | | static ref USER_TREE: Tree = Config::default().path(db_path("user.db")).tree(); [INFO] [stderr] 18 | | static ref URL_TREE: Tree = Config::default().path(db_path("url.db")).tree(); [INFO] [stderr] ... | [INFO] [stderr] 21 | | pub static ref URL_DB: UrlDB<'static> = UrlDB::new(&URL_TREE); [INFO] [stderr] 22 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/db/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref IMAGE_TREE: Tree = Config::default().path(db_path("image.db")).tree(); [INFO] [stderr] 17 | | static ref USER_TREE: Tree = Config::default().path(db_path("user.db")).tree(); [INFO] [stderr] 18 | | static ref URL_TREE: Tree = Config::default().path(db_path("url.db")).tree(); [INFO] [stderr] ... | [INFO] [stderr] 21 | | pub static ref URL_DB: UrlDB<'static> = UrlDB::new(&URL_TREE); [INFO] [stderr] 22 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/db/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref IMAGE_TREE: Tree = Config::default().path(db_path("image.db")).tree(); [INFO] [stderr] 17 | | static ref USER_TREE: Tree = Config::default().path(db_path("user.db")).tree(); [INFO] [stderr] 18 | | static ref URL_TREE: Tree = Config::default().path(db_path("url.db")).tree(); [INFO] [stderr] ... | [INFO] [stderr] 21 | | pub static ref URL_DB: UrlDB<'static> = UrlDB::new(&URL_TREE); [INFO] [stderr] 22 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/db/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref IMAGE_TREE: Tree = Config::default().path(db_path("image.db")).tree(); [INFO] [stderr] 17 | | static ref USER_TREE: Tree = Config::default().path(db_path("user.db")).tree(); [INFO] [stderr] 18 | | static ref URL_TREE: Tree = Config::default().path(db_path("url.db")).tree(); [INFO] [stderr] ... | [INFO] [stderr] 21 | | pub static ref URL_DB: UrlDB<'static> = UrlDB::new(&URL_TREE); [INFO] [stderr] 22 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/db/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref IMAGE_TREE: Tree = Config::default().path(db_path("image.db")).tree(); [INFO] [stderr] 17 | | static ref USER_TREE: Tree = Config::default().path(db_path("user.db")).tree(); [INFO] [stderr] 18 | | static ref URL_TREE: Tree = Config::default().path(db_path("url.db")).tree(); [INFO] [stderr] ... | [INFO] [stderr] 21 | | pub static ref URL_DB: UrlDB<'static> = UrlDB::new(&URL_TREE); [INFO] [stderr] 22 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/db/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref IMAGE_TREE: Tree = Config::default().path(db_path("image.db")).tree(); [INFO] [stderr] 17 | | static ref USER_TREE: Tree = Config::default().path(db_path("user.db")).tree(); [INFO] [stderr] 18 | | static ref URL_TREE: Tree = Config::default().path(db_path("url.db")).tree(); [INFO] [stderr] ... | [INFO] [stderr] 21 | | pub static ref URL_DB: UrlDB<'static> = UrlDB::new(&URL_TREE); [INFO] [stderr] 22 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/config/mod.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / lazy_static! { [INFO] [stderr] 18 | | pub static ref CONFIG: Config = config(); [INFO] [stderr] 19 | | } [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] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/types/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | HyperUriError(::hyper::error::UriError); [INFO] [stderr] 4 | | HyperError(::hyper::Error); [INFO] [stderr] ... | [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [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 42.11s [INFO] running `"docker" "inspect" "f8a5b943f9ddfb75e6de5e01c62eaa56a971f989a56bada14dbe194f56c926ad"` [INFO] running `"docker" "rm" "-f" "f8a5b943f9ddfb75e6de5e01c62eaa56a971f989a56bada14dbe194f56c926ad"` [INFO] [stdout] f8a5b943f9ddfb75e6de5e01c62eaa56a971f989a56bada14dbe194f56c926ad [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] ba017e0865a7954a8614dc492e6586ed5eddb6853e71123d0bdfd1f3497e7f89 [INFO] running `"docker" "start" "-a" "ba017e0865a7954a8614dc492e6586ed5eddb6853e71123d0bdfd1f3497e7f89"` [INFO] [stderr] Compiling tiemur_bot_rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/types/mod.rs:228:32 [INFO] [stderr] | [INFO] [stderr] 228 | pub type TiemurFuture = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/db/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref IMAGE_TREE: Tree = Config::default().path(db_path("image.db")).tree(); [INFO] [stderr] 17 | | static ref USER_TREE: Tree = Config::default().path(db_path("user.db")).tree(); [INFO] [stderr] 18 | | static ref URL_TREE: Tree = Config::default().path(db_path("url.db")).tree(); [INFO] [stderr] ... | [INFO] [stderr] 21 | | pub static ref URL_DB: UrlDB<'static> = UrlDB::new(&URL_TREE); [INFO] [stderr] 22 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/db/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref IMAGE_TREE: Tree = Config::default().path(db_path("image.db")).tree(); [INFO] [stderr] 17 | | static ref USER_TREE: Tree = Config::default().path(db_path("user.db")).tree(); [INFO] [stderr] 18 | | static ref URL_TREE: Tree = Config::default().path(db_path("url.db")).tree(); [INFO] [stderr] ... | [INFO] [stderr] 21 | | pub static ref URL_DB: UrlDB<'static> = UrlDB::new(&URL_TREE); [INFO] [stderr] 22 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/db/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref IMAGE_TREE: Tree = Config::default().path(db_path("image.db")).tree(); [INFO] [stderr] 17 | | static ref USER_TREE: Tree = Config::default().path(db_path("user.db")).tree(); [INFO] [stderr] 18 | | static ref URL_TREE: Tree = Config::default().path(db_path("url.db")).tree(); [INFO] [stderr] ... | [INFO] [stderr] 21 | | pub static ref URL_DB: UrlDB<'static> = UrlDB::new(&URL_TREE); [INFO] [stderr] 22 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/db/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref IMAGE_TREE: Tree = Config::default().path(db_path("image.db")).tree(); [INFO] [stderr] 17 | | static ref USER_TREE: Tree = Config::default().path(db_path("user.db")).tree(); [INFO] [stderr] 18 | | static ref URL_TREE: Tree = Config::default().path(db_path("url.db")).tree(); [INFO] [stderr] ... | [INFO] [stderr] 21 | | pub static ref URL_DB: UrlDB<'static> = UrlDB::new(&URL_TREE); [INFO] [stderr] 22 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/db/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref IMAGE_TREE: Tree = Config::default().path(db_path("image.db")).tree(); [INFO] [stderr] 17 | | static ref USER_TREE: Tree = Config::default().path(db_path("user.db")).tree(); [INFO] [stderr] 18 | | static ref URL_TREE: Tree = Config::default().path(db_path("url.db")).tree(); [INFO] [stderr] ... | [INFO] [stderr] 21 | | pub static ref URL_DB: UrlDB<'static> = UrlDB::new(&URL_TREE); [INFO] [stderr] 22 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/db/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref IMAGE_TREE: Tree = Config::default().path(db_path("image.db")).tree(); [INFO] [stderr] 17 | | static ref USER_TREE: Tree = Config::default().path(db_path("user.db")).tree(); [INFO] [stderr] 18 | | static ref URL_TREE: Tree = Config::default().path(db_path("url.db")).tree(); [INFO] [stderr] ... | [INFO] [stderr] 21 | | pub static ref URL_DB: UrlDB<'static> = UrlDB::new(&URL_TREE); [INFO] [stderr] 22 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/config/mod.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / lazy_static! { [INFO] [stderr] 18 | | pub static ref CONFIG: Config = config(); [INFO] [stderr] 19 | | } [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] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/types/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | HyperUriError(::hyper::error::UriError); [INFO] [stderr] 4 | | HyperError(::hyper::Error); [INFO] [stderr] ... | [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [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 5.44s [INFO] running `"docker" "inspect" "ba017e0865a7954a8614dc492e6586ed5eddb6853e71123d0bdfd1f3497e7f89"` [INFO] running `"docker" "rm" "-f" "ba017e0865a7954a8614dc492e6586ed5eddb6853e71123d0bdfd1f3497e7f89"` [INFO] [stdout] ba017e0865a7954a8614dc492e6586ed5eddb6853e71123d0bdfd1f3497e7f89 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] f41eb8beb1440d1ebb9be9f5247cefe7a5a0e5694fbede7a5016408941e6687f [INFO] running `"docker" "start" "-a" "f41eb8beb1440d1ebb9be9f5247cefe7a5a0e5694fbede7a5016408941e6687f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tiemur_bot_rs-785a0916c7340734 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "f41eb8beb1440d1ebb9be9f5247cefe7a5a0e5694fbede7a5016408941e6687f"` [INFO] running `"docker" "rm" "-f" "f41eb8beb1440d1ebb9be9f5247cefe7a5a0e5694fbede7a5016408941e6687f"` [INFO] [stdout] f41eb8beb1440d1ebb9be9f5247cefe7a5a0e5694fbede7a5016408941e6687f