[INFO] cloning repository https://github.com/jamesray1/write-to-file [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jamesray1/write-to-file" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamesray1%2Fwrite-to-file", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamesray1%2Fwrite-to-file'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a69110a6188551e3e8a3501404a995c891cb471d [INFO] checking jamesray1/write-to-file against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamesray1%2Fwrite-to-file" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jamesray1/write-to-file on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jamesray1/write-to-file [INFO] finished tweaking git repo https://github.com/jamesray1/write-to-file [INFO] tweaked toml for git repo https://github.com/jamesray1/write-to-file written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/jamesray1/write-to-file 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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 105761013e826aacba28248d99b8674a782c81949f40a4c7e35d12c356c8a233 [INFO] running `Command { std: "docker" "start" "-a" "105761013e826aacba28248d99b8674a782c81949f40a4c7e35d12c356c8a233", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "105761013e826aacba28248d99b8674a782c81949f40a4c7e35d12c356c8a233", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "105761013e826aacba28248d99b8674a782c81949f40a4c7e35d12c356c8a233", kill_on_drop: false }` [INFO] [stdout] 105761013e826aacba28248d99b8674a782c81949f40a4c7e35d12c356c8a233 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1418938420f8bf645a7abb549e81539437feb625b5bb67074945b99da126c9ed [INFO] running `Command { std: "docker" "start" "-a" "1418938420f8bf645a7abb549e81539437feb625b5bb67074945b99da126c9ed", kill_on_drop: false }` [INFO] [stderr] Checking write-to-file v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find value `default_path_as_string` in this scope [INFO] [stdout] --> src/main.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | default_path_as_string); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `default_path_as_string` in this scope [INFO] [stdout] --> src/main.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | default_path_as_string); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_string` found for type parameter `P` in the current scope [INFO] [stdout] --> src/main.rs:80:30 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn prompt_write_object_to_file<'a, T: Debug, P>(object: &T, default_path: Option

) [INFO] [stdout] | - method `to_string` not found for this type parameter [INFO] [stdout] ... [INFO] [stdout] 80 | Some(v) => v.to_string(), [INFO] [stdout] | ^^^^^^^^^ method cannot be called on `P` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the type parameter is bounded by the trait [INFO] [stdout] help: the following trait defines an item `to_string`, perhaps you need to restrict type parameter `P` with it: [INFO] [stdout] | [INFO] [stdout] 35 | P: AsRef + ToString, [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0618]: expected function, found `(String, usize)` [INFO] [stdout] --> src/main.rs:83:41 [INFO] [stdout] | [INFO] [stdout] 51 | let get_input = { [INFO] [stdout] | --------- `get_input` has type `(String, usize)` [INFO] [stdout] ... [INFO] [stdout] 83 | (default_path, _) = get_input(); [INFO] [stdout] | ^^^^^^^^^-- [INFO] [stdout] | | [INFO] [stdout] | call expression requires function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_string` found for type parameter `P` in the current scope [INFO] [stdout] --> src/main.rs:80:30 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn prompt_write_object_to_file<'a, T: Debug, P>(object: &T, default_path: Option

) [INFO] [stdout] | - method `to_string` not found for this type parameter [INFO] [stdout] ... [INFO] [stdout] 80 | Some(v) => v.to_string(), [INFO] [stdout] | ^^^^^^^^^ method cannot be called on `P` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the type parameter is bounded by the trait [INFO] [stdout] help: the following trait defines an item `to_string`, perhaps you need to restrict type parameter `P` with it: [INFO] [stdout] | [INFO] [stdout] 35 | P: AsRef + ToString, [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0618]: expected function, found `(String, usize)` [INFO] [stdout] --> src/main.rs:83:41 [INFO] [stdout] | [INFO] [stdout] 51 | let get_input = { [INFO] [stdout] | --------- `get_input` has type `(String, usize)` [INFO] [stdout] ... [INFO] [stdout] 83 | (default_path, _) = get_input(); [INFO] [stdout] | ^^^^^^^^^-- [INFO] [stdout] | | [INFO] [stdout] | call expression requires function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Option

: AsRef` is not satisfied [INFO] [stdout] --> src/main.rs:93:30 [INFO] [stdout] | [INFO] [stdout] 93 | write_object_to_file(default_path, object).expect("Can't write {:#?} to {:#?}", object, [INFO] [stdout] | -------------------- ^^^^^^^^^^^^ the trait `AsRef` is not implemented for `Option

` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `write_object_to_file` [INFO] [stdout] --> src/main.rs:103:14 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn write_object_to_file(input_path: P, object: T) -> Result<(), IoError> [INFO] [stdout] | -------------------- required by a bound in this function [INFO] [stdout] 103 | where P: AsRef, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `write_object_to_file` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Option

: AsRef` is not satisfied [INFO] [stdout] --> src/main.rs:93:30 [INFO] [stdout] | [INFO] [stdout] 93 | write_object_to_file(default_path, object).expect("Can't write {:#?} to {:#?}", object, [INFO] [stdout] | -------------------- ^^^^^^^^^^^^ the trait `AsRef` is not implemented for `Option

` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `write_object_to_file` [INFO] [stdout] --> src/main.rs:103:14 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn write_object_to_file(input_path: P, object: T) -> Result<(), IoError> [INFO] [stdout] | -------------------- required by a bound in this function [INFO] [stdout] 103 | where P: AsRef, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `write_object_to_file` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this method takes 1 argument but 3 arguments were supplied [INFO] [stdout] --> src/main.rs:93:52 [INFO] [stdout] | [INFO] [stdout] 93 | write_object_to_file(default_path, object).expect("Can't write {:#?} to {:#?}", object, [INFO] [stdout] | ^^^^^^ ------ unexpected argument of type `&T` [INFO] [stdout] 94 | default_path_as_string); [INFO] [stdout] | ---------------------- unexpected argument [INFO] [stdout] | [INFO] [stdout] note: method defined here [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/result.rs:1028:12 [INFO] [stdout] help: remove the extra arguments [INFO] [stdout] | [INFO] [stdout] 93 - write_object_to_file(default_path, object).expect("Can't write {:#?} to {:#?}", object, [INFO] [stdout] 93 + write_object_to_file(default_path, object).expect("Can't write {:#?} to {:#?}"); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this method takes 1 argument but 3 arguments were supplied [INFO] [stdout] --> src/main.rs:93:52 [INFO] [stdout] | [INFO] [stdout] 93 | write_object_to_file(default_path, object).expect("Can't write {:#?} to {:#?}", object, [INFO] [stdout] | ^^^^^^ ------ unexpected argument of type `&T` [INFO] [stdout] 94 | default_path_as_string); [INFO] [stdout] | ---------------------- unexpected argument [INFO] [stdout] | [INFO] [stdout] note: method defined here [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/result.rs:1028:12 [INFO] [stdout] help: remove the extra arguments [INFO] [stdout] | [INFO] [stdout] 93 - write_object_to_file(default_path, object).expect("Can't write {:#?} to {:#?}", object, [INFO] [stdout] 93 + write_object_to_file(default_path, object).expect("Can't write {:#?} to {:#?}"); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this method takes 1 argument but 3 arguments were supplied [INFO] [stdout] --> src/main.rs:97:46 [INFO] [stdout] | [INFO] [stdout] 97 | write_object_to_file(&input, object).expect("Can't write {:#?} to {:#?}", object, &input); [INFO] [stdout] | ^^^^^^ ------ ------ unexpected argument of type `&String` [INFO] [stdout] | | [INFO] [stdout] | unexpected argument of type `&T` [INFO] [stdout] | [INFO] [stdout] note: method defined here [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/result.rs:1028:12 [INFO] [stdout] help: remove the extra arguments [INFO] [stdout] | [INFO] [stdout] 97 - write_object_to_file(&input, object).expect("Can't write {:#?} to {:#?}", object, &input); [INFO] [stdout] 97 + write_object_to_file(&input, object).expect("Can't write {:#?} to {:#?}"); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this method takes 1 argument but 3 arguments were supplied [INFO] [stdout] --> src/main.rs:97:46 [INFO] [stdout] | [INFO] [stdout] 97 | write_object_to_file(&input, object).expect("Can't write {:#?} to {:#?}", object, &input); [INFO] [stdout] | ^^^^^^ ------ ------ unexpected argument of type `&String` [INFO] [stdout] | | [INFO] [stdout] | unexpected argument of type `&T` [INFO] [stdout] | [INFO] [stdout] note: method defined here [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/result.rs:1028:12 [INFO] [stdout] help: remove the extra arguments [INFO] [stdout] | [INFO] [stdout] 97 - write_object_to_file(&input, object).expect("Can't write {:#?} to {:#?}", object, &input); [INFO] [stdout] 97 + write_object_to_file(&input, object).expect("Can't write {:#?} to {:#?}"); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0600]: cannot apply unary operator `!` to type `Result<(), std::io::Error>` [INFO] [stdout] --> src/main.rs:118:9 [INFO] [stdout] | [INFO] [stdout] 118 | assert!(write_object_to_file("foo", "~/foo.txt"), ()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot apply unary operator `!` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0277, E0425, E0599, E0618. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0277, E0425, E0599, E0600, E0618. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `write-to-file` (bin "write-to-file") due to 7 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `write-to-file` (bin "write-to-file" test) due to 8 previous errors [INFO] running `Command { std: "docker" "inspect" "1418938420f8bf645a7abb549e81539437feb625b5bb67074945b99da126c9ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1418938420f8bf645a7abb549e81539437feb625b5bb67074945b99da126c9ed", kill_on_drop: false }` [INFO] [stdout] 1418938420f8bf645a7abb549e81539437feb625b5bb67074945b99da126c9ed [INFO] checking jamesray1/write-to-file against try#36dbcaee1a55543dfc181be52a69d99ff46ff62f for pr-122960-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamesray1%2Fwrite-to-file" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jamesray1/write-to-file on toolchain 36dbcaee1a55543dfc181be52a69d99ff46ff62f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jamesray1/write-to-file [INFO] finished tweaking git repo https://github.com/jamesray1/write-to-file [INFO] tweaked toml for git repo https://github.com/jamesray1/write-to-file written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/jamesray1/write-to-file 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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3a9680085c8d734e57b8d019edb824538f2585e9db90a7c9ab9b2cb9349bf03b [INFO] running `Command { std: "docker" "start" "-a" "3a9680085c8d734e57b8d019edb824538f2585e9db90a7c9ab9b2cb9349bf03b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3a9680085c8d734e57b8d019edb824538f2585e9db90a7c9ab9b2cb9349bf03b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a9680085c8d734e57b8d019edb824538f2585e9db90a7c9ab9b2cb9349bf03b", kill_on_drop: false }` [INFO] [stdout] 3a9680085c8d734e57b8d019edb824538f2585e9db90a7c9ab9b2cb9349bf03b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 053364beaa7b02329945fbbc70cb8b38fa14026d2ae243099a517c2f706984ce [INFO] running `Command { std: "docker" "start" "-a" "053364beaa7b02329945fbbc70cb8b38fa14026d2ae243099a517c2f706984ce", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] no edition found in manifest, probably 2015, skipping [INFO] running `Command { std: "docker" "inspect" "053364beaa7b02329945fbbc70cb8b38fa14026d2ae243099a517c2f706984ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "053364beaa7b02329945fbbc70cb8b38fa14026d2ae243099a517c2f706984ce", kill_on_drop: false }` [INFO] [stdout] 053364beaa7b02329945fbbc70cb8b38fa14026d2ae243099a517c2f706984ce