[INFO] cloning repository https://github.com/nordluma/rascal [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nordluma/rascal" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnordluma%2Frascal", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnordluma%2Frascal'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e7400382090c07fb70f228e7b287df5749b6c759 [INFO] checking nordluma/rascal against master#4847d6a9d07d4be9ba3196f6ad444af2d7bdde72 for pr-134276 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnordluma%2Frascal" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nordluma/rascal on toolchain 4847d6a9d07d4be9ba3196f6ad444af2d7bdde72 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4847d6a9d07d4be9ba3196f6ad444af2d7bdde72" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nordluma/rascal [INFO] finished tweaking git repo https://github.com/nordluma/rascal [INFO] tweaked toml for git repo https://github.com/nordluma/rascal written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/nordluma/rascal already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4847d6a9d07d4be9ba3196f6ad444af2d7bdde72" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+4847d6a9d07d4be9ba3196f6ad444af2d7bdde72" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6ebed85afdc316c2bba394937752732bf4aafbf8ef0f1ba8240c393cfd75b65d [INFO] running `Command { std: "docker" "start" "-a" "6ebed85afdc316c2bba394937752732bf4aafbf8ef0f1ba8240c393cfd75b65d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6ebed85afdc316c2bba394937752732bf4aafbf8ef0f1ba8240c393cfd75b65d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ebed85afdc316c2bba394937752732bf4aafbf8ef0f1ba8240c393cfd75b65d", kill_on_drop: false }` [INFO] [stdout] 6ebed85afdc316c2bba394937752732bf4aafbf8ef0f1ba8240c393cfd75b65d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+4847d6a9d07d4be9ba3196f6ad444af2d7bdde72" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 46e64e078eb6d8d2c6222976dbf61558bbd6eea342af92f0ab2419bb4e9f1033 [INFO] running `Command { std: "docker" "start" "-a" "46e64e078eb6d8d2c6222976dbf61558bbd6eea342af92f0ab2419bb4e9f1033", kill_on_drop: false }` [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking rascal v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:530:32 [INFO] [stdout] | [INFO] [stdout] 528 | fn visit_unaryop(&self, node: &Unary) -> isize { [INFO] [stdout] | ----- expected `isize` because of return type [INFO] [stdout] 529 | match node.token.kind { [INFO] [stdout] 530 | TokenType::Plus => self.visit(&node.expr), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ expected `isize`, found `Result>` [INFO] [stdout] | [INFO] [stdout] = note: expected type `isize` [INFO] [stdout] found enum `std::result::Result>` [INFO] [stdout] help: consider using `Result::expect` to unwrap the `std::result::Result>` value, panicking if the value is a `Result::Err` [INFO] [stdout] | [INFO] [stdout] 530 | TokenType::Plus => self.visit(&node.expr).expect("REASON"), [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0600]: cannot apply unary operator `-` to type `std::result::Result>` [INFO] [stdout] --> src/main.rs:531:33 [INFO] [stdout] | [INFO] [stdout] 531 | TokenType::Minus => -self.visit(&node.expr), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `-` [INFO] [stdout] | [INFO] [stdout] note: the foreign item type `std::result::Result>` doesn't implement `Neg` [INFO] [stdout] --> /rustc/4847d6a9d07d4be9ba3196f6ad444af2d7bdde72/library/core/src/result.rs:528:1 [INFO] [stdout] | [INFO] [stdout] = note: not implement `Neg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:530:32 [INFO] [stdout] | [INFO] [stdout] 528 | fn visit_unaryop(&self, node: &Unary) -> isize { [INFO] [stdout] | ----- expected `isize` because of return type [INFO] [stdout] 529 | match node.token.kind { [INFO] [stdout] 530 | TokenType::Plus => self.visit(&node.expr), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ expected `isize`, found `Result>` [INFO] [stdout] | [INFO] [stdout] = note: expected type `isize` [INFO] [stdout] found enum `std::result::Result>` [INFO] [stdout] help: consider using `Result::expect` to unwrap the `std::result::Result>` value, panicking if the value is a `Result::Err` [INFO] [stdout] | [INFO] [stdout] 530 | TokenType::Plus => self.visit(&node.expr).expect("REASON"), [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0600]: cannot apply unary operator `-` to type `std::result::Result>` [INFO] [stdout] --> src/main.rs:531:33 [INFO] [stdout] | [INFO] [stdout] 531 | TokenType::Minus => -self.visit(&node.expr), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `-` [INFO] [stdout] | [INFO] [stdout] note: the foreign item type `std::result::Result>` doesn't implement `Neg` [INFO] [stdout] --> /rustc/4847d6a9d07d4be9ba3196f6ad444af2d7bdde72/library/core/src/result.rs:528:1 [INFO] [stdout] | [INFO] [stdout] = note: not implement `Neg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: cannot add `std::result::Result>` to `std::result::Result>` [INFO] [stdout] --> src/main.rs:541:36 [INFO] [stdout] | [INFO] [stdout] 541 | TokenType::Plus => lhs + rhs, [INFO] [stdout] | --- ^ --- std::result::Result> [INFO] [stdout] | | [INFO] [stdout] | std::result::Result> [INFO] [stdout] | [INFO] [stdout] note: the foreign item type `std::result::Result>` doesn't implement `Add>>` [INFO] [stdout] --> /rustc/4847d6a9d07d4be9ba3196f6ad444af2d7bdde72/library/core/src/result.rs:528:1 [INFO] [stdout] | [INFO] [stdout] = note: not implement `Add>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: cannot add `std::result::Result>` to `std::result::Result>` [INFO] [stdout] --> src/main.rs:541:36 [INFO] [stdout] | [INFO] [stdout] 541 | TokenType::Plus => lhs + rhs, [INFO] [stdout] | --- ^ --- std::result::Result> [INFO] [stdout] | | [INFO] [stdout] | std::result::Result> [INFO] [stdout] | [INFO] [stdout] note: the foreign item type `std::result::Result>` doesn't implement `Add>>` [INFO] [stdout] --> /rustc/4847d6a9d07d4be9ba3196f6ad444af2d7bdde72/library/core/src/result.rs:528:1 [INFO] [stdout] | [INFO] [stdout] = note: not implement `Add>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: cannot subtract `std::result::Result>` from `std::result::Result>` [INFO] [stdout] --> src/main.rs:542:37 [INFO] [stdout] | [INFO] [stdout] 542 | TokenType::Minus => lhs - rhs, [INFO] [stdout] | --- ^ --- std::result::Result> [INFO] [stdout] | | [INFO] [stdout] | std::result::Result> [INFO] [stdout] | [INFO] [stdout] note: the foreign item type `std::result::Result>` doesn't implement `Sub>>` [INFO] [stdout] --> /rustc/4847d6a9d07d4be9ba3196f6ad444af2d7bdde72/library/core/src/result.rs:528:1 [INFO] [stdout] | [INFO] [stdout] = note: not implement `Sub>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: cannot subtract `std::result::Result>` from `std::result::Result>` [INFO] [stdout] --> src/main.rs:542:37 [INFO] [stdout] | [INFO] [stdout] 542 | TokenType::Minus => lhs - rhs, [INFO] [stdout] | --- ^ --- std::result::Result> [INFO] [stdout] | | [INFO] [stdout] | std::result::Result> [INFO] [stdout] | [INFO] [stdout] note: the foreign item type `std::result::Result>` doesn't implement `Sub>>` [INFO] [stdout] --> /rustc/4847d6a9d07d4be9ba3196f6ad444af2d7bdde72/library/core/src/result.rs:528:1 [INFO] [stdout] | [INFO] [stdout] = note: not implement `Sub>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: cannot multiply `std::result::Result>` by `std::result::Result>` [INFO] [stdout] --> src/main.rs:543:35 [INFO] [stdout] | [INFO] [stdout] 543 | TokenType::Mul => lhs * rhs, [INFO] [stdout] | --- ^ --- std::result::Result> [INFO] [stdout] | | [INFO] [stdout] | std::result::Result> [INFO] [stdout] | [INFO] [stdout] note: the foreign item type `std::result::Result>` doesn't implement `Mul>>` [INFO] [stdout] --> /rustc/4847d6a9d07d4be9ba3196f6ad444af2d7bdde72/library/core/src/result.rs:528:1 [INFO] [stdout] | [INFO] [stdout] = note: not implement `Mul>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: cannot multiply `std::result::Result>` by `std::result::Result>` [INFO] [stdout] --> src/main.rs:543:35 [INFO] [stdout] | [INFO] [stdout] 543 | TokenType::Mul => lhs * rhs, [INFO] [stdout] | --- ^ --- std::result::Result> [INFO] [stdout] | | [INFO] [stdout] | std::result::Result> [INFO] [stdout] | [INFO] [stdout] note: the foreign item type `std::result::Result>` doesn't implement `Mul>>` [INFO] [stdout] --> /rustc/4847d6a9d07d4be9ba3196f6ad444af2d7bdde72/library/core/src/result.rs:528:1 [INFO] [stdout] | [INFO] [stdout] = note: not implement `Mul>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: cannot divide `std::result::Result>` by `std::result::Result>` [INFO] [stdout] --> src/main.rs:544:35 [INFO] [stdout] | [INFO] [stdout] 544 | TokenType::Div => lhs / rhs, [INFO] [stdout] | --- ^ --- std::result::Result> [INFO] [stdout] | | [INFO] [stdout] | std::result::Result> [INFO] [stdout] | [INFO] [stdout] note: the foreign item type `std::result::Result>` doesn't implement `Div>>` [INFO] [stdout] --> /rustc/4847d6a9d07d4be9ba3196f6ad444af2d7bdde72/library/core/src/result.rs:528:1 [INFO] [stdout] | [INFO] [stdout] = note: not implement `Div>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: cannot divide `std::result::Result>` by `std::result::Result>` [INFO] [stdout] --> src/main.rs:544:35 [INFO] [stdout] | [INFO] [stdout] 544 | TokenType::Div => lhs / rhs, [INFO] [stdout] | --- ^ --- std::result::Result> [INFO] [stdout] | | [INFO] [stdout] | std::result::Result> [INFO] [stdout] | [INFO] [stdout] note: the foreign item type `std::result::Result>` doesn't implement `Div>>` [INFO] [stdout] --> /rustc/4847d6a9d07d4be9ba3196f6ad444af2d7bdde72/library/core/src/result.rs:528:1 [INFO] [stdout] | [INFO] [stdout] = note: not implement `Div>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `AstNode: From>` is not satisfied [INFO] [stdout] --> src/main.rs:560:30 [INFO] [stdout] | [INFO] [stdout] 560 | .insert(var_name.into(), self.visit(&node.right)); [INFO] [stdout] | ^^^^ the trait `From>` is not implemented for `AstNode` [INFO] [stdout] | [INFO] [stdout] = note: required for `Box` to implement `Into` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `AstNode: From>` is not satisfied [INFO] [stdout] --> src/main.rs:560:30 [INFO] [stdout] | [INFO] [stdout] 560 | .insert(var_name.into(), self.visit(&node.right)); [INFO] [stdout] | ^^^^ the trait `From>` is not implemented for `AstNode` [INFO] [stdout] | [INFO] [stdout] = note: required for `Box` to implement `Into` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:560:38 [INFO] [stdout] | [INFO] [stdout] 560 | .insert(var_name.into(), self.visit(&node.right)); [INFO] [stdout] | ------ ^^^^^^^^^^^^^^^^^^^^^^^ expected `AstNode`, found `Result>` [INFO] [stdout] | | [INFO] [stdout] | arguments to this method are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected enum `AstNode` [INFO] [stdout] found enum `std::result::Result>` [INFO] [stdout] help: the return type of this call is `std::result::Result>` due to the type of the argument passed [INFO] [stdout] --> src/main.rs:559:9 [INFO] [stdout] | [INFO] [stdout] 559 | / self.global_scope [INFO] [stdout] 560 | | .insert(var_name.into(), self.visit(&node.right)); [INFO] [stdout] | |______________________________________-----------------------^ [INFO] [stdout] | | [INFO] [stdout] | this argument influences the return type of `insert` [INFO] [stdout] note: method defined here [INFO] [stdout] --> /rustc/4847d6a9d07d4be9ba3196f6ad444af2d7bdde72/library/std/src/collections/hash/map.rs:1190:12 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:557:46 [INFO] [stdout] | [INFO] [stdout] 557 | fn visit_assign(&self, node: &Assign) -> isize { [INFO] [stdout] | ------------ ^^^^^ expected `isize`, found `()` [INFO] [stdout] | | [INFO] [stdout] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:560:38 [INFO] [stdout] | [INFO] [stdout] 560 | .insert(var_name.into(), self.visit(&node.right)); [INFO] [stdout] | ------ ^^^^^^^^^^^^^^^^^^^^^^^ expected `AstNode`, found `Result>` [INFO] [stdout] | | [INFO] [stdout] | arguments to this method are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected enum `AstNode` [INFO] [stdout] found enum `std::result::Result>` [INFO] [stdout] help: the return type of this call is `std::result::Result>` due to the type of the argument passed [INFO] [stdout] --> src/main.rs:559:9 [INFO] [stdout] | [INFO] [stdout] 559 | / self.global_scope [INFO] [stdout] 560 | | .insert(var_name.into(), self.visit(&node.right)); [INFO] [stdout] | |______________________________________-----------------------^ [INFO] [stdout] | | [INFO] [stdout] | this argument influences the return type of `insert` [INFO] [stdout] note: method defined here [INFO] [stdout] --> /rustc/4847d6a9d07d4be9ba3196f6ad444af2d7bdde72/library/std/src/collections/hash/map.rs:1190:12 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:557:46 [INFO] [stdout] | [INFO] [stdout] 557 | fn visit_assign(&self, node: &Assign) -> isize { [INFO] [stdout] | ------------ ^^^^^ expected `isize`, found `()` [INFO] [stdout] | | [INFO] [stdout] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:566:18 [INFO] [stdout] | [INFO] [stdout] 566 | .get(var_name) [INFO] [stdout] | --- ^^^^^^^^ expected `&AstNode`, found `String` [INFO] [stdout] | | [INFO] [stdout] | arguments to this method are incorrect [INFO] [stdout] | [INFO] [stdout] note: method defined here [INFO] [stdout] --> /rustc/4847d6a9d07d4be9ba3196f6ad444af2d7bdde72/library/std/src/collections/hash/map.rs:897:12 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:566:18 [INFO] [stdout] | [INFO] [stdout] 566 | .get(var_name) [INFO] [stdout] | --- ^^^^^^^^ expected `&AstNode`, found `String` [INFO] [stdout] | | [INFO] [stdout] | arguments to this method are incorrect [INFO] [stdout] | [INFO] [stdout] note: method defined here [INFO] [stdout] --> /rustc/4847d6a9d07d4be9ba3196f6ad444af2d7bdde72/library/std/src/collections/hash/map.rs:897:12 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:565:9 [INFO] [stdout] | [INFO] [stdout] 563 | fn visit_var(&self, node: &Token) -> Result { [INFO] [stdout] | ------------- expected `std::result::Result>` because of return type [INFO] [stdout] 564 | let var_name = node.value; [INFO] [stdout] 565 | / self.global_scope [INFO] [stdout] 566 | | .get(var_name) [INFO] [stdout] 567 | | .ok_or_else(|| Err("variable not found in global scope".into())) [INFO] [stdout] | |____________________________________________________________________________^ expected `Result>`, found `Result<&AstNode, Result<_, _>>` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `std::result::Result>` [INFO] [stdout] found enum `std::result::Result<&AstNode, std::result::Result<_, _>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:565:9 [INFO] [stdout] | [INFO] [stdout] 563 | fn visit_var(&self, node: &Token) -> Result { [INFO] [stdout] | ------------- expected `std::result::Result>` because of return type [INFO] [stdout] 564 | let var_name = node.value; [INFO] [stdout] 565 | / self.global_scope [INFO] [stdout] 566 | | .get(var_name) [INFO] [stdout] 567 | | .ok_or_else(|| Err("variable not found in global scope".into())) [INFO] [stdout] | |____________________________________________________________________________^ expected `Result>`, found `Result<&AstNode, Result<_, _>>` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `std::result::Result>` [INFO] [stdout] found enum `std::result::Result<&AstNode, std::result::Result<_, _>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0369, E0600. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rascal` (bin "rascal") due to 11 previous errors [INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0369, E0600. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rascal` (bin "rascal" test) due to 11 previous errors [INFO] running `Command { std: "docker" "inspect" "46e64e078eb6d8d2c6222976dbf61558bbd6eea342af92f0ab2419bb4e9f1033", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46e64e078eb6d8d2c6222976dbf61558bbd6eea342af92f0ab2419bb4e9f1033", kill_on_drop: false }` [INFO] [stdout] 46e64e078eb6d8d2c6222976dbf61558bbd6eea342af92f0ab2419bb4e9f1033