Dec 06 13:13:44.544 INFO testing IOuser/rust-wasm against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 06 13:13:44.544 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-7/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 06 13:13:44.794 INFO [stdout] 46ea8ed07801c7d73a60bccdf670eacf6b6c43a9bc9061ae556aede252683109 Dec 06 13:13:44.797 INFO running `"docker" "start" "-a" "46ea8ed07801c7d73a60bccdf670eacf6b6c43a9bc9061ae556aede252683109"` Dec 06 13:13:45.164 INFO [stderr] usermod: no changes Dec 06 13:13:45.252 INFO [stderr] Compiling syn v0.15.15 Dec 06 13:13:55.392 INFO [stderr] Compiling serde_derive v1.0.80 Dec 06 13:14:09.960 INFO [stderr] Compiling wasm-bindgen-shared v0.2.25 Dec 06 13:14:12.057 INFO [stderr] Compiling wasm-bindgen-backend v0.2.25 Dec 06 13:14:21.608 INFO [stderr] Compiling wasm-bindgen-macro-support v0.2.25 Dec 06 13:14:27.528 INFO [stderr] Compiling wasm-bindgen-macro v0.2.25 Dec 06 13:14:30.359 INFO [stderr] Compiling wasm-bindgen v0.2.25 Dec 06 13:14:31.420 INFO [stderr] Compiling console_error_panic_hook v0.1.5 Dec 06 13:14:31.845 INFO [stderr] Compiling rust-wasm-tests v0.0.1 (/source) Dec 06 13:14:32.835 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 13:14:32.835 INFO [stderr] --> src/rust/quad_tree.rs:155:9 Dec 06 13:14:32.836 INFO [stderr] | Dec 06 13:14:32.836 INFO [stderr] 155 | write!(f, "\n"); Dec 06 13:14:32.836 INFO [stderr] | ^^^^^^^^^^^^^^^^ Dec 06 13:14:32.837 INFO [stderr] | Dec 06 13:14:32.837 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 06 13:14:32.837 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 13:14:32.838 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 13:14:32.838 INFO [stderr] Dec 06 13:14:32.838 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 13:14:32.839 INFO [stderr] --> src/rust/quad_tree.rs:164:13 Dec 06 13:14:32.839 INFO [stderr] | Dec 06 13:14:32.839 INFO [stderr] 164 | write!(f, " {:p}, empty: {}\n", self._nw, self._nw.is_null()); Dec 06 13:14:32.840 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 13:14:32.840 INFO [stderr] | Dec 06 13:14:32.840 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 13:14:32.841 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 13:14:32.841 INFO [stderr] Dec 06 13:14:32.841 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 13:14:32.841 INFO [stderr] --> src/rust/quad_tree.rs:165:13 Dec 06 13:14:32.842 INFO [stderr] | Dec 06 13:14:32.842 INFO [stderr] 165 | write!(f, " {:p}, empty: {}\n", self._ne, self._ne.is_null()); Dec 06 13:14:32.842 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 13:14:32.843 INFO [stderr] | Dec 06 13:14:32.843 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 13:14:32.843 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 13:14:32.844 INFO [stderr] Dec 06 13:14:32.844 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 13:14:32.844 INFO [stderr] --> src/rust/quad_tree.rs:166:13 Dec 06 13:14:32.844 INFO [stderr] | Dec 06 13:14:32.844 INFO [stderr] 166 | write!(f, " {:p}, empty: {}\n", self._sw, self._sw.is_null()); Dec 06 13:14:32.845 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 13:14:32.845 INFO [stderr] | Dec 06 13:14:32.845 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 13:14:32.845 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 13:14:32.845 INFO [stderr] Dec 06 13:14:32.845 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 13:14:32.845 INFO [stderr] --> src/rust/quad_tree.rs:167:13 Dec 06 13:14:32.845 INFO [stderr] | Dec 06 13:14:32.845 INFO [stderr] 167 | write!(f, " {:p}, empty: {}\n", self._se, self._se.is_null()); Dec 06 13:14:32.845 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 13:14:32.845 INFO [stderr] | Dec 06 13:14:32.845 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 13:14:32.845 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 13:14:32.845 INFO [stderr] Dec 06 13:14:32.845 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 13:14:32.845 INFO [stderr] --> src/rust/quad_tree.rs:170:17 Dec 06 13:14:32.845 INFO [stderr] | Dec 06 13:14:32.845 INFO [stderr] 170 | write!(f, "{}", (*self._nw).len()); Dec 06 13:14:32.845 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 13:14:32.845 INFO [stderr] | Dec 06 13:14:32.845 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 13:14:32.845 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 13:14:32.845 INFO [stderr] Dec 06 13:14:32.845 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 13:14:32.845 INFO [stderr] --> src/rust/quad_tree.rs:178:9 Dec 06 13:14:32.845 INFO [stderr] | Dec 06 13:14:32.845 INFO [stderr] 178 | write!(f, "\n"); Dec 06 13:14:32.845 INFO [stderr] | ^^^^^^^^^^^^^^^^ Dec 06 13:14:32.845 INFO [stderr] | Dec 06 13:14:32.845 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 13:14:32.845 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 13:14:32.845 INFO [stderr] Dec 06 13:14:32.845 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 13:14:32.845 INFO [stderr] --> src/rust/particles.rs:45:9 Dec 06 13:14:32.845 INFO [stderr] | Dec 06 13:14:32.845 INFO [stderr] 45 | write!(f, "particle: "); Dec 06 13:14:32.845 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 13:14:32.845 INFO [stderr] | Dec 06 13:14:32.846 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 13:14:32.846 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 13:14:32.846 INFO [stderr] Dec 06 13:14:32.988 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 47.81s Dec 06 13:14:32.994 INFO [stderr] su: No module specific data is present Dec 06 13:14:33.345 INFO running `"docker" "inspect" "46ea8ed07801c7d73a60bccdf670eacf6b6c43a9bc9061ae556aede252683109"` Dec 06 13:14:33.429 INFO running `"docker" "rm" "-f" "46ea8ed07801c7d73a60bccdf670eacf6b6c43a9bc9061ae556aede252683109"` Dec 06 13:14:33.522 INFO [stdout] 46ea8ed07801c7d73a60bccdf670eacf6b6c43a9bc9061ae556aede252683109 Dec 06 13:14:33.524 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-7/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 06 13:14:33.790 INFO [stdout] 9ccf4c9f493319cc9212494ff54a23eee9ddc313f9790ae1b51fc7133ffc220c Dec 06 13:14:33.792 INFO running `"docker" "start" "-a" "9ccf4c9f493319cc9212494ff54a23eee9ddc313f9790ae1b51fc7133ffc220c"` Dec 06 13:14:34.292 INFO [stderr] usermod: no changes Dec 06 13:14:34.349 INFO [stderr] Compiling wasm-bindgen-test-macro v0.2.25 Dec 06 13:14:34.355 INFO [stderr] Compiling js-sys v0.3.2 Dec 06 13:14:38.344 INFO [stderr] Compiling wasm-bindgen-futures v0.3.2 Dec 06 13:14:39.162 INFO [stderr] Compiling wasm-bindgen-test v0.2.25 Dec 06 13:14:40.304 INFO [stderr] Compiling rust-wasm-tests v0.0.1 (/source) Dec 06 13:14:41.138 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 13:14:41.138 INFO [stderr] --> src/rust/quad_tree.rs:155:9 Dec 06 13:14:41.138 INFO [stderr] | Dec 06 13:14:41.138 INFO [stderr] 155 | write!(f, "\n"); Dec 06 13:14:41.138 INFO [stderr] | ^^^^^^^^^^^^^^^^ Dec 06 13:14:41.138 INFO [stderr] | Dec 06 13:14:41.138 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 06 13:14:41.138 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 13:14:41.138 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 13:14:41.138 INFO [stderr] Dec 06 13:14:41.138 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 13:14:41.138 INFO [stderr] --> src/rust/quad_tree.rs:164:13 Dec 06 13:14:41.138 INFO [stderr] | Dec 06 13:14:41.138 INFO [stderr] 164 | write!(f, " {:p}, empty: {}\n", self._nw, self._nw.is_null()); Dec 06 13:14:41.138 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 13:14:41.138 INFO [stderr] | Dec 06 13:14:41.138 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 13:14:41.138 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 13:14:41.138 INFO [stderr] Dec 06 13:14:41.138 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 13:14:41.138 INFO [stderr] --> src/rust/quad_tree.rs:165:13 Dec 06 13:14:41.138 INFO [stderr] | Dec 06 13:14:41.138 INFO [stderr] 165 | write!(f, " {:p}, empty: {}\n", self._ne, self._ne.is_null()); Dec 06 13:14:41.138 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 13:14:41.138 INFO [stderr] | Dec 06 13:14:41.138 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 13:14:41.138 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 13:14:41.138 INFO [stderr] Dec 06 13:14:41.140 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 13:14:41.140 INFO [stderr] --> src/rust/quad_tree.rs:166:13 Dec 06 13:14:41.140 INFO [stderr] | Dec 06 13:14:41.140 INFO [stderr] 166 | write!(f, " {:p}, empty: {}\n", self._sw, self._sw.is_null()); Dec 06 13:14:41.140 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 13:14:41.140 INFO [stderr] | Dec 06 13:14:41.140 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 13:14:41.140 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 13:14:41.140 INFO [stderr] Dec 06 13:14:41.140 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 13:14:41.141 INFO [stderr] --> src/rust/quad_tree.rs:167:13 Dec 06 13:14:41.141 INFO [stderr] | Dec 06 13:14:41.141 INFO [stderr] 167 | write!(f, " {:p}, empty: {}\n", self._se, self._se.is_null()); Dec 06 13:14:41.141 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 13:14:41.141 INFO [stderr] | Dec 06 13:14:41.141 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 13:14:41.141 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 13:14:41.141 INFO [stderr] Dec 06 13:14:41.141 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 13:14:41.141 INFO [stderr] --> src/rust/quad_tree.rs:170:17 Dec 06 13:14:41.141 INFO [stderr] | Dec 06 13:14:41.141 INFO [stderr] 170 | write!(f, "{}", (*self._nw).len()); Dec 06 13:14:41.141 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 13:14:41.141 INFO [stderr] | Dec 06 13:14:41.141 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 13:14:41.141 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 13:14:41.141 INFO [stderr] Dec 06 13:14:41.141 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 13:14:41.141 INFO [stderr] --> src/rust/quad_tree.rs:178:9 Dec 06 13:14:41.141 INFO [stderr] | Dec 06 13:14:41.141 INFO [stderr] 178 | write!(f, "\n"); Dec 06 13:14:41.141 INFO [stderr] | ^^^^^^^^^^^^^^^^ Dec 06 13:14:41.141 INFO [stderr] | Dec 06 13:14:41.141 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 13:14:41.141 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 13:14:41.141 INFO [stderr] Dec 06 13:14:41.141 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 13:14:41.141 INFO [stderr] --> src/rust/particles.rs:45:9 Dec 06 13:14:41.141 INFO [stderr] | Dec 06 13:14:41.141 INFO [stderr] 45 | write!(f, "particle: "); Dec 06 13:14:41.141 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 13:14:41.141 INFO [stderr] | Dec 06 13:14:41.141 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 13:14:41.141 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 13:14:41.141 INFO [stderr] Dec 06 13:14:41.506 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.20s Dec 06 13:14:41.511 INFO [stderr] su: No module specific data is present Dec 06 13:14:41.834 INFO running `"docker" "inspect" "9ccf4c9f493319cc9212494ff54a23eee9ddc313f9790ae1b51fc7133ffc220c"` Dec 06 13:14:41.929 INFO running `"docker" "rm" "-f" "9ccf4c9f493319cc9212494ff54a23eee9ddc313f9790ae1b51fc7133ffc220c"` Dec 06 13:14:41.995 INFO [stdout] 9ccf4c9f493319cc9212494ff54a23eee9ddc313f9790ae1b51fc7133ffc220c Dec 06 13:14:41.997 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-7/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 06 13:14:42.384 INFO [stdout] df7451ee8ca1c8c04862e099e53264e4d2e73de41f934ba305cc54de5ca78e96 Dec 06 13:14:42.392 INFO running `"docker" "start" "-a" "df7451ee8ca1c8c04862e099e53264e4d2e73de41f934ba305cc54de5ca78e96"` Dec 06 13:14:43.680 INFO [stderr] usermod: no changes Dec 06 13:14:43.797 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s Dec 06 13:14:43.810 INFO [stderr] Running /target/debug/deps/rust_wasm_tests-8d17e5f243a912ea Dec 06 13:14:43.817 INFO [stdout] Dec 06 13:14:43.817 INFO [stdout] running 10 tests Dec 06 13:14:43.822 INFO [stdout] test rust::tests::aabb::aabb_contains ... ok Dec 06 13:14:43.822 INFO [stdout] test rust::tests::aabb::aabb_intersects ... ok Dec 06 13:14:43.822 INFO [stdout] test rust::tests::aabb::aabb_subdivide_ne ... ok Dec 06 13:14:43.822 INFO [stdout] test rust::tests::aabb::aabb_subdivide_nw ... ok Dec 06 13:14:43.822 INFO [stdout] test rust::tests::aabb::aabb_subdivide_se ... ok Dec 06 13:14:43.822 INFO [stdout] test rust::tests::aabb::aabb_subdivide_sw ... ok Dec 06 13:14:43.822 INFO [stdout] test rust::tests::point::point_distance_0 ... ok Dec 06 13:14:43.822 INFO [stdout] test rust::tests::point::point_distance_1 ... ok Dec 06 13:14:43.822 INFO [stdout] test rust::tests::point::point_distance_2 ... ok Dec 06 13:14:43.827 INFO [stdout] test rust::tests::quad_tree::quad_tree_0 ... ok Dec 06 13:14:43.827 INFO [stdout] Dec 06 13:14:43.827 INFO [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 06 13:14:43.827 INFO [stdout] Dec 06 13:14:43.830 INFO [stderr] su: No module specific data is present Dec 06 13:14:44.370 INFO running `"docker" "inspect" "df7451ee8ca1c8c04862e099e53264e4d2e73de41f934ba305cc54de5ca78e96"` Dec 06 13:14:44.648 INFO running `"docker" "rm" "-f" "df7451ee8ca1c8c04862e099e53264e4d2e73de41f934ba305cc54de5ca78e96"` Dec 06 13:14:44.916 INFO [stdout] df7451ee8ca1c8c04862e099e53264e4d2e73de41f934ba305cc54de5ca78e96