[INFO] fetching crate conquer-once 0.3.2... [INFO] testing conquer-once-0.3.2 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate conquer-once 0.3.2 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate conquer-once 0.3.2 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate conquer-once 0.3.2 [INFO] finished tweaking crates.io crate conquer-once 0.3.2 [INFO] tweaked toml for crates.io crate conquer-once 0.3.2 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 41dd44c6c846d5da99117f4d325c9d0654ebc6cb8df5c85ee3281b1234753c6d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "41dd44c6c846d5da99117f4d325c9d0654ebc6cb8df5c85ee3281b1234753c6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "41dd44c6c846d5da99117f4d325c9d0654ebc6cb8df5c85ee3281b1234753c6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "41dd44c6c846d5da99117f4d325c9d0654ebc6cb8df5c85ee3281b1234753c6d", kill_on_drop: false }` [INFO] [stdout] 41dd44c6c846d5da99117f4d325c9d0654ebc6cb8df5c85ee3281b1234753c6d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] de4210af00faf70522cebe427b9ab36ddd9071523eac29d5e604f0ed025d2116 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "de4210af00faf70522cebe427b9ab36ddd9071523eac29d5e604f0ed025d2116", kill_on_drop: false }` [INFO] [stderr] Compiling conquer-util v0.3.0 [INFO] [stderr] Compiling conquer-once v0.3.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/spin.rs:4:26 [INFO] [stdout] | [INFO] [stdout] 4 | use core::sync::atomic::{spin_loop_hint, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/spin.rs:81:13 [INFO] [stdout] | [INFO] [stdout] 81 | spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/cell.rs:220:47 [INFO] [stdout] | [INFO] [stdout] 220 | Err(_) if !ignore_panic => panic!(POISON_PANIC_MSG), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 220 | Err(_) if !ignore_panic => panic!("{}", POISON_PANIC_MSG), [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 220 | Err(_) if !ignore_panic => std::panic::panic_any(POISON_PANIC_MSG), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.49s [INFO] running `Command { std: "docker" "inspect" "de4210af00faf70522cebe427b9ab36ddd9071523eac29d5e604f0ed025d2116", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de4210af00faf70522cebe427b9ab36ddd9071523eac29d5e604f0ed025d2116", kill_on_drop: false }` [INFO] [stdout] de4210af00faf70522cebe427b9ab36ddd9071523eac29d5e604f0ed025d2116 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] afd7096da1263d1febcda77b7907198315f56461606040057fadb799104e2840 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "afd7096da1263d1febcda77b7907198315f56461606040057fadb799104e2840", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/spin.rs:4:26 [INFO] [stdout] | [INFO] [stdout] 4 | use core::sync::atomic::{spin_loop_hint, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/spin.rs:81:13 [INFO] [stdout] | [INFO] [stdout] 81 | spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/cell.rs:220:47 [INFO] [stdout] | [INFO] [stdout] 220 | Err(_) if !ignore_panic => panic!(POISON_PANIC_MSG), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 220 | Err(_) if !ignore_panic => panic!("{}", POISON_PANIC_MSG), [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 220 | Err(_) if !ignore_panic => std::panic::panic_any(POISON_PANIC_MSG), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling conquer-once v0.3.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/spin.rs:4:26 [INFO] [stdout] | [INFO] [stdout] 4 | use core::sync::atomic::{spin_loop_hint, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/spin.rs:81:13 [INFO] [stdout] | [INFO] [stdout] 81 | spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/cell.rs:220:47 [INFO] [stdout] | [INFO] [stdout] 220 | Err(_) if !ignore_panic => panic!(POISON_PANIC_MSG), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 220 | Err(_) if !ignore_panic => panic!("{}", POISON_PANIC_MSG), [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 220 | Err(_) if !ignore_panic => std::panic::panic_any(POISON_PANIC_MSG), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.92s [INFO] running `Command { std: "docker" "inspect" "afd7096da1263d1febcda77b7907198315f56461606040057fadb799104e2840", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "afd7096da1263d1febcda77b7907198315f56461606040057fadb799104e2840", kill_on_drop: false }` [INFO] [stdout] afd7096da1263d1febcda77b7907198315f56461606040057fadb799104e2840 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] bd20eb6e3112ef60f9d895aea06dd9ae49071bf0b44b8308cf5aa4b59935ac93 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "bd20eb6e3112ef60f9d895aea06dd9ae49071bf0b44b8308cf5aa4b59935ac93", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stderr] --> src/spin.rs:4:26 [INFO] [stderr] | [INFO] [stderr] 4 | use core::sync::atomic::{spin_loop_hint, Ordering}; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stderr] --> src/spin.rs:81:13 [INFO] [stderr] | [INFO] [stderr] 81 | spin_loop_hint() [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/cell.rs:220:47 [INFO] [stderr] | [INFO] [stderr] 220 | Err(_) if !ignore_panic => panic!(POISON_PANIC_MSG), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 220 | Err(_) if !ignore_panic => panic!("{}", POISON_PANIC_MSG), [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 220 | Err(_) if !ignore_panic => std::panic::panic_any(POISON_PANIC_MSG), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stderr] --> src/spin.rs:4:26 [INFO] [stderr] | [INFO] [stderr] 4 | use core::sync::atomic::{spin_loop_hint, Ordering}; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stderr] --> src/spin.rs:81:13 [INFO] [stderr] | [INFO] [stderr] 81 | spin_loop_hint() [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/cell.rs:220:47 [INFO] [stderr] | [INFO] [stderr] 220 | Err(_) if !ignore_panic => panic!(POISON_PANIC_MSG), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 220 | Err(_) if !ignore_panic => panic!("{}", POISON_PANIC_MSG), [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 220 | Err(_) if !ignore_panic => std::panic::panic_any(POISON_PANIC_MSG), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/conquer_once-b5aa4fb98b2a8c07) [INFO] [stdout] [INFO] [stdout] running 36 tests [INFO] [stdout] test noblock::tests::recursive ... ok [INFO] [stdout] test park::tests::once_cell_into_inner ... ok [INFO] [stdout] test park::tests::lazy_mutex ... ok [INFO] [stdout] test spin::tests::once_cell_drop ... ok [INFO] [stdout] test spin::tests::once_cell_init_once ... ok [INFO] [stdout] test spin::tests::once_cell_into_inner ... ok [INFO] [stdout] test park::tests::once_cell_init_once ... ok [INFO] [stdout] test park::tests::once_cell_new ... ok [INFO] [stdout] test park::tests::recursive ... ok [INFO] [stdout] test spin::tests::lazy ... ok [INFO] [stdout] test spin::tests::lazy_mutex ... ok [INFO] [stdout] test noblock::tests::once_cell_uninit ... ok [INFO] [stdout] test park::tests::lazy ... ok [INFO] [stdout] test park::tests::once_cell_drop ... ok [INFO] [stdout] test park::tests::once_cell_uninit ... ok [INFO] [stdout] test noblock::tests::once_cell_try_init_once ... ok [INFO] [stdout] test park::tests::once_cell_block ... ok [INFO] [stdout] test spin::tests::once_cell_new ... ok [INFO] [stdout] test park::tests::once_cell_try_init_once ... ok [INFO] [stdout] test spin::tests::recursive ... ok [INFO] [stdout] test spin::tests::once_cell_try_init_and_try_get ... ok [INFO] [stdout] test park::tests::once_cell_try_init_and_try_get ... ok [INFO] [stdout] test spin::tests::once_cell_uninit ... ok [INFO] [stdout] test park::tests::drop_on_panic ... ok [INFO] [stdout] test park::tests::catch_panic ... ok [INFO] [stdout] test noblock::tests::once_cell_try_init_and_try_get ... ok [INFO] [stdout] test spin::tests::drop_on_panic ... ok [INFO] [stdout] test spin::tests::once_cell_propagate_poison_from_block ... ok [INFO] [stdout] test park::tests::once_cell_propagate_poison_from_block ... ok [INFO] [stdout] test spin::tests::lazy_poisoned ... ok [INFO] [stdout] test spin::tests::once_cell_try_init_once ... ok [INFO] [stdout] test park::tests::lazy_poisoned ... ok [INFO] [stdout] test park::tests::once_cell_into_inner_poisoned ... ok [INFO] [stdout] test spin::tests::catch_panic ... ok [INFO] [stdout] test spin::tests::once_cell_into_inner_poisoned ... ok [INFO] [stdout] test spin::tests::once_cell_block ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s [INFO] [stdout] [INFO] [stderr] Doc-tests conquer-once [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test src/lazy.rs - lazy::Lazy::new (line 37) ... ok [INFO] [stdout] test src/cell.rs - cell::OnceCell::into_inner (line 99) ... ok [INFO] [stdout] test src/park.rs - park::OnceCell (line 92) ... ok [INFO] [stdout] test src/park.rs - park::Once (line 140) ... ok [INFO] [stdout] test src/park.rs - park::Lazy (line 32) ... ok [INFO] [stdout] test src/cell.rs - cell::OnceCell::init_once (line 415) ... ok [INFO] [stdout] test src/cell.rs - cell::OnceCell::get_unchecked (line 185) ... ok [INFO] [stdout] test src/cell.rs - cell::OnceCell::get (line 367) ... ok [INFO] [stdout] test src/cell.rs - cell::OnceCell::try_init_once (line 258) ... ok [INFO] [stdout] test src/park.rs - park::Lazy (line 54) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.68s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "bd20eb6e3112ef60f9d895aea06dd9ae49071bf0b44b8308cf5aa4b59935ac93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd20eb6e3112ef60f9d895aea06dd9ae49071bf0b44b8308cf5aa4b59935ac93", kill_on_drop: false }` [INFO] [stdout] bd20eb6e3112ef60f9d895aea06dd9ae49071bf0b44b8308cf5aa4b59935ac93