[INFO] cloning repository https://github.com/pmsanford/srch-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pmsanford/srch-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpmsanford%2Fsrch-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpmsanford%2Fsrch-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1721157cf8251b7d8529121fe9575a8b022a1260 [INFO] testing pmsanford/srch-rs against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpmsanford%2Fsrch-rs" "/workspace/builds/worker-26/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-26/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pmsanford/srch-rs on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pmsanford/srch-rs [INFO] finished tweaking git repo https://github.com/pmsanford/srch-rs [INFO] tweaked toml for git repo https://github.com/pmsanford/srch-rs written to /workspace/builds/worker-26/source/Cargo.toml [INFO] crate git repo https://github.com/pmsanford/srch-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8f43b67aa97552fb14fb2f2fa21a16770b483bacf5689a4ff41a59737db1f41c [INFO] running `Command { std: "docker" "start" "-a" "8f43b67aa97552fb14fb2f2fa21a16770b483bacf5689a4ff41a59737db1f41c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8f43b67aa97552fb14fb2f2fa21a16770b483bacf5689a4ff41a59737db1f41c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f43b67aa97552fb14fb2f2fa21a16770b483bacf5689a4ff41a59737db1f41c", kill_on_drop: false }` [INFO] [stdout] 8f43b67aa97552fb14fb2f2fa21a16770b483bacf5689a4ff41a59737db1f41c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e5d150b1c910ea1a899e0a108932e9677927aa547960d7a9acd62c220cfc8a98 [INFO] running `Command { std: "docker" "start" "-a" "e5d150b1c910ea1a899e0a108932e9677927aa547960d7a9acd62c220cfc8a98", kill_on_drop: false }` [INFO] [stderr] Compiling miniparse v0.0.1 (/opt/rustwide/workdir/miniparse) [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> miniparse/src/lib.rs:110:21 [INFO] [stdout] | [INFO] [stdout] 110 | let mut a = 0u; [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> miniparse/src/lib.rs:114:27 [INFO] [stdout] | [INFO] [stdout] 114 | while b - a > 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> miniparse/src/lib.rs:115:35 [INFO] [stdout] | [INFO] [stdout] 115 | let m = (a + b) / 2u; [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `syntax` [INFO] [stdout] --> miniparse/src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate syntax; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0462]: found staticlib `rustc` instead of rlib or dylib [INFO] [stdout] --> miniparse/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate rustc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: please recompile that crate using --crate-type lib [INFO] [stdout] = note: the following crate versions were found: [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-stable_rt.tsan.a [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-stable_rt.lsan.a [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-stable_rt.msan.a [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-stable_rt.asan.a [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CrateType` [INFO] [stdout] --> miniparse/src/lib.rs:18:27 [INFO] [stdout] | [INFO] [stdout] 18 | crate_types: vec![CrateType::CrateTypeRlib], [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `CrateType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `session` [INFO] [stdout] --> miniparse/src/lib.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | .. session::config::basic_options() [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `session` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Registry` [INFO] [stdout] --> miniparse/src/lib.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | Registry::new(&rustc::DIAGNOSTICS) [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Registry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `session` [INFO] [stdout] --> miniparse/src/lib.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | session::build_session(opt, None, reg) [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `session` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `session` [INFO] [stdout] --> miniparse/src/lib.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | session::config::build_configuration(session) [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `session` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `parse` [INFO] [stdout] --> miniparse/src/lib.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | parse::new_parse_sess() [INFO] [stdout] | ^^^^^ use of undeclared crate or module `parse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `parse` [INFO] [stdout] --> miniparse/src/lib.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | parse::string_to_filemap(parse_session, source, path) [INFO] [stdout] | ^^^^^ use of undeclared crate or module `parse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StringReader` [INFO] [stdout] --> miniparse/src/lib.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | StringReader::new(&parse_session.span_diagnostic, fm) [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `StringReader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Parser` [INFO] [stdout] --> miniparse/src/lib.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | Parser::new(parse_session, cfg, box lexer) [INFO] [stdout] | ^^^^^^ use of undeclared type `Parser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Parser` [INFO] [stdout] --> miniparse/src/lib.rs:93:26 [INFO] [stdout] | [INFO] [stdout] 93 | let mut parser = Parser::new(&parse_session, cfg, box lexer); [INFO] [stdout] | ^^^^^^ use of undeclared type `Parser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Options` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:16:36 [INFO] [stdout] | [INFO] [stdout] 16 | fn get_session_config_options() -> Options { [INFO] [stdout] | ^^^^^^^ help: an enum with a similar name exists: `Option` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Options` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | Options { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Registry` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:23:22 [INFO] [stdout] | [INFO] [stdout] 23 | fn get_registry() -> Registry { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Options` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:27:27 [INFO] [stdout] | [INFO] [stdout] 27 | fn get_rustc_session(opt: Options, reg: Registry) -> Session { [INFO] [stdout] | ^^^^^^^ help: an enum with a similar name exists: `Option` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Registry` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:27:41 [INFO] [stdout] | [INFO] [stdout] 27 | fn get_rustc_session(opt: Options, reg: Registry) -> Session { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Session` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:27:54 [INFO] [stdout] | [INFO] [stdout] 27 | fn get_rustc_session(opt: Options, reg: Registry) -> Session { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Session` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:31:34 [INFO] [stdout] | [INFO] [stdout] 31 | fn create_rustc_config(session: &Session) -> CrateConfig { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CrateConfig` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:31:46 [INFO] [stdout] | [INFO] [stdout] 31 | fn create_rustc_config(session: &Session) -> CrateConfig { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CrateConfig` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:35:26 [INFO] [stdout] | [INFO] [stdout] 35 | fn get_rustc_config() -> CrateConfig { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ParseSess` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:42:28 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn get_parse_sess() -> ParseSess { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ParseSess` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:46:32 [INFO] [stdout] | [INFO] [stdout] 46 | fn get_filemap(parse_session: &ParseSess, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FileMap` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:48:36 [INFO] [stdout] | [INFO] [stdout] 46 | fn get_filemap(parse_session: &ParseSess, [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 47 | source: String, [INFO] [stdout] 48 | path: String) -> Rc { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ParseSess` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:52:30 [INFO] [stdout] | [INFO] [stdout] 52 | fn get_lexer(parse_session: &ParseSess, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FileMap` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:53:21 [INFO] [stdout] | [INFO] [stdout] 52 | fn get_lexer(parse_session: &ParseSess, [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 53 | fm: Rc) -> StringReader { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StringReader` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:53:34 [INFO] [stdout] | [INFO] [stdout] 53 | fm: Rc) -> StringReader { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ParseSess` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:57:35 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn get_parser(parse_session: &ParseSess, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parser` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:58:48 [INFO] [stdout] | [INFO] [stdout] 58 | source: String, path: String) -> Parser { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ParseSess` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:65:47 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn get_crate_from_session(parse_session: &ParseSess, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Crate` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:67:48 [INFO] [stdout] | [INFO] [stdout] 67 | ... path: String) -> Crate { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Crate` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:72:51 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn get_crate(source: String, path: String) -> Crate { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ParseSess` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:82:18 [INFO] [stdout] | [INFO] [stdout] 82 | pub session: ParseSess, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FileMap` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:83:22 [INFO] [stdout] | [INFO] [stdout] 81 | pub struct Miniresult { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 82 | pub session: ParseSess, [INFO] [stdout] 83 | pub file_map: Rc, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Crate` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:84:13 [INFO] [stdout] | [INFO] [stdout] 84 | pub cr: Crate [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:102:48 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn get_line_text_from_span(&self, spn: Span) -> String { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:108:43 [INFO] [stdout] | [INFO] [stdout] 108 | pub fn get_line_from_span(&self, spn: Span) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> miniparse/src/lib.rs:108:52 [INFO] [stdout] | [INFO] [stdout] 108 | pub fn get_line_from_span(&self, spn: Span) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: box expression syntax is experimental; you can call `Box::new` instead [INFO] [stdout] --> miniparse/src/lib.rs:62:37 [INFO] [stdout] | [INFO] [stdout] 62 | Parser::new(parse_session, cfg, box lexer) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #49733 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: box expression syntax is experimental; you can call `Box::new` instead [INFO] [stdout] --> miniparse/src/lib.rs:93:59 [INFO] [stdout] | [INFO] [stdout] 93 | let mut parser = Parser::new(&parse_session, cfg, box lexer); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #49733 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 43 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0433, E0463, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `miniparse` due to 44 previous errors [INFO] running `Command { std: "docker" "inspect" "e5d150b1c910ea1a899e0a108932e9677927aa547960d7a9acd62c220cfc8a98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5d150b1c910ea1a899e0a108932e9677927aa547960d7a9acd62c220cfc8a98", kill_on_drop: false }` [INFO] [stdout] e5d150b1c910ea1a899e0a108932e9677927aa547960d7a9acd62c220cfc8a98