[INFO] cloning repository https://github.com/jedamzik/simple-interpreter-in-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jedamzik/simple-interpreter-in-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjedamzik%2Fsimple-interpreter-in-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjedamzik%2Fsimple-interpreter-in-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1d65f22eb48269ad446dcbcba5c13f6046e768f5 [INFO] testing jedamzik/simple-interpreter-in-rust against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjedamzik%2Fsimple-interpreter-in-rust" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jedamzik/simple-interpreter-in-rust 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 git repo https://github.com/jedamzik/simple-interpreter-in-rust [INFO] finished tweaking git repo https://github.com/jedamzik/simple-interpreter-in-rust [INFO] tweaked toml for git repo https://github.com/jedamzik/simple-interpreter-in-rust written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/jedamzik/simple-interpreter-in-rust already has a lockfile, it will not be regenerated [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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] e7d18b635cdab7a42f979098cdb3214e282bdf6e5d6e9be3b60c7bf825b84777 [INFO] running `Command { std: "docker" "start" "-a" "e7d18b635cdab7a42f979098cdb3214e282bdf6e5d6e9be3b60c7bf825b84777", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e7d18b635cdab7a42f979098cdb3214e282bdf6e5d6e9be3b60c7bf825b84777", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7d18b635cdab7a42f979098cdb3214e282bdf6e5d6e9be3b60c7bf825b84777", kill_on_drop: false }` [INFO] [stdout] e7d18b635cdab7a42f979098cdb3214e282bdf6e5d6e9be3b60c7bf825b84777 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] e8c9293da658eb6ebac4b796d073a560b47a5f85708df6321bbd65626daf7c00 [INFO] running `Command { std: "docker" "start" "-a" "e8c9293da658eb6ebac4b796d073a560b47a5f85708df6321bbd65626daf7c00", kill_on_drop: false }` [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling unicode-segmentation v0.1.2 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling strcursor v0.2.5 [INFO] [stderr] Compiling ast-interpreter v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.50s [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/mod.rs:54:25 [INFO] [stdout] | [INFO] [stdout] 54 | _ => panic!(format!("Syntax Error: expected Integer or \"(\", found {}", token)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 54 - _ => panic!(format!("Syntax Error: expected Integer or \"(\", found {}", token)) [INFO] [stdout] 54 + _ => panic!("Syntax Error: expected Integer or \"(\", found {}", token) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/mod.rs:16:33 [INFO] [stdout] | [INFO] [stdout] 16 | _ => panic!(format!("AST Traversal Error: expected Operator, found {}.", node.token)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 16 - _ => panic!(format!("AST Traversal Error: expected Operator, found {}.", node.token)) [INFO] [stdout] 16 + _ => panic!("AST Traversal Error: expected Operator, found {}.", node.token) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/mod.rs:24:33 [INFO] [stdout] | [INFO] [stdout] 24 | _ => panic!(format!("AST Traversal Error: expected Number, found {}", node)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 24 - _ => panic!(format!("AST Traversal Error: expected Number, found {}", node)) [INFO] [stdout] 24 + _ => panic!("AST Traversal Error: expected Number, found {}", node) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e8c9293da658eb6ebac4b796d073a560b47a5f85708df6321bbd65626daf7c00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8c9293da658eb6ebac4b796d073a560b47a5f85708df6321bbd65626daf7c00", kill_on_drop: false }` [INFO] [stdout] e8c9293da658eb6ebac4b796d073a560b47a5f85708df6321bbd65626daf7c00 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] 38bd316d1306ff2c911c369d9a5306a259b17695aa931afc13a5c6990ea8a954 [INFO] running `Command { std: "docker" "start" "-a" "38bd316d1306ff2c911c369d9a5306a259b17695aa931afc13a5c6990ea8a954", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling ast-interpreter v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/mod.rs:54:25 [INFO] [stdout] | [INFO] [stdout] 54 | _ => panic!(format!("Syntax Error: expected Integer or \"(\", found {}", token)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 54 - _ => panic!(format!("Syntax Error: expected Integer or \"(\", found {}", token)) [INFO] [stdout] 54 + _ => panic!("Syntax Error: expected Integer or \"(\", found {}", token) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/mod.rs:16:33 [INFO] [stdout] | [INFO] [stdout] 16 | _ => panic!(format!("AST Traversal Error: expected Operator, found {}.", node.token)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 16 - _ => panic!(format!("AST Traversal Error: expected Operator, found {}.", node.token)) [INFO] [stdout] 16 + _ => panic!("AST Traversal Error: expected Operator, found {}.", node.token) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/interpreter/mod.rs:24:33 [INFO] [stdout] | [INFO] [stdout] 24 | _ => panic!(format!("AST Traversal Error: expected Number, found {}", node)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 24 - _ => panic!(format!("AST Traversal Error: expected Number, found {}", node)) [INFO] [stdout] 24 + _ => panic!("AST Traversal Error: expected Number, found {}", node) [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 9.18s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/ast_interpreter-5b090ed42a5177e0) [INFO] running `Command { std: "docker" "inspect" "38bd316d1306ff2c911c369d9a5306a259b17695aa931afc13a5c6990ea8a954", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38bd316d1306ff2c911c369d9a5306a259b17695aa931afc13a5c6990ea8a954", kill_on_drop: false }` [INFO] [stdout] 38bd316d1306ff2c911c369d9a5306a259b17695aa931afc13a5c6990ea8a954 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] 1c13b55c07b8bccde950553457f61d9dbbf35cdfd50b1be14bc2737203fd87fb [INFO] running `Command { std: "docker" "start" "-a" "1c13b55c07b8bccde950553457f61d9dbbf35cdfd50b1be14bc2737203fd87fb", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/mod.rs:54:25 [INFO] [stderr] | [INFO] [stderr] 54 | _ => panic!(format!("Syntax Error: expected Integer or \"(\", found {}", token)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 54 - _ => panic!(format!("Syntax Error: expected Integer or \"(\", found {}", token)) [INFO] [stderr] 54 + _ => panic!("Syntax Error: expected Integer or \"(\", found {}", token) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/interpreter/mod.rs:16:33 [INFO] [stderr] | [INFO] [stderr] 16 | _ => panic!(format!("AST Traversal Error: expected Operator, found {}.", node.token)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 16 - _ => panic!(format!("AST Traversal Error: expected Operator, found {}.", node.token)) [INFO] [stderr] 16 + _ => panic!("AST Traversal Error: expected Operator, found {}.", node.token) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/interpreter/mod.rs:24:33 [INFO] [stderr] | [INFO] [stderr] 24 | _ => panic!(format!("AST Traversal Error: expected Number, found {}", node)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 24 - _ => panic!(format!("AST Traversal Error: expected Number, found {}", node)) [INFO] [stderr] 24 + _ => panic!("AST Traversal Error: expected Number, found {}", node) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `ast-interpreter` (bin "ast-interpreter" test) generated 3 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.59s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ast_interpreter-5b090ed42a5177e0) [INFO] [stdout] [INFO] [stdout] running 29 tests [INFO] [stdout] test interpreter::division_gets_precedence_before_addition ... ok [INFO] [stdout] test interpreter::division_gets_precedence_before_subtraction ... ok [INFO] [stdout] test interpreter::multiplication_gets_precedence_before_addition ... ok [INFO] [stdout] test interpreter::multiplication_gets_precedence_before_subtraction ... ok [INFO] [stdout] test interpreter::parenthesized_expressions_get_precedence_on_left_hand_of_operator ... ok [INFO] [stdout] test interpreter::parenthesized_expressions_get_precedence_on_right_hand_of_operator ... ok [INFO] [stdout] test lexer::is_integer_returns_correctly ... ok [INFO] [stdout] test lexer::parse_digits_handles_one_digit_integers ... ok [INFO] [stdout] test lexer::parse_digits_handles_three_digit_integers ... ok [INFO] [stdout] test lexer::lex_returns_a_vector_of_tokens ... ok [INFO] [stdout] test lexer::parse_digits_handles_two_digit_integers ... ok [INFO] [stdout] test lexer::tokenize_word_returns_add_operator ... ok [INFO] [stdout] test lexer::tokenize_returns_a_vector_of_tokens ... ok [INFO] [stdout] test lexer::tokenize_word_returns_div_operator ... ok [INFO] [stdout] test lexer::tokenize_word_returns_integer_number ... ok [INFO] [stdout] test lexer::tokenize_word_returns_left_paren ... ok [INFO] [stdout] test lexer::tokenize_word_returns_mul_operator ... ok [INFO] [stdout] test lexer::tokenize_word_returns_right_paren ... ok [INFO] [stdout] test lexer::tokenize_word_returns_sub_operator ... ok [INFO] [stdout] test lexer::tokenize_word_returns_whitespace ... ok [INFO] [stdout] test parser::eat_advances_current_token_index ... ok [INFO] [stdout] test parser::eat_returns_current_token_if_passed_token_matches ... ok [INFO] [stdout] test parser::factor_consumes_the_token ... ok [INFO] [stdout] test parser::factor_returns_number_token_as_node ... ok [INFO] [stdout] test parser::factor_skips_whitespace_tokens ... ok [INFO] [stdout] test parser::next_token_increment_is_clamped_to_length_of_token_vector ... ok [INFO] [stdout] test parser::next_token_increments_current_token_index ... ok [INFO] [stdout] test parser::eat_returns_error_if_the_passed_token_is_not_the_current_token - should panic ... ok [INFO] [stdout] test parser::factor_throws_syntax_error_on_operator - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1c13b55c07b8bccde950553457f61d9dbbf35cdfd50b1be14bc2737203fd87fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c13b55c07b8bccde950553457f61d9dbbf35cdfd50b1be14bc2737203fd87fb", kill_on_drop: false }` [INFO] [stdout] 1c13b55c07b8bccde950553457f61d9dbbf35cdfd50b1be14bc2737203fd87fb