[INFO] updating cached repository https://github.com/skeskinen/sigmar-bot [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 07a56a980fc52ca6f4462798918eb816c8fab5c6 [INFO] testing skeskinen/sigmar-bot against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskeskinen%2Fsigmar-bot" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/skeskinen/sigmar-bot on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/skeskinen/sigmar-bot [INFO] finished tweaking git repo https://github.com/skeskinen/sigmar-bot [INFO] tweaked toml for git repo https://github.com/skeskinen/sigmar-bot written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/skeskinen/sigmar-bot already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3f9cdc299469e6782a242e6bea262137f8c43fda521cfbb2f25b4c159e7c2938 [INFO] running `"docker" "start" "-a" "3f9cdc299469e6782a242e6bea262137f8c43fda521cfbb2f25b4c159e7c2938"` [INFO] [stderr] Compiling libc v0.2.32 [INFO] [stderr] Compiling either v1.3.0 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling futures v0.1.16 [INFO] [stderr] Compiling adler32 v1.0.2 [INFO] [stderr] Compiling lazy_static v0.2.9 [INFO] [stderr] Compiling scrap v0.3.2 [INFO] [stderr] Compiling block v0.1.6 [INFO] [stderr] Compiling scoped_threadpool v0.1.8 [INFO] [stderr] Compiling dxgi-win v0.2.1 [INFO] [stderr] Compiling user32-sys v0.1.2 [INFO] [stderr] Compiling deflate v0.7.17 [INFO] [stderr] Compiling inflate v0.3.3 [INFO] [stderr] Compiling coco v0.1.1 [INFO] [stderr] Compiling itertools v0.7.2 [INFO] [stderr] Compiling d3d11-win v0.2.1 [INFO] [stderr] Compiling rand v0.3.17 [INFO] [stderr] Compiling num_cpus v1.7.0 [INFO] [stderr] Compiling dxgcap v0.0.8 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Compiling png v0.11.0 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling num-bigint v0.1.40 [INFO] [stderr] Compiling num-complex v0.1.40 [INFO] [stderr] Compiling num-rational v0.1.39 [INFO] [stderr] Compiling jpeg-decoder v0.1.13 [INFO] [stderr] Compiling num v0.1.40 [INFO] [stderr] Compiling image v0.17.0 [INFO] [stderr] Compiling sigmar_bot v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/ocr.rs:490:67 [INFO] [stderr] | [INFO] [stderr] 490 | let (screen_x, screen_y) = board_pos_to_screen(x - 5, (i as i32 - 5)); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` 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/sigmar.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref ZOBRIST_TABLE: Vec>> = { [INFO] [stderr] 49 | | let mut rng = thread_rng(); [INFO] [stderr] 50 | | let mut ret = vec![vec![vec![0; 14]; 13]; 13]; [INFO] [stderr] ... | [INFO] [stderr] 59 | | }; [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/sigmar.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref ZOBRIST_TABLE: Vec>> = { [INFO] [stderr] 49 | | let mut rng = thread_rng(); [INFO] [stderr] 50 | | let mut ret = vec![vec![vec![0; 14]; 13]; 13]; [INFO] [stderr] ... | [INFO] [stderr] 59 | | }; [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ocr.rs:206:1 [INFO] [stderr] | [INFO] [stderr] 206 | / lazy_static! { [INFO] [stderr] 207 | | static ref SOBEL_X: Image = { [INFO] [stderr] 208 | | Image { [INFO] [stderr] 209 | | w: 3, [INFO] [stderr] ... | [INFO] [stderr] 224 | | }; [INFO] [stderr] 225 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ocr.rs:206:1 [INFO] [stderr] | [INFO] [stderr] 206 | / lazy_static! { [INFO] [stderr] 207 | | static ref SOBEL_X: Image = { [INFO] [stderr] 208 | | Image { [INFO] [stderr] 209 | | w: 3, [INFO] [stderr] ... | [INFO] [stderr] 224 | | }; [INFO] [stderr] 225 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ocr.rs:206:1 [INFO] [stderr] | [INFO] [stderr] 206 | / lazy_static! { [INFO] [stderr] 207 | | static ref SOBEL_X: Image = { [INFO] [stderr] 208 | | Image { [INFO] [stderr] 209 | | w: 3, [INFO] [stderr] ... | [INFO] [stderr] 224 | | }; [INFO] [stderr] 225 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ocr.rs:206:1 [INFO] [stderr] | [INFO] [stderr] 206 | / lazy_static! { [INFO] [stderr] 207 | | static ref SOBEL_X: Image = { [INFO] [stderr] 208 | | Image { [INFO] [stderr] 209 | | w: 3, [INFO] [stderr] ... | [INFO] [stderr] 224 | | }; [INFO] [stderr] 225 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ocr.rs:206:1 [INFO] [stderr] | [INFO] [stderr] 206 | / lazy_static! { [INFO] [stderr] 207 | | static ref SOBEL_X: Image = { [INFO] [stderr] 208 | | Image { [INFO] [stderr] 209 | | w: 3, [INFO] [stderr] ... | [INFO] [stderr] 224 | | }; [INFO] [stderr] 225 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ocr.rs:206:1 [INFO] [stderr] | [INFO] [stderr] 206 | / lazy_static! { [INFO] [stderr] 207 | | static ref SOBEL_X: Image = { [INFO] [stderr] 208 | | Image { [INFO] [stderr] 209 | | w: 3, [INFO] [stderr] ... | [INFO] [stderr] 224 | | }; [INFO] [stderr] 225 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ocr.rs:374:1 [INFO] [stderr] | [INFO] [stderr] 374 | / lazy_static! { [INFO] [stderr] 375 | | static ref FONT: Vec<(Marble, Image)> = { [INFO] [stderr] 376 | | get_font() [INFO] [stderr] 377 | | }; [INFO] [stderr] 378 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ocr.rs:374:1 [INFO] [stderr] | [INFO] [stderr] 374 | / lazy_static! { [INFO] [stderr] 375 | | static ref FONT: Vec<(Marble, Image)> = { [INFO] [stderr] 376 | | get_font() [INFO] [stderr] 377 | | }; [INFO] [stderr] 378 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/ocr.rs:366:93 [INFO] [stderr] | [INFO] [stderr] 366 | Err(e) => panic!("Couldn't find sample image for {}, {}", marble.to_string(), e.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the feature `slice_patterns` has been stable since 1.42.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/main.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(slice_patterns)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [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/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/sigmar_bot-ea6100c46bb3b777.sigmar_bot.9qxgzfj2-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/sigmar_bot-ea6100c46bb3b777.sigmar_bot.9qxgzfj2-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/sigmar_bot-ea6100c46bb3b777.sigmar_bot.9qxgzfj2-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/sigmar_bot-ea6100c46bb3b777.sigmar_bot.9qxgzfj2-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/sigmar_bot-ea6100c46bb3b777.sigmar_bot.9qxgzfj2-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/sigmar_bot-ea6100c46bb3b777.sigmar_bot.9qxgzfj2-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/sigmar_bot-ea6100c46bb3b777.sigmar_bot.9qxgzfj2-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/sigmar_bot-ea6100c46bb3b777.sigmar_bot.9qxgzfj2-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/sigmar_bot-ea6100c46bb3b777.sigmar_bot.9qxgzfj2-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/sigmar_bot-ea6100c46bb3b777.sigmar_bot.9qxgzfj2-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/sigmar_bot-ea6100c46bb3b777.sigmar_bot.9qxgzfj2-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/sigmar_bot-ea6100c46bb3b777.sigmar_bot.9qxgzfj2-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/sigmar_bot-ea6100c46bb3b777.sigmar_bot.9qxgzfj2-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/sigmar_bot-ea6100c46bb3b777.sigmar_bot.9qxgzfj2-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/sigmar_bot-ea6100c46bb3b777.sigmar_bot.9qxgzfj2-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/sigmar_bot-ea6100c46bb3b777.sigmar_bot.9qxgzfj2-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/sigmar_bot-ea6100c46bb3b777" "/opt/rustwide/target/debug/deps/sigmar_bot-ea6100c46bb3b777.8k1qcecez971q3j.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lUser32" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libdxgcap-1a9aee0b8db3bacf.rlib" "/opt/rustwide/target/debug/deps/libitertools-b940955b9accbb94.rlib" "/opt/rustwide/target/debug/deps/libnum-f27b065f649a0b1a.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-4cdbed4269b2a8ff.rlib" "/opt/rustwide/target/debug/deps/libscrap-7e4f889640676006.rlib" "/opt/rustwide/target/debug/deps/libimage-9e9df457d39ddc85.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-da5dc61ed56d0d1c.rlib" "/opt/rustwide/target/debug/deps/libgif-66f09f467a9ca94e.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-a4755dedcf1dd812.rlib" "/opt/rustwide/target/debug/deps/liblzw-136c93306fc01c9c.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-918e5cfe41a244d6.rlib" "/opt/rustwide/target/debug/deps/librayon-3a8cc33061ea8d17.rlib" "/opt/rustwide/target/debug/deps/librayon_core-3d9902aec9883b0c.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-ad53af28d082e85b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-d60c404b82e33991.rlib" "/opt/rustwide/target/debug/deps/libcoco-4597fa7c91c80c51.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-840b7f4d0236334f.rlib" "/opt/rustwide/target/debug/deps/libeither-c1fdf1f1895619eb.rlib" "/opt/rustwide/target/debug/deps/libpng-8496f19347071e42.rlib" "/opt/rustwide/target/debug/deps/libdeflate-105bfec3352e348c.rlib" "/opt/rustwide/target/debug/deps/libinflate-e66488514b74d7c4.rlib" "/opt/rustwide/target/debug/deps/libadler32-62196810cb49c4d4.rlib" "/opt/rustwide/target/debug/deps/libbitflags-94957b732ac0b703.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-e282642c5baf68b5.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-b4685ca85625c96b.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-93d52f8f0a6b6671.rlib" "/opt/rustwide/target/debug/deps/librand-67572db544543f88.rlib" "/opt/rustwide/target/debug/deps/liblibc-7ec09e1ca4d79c73.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-bfce5498649dc14e.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-04ab7fe380586a29.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-3f425ca29ce77f87.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-94cd633a582b5f9d.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-128898e20405c5e5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lxcb" "-lxcb-shm" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lUser32 [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 13 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `sigmar_bot`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3f9cdc299469e6782a242e6bea262137f8c43fda521cfbb2f25b4c159e7c2938"` [INFO] running `"docker" "rm" "-f" "3f9cdc299469e6782a242e6bea262137f8c43fda521cfbb2f25b4c159e7c2938"` [INFO] [stdout] 3f9cdc299469e6782a242e6bea262137f8c43fda521cfbb2f25b4c159e7c2938