[INFO] updating cached repository https://github.com/ChillyBwoy/yew-kanban [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] d1815bd7445d5605a9c6c06074936c50bee94ecd [INFO] testing ChillyBwoy/yew-kanban against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChillyBwoy%2Fyew-kanban" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ChillyBwoy/yew-kanban on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ChillyBwoy/yew-kanban [INFO] finished tweaking git repo https://github.com/ChillyBwoy/yew-kanban [INFO] tweaked toml for git repo https://github.com/ChillyBwoy/yew-kanban written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/ChillyBwoy/yew-kanban already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=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.44.0" "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] 4b0dca053f3f672a990aef56940762e4962d15e76279aaf50179fb2d0729bbb1 [INFO] running `"docker" "start" "-a" "4b0dca053f3f672a990aef56940762e4962d15e76279aaf50179fb2d0729bbb1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling serde v1.0.85 [INFO] [stderr] Compiling proc-macro2 v0.4.26 [INFO] [stderr] Compiling libc v0.2.48 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling base-x v0.2.4 [INFO] [stderr] Compiling linked-hash-map v0.5.1 [INFO] [stderr] Compiling rustc-demangle v0.1.13 [INFO] [stderr] Compiling dtoa v0.4.3 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Compiling stdweb v0.4.13 [INFO] [stderr] Compiling yaml-rust v0.4.2 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling bytes v0.4.11 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling rmp v0.8.7 [INFO] [stderr] Compiling http v0.1.15 [INFO] [stderr] Compiling serde_json v1.0.37 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling serde_yaml v0.8.8 [INFO] [stderr] Compiling serde_cbor v0.9.0 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling rmp-serde v0.13.7 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.85 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.5 [INFO] [stderr] Compiling stdweb-derive v0.5.1 [INFO] [stderr] Compiling web_logger v0.1.0 [INFO] [stderr] Compiling yew v0.5.0 (https://github.com/DenisKolodin/yew#23931596) [INFO] [stderr] Compiling yew-kanban v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/components/app.rs:16:15 [INFO] [stderr] | [INFO] [stderr] 16 | router: Box>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Bridge>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_route` [INFO] [stderr] --> src/routing.rs:88:5 [INFO] [stderr] | [INFO] [stderr] 88 | pub fn get_route(&self) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` 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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/yew_kanban-595cc68f79f69c61.yew_kanban.4m3qw9wr-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/yew_kanban-595cc68f79f69c61.yew_kanban.4m3qw9wr-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/yew_kanban-595cc68f79f69c61.yew_kanban.4m3qw9wr-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/yew_kanban-595cc68f79f69c61.yew_kanban.4m3qw9wr-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/yew_kanban-595cc68f79f69c61.yew_kanban.4m3qw9wr-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/yew_kanban-595cc68f79f69c61.yew_kanban.4m3qw9wr-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/yew_kanban-595cc68f79f69c61.yew_kanban.4m3qw9wr-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/yew_kanban-595cc68f79f69c61.yew_kanban.4m3qw9wr-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/yew_kanban-595cc68f79f69c61.yew_kanban.4m3qw9wr-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/yew_kanban-595cc68f79f69c61.yew_kanban.4m3qw9wr-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/yew_kanban-595cc68f79f69c61.yew_kanban.4m3qw9wr-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/yew_kanban-595cc68f79f69c61.yew_kanban.4m3qw9wr-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/yew_kanban-595cc68f79f69c61.yew_kanban.4m3qw9wr-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/yew_kanban-595cc68f79f69c61.yew_kanban.4m3qw9wr-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/yew_kanban-595cc68f79f69c61.yew_kanban.4m3qw9wr-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/yew_kanban-595cc68f79f69c61.yew_kanban.4m3qw9wr-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/yew_kanban-595cc68f79f69c61" "/opt/rustwide/target/debug/deps/yew_kanban-595cc68f79f69c61.15q7ermtu04u2hec.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-c23e09e5458f1c22/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libyew-b71954f09a90e554.rlib" "/opt/rustwide/target/debug/deps/libserde_cbor-05a7e702bf3ecb48.rlib" "/opt/rustwide/target/debug/deps/libhalf-7260cb61f03626bb.rlib" "/opt/rustwide/target/debug/deps/librmp_serde-d4b7624677d40851.rlib" "/opt/rustwide/target/debug/deps/librmp-d3ac81168e1596d5.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a058243eac5010d9.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-3d725454dc35e92a.rlib" "/opt/rustwide/target/debug/deps/libserde_yaml-8d59b57aa067af1a.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-5e392859f747cdf2.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-8c625186005c0802.rlib" "/opt/rustwide/target/debug/deps/libdtoa-561da8907aae266b.rlib" "/opt/rustwide/target/debug/deps/libtoml-7ef75883ce018d53.rlib" "/opt/rustwide/target/debug/deps/libstdweb-ebb6311aeb3b6197.rlib" "/opt/rustwide/target/debug/deps/libdiscard-467a332ec5511321.rlib" "/opt/rustwide/target/debug/deps/libstdweb_internal_runtime-914727d4833b043d.rlib" "/opt/rustwide/target/debug/deps/libslab-7d2001f40ea12ace.rlib" "/opt/rustwide/target/debug/deps/libanymap-56c5d6a24ad3dee8.rlib" "/opt/rustwide/target/debug/deps/libbincode-47ed308e798dfd96.rlib" "/opt/rustwide/target/debug/deps/libserde_json-cba3921d6ce033c8.rlib" "/opt/rustwide/target/debug/deps/libryu-67ce7310b0ade578.rlib" "/opt/rustwide/target/debug/deps/libhttp-7d9e102aa0f4a059.rlib" "/opt/rustwide/target/debug/deps/libitoa-268fce15131683f2.rlib" "/opt/rustwide/target/debug/deps/libfnv-73f55f8a234ebd2d.rlib" "/opt/rustwide/target/debug/deps/libbytes-745471934303b820.rlib" "/opt/rustwide/target/debug/deps/libiovec-b297594dc49c9e1b.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-5bd502422c43746c.rlib" "/opt/rustwide/target/debug/deps/libfailure-39599a42071aacad.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-4a9df70ce487104c.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-6a3ebd53f62e6c24.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-0c8909aa592eb26c.rlib" "/opt/rustwide/target/debug/deps/liblibc-121d8d67eeaa7de7.rlib" "/opt/rustwide/target/debug/deps/libserde-ebaff2581fd3f18b.rlib" "/opt/rustwide/target/debug/deps/liblog-cc96050100bf31d6.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-d9bc28547053b377.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/libyew-b71954f09a90e554.rlib(yew-b71954f09a90e554.yew.3m6zdjaz-cgu.5.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/stdweb-0.4.13/src/webcore/macros.rs:91: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libyew-b71954f09a90e554.rlib(yew-b71954f09a90e554.yew.3m6zdjaz-cgu.5.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/stdweb-0.4.13/src/webcore/macros.rs:91: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libyew-b71954f09a90e554.rlib(yew-b71954f09a90e554.yew.3m6zdjaz-cgu.5.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/stdweb-0.4.13/src/webcore/macros.rs:91: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libyew-b71954f09a90e554.rlib(yew-b71954f09a90e554.yew.3m6zdjaz-cgu.5.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/stdweb-0.4.13/src/webcore/macros.rs:91: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libyew-b71954f09a90e554.rlib(yew-b71954f09a90e554.yew.3m6zdjaz-cgu.5.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/stdweb-0.4.13/src/webcore/macros.rs:91: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-ebb6311aeb3b6197.rlib(stdweb-ebb6311aeb3b6197.stdweb.bf6acxij-cgu.1.rcgu.o):/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.13/src/webcore/macros.rs:32: more undefined references to `emscripten_asm_const_int' follow [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-ebb6311aeb3b6197.rlib(stdweb-ebb6311aeb3b6197.stdweb.bf6acxij-cgu.6.rcgu.o): in function `stdweb::webcore::ffi::emscripten::event_loop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.13/src/webcore/ffi/emscripten.rs:9: undefined reference to `emscripten_pause_main_loop' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.13/src/webcore/ffi/emscripten.rs:11: undefined reference to `emscripten_set_main_loop' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-ebb6311aeb3b6197.rlib(stdweb-ebb6311aeb3b6197.stdweb.bf6acxij-cgu.7.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.13/src/webcore/macros.rs:32: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-ebb6311aeb3b6197.rlib(stdweb-ebb6311aeb3b6197.stdweb.bf6acxij-cgu.7.rcgu.o): in function `::drop::snippet::__cargo_web_snippet_80d6d56760c65e49b7be8b6b01c1ea861b046bf0': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.13/src/webcore/macros.rs:32: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-ebb6311aeb3b6197.rlib(stdweb-ebb6311aeb3b6197.stdweb.bf6acxij-cgu.7.rcgu.o): in function `::instance_of::snippet::__cargo_web_snippet_c023351d5bff43ef3dd317b499821cd4e71492f0': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.13/src/webcore/macros.rs:32: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-ebb6311aeb3b6197.rlib(stdweb-ebb6311aeb3b6197.stdweb.bf6acxij-cgu.7.rcgu.o): in function `::instance_of::snippet::__cargo_web_snippet_de2896a7ccf316486788a4d0bc433c25d2f1a12b': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.13/src/webcore/macros.rs:32: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-ebb6311aeb3b6197.rlib(stdweb-ebb6311aeb3b6197.stdweb.bf6acxij-cgu.7.rcgu.o): in function `::instance_of::snippet::__cargo_web_snippet_897ff2d0160606ea98961935acb125d1ddbf4688': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.13/src/webcore/macros.rs:32: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libstdweb-ebb6311aeb3b6197.rlib(stdweb-ebb6311aeb3b6197.stdweb.bf6acxij-cgu.7.rcgu.o):/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.13/src/webcore/macros.rs:32: 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; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `yew-kanban`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4b0dca053f3f672a990aef56940762e4962d15e76279aaf50179fb2d0729bbb1"` [INFO] running `"docker" "rm" "-f" "4b0dca053f3f672a990aef56940762e4962d15e76279aaf50179fb2d0729bbb1"` [INFO] [stdout] 4b0dca053f3f672a990aef56940762e4962d15e76279aaf50179fb2d0729bbb1