[INFO] cloning repository https://github.com/d6e/filecabinet [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/d6e/filecabinet" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fd6e%2Ffilecabinet", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fd6e%2Ffilecabinet'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 78235200d06ad2ba1bd40f065d37c8bd84d941b2 [INFO] testing d6e/filecabinet against try#eafdee2dfae8c2233b74f98b123308be7ccefcc6 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fd6e%2Ffilecabinet" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/d6e/filecabinet on toolchain eafdee2dfae8c2233b74f98b123308be7ccefcc6 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/d6e/filecabinet [INFO] finished tweaking git repo https://github.com/d6e/filecabinet [INFO] tweaked toml for git repo https://github.com/d6e/filecabinet written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/d6e/filecabinet already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded data-encoding v2.3.0 [INFO] [stderr] Downloaded chacha20 v0.3.4 [INFO] [stderr] Downloaded cocoon v0.1.11 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 64af0d1ad1977631e084abc7f4888b5dcc69f8a1b2cafe567f4394bf1407a49d [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" "64af0d1ad1977631e084abc7f4888b5dcc69f8a1b2cafe567f4394bf1407a49d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "64af0d1ad1977631e084abc7f4888b5dcc69f8a1b2cafe567f4394bf1407a49d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64af0d1ad1977631e084abc7f4888b5dcc69f8a1b2cafe567f4394bf1407a49d", kill_on_drop: false }` [INFO] [stdout] 64af0d1ad1977631e084abc7f4888b5dcc69f8a1b2cafe567f4394bf1407a49d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3575485ec425e1a3538192994ea719539ea104d0c6fdf3316deba658261359d9 [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" "3575485ec425e1a3538192994ea719539ea104d0c6fdf3316deba658261359d9", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling yansi v0.5.0 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling subtle v2.2.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling syn v1.0.38 [INFO] [stderr] Compiling subtle v1.0.0 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling zeroize v1.1.0 [INFO] [stderr] Compiling const_fn v0.4.3 [INFO] [stderr] Compiling tinyvec v0.3.3 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling unic-char-range v0.7.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling unic-common v0.7.0 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling state v0.4.1 [INFO] [stderr] Compiling smallvec v1.4.2 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling cc v1.0.61 [INFO] [stderr] Compiling either v1.6.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling deunicode v0.4.3 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling humansize v1.1.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling number_prefix v0.3.0 [INFO] [stderr] Compiling once_cell v1.4.1 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling data-encoding v2.3.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.0 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling hashbrown v0.8.2 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling indexmap v1.5.1 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling unic-char-property v0.7.0 [INFO] [stderr] Compiling miniz_oxide v0.4.0 [INFO] [stderr] Compiling unic-ucd-version v0.7.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling unicode-normalization v0.1.13 [INFO] [stderr] Compiling pear_codegen v0.1.4 [INFO] [stderr] Compiling rocket_codegen v0.4.5 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling rocket v0.4.5 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling slug v0.1.4 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling unic-ucd-segment v0.7.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling inotify-sys v0.1.3 [INFO] [stderr] Compiling terminal_size v0.1.13 [INFO] [stderr] Compiling filetime v0.2.12 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling backtrace v0.3.50 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling unic-segment v0.7.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling clap v2.33.2 [INFO] [stderr] Compiling inotify v0.7.1 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling universal-hash v0.3.0 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling block-cipher-trait v0.6.2 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling aead v0.2.0 [INFO] [stderr] Compiling stream-cipher v0.3.2 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling polyval v0.3.3 [INFO] [stderr] Compiling poly1305 v0.5.2 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling chrono v0.4.15 [INFO] [stderr] Compiling aes-soft v0.3.3 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling console v0.13.0 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling chacha20 v0.3.4 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling notify v4.0.15 [INFO] [stderr] Compiling ghash v0.2.3 [INFO] [stderr] Compiling hkdf v0.8.0 [INFO] [stderr] Compiling aes v0.3.2 [INFO] [stderr] Compiling chacha20poly1305 v0.4.1 [INFO] [stderr] Compiling pbkdf2 v0.3.0 [INFO] [stderr] Compiling aes-gcm v0.5.0 [INFO] [stderr] Compiling cookie v0.11.3 [INFO] [stderr] Compiling cocoon v0.1.11 [INFO] [stderr] Compiling atomicwrites v0.2.5 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling devise_core v0.2.0 [INFO] [stderr] Compiling indicatif v0.15.0 [INFO] [stderr] Compiling serde_derive v1.0.115 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling devise_codegen v0.2.0 [INFO] [stderr] Compiling devise v0.2.0 [INFO] [stderr] Compiling pear v0.1.4 [INFO] [stderr] Compiling rocket_http v0.4.5 [INFO] [stderr] Compiling serde v1.0.115 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling tera v0.11.20 [INFO] [stderr] Compiling rocket_contrib v0.4.5 [INFO] [stderr] Compiling filecabinet v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/main.rs:222:20 [INFO] [stdout] | [INFO] [stdout] 222 | if let Err(e) = crypto::decrypt_file(path.to_str().unwrap(), &pass) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: comparison is useless due to type limits [INFO] [stdout] --> src/checksum.rs:52:8 [INFO] [stdout] | [INFO] [stdout] 52 | if contents.len() < 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 21s [INFO] running `Command { std: "docker" "inspect" "3575485ec425e1a3538192994ea719539ea104d0c6fdf3316deba658261359d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3575485ec425e1a3538192994ea719539ea104d0c6fdf3316deba658261359d9", kill_on_drop: false }` [INFO] [stdout] 3575485ec425e1a3538192994ea719539ea104d0c6fdf3316deba658261359d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8b69e948d8853e3435ed24701bca58617522edcd032bcab666a19614426e5c45 [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" "8b69e948d8853e3435ed24701bca58617522edcd032bcab666a19614426e5c45", kill_on_drop: false }` [INFO] [stderr] Compiling filecabinet v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/main.rs:222:20 [INFO] [stdout] | [INFO] [stdout] 222 | if let Err(e) = crypto::decrypt_file(path.to_str().unwrap(), &pass) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: comparison is useless due to type limits [INFO] [stdout] --> src/checksum.rs:52:8 [INFO] [stdout] | [INFO] [stdout] 52 | if contents.len() < 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.35s [INFO] running `Command { std: "docker" "inspect" "8b69e948d8853e3435ed24701bca58617522edcd032bcab666a19614426e5c45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b69e948d8853e3435ed24701bca58617522edcd032bcab666a19614426e5c45", kill_on_drop: false }` [INFO] [stdout] 8b69e948d8853e3435ed24701bca58617522edcd032bcab666a19614426e5c45 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7a0f4914fb6d526ceaa6f60d2e3cda7079857ec8841342042c1eec818f334d84 [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" "7a0f4914fb6d526ceaa6f60d2e3cda7079857ec8841342042c1eec818f334d84", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/main.rs:222:20 [INFO] [stderr] | [INFO] [stderr] 222 | if let Err(e) = crypto::decrypt_file(path.to_str().unwrap(), &pass) { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: comparison is useless due to type limits [INFO] [stderr] --> src/checksum.rs:52:8 [INFO] [stderr] | [INFO] [stderr] 52 | if contents.len() < 0 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_comparisons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.44s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/filecabinet-738f8128ac15901e [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/filecabinet-600de7479707600a [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test crypto::test_get_decrypted_name ... ok [INFO] [stdout] test crypto::test_get_encrypted_name ... ok [INFO] [stdout] test test_parse_page ... ok [INFO] [stdout] test test_parse_date_hyphens ... ok [INFO] [stdout] test test_parse_date_year_only ... ok [INFO] [stdout] test test_parse_date_no_hyphens ... ok [INFO] [stderr] Doc-tests filecabinet [INFO] [stdout] test crypto::test_encrypt_decrypt_file ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [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 [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7a0f4914fb6d526ceaa6f60d2e3cda7079857ec8841342042c1eec818f334d84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a0f4914fb6d526ceaa6f60d2e3cda7079857ec8841342042c1eec818f334d84", kill_on_drop: false }` [INFO] [stdout] 7a0f4914fb6d526ceaa6f60d2e3cda7079857ec8841342042c1eec818f334d84