[INFO] cloning repository https://github.com/braidonw/aoc2022-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/braidonw/aoc2022-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbraidonw%2Faoc2022-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbraidonw%2Faoc2022-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] eabed430518669ae2e84b68ceb24b623bb9283f7 [INFO] checking braidonw/aoc2022-rs against f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1 for pr-160235-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbraidonw%2Faoc2022-rs" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config [INFO] started tweaking git repo https://github.com/braidonw/aoc2022-rs [INFO] finished tweaking git repo https://github.com/braidonw/aoc2022-rs [INFO] tweaked toml for git repo https://github.com/braidonw/aoc2022-rs written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/braidonw/aoc2022-rs on toolchain f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/braidonw/aoc2022-rs 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" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: binary `advent_of_code` should have a kebab-case name [INFO] [stderr] | [INFO] [stderr] 1 | /workspace/builds/worker-2-tc2/source/target/.../advent_of_code [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: to change the binary name to `advent-of-code`, convert `package.name` [INFO] [stderr] --> Cargo.toml:10:8 [INFO] [stderr] | [INFO] [stderr] 10 - name = "advent_of_code" [INFO] [stderr] 10 + name = "advent-of-code" [INFO] [stderr] | [INFO] [stderr] help: to change the binary name to `advent-of-code`, specify `bin.name` [INFO] [stderr] --> Cargo.toml:12:19 [INFO] [stderr] | [INFO] [stderr] 12 ~ version = "0.8.0" [INFO] [stderr] 13 + [[bin]] [INFO] [stderr] 14 + name = "advent-of-code" [INFO] [stderr] 15 + path = "src/main.rs" [INFO] [stderr] | [INFO] [stderr] warning: `advent_of_code` (manifest) generated 1 warning [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] b143b9b23ad3b5edcb7d2c4bb876a223c4af7f59ed5378b5e21e6f4ec9d17e21 [INFO] running `Command { std: "docker" "start" "b143b9b23ad3b5edcb7d2c4bb876a223c4af7f59ed5378b5e21e6f4ec9d17e21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b143b9b23ad3b5edcb7d2c4bb876a223c4af7f59ed5378b5e21e6f4ec9d17e21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b143b9b23ad3b5edcb7d2c4bb876a223c4af7f59ed5378b5e21e6f4ec9d17e21" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b143b9b23ad3b5edcb7d2c4bb876a223c4af7f59ed5378b5e21e6f4ec9d17e21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b143b9b23ad3b5edcb7d2c4bb876a223c4af7f59ed5378b5e21e6f4ec9d17e21" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] warning: binary `advent_of_code` should have a kebab-case name [INFO] [stderr] | [INFO] [stderr] 1 | /opt/rustwide/target/.../advent_of_code [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: to change the binary name to `advent-of-code`, convert `package.name` [INFO] [stderr] --> Cargo.toml:10:8 [INFO] [stderr] | [INFO] [stderr] 10 - name = "advent_of_code" [INFO] [stderr] 10 + name = "advent-of-code" [INFO] [stderr] | [INFO] [stderr] help: to change the binary name to `advent-of-code`, specify `bin.name` [INFO] [stderr] --> Cargo.toml:12:19 [INFO] [stderr] | [INFO] [stderr] 12 ~ version = "0.8.0" [INFO] [stderr] 13 + [[bin]] [INFO] [stderr] 14 + name = "advent-of-code" [INFO] [stderr] 15 + path = "src/main.rs" [INFO] [stderr] | [INFO] [stderr] warning: `advent_of_code` (manifest) generated 1 warning [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking either v1.8.0 [INFO] [stderr] Checking pico-args v0.5.0 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking nom v7.1.1 [INFO] [stderr] Checking advent_of_code v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/bin/18.rs:1:17 [INFO] [stdout] | [INFO] [stdout] 1 | pub fn part_one(input: &str) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/bin/18.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn part_two(input: &str) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/bin/19.rs:3:20 [INFO] [stdout] | [INFO] [stdout] 3 | fn parse_blueprint(input: &str) -> IResult<&str, Blueprint> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/bin/19.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | fn parse(input: &str) -> IResult<&str, Vec> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `blueprints` [INFO] [stdout] --> src/bin/19.rs:58:13 [INFO] [stdout] | [INFO] [stdout] 58 | let (_, blueprints) = parse(input).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_blueprints` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/bin/19.rs:62:17 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn part_two(input: &str) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/17.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 137 | let mut moves = parse_moves(input).unwrap().1.iter().cycle(); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `moves` [INFO] [stdout] --> src/bin/17.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 137 | let mut moves = parse_moves(input).unwrap().1.iter().cycle(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_moves` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `brick` [INFO] [stdout] --> src/bin/17.rs:144:13 [INFO] [stdout] | [INFO] [stdout] 144 | let brick: Brick = shapes.next().unwrap().try_into().unwrap(); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_brick` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/bin/17.rs:152:17 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn part_two(input: &str) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `height` and `length` are never read [INFO] [stdout] --> src/bin/17.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 49 | struct Shape { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 50 | rocks: Vec>, [INFO] [stdout] 51 | height: u32, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 52 | length: u32, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Shape` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `x`, `y`, and `coords` are never read [INFO] [stdout] --> src/bin/17.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 67 | struct Brick { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 68 | x: u32, [INFO] [stdout] | ^ [INFO] [stdout] 69 | y: u32, [INFO] [stdout] | ^ [INFO] [stdout] 70 | coords: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `height` is never used [INFO] [stdout] --> src/bin/17.rs:108:8 [INFO] [stdout] | [INFO] [stdout] 97 | impl Field { [INFO] [stdout] | ---------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 108 | fn height(&self) -> u32 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/bin/19.rs:3:20 [INFO] [stdout] | [INFO] [stdout] 3 | fn parse_blueprint(input: &str) -> IResult<&str, Blueprint> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/bin/19.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | fn parse(input: &str) -> IResult<&str, Vec> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `blueprints` [INFO] [stdout] --> src/bin/19.rs:58:13 [INFO] [stdout] | [INFO] [stdout] 58 | let (_, blueprints) = parse(input).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_blueprints` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/bin/19.rs:62:17 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn part_two(input: &str) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/bin/18.rs:1:17 [INFO] [stdout] | [INFO] [stdout] 1 | pub fn part_one(input: &str) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/bin/18.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn part_two(input: &str) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ops::Rem` [INFO] [stdout] --> src/bin/20.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | use std::{ops::Rem, str::FromStr}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `beacon_distance` is never read [INFO] [stdout] --> src/bin/15.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 12 | struct Pair { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] ... [INFO] [stdout] 15 | beacon_distance: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Pair` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ops::Rem` [INFO] [stdout] --> src/bin/20.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | use std::{ops::Rem, str::FromStr}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/bin/20.rs:55:17 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn part_two(input: &str) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `beacon_distance` is never read [INFO] [stdout] --> src/bin/15.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 12 | struct Pair { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] ... [INFO] [stdout] 15 | beacon_distance: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Pair` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/bin/20.rs:55:17 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn part_two(input: &str) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/17.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 137 | let mut moves = parse_moves(input).unwrap().1.iter().cycle(); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `moves` [INFO] [stdout] --> src/bin/17.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 137 | let mut moves = parse_moves(input).unwrap().1.iter().cycle(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_moves` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `brick` [INFO] [stdout] --> src/bin/17.rs:144:13 [INFO] [stdout] | [INFO] [stdout] 144 | let brick: Brick = shapes.next().unwrap().try_into().unwrap(); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_brick` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/bin/17.rs:152:17 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn part_two(input: &str) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `height` and `length` are never read [INFO] [stdout] --> src/bin/17.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 49 | struct Shape { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 50 | rocks: Vec>, [INFO] [stdout] 51 | height: u32, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 52 | length: u32, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Shape` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `x`, `y`, and `coords` are never read [INFO] [stdout] --> src/bin/17.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 67 | struct Brick { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 68 | x: u32, [INFO] [stdout] | ^ [INFO] [stdout] 69 | y: u32, [INFO] [stdout] | ^ [INFO] [stdout] 70 | coords: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `height` is never used [INFO] [stdout] --> src/bin/17.rs:108:8 [INFO] [stdout] | [INFO] [stdout] 97 | impl Field { [INFO] [stdout] | ---------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 108 | fn height(&self) -> u32 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.15s [INFO] running `Command { std: "docker" "inspect" "b143b9b23ad3b5edcb7d2c4bb876a223c4af7f59ed5378b5e21e6f4ec9d17e21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b143b9b23ad3b5edcb7d2c4bb876a223c4af7f59ed5378b5e21e6f4ec9d17e21", kill_on_drop: false }` [INFO] [stdout] b143b9b23ad3b5edcb7d2c4bb876a223c4af7f59ed5378b5e21e6f4ec9d17e21