[INFO] updating cached repository https://github.com/Noah2610/hello-yew-redux-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] a6f99100738a2498d0da1ab113fe66861f40dad5 [INFO] testing Noah2610/hello-yew-redux-rs against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FNoah2610%2Fhello-yew-redux-rs" "work/builds/worker-8/source"` [INFO] [stderr] Cloning into 'work/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Noah2610/hello-yew-redux-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/Noah2610/hello-yew-redux-rs [INFO] finished tweaking git repo https://github.com/Noah2610/hello-yew-redux-rs [INFO] tweaked toml for git repo https://github.com/Noah2610/hello-yew-redux-rs written to work/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/Noah2610/hello-yew-redux-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-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/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] ee4af283c2fa8af9cd8bb7177ed280d252087da6d6386288911e6f451ce8523e [INFO] running `"docker" "start" "-a" "ee4af283c2fa8af9cd8bb7177ed280d252087da6d6386288911e6f451ce8523e"` [INFO] [stderr] Compiling serde v1.0.91 [INFO] [stderr] Compiling rustc-demangle v0.1.14 [INFO] [stderr] Compiling redux-rs v0.1.0 [INFO] [stderr] Compiling backtrace v0.3.18 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling http v0.1.17 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling stdweb-derive v0.5.1 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.7 [INFO] [stderr] Compiling stdweb v0.4.17 [INFO] [stderr] Compiling yew v0.6.0 [INFO] [stderr] Compiling hello_yew v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | /// Start root model [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 33 | yew::start_app::(); [INFO] [stderr] | ------------------------- rustdoc does not generate documentation for expressions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | /// Initialize redux store [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 62 | let store_handle = store::initialize_store(); [INFO] [stderr] | --------------------------------------------- rustdoc does not generate documentation for statements [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:63:9 [INFO] [stderr] | [INFO] [stderr] 63 | /// Create actual root component [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 64 | / Self { [INFO] [stderr] 65 | | store_handle: store_handle, [INFO] [stderr] 66 | | console: ConsoleService::new(), [INFO] [stderr] 67 | | entries: Vec::new(), [INFO] [stderr] 68 | | input_new_todo: String::new(), [INFO] [stderr] 69 | | } [INFO] [stderr] | |_________- rustdoc does not generate documentation for expressions [INFO] [stderr] [INFO] [stderr] warning: unused import: `EntryProps` [INFO] [stderr] --> src/components/entry_list.rs:5:29 [INFO] [stderr] | [INFO] [stderr] 5 | use super::prelude::{Entry, EntryProps}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `RecvError` [INFO] [stderr] --> src/store/mod.rs:11:42 [INFO] [stderr] | [INFO] [stderr] 11 | use std::sync::mpsc::{channel, Receiver, RecvError, Sender}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::sync::mpsc::Sender` [INFO] [stderr] --> src/lib.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | use std::sync::mpsc::Sender; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `builder` [INFO] [stderr] --> src/store/state.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn builder() -> StateBuilder { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `add_entries` [INFO] [stderr] --> src/store/state.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | / pub fn add_entries(mut self, entries: T) -> Self [INFO] [stderr] 50 | | where [INFO] [stderr] 51 | | T: IntoIterator, [INFO] [stderr] 52 | | { [INFO] [stderr] ... | [INFO] [stderr] 56 | | self [INFO] [stderr] 57 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `AddEntryWithName` [INFO] [stderr] --> src/store/mod.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | AddEntryWithName(String), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Noop` [INFO] [stderr] --> src/store/mod.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | Noop, // TODO [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `store_handle` [INFO] [stderr] --> src/lib.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | store_handle: StoreHandle, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `console` [INFO] [stderr] --> src/lib.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | console: ConsoleService, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/hello_yew-f833c40eb4f3db08.hello_yew.eq2h5be1-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/hello_yew-f833c40eb4f3db08.hello_yew.eq2h5be1-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/hello_yew-f833c40eb4f3db08.hello_yew.eq2h5be1-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/hello_yew-f833c40eb4f3db08.hello_yew.eq2h5be1-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/hello_yew-f833c40eb4f3db08.hello_yew.eq2h5be1-cgu.4.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/hello_yew-f833c40eb4f3db08" "/opt/rustwide/target/debug/deps/hello_yew-f833c40eb4f3db08.1a456j5p28nze3ex.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-b29f50a5eba13785/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libhello_yew-1325fa959fe57161.rlib" "/opt/rustwide/target/debug/deps/libyew-7c48003081a78e64.rlib" "/opt/rustwide/target/debug/deps/libstdweb-9203f664071195f3.rlib" "/opt/rustwide/target/debug/deps/libdiscard-846edfb26de9cf45.rlib" "/opt/rustwide/target/debug/deps/libstdweb_internal_runtime-9e13193a44ff956d.rlib" "/opt/rustwide/target/debug/deps/libslab-48da5e5bfb95471c.rlib" "/opt/rustwide/target/debug/deps/libanymap-9b2684f03e561fe5.rlib" "/opt/rustwide/target/debug/deps/libbincode-47e071cddc0a1d77.rlib" "/opt/rustwide/target/debug/deps/libserde_json-90f02300d611cfd9.rlib" "/opt/rustwide/target/debug/deps/libryu-e35dafd34c1180fa.rlib" "/opt/rustwide/target/debug/deps/libserde-95e0cca3ca0d63b0.rlib" "/opt/rustwide/target/debug/deps/libhttp-7e9ec6d1a4697945.rlib" "/opt/rustwide/target/debug/deps/libitoa-e736842aeff4074b.rlib" "/opt/rustwide/target/debug/deps/libfnv-593caa3c2629b83d.rlib" "/opt/rustwide/target/debug/deps/libbytes-e72ee2e75bc2e299.rlib" "/opt/rustwide/target/debug/deps/libiovec-00a3130886e4145b.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-b551d4293eeff0ab.rlib" "/opt/rustwide/target/debug/deps/liblog-9ae390adbb899e4d.rlib" "/opt/rustwide/target/debug/deps/libfailure-217d2cc9749cd032.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-4c7267b8fccaf83d.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-3cf74dfbedc4fa3d.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-9da9356c3ba78aa1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7390b7ae06eb302e.rlib" "/opt/rustwide/target/debug/deps/liblibc-ac1c6b443bd77680.rlib" "/opt/rustwide/target/debug/deps/libredux_rs-047b2b4cd321503c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/libyew-7c48003081a78e64.rlib(yew-7c48003081a78e64.yew.9046mknf-cgu.11.rcgu.o): In function `yew::virtual_dom::vtag::VTag::apply_diffs::snippet::__cargo_web_snippet_0da47658267a7497de743e1b0892f992ba6ca6ef': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-0.6.0/<::stdweb::webcore::macros::_js_impl macros>:35: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libyew-7c48003081a78e64.rlib(yew-7c48003081a78e64.yew.9046mknf-cgu.11.rcgu.o): In function `yew::virtual_dom::vtag::VTag::apply_diffs::snippet::__cargo_web_snippet_6a77b2f2accec26fefbfa0d864061d26f40f8f6f': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-0.6.0/<::stdweb::webcore::macros::_js_impl macros>:35: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libyew-7c48003081a78e64.rlib(yew-7c48003081a78e64.yew.9046mknf-cgu.11.rcgu.o): In function `yew::virtual_dom::vtag::set_attribute::snippet::__cargo_web_snippet_da2febd72f9938d90bc2bf2905643f595b07abd9': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-0.6.0/<::stdweb::webcore::macros::_js_impl macros>:35: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libyew-7c48003081a78e64.rlib(yew-7c48003081a78e64.yew.9046mknf-cgu.11.rcgu.o): In function `yew::virtual_dom::vtag::remove_attribute::snippet::__cargo_web_snippet_f6358c198ebcc61c9da370cca2679c0b8bc81a7b': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-0.6.0/<::stdweb::webcore::macros::_js_impl macros>:35: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libyew-7c48003081a78e64.rlib(yew-7c48003081a78e64.yew.9046mknf-cgu.11.rcgu.o): In function `yew::virtual_dom::vtag::set_checked::snippet::__cargo_web_snippet_a1f43b583e011a9bbeae64030b81f677e6c29005': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-0.6.0/<::stdweb::webcore::macros::_js_impl macros>:35: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-9203f664071195f3.rlib(stdweb-9203f664071195f3.stdweb.berm12vo-cgu.1.rcgu.o):/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.17/src/webcore/macros.rs:32: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-9203f664071195f3.rlib(stdweb-9203f664071195f3.stdweb.berm12vo-cgu.10.rcgu.o): In function `stdweb::webcore::ffi::emscripten::event_loop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.17/src/webcore/ffi/emscripten.rs:9: undefined reference to `emscripten_pause_main_loop' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.17/src/webcore/ffi/emscripten.rs:11: undefined reference to `emscripten_set_main_loop' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-9203f664071195f3.rlib(stdweb-9203f664071195f3.stdweb.berm12vo-cgu.10.rcgu.o): In function `stdweb::webcore::value::Reference::from_raw_unchecked::snippet::__cargo_web_snippet_9f22d4ca7bc938409787341b7db181f8dd41e6df': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.17/src/webcore/macros.rs:32: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-9203f664071195f3.rlib(stdweb-9203f664071195f3.stdweb.berm12vo-cgu.10.rcgu.o): In function `::drop::snippet::__cargo_web_snippet_80d6d56760c65e49b7be8b6b01c1ea861b046bf0': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.17/src/webcore/macros.rs:32: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-9203f664071195f3.rlib(stdweb-9203f664071195f3.stdweb.berm12vo-cgu.11.rcgu.o): In function `::instance_of::snippet::__cargo_web_snippet_906f13b1e97c3e6e6996c62d7584c4917315426d': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.17/src/webcore/macros.rs:32: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-9203f664071195f3.rlib(stdweb-9203f664071195f3.stdweb.berm12vo-cgu.11.rcgu.o): In function `stdweb::webapi::parent_node::IParentNode::query_selector::snippet::__cargo_web_snippet_a152e8d0e8fac5476f30c1d19e4ab217dbcba73d': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.17/src/webcore/macros.rs:101: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-9203f664071195f3.rlib(stdweb-9203f664071195f3.stdweb.berm12vo-cgu.11.rcgu.o): In function `stdweb::webapi::parent_node::IParentNode::query_selector::snippet::__cargo_web_snippet_b06dde4acf09433b5190a4b001259fe5d4abcbc2': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.17/src/webcore/macros.rs:101: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-9203f664071195f3.rlib(stdweb-9203f664071195f3.stdweb.berm12vo-cgu.11.rcgu.o):/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.17/src/webcore/macros.rs:101: more undefined references to `emscripten_asm_const_int' follow [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 `hello_yew`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ee4af283c2fa8af9cd8bb7177ed280d252087da6d6386288911e6f451ce8523e"` [INFO] running `"docker" "rm" "-f" "ee4af283c2fa8af9cd8bb7177ed280d252087da6d6386288911e6f451ce8523e"` [INFO] [stdout] ee4af283c2fa8af9cd8bb7177ed280d252087da6d6386288911e6f451ce8523e