[INFO] fetching crate identity 0.0.6... [INFO] testing identity-0.0.6 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate identity 0.0.6 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate identity 0.0.6 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate identity 0.0.6 [INFO] finished tweaking crates.io crate identity 0.0.6 [INFO] tweaked toml for crates.io crate identity 0.0.6 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 54bcf094d00b88c35b8e7762df5ca28d11c506654cfa99f44622f5b0b0955285 [INFO] running `Command { std: "docker" "start" "-a" "54bcf094d00b88c35b8e7762df5ca28d11c506654cfa99f44622f5b0b0955285", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "54bcf094d00b88c35b8e7762df5ca28d11c506654cfa99f44622f5b0b0955285", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54bcf094d00b88c35b8e7762df5ca28d11c506654cfa99f44622f5b0b0955285", kill_on_drop: false }` [INFO] [stdout] 54bcf094d00b88c35b8e7762df5ca28d11c506654cfa99f44622f5b0b0955285 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--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] 747ac0c62ac182051bd298ca35b2670caaf30a6c3bace5c6ffcb2f76b725ac3f [INFO] running `Command { std: "docker" "start" "-a" "747ac0c62ac182051bd298ca35b2670caaf30a6c3bace5c6ffcb2f76b725ac3f", kill_on_drop: false }` [INFO] [stderr] Compiling identity v0.0.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:391:20 [INFO] [stdout] | [INFO] [stdout] 391 | pub type TyPair = Cons>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 391 - pub type TyPair = Cons>; [INFO] [stdout] 391 + pub type TyPair = Cons>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:391:31 [INFO] [stdout] | [INFO] [stdout] 391 | pub type TyPair = Cons>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 391 - pub type TyPair = Cons>; [INFO] [stdout] 391 + pub type TyPair = Cons>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:393:22 [INFO] [stdout] | [INFO] [stdout] 393 | pub type TyTriple = Cons>>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 393 - pub type TyTriple = Cons>>; [INFO] [stdout] 393 + pub type TyTriple = Cons>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:393:33 [INFO] [stdout] | [INFO] [stdout] 393 | pub type TyTriple = Cons>>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 393 - pub type TyTriple = Cons>>; [INFO] [stdout] 393 + pub type TyTriple = Cons>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:393:44 [INFO] [stdout] | [INFO] [stdout] 393 | pub type TyTriple = Cons>>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 393 - pub type TyTriple = Cons>>; [INFO] [stdout] 393 + pub type TyTriple = Cons>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.17s [INFO] running `Command { std: "docker" "inspect" "747ac0c62ac182051bd298ca35b2670caaf30a6c3bace5c6ffcb2f76b725ac3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "747ac0c62ac182051bd298ca35b2670caaf30a6c3bace5c6ffcb2f76b725ac3f", kill_on_drop: false }` [INFO] [stdout] 747ac0c62ac182051bd298ca35b2670caaf30a6c3bace5c6ffcb2f76b725ac3f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--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] 08084bc4a3769d92356ff80e132253e669ca61eba2d9c4edc5636962bebb85cc [INFO] running `Command { std: "docker" "start" "-a" "08084bc4a3769d92356ff80e132253e669ca61eba2d9c4edc5636962bebb85cc", kill_on_drop: false }` [INFO] [stderr] Compiling identity v0.0.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:391:20 [INFO] [stdout] | [INFO] [stdout] 391 | pub type TyPair = Cons>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 391 - pub type TyPair = Cons>; [INFO] [stdout] 391 + pub type TyPair = Cons>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:391:31 [INFO] [stdout] | [INFO] [stdout] 391 | pub type TyPair = Cons>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 391 - pub type TyPair = Cons>; [INFO] [stdout] 391 + pub type TyPair = Cons>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:393:22 [INFO] [stdout] | [INFO] [stdout] 393 | pub type TyTriple = Cons>>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 393 - pub type TyTriple = Cons>>; [INFO] [stdout] 393 + pub type TyTriple = Cons>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:393:33 [INFO] [stdout] | [INFO] [stdout] 393 | pub type TyTriple = Cons>>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 393 - pub type TyTriple = Cons>>; [INFO] [stdout] 393 + pub type TyTriple = Cons>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:393:44 [INFO] [stdout] | [INFO] [stdout] 393 | pub type TyTriple = Cons>>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 393 - pub type TyTriple = Cons>>; [INFO] [stdout] 393 + pub type TyTriple = Cons>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:391:20 [INFO] [stdout] | [INFO] [stdout] 391 | pub type TyPair = Cons>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 391 - pub type TyPair = Cons>; [INFO] [stdout] 391 + pub type TyPair = Cons>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:391:31 [INFO] [stdout] | [INFO] [stdout] 391 | pub type TyPair = Cons>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 391 - pub type TyPair = Cons>; [INFO] [stdout] 391 + pub type TyPair = Cons>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:393:22 [INFO] [stdout] | [INFO] [stdout] 393 | pub type TyTriple = Cons>>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 393 - pub type TyTriple = Cons>>; [INFO] [stdout] 393 + pub type TyTriple = Cons>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:393:33 [INFO] [stdout] | [INFO] [stdout] 393 | pub type TyTriple = Cons>>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 393 - pub type TyTriple = Cons>>; [INFO] [stdout] 393 + pub type TyTriple = Cons>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/lift.rs:393:44 [INFO] [stdout] | [INFO] [stdout] 393 | pub type TyTriple = Cons>>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 393 - pub type TyTriple = Cons>>; [INFO] [stdout] 393 + pub type TyTriple = Cons>>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.88s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/identity-50dad1890c440951) [INFO] running `Command { std: "docker" "inspect" "08084bc4a3769d92356ff80e132253e669ca61eba2d9c4edc5636962bebb85cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08084bc4a3769d92356ff80e132253e669ca61eba2d9c4edc5636962bebb85cc", kill_on_drop: false }` [INFO] [stdout] 08084bc4a3769d92356ff80e132253e669ca61eba2d9c4edc5636962bebb85cc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b34f438beaba1b5e86d5e5a3c7a72442ce65b20a4027bcbcb8a9f986e881a199 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b34f438beaba1b5e86d5e5a3c7a72442ce65b20a4027bcbcb8a9f986e881a199", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/lift.rs:391:20 [INFO] [stderr] | [INFO] [stderr] 391 | pub type TyPair = Cons>; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stderr] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] | [INFO] [stderr] 391 - pub type TyPair = Cons>; [INFO] [stderr] 391 + pub type TyPair = Cons>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/lift.rs:391:31 [INFO] [stderr] | [INFO] [stderr] 391 | pub type TyPair = Cons>; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] | [INFO] [stderr] 391 - pub type TyPair = Cons>; [INFO] [stderr] 391 + pub type TyPair = Cons>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/lift.rs:393:22 [INFO] [stderr] | [INFO] [stderr] 393 | pub type TyTriple = Cons>>; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] | [INFO] [stderr] 393 - pub type TyTriple = Cons>>; [INFO] [stderr] 393 + pub type TyTriple = Cons>>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/lift.rs:393:33 [INFO] [stderr] | [INFO] [stderr] 393 | pub type TyTriple = Cons>>; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] | [INFO] [stderr] 393 - pub type TyTriple = Cons>>; [INFO] [stderr] 393 + pub type TyTriple = Cons>>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/lift.rs:393:44 [INFO] [stderr] | [INFO] [stderr] 393 | pub type TyTriple = Cons>>; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] | [INFO] [stderr] 393 - pub type TyTriple = Cons>>; [INFO] [stderr] 393 + pub type TyTriple = Cons>>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `identity` (lib) generated 5 warnings [INFO] [stderr] warning: `identity` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.44s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/identity-50dad1890c440951) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] Doc-tests identity [INFO] [stdout] test test::inv_conv_test ... ok [INFO] [stdout] test lift::test::flip_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [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" "b34f438beaba1b5e86d5e5a3c7a72442ce65b20a4027bcbcb8a9f986e881a199", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b34f438beaba1b5e86d5e5a3c7a72442ce65b20a4027bcbcb8a9f986e881a199", kill_on_drop: false }` [INFO] [stdout] b34f438beaba1b5e86d5e5a3c7a72442ce65b20a4027bcbcb8a9f986e881a199