[INFO] fetching crate libcasr 2.13.0... [INFO] testing libcasr-2.13.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8 [INFO] extracting crate libcasr 2.13.0 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate libcasr 2.13.0 [INFO] finished tweaking crates.io crate libcasr 2.13.0 [INFO] tweaked toml for crates.io crate libcasr 2.13.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate libcasr 2.13.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate libcasr 2.13.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 63599ef06c74073defa1bcd349b6dfe29f90d650b4f61f5c27ae85f18f029ed8 [INFO] running `Command { std: "docker" "start" "-a" "63599ef06c74073defa1bcd349b6dfe29f90d650b4f61f5c27ae85f18f029ed8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "63599ef06c74073defa1bcd349b6dfe29f90d650b4f61f5c27ae85f18f029ed8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63599ef06c74073defa1bcd349b6dfe29f90d650b4f61f5c27ae85f18f029ed8", kill_on_drop: false }` [INFO] [stdout] 63599ef06c74073defa1bcd349b6dfe29f90d650b4f61f5c27ae85f18f029ed8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fc876b694fa2314e453492bf71e24ae2239c7cc75f15c2e008dd7c3cff0507f4 [INFO] running `Command { std: "docker" "start" "-a" "fc876b694fa2314e453492bf71e24ae2239c7cc75f15c2e008dd7c3cff0507f4", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling kodama v0.3.0 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling gdb-command v0.7.8 [INFO] [stderr] Compiling libcasr v2.13.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/stacktrace.rs:410:29 [INFO] [stdout] | [INFO] [stdout] 410 | .filter(|entry| (entry.function.is_empty() || !rfunction.is_match(&entry.function))) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 410 - .filter(|entry| (entry.function.is_empty() || !rfunction.is_match(&entry.function))) [INFO] [stdout] 410 + .filter(|entry| entry.function.is_empty() || !rfunction.is_match(&entry.function)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/stacktrace.rs:411:29 [INFO] [stdout] | [INFO] [stdout] 411 | .filter(|entry| (entry.module.is_empty() || !rfile.is_match(&entry.module))) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 411 - .filter(|entry| (entry.module.is_empty() || !rfile.is_match(&entry.module))) [INFO] [stdout] 411 + .filter(|entry| entry.module.is_empty() || !rfile.is_match(&entry.module)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/stacktrace.rs:412:29 [INFO] [stdout] | [INFO] [stdout] 412 | .filter(|entry| (entry.debug.file.is_empty() || !rfile.is_match(&entry.debug.file))) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 412 - .filter(|entry| (entry.debug.file.is_empty() || !rfile.is_match(&entry.debug.file))) [INFO] [stdout] 412 + .filter(|entry| entry.debug.file.is_empty() || !rfile.is_match(&entry.debug.file)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.82s [INFO] running `Command { std: "docker" "inspect" "fc876b694fa2314e453492bf71e24ae2239c7cc75f15c2e008dd7c3cff0507f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc876b694fa2314e453492bf71e24ae2239c7cc75f15c2e008dd7c3cff0507f4", kill_on_drop: false }` [INFO] [stdout] fc876b694fa2314e453492bf71e24ae2239c7cc75f15c2e008dd7c3cff0507f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b08f62431cd9d281888df68d4d53e73a69a80095636e50939b7083ddf5903072 [INFO] running `Command { std: "docker" "start" "-a" "b08f62431cd9d281888df68d4d53e73a69a80095636e50939b7083ddf5903072", kill_on_drop: false }` [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/stacktrace.rs:410:29 [INFO] [stdout] | [INFO] [stdout] 410 | .filter(|entry| (entry.function.is_empty() || !rfunction.is_match(&entry.function))) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 410 - .filter(|entry| (entry.function.is_empty() || !rfunction.is_match(&entry.function))) [INFO] [stdout] 410 + .filter(|entry| entry.function.is_empty() || !rfunction.is_match(&entry.function)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/stacktrace.rs:411:29 [INFO] [stdout] | [INFO] [stdout] 411 | .filter(|entry| (entry.module.is_empty() || !rfile.is_match(&entry.module))) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 411 - .filter(|entry| (entry.module.is_empty() || !rfile.is_match(&entry.module))) [INFO] [stdout] 411 + .filter(|entry| entry.module.is_empty() || !rfile.is_match(&entry.module)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/stacktrace.rs:412:29 [INFO] [stdout] | [INFO] [stdout] 412 | .filter(|entry| (entry.debug.file.is_empty() || !rfile.is_match(&entry.debug.file))) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 412 - .filter(|entry| (entry.debug.file.is_empty() || !rfile.is_match(&entry.debug.file))) [INFO] [stdout] 412 + .filter(|entry| entry.debug.file.is_empty() || !rfile.is_match(&entry.debug.file)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling libcasr v2.13.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/stacktrace.rs:410:29 [INFO] [stdout] | [INFO] [stdout] 410 | .filter(|entry| (entry.function.is_empty() || !rfunction.is_match(&entry.function))) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 410 - .filter(|entry| (entry.function.is_empty() || !rfunction.is_match(&entry.function))) [INFO] [stdout] 410 + .filter(|entry| entry.function.is_empty() || !rfunction.is_match(&entry.function)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/stacktrace.rs:411:29 [INFO] [stdout] | [INFO] [stdout] 411 | .filter(|entry| (entry.module.is_empty() || !rfile.is_match(&entry.module))) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 411 - .filter(|entry| (entry.module.is_empty() || !rfile.is_match(&entry.module))) [INFO] [stdout] 411 + .filter(|entry| entry.module.is_empty() || !rfile.is_match(&entry.module)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/stacktrace.rs:412:29 [INFO] [stdout] | [INFO] [stdout] 412 | .filter(|entry| (entry.debug.file.is_empty() || !rfile.is_match(&entry.debug.file))) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 412 - .filter(|entry| (entry.debug.file.is_empty() || !rfile.is_match(&entry.debug.file))) [INFO] [stdout] 412 + .filter(|entry| entry.debug.file.is_empty() || !rfile.is_match(&entry.debug.file)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.56s [INFO] running `Command { std: "docker" "inspect" "b08f62431cd9d281888df68d4d53e73a69a80095636e50939b7083ddf5903072", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b08f62431cd9d281888df68d4d53e73a69a80095636e50939b7083ddf5903072", kill_on_drop: false }` [INFO] [stdout] b08f62431cd9d281888df68d4d53e73a69a80095636e50939b7083ddf5903072 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f972fca2284b90dd32f1f3e733274ff7ce5d9b938ffefbd93fee148c09fcbec5 [INFO] running `Command { std: "docker" "start" "-a" "f972fca2284b90dd32f1f3e733274ff7ce5d9b938ffefbd93fee148c09fcbec5", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/stacktrace.rs:410:29 [INFO] [stderr] | [INFO] [stderr] 410 | .filter(|entry| (entry.function.is_empty() || !rfunction.is_match(&entry.function))) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 410 - .filter(|entry| (entry.function.is_empty() || !rfunction.is_match(&entry.function))) [INFO] [stderr] 410 + .filter(|entry| entry.function.is_empty() || !rfunction.is_match(&entry.function)) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/stacktrace.rs:411:29 [INFO] [stderr] | [INFO] [stderr] 411 | .filter(|entry| (entry.module.is_empty() || !rfile.is_match(&entry.module))) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 411 - .filter(|entry| (entry.module.is_empty() || !rfile.is_match(&entry.module))) [INFO] [stderr] 411 + .filter(|entry| entry.module.is_empty() || !rfile.is_match(&entry.module)) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/stacktrace.rs:412:29 [INFO] [stderr] | [INFO] [stderr] 412 | .filter(|entry| (entry.debug.file.is_empty() || !rfile.is_match(&entry.debug.file))) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 412 - .filter(|entry| (entry.debug.file.is_empty() || !rfile.is_match(&entry.debug.file))) [INFO] [stderr] 412 + .filter(|entry| entry.debug.file.is_empty() || !rfile.is_match(&entry.debug.file)) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `libcasr` (lib) generated 3 warnings (run `cargo fix --lib -p libcasr` to apply 3 suggestions) [INFO] [stderr] warning: `libcasr` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/libcasr-76f96815c49276b9) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test report::tests::test_report_display ... ok [INFO] [stdout] test stacktrace::tests::test_main_lorentz ... ok [INFO] [stdout] test rust::tests::test_rust_panic ... ok [INFO] [stdout] test go::tests::test_go_panic ... ok [INFO] [stdout] test go::tests::test_go_parse_stacktrace ... ok [INFO] [stdout] test go::tests::test_go_extract_stacktrace ... ok [INFO] [stdout] test asan::tests::test_asan_stacktrace ... ok [INFO] [stdout] test csharp::tests::test_csharp_parse_exception ... ok [INFO] [stdout] test ubsan::tests::test_ubsan_parse ... ok [INFO] [stdout] test java::tests::test_java_stacktrace ... ok [INFO] [stdout] test python::tests::test_python_stacktrace ... ok [INFO] [stdout] test lua::tests::test_lua_exception ... ok [INFO] [stdout] test rust::tests::test_rust_parse_stacktrace ... ok [INFO] [stdout] test report::tests::test_report_dedup ... ok [INFO] [stdout] test report::tests::test_report_cluster ... ok [INFO] [stdout] test csharp::tests::test_csharp_stacktrace ... ok [INFO] [stdout] test js::tests::test_js_stacktrace ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.74s [INFO] [stdout] [INFO] [stderr] Doc-tests libcasr [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/stacktrace.rs:410:29 [INFO] [stderr] | [INFO] [stderr] 410 | .filter(|entry| (entry.function.is_empty() || !rfunction.is_match(&entry.function))) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 410 - .filter(|entry| (entry.function.is_empty() || !rfunction.is_match(&entry.function))) [INFO] [stderr] 410 + .filter(|entry| entry.function.is_empty() || !rfunction.is_match(&entry.function)) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/stacktrace.rs:411:29 [INFO] [stderr] | [INFO] [stderr] 411 | .filter(|entry| (entry.module.is_empty() || !rfile.is_match(&entry.module))) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 411 - .filter(|entry| (entry.module.is_empty() || !rfile.is_match(&entry.module))) [INFO] [stderr] 411 + .filter(|entry| entry.module.is_empty() || !rfile.is_match(&entry.module)) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/stacktrace.rs:412:29 [INFO] [stderr] | [INFO] [stderr] 412 | .filter(|entry| (entry.debug.file.is_empty() || !rfile.is_match(&entry.debug.file))) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 412 - .filter(|entry| (entry.debug.file.is_empty() || !rfile.is_match(&entry.debug.file))) [INFO] [stderr] 412 + .filter(|entry| entry.debug.file.is_empty() || !rfile.is_match(&entry.debug.file)) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [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" "f972fca2284b90dd32f1f3e733274ff7ce5d9b938ffefbd93fee148c09fcbec5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f972fca2284b90dd32f1f3e733274ff7ce5d9b938ffefbd93fee148c09fcbec5", kill_on_drop: false }` [INFO] [stdout] f972fca2284b90dd32f1f3e733274ff7ce5d9b938ffefbd93fee148c09fcbec5