[INFO] fetching crate mem 0.5.0...
[INFO] testing mem-0.5.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate mem 0.5.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate mem 0.5.0
[INFO] finished tweaking crates.io crate mem 0.5.0
[INFO] tweaked toml for crates.io crate mem 0.5.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mem 0.5.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 13 packages to latest compatible versions
[INFO] [stderr]       Adding error-chain v0.10.0 (available: v0.12.4)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fb4393fd546ef0db63adbbdf4171ec65cc8235db87e6b57913e8baecf588c036
[INFO] running `Command { std: "docker" "start" "-a" "fb4393fd546ef0db63adbbdf4171ec65cc8235db87e6b57913e8baecf588c036", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fb4393fd546ef0db63adbbdf4171ec65cc8235db87e6b57913e8baecf588c036", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb4393fd546ef0db63adbbdf4171ec65cc8235db87e6b57913e8baecf588c036", kill_on_drop: false }`
[INFO] [stdout] fb4393fd546ef0db63adbbdf4171ec65cc8235db87e6b57913e8baecf588c036
[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=warn" "-e" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d586b1669c9b4dacc97116ce4b2dd3e5b3a5d0cad4a46d0021587b64f6615756
[INFO] running `Command { std: "docker" "start" "-a" "d586b1669c9b4dacc97116ce4b2dd3e5b3a5d0cad4a46d0021587b64f6615756", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling error-chain v0.10.0
[INFO] [stderr]    Compiling mem v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/interface.rs:28:23
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn set(&mut self, Addr, Byte) -> Result<(), Error>;
[INFO] [stdout]    |                       ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Addr`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/interface.rs:28:29
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn set(&mut self, Addr, Byte) -> Result<(), Error>;
[INFO] [stdout]    |                             ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Byte`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/interface.rs:32:19
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn get(&self, Addr) -> Result<Byte, Error>;
[INFO] [stdout]    |                   ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Addr`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]    --> src/interface.rs:111:12
[INFO] [stdout]     |
[INFO] [stdout] 111 |     fn new(Box<M>) -> Self;
[INFO] [stdout]     |            ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Box<M>`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.56s
[INFO] running `Command { std: "docker" "inspect" "d586b1669c9b4dacc97116ce4b2dd3e5b3a5d0cad4a46d0021587b64f6615756", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d586b1669c9b4dacc97116ce4b2dd3e5b3a5d0cad4a46d0021587b64f6615756", kill_on_drop: false }`
[INFO] [stdout] d586b1669c9b4dacc97116ce4b2dd3e5b3a5d0cad4a46d0021587b64f6615756
[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=warn" "-e" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6c7fda6ae8d4a0351afaf4baab6cb59f505e4ab5c95e7869e2974b9929935529
[INFO] running `Command { std: "docker" "start" "-a" "6c7fda6ae8d4a0351afaf4baab6cb59f505e4ab5c95e7869e2974b9929935529", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/interface.rs:28:23
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn set(&mut self, Addr, Byte) -> Result<(), Error>;
[INFO] [stdout]    |                       ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Addr`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/interface.rs:28:29
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn set(&mut self, Addr, Byte) -> Result<(), Error>;
[INFO] [stdout]    |                             ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Byte`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/interface.rs:32:19
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn get(&self, Addr) -> Result<Byte, Error>;
[INFO] [stdout]    |                   ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Addr`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]    --> src/interface.rs:111:12
[INFO] [stdout]     |
[INFO] [stdout] 111 |     fn new(Box<M>) -> Self;
[INFO] [stdout]     |            ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Box<M>`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling mem v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/interface.rs:28:23
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn set(&mut self, Addr, Byte) -> Result<(), Error>;
[INFO] [stdout]    |                       ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Addr`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/interface.rs:28:29
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn set(&mut self, Addr, Byte) -> Result<(), Error>;
[INFO] [stdout]    |                             ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Byte`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/interface.rs:32:19
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn get(&self, Addr) -> Result<Byte, Error>;
[INFO] [stdout]    |                   ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Addr`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]    --> src/interface.rs:111:12
[INFO] [stdout]     |
[INFO] [stdout] 111 |     fn new(Box<M>) -> Self;
[INFO] [stdout]     |            ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Box<M>`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.52s
[INFO] running `Command { std: "docker" "inspect" "6c7fda6ae8d4a0351afaf4baab6cb59f505e4ab5c95e7869e2974b9929935529", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c7fda6ae8d4a0351afaf4baab6cb59f505e4ab5c95e7869e2974b9929935529", kill_on_drop: false }`
[INFO] [stdout] 6c7fda6ae8d4a0351afaf4baab6cb59f505e4ab5c95e7869e2974b9929935529
[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=warn" "-e" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b75fa1646d70561346ff30cf0609e38c19805d4514cf35030c7cdbb800280ab0
[INFO] running `Command { std: "docker" "start" "-a" "b75fa1646d70561346ff30cf0609e38c19805d4514cf35030c7cdbb800280ab0", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/interface.rs:28:23
[INFO] [stderr]    |
[INFO] [stderr] 28 |     fn set(&mut self, Addr, Byte) -> Result<(), Error>;
[INFO] [stderr]    |                       ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Addr`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/interface.rs:28:29
[INFO] [stderr]    |
[INFO] [stderr] 28 |     fn set(&mut self, Addr, Byte) -> Result<(), Error>;
[INFO] [stderr]    |                             ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Byte`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/interface.rs:32:19
[INFO] [stderr]    |
[INFO] [stderr] 32 |     fn get(&self, Addr) -> Result<Byte, Error>;
[INFO] [stderr]    |                   ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Addr`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]    --> src/interface.rs:111:12
[INFO] [stderr]     |
[INFO] [stderr] 111 |     fn new(Box<M>) -> Self;
[INFO] [stderr]     |            ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Box<M>`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]     = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr] 
[INFO] [stderr] warning: `mem` (lib) generated 4 warnings (run `cargo fix --lib -p mem` to apply 4 suggestions)
[INFO] [stderr] warning: `mem` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mem-5f5851d43686eb11)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test std_impls::memvector::tests::memvec_works_32bit ... ok
[INFO] [stdout] test std_impls::memvector::tests::memvec_works_all ... ok
[INFO] [stdout] test std_impls::memvector::tests::memvec_works_basic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests mem
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b75fa1646d70561346ff30cf0609e38c19805d4514cf35030c7cdbb800280ab0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b75fa1646d70561346ff30cf0609e38c19805d4514cf35030c7cdbb800280ab0", kill_on_drop: false }`
[INFO] [stdout] b75fa1646d70561346ff30cf0609e38c19805d4514cf35030c7cdbb800280ab0
