[INFO] cloning repository https://github.com/SymmetricChaos/tnt [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SymmetricChaos/tnt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSymmetricChaos%2Ftnt", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSymmetricChaos%2Ftnt'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d64c935058664c29fc0a27706242d1bbdf1576dd [INFO] testing SymmetricChaos/tnt against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSymmetricChaos%2Ftnt" "/workspace/builds/worker-75/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-75/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/SymmetricChaos/tnt on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/SymmetricChaos/tnt [INFO] finished tweaking git repo https://github.com/SymmetricChaos/tnt [INFO] tweaked toml for git repo https://github.com/SymmetricChaos/tnt written to /workspace/builds/worker-75/source/Cargo.toml [INFO] crate git repo https://github.com/SymmetricChaos/tnt already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "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-75/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 15520b60ce969547b9bfc43ea74ec45b8c6af39e21bc1e3ad244b6fb2f4ad584 [INFO] running `Command { std: "docker" "start" "-a" "15520b60ce969547b9bfc43ea74ec45b8c6af39e21bc1e3ad244b6fb2f4ad584", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "15520b60ce969547b9bfc43ea74ec45b8c6af39e21bc1e3ad244b6fb2f4ad584", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15520b60ce969547b9bfc43ea74ec45b8c6af39e21bc1e3ad244b6fb2f4ad584", kill_on_drop: false }` [INFO] [stdout] 15520b60ce969547b9bfc43ea74ec45b8c6af39e21bc1e3ad244b6fb2f4ad584 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4c97a8e86cac410ff4d38593d032c03de79dd0749569822d2bfaf140d3945a95 [INFO] running `Command { std: "docker" "start" "-a" "4c97a8e86cac410ff4d38593d032c03de79dd0749569822d2bfaf140d3945a95", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.93 [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.4.0 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling fancy-regex v0.5.0 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling tnt v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: proc-macro derive panicked [INFO] [stdout] --> src/parsing/parser.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Parser)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: message: error opening "parsing\\tnt.pest": No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rule` [INFO] [stdout] --> src/parsing/parser.rs:35:37 [INFO] [stdout] | [INFO] [stdout] 35 | let mut tree = TntParser::parse(Rule::formula, text)?; [INFO] [stdout] | ^^^^ use of undeclared type `Rule` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rule` [INFO] [stdout] --> src/parsing/parser.rs:40:37 [INFO] [stdout] | [INFO] [stdout] 40 | let mut tree = TntParser::parse(Rule::expression, text)?; [INFO] [stdout] | ^^^^ use of undeclared type `Rule` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rule` [INFO] [stdout] --> src/parsing/parser.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | Rule::formula => build_ast(pair.into_inner().next().unwrap()), [INFO] [stdout] | ^^^^ use of undeclared type `Rule` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rule` [INFO] [stdout] --> src/parsing/parser.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | Rule::expression => build_ast(pair.into_inner().next().unwrap()), [INFO] [stdout] | ^^^^ use of undeclared type `Rule` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rule` [INFO] [stdout] --> src/parsing/parser.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | Rule::number => TntNode::Number(pair.as_str().to_string()), [INFO] [stdout] | ^^^^ use of undeclared type `Rule` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rule` [INFO] [stdout] --> src/parsing/parser.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | Rule::variable => TntNode::Variable(pair.as_str().to_string()), [INFO] [stdout] | ^^^^ use of undeclared type `Rule` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rule` [INFO] [stdout] --> src/parsing/parser.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | Rule::equality => { [INFO] [stdout] | ^^^^ use of undeclared type `Rule` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rule` [INFO] [stdout] --> src/parsing/parser.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | Rule::logical_formula => expand_logical_formula(pair), [INFO] [stdout] | ^^^^ use of undeclared type `Rule` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rule` [INFO] [stdout] --> src/parsing/parser.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | Rule::quantification => expand_quantification(pair), [INFO] [stdout] | ^^^^ use of undeclared type `Rule` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rule` [INFO] [stdout] --> src/parsing/parser.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | Rule::arithmetic_expr => expand_arithmetic_expr(pair), [INFO] [stdout] | ^^^^ use of undeclared type `Rule` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rule` [INFO] [stdout] --> src/parsing/parser.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | Rule::negated_quantification => TntNode::Negation( Box::new( build_ast(pair.into_inner().next().unwrap())) ), [INFO] [stdout] | ^^^^ use of undeclared type `Rule` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rule` [INFO] [stdout] --> src/parsing/parser.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | Rule::successor_expr => TntNode::Successor( Box::new( build_ast(pair.into_inner().next().unwrap())) ), [INFO] [stdout] | ^^^^ use of undeclared type `Rule` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rule` [INFO] [stdout] --> src/parsing/parser.rs:111:9 [INFO] [stdout] | [INFO] [stdout] 111 | Rule::existential => { [INFO] [stdout] | ^^^^ use of undeclared type `Rule` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rule` [INFO] [stdout] --> src/parsing/parser.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 115 | Rule::universal => { [INFO] [stdout] | ^^^^ use of undeclared type `Rule` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rule` [INFO] [stdout] --> src/parsing/parser.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | Rule::quantified_formula => { [INFO] [stdout] | ^^^^ use of undeclared type `Rule` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rule` [INFO] [stdout] --> src/parsing/parser.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | Rule::negated_quantification => { [INFO] [stdout] | ^^^^ use of undeclared type `Rule` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Rule` in this scope [INFO] [stdout] --> src/parsing/parser.rs:13:75 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn parse_proof(proof: &str) -> Result,pest::error::Error> { [INFO] [stdout] | - help: you might be missing a type parameter: `` ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Rule` in this scope [INFO] [stdout] --> src/parsing/parser.rs:23:43 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn print_parse_tree(text: &str, rule: Rule) -> Result<(),pest::error::Error> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Rule` in this scope [INFO] [stdout] --> src/parsing/parser.rs:23:81 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn print_parse_tree(text: &str, rule: Rule) -> Result<(),pest::error::Error> { [INFO] [stdout] | - help: you might be missing a type parameter: `` ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Rule` in this scope [INFO] [stdout] --> src/parsing/parser.rs:29:37 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn str_to_ast(text: &str, rule: Rule) -> Result> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Rule` in this scope [INFO] [stdout] --> src/parsing/parser.rs:29:80 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn str_to_ast(text: &str, rule: Rule) -> Result> { [INFO] [stdout] | - help: you might be missing a type parameter: `` ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Rule` in this scope [INFO] [stdout] --> src/parsing/parser.rs:34:76 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn formula_str_to_ast(text: &str) -> Result> { [INFO] [stdout] | - ^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Rule` in this scope [INFO] [stdout] --> src/parsing/parser.rs:39:79 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn expression_str_to_ast(text: &str) -> Result> { [INFO] [stdout] | - ^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Rule` in this scope [INFO] [stdout] --> src/parsing/parser.rs:44:29 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn build_ast(pair: Pair) -> TntNode { [INFO] [stdout] | - ^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Rule` in this scope [INFO] [stdout] --> src/parsing/parser.rs:93:38 [INFO] [stdout] | [INFO] [stdout] 93 | fn expand_logical_formula(pair: Pair) -> TntNode { [INFO] [stdout] | - ^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Rule` in this scope [INFO] [stdout] --> src/parsing/parser.rs:101:38 [INFO] [stdout] | [INFO] [stdout] 101 | fn expand_arithmetic_expr(pair: Pair) -> TntNode { [INFO] [stdout] | - ^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Rule` in this scope [INFO] [stdout] --> src/parsing/parser.rs:109:33 [INFO] [stdout] | [INFO] [stdout] 109 | fn expand_quantifier(pair: Pair) -> Quantifier { [INFO] [stdout] | - ^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Rule` in this scope [INFO] [stdout] --> src/parsing/parser.rs:123:37 [INFO] [stdout] | [INFO] [stdout] 123 | fn expand_quantification(pair: Pair) -> TntNode { [INFO] [stdout] | - ^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `parse` found for struct `TntParser` in the current scope [INFO] [stdout] --> src/parsing/parser.rs:24:27 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct TntParser; [INFO] [stdout] | --------------------- function or associated item `parse` not found for this [INFO] [stdout] ... [INFO] [stdout] 24 | let tree = TntParser::parse(rule, text)?; [INFO] [stdout] | ^^^^^ function or associated item not found in `TntParser` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `parse`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Parser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `parse` found for struct `TntParser` in the current scope [INFO] [stdout] --> src/parsing/parser.rs:30:31 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct TntParser; [INFO] [stdout] | --------------------- function or associated item `parse` not found for this [INFO] [stdout] ... [INFO] [stdout] 30 | let mut tree = TntParser::parse(rule, text)?; [INFO] [stdout] | ^^^^^ function or associated item not found in `TntParser` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `parse`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Parser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `parse` found for struct `TntParser` in the current scope [INFO] [stdout] --> src/parsing/parser.rs:35:31 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct TntParser; [INFO] [stdout] | --------------------- function or associated item `parse` not found for this [INFO] [stdout] ... [INFO] [stdout] 35 | let mut tree = TntParser::parse(Rule::formula, text)?; [INFO] [stdout] | ^^^^^ function or associated item not found in `TntParser` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `parse`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Parser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `parse` found for struct `TntParser` in the current scope [INFO] [stdout] --> src/parsing/parser.rs:40:31 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct TntParser; [INFO] [stdout] | --------------------- function or associated item `parse` not found for this [INFO] [stdout] ... [INFO] [stdout] 40 | let mut tree = TntParser::parse(Rule::expression, text)?; [INFO] [stdout] | ^^^^^ function or associated item not found in `TntParser` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `parse`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Parser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Parser` [INFO] [stdout] --> src/parsing/parser.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use pest::{Parser, iterators::Pair}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 33 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tnt` due to 34 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "4c97a8e86cac410ff4d38593d032c03de79dd0749569822d2bfaf140d3945a95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c97a8e86cac410ff4d38593d032c03de79dd0749569822d2bfaf140d3945a95", kill_on_drop: false }` [INFO] [stdout] 4c97a8e86cac410ff4d38593d032c03de79dd0749569822d2bfaf140d3945a95