[INFO] updating cached repository chrisbutcher/gameboy [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/chrisbutcher/gameboy [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/chrisbutcher/gameboy" "work/ex/beta-1.38-1/sources/1.37.0/gh/chrisbutcher/gameboy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/chrisbutcher/gameboy'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/chrisbutcher/gameboy" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/chrisbutcher/gameboy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/chrisbutcher/gameboy'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ac1093be588df5877f95b9af50a5bb970b788c08 [INFO] sha for GitHub repo chrisbutcher/gameboy: ac1093be588df5877f95b9af50a5bb970b788c08 [INFO] validating manifest of chrisbutcher/gameboy on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of chrisbutcher/gameboy on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing chrisbutcher/gameboy [INFO] finished frobbing chrisbutcher/gameboy [INFO] frobbed toml for chrisbutcher/gameboy written to work/ex/beta-1.38-1/sources/1.37.0/gh/chrisbutcher/gameboy/Cargo.toml [INFO] started frobbing chrisbutcher/gameboy [INFO] finished frobbing chrisbutcher/gameboy [INFO] frobbed toml for chrisbutcher/gameboy written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/chrisbutcher/gameboy/Cargo.toml [INFO] crate chrisbutcher/gameboy already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing chrisbutcher/gameboy against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/chrisbutcher/gameboy:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] f46b1432b6591b3e96da24f67398722a34f89e225920a186daddc7c8954af28d [INFO] running `"docker" "start" "-a" "f46b1432b6591b3e96da24f67398722a34f89e225920a186daddc7c8954af28d"` [INFO] [stderr] Compiling gameboy v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling textwrap v0.6.0 [INFO] [stderr] Compiling clap v2.25.0 [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:87:13 [INFO] [stderr] | [INFO] [stderr] 87 | 0x0000...0x7FFF => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:90:13 [INFO] [stderr] | [INFO] [stderr] 90 | 0x8000...0x9FFF => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:93:13 [INFO] [stderr] | [INFO] [stderr] 93 | 0xA000...0xBFFF => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:96:13 [INFO] [stderr] | [INFO] [stderr] 96 | 0xC000...0xDFFF => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:99:13 [INFO] [stderr] | [INFO] [stderr] 99 | 0xE000...0xFDFF => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:102:13 [INFO] [stderr] | [INFO] [stderr] 102 | 0xFE00...0xFE9F => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:108:13 [INFO] [stderr] | [INFO] [stderr] 108 | 0xFF04...0xFF07 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:111:13 [INFO] [stderr] | [INFO] [stderr] 111 | 0xFF01...0xFF0E => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:117:13 [INFO] [stderr] | [INFO] [stderr] 117 | 0xFF10...0xFF3F => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:120:20 [INFO] [stderr] | [INFO] [stderr] 120 | addr @ 0xFF40...0xFF7F => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:122:17 [INFO] [stderr] | [INFO] [stderr] 122 | 0xFF40...0xFF7F => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:129:13 [INFO] [stderr] | [INFO] [stderr] 129 | 0xFF80...0xFFFE => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:145:13 [INFO] [stderr] | [INFO] [stderr] 145 | 0x0000...0x7FFF => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:147:13 [INFO] [stderr] | [INFO] [stderr] 147 | 0x8000...0x9FFF => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:155:13 [INFO] [stderr] | [INFO] [stderr] 155 | 0xA000...0xBFFF => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:158:13 [INFO] [stderr] | [INFO] [stderr] 158 | 0xC000...0xDFFF => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:161:13 [INFO] [stderr] | [INFO] [stderr] 161 | 0xE000...0xFDFF => self.write(address - 0xC000 - 0x2000, data), // ECHO work ram [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:162:13 [INFO] [stderr] | [INFO] [stderr] 162 | 0xFE00...0xFE9F => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:170:13 [INFO] [stderr] | [INFO] [stderr] 170 | 0xFEA0...0xFEFF => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:175:13 [INFO] [stderr] | [INFO] [stderr] 175 | 0xFF04...0xFF07 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:178:13 [INFO] [stderr] | [INFO] [stderr] 178 | 0xFF01...0xFF0E => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:184:13 [INFO] [stderr] | [INFO] [stderr] 184 | 0xFF10...0xFF3F => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:187:13 [INFO] [stderr] | [INFO] [stderr] 187 | 0xFF40...0xFF45 | 0xFF47...0xFF7F => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:187:31 [INFO] [stderr] | [INFO] [stderr] 187 | 0xFF40...0xFF45 | 0xFF47...0xFF7F => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/mmu.rs:197:13 [INFO] [stderr] | [INFO] [stderr] 197 | 0xFF80...0xFFFE => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/cpu/mod.rs:1615:7 [INFO] [stderr] | [INFO] [stderr] 1615 | _ => self.explode(format!("Unexpected CB opcode: {:#X}", opcode)), [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unreachable_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/cpu/opcode_cycles.rs:260:5 [INFO] [stderr] | [INFO] [stderr] 260 | _ => panic!("Unexpected opcode: {:#X}", opcode), [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/cpu/opcode_cycles.rs:522:5 [INFO] [stderr] | [INFO] [stderr] 522 | _ => panic!("Unexpected opcode: {:#X}", opcode), [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/mmu.rs:203:7 [INFO] [stderr] | [INFO] [stderr] 203 | _ => { [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::num::::wrapping_sub` that must be used [INFO] [stderr] --> src/gb.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | cycles_this_frame.wrapping_sub(cycles_per_frame); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this returns the result of the operation, without modifying the original [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/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/gameboy-75a8c74f5a428c65.gameboy.cq8xxv1f-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/gameboy-75a8c74f5a428c65.gameboy.cq8xxv1f-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/gameboy-75a8c74f5a428c65.gameboy.cq8xxv1f-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/gameboy-75a8c74f5a428c65.gameboy.cq8xxv1f-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/gameboy-75a8c74f5a428c65.gameboy.cq8xxv1f-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/gameboy-75a8c74f5a428c65.gameboy.cq8xxv1f-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/gameboy-75a8c74f5a428c65.gameboy.cq8xxv1f-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/gameboy-75a8c74f5a428c65.gameboy.cq8xxv1f-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/gameboy-75a8c74f5a428c65.gameboy.cq8xxv1f-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/gameboy-75a8c74f5a428c65.gameboy.cq8xxv1f-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/gameboy-75a8c74f5a428c65.gameboy.cq8xxv1f-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/gameboy-75a8c74f5a428c65.gameboy.cq8xxv1f-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/gameboy-75a8c74f5a428c65.gameboy.cq8xxv1f-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/gameboy-75a8c74f5a428c65.gameboy.cq8xxv1f-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/gameboy-75a8c74f5a428c65.gameboy.cq8xxv1f-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/gameboy-75a8c74f5a428c65.gameboy.cq8xxv1f-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/gameboy-75a8c74f5a428c65" "/opt/crater/target/debug/deps/gameboy-75a8c74f5a428c65.44s6inegtwxu7j3b.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libsdl2-a12f45ef350606cf.rlib" "/opt/crater/target/debug/deps/librand-a87ee065092092b3.rlib" "/opt/crater/target/debug/deps/libsdl2_sys-a3f5cf7805507dd4.rlib" "/opt/crater/target/debug/deps/libbitflags-05fa20c47058c1db.rlib" "/opt/crater/target/debug/deps/liblazy_static-39e4b28838003da8.rlib" "/opt/crater/target/debug/deps/libnum-35d6e07bedbec27c.rlib" "/opt/crater/target/debug/deps/libnum_iter-fa4ba9a2afe6dc3e.rlib" "/opt/crater/target/debug/deps/libnum_integer-ef4ea85bc9e35678.rlib" "/opt/crater/target/debug/deps/libnum_traits-b4e8227c37ddf86d.rlib" "/opt/crater/target/debug/deps/libenv_logger-18a2fb636273272a.rlib" "/opt/crater/target/debug/deps/libregex-8e52452b97b05070.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-7e19cf98379531b4.rlib" "/opt/crater/target/debug/deps/libregex_syntax-55ee28c5615612af.rlib" "/opt/crater/target/debug/deps/libthread_local-2343fd98d9cc3163.rlib" "/opt/crater/target/debug/deps/libthread_id-9615aa32a0cd9969.rlib" "/opt/crater/target/debug/deps/libaho_corasick-37f43c2875319b54.rlib" "/opt/crater/target/debug/deps/libmemchr-533219ccfcaf41db.rlib" "/opt/crater/target/debug/deps/liblog-cde2563351553608.rlib" "/opt/crater/target/debug/deps/libtime-62f5cc98a53640cb.rlib" "/opt/crater/target/debug/deps/libclap-2115a82fb2fe3d91.rlib" "/opt/crater/target/debug/deps/libatty-4f37316224f81232.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-7ea329beee18f68b.rlib" "/opt/crater/target/debug/deps/libtextwrap-fa0612f9d085608f.rlib" "/opt/crater/target/debug/deps/libterm_size-59cfc9008b7f9c74.rlib" "/opt/crater/target/debug/deps/liblibc-3a9ab9364d9c9a5c.rlib" "/opt/crater/target/debug/deps/libvec_map-574990f4164cde65.rlib" "/opt/crater/target/debug/deps/libbitflags-f034fe9ef0b445a7.rlib" "/opt/crater/target/debug/deps/libunicode_width-8e49fc9eb4c9dbb0.rlib" "/opt/crater/target/debug/deps/libansi_term-5ad2ac4f1272cbf6.rlib" "/opt/crater/target/debug/deps/libstrsim-c7682b911d844d93.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lSDL2_image" "-lSDL2" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_image [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 `gameboy`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f46b1432b6591b3e96da24f67398722a34f89e225920a186daddc7c8954af28d"` [INFO] running `"docker" "rm" "-f" "f46b1432b6591b3e96da24f67398722a34f89e225920a186daddc7c8954af28d"` [INFO] [stdout] f46b1432b6591b3e96da24f67398722a34f89e225920a186daddc7c8954af28d