[INFO] fetching crate verdure-ioc 0.0.5... [INFO] testing verdure-ioc-0.0.5 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate verdure-ioc 0.0.5 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate verdure-ioc 0.0.5 [INFO] finished tweaking crates.io crate verdure-ioc 0.0.5 [INFO] tweaked toml for crates.io crate verdure-ioc 0.0.5 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate verdure-ioc 0.0.5 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate verdure-ioc 0.0.5 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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded verdure-core v0.0.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b335300882ecf1b0a2740d5ffeb8fbd9ff82ccd9344478a39997aa8b7b12d1b6 [INFO] running `Command { std: "docker" "start" "-a" "b335300882ecf1b0a2740d5ffeb8fbd9ff82ccd9344478a39997aa8b7b12d1b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b335300882ecf1b0a2740d5ffeb8fbd9ff82ccd9344478a39997aa8b7b12d1b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b335300882ecf1b0a2740d5ffeb8fbd9ff82ccd9344478a39997aa8b7b12d1b6", kill_on_drop: false }` [INFO] [stdout] b335300882ecf1b0a2740d5ffeb8fbd9ff82ccd9344478a39997aa8b7b12d1b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 814dc07ca5246a84660d81559851e9ba572153088cc51b83e6cd56e272269549 [INFO] running `Command { std: "docker" "start" "-a" "814dc07ca5246a84660d81559851e9ba572153088cc51b83e6cd56e272269549", kill_on_drop: false }` [INFO] [stderr] Compiling verdure-core v0.0.5 [INFO] [stderr] Compiling inventory v0.3.20 [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling dashmap v6.1.0 [INFO] [stderr] Compiling verdure-ioc v0.0.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated functions `for_type` and `with_qualifier` are never used [INFO] [stdout] --> src/container.rs:59:12 [INFO] [stdout] | [INFO] [stdout] 43 | impl ComponentDescriptor { [INFO] [stdout] | ------------------------ associated functions in this implementation [INFO] [stdout] ... [INFO] [stdout] 59 | pub fn for_type() -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | pub fn with_qualifier(qualifier: &'static str) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `created_at`, `last_accessed`, `access_count`, and `creation_time` are never read [INFO] [stdout] --> src/container.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ComponentStats { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 89 | /// When the component was first created [INFO] [stdout] 90 | pub created_at: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 91 | /// When the component was last accessed [INFO] [stdout] 92 | pub last_accessed: Option, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 93 | /// Total number of times the component has been accessed [INFO] [stdout] 94 | pub access_count: u64, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 95 | /// Time taken to create the component instance (in milliseconds) [INFO] [stdout] 96 | pub creation_time: u64, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ComponentStats` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s [INFO] running `Command { std: "docker" "inspect" "814dc07ca5246a84660d81559851e9ba572153088cc51b83e6cd56e272269549", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "814dc07ca5246a84660d81559851e9ba572153088cc51b83e6cd56e272269549", kill_on_drop: false }` [INFO] [stdout] 814dc07ca5246a84660d81559851e9ba572153088cc51b83e6cd56e272269549 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1290695a07acddbc5655dd84bff28ee1944e81dcda6b662311f2a77c90a9c9de [INFO] running `Command { std: "docker" "start" "-a" "1290695a07acddbc5655dd84bff28ee1944e81dcda6b662311f2a77c90a9c9de", kill_on_drop: false }` [INFO] [stdout] warning: associated functions `for_type` and `with_qualifier` are never used [INFO] [stdout] --> src/container.rs:59:12 [INFO] [stdout] | [INFO] [stdout] 43 | impl ComponentDescriptor { [INFO] [stdout] | ------------------------ associated functions in this implementation [INFO] [stdout] ... [INFO] [stdout] 59 | pub fn for_type() -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | pub fn with_qualifier(qualifier: &'static str) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `created_at`, `last_accessed`, `access_count`, and `creation_time` are never read [INFO] [stdout] --> src/container.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ComponentStats { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 89 | /// When the component was first created [INFO] [stdout] 90 | pub created_at: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 91 | /// When the component was last accessed [INFO] [stdout] 92 | pub last_accessed: Option, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 93 | /// Total number of times the component has been accessed [INFO] [stdout] 94 | pub access_count: u64, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 95 | /// Time taken to create the component instance (in milliseconds) [INFO] [stdout] 96 | pub creation_time: u64, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ComponentStats` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling verdure-ioc v0.0.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `TestComponentWithDeps` is never constructed [INFO] [stdout] --> src/container.rs:407:12 [INFO] [stdout] | [INFO] [stdout] 407 | struct TestComponentWithDeps { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/event.rs:309:9 [INFO] [stdout] | [INFO] [stdout] 308 | struct MockLifecycleListener { [INFO] [stdout] | --------------------- field in this struct [INFO] [stdout] 309 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: comparison is useless due to type limits [INFO] [stdout] --> src/event.rs:244:17 [INFO] [stdout] | [INFO] [stdout] 244 | assert!(publisher.listeners.len() >= 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.90s [INFO] running `Command { std: "docker" "inspect" "1290695a07acddbc5655dd84bff28ee1944e81dcda6b662311f2a77c90a9c9de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1290695a07acddbc5655dd84bff28ee1944e81dcda6b662311f2a77c90a9c9de", kill_on_drop: false }` [INFO] [stdout] 1290695a07acddbc5655dd84bff28ee1944e81dcda6b662311f2a77c90a9c9de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 516a44496f2c7bd33f787752c38ed9049e133400ca05fd2968301c59aceb4956 [INFO] running `Command { std: "docker" "start" "-a" "516a44496f2c7bd33f787752c38ed9049e133400ca05fd2968301c59aceb4956", kill_on_drop: false }` [INFO] [stderr] warning: associated functions `for_type` and `with_qualifier` are never used [INFO] [stderr] --> src/container.rs:59:12 [INFO] [stderr] | [INFO] [stderr] 43 | impl ComponentDescriptor { [INFO] [stderr] | ------------------------ associated functions in this implementation [INFO] [stderr] ... [INFO] [stderr] 59 | pub fn for_type() -> Self { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 75 | pub fn with_qualifier(qualifier: &'static str) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: fields `created_at`, `last_accessed`, `access_count`, and `creation_time` are never read [INFO] [stderr] --> src/container.rs:90:9 [INFO] [stderr] | [INFO] [stderr] 88 | pub struct ComponentStats { [INFO] [stderr] | -------------- fields in this struct [INFO] [stderr] 89 | /// When the component was first created [INFO] [stderr] 90 | pub created_at: Option, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] 91 | /// When the component was last accessed [INFO] [stderr] 92 | pub last_accessed: Option, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] 93 | /// Total number of times the component has been accessed [INFO] [stderr] 94 | pub access_count: u64, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 95 | /// Time taken to create the component instance (in milliseconds) [INFO] [stderr] 96 | pub creation_time: u64, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ComponentStats` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: struct `TestComponentWithDeps` is never constructed [INFO] [stderr] --> src/container.rs:407:12 [INFO] [stderr] | [INFO] [stderr] 407 | struct TestComponentWithDeps { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: field `name` is never read [INFO] [stderr] --> src/event.rs:309:9 [INFO] [stderr] | [INFO] [stderr] 308 | struct MockLifecycleListener { [INFO] [stderr] | --------------------- field in this struct [INFO] [stderr] 309 | name: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: comparison is useless due to type limits [INFO] [stderr] --> src/event.rs:244:17 [INFO] [stderr] | [INFO] [stderr] 244 | assert!(publisher.listeners.len() >= 0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_comparisons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `verdure-ioc` (lib) generated 2 warnings [INFO] [stderr] warning: `verdure-ioc` (lib test) generated 3 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/verdure_ioc-fb161058343acdb8) [INFO] [stdout] [INFO] [stdout] running 26 tests [INFO] [stdout] test component::factory::tests::test_component_factory_downcast_failure ... ok [INFO] [stdout] test component::factory::tests::test_component_factory_nonexistent_component ... ok [INFO] [stdout] test component::factory::tests::test_component_factory_get_component_by_type_id ... ok [INFO] [stdout] test component::factory::tests::test_component_factory_get_component ... ok [INFO] [stdout] test component::factory::tests::test_component_factory_trait_object ... ok [INFO] [stdout] test component::factory::tests::test_component_factory_multiple_components ... ok [INFO] [stderr] Doc-tests verdure_ioc [INFO] [stdout] test component::tests::test_component_definition_creator_missing_dependency ... ok [INFO] [stdout] test component::tests::test_component_definition_structure ... ok [INFO] [stdout] test component::tests::test_component_instance_type ... ok [INFO] [stdout] test component::tests::test_component_definition_with_dependencies ... ok [INFO] [stdout] test component::tests::test_component_scope ... ok [INFO] [stdout] test component::tests::test_component_with_dependencies_initializer ... ok [INFO] [stdout] test component::tests::test_simple_component_initializer ... ok [INFO] [stdout] test container::tests::test_container_creation ... ok [INFO] [stdout] test container::tests::test_component_stats_default ... ok [INFO] [stdout] test container::tests::test_get_nonexistent_component ... ok [INFO] [stdout] test container::tests::test_manual_component_registration ... ok [INFO] [stdout] test container::tests::test_register_component_by_type_id ... ok [INFO] [stdout] test event::tests::test_container_lifecycle_events ... ok [INFO] [stdout] test container::tests::test_component_descriptor ... ok [INFO] [stdout] test event::tests::test_event_publisher_with_custom_listeners ... ok [INFO] [stdout] test event::tests::test_event_types_pattern_matching ... ok [INFO] [stdout] test event::tests::test_lifecycle_event_publisher_creation ... ok [INFO] [stdout] test event::tests::test_lifecycle_listener_definition ... ok [INFO] [stdout] test event::tests::test_lifecycle_listener_trait ... ok [INFO] [stdout] test container::tests::test_component_descriptor_hash_and_eq ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test src/component.rs - component::ComponentDefinition (line 44) ... ok [INFO] [stdout] test src/container.rs - container::ComponentContainer (line 119) ... ok [INFO] [stdout] test src/event.rs - event::LifecycleListenerDefinition (line 101) ... ok [INFO] [stdout] test src/event.rs - event::LifecycleEventPublisher::new (line 145) ... ok [INFO] [stdout] test src/lib.rs - lifecycle_listener (line 81) ... ok [INFO] [stdout] test src/component/factory.rs - component::factory::ComponentFactory (line 17) ... ok [INFO] [stdout] test src/component/factory.rs - component::factory::ComponentFactory::get_component (line 67) ... ok [INFO] [stdout] test src/event.rs - event::ContainerLifecycleEvent (line 19) ... ok [INFO] [stdout] test src/container.rs - container::ComponentDescriptor (line 24) ... ok [INFO] [stdout] test src/lib.rs - (line 30) ... ok [INFO] [stdout] test src/event.rs - event::LifecycleEventPublisher::publish (line 168) ... ok [INFO] [stdout] test src/component.rs - component::ComponentInitializer (line 91) ... ok [INFO] [stdout] test src/container.rs - container::ComponentContainer::new (line 161) ... ok [INFO] [stdout] test src/event.rs - event::LifecycleListener (line 73) ... ok [INFO] [stdout] test src/container.rs - container::ComponentContainer::initialize (line 188) ... ok [INFO] [stdout] test src/container.rs - container::ComponentContainer::register_component (line 246) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "516a44496f2c7bd33f787752c38ed9049e133400ca05fd2968301c59aceb4956", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "516a44496f2c7bd33f787752c38ed9049e133400ca05fd2968301c59aceb4956", kill_on_drop: false }` [INFO] [stdout] 516a44496f2c7bd33f787752c38ed9049e133400ca05fd2968301c59aceb4956