[INFO] cloning repository https://github.com/ljflores/Lisp_Interpreter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ljflores/Lisp_Interpreter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fljflores%2FLisp_Interpreter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fljflores%2FLisp_Interpreter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1e548a0d08ee6bcd94071297657f29b91b8ec046 [INFO] testing ljflores/Lisp_Interpreter 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%2Fljflores%2FLisp_Interpreter" "/workspace/builds/worker-53/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-53/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ljflores/Lisp_Interpreter 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/ljflores/Lisp_Interpreter [INFO] finished tweaking git repo https://github.com/ljflores/Lisp_Interpreter [INFO] tweaked toml for git repo https://github.com/ljflores/Lisp_Interpreter written to /workspace/builds/worker-53/source/Cargo.toml [INFO] crate git repo https://github.com/ljflores/Lisp_Interpreter 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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] 722d45c718475961ccbc921041eb7004df7618a24e542348c1dd006d6e6389dc [INFO] running `Command { std: "docker" "start" "-a" "722d45c718475961ccbc921041eb7004df7618a24e542348c1dd006d6e6389dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "722d45c718475961ccbc921041eb7004df7618a24e542348c1dd006d6e6389dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "722d45c718475961ccbc921041eb7004df7618a24e542348c1dd006d6e6389dc", kill_on_drop: false }` [INFO] [stdout] 722d45c718475961ccbc921041eb7004df7618a24e542348c1dd006d6e6389dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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] 23bfa75ab5596023c46788ae7cebc1a1c12278d78eec04bc17048a1fcb87abd3 [INFO] running `Command { std: "docker" "start" "-a" "23bfa75ab5596023c46788ae7cebc1a1c12278d78eec04bc17048a1fcb87abd3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling mlisp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/parse.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | _ => ParseResult::Failure(ParseError::BadParse(format!("unknown token: {:?}", *t))), [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.88s [INFO] running `Command { std: "docker" "inspect" "23bfa75ab5596023c46788ae7cebc1a1c12278d78eec04bc17048a1fcb87abd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23bfa75ab5596023c46788ae7cebc1a1c12278d78eec04bc17048a1fcb87abd3", kill_on_drop: false }` [INFO] [stdout] 23bfa75ab5596023c46788ae7cebc1a1c12278d78eec04bc17048a1fcb87abd3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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] a90f14ad91d32a427aeaf4d162ae96f6e241fd3bded84acadd63b5d154e7046e [INFO] running `Command { std: "docker" "start" "-a" "a90f14ad91d32a427aeaf4d162ae96f6e241fd3bded84acadd63b5d154e7046e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling mlisp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/parse.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | _ => ParseResult::Failure(ParseError::BadParse(format!("unknown token: {:?}", *t))), [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/parse_tests.rs:10:34 [INFO] [stdout] | [INFO] [stdout] 10 | |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() 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] 10 - |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] 10 + |err| assert!(false, "{:?}", err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/parse_tests.rs:18:34 [INFO] [stdout] | [INFO] [stdout] 18 | |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() 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] 18 - |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] 18 + |err| assert!(false, "{:?}", err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/parse_tests.rs:35:34 [INFO] [stdout] | [INFO] [stdout] 35 | |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() 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] 35 - |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] 35 + |err| assert!(false, "{:?}", err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/parse_tests.rs:53:34 [INFO] [stdout] | [INFO] [stdout] 53 | |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() 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] 53 - |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] 53 + |err| assert!(false, "{:?}", err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/parse_tests.rs:83:34 [INFO] [stdout] | [INFO] [stdout] 83 | |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() 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] 83 - |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] 83 + |err| assert!(false, "{:?}", err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/lex_tests.rs:8:34 [INFO] [stdout] | [INFO] [stdout] 8 | |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() 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] 8 - |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] 8 + |err| assert!(false, "{:?}", err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/lex_tests.rs:19:34 [INFO] [stdout] | [INFO] [stdout] 19 | |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() 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] 19 - |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] 19 + |err| assert!(false, "{:?}", err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/lex_tests.rs:30:34 [INFO] [stdout] | [INFO] [stdout] 30 | |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() 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] 30 - |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] 30 + |err| assert!(false, "{:?}", err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/lex_tests.rs:80:34 [INFO] [stdout] | [INFO] [stdout] 80 | |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() 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] 80 - |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] 80 + |err| assert!(false, "{:?}", err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/parse.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | _ => ParseResult::Failure(ParseError::BadParse(format!("unknown token: {:?}", *t))), [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/eval_tests.rs:443:32 [INFO] [stdout] | [INFO] [stdout] 443 | assert!(false, format!("Expected FNum(6.0), got {:?}", e)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() 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] 443 - assert!(false, format!("Expected FNum(6.0), got {:?}", e)); [INFO] [stdout] 443 + assert!(false, "Expected FNum(6.0), got {:?}", e); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/eval_tests.rs:446:28 [INFO] [stdout] | [INFO] [stdout] 446 | assert!(false, format!("Expected Expr::fnum(6.0), got {:?}", r2)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() 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] 446 - assert!(false, format!("Expected Expr::fnum(6.0), got {:?}", r2)); [INFO] [stdout] 446 + assert!(false, "Expected Expr::fnum(6.0), got {:?}", r2); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/eval_tests.rs:522:32 [INFO] [stdout] | [INFO] [stdout] 522 | |e| assert!(false, format!("got error {}", e)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() 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] 522 - |e| assert!(false, format!("got error {}", e)), [INFO] [stdout] 522 + |e| assert!(false, "got error {}", e), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/eval_tests.rs:532:41 [INFO] [stdout] | [INFO] [stdout] 532 | .map_err(|e| assert!(false, format!("got error {}", e))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() 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] 532 - .map_err(|e| assert!(false, format!("got error {}", e))); [INFO] [stdout] 532 + .map_err(|e| assert!(false, "got error {}", e)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/eval_tests.rs:574:13 [INFO] [stdout] | [INFO] [stdout] 574 | format!("Expected add_var to fail, but it succeeded: {:?}", r) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() 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] 574 - format!("Expected add_var to fail, but it succeeded: {:?}", r) [INFO] [stdout] 574 + "Expected add_var to fail, but it succeeded: {:?}", r [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/eval_tests.rs:673:37 [INFO] [stdout] | [INFO] [stdout] 673 | .map(|x| assert!(false, format!("Expected Err, got {:?}", x))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() 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] 673 - .map(|x| assert!(false, format!("Expected Err, got {:?}", x))); [INFO] [stdout] 673 + .map(|x| assert!(false, "Expected Err, got {:?}", x)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.00s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/mlisp-128ae4eded9bb932) [INFO] [stderr] Executable unittests bin/main.rs (/opt/rustwide/target/debug/deps/mlisp-8b5f62c622d2f7e3) [INFO] [stderr] Executable tests/eval_tests.rs (/opt/rustwide/target/debug/deps/eval_tests-89d686ac8a335d68) [INFO] [stderr] Executable tests/interpreter_tests.rs (/opt/rustwide/target/debug/deps/interpreter_tests-d871461911390ed8) [INFO] [stderr] Executable tests/lex_tests.rs (/opt/rustwide/target/debug/deps/lex_tests-d5aa26587e1e5520) [INFO] [stderr] Executable tests/parse_tests.rs (/opt/rustwide/target/debug/deps/parse_tests-3a2f155a5b6cbd55) [INFO] running `Command { std: "docker" "inspect" "a90f14ad91d32a427aeaf4d162ae96f6e241fd3bded84acadd63b5d154e7046e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a90f14ad91d32a427aeaf4d162ae96f6e241fd3bded84acadd63b5d154e7046e", kill_on_drop: false }` [INFO] [stdout] a90f14ad91d32a427aeaf4d162ae96f6e241fd3bded84acadd63b5d154e7046e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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] d3f915b5c889d6685272a95d9d5da17079b07f8e6954287fb2b2e0026bea2036 [INFO] running `Command { std: "docker" "start" "-a" "d3f915b5c889d6685272a95d9d5da17079b07f8e6954287fb2b2e0026bea2036", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/parse.rs:59:13 [INFO] [stderr] | [INFO] [stderr] 59 | _ => ParseResult::Failure(ParseError::BadParse(format!("unknown token: {:?}", *t))), [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `mlisp` (lib) generated 1 warning [INFO] [stderr] warning: `mlisp` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/lex_tests.rs:8:34 [INFO] [stderr] | [INFO] [stderr] 8 | |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() 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] 8 - |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] 8 + |err| assert!(false, "{:?}", err), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/lex_tests.rs:19:34 [INFO] [stderr] | [INFO] [stderr] 19 | |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() 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] 19 - |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] 19 + |err| assert!(false, "{:?}", err), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/lex_tests.rs:30:34 [INFO] [stderr] | [INFO] [stderr] 30 | |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() 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] 30 - |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] 30 + |err| assert!(false, "{:?}", err), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/lex_tests.rs:80:34 [INFO] [stderr] | [INFO] [stderr] 80 | |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() 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] 80 - |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] 80 + |err| assert!(false, "{:?}", err), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/eval_tests.rs:443:32 [INFO] [stderr] | [INFO] [stderr] 443 | assert!(false, format!("Expected FNum(6.0), got {:?}", e)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() 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] 443 - assert!(false, format!("Expected FNum(6.0), got {:?}", e)); [INFO] [stderr] 443 + assert!(false, "Expected FNum(6.0), got {:?}", e); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/eval_tests.rs:446:28 [INFO] [stderr] | [INFO] [stderr] 446 | assert!(false, format!("Expected Expr::fnum(6.0), got {:?}", r2)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() 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] 446 - assert!(false, format!("Expected Expr::fnum(6.0), got {:?}", r2)); [INFO] [stderr] 446 + assert!(false, "Expected Expr::fnum(6.0), got {:?}", r2); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/eval_tests.rs:522:32 [INFO] [stderr] | [INFO] [stderr] 522 | |e| assert!(false, format!("got error {}", e)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() 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] 522 - |e| assert!(false, format!("got error {}", e)), [INFO] [stderr] 522 + |e| assert!(false, "got error {}", e), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/eval_tests.rs:532:41 [INFO] [stderr] | [INFO] [stderr] 532 | .map_err(|e| assert!(false, format!("got error {}", e))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() 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] 532 - .map_err(|e| assert!(false, format!("got error {}", e))); [INFO] [stderr] 532 + .map_err(|e| assert!(false, "got error {}", e)); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/eval_tests.rs:574:13 [INFO] [stderr] | [INFO] [stderr] 574 | format!("Expected add_var to fail, but it succeeded: {:?}", r) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() 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] 574 - format!("Expected add_var to fail, but it succeeded: {:?}", r) [INFO] [stderr] 574 + "Expected add_var to fail, but it succeeded: {:?}", r [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/eval_tests.rs:673:37 [INFO] [stderr] | [INFO] [stderr] 673 | .map(|x| assert!(false, format!("Expected Err, got {:?}", x))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() 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] 673 - .map(|x| assert!(false, format!("Expected Err, got {:?}", x))); [INFO] [stderr] 673 + .map(|x| assert!(false, "Expected Err, got {:?}", x)); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/parse_tests.rs:10:34 [INFO] [stderr] | [INFO] [stderr] 10 | |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() 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] 10 - |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] 10 + |err| assert!(false, "{:?}", err), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/parse_tests.rs:18:34 [INFO] [stderr] | [INFO] [stderr] 18 | |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() 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] 18 - |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] 18 + |err| assert!(false, "{:?}", err), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/parse_tests.rs:35:34 [INFO] [stderr] | [INFO] [stderr] 35 | |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() 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] 35 - |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] 35 + |err| assert!(false, "{:?}", err), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/parse_tests.rs:53:34 [INFO] [stderr] | [INFO] [stderr] 53 | |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() 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] 53 - |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] 53 + |err| assert!(false, "{:?}", err), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/parse_tests.rs:83:34 [INFO] [stderr] | [INFO] [stderr] 83 | |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() 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] 83 - |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] 83 + |err| assert!(false, "{:?}", err), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `mlisp` (test "lex_tests") generated 4 warnings [INFO] [stderr] warning: `mlisp` (test "eval_tests") generated 6 warnings [INFO] [stderr] warning: `mlisp` (test "parse_tests") generated 5 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.70s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mlisp-128ae4eded9bb932) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test types::test::build_fnum ... ok [INFO] [stdout] test types::test::build_symbol ... ok [INFO] [stdout] test types::test::check_fnum_equality ... ok [INFO] [stdout] test types::test::build_list ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests bin/main.rs (/opt/rustwide/target/debug/deps/mlisp-8b5f62c622d2f7e3) [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/eval_tests.rs (/opt/rustwide/target/debug/deps/eval_tests-89d686ac8a335d68) [INFO] [stdout] [INFO] [stdout] running 37 tests [INFO] [stdout] test environment_tests::add_fn_to_context_works ... ok [INFO] [stderr] Running tests/interpreter_tests.rs (/opt/rustwide/target/debug/deps/interpreter_tests-d871461911390ed8) [INFO] [stdout] test environment_tests::cannot_add_to_contextless_env ... ok [INFO] [stdout] test environment_tests::add_var_to_context_works ... ok [INFO] [stdout] test environment_tests::contain_key_works ... ok [INFO] [stdout] test environment_tests::default_environment_is_correct ... ok [INFO] [stdout] test environment_tests::lookup_works ... ok [INFO] [stdout] test environment_tests::pop_context_works ... ok [INFO] [stdout] test environment_tests::push_context_works ... ok [INFO] [stdout] test eval_tests::add_and_check_expr_var_in_env ... ok [INFO] [stdout] test eval_tests::add_and_check_simple_var_in_env ... ok [INFO] [stdout] test eval_tests::add_fn_to_env ... ok [INFO] [stdout] test eval_tests::arithmetic_op_add_works ... ok [INFO] [stdout] test eval_tests::arithmetic_op_div_works ... ok [INFO] [stdout] test eval_tests::arithmetic_op_mul_works ... ok [INFO] [stdout] test eval_tests::arithmetic_op_sub_works ... ok [INFO] [stdout] test eval_tests::boolean_not_works_1 ... ok [INFO] [stdout] test eval_tests::boolean_not_works_3 ... ok [INFO] [stdout] test eval_tests::boolean_not_works_2 ... ok [INFO] [stdout] test eval_tests::boolean_op_and_works_2 ... ok [INFO] [stdout] test eval_tests::boolean_op_or_works_1 ... ok [INFO] [stdout] test eval_tests::boolean_op_and_works_1 ... ok [INFO] [stdout] test eval_tests::boolean_op_or_works_2 ... ok [INFO] [stdout] test eval_tests::equality_works_1 ... ok [INFO] [stdout] test eval_tests::equality_works_2 ... ok [INFO] [stdout] test eval_tests::equality_works_4 ... ok [INFO] [stdout] test eval_tests::equality_works_3 ... ok [INFO] [stdout] test eval_tests::evaluate_symbol_in_env ... ok [INFO] [stdout] test eval_tests::evaluate_symbol_not_in_env ... ok [INFO] [stdout] test eval_tests::inequality_works_1 ... ok [INFO] [stdout] test eval_tests::inequality_works_2 ... ok [INFO] [stdout] test eval_tests::inequality_works_4 ... ok [INFO] [stdout] test eval_tests::test_eval_ite ... ok [INFO] [stdout] test eval_tests::test_func_evaluation ... ok [INFO] [stdout] test eval_tests::test_ite_false_block ... ok [INFO] [stdout] test eval_tests::test_ite_true_block ... ok [INFO] [stdout] test eval_tests::test_print ... ok [INFO] [stdout] test eval_tests::nequality_works_3 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test interpreter_tests::bad_parse ... ok [INFO] [stdout] test interpreter_tests::simple_statement ... ok [INFO] [stdout] test interpreter_tests::complex_program ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/lex_tests.rs (/opt/rustwide/target/debug/deps/lex_tests-d5aa26587e1e5520) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test lex_tests::can_lex_literal ... ok [INFO] [stdout] test lex_tests::can_lex_rpar ... ok [INFO] [stdout] test lex_tests::can_lex_lpar ... ok [INFO] [stdout] test lex_tests::lex_empty_string ... ok [INFO] [stdout] test lex_tests::lex_test_1 ... ok [INFO] [stdout] test lex_tests::lex_test_2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/parse_tests.rs (/opt/rustwide/target/debug/deps/parse_tests-3a2f155a5b6cbd55) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test parse_tests::nested_lists ... ok [INFO] [stdout] test parse_tests::parse_fnum ... ok [INFO] [stdout] test parse_tests::parse_list ... ok [INFO] [stdout] test parse_tests::parse_nested_symbol ... ok [INFO] [stdout] test parse_tests::parse_symbol ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests mlisp [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" "d3f915b5c889d6685272a95d9d5da17079b07f8e6954287fb2b2e0026bea2036", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3f915b5c889d6685272a95d9d5da17079b07f8e6954287fb2b2e0026bea2036", kill_on_drop: false }` [INFO] [stdout] d3f915b5c889d6685272a95d9d5da17079b07f8e6954287fb2b2e0026bea2036