[INFO] fetching crate bmx 0.0.2... [INFO] testing bmx-0.0.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate bmx 0.0.2 into /workspace/builds/worker-44/source [INFO] validating manifest of crates.io crate bmx 0.0.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bmx 0.0.2 [INFO] finished tweaking crates.io crate bmx 0.0.2 [INFO] tweaked toml for crates.io crate bmx 0.0.2 written to /workspace/builds/worker-44/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3126b8133b95d708468241028dff6cbed91da551599d9e69e5d67d355ffc3d5b [INFO] running `Command { std: "docker" "start" "-a" "3126b8133b95d708468241028dff6cbed91da551599d9e69e5d67d355ffc3d5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3126b8133b95d708468241028dff6cbed91da551599d9e69e5d67d355ffc3d5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3126b8133b95d708468241028dff6cbed91da551599d9e69e5d67d355ffc3d5b", kill_on_drop: false }` [INFO] [stdout] 3126b8133b95d708468241028dff6cbed91da551599d9e69e5d67d355ffc3d5b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c55d4af6ff915ebb0799ae7cae29497c4c6846a99f0cbac5a528f3c96ff42edb [INFO] running `Command { std: "docker" "start" "-a" "c55d4af6ff915ebb0799ae7cae29497c4c6846a99f0cbac5a528f3c96ff42edb", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling lexpr-macros v0.2.1 [INFO] [stderr] Compiling lexpr v0.2.6 [INFO] [stderr] Compiling bmx v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `root_id` [INFO] [stdout] --> src/forest.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 104 | root_id: NodeId, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `InnerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forest.rs:99:10 [INFO] [stdout] | [INFO] [stdout] 99 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `branch_ids` [INFO] [stdout] --> src/forest.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 105 | branch_ids: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InnerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forest.rs:99:10 [INFO] [stdout] | [INFO] [stdout] 99 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tree` [INFO] [stdout] --> src/exec.rs:732:5 [INFO] [stdout] | [INFO] [stdout] 732 | tree: &'a Tree, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BranchIter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/exec.rs:730:10 [INFO] [stdout] | [INFO] [stdout] 730 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `roots` [INFO] [stdout] --> src/exec.rs:858:5 [INFO] [stdout] | [INFO] [stdout] 858 | roots: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PreparedRoot` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/exec.rs:855:10 [INFO] [stdout] | [INFO] [stdout] 855 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.84s [INFO] running `Command { std: "docker" "inspect" "c55d4af6ff915ebb0799ae7cae29497c4c6846a99f0cbac5a528f3c96ff42edb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c55d4af6ff915ebb0799ae7cae29497c4c6846a99f0cbac5a528f3c96ff42edb", kill_on_drop: false }` [INFO] [stdout] c55d4af6ff915ebb0799ae7cae29497c4c6846a99f0cbac5a528f3c96ff42edb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b1befe07d998643a30bb1c1394debe54c6a66d1681130cb6d5b41bd4bdeffa1e [INFO] running `Command { std: "docker" "start" "-a" "b1befe07d998643a30bb1c1394debe54c6a66d1681130cb6d5b41bd4bdeffa1e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling anyhow v1.0.56 [INFO] [stdout] warning: field is never read: `root_id` [INFO] [stdout] --> src/forest.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 104 | root_id: NodeId, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `InnerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forest.rs:99:10 [INFO] [stdout] | [INFO] [stdout] 99 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `branch_ids` [INFO] [stdout] --> src/forest.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 105 | branch_ids: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InnerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forest.rs:99:10 [INFO] [stdout] | [INFO] [stdout] 99 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tree` [INFO] [stdout] --> src/exec.rs:732:5 [INFO] [stdout] | [INFO] [stdout] 732 | tree: &'a Tree, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BranchIter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/exec.rs:730:10 [INFO] [stdout] | [INFO] [stdout] 730 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `roots` [INFO] [stdout] --> src/exec.rs:858:5 [INFO] [stdout] | [INFO] [stdout] 858 | roots: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PreparedRoot` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/exec.rs:855:10 [INFO] [stdout] | [INFO] [stdout] 855 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bmx v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `root_id` [INFO] [stdout] --> src/forest.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 104 | root_id: NodeId, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `InnerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forest.rs:99:10 [INFO] [stdout] | [INFO] [stdout] 99 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `branch_ids` [INFO] [stdout] --> src/forest.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 105 | branch_ids: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InnerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/forest.rs:99:10 [INFO] [stdout] | [INFO] [stdout] 99 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tree` [INFO] [stdout] --> src/exec.rs:732:5 [INFO] [stdout] | [INFO] [stdout] 732 | tree: &'a Tree, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BranchIter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/exec.rs:730:10 [INFO] [stdout] | [INFO] [stdout] 730 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `roots` [INFO] [stdout] --> src/exec.rs:858:5 [INFO] [stdout] | [INFO] [stdout] 858 | roots: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PreparedRoot` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/exec.rs:855:10 [INFO] [stdout] | [INFO] [stdout] 855 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.73s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/bmx-b9efd03bc205a219) [INFO] [stderr] Executable tests/codec.rs (/opt/rustwide/target/debug/deps/codec-212b9d85840031b3) [INFO] running `Command { std: "docker" "inspect" "b1befe07d998643a30bb1c1394debe54c6a66d1681130cb6d5b41bd4bdeffa1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1befe07d998643a30bb1c1394debe54c6a66d1681130cb6d5b41bd4bdeffa1e", kill_on_drop: false }` [INFO] [stdout] b1befe07d998643a30bb1c1394debe54c6a66d1681130cb6d5b41bd4bdeffa1e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b0c45ba8cd78cd3c1e55f14737d12797759f9eb14dc5756fa2213e9bf0fcd50d [INFO] running `Command { std: "docker" "start" "-a" "b0c45ba8cd78cd3c1e55f14737d12797759f9eb14dc5756fa2213e9bf0fcd50d", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `root_id` [INFO] [stderr] --> src/forest.rs:104:9 [INFO] [stderr] | [INFO] [stderr] 104 | root_id: NodeId, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `InnerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/forest.rs:99:10 [INFO] [stderr] | [INFO] [stderr] 99 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `branch_ids` [INFO] [stderr] --> src/forest.rs:105:9 [INFO] [stderr] | [INFO] [stderr] 105 | branch_ids: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `InnerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/forest.rs:99:10 [INFO] [stderr] | [INFO] [stderr] 99 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `tree` [INFO] [stderr] --> src/exec.rs:732:5 [INFO] [stderr] | [INFO] [stderr] 732 | tree: &'a Tree, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BranchIter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/exec.rs:730:10 [INFO] [stderr] | [INFO] [stderr] 730 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `roots` [INFO] [stderr] --> src/exec.rs:858:5 [INFO] [stderr] | [INFO] [stderr] 858 | roots: HashMap, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PreparedRoot` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/exec.rs:855:10 [INFO] [stderr] | [INFO] [stderr] 855 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `bmx` (lib) generated 4 warnings [INFO] [stderr] warning: `bmx` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bmx-b9efd03bc205a219) [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/codec.rs (/opt/rustwide/target/debug/deps/codec-212b9d85840031b3) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test run_codec_tests ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Doc-tests bmx [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b0c45ba8cd78cd3c1e55f14737d12797759f9eb14dc5756fa2213e9bf0fcd50d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0c45ba8cd78cd3c1e55f14737d12797759f9eb14dc5756fa2213e9bf0fcd50d", kill_on_drop: false }` [INFO] [stdout] b0c45ba8cd78cd3c1e55f14737d12797759f9eb14dc5756fa2213e9bf0fcd50d