[INFO] fetching crate existential 0.1.1... [INFO] documenting existential-0.1.1 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate existential 0.1.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate existential 0.1.1 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate existential 0.1.1 [INFO] finished tweaking crates.io crate existential 0.1.1 [INFO] tweaked toml for crates.io crate existential 0.1.1 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8d75595dc3b8e4fc7aadaf53fb962878e291ed5800935d929932d6f594018658 [INFO] running `Command { std: "docker" "start" "-a" "8d75595dc3b8e4fc7aadaf53fb962878e291ed5800935d929932d6f594018658", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8d75595dc3b8e4fc7aadaf53fb962878e291ed5800935d929932d6f594018658", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d75595dc3b8e4fc7aadaf53fb962878e291ed5800935d929932d6f594018658", kill_on_drop: false }` [INFO] [stdout] 8d75595dc3b8e4fc7aadaf53fb962878e291ed5800935d929932d6f594018658 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4b70abba5e306db374bd915e570acf75c5a647c0698c3dfc68db1653c9a516a7 [INFO] running `Command { std: "docker" "start" "-a" "4b70abba5e306db374bd915e570acf75c5a647c0698c3dfc68db1653c9a516a7", kill_on_drop: false }` [INFO] [stderr] Documenting existential v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: missing documentation for a trait [INFO] [stdout] --> src/lib.rs:106:1 [INFO] [stdout] | [INFO] [stdout] 106 | pub trait TyConFor<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | missing_docs, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated type [INFO] [stdout] --> src/lib.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | type Applied; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a type alias [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | pub type Apply<'a, C> = >::Applied; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a trait [INFO] [stdout] --> src/lib.rs:112:1 [INFO] [stdout] | [INFO] [stdout] 112 | pub trait TyCon: for<'a> TyConFor<'a> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct [INFO] [stdout] --> src/lib.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / pub struct Existential<'lower_bound, C> [INFO] [stdout] 116 | | where [INFO] [stdout] 117 | | C: TyCon, [INFO] [stdout] 118 | | { [INFO] [stdout] 119 | | marker: PhantomData<&'lower_bound ()>, [INFO] [stdout] 120 | | inner: Apply<'lower_bound, C>, [INFO] [stdout] 121 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/lib.rs:127:5 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn new<'a: 'lower_bound>(inner: Apply<'a, C>) -> Existential<'lower_bound, C> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/lib.rs:136:5 [INFO] [stdout] | [INFO] [stdout] 136 | / pub fn with<'s, F, O>(&'s self, f: F) -> O [INFO] [stdout] 137 | | where [INFO] [stdout] 138 | | F: for<'a> FnOnce(&'s Apply<'a, C>, PhantomData<&'lower_bound &'a ()>) -> O, [INFO] [stdout] 139 | | { [INFO] [stdout] 140 | | f(&self.inner, PhantomData) [INFO] [stdout] 141 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/lib.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | / pub fn with_mut<'s, F, O>(&'s mut self, f: F) -> O [INFO] [stdout] 143 | | where [INFO] [stdout] 144 | | F: for<'a> FnOnce(&'s mut Apply<'a, C>, PhantomData<&'lower_bound &'a ()>) -> O, [INFO] [stdout] 145 | | { [INFO] [stdout] 146 | | f(&mut self.inner, PhantomData) [INFO] [stdout] 147 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/lib.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / pub fn with_owned(self, f: F) -> O [INFO] [stdout] 149 | | where [INFO] [stdout] 150 | | F: for<'a> FnOnce(Apply<'a, C>, PhantomData<&'lower_bound &'a ()>) -> O, [INFO] [stdout] 151 | | { [INFO] [stdout] 152 | | f(self.inner, PhantomData) [INFO] [stdout] 153 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.67s [INFO] running `Command { std: "docker" "inspect" "4b70abba5e306db374bd915e570acf75c5a647c0698c3dfc68db1653c9a516a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b70abba5e306db374bd915e570acf75c5a647c0698c3dfc68db1653c9a516a7", kill_on_drop: false }` [INFO] [stdout] 4b70abba5e306db374bd915e570acf75c5a647c0698c3dfc68db1653c9a516a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e39c1771c9fd6f7e63d643441ab2e1dd71e2e5c1b5bc6921572d2c6db1fd5bba [INFO] running `Command { std: "docker" "start" "-a" "e39c1771c9fd6f7e63d643441ab2e1dd71e2e5c1b5bc6921572d2c6db1fd5bba", kill_on_drop: false }` [INFO] [stderr] Documenting existential v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: missing documentation for a trait [INFO] [stdout] --> src/lib.rs:106:1 [INFO] [stdout] | [INFO] [stdout] 106 | pub trait TyConFor<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | missing_docs, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated type [INFO] [stdout] --> src/lib.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | type Applied; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a type alias [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | pub type Apply<'a, C> = >::Applied; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a trait [INFO] [stdout] --> src/lib.rs:112:1 [INFO] [stdout] | [INFO] [stdout] 112 | pub trait TyCon: for<'a> TyConFor<'a> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct [INFO] [stdout] --> src/lib.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / pub struct Existential<'lower_bound, C> [INFO] [stdout] 116 | | where [INFO] [stdout] 117 | | C: TyCon, [INFO] [stdout] 118 | | { [INFO] [stdout] 119 | | marker: PhantomData<&'lower_bound ()>, [INFO] [stdout] 120 | | inner: Apply<'lower_bound, C>, [INFO] [stdout] 121 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/lib.rs:127:5 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn new<'a: 'lower_bound>(inner: Apply<'a, C>) -> Existential<'lower_bound, C> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/lib.rs:136:5 [INFO] [stdout] | [INFO] [stdout] 136 | / pub fn with<'s, F, O>(&'s self, f: F) -> O [INFO] [stdout] 137 | | where [INFO] [stdout] 138 | | F: for<'a> FnOnce(&'s Apply<'a, C>, PhantomData<&'lower_bound &'a ()>) -> O, [INFO] [stdout] 139 | | { [INFO] [stdout] 140 | | f(&self.inner, PhantomData) [INFO] [stdout] 141 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/lib.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | / pub fn with_mut<'s, F, O>(&'s mut self, f: F) -> O [INFO] [stdout] 143 | | where [INFO] [stdout] 144 | | F: for<'a> FnOnce(&'s mut Apply<'a, C>, PhantomData<&'lower_bound &'a ()>) -> O, [INFO] [stdout] 145 | | { [INFO] [stdout] 146 | | f(&mut self.inner, PhantomData) [INFO] [stdout] 147 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/lib.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / pub fn with_owned(self, f: F) -> O [INFO] [stdout] 149 | | where [INFO] [stdout] 150 | | F: for<'a> FnOnce(Apply<'a, C>, PhantomData<&'lower_bound &'a ()>) -> O, [INFO] [stdout] 151 | | { [INFO] [stdout] 152 | | f(self.inner, PhantomData) [INFO] [stdout] 153 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / //! [![crates.io]](https://crates.io/crates/existential) [INFO] [stdout] 87 | | //! [![github]](https://github.com/steffahn/existential) [INFO] [stdout] 88 | | //! [![MIT / Apache 2.0 licensed]](https://github.com/steffahn/existential#License) [INFO] [stdout] 89 | | //! [INFO] [stdout] ... | [INFO] [stdout] 98 | | //! [MIT / Apache 2.0 licensed]: https://img.shields.io/crates/l/existential.svg?maxAge=2592000 [INFO] [stdout] 99 | | //! [docs.rs]: https://docs.rs/existential/badge.svg [INFO] [stdout] | |____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | rustdoc::missing_doc_code_examples, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:106:1 [INFO] [stdout] | [INFO] [stdout] 106 | / pub trait TyConFor<'a> { [INFO] [stdout] 107 | | type Applied; [INFO] [stdout] 108 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | type Applied; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:112:1 [INFO] [stdout] | [INFO] [stdout] 112 | pub trait TyCon: for<'a> TyConFor<'a> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / pub struct Existential<'lower_bound, C> [INFO] [stdout] 116 | | where [INFO] [stdout] 117 | | C: TyCon, [INFO] [stdout] 118 | | { [INFO] [stdout] 119 | | marker: PhantomData<&'lower_bound ()>, [INFO] [stdout] 120 | | inner: Apply<'lower_bound, C>, [INFO] [stdout] 121 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:123:1 [INFO] [stdout] | [INFO] [stdout] 123 | / impl<'lower_bound, C> Existential<'lower_bound, C> [INFO] [stdout] 124 | | where [INFO] [stdout] 125 | | C: TyCon, [INFO] [stdout] 126 | | { [INFO] [stdout] ... | [INFO] [stdout] 153 | | } [INFO] [stdout] 154 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:127:5 [INFO] [stdout] | [INFO] [stdout] 127 | / pub fn new<'a: 'lower_bound>(inner: Apply<'a, C>) -> Existential<'lower_bound, C> { [INFO] [stdout] 128 | | let inner = ManuallyDrop::new(inner); [INFO] [stdout] 129 | | unsafe { [INFO] [stdout] 130 | | Self { [INFO] [stdout] ... | [INFO] [stdout] 134 | | } [INFO] [stdout] 135 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:136:5 [INFO] [stdout] | [INFO] [stdout] 136 | / pub fn with<'s, F, O>(&'s self, f: F) -> O [INFO] [stdout] 137 | | where [INFO] [stdout] 138 | | F: for<'a> FnOnce(&'s Apply<'a, C>, PhantomData<&'lower_bound &'a ()>) -> O, [INFO] [stdout] 139 | | { [INFO] [stdout] 140 | | f(&self.inner, PhantomData) [INFO] [stdout] 141 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | / pub fn with_mut<'s, F, O>(&'s mut self, f: F) -> O [INFO] [stdout] 143 | | where [INFO] [stdout] 144 | | F: for<'a> FnOnce(&'s mut Apply<'a, C>, PhantomData<&'lower_bound &'a ()>) -> O, [INFO] [stdout] 145 | | { [INFO] [stdout] 146 | | f(&mut self.inner, PhantomData) [INFO] [stdout] 147 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / pub fn with_owned(self, f: F) -> O [INFO] [stdout] 149 | | where [INFO] [stdout] 150 | | F: for<'a> FnOnce(Apply<'a, C>, PhantomData<&'lower_bound &'a ()>) -> O, [INFO] [stdout] 151 | | { [INFO] [stdout] 152 | | f(self.inner, PhantomData) [INFO] [stdout] 153 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.26s [INFO] running `Command { std: "docker" "inspect" "e39c1771c9fd6f7e63d643441ab2e1dd71e2e5c1b5bc6921572d2c6db1fd5bba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e39c1771c9fd6f7e63d643441ab2e1dd71e2e5c1b5bc6921572d2c6db1fd5bba", kill_on_drop: false }` [INFO] [stdout] e39c1771c9fd6f7e63d643441ab2e1dd71e2e5c1b5bc6921572d2c6db1fd5bba