[INFO] crate spatial 0.2.0-rc2 is already in cache
[INFO] extracting crate spatial 0.2.0-rc2 into work/ex/beta-1.38-1/sources/1.37.0/reg/spatial/0.2.0-rc2
[INFO] extracting crate spatial 0.2.0-rc2 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/spatial/0.2.0-rc2
[INFO] validating manifest of spatial-0.2.0-rc2 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 spatial-0.2.0-rc2 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 spatial-0.2.0-rc2
[INFO] finished frobbing spatial-0.2.0-rc2
[INFO] frobbed toml for spatial-0.2.0-rc2 written to work/ex/beta-1.38-1/sources/1.37.0/reg/spatial/0.2.0-rc2/Cargo.toml
[INFO] started frobbing spatial-0.2.0-rc2
[INFO] finished frobbing spatial-0.2.0-rc2
[INFO] frobbed toml for spatial-0.2.0-rc2 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/spatial/0.2.0-rc2/Cargo.toml
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[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 spatial-0.2.0-rc2 against beta-2019-08-13 for beta-1.38-1
[INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/spatial/0.2.0-rc2:/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" "+beta-2019-08-13" "build" "--frozen"`
[INFO] [stdout] 81d16ff6116751c8621d0a86893594b5744db1f5fee2e9b0a4ab3b107b9f93a7
[INFO] running `"docker" "start" "-a" "81d16ff6116751c8621d0a86893594b5744db1f5fee2e9b0a4ab3b107b9f93a7"`
[INFO] [stderr] Compiling generic-array v0.3.2
[INFO] [stderr] Compiling spatial v0.2.0-rc2 (/opt/crater/workdir)
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr] --> src/lib.rs:12:1
[INFO] [stderr] |
[INFO] [stderr] 12 | #[macro_use]
[INFO] [stderr] | ^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: patterns aren't allowed in methods without bodies
[INFO] [stderr] --> src/tree/mbr/index/mod.rs:27:32
[INFO] [stderr] |
[INFO] [stderr] 27 | fn insert_into_root(&self, mut root: NODE, leaf: MbrLeaf
) -> NODE;
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(patterns_in_fns_without_body)]` on by default
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #35203
[INFO] [stderr]
[INFO] [stderr] warning: patterns aren't allowed in methods without bodies
[INFO] [stderr] --> src/tree/mbr/index/mod.rs:46:10
[INFO] [stderr] |
[INFO] [stderr] 46 | mut root: NODE,
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #35203
[INFO] [stderr]
[INFO] [stderr] warning: patterns aren't allowed in methods without bodies
[INFO] [stderr] --> src/tree/mbr/index/mod.rs:49:10
[INFO] [stderr] |
[INFO] [stderr] 49 | mut f: F)
[INFO] [stderr] | ^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #35203
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr] --> src/tree/mbr/leafgeometry.rs:82:58
[INFO] [stderr] |
[INFO] [stderr] 82 | |distance, (&(x, y), &z)| distance + pow((((x + y)/two) - z), 2));
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr] --> src/tree/mbr/leafgeometry.rs:134:66
[INFO] [stderr] |
[INFO] [stderr] 134 | |distance, (&(x1, y1), &x2, &y2)| distance + pow(((x1 + y1)/two - (x2 + y2)/two), 2));
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr] --> src/tree/mbr/leafgeometry.rs:186:32
[INFO] [stderr] |
[INFO] [stderr] 186 | distance + pow(((x1 + y1) / two - (x2 + y2) / two), 2)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr]
[INFO] [stderr] warning: patterns aren't allowed in methods without bodies
[INFO] [stderr] --> src/vecext.rs:13:31
[INFO] [stderr] |
[INFO] [stderr] 13 | fn retain_part(&mut self, mut f: F) -> usize;
[INFO] [stderr] | ^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #35203
[INFO] [stderr]
[INFO] [stderr] warning: patterns aren't allowed in methods without bodies
[INFO] [stderr] --> src/vecext.rs:19:35
[INFO] [stderr] |
[INFO] [stderr] 19 | fn retain_mut_part(&mut self, mut f: F) -> usize;
[INFO] [stderr] | ^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #35203
[INFO] [stderr]
[INFO] [stderr] warning: patterns aren't allowed in methods without bodies
[INFO] [stderr] --> src/vecext.rs:25:40
[INFO] [stderr] |
[INFO] [stderr] 25 | fn retain_and_split_off(&mut self, mut f: F) -> Option>;
[INFO] [stderr] | ^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #35203
[INFO] [stderr]
[INFO] [stderr] warning: patterns aren't allowed in methods without bodies
[INFO] [stderr] --> src/vecext.rs:31:53
[INFO] [stderr] |
[INFO] [stderr] 31 | fn retain_and_append(&mut self, m: &mut Vec, mut f: F);
[INFO] [stderr] | ^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #35203
[INFO] [stderr]
[INFO] [stderr] warning: patterns aren't allowed in methods without bodies
[INFO] [stderr] --> src/vecext.rs:37:30
[INFO] [stderr] |
[INFO] [stderr] 37 | fn retain_mut(&mut self, mut f: F);
[INFO] [stderr] | ^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #35203
[INFO] [stderr]
[INFO] [stderr] warning: unused variable: `mbr`
[INFO] [stderr] --> src/tree/mbr/index/r.rs:48:53
[INFO] [stderr] |
[INFO] [stderr] 48 | fn pick_seed>(&self, mbr: &Rect, children: &Vec) -> (usize, usize) {
[INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_mbr`
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr] --> src/tree/mbr/map.rs:419:17
[INFO] [stderr] |
[INFO] [stderr] 419 | let mut unsafe_leaf = unsafe {
[INFO] [stderr] | ----^^^^^^^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | help: remove this `mut`
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_mut)]` on by default
[INFO] [stderr]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.35s
[INFO] running `"docker" "inspect" "81d16ff6116751c8621d0a86893594b5744db1f5fee2e9b0a4ab3b107b9f93a7"`
[INFO] running `"docker" "rm" "-f" "81d16ff6116751c8621d0a86893594b5744db1f5fee2e9b0a4ab3b107b9f93a7"`
[INFO] [stdout] 81d16ff6116751c8621d0a86893594b5744db1f5fee2e9b0a4ab3b107b9f93a7
[INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/spatial/0.2.0-rc2:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"`
[INFO] [stdout] bab7e92d7bb0e4f19e7910bc59ed19e663737a1aa21b04a3cc82ae1689b15488
[INFO] running `"docker" "start" "-a" "bab7e92d7bb0e4f19e7910bc59ed19e663737a1aa21b04a3cc82ae1689b15488"`
[INFO] [stderr] Compiling spatial v0.2.0-rc2 (/opt/crater/workdir)
[INFO] [stderr] warning: patterns aren't allowed in methods without bodies
[INFO] [stderr] --> src/tree/mbr/index/mod.rs:27:32
[INFO] [stderr] |
[INFO] [stderr] 27 | fn insert_into_root(&self, mut root: NODE, leaf: MbrLeaf) -> NODE;
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(patterns_in_fns_without_body)]` on by default
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #35203
[INFO] [stderr]
[INFO] [stderr] warning: patterns aren't allowed in methods without bodies
[INFO] [stderr] --> src/tree/mbr/index/mod.rs:46:10
[INFO] [stderr] |
[INFO] [stderr] 46 | mut root: NODE,
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #35203
[INFO] [stderr]
[INFO] [stderr] warning: patterns aren't allowed in methods without bodies
[INFO] [stderr] --> src/tree/mbr/index/mod.rs:49:10
[INFO] [stderr] |
[INFO] [stderr] 49 | mut f: F)
[INFO] [stderr] | ^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #35203
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr] --> src/tree/mbr/leafgeometry.rs:82:58
[INFO] [stderr] |
[INFO] [stderr] 82 | |distance, (&(x, y), &z)| distance + pow((((x + y)/two) - z), 2));
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr] --> src/tree/mbr/leafgeometry.rs:134:66
[INFO] [stderr] |
[INFO] [stderr] 134 | |distance, (&(x1, y1), &x2, &y2)| distance + pow(((x1 + y1)/two - (x2 + y2)/two), 2));
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr] --> src/tree/mbr/leafgeometry.rs:186:32
[INFO] [stderr] |
[INFO] [stderr] 186 | distance + pow(((x1 + y1) / two - (x2 + y2) / two), 2)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr]
[INFO] [stderr] warning: patterns aren't allowed in methods without bodies
[INFO] [stderr] --> src/vecext.rs:13:31
[INFO] [stderr] |
[INFO] [stderr] 13 | fn retain_part(&mut self, mut f: F) -> usize;
[INFO] [stderr] | ^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #35203
[INFO] [stderr]
[INFO] [stderr] warning: patterns aren't allowed in methods without bodies
[INFO] [stderr] --> src/vecext.rs:19:35
[INFO] [stderr] |
[INFO] [stderr] 19 | fn retain_mut_part(&mut self, mut f: F) -> usize;
[INFO] [stderr] | ^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #35203
[INFO] [stderr]
[INFO] [stderr] warning: patterns aren't allowed in methods without bodies
[INFO] [stderr] --> src/vecext.rs:25:40
[INFO] [stderr] |
[INFO] [stderr] 25 | fn retain_and_split_off(&mut self, mut f: F) -> Option>;
[INFO] [stderr] | ^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #35203
[INFO] [stderr]
[INFO] [stderr] warning: patterns aren't allowed in methods without bodies
[INFO] [stderr] --> src/vecext.rs:31:53
[INFO] [stderr] |
[INFO] [stderr] 31 | fn retain_and_append(&mut self, m: &mut Vec, mut f: F);
[INFO] [stderr] | ^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #35203
[INFO] [stderr]
[INFO] [stderr] warning: patterns aren't allowed in methods without bodies
[INFO] [stderr] --> src/vecext.rs:37:30
[INFO] [stderr] |
[INFO] [stderr] 37 | fn retain_mut(&mut self, mut f: F);
[INFO] [stderr] | ^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr] = note: for more information, see issue #35203
[INFO] [stderr]
[INFO] [stderr] warning: unused variable: `mbr`
[INFO] [stderr] --> src/tree/mbr/index/r.rs:48:53
[INFO] [stderr] |
[INFO] [stderr] 48 | fn pick_seed>(&self, mbr: &Rect, children: &Vec) -> (usize, usize) {
[INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_mbr`
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr] --> src/tree/mbr/map.rs:419:17
[INFO] [stderr] |
[INFO] [stderr] 419 | let mut unsafe_leaf = unsafe {
[INFO] [stderr] | ----^^^^^^^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | help: remove this `mut`
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_mut)]` on by default
[INFO] [stderr]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.18s
[INFO] running `"docker" "inspect" "bab7e92d7bb0e4f19e7910bc59ed19e663737a1aa21b04a3cc82ae1689b15488"`
[INFO] running `"docker" "rm" "-f" "bab7e92d7bb0e4f19e7910bc59ed19e663737a1aa21b04a3cc82ae1689b15488"`
[INFO] [stdout] bab7e92d7bb0e4f19e7910bc59ed19e663737a1aa21b04a3cc82ae1689b15488
[INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/spatial/0.2.0-rc2:/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" "+beta-2019-08-13" "test" "--frozen"`
[INFO] [stdout] 415ce512d5707f960befc5f1ec6e9d9d05a426f9c158fc16aa33cb789e2b9476
[INFO] running `"docker" "start" "-a" "415ce512d5707f960befc5f1ec6e9d9d05a426f9c158fc16aa33cb789e2b9476"`
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stdout]
[INFO] [stdout] running 7 tests
[INFO] [stdout] test vecext::tests::retain_and_append ... ok
[INFO] [stdout] test vecext::tests::retain_mut ... ok
[INFO] [stderr] Running /opt/crater/target/debug/deps/spatial-70146e8c3e0247c5
[INFO] [stdout] test tree::mbr::leafgeometry::tests::point ... ok
[INFO] [stdout] test tree::mbr::leafgeometry::tests::rect ... ok
[INFO] [stdout] test tree::mbr::index::rstar::tests::margin ... ok
[INFO] [stdout] test vecext::tests::retain_and_split_off ... ok
[INFO] [stdout] test tree::mbr::leafgeometry::tests::line_segment ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] running 1 test
[INFO] [stdout] test rstar_integration ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] running 2 tests
[INFO] [stderr] Running /opt/crater/target/debug/deps/rstar-279d3d84ac8b6b4c
[INFO] [stderr] Running /opt/crater/target/debug/deps/rtree-7ea419590ccc0ddd
[INFO] [stdout] test rquadratic_integration ... ok
[INFO] [stdout] test rlinear_integration ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
[INFO] [stdout]
[INFO] [stderr] Doc-tests spatial
[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" "415ce512d5707f960befc5f1ec6e9d9d05a426f9c158fc16aa33cb789e2b9476"`
[INFO] running `"docker" "rm" "-f" "415ce512d5707f960befc5f1ec6e9d9d05a426f9c158fc16aa33cb789e2b9476"`
[INFO] [stdout] 415ce512d5707f960befc5f1ec6e9d9d05a426f9c158fc16aa33cb789e2b9476