[INFO] fetching crate dbg-pls 0.4.3...
[INFO] testing dbg-pls-0.4.3 against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1
[INFO] extracting crate dbg-pls 0.4.3 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate dbg-pls 0.4.3
[INFO] finished tweaking crates.io crate dbg-pls 0.4.3
[INFO] tweaked toml for crates.io crate dbg-pls 0.4.3 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate dbg-pls 0.4.3 on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 85 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 624fa0ff932fecfc1b0e58d813af392055f2cf5a66ba0214bf4dc3f07f7af923
[INFO] running `Command { std: "docker" "start" "-a" "624fa0ff932fecfc1b0e58d813af392055f2cf5a66ba0214bf4dc3f07f7af923", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "624fa0ff932fecfc1b0e58d813af392055f2cf5a66ba0214bf4dc3f07f7af923", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "624fa0ff932fecfc1b0e58d813af392055f2cf5a66ba0214bf4dc3f07f7af923", kill_on_drop: false }`
[INFO] [stdout] 624fa0ff932fecfc1b0e58d813af392055f2cf5a66ba0214bf4dc3f07f7af923
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] c644ca004dfd7716783dc971c9e4e671f7bbf548504803064dc8bc10e4c7f361
[INFO] running `Command { std: "docker" "start" "-a" "c644ca004dfd7716783dc971c9e4e671f7bbf548504803064dc8bc10e4c7f361", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling dbg-pls v0.4.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `DebugSelf` is never constructed
[INFO] [stdout]  --> src/impls/syn/mod.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | struct DebugSelf<T>(T);
[INFO] [stdout]   |        ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s
[INFO] running `Command { std: "docker" "inspect" "c644ca004dfd7716783dc971c9e4e671f7bbf548504803064dc8bc10e4c7f361", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c644ca004dfd7716783dc971c9e4e671f7bbf548504803064dc8bc10e4c7f361", kill_on_drop: false }`
[INFO] [stdout] c644ca004dfd7716783dc971c9e4e671f7bbf548504803064dc8bc10e4c7f361
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 9126418005b8504c4c9b88cc1f611fb331fdc035aada05e99398a520611e27c7
[INFO] running `Command { std: "docker" "start" "-a" "9126418005b8504c4c9b88cc1f611fb331fdc035aada05e99398a520611e27c7", kill_on_drop: false }`
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stdout] warning: struct `DebugSelf` is never constructed
[INFO] [stdout]  --> src/impls/syn/mod.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | struct DebugSelf<T>(T);
[INFO] [stdout]   |        ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling insta v1.46.1
[INFO] [stderr]    Compiling dbg-pls v0.4.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `DebugSelf` is never constructed
[INFO] [stdout]  --> src/impls/syn/mod.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | struct DebugSelf<T>(T);
[INFO] [stdout]   |        ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.53s
[INFO] running `Command { std: "docker" "inspect" "9126418005b8504c4c9b88cc1f611fb331fdc035aada05e99398a520611e27c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9126418005b8504c4c9b88cc1f611fb331fdc035aada05e99398a520611e27c7", kill_on_drop: false }`
[INFO] [stdout] 9126418005b8504c4c9b88cc1f611fb331fdc035aada05e99398a520611e27c7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] fc08eb2d0a1e999203eab31846d5a709e6221b09da7143cb634bff173d823271
[INFO] running `Command { std: "docker" "start" "-a" "fc08eb2d0a1e999203eab31846d5a709e6221b09da7143cb634bff173d823271", kill_on_drop: false }`
[INFO] [stderr] warning: struct `DebugSelf` is never constructed
[INFO] [stderr]  --> src/impls/syn/mod.rs:8:8
[INFO] [stderr]   |
[INFO] [stderr] 8 | struct DebugSelf<T>(T);
[INFO] [stderr]   |        ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `dbg-pls` (lib) generated 1 warning
[INFO] [stderr] warning: `dbg-pls` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/build/dbg-pls/d3aa9a8c0ca5502f/deps/dbg_pls-d3aa9a8c0ca5502f)
[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] [stderr]    Doc-tests dbg_pls
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test src/lib.rs - DebugPls (line 249) ... FAILED
[INFO] [stdout] test src/debug_tuple_struct.rs - debug_tuple_struct::DebugTupleStruct (line 8) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 45) ... FAILED
[INFO] [stdout] test src/lib.rs - Formatter<'a>::debug_map (line 434) ... FAILED
[INFO] [stdout] test src/lib.rs - DebugPls (line 234) ... FAILED
[INFO] [stdout] test src/lib.rs - DebugPls::fmt (line 274) ... FAILED
[INFO] [stdout] test src/debug_set.rs - debug_set::DebugSet (line 8) ... FAILED
[INFO] [stdout] test src/debug_list.rs - debug_list::DebugList (line 8) ... FAILED
[INFO] [stdout] test src/debug_map.rs - debug_map::DebugMap (line 8) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 137) ... FAILED
[INFO] [stdout] test src/lib.rs - Formatter<'a>::debug_tuple (line 356) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 11) ... FAILED
[INFO] [stdout] test src/lib.rs - Formatter<'a>::debug_list (line 410) ... FAILED
[INFO] [stdout] test src/debug_tuple.rs - debug_tuple::DebugTuple (line 8) ... FAILED
[INFO] [stdout] test src/lib.rs - Formatter<'a>::debug_ident (line 502) ... FAILED
[INFO] [stdout] test src/lib.rs - Formatter<'a>::debug_tuple_struct (line 383) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 69) ... ok
[INFO] [stdout] test src/lib.rs - Formatter<'a>::debug_set (line 467) ... FAILED
[INFO] [stdout] test src/debug_struct.rs - debug_struct::DebugStruct (line 8) ... FAILED
[INFO] [stdout] test src/lib.rs - Formatter<'a>::debug_struct (line 321) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - DebugPls (line 249) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dbg_pls::pretty`
[INFO] [stdout]    --> src/lib.rs:251:15
[INFO] [stdout]     |
[INFO] [stdout] 251 | use dbg_pls::{pretty, DebugPls, Formatter};
[INFO] [stdout]     |               ^^^^^^ no `pretty` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:184:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 184 | mod pretty;
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:186:17
[INFO] [stdout]     |
[INFO] [stdout] 185 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 186 | pub use pretty::pretty;
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/debug_tuple_struct.rs - debug_tuple_struct::DebugTupleStruct (line 8) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dbg_pls::pretty`
[INFO] [stdout]    --> src/debug_tuple_struct.rs:10:15
[INFO] [stdout]     |
[INFO] [stdout]  10 | use dbg_pls::{pretty, DebugPls, Formatter};
[INFO] [stdout]     |               ^^^^^^ no `pretty` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:184:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 184 | mod pretty;
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:186:17
[INFO] [stdout]     |
[INFO] [stdout] 185 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 186 | pub use pretty::pretty;
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 45) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dbg_pls::color`
[INFO] [stdout]    --> src/lib.rs:47:15
[INFO] [stdout]     |
[INFO] [stdout]  47 | use dbg_pls::{color, DebugPls};
[INFO] [stdout]     |               ^^^^^ no `color` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:191:17
[INFO] [stdout]     |
[INFO] [stdout] 190 | #[cfg(feature = "colors")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `colors` feature
[INFO] [stdout] 191 | pub use colors::color;
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `DebugPls` in this scope
[INFO] [stdout]   --> src/lib.rs:49:10
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[derive(DebugPls, Copy, Clone)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `DebugPls` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/lib.rs:47:22
[INFO] [stdout]    |
[INFO] [stdout] 47 | use dbg_pls::{color, DebugPls};
[INFO] [stdout]    |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Formatter<'a>::debug_map (line 434) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dbg_pls::pretty`
[INFO] [stdout]    --> src/lib.rs:436:15
[INFO] [stdout]     |
[INFO] [stdout] 436 | use dbg_pls::{pretty, DebugPls, Formatter};
[INFO] [stdout]     |               ^^^^^^ no `pretty` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:184:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 184 | mod pretty;
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:186:17
[INFO] [stdout]     |
[INFO] [stdout] 185 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 186 | pub use pretty::pretty;
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - DebugPls (line 234) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dbg_pls::pretty`
[INFO] [stdout]    --> src/lib.rs:236:15
[INFO] [stdout]     |
[INFO] [stdout] 236 | use dbg_pls::{pretty, DebugPls};
[INFO] [stdout]     |               ^^^^^^ no `pretty` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:184:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 184 | mod pretty;
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:186:17
[INFO] [stdout]     |
[INFO] [stdout] 185 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 186 | pub use pretty::pretty;
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `DebugPls` in this scope
[INFO] [stdout]    --> src/lib.rs:237:10
[INFO] [stdout]     |
[INFO] [stdout] 237 | #[derive(DebugPls)]
[INFO] [stdout]     |          ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: `DebugPls` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]    --> src/lib.rs:236:23
[INFO] [stdout]     |
[INFO] [stdout] 236 | use dbg_pls::{pretty, DebugPls};
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - DebugPls::fmt (line 274) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dbg_pls::pretty`
[INFO] [stdout]    --> src/lib.rs:276:15
[INFO] [stdout]     |
[INFO] [stdout] 276 | use dbg_pls::{pretty, DebugPls, Formatter};
[INFO] [stdout]     |               ^^^^^^ no `pretty` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:184:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 184 | mod pretty;
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:186:17
[INFO] [stdout]     |
[INFO] [stdout] 185 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 186 | pub use pretty::pretty;
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/debug_set.rs - debug_set::DebugSet (line 8) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dbg_pls::pretty`
[INFO] [stdout]    --> src/debug_set.rs:10:15
[INFO] [stdout]     |
[INFO] [stdout]  10 | use dbg_pls::{pretty, DebugPls, Formatter};
[INFO] [stdout]     |               ^^^^^^ no `pretty` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:184:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 184 | mod pretty;
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:186:17
[INFO] [stdout]     |
[INFO] [stdout] 185 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 186 | pub use pretty::pretty;
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/debug_list.rs - debug_list::DebugList (line 8) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dbg_pls::pretty`
[INFO] [stdout]    --> src/debug_list.rs:10:15
[INFO] [stdout]     |
[INFO] [stdout]  10 | use dbg_pls::{pretty, DebugPls, Formatter};
[INFO] [stdout]     |               ^^^^^^ no `pretty` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:184:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 184 | mod pretty;
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:186:17
[INFO] [stdout]     |
[INFO] [stdout] 185 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 186 | pub use pretty::pretty;
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/debug_map.rs - debug_map::DebugMap (line 8) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dbg_pls::pretty`
[INFO] [stdout]    --> src/debug_map.rs:10:15
[INFO] [stdout]     |
[INFO] [stdout]  10 | use dbg_pls::{pretty, DebugPls, Formatter};
[INFO] [stdout]     |               ^^^^^^ no `pretty` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:184:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 184 | mod pretty;
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:186:17
[INFO] [stdout]     |
[INFO] [stdout] 185 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 186 | pub use pretty::pretty;
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 137) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dbg_pls::pretty`
[INFO] [stdout]    --> src/lib.rs:139:5
[INFO] [stdout]     |
[INFO] [stdout] 139 | use dbg_pls::pretty;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ no `pretty` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:184:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 184 | mod pretty;
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:186:17
[INFO] [stdout]     |
[INFO] [stdout] 185 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 186 | pub use pretty::pretty;
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Formatter<'a>::debug_tuple (line 356) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dbg_pls::pretty`
[INFO] [stdout]    --> src/lib.rs:358:15
[INFO] [stdout]     |
[INFO] [stdout] 358 | use dbg_pls::{pretty, DebugPls, Formatter};
[INFO] [stdout]     |               ^^^^^^ no `pretty` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:184:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 184 | mod pretty;
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:186:17
[INFO] [stdout]     |
[INFO] [stdout] 185 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 186 | pub use pretty::pretty;
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 11) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dbg_pls::pretty`
[INFO] [stdout]    --> src/lib.rs:13:15
[INFO] [stdout]     |
[INFO] [stdout]  13 | use dbg_pls::{pretty, DebugPls};
[INFO] [stdout]     |               ^^^^^^ no `pretty` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:184:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 184 | mod pretty;
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:186:17
[INFO] [stdout]     |
[INFO] [stdout] 185 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 186 | pub use pretty::pretty;
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `DebugPls` in this scope
[INFO] [stdout]   --> src/lib.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(DebugPls, Copy, Clone)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `DebugPls` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/lib.rs:13:23
[INFO] [stdout]    |
[INFO] [stdout] 13 | use dbg_pls::{pretty, DebugPls};
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Formatter<'a>::debug_list (line 410) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dbg_pls::pretty`
[INFO] [stdout]    --> src/lib.rs:412:15
[INFO] [stdout]     |
[INFO] [stdout] 412 | use dbg_pls::{pretty, DebugPls, Formatter};
[INFO] [stdout]     |               ^^^^^^ no `pretty` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:184:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 184 | mod pretty;
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:186:17
[INFO] [stdout]     |
[INFO] [stdout] 185 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 186 | pub use pretty::pretty;
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/debug_tuple.rs - debug_tuple::DebugTuple (line 8) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dbg_pls::pretty`
[INFO] [stdout]    --> src/debug_tuple.rs:10:15
[INFO] [stdout]     |
[INFO] [stdout]  10 | use dbg_pls::{pretty, DebugPls, Formatter};
[INFO] [stdout]     |               ^^^^^^ no `pretty` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:184:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 184 | mod pretty;
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:186:17
[INFO] [stdout]     |
[INFO] [stdout] 185 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 186 | pub use pretty::pretty;
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Formatter<'a>::debug_ident (line 502) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dbg_pls::pretty`
[INFO] [stdout]    --> src/lib.rs:504:15
[INFO] [stdout]     |
[INFO] [stdout] 504 | use dbg_pls::{pretty, DebugPls, Formatter};
[INFO] [stdout]     |               ^^^^^^ no `pretty` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:184:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 184 | mod pretty;
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:186:17
[INFO] [stdout]     |
[INFO] [stdout] 185 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 186 | pub use pretty::pretty;
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Formatter<'a>::debug_tuple_struct (line 383) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dbg_pls::pretty`
[INFO] [stdout]    --> src/lib.rs:385:15
[INFO] [stdout]     |
[INFO] [stdout] 385 | use dbg_pls::{pretty, DebugPls, Formatter};
[INFO] [stdout]     |               ^^^^^^ no `pretty` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:184:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 184 | mod pretty;
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:186:17
[INFO] [stdout]     |
[INFO] [stdout] 185 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 186 | pub use pretty::pretty;
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Formatter<'a>::debug_set (line 467) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dbg_pls::pretty`
[INFO] [stdout]    --> src/lib.rs:469:15
[INFO] [stdout]     |
[INFO] [stdout] 469 | use dbg_pls::{pretty, DebugPls, Formatter};
[INFO] [stdout]     |               ^^^^^^ no `pretty` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:184:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 184 | mod pretty;
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:186:17
[INFO] [stdout]     |
[INFO] [stdout] 185 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 186 | pub use pretty::pretty;
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/debug_struct.rs - debug_struct::DebugStruct (line 8) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dbg_pls::pretty`
[INFO] [stdout]    --> src/debug_struct.rs:10:15
[INFO] [stdout]     |
[INFO] [stdout]  10 | use dbg_pls::{pretty, DebugPls, Formatter};
[INFO] [stdout]     |               ^^^^^^ no `pretty` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:184:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 184 | mod pretty;
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:186:17
[INFO] [stdout]     |
[INFO] [stdout] 185 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 186 | pub use pretty::pretty;
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Formatter<'a>::debug_struct (line 321) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dbg_pls::pretty`
[INFO] [stdout]    --> src/lib.rs:323:15
[INFO] [stdout]     |
[INFO] [stdout] 323 | use dbg_pls::{pretty, DebugPls, Formatter};
[INFO] [stdout]     |               ^^^^^^ no `pretty` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:184:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 184 | mod pretty;
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:186:17
[INFO] [stdout]     |
[INFO] [stdout] 185 | #[cfg(feature = "pretty")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `pretty` feature
[INFO] [stdout] 186 | pub use pretty::pretty;
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/debug_list.rs - debug_list::DebugList (line 8)
[INFO] [stdout]     src/debug_map.rs - debug_map::DebugMap (line 8)
[INFO] [stdout]     src/debug_set.rs - debug_set::DebugSet (line 8)
[INFO] [stdout]     src/debug_struct.rs - debug_struct::DebugStruct (line 8)
[INFO] [stdout]     src/debug_tuple.rs - debug_tuple::DebugTuple (line 8)
[INFO] [stdout]     src/debug_tuple_struct.rs - debug_tuple_struct::DebugTupleStruct (line 8)
[INFO] [stdout]     src/lib.rs - (line 11)
[INFO] [stdout]     src/lib.rs - (line 137)
[INFO] [stdout]     src/lib.rs - (line 45)
[INFO] [stdout]     src/lib.rs - DebugPls (line 234)
[INFO] [stdout]     src/lib.rs - DebugPls (line 249)
[INFO] [stdout]     src/lib.rs - DebugPls::fmt (line 274)
[INFO] [stdout]     src/lib.rs - Formatter<'a>::debug_ident (line 502)
[INFO] [stdout]     src/lib.rs - Formatter<'a>::debug_list (line 410)
[INFO] [stdout]     src/lib.rs - Formatter<'a>::debug_map (line 434)
[INFO] [stdout]     src/lib.rs - Formatter<'a>::debug_set (line 467)
[INFO] [stdout]     src/lib.rs - Formatter<'a>::debug_struct (line 321)
[INFO] [stdout]     src/lib.rs - Formatter<'a>::debug_tuple (line 356)
[INFO] [stdout]     src/lib.rs - Formatter<'a>::debug_tuple_struct (line 383)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 19 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.63s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "fc08eb2d0a1e999203eab31846d5a709e6221b09da7143cb634bff173d823271", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc08eb2d0a1e999203eab31846d5a709e6221b09da7143cb634bff173d823271", kill_on_drop: false }`
[INFO] [stdout] fc08eb2d0a1e999203eab31846d5a709e6221b09da7143cb634bff173d823271
