[INFO] fetching crate vsop87 2.0.3... [INFO] checking vsop87-2.0.3 against master#39b841dfe36f90a7cd111e7f0c55f32594f6e578 for pr-77035 [INFO] extracting crate vsop87 2.0.3 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate vsop87 2.0.3 on toolchain 39b841dfe36f90a7cd111e7f0c55f32594f6e578 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+39b841dfe36f90a7cd111e7f0c55f32594f6e578" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate vsop87 2.0.3 [INFO] finished tweaking crates.io crate vsop87 2.0.3 [INFO] tweaked toml for crates.io crate vsop87 2.0.3 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+39b841dfe36f90a7cd111e7f0c55f32594f6e578" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+39b841dfe36f90a7cd111e7f0c55f32594f6e578" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+39b841dfe36f90a7cd111e7f0c55f32594f6e578" "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] 5c00d4474805aca4336c326359c738751ab501a80ee6e9926183dff4a9403861 [INFO] running `Command { std: "docker" "start" "-a" "5c00d4474805aca4336c326359c738751ab501a80ee6e9926183dff4a9403861", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5c00d4474805aca4336c326359c738751ab501a80ee6e9926183dff4a9403861", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c00d4474805aca4336c326359c738751ab501a80ee6e9926183dff4a9403861", kill_on_drop: false }` [INFO] [stdout] 5c00d4474805aca4336c326359c738751ab501a80ee6e9926183dff4a9403861 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+39b841dfe36f90a7cd111e7f0c55f32594f6e578" "check" "--frozen" "--all" "--all-targets" "--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] 20f02fd0d9bf9bd63cb34e265bd751d283331d4cff98525e15fc6e4a362fcddd [INFO] running `Command { std: "docker" "start" "-a" "20f02fd0d9bf9bd63cb34e265bd751d283331d4cff98525e15fc6e4a362fcddd", kill_on_drop: false }` [INFO] [stderr] Checking vsop87 v2.0.3 (/opt/rustwide/workdir) [INFO] [stderr] Checking rand v0.3.23 [INFO] [stdout] error[E0453]: deny(deprecated) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] 80 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals, [INFO] [stdout] | ^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(improper_ctypes) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:80:21 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] 80 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals, [INFO] [stdout] | ^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(non_shorthand_field_patterns) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:80:38 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] 80 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lint `plugin_as_library` has been removed: `plugins have been deprecated and retired` [INFO] [stdout] --> src/lib.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, stable_features, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:79:25 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[forbid(renamed_and_removed_lints)]` implied by `#[forbid(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lint `private_no_mangle_fns` has been removed: `no longer a warning, `#[no_mangle]` functions always exported` [INFO] [stdout] --> src/lib.rs:81:24 [INFO] [stdout] | [INFO] [stdout] 81 | plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, stable_features, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lint `private_no_mangle_statics` has been removed: `no longer a warning, `#[no_mangle]` statics always exported` [INFO] [stdout] --> src/lib.rs:81:47 [INFO] [stdout] | [INFO] [stdout] 81 | plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, stable_features, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(stable_features) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:81:74 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] 80 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals, [INFO] [stdout] 81 | plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, stable_features, [INFO] [stdout] | ^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(unconditional_recursion) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 82 | unconditional_recursion, unknown_lints, unused, unused_allocation, unused_attributes, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(unknown_lints) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:82:30 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 82 | unconditional_recursion, unknown_lints, unused, unused_allocation, unused_attributes, [INFO] [stdout] | ^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(unused) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:82:45 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 82 | unconditional_recursion, unknown_lints, unused, unused_allocation, unused_attributes, [INFO] [stdout] | ^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(unused_allocation) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:82:53 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 82 | unconditional_recursion, unknown_lints, unused, unused_allocation, unused_attributes, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(unused_attributes) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:82:72 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 82 | unconditional_recursion, unknown_lints, unused, unused_allocation, unused_attributes, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(unused_comparisons) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 83 | unused_comparisons, unused_features, unused_parens, while_true)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(unused_features) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:83:25 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 83 | unused_comparisons, unused_features, unused_parens, while_true)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(unused_parens) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:83:42 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 83 | unused_comparisons, unused_features, unused_parens, while_true)] [INFO] [stdout] | ^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(while_true) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 83 | unused_comparisons, unused_features, unused_parens, while_true)] [INFO] [stdout] | ^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: warn(unused) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:84:47 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 84 | #![warn(trivial_casts, trivial_numeric_casts, unused, unused_extern_crates, unused_import_braces, [INFO] [stdout] | ^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: warn(unused_extern_crates) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:84:55 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 84 | #![warn(trivial_casts, trivial_numeric_casts, unused, unused_extern_crates, unused_import_braces, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(deprecated) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] 80 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals, [INFO] [stdout] | ^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(improper_ctypes) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:80:21 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] 80 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals, [INFO] [stdout] | ^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(non_shorthand_field_patterns) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:80:38 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] 80 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lint `plugin_as_library` has been removed: `plugins have been deprecated and retired` [INFO] [stdout] --> src/lib.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, stable_features, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:79:25 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[forbid(renamed_and_removed_lints)]` implied by `#[forbid(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lint `private_no_mangle_fns` has been removed: `no longer a warning, `#[no_mangle]` functions always exported` [INFO] [stdout] --> src/lib.rs:81:24 [INFO] [stdout] | [INFO] [stdout] 81 | plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, stable_features, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lint `private_no_mangle_statics` has been removed: `no longer a warning, `#[no_mangle]` statics always exported` [INFO] [stdout] --> src/lib.rs:81:47 [INFO] [stdout] | [INFO] [stdout] 81 | plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, stable_features, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(stable_features) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:81:74 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] 80 | #![deny(deprecated, improper_ctypes, non_shorthand_field_patterns, overflowing_literals, [INFO] [stdout] 81 | plugin_as_library, private_no_mangle_fns, private_no_mangle_statics, stable_features, [INFO] [stdout] | ^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(unconditional_recursion) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 82 | unconditional_recursion, unknown_lints, unused, unused_allocation, unused_attributes, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(unknown_lints) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:82:30 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 82 | unconditional_recursion, unknown_lints, unused, unused_allocation, unused_attributes, [INFO] [stdout] | ^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(unused) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:82:45 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 82 | unconditional_recursion, unknown_lints, unused, unused_allocation, unused_attributes, [INFO] [stdout] | ^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(unused_allocation) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:82:53 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 82 | unconditional_recursion, unknown_lints, unused, unused_allocation, unused_attributes, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(unused_attributes) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:82:72 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 82 | unconditional_recursion, unknown_lints, unused, unused_allocation, unused_attributes, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(unused_comparisons) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 83 | unused_comparisons, unused_features, unused_parens, while_true)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(unused_features) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:83:25 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 83 | unused_comparisons, unused_features, unused_parens, while_true)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(unused_parens) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:83:42 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 83 | unused_comparisons, unused_features, unused_parens, while_true)] [INFO] [stdout] | ^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(while_true) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 83 | unused_comparisons, unused_features, unused_parens, while_true)] [INFO] [stdout] | ^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: warn(unused) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:84:47 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 84 | #![warn(trivial_casts, trivial_numeric_casts, unused, unused_extern_crates, unused_import_braces, [INFO] [stdout] | ^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: warn(unused_extern_crates) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:84:55 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 84 | #![warn(trivial_casts, trivial_numeric_casts, unused, unused_extern_crates, unused_import_braces, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 105 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:105:17 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 105 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:105:24 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 105 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 105 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:184:10 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 184 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:184:17 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 184 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:184:24 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 184 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:184:30 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 184 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:195:10 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 195 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:195:17 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 195 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:195:24 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 195 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:195:30 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 195 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:244:10 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 244 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:244:17 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 244 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:244:24 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 244 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:244:30 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 244 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 105 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:105:17 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 105 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:105:24 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 105 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 105 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:184:10 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 184 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:184:17 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 184 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:184:24 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 184 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:184:30 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 184 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:195:10 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 195 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:195:17 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 195 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:195:24 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 195 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:195:30 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 195 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:244:10 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 244 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:244:17 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 244 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:244:24 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 244 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:244:30 [INFO] [stdout] | [INFO] [stdout] 79 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | -------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 244 | #[derive(Debug, Clone, Copy, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 34 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0453`. [INFO] [stdout] [INFO] [stderr] error: could not compile `vsop87` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 34 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0453`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "20f02fd0d9bf9bd63cb34e265bd751d283331d4cff98525e15fc6e4a362fcddd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20f02fd0d9bf9bd63cb34e265bd751d283331d4cff98525e15fc6e4a362fcddd", kill_on_drop: false }` [INFO] [stdout] 20f02fd0d9bf9bd63cb34e265bd751d283331d4cff98525e15fc6e4a362fcddd