[INFO] cloning repository https://github.com/mrdmnd/elarionsim
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mrdmnd/elarionsim" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrdmnd%2Felarionsim", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrdmnd%2Felarionsim'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4658dbde8e53be46fd1615bd0bd76caa90b4de50
[INFO] checking mrdmnd/elarionsim against 165655a2f1981fef27b31c547ad7631979fc5139 for pr-160235
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrdmnd%2Felarionsim" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mrdmnd/elarionsim
[INFO] finished tweaking git repo https://github.com/mrdmnd/elarionsim
[INFO] tweaked toml for git repo https://github.com/mrdmnd/elarionsim written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mrdmnd/elarionsim on toolchain 165655a2f1981fef27b31c547ad7631979fc5139
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mrdmnd/elarionsim 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" "+165655a2f1981fef27b31c547ad7631979fc5139" "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-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 595b234b06d84624deb0acad12cb388e8d9d7804d0af8b313d557810b40e60c1
[INFO] running `Command { std: "docker" "start" "595b234b06d84624deb0acad12cb388e8d9d7804d0af8b313d557810b40e60c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "595b234b06d84624deb0acad12cb388e8d9d7804d0af8b313d557810b40e60c1", 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" "595b234b06d84624deb0acad12cb388e8d9d7804d0af8b313d557810b40e60c1" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "595b234b06d84624deb0acad12cb388e8d9d7804d0af8b313d557810b40e60c1", 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" "595b234b06d84624deb0acad12cb388e8d9d7804d0af8b313d557810b40e60c1" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking elarionsim v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variants `Stamina`, `Armor`, and `Spirit` are never constructed
[INFO] [stdout]   --> src/common.rs:5:5
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum Stat {
[INFO] [stdout]    |          ---- variants in this enum
[INFO] [stdout]  5 |     Stamina,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]  6 |     Armor,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11 |     Spirit,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Stat` 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: multiple variants are never constructed
[INFO] [stdout]   --> src/common.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub enum Talent {
[INFO] [stdout]    |          ------ variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 18 |     FinalCrescendo,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 19 |     SkylitGrace,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 20 |     Fusillade,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 21 |     SkywardMunitions,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     RepeatingStars,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 23 |     LunarFury,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     ImpendingHeartseeker,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 28 |     ResurgentWinds,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 29 |     LastLights,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Talent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/common.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub enum Ability {
[INFO] [stdout]    |          ------- variants in this enum
[INFO] [stdout] 34 |     // CDs
[INFO] [stdout] 35 |     EventHorizon,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 36 |     SkystridersGrace,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 37 |     LunarlightMark,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 38 |     StarfallVolley,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 39 |     SkystridersSupremacy,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     HighwindArrow,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 43 |     Multishot,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Ability` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `set_id`, `threshold`, and `effect` are never read
[INFO] [stdout]   --> src/config.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct SetBonus {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 11 |     pub set_id: SetId,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 12 |     pub threshold: u32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 13 |     pub effect: StaticEffect,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SetBonus` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `set` are never read
[INFO] [stdout]   --> src/config.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct EquippedItem {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 18 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub set: Option<SetId>,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EquippedItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]    --> src/config.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub struct EnemyConfig {
[INFO] [stdout]     |            ----------- field in this struct
[INFO] [stdout] 108 |     pub name: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `EnemyConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Red`, `Yellow`, `Green`, and `Blue` are never constructed
[INFO] [stdout]   --> src/gem.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub enum GemColor {
[INFO] [stdout]    |          -------- variants in this enum
[INFO] [stdout]  9 |     Red,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 10 |     Purple,
[INFO] [stdout] 11 |     Yellow,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 12 |     Green,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 13 |     Blue,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GemColor` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `None` and `Custom` are never constructed
[INFO] [stdout]   --> src/gem.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub enum GemTreeSource<'a> {
[INFO] [stdout]    |          ------------- variants in this enum
[INFO] [stdout] 42 |     None,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 43 |     FellowshipDefault,
[INFO] [stdout] 44 |     Custom(&'a GemPowerTree),
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GemTreeSource` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `max_health` is never read
[INFO] [stdout]   --> src/sim.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub struct EnemyState {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 55 |     pub health: i32,
[INFO] [stdout] 56 |     pub max_health: i32,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EnemyState` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `target_enemy` is never used
[INFO] [stdout]    --> src/sim.rs:218:12
[INFO] [stdout]     |
[INFO] [stdout] 113 | impl GameState {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 218 |     pub fn target_enemy(&self, target_id: TargetId) -> Option<&EnemyState> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Stamina`, `Armor`, and `Spirit` are never constructed
[INFO] [stdout]   --> src/common.rs:5:5
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum Stat {
[INFO] [stdout]    |          ---- variants in this enum
[INFO] [stdout]  5 |     Stamina,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]  6 |     Armor,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11 |     Spirit,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Stat` 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: multiple variants are never constructed
[INFO] [stdout]   --> src/common.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub enum Talent {
[INFO] [stdout]    |          ------ variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 18 |     FinalCrescendo,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 19 |     SkylitGrace,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 20 |     Fusillade,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 21 |     SkywardMunitions,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     RepeatingStars,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 23 |     LunarFury,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     ImpendingHeartseeker,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 28 |     ResurgentWinds,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 29 |     LastLights,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Talent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/common.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub enum Ability {
[INFO] [stdout]    |          ------- variants in this enum
[INFO] [stdout] 34 |     // CDs
[INFO] [stdout] 35 |     EventHorizon,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 36 |     SkystridersGrace,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 37 |     LunarlightMark,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 38 |     StarfallVolley,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 39 |     SkystridersSupremacy,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     HighwindArrow,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 43 |     Multishot,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Ability` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `set_id`, `threshold`, and `effect` are never read
[INFO] [stdout]   --> src/config.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct SetBonus {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 11 |     pub set_id: SetId,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 12 |     pub threshold: u32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 13 |     pub effect: StaticEffect,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SetBonus` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `set` are never read
[INFO] [stdout]   --> src/config.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct EquippedItem {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 18 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub set: Option<SetId>,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EquippedItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]    --> src/config.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub struct EnemyConfig {
[INFO] [stdout]     |            ----------- field in this struct
[INFO] [stdout] 108 |     pub name: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `EnemyConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Red`, `Yellow`, `Green`, and `Blue` are never constructed
[INFO] [stdout]   --> src/gem.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub enum GemColor {
[INFO] [stdout]    |          -------- variants in this enum
[INFO] [stdout]  9 |     Red,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 10 |     Purple,
[INFO] [stdout] 11 |     Yellow,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 12 |     Green,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 13 |     Blue,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GemColor` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `None` and `Custom` are never constructed
[INFO] [stdout]   --> src/gem.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub enum GemTreeSource<'a> {
[INFO] [stdout]    |          ------------- variants in this enum
[INFO] [stdout] 42 |     None,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 43 |     FellowshipDefault,
[INFO] [stdout] 44 |     Custom(&'a GemPowerTree),
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GemTreeSource` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `max_health` is never read
[INFO] [stdout]   --> src/sim.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub struct EnemyState {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 55 |     pub health: i32,
[INFO] [stdout] 56 |     pub max_health: i32,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EnemyState` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `target_enemy` is never used
[INFO] [stdout]    --> src/sim.rs:218:12
[INFO] [stdout]     |
[INFO] [stdout] 113 | impl GameState {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 218 |     pub fn target_enemy(&self, target_id: TargetId) -> Option<&EnemyState> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] running `Command { std: "docker" "inspect" "595b234b06d84624deb0acad12cb388e8d9d7804d0af8b313d557810b40e60c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "595b234b06d84624deb0acad12cb388e8d9d7804d0af8b313d557810b40e60c1", kill_on_drop: false }`
[INFO] [stdout] 595b234b06d84624deb0acad12cb388e8d9d7804d0af8b313d557810b40e60c1
