[INFO] cloning repository https://github.com/jheysondev/wondwise [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jheysondev/wondwise" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjheysondev%2Fwondwise", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjheysondev%2Fwondwise'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] edc051ecb26df1035958135491bfbfa1d880fb32 [INFO] testing jheysondev/wondwise against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjheysondev%2Fwondwise" "/workspace/builds/worker-116/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-116/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jheysondev/wondwise on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jheysondev/wondwise [INFO] finished tweaking git repo https://github.com/jheysondev/wondwise [INFO] tweaked toml for git repo https://github.com/jheysondev/wondwise written to /workspace/builds/worker-116/source/Cargo.toml [INFO] crate git repo https://github.com/jheysondev/wondwise already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-116/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-116/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 346b2fbfcca58f3a20c9c2e7f280835889af293426c5eb8f4457b1c3d80dbc15 [INFO] running `Command { std: "docker" "start" "-a" "346b2fbfcca58f3a20c9c2e7f280835889af293426c5eb8f4457b1c3d80dbc15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "346b2fbfcca58f3a20c9c2e7f280835889af293426c5eb8f4457b1c3d80dbc15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "346b2fbfcca58f3a20c9c2e7f280835889af293426c5eb8f4457b1c3d80dbc15", kill_on_drop: false }` [INFO] [stdout] 346b2fbfcca58f3a20c9c2e7f280835889af293426c5eb8f4457b1c3d80dbc15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-116/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-116/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab40716ebdf4605181a7f7c1ab182ddba64efb5c792f3af169882da583dfaff5 [INFO] running `Command { std: "docker" "start" "-a" "ab40716ebdf4605181a7f7c1ab182ddba64efb5c792f3af169882da583dfaff5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling endian-type v0.1.2 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling utf8parse v0.2.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling nibble_vec v0.1.0 [INFO] [stderr] Compiling radix_trie v0.2.1 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling nix v0.20.0 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling directories v3.0.2 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling rustyline v8.0.0 [INFO] [stderr] Compiling wondwise v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `config_dir` [INFO] [stdout] --> src/utils/dirs.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | config_dir: PathBuf, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `WondwiseDirs` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/utils/dirs.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cache_dir` [INFO] [stdout] --> src/utils/dirs.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | cache_dir: PathBuf, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WondwiseDirs` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/utils/dirs.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `verify` [INFO] [stdout] --> src/utils/dirs.rs:32:12 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn verify(&self) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `config_dir` [INFO] [stdout] --> src/utils/dirs.rs:73:12 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn config_dir(&self) -> &Path { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cache_dir` [INFO] [stdout] --> src/utils/dirs.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn cache_dir(&self) -> &Path { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Info` [INFO] [stdout] --> src/utils/logs.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | Info, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `LogLevel` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/utils/logs.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Error` [INFO] [stdout] --> src/utils/logs.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | Error, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `LogLevel` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/utils/logs.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Warning` [INFO] [stdout] --> src/utils/logs.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | Warning, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `LogLevel` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/utils/logs.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `code` [INFO] [stdout] --> src/utils/logs.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | code: u16, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Log` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/utils/logs.rs:45:10 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.29s [INFO] running `Command { std: "docker" "inspect" "ab40716ebdf4605181a7f7c1ab182ddba64efb5c792f3af169882da583dfaff5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab40716ebdf4605181a7f7c1ab182ddba64efb5c792f3af169882da583dfaff5", kill_on_drop: false }` [INFO] [stdout] ab40716ebdf4605181a7f7c1ab182ddba64efb5c792f3af169882da583dfaff5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-116/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-116/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6134db1d3fd31d8d39ec0442179702044ad32c9b6136c072f414be5881b87f27 [INFO] running `Command { std: "docker" "start" "-a" "6134db1d3fd31d8d39ec0442179702044ad32c9b6136c072f414be5881b87f27", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling wondwise v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `verify` [INFO] [stdout] --> src/utils/dirs.rs:32:12 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn verify(&self) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `config_dir` [INFO] [stdout] --> src/utils/dirs.rs:73:12 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn config_dir(&self) -> &Path { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cache_dir` [INFO] [stdout] --> src/utils/dirs.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn cache_dir(&self) -> &Path { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Info` [INFO] [stdout] --> src/utils/logs.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | Info, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `LogLevel` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/utils/logs.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Warning` [INFO] [stdout] --> src/utils/logs.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | Warning, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `LogLevel` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/utils/logs.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.73s [INFO] running `Command { std: "docker" "inspect" "6134db1d3fd31d8d39ec0442179702044ad32c9b6136c072f414be5881b87f27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6134db1d3fd31d8d39ec0442179702044ad32c9b6136c072f414be5881b87f27", kill_on_drop: false }` [INFO] [stdout] 6134db1d3fd31d8d39ec0442179702044ad32c9b6136c072f414be5881b87f27 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-116/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-116/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c37d9e0ee8ca10b958ecdd2c2fc169797b785acfdc2e0658ab569d3eabd6944b [INFO] running `Command { std: "docker" "start" "-a" "c37d9e0ee8ca10b958ecdd2c2fc169797b785acfdc2e0658ab569d3eabd6944b", kill_on_drop: false }` [INFO] [stderr] warning: associated function is never used: `verify` [INFO] [stderr] --> src/utils/dirs.rs:32:12 [INFO] [stderr] | [INFO] [stderr] 32 | pub fn verify(&self) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `config_dir` [INFO] [stderr] --> src/utils/dirs.rs:73:12 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn config_dir(&self) -> &Path { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `cache_dir` [INFO] [stderr] --> src/utils/dirs.rs:77:12 [INFO] [stderr] | [INFO] [stderr] 77 | pub fn cache_dir(&self) -> &Path { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Info` [INFO] [stderr] --> src/utils/logs.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | Info, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `LogLevel` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/utils/logs.rs:22:10 [INFO] [stderr] | [INFO] [stderr] 22 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Warning` [INFO] [stderr] --> src/utils/logs.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | Warning, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `LogLevel` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/utils/logs.rs:22:10 [INFO] [stderr] | [INFO] [stderr] 22 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `wondwise` (bin "wondwise" test) generated 5 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/wondwise-d89c242cf3bd55be) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test utils::dirs::tests::test_cachedir_load ... ok [INFO] [stdout] test utils::dirs::tests::test_configdir_load ... ok [INFO] [stdout] test utils::dirs::tests::test_datadir_load ... ok [INFO] [stdout] test utils::logs::tests::test_new_log ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c37d9e0ee8ca10b958ecdd2c2fc169797b785acfdc2e0658ab569d3eabd6944b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c37d9e0ee8ca10b958ecdd2c2fc169797b785acfdc2e0658ab569d3eabd6944b", kill_on_drop: false }` [INFO] [stdout] c37d9e0ee8ca10b958ecdd2c2fc169797b785acfdc2e0658ab569d3eabd6944b