[INFO] fetching crate mintyml 0.1.19... [INFO] checking mintyml-0.1.19 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate mintyml 0.1.19 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate mintyml 0.1.19 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate mintyml 0.1.19 [INFO] tweaked toml for crates.io crate mintyml 0.1.19 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate mintyml 0.1.19 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate mintyml 0.1.19 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2ded4aa7c9489b79c58f0129462c759fd49422fddac0db590679d34ecd808bf0 [INFO] running `Command { std: "docker" "start" "-a" "2ded4aa7c9489b79c58f0129462c759fd49422fddac0db590679d34ecd808bf0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2ded4aa7c9489b79c58f0129462c759fd49422fddac0db590679d34ecd808bf0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ded4aa7c9489b79c58f0129462c759fd49422fddac0db590679d34ecd808bf0", kill_on_drop: false }` [INFO] [stdout] 2ded4aa7c9489b79c58f0129462c759fd49422fddac0db590679d34ecd808bf0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 80a63d702468d6d01e29a5845a55727ce62829b0240c7c62ce6fa0d1d05b4976 [INFO] running `Command { std: "docker" "start" "-a" "80a63d702468d6d01e29a5845a55727ce62829b0240c7c62ce6fa0d1d05b4976", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.83 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking either v1.12.0 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking gramma v0.2.23 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Checking mintyml v0.1.19 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `range` is never read [INFO] [stdout] --> src/document/mod.rs:253:9 [INFO] [stdout] | [INFO] [stdout] 252 | pub struct Document<'cfg> { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 253 | pub range: LocationRange, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `combinator` is never read [INFO] [stdout] --> src/document/elements.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | Line { combinator: LocationRange }, [INFO] [stdout] | ---- ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `ElementDelimiter` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `block` is never read [INFO] [stdout] --> src/document/elements.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | Block { block: LocationRange }, [INFO] [stdout] | ----- ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `ElementDelimiter` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `combinator` and `block` are never read [INFO] [stdout] --> src/document/elements.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 24 | LineBlock { [INFO] [stdout] | --------- fields in this variant [INFO] [stdout] 25 | combinator: LocationRange, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 26 | block: LocationRange, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ElementDelimiter` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `range` is never read [INFO] [stdout] --> src/document/selectors.rs:82:16 [INFO] [stdout] | [INFO] [stdout] 82 | Wildcard { range: LocationRange }, [INFO] [stdout] | -------- ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `hash` is never read [INFO] [stdout] --> src/document/selectors.rs:110:9 [INFO] [stdout] | [INFO] [stdout] 109 | Id { [INFO] [stdout] | -- field in this variant [INFO] [stdout] 110 | hash: LocationRange, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `dot` is never read [INFO] [stdout] --> src/document/selectors.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 114 | Class { [INFO] [stdout] | ----- field in this variant [INFO] [stdout] 115 | dot: LocationRange, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `range` is never read [INFO] [stdout] --> src/document/selectors.rs:120:9 [INFO] [stdout] | [INFO] [stdout] 119 | Attributes { [INFO] [stdout] | ---------- field in this variant [INFO] [stdout] 120 | range: LocationRange, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `range` is never read [INFO] [stdout] --> src/document/selectors.rs:127:9 [INFO] [stdout] | [INFO] [stdout] 126 | pub struct Attribute<'cfg> { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 127 | pub range: LocationRange, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `inline_space` is never used [INFO] [stdout] --> src/document/text.rs:271:12 [INFO] [stdout] | [INFO] [stdout] 124 | impl<'cfg> BuildContext<'_, 'cfg> { [INFO] [stdout] | --------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 271 | pub fn inline_space( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `semantic` is never used [INFO] [stdout] --> src/error.rs:459:12 [INFO] [stdout] | [INFO] [stdout] 402 | impl Errors { [INFO] [stdout] | ----------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 459 | pub fn semantic(&mut self, errors: impl IntoIterator) -> InternalResult [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `apply_from` is never used [INFO] [stdout] --> src/inference/engine/mod.rs:99:8 [INFO] [stdout] | [INFO] [stdout] 92 | pub trait MethodDefinition<'cfg, _Bound = &'cfg Self>: [INFO] [stdout] | ---------------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 99 | fn apply_from(self, other: &impl Infer<'cfg>) -> Self::Append> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/inference/engine/mod.rs:303:8 [INFO] [stdout] | [INFO] [stdout] 302 | impl<'cfg> InferenceMethod<'cfg> { [INFO] [stdout] | -------------------------------- associated function in this implementation [INFO] [stdout] 303 | fn new(value: impl IntoInferenceMethod<'cfg, M> + 'cfg) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `ChildInference` is never used [INFO] [stdout] --> src/inference/engine/mod.rs:315:17 [INFO] [stdout] | [INFO] [stdout] 315 | pub(crate) enum ChildInference<'cfg> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `dir_prec` is never read [INFO] [stdout] --> src/inference/engine/when.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 23 | struct PredImpl { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 24 | matches: Test, [INFO] [stdout] 25 | dir_prec: DirPrec, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `direction_precedence` is never used [INFO] [stdout] --> src/inference/engine/when.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 29 | impl InferWhen> { [INFO] [stdout] | ------------------------------------------------------------------ method in this implementation [INFO] [stdout] 30 | pub fn direction_precedence DirectionPrecedence>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `element` is never used [INFO] [stdout] --> src/inference/engine/when.rs:87:8 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn element() -> InferWhen { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inline` is never used [INFO] [stdout] --> src/inference/engine/when.rs:95:8 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn inline() -> InferWhen { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `descendant_of` is never used [INFO] [stdout] --> src/inference/engine/when.rs:169:8 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn descendant_of(pred: impl InferencePredicate) -> InferWhen { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `JustBefore` is never constructed [INFO] [stdout] --> src/inference/engine/when.rs:224:9 [INFO] [stdout] | [INFO] [stdout] 224 | JustBefore, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_relative` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `just_before` is never used [INFO] [stdout] --> src/inference/engine/when.rs:223:9 [INFO] [stdout] | [INFO] [stdout] 223 | just_before, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_relative` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `JustAfter` is never constructed [INFO] [stdout] --> src/inference/engine/when.rs:231:9 [INFO] [stdout] | [INFO] [stdout] 231 | JustAfter, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_relative` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `just_after` is never used [INFO] [stdout] --> src/inference/engine/when.rs:230:9 [INFO] [stdout] | [INFO] [stdout] 230 | just_after, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_relative` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `errors` is never read [INFO] [stdout] --> src/transform/apply_special_tags.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 20 | struct TransformContext<'cx, 'cfg> { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 21 | config: &'cx OutputConfig<'cfg>, [INFO] [stdout] 22 | errors: &'cx mut Errors, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `src`, `split`, `pre`, and `jump_to_end` are never used [INFO] [stdout] --> src/utils.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 15 | impl<'src> StrCursor<'src> { [INFO] [stdout] | -------------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 20 | pub fn src(&self) -> &'src str { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | pub fn split(&self) -> (&'src str, &'src str) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | pub fn pre(&self) -> &'src str { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 40 | pub fn jump_to_end(&mut self) -> &'src str { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `map_with_next` is never used [INFO] [stdout] --> src/utils.rs:151:4 [INFO] [stdout] | [INFO] [stdout] 151 | fn map_with_next<'iter, T, U>( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `intersperse_with` is never used [INFO] [stdout] --> src/utils.rs:169:8 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn intersperse_with( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `try_extend` is never used [INFO] [stdout] --> src/utils.rs:185:8 [INFO] [stdout] | [INFO] [stdout] 185 | pub fn try_extend( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ast.rs:53:19 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn parse(src: &str) -> Result { [INFO] [stdout] | ^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 53 | pub fn parse(src: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `range` is never read [INFO] [stdout] --> src/document/mod.rs:253:9 [INFO] [stdout] | [INFO] [stdout] 252 | pub struct Document<'cfg> { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 253 | pub range: LocationRange, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `combinator` is never read [INFO] [stdout] --> src/document/elements.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | Line { combinator: LocationRange }, [INFO] [stdout] | ---- ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `ElementDelimiter` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `block` is never read [INFO] [stdout] --> src/document/elements.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | Block { block: LocationRange }, [INFO] [stdout] | ----- ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `ElementDelimiter` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `combinator` and `block` are never read [INFO] [stdout] --> src/document/elements.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 24 | LineBlock { [INFO] [stdout] | --------- fields in this variant [INFO] [stdout] 25 | combinator: LocationRange, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 26 | block: LocationRange, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ElementDelimiter` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `range` is never read [INFO] [stdout] --> src/document/selectors.rs:82:16 [INFO] [stdout] | [INFO] [stdout] 82 | Wildcard { range: LocationRange }, [INFO] [stdout] | -------- ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `hash` is never read [INFO] [stdout] --> src/document/selectors.rs:110:9 [INFO] [stdout] | [INFO] [stdout] 109 | Id { [INFO] [stdout] | -- field in this variant [INFO] [stdout] 110 | hash: LocationRange, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `dot` is never read [INFO] [stdout] --> src/document/selectors.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 114 | Class { [INFO] [stdout] | ----- field in this variant [INFO] [stdout] 115 | dot: LocationRange, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `range` is never read [INFO] [stdout] --> src/document/selectors.rs:120:9 [INFO] [stdout] | [INFO] [stdout] 119 | Attributes { [INFO] [stdout] | ---------- field in this variant [INFO] [stdout] 120 | range: LocationRange, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `range` is never read [INFO] [stdout] --> src/document/selectors.rs:127:9 [INFO] [stdout] | [INFO] [stdout] 126 | pub struct Attribute<'cfg> { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 127 | pub range: LocationRange, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `inline_space` is never used [INFO] [stdout] --> src/document/text.rs:271:12 [INFO] [stdout] | [INFO] [stdout] 124 | impl<'cfg> BuildContext<'_, 'cfg> { [INFO] [stdout] | --------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 271 | pub fn inline_space( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `semantic` is never used [INFO] [stdout] --> src/error.rs:459:12 [INFO] [stdout] | [INFO] [stdout] 402 | impl Errors { [INFO] [stdout] | ----------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 459 | pub fn semantic(&mut self, errors: impl IntoIterator) -> InternalResult [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `apply_from` is never used [INFO] [stdout] --> src/inference/engine/mod.rs:99:8 [INFO] [stdout] | [INFO] [stdout] 92 | pub trait MethodDefinition<'cfg, _Bound = &'cfg Self>: [INFO] [stdout] | ---------------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 99 | fn apply_from(self, other: &impl Infer<'cfg>) -> Self::Append> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/inference/engine/mod.rs:303:8 [INFO] [stdout] | [INFO] [stdout] 302 | impl<'cfg> InferenceMethod<'cfg> { [INFO] [stdout] | -------------------------------- associated function in this implementation [INFO] [stdout] 303 | fn new(value: impl IntoInferenceMethod<'cfg, M> + 'cfg) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `ChildInference` is never used [INFO] [stdout] --> src/inference/engine/mod.rs:315:17 [INFO] [stdout] | [INFO] [stdout] 315 | pub(crate) enum ChildInference<'cfg> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `dir_prec` is never read [INFO] [stdout] --> src/inference/engine/when.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 23 | struct PredImpl { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 24 | matches: Test, [INFO] [stdout] 25 | dir_prec: DirPrec, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `direction_precedence` is never used [INFO] [stdout] --> src/inference/engine/when.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 29 | impl InferWhen> { [INFO] [stdout] | ------------------------------------------------------------------ method in this implementation [INFO] [stdout] 30 | pub fn direction_precedence DirectionPrecedence>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `element` is never used [INFO] [stdout] --> src/inference/engine/when.rs:87:8 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn element() -> InferWhen { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inline` is never used [INFO] [stdout] --> src/inference/engine/when.rs:95:8 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn inline() -> InferWhen { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `descendant_of` is never used [INFO] [stdout] --> src/inference/engine/when.rs:169:8 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn descendant_of(pred: impl InferencePredicate) -> InferWhen { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `JustBefore` is never constructed [INFO] [stdout] --> src/inference/engine/when.rs:224:9 [INFO] [stdout] | [INFO] [stdout] 224 | JustBefore, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_relative` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `just_before` is never used [INFO] [stdout] --> src/inference/engine/when.rs:223:9 [INFO] [stdout] | [INFO] [stdout] 223 | just_before, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_relative` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `JustAfter` is never constructed [INFO] [stdout] --> src/inference/engine/when.rs:231:9 [INFO] [stdout] | [INFO] [stdout] 231 | JustAfter, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_relative` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `just_after` is never used [INFO] [stdout] --> src/inference/engine/when.rs:230:9 [INFO] [stdout] | [INFO] [stdout] 230 | just_after, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_relative` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `errors` is never read [INFO] [stdout] --> src/transform/apply_special_tags.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 20 | struct TransformContext<'cx, 'cfg> { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 21 | config: &'cx OutputConfig<'cfg>, [INFO] [stdout] 22 | errors: &'cx mut Errors, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `src`, `split`, `pre`, and `jump_to_end` are never used [INFO] [stdout] --> src/utils.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 15 | impl<'src> StrCursor<'src> { [INFO] [stdout] | -------------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 20 | pub fn src(&self) -> &'src str { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | pub fn split(&self) -> (&'src str, &'src str) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | pub fn pre(&self) -> &'src str { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 40 | pub fn jump_to_end(&mut self) -> &'src str { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `map_with_next` is never used [INFO] [stdout] --> src/utils.rs:151:4 [INFO] [stdout] | [INFO] [stdout] 151 | fn map_with_next<'iter, T, U>( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `intersperse_with` is never used [INFO] [stdout] --> src/utils.rs:169:8 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn intersperse_with( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `try_extend` is never used [INFO] [stdout] --> src/utils.rs:185:8 [INFO] [stdout] | [INFO] [stdout] 185 | pub fn try_extend( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ast.rs:53:19 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn parse(src: &str) -> Result { [INFO] [stdout] | ^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 53 | pub fn parse(src: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 11 | ) -> Result, ConvertError)> { [INFO] [stdout] | ------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 11 | ) -> Result, ConvertError<'_>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 42 | cfg: impl Into>>, [INFO] [stdout] 43 | ) -> (Option, ConvertError) { [INFO] [stdout] | ------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 43 | ) -> (Option, ConvertError<'_>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 11 | ) -> Result, ConvertError)> { [INFO] [stdout] | ------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 11 | ) -> Result, ConvertError<'_>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 42 | cfg: impl Into>>, [INFO] [stdout] 43 | ) -> (Option, ConvertError) { [INFO] [stdout] | ------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 43 | ) -> (Option, ConvertError<'_>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 11 | ) -> Result, ConvertError)> { [INFO] [stdout] | ------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 11 | ) -> Result, ConvertError<'_>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 42 | cfg: impl Into>>, [INFO] [stdout] 43 | ) -> (Option, ConvertError) { [INFO] [stdout] | ------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 43 | ) -> (Option, ConvertError<'_>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 11 | ) -> Result, ConvertError)> { [INFO] [stdout] | ------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 11 | ) -> Result, ConvertError<'_>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 42 | cfg: impl Into>>, [INFO] [stdout] 43 | ) -> (Option, ConvertError) { [INFO] [stdout] | ------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 43 | ) -> (Option, ConvertError<'_>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 11 | ) -> Result, ConvertError)> { [INFO] [stdout] | ------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 11 | ) -> Result, ConvertError<'_>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 42 | cfg: impl Into>>, [INFO] [stdout] 43 | ) -> (Option, ConvertError) { [INFO] [stdout] | ------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 43 | ) -> (Option, ConvertError<'_>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 11 | ) -> Result, ConvertError)> { [INFO] [stdout] | ------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 11 | ) -> Result, ConvertError<'_>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 42 | cfg: impl Into>>, [INFO] [stdout] 43 | ) -> (Option, ConvertError) { [INFO] [stdout] | ------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 43 | ) -> (Option, ConvertError<'_>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 11 | ) -> Result, ConvertError)> { [INFO] [stdout] | ------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 11 | ) -> Result, ConvertError<'_>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 42 | cfg: impl Into>>, [INFO] [stdout] 43 | ) -> (Option, ConvertError) { [INFO] [stdout] | ------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 43 | ) -> (Option, ConvertError<'_>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 11 | ) -> Result, ConvertError)> { [INFO] [stdout] | ------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 11 | ) -> Result, ConvertError<'_>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 42 | cfg: impl Into>>, [INFO] [stdout] 43 | ) -> (Option, ConvertError) { [INFO] [stdout] | ------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 43 | ) -> (Option, ConvertError<'_>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 11 | ) -> Result, ConvertError)> { [INFO] [stdout] | ------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 11 | ) -> Result, ConvertError<'_>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 42 | cfg: impl Into>>, [INFO] [stdout] 43 | ) -> (Option, ConvertError) { [INFO] [stdout] | ------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 43 | ) -> (Option, ConvertError<'_>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.96s [INFO] running `Command { std: "docker" "inspect" "80a63d702468d6d01e29a5845a55727ce62829b0240c7c62ce6fa0d1d05b4976", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80a63d702468d6d01e29a5845a55727ce62829b0240c7c62ce6fa0d1d05b4976", kill_on_drop: false }` [INFO] [stdout] 80a63d702468d6d01e29a5845a55727ce62829b0240c7c62ce6fa0d1d05b4976