[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 1.38.0 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-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pepeground/tiemur_bot_rs on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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-0/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" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 81288744c240a5105669326ef3e06a37cb7ad73750418df79019154ce0f60314 [INFO] running `"docker" "start" "-a" "81288744c240a5105669326ef3e06a37cb7ad73750418df79019154ce0f60314"` [INFO] [stderr] Compiling coco v0.2.1 [INFO] [stderr] Compiling bincode v0.8.0 [INFO] [stderr] Compiling envy v0.3.2 [INFO] [stderr] Compiling bincode v0.9.2 [INFO] [stderr] Compiling rayon-core v1.3.0 [INFO] [stderr] Compiling num-rational v0.1.40 [INFO] [stderr] Compiling png v0.7.0 [INFO] [stderr] Compiling hyper v0.11.9 [INFO] [stderr] Compiling telegram-bot-raw v0.5.0 (https://github.com/jeizsm/telegram-bot.git?branch=feature/complex-requests#7b84e31e) [INFO] [stderr] Compiling historian v3.0.4 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling sled v0.14.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.13 [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Compiling image v0.13.0 [INFO] [stderr] Compiling webpki v0.17.0 [INFO] [stderr] Compiling sct v0.2.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 img_hash v2.0.1 [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] 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 34.15s [INFO] running `"docker" "inspect" "81288744c240a5105669326ef3e06a37cb7ad73750418df79019154ce0f60314"` [INFO] running `"docker" "rm" "-f" "81288744c240a5105669326ef3e06a37cb7ad73750418df79019154ce0f60314"` [INFO] [stdout] 81288744c240a5105669326ef3e06a37cb7ad73750418df79019154ce0f60314 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 07bbb9b92c59e00fbe3fc8e4eac31d80b264149dbb6d09da04fc11583cf61c5a [INFO] running `"docker" "start" "-a" "07bbb9b92c59e00fbe3fc8e4eac31d80b264149dbb6d09da04fc11583cf61c5a"` [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] 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.28s [INFO] running `"docker" "inspect" "07bbb9b92c59e00fbe3fc8e4eac31d80b264149dbb6d09da04fc11583cf61c5a"` [INFO] running `"docker" "rm" "-f" "07bbb9b92c59e00fbe3fc8e4eac31d80b264149dbb6d09da04fc11583cf61c5a"` [INFO] [stdout] 07bbb9b92c59e00fbe3fc8e4eac31d80b264149dbb6d09da04fc11583cf61c5a [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 0a149d00d7ebfb558bdda2f736cd191a012632e3589a4297ce40a776f99a2f57 [INFO] running `"docker" "start" "-a" "0a149d00d7ebfb558bdda2f736cd191a012632e3589a4297ce40a776f99a2f57"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tiemur_bot_rs-10b9970c1e84e9e3 [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" "0a149d00d7ebfb558bdda2f736cd191a012632e3589a4297ce40a776f99a2f57"` [INFO] running `"docker" "rm" "-f" "0a149d00d7ebfb558bdda2f736cd191a012632e3589a4297ce40a776f99a2f57"` [INFO] [stdout] 0a149d00d7ebfb558bdda2f736cd191a012632e3589a4297ce40a776f99a2f57