[INFO] cloning repository https://github.com/lgvier/rust-tracer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lgvier/rust-tracer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flgvier%2Frust-tracer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flgvier%2Frust-tracer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4560764ddcca2dc0328d931dda5d8207620f0dbd [INFO] testing lgvier/rust-tracer against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flgvier%2Frust-tracer" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/lgvier/rust-tracer [INFO] finished tweaking git repo https://github.com/lgvier/rust-tracer [INFO] tweaked toml for git repo https://github.com/lgvier/rust-tracer written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/lgvier/rust-tracer on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/lgvier/rust-tracer 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" "+b83b707f97d809763b7861afa7638871f3339a33" "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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 96593ff7c8fff7cddd3816d67f6562ef8726899d87d53573a9662beb8f6c243f [INFO] running `Command { std: "docker" "start" "-a" "96593ff7c8fff7cddd3816d67f6562ef8726899d87d53573a9662beb8f6c243f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "96593ff7c8fff7cddd3816d67f6562ef8726899d87d53573a9662beb8f6c243f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96593ff7c8fff7cddd3816d67f6562ef8726899d87d53573a9662beb8f6c243f", kill_on_drop: false }` [INFO] [stdout] 96593ff7c8fff7cddd3816d67f6562ef8726899d87d53573a9662beb8f6c243f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f274943251343b141c94a7b844b9f5c370eb3bbb0ece1d26a598400b1dfde153 [INFO] running `Command { std: "docker" "start" "-a" "f274943251343b141c94a7b844b9f5c370eb3bbb0ece1d26a598400b1dfde153", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling derive_builder v0.9.0 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling number_prefix v0.3.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling pad v0.1.6 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling terminal_size v0.1.16 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling console v0.14.0 [INFO] [stderr] Compiling indicatif v0.15.0 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling derive_builder_core v0.9.0 [INFO] [stderr] Compiling rust-tracer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/matrix.rs:12:52 [INFO] [stdout] | [INFO] [stdout] 12 | $crate::matrix::Matrix::new($([$($x),*]),*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/transformations.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | / matrix![ [INFO] [stdout] 75 | | 1., 0., 0., x.into(); [INFO] [stdout] 76 | | 0., 1., 0., y.into(); [INFO] [stdout] 77 | | 0., 0., 1., z.into(); [INFO] [stdout] 78 | | 0., 0., 0., 1.] [INFO] [stdout] | |___________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `matrix` [INFO] [stdout] = note: `#[deny(semicolon_in_expressions_from_macros)]` (part of `#[deny(future_incompatible)]`) on by default [INFO] [stdout] = note: this error originates in the macro `matrix` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/matrix.rs:12:52 [INFO] [stdout] | [INFO] [stdout] 12 | $crate::matrix::Matrix::new($([$($x),*]),*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/transformations.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | / matrix![ [INFO] [stdout] 82 | | x.into(), 0., 0., 0.; [INFO] [stdout] 83 | | 0., y.into(), 0., 0.; [INFO] [stdout] 84 | | 0., 0., z.into(), 0.; [INFO] [stdout] 85 | | 0., 0., 0., 1.] [INFO] [stdout] | |___________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `matrix` [INFO] [stdout] = note: this error originates in the macro `matrix` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/matrix.rs:12:52 [INFO] [stdout] | [INFO] [stdout] 12 | $crate::matrix::Matrix::new($([$($x),*]),*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/transformations.rs:89:9 [INFO] [stdout] | [INFO] [stdout] 89 | / matrix![ [INFO] [stdout] 90 | | 1., 0., 0., 0.; [INFO] [stdout] 91 | | 0., r.cos(), -r.sin(), 0.; [INFO] [stdout] 92 | | 0., r.sin(), r.cos(), 0.; [INFO] [stdout] 93 | | 0., 0., 0., 1.] [INFO] [stdout] | |___________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `matrix` [INFO] [stdout] = note: this error originates in the macro `matrix` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/matrix.rs:12:52 [INFO] [stdout] | [INFO] [stdout] 12 | $crate::matrix::Matrix::new($([$($x),*]),*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/transformations.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | / matrix![ [INFO] [stdout] 98 | | r.cos(), 0., r.sin(), 0.; [INFO] [stdout] 99 | | 0., 1., 0., 0.; [INFO] [stdout] 100 | | -r.sin(), 0., r.cos(), 0.; [INFO] [stdout] 101 | | 0., 0., 0., 1.] [INFO] [stdout] | |___________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `matrix` [INFO] [stdout] = note: this error originates in the macro `matrix` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/matrix.rs:12:52 [INFO] [stdout] | [INFO] [stdout] 12 | $crate::matrix::Matrix::new($([$($x),*]),*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/transformations.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 105 | / matrix![ [INFO] [stdout] 106 | | r.cos(), -r.sin(), 0., 0.; [INFO] [stdout] 107 | | r.sin(), r.cos(), 0., 0.; [INFO] [stdout] 108 | | 0., 0., 1., 0.; [INFO] [stdout] 109 | | 0., 0., 0., 1.] [INFO] [stdout] | |___________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `matrix` [INFO] [stdout] = note: this error originates in the macro `matrix` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/matrix.rs:12:52 [INFO] [stdout] | [INFO] [stdout] 12 | $crate::matrix::Matrix::new($([$($x),*]),*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/transformations.rs:119:9 [INFO] [stdout] | [INFO] [stdout] 119 | / matrix![ [INFO] [stdout] 120 | | 1., xy.into(), xz.into(), 0.; [INFO] [stdout] 121 | | yx.into(), 1., yz.into(), 0.; [INFO] [stdout] 122 | | zx.into(), zy.into(), 1., 0.; [INFO] [stdout] 123 | | 0., 0., 0., 1.] [INFO] [stdout] | |___________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `matrix` [INFO] [stdout] = note: this error originates in the macro `matrix` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/matrix.rs:12:52 [INFO] [stdout] | [INFO] [stdout] 12 | $crate::matrix::Matrix::new($([$($x),*]),*); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/transformations.rs:130:27 [INFO] [stdout] | [INFO] [stdout] 130 | let orientation = matrix![ [INFO] [stdout] | ___________________________- [INFO] [stdout] 131 | | left.x, left.y, left.z, 0.; [INFO] [stdout] 132 | | true_up.x, true_up.y, true_up.z, 0.; [INFO] [stdout] 133 | | -forward.x, -forward.y, -forward.z, 0.; [INFO] [stdout] 134 | | 0., 0., 0., 1. [INFO] [stdout] 135 | | ]; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `matrix` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/patterns.rs:15:80 [INFO] [stdout] | [INFO] [stdout] 15 | $crate::patterns::Pattern::Solid($crate::color::Color::new($r, $g, $b)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/world.rs:168:22 [INFO] [stdout] | [INFO] [stdout] 168 | .pattern(solid!(0.8, 1, 0.6)) [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `solid` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/intersection.rs:53:10 [INFO] [stdout] | [INFO] [stdout] 49 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 50 | arena: &'a Arena, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 53 | ) -> PreparedComputations { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 53 | ) -> PreparedComputations<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/shapes/mod.rs:108:70 [INFO] [stdout] | [INFO] [stdout] 108 | pub fn intersect<'a>(&'a self, arena: &'a Arena, r: &Ray) -> Vec { [INFO] [stdout] | -- -- ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 108 | pub fn intersect<'a>(&'a self, arena: &'a Arena, r: &Ray) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/shapes/mod.rs:120:25 [INFO] [stdout] | [INFO] [stdout] 120 | fn as_intersections(&self, xs: Vec) -> Vec { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 120 | fn as_intersections(&self, xs: Vec) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/shapes/mod.rs:210:65 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn get_parent<'a>(&'a self, arena: &'a Arena) -> Option<&Shape> { [INFO] [stdout] | -- -- ^^^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 210 | pub fn get_parent<'a>(&'a self, arena: &'a Arena) -> Option<&'a Shape> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/world.rs:74:18 [INFO] [stdout] | [INFO] [stdout] 74 | fn intersect(&self, r: &Ray) -> Vec { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 74 | fn intersect(&self, r: &Ray) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-tracer` (lib) due to 16 previous errors; 5 warnings emitted [INFO] running `Command { std: "docker" "inspect" "f274943251343b141c94a7b844b9f5c370eb3bbb0ece1d26a598400b1dfde153", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f274943251343b141c94a7b844b9f5c370eb3bbb0ece1d26a598400b1dfde153", kill_on_drop: false }` [INFO] [stdout] f274943251343b141c94a7b844b9f5c370eb3bbb0ece1d26a598400b1dfde153