[INFO] cloning repository https://github.com/fanout/condure [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fanout/condure" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffanout%2Fcondure", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffanout%2Fcondure'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 57718c0dba45bd036ac17f3c28ec97954ee47390 [INFO] testing fanout/condure against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffanout%2Fcondure" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fanout/condure 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 git repo https://github.com/fanout/condure [INFO] finished tweaking git repo https://github.com/fanout/condure [INFO] tweaked toml for git repo https://github.com/fanout/condure written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/fanout/condure already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] e0cc72cf56a2bc69849e7b2c52607713434a94a4888ac3490cbbd64456ac810d [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" "e0cc72cf56a2bc69849e7b2c52607713434a94a4888ac3490cbbd64456ac810d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e0cc72cf56a2bc69849e7b2c52607713434a94a4888ac3490cbbd64456ac810d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0cc72cf56a2bc69849e7b2c52607713434a94a4888ac3490cbbd64456ac810d", kill_on_drop: false }` [INFO] [stdout] e0cc72cf56a2bc69849e7b2c52607713434a94a4888ac3490cbbd64456ac810d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] 5c4b161191d3ba62dd0678b53a5c457080802edfc210b907e6edf8e624ea7990 [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" "5c4b161191d3ba62dd0678b53a5c457080802edfc210b907e6edf8e624ea7990", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling toml v0.2.1 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling openssl v0.10.34 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling zmq v0.9.2 [INFO] [stderr] Compiling signal-hook v0.3.8 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling httparse v1.4.0 [INFO] [stderr] Compiling metadeps v1.1.2 [INFO] [stderr] Compiling zmq-sys v0.11.0 [INFO] [stderr] Compiling openssl-sys v0.9.62 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling mio v0.7.11 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling condure v1.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.50s [INFO] running `Command { std: "docker" "inspect" "5c4b161191d3ba62dd0678b53a5c457080802edfc210b907e6edf8e624ea7990", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c4b161191d3ba62dd0678b53a5c457080802edfc210b907e6edf8e624ea7990", kill_on_drop: false }` [INFO] [stdout] 5c4b161191d3ba62dd0678b53a5c457080802edfc210b907e6edf8e624ea7990 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] 6b7a2ab1f9efbfd6e3a8f02542f836821a7c82c3ee9afee69abb8c5437ea70a8 [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" "6b7a2ab1f9efbfd6e3a8f02542f836821a7c82c3ee9afee69abb8c5437ea70a8", kill_on_drop: false }` [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling plotters-backend v0.3.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling half v1.7.1 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.4 [INFO] [stderr] Compiling memoffset v0.6.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling itertools v0.10.0 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling plotters-svg v0.3.0 [INFO] [stderr] Compiling serde_cbor v0.11.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling openssl-sys v0.9.62 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling zmq-sys v0.11.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling mio v0.7.11 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling cast v0.2.5 [INFO] [stderr] Compiling zmq v0.9.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.4 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling signal-hook v0.3.8 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling plotters v0.3.0 [INFO] [stderr] Compiling regex v1.5.3 [INFO] [stderr] Compiling openssl v0.10.34 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling criterion-plot v0.4.3 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling condure v1.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling criterion v0.3.4 [INFO] [stdout] warning: field is never read: `trailing_headers` [INFO] [stdout] --> src/http1.rs:745:9 [INFO] [stdout] | [INFO] [stdout] 745 | pub trailing_headers: Vec<(String, Vec)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2m 22s [INFO] running `Command { std: "docker" "inspect" "6b7a2ab1f9efbfd6e3a8f02542f836821a7c82c3ee9afee69abb8c5437ea70a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b7a2ab1f9efbfd6e3a8f02542f836821a7c82c3ee9afee69abb8c5437ea70a8", kill_on_drop: false }` [INFO] [stdout] 6b7a2ab1f9efbfd6e3a8f02542f836821a7c82c3ee9afee69abb8c5437ea70a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] bfa2f52de78d328ec017bcd10397e55469c53347df71270fb33ec8da83d87ac7 [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" "bfa2f52de78d328ec017bcd10397e55469c53347df71270fb33ec8da83d87ac7", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `trailing_headers` [INFO] [stderr] --> src/http1.rs:745:9 [INFO] [stderr] | [INFO] [stderr] 745 | pub trailing_headers: Vec<(String, Vec)>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/condure-f9c06bddf3c513d2) [INFO] [stdout] [INFO] [stdout] running 91 tests [INFO] [stdout] test arena::tests::test_rc ... ok [INFO] [stdout] test arena::tests::test_reusable ... ok [INFO] [stdout] test buffer::tests::test_buffer ... ok [INFO] [stdout] test buffer::tests::test_ringbuffer ... ok [INFO] [stdout] test channel::tests::test_notify_bound1 ... ok [INFO] [stdout] test channel::tests::test_notify_bound0 ... ok [INFO] [stdout] test channel::tests::test_send_recv_bound0 ... ok [INFO] [stdout] test buffer::tests::test_write_vectored_offset ... ok [INFO] [stdout] test connection::tests::server_req_secure ... ok [INFO] [stdout] test event::tests::test_poller ... ok [INFO] [stdout] test connection::tests::server_stream_without_body ... ok [INFO] [stdout] test connection::tests::server_stream_chunked ... ok [INFO] [stdout] test channel::tests::test_send_recv_bound1 ... ok [INFO] [stdout] test connection::tests::server_req_with_body ... ok [INFO] [stdout] test connection::tests::server_req_without_body ... ok [INFO] [stdout] test executor::tests::test_executor_pre_poll ... ok [INFO] [stdout] test executor::tests::test_executor_current ... ok [INFO] [stdout] test connection::tests::message_tracker ... ok [INFO] [stdout] test event::tests::test_readiness ... ok [INFO] [stdout] test connection::tests::server_req_timeout ... ok [INFO] [stdout] test executor::tests::test_executor_run ... ok [INFO] [stdout] test event::tests::test_readiness_early ... ok [INFO] [stdout] test connection::tests::server_req_pipeline ... ok [INFO] [stdout] test connection::tests::server_stream_early_response ... ok [INFO] [stdout] test connection::tests::server_stream_with_body ... ok [INFO] [stdout] test http1::tests::test_header_contains_param ... ok [INFO] [stdout] test future::tests::test_channel_send_bound1 ... ok [INFO] [stdout] test http1::tests::test_persistent ... ok [INFO] [stdout] test http1::tests::test_recv_request ... ok [INFO] [stdout] test http1::tests::test_recv_body ... ok [INFO] [stdout] test http1::tests::test_req ... ok [INFO] [stdout] test http1::tests::test_resp ... ok [INFO] [stdout] test http1::tests::test_send_body ... ok [INFO] [stdout] test http1::tests::test_send_response ... ok [INFO] [stdout] test http1::tests::test_write_chunk ... ok [INFO] [stdout] test http1::tests::test_write_headers ... ok [INFO] [stdout] test list::tests::test_list_concat ... ok [INFO] [stdout] test list::tests::test_list_push_pop ... ok [INFO] [stdout] test list::tests::test_remove ... ok [INFO] [stdout] test executor::tests::test_executor_spawner ... ok [INFO] [stdout] test http1::tests::test_parse_as_int ... ok [INFO] [stdout] test future::tests::test_sleep ... ok [INFO] [stdout] test future::tests::test_channel_recv ... ok [INFO] [stdout] test future::tests::test_sleep_ready ... ok [INFO] [stdout] test executor::tests::test_executor_spawn_error ... ok [INFO] [stdout] test executor::tests::test_executor_early_wake ... ok [INFO] [stdout] test reactor::tests::test_reactor_current ... ok [INFO] [stdout] test reactor::tests::test_reactor_budget ... ok [INFO] [stdout] test reactor::tests::test_reactor_custom ... ok [INFO] [stdout] test future::tests::test_budget_1 ... ok [INFO] [stdout] test future::tests::test_budget_unlimited ... ok [INFO] [stdout] test executor::tests::test_executor_step ... ok [INFO] [stdout] test future::tests::test_zmq ... ok [INFO] [stdout] test listener::tests::test_accept ... ok [INFO] [stdout] test reactor::tests::test_reactor_timer ... ok [INFO] [stdout] test timer::tests::test_sched ... ok [INFO] [stdout] test timer::tests::test_wheel ... ok [INFO] [stdout] test reactor::tests::test_reactor_io ... ok [INFO] [stdout] test timer::tests::test_need_resched ... ok [INFO] [stdout] test future::tests::test_channel_writable ... ok [INFO] [stdout] test reactor::tests::test_reactor_fd ... ok [INFO] [stdout] test timer::tests::test_fls ... ok [INFO] [stdout] test tnetstring::tests::test_int ... ok [INFO] [stdout] test tnetstring::tests::test_sequence ... ok [INFO] [stdout] test tnetstring::tests::test_bool ... ok [INFO] [stdout] test tnetstring::tests::test_string ... ok [INFO] [stdout] test tnetstring::tests::test_float ... ok [INFO] [stdout] test tnetstring::tests::test_overflow ... ok [INFO] [stdout] test tnetstring::tests::test_length ... ok [INFO] [stdout] test tnetstring::tests::test_array ... ok [INFO] [stdout] test websocket::tests::test_send_frame ... ok [INFO] [stdout] test websocket::tests::test_read_write_header ... ok [INFO] [stdout] test waker::tests::test_waker ... ok [INFO] [stdout] test websocket::tests::test_send_message ... ok [INFO] [stdout] test websocket::tests::test_apply_mask ... ok [INFO] [stdout] test websocket::tests::test_header_size ... ok [INFO] [stdout] test websocket::tests::test_recv_frame ... ok [INFO] [stdout] test websocket::tests::test_recv_message ... ok [INFO] [stdout] test future::tests::test_channel_send_bound0 ... ok [INFO] [stdout] test future::tests::test_tcpstream ... ok [INFO] [stdout] test tnetstring::tests::test_null ... ok [INFO] [stdout] test tnetstring::tests::test_map ... ok [INFO] [stdout] test zhttppacket::tests::test_parse ... ok [INFO] [stdout] test zhttppacket::tests::test_serialize ... ok [INFO] [stdout] test zhttpsocket::tests::test_stream ... ok [INFO] [stdout] test zmq::tests::test_send_after_disconnect ... ok [INFO] [stdout] test timer::tests::test_rotate ... ok [INFO] [stdout] test zhttpsocket::tests::test_send_flow ... ok [INFO] [stdout] test zhttpsocket::tests::test_req ... ok [INFO] [stdout] test server::tests::test_ws ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/condure-7d40d0b1865c05ff) [INFO] [stdout] test server::tests::test_server ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 91 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s [INFO] [stdout] [INFO] [stderr] Doc-tests condure [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] [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" "bfa2f52de78d328ec017bcd10397e55469c53347df71270fb33ec8da83d87ac7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bfa2f52de78d328ec017bcd10397e55469c53347df71270fb33ec8da83d87ac7", kill_on_drop: false }` [INFO] [stdout] bfa2f52de78d328ec017bcd10397e55469c53347df71270fb33ec8da83d87ac7