[INFO] crate spatial 0.2.0-rc2 is already in cache
[INFO] extracting crate spatial 0.2.0-rc2 into work/ex/beta-1.37-6/sources/1.36.0/reg/spatial/0.2.0-rc2
[INFO] extracting crate spatial 0.2.0-rc2 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/spatial/0.2.0-rc2
[INFO] validating manifest of spatial-0.2.0-rc2 on toolchain 1.36.0
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] validating manifest of spatial-0.2.0-rc2 on toolchain beta-2019-07-23
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/reg/spatial/0.2.0-rc2/Cargo.toml
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] testing spatial-0.2.0-rc2 against 1.36.0 for beta-1.37-6
[INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "build" "--frozen"`
[INFO] [stdout] 794dafd675ca2f9c68cf87378ad4dfd0269309bfaf8bcab63b96789fa2d08a4d
[INFO] running `"docker" "start" "-a" "794dafd675ca2f9c68cf87378ad4dfd0269309bfaf8bcab63b96789fa2d08a4d"`
[INFO] [stderr] Compiling nodrop v0.1.13
[INFO] [stderr] Compiling unreachable v0.1.1
[INFO] [stderr] Compiling itertools v0.5.10
[INFO] [stderr] Compiling num-bigint v0.1.44
[INFO] [stderr] Compiling num-iter v0.1.39
[INFO] [stderr] Compiling ordered-float v0.2.3
[INFO] [stderr] Compiling generic-array v0.3.2
[INFO] [stderr] Compiling num-rational v0.1.42
[INFO] [stderr] Compiling num v0.1.42
[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 8.05s
[INFO] running `"docker" "inspect" "794dafd675ca2f9c68cf87378ad4dfd0269309bfaf8bcab63b96789fa2d08a4d"`
[INFO] running `"docker" "rm" "-f" "794dafd675ca2f9c68cf87378ad4dfd0269309bfaf8bcab63b96789fa2d08a4d"`
[INFO] [stdout] 794dafd675ca2f9c68cf87378ad4dfd0269309bfaf8bcab63b96789fa2d08a4d
[INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "test" "--frozen" "--no-run"`
[INFO] [stdout] c464ec90aff5b8bcf7d98fcf9114529a918bb8087dcc49a66c898f70ebc1c883
[INFO] running `"docker" "start" "-a" "c464ec90aff5b8bcf7d98fcf9114529a918bb8087dcc49a66c898f70ebc1c883"`
[INFO] [stderr] Blocking waiting for file lock on package cache lock
[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 3.32s
[INFO] running `"docker" "inspect" "c464ec90aff5b8bcf7d98fcf9114529a918bb8087dcc49a66c898f70ebc1c883"`
[INFO] running `"docker" "rm" "-f" "c464ec90aff5b8bcf7d98fcf9114529a918bb8087dcc49a66c898f70ebc1c883"`
[INFO] [stdout] c464ec90aff5b8bcf7d98fcf9114529a918bb8087dcc49a66c898f70ebc1c883
[INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "test" "--frozen"`
[INFO] [stdout] f457f780584bcf054c0994db0e7c8c69fcae230bf1b399fecd69759b6e2d52f1
[INFO] running `"docker" "start" "-a" "f457f780584bcf054c0994db0e7c8c69fcae230bf1b399fecd69759b6e2d52f1"`
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr] Running /opt/crater/target/debug/deps/spatial-f60d2ff8ce20636b
[INFO] [stdout]
[INFO] [stdout] running 7 tests
[INFO] [stdout] test tree::mbr::index::rstar::tests::margin ... ok
[INFO] [stdout] test tree::mbr::leafgeometry::tests::point ... ok
[INFO] [stdout] test tree::mbr::leafgeometry::tests::line_segment ... ok
[INFO] [stdout] test vecext::tests::retain_mut ... ok
[INFO] [stdout] test tree::mbr::leafgeometry::tests::rect ... ok
[INFO] [stdout] test vecext::tests::retain_and_append ... ok
[INFO] [stdout] test vecext::tests::retain_and_split_off ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
[INFO] [stdout]
[INFO] [stderr] Running /opt/crater/target/debug/deps/rstar-8baed215cbe16b36
[INFO] [stderr] Running /opt/crater/target/debug/deps/rtree-7fe55a3fc0556a82
[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] [stdout] test rlinear_integration ... ok
[INFO] [stderr] Doc-tests spatial
[INFO] [stdout] test rquadratic_integration ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
[INFO] [stdout]
[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" "f457f780584bcf054c0994db0e7c8c69fcae230bf1b399fecd69759b6e2d52f1"`
[INFO] running `"docker" "rm" "-f" "f457f780584bcf054c0994db0e7c8c69fcae230bf1b399fecd69759b6e2d52f1"`
[INFO] [stdout] f457f780584bcf054c0994db0e7c8c69fcae230bf1b399fecd69759b6e2d52f1