[INFO] fetching crate mintyml 0.1.19... [INFO] testing mintyml-0.1.19 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] extracting crate mintyml 0.1.19 into /workspace/builds/worker-1-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-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate mintyml 0.1.19 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7c8ec9f854195357bbfe9700256112686aea08cba53f76f7969e3718a7628b8d [INFO] running `Command { std: "docker" "start" "-a" "7c8ec9f854195357bbfe9700256112686aea08cba53f76f7969e3718a7628b8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7c8ec9f854195357bbfe9700256112686aea08cba53f76f7969e3718a7628b8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c8ec9f854195357bbfe9700256112686aea08cba53f76f7969e3718a7628b8d", kill_on_drop: false }` [INFO] [stdout] 7c8ec9f854195357bbfe9700256112686aea08cba53f76f7969e3718a7628b8d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 09f3c9a5c8ac0bba5e743dc949a99be0cbb2792a97495be23e3cc4679483368e [INFO] running `Command { std: "docker" "start" "-a" "09f3c9a5c8ac0bba5e743dc949a99be0cbb2792a97495be23e3cc4679483368e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.83 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling either v1.12.0 [INFO] [stderr] Compiling gramma v0.2.23 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling 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)]` (part of `#[warn(unused)]`) on by default [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: 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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.10s [INFO] running `Command { std: "docker" "inspect" "09f3c9a5c8ac0bba5e743dc949a99be0cbb2792a97495be23e3cc4679483368e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09f3c9a5c8ac0bba5e743dc949a99be0cbb2792a97495be23e3cc4679483368e", kill_on_drop: false }` [INFO] [stdout] 09f3c9a5c8ac0bba5e743dc949a99be0cbb2792a97495be23e3cc4679483368e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5776bd2a99da2d9c25cbb4fe47ff061cb970b1f656bdf3a24c82d60a5c7d530d [INFO] running `Command { std: "docker" "start" "-a" "5776bd2a99da2d9c25cbb4fe47ff061cb970b1f656bdf3a24c82d60a5c7d530d", kill_on_drop: false }` [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)]` (part of `#[warn(unused)]`) on by default [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: 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] [stderr] Compiling mintyml v0.1.19 (/opt/rustwide/workdir) [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] [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)]` (part of `#[warn(unused)]`) on by default [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: 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] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 7.01s [INFO] running `Command { std: "docker" "inspect" "5776bd2a99da2d9c25cbb4fe47ff061cb970b1f656bdf3a24c82d60a5c7d530d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5776bd2a99da2d9c25cbb4fe47ff061cb970b1f656bdf3a24c82d60a5c7d530d", kill_on_drop: false }` [INFO] [stdout] 5776bd2a99da2d9c25cbb4fe47ff061cb970b1f656bdf3a24c82d60a5c7d530d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6b0a76011e0f286d017ea07503f1b242ccf5394bdac1c93aa1f067201ffe6c76 [INFO] running `Command { std: "docker" "start" "-a" "6b0a76011e0f286d017ea07503f1b242ccf5394bdac1c93aa1f067201ffe6c76", kill_on_drop: false }` [INFO] [stderr] warning: field `range` is never read [INFO] [stderr] --> src/document/mod.rs:253:9 [INFO] [stderr] | [INFO] [stderr] 252 | pub struct Document<'cfg> { [INFO] [stderr] | -------- field in this struct [INFO] [stderr] 253 | pub range: LocationRange, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: method `inline_space` is never used [INFO] [stderr] --> src/document/text.rs:271:12 [INFO] [stderr] | [INFO] [stderr] 124 | impl<'cfg> BuildContext<'_, 'cfg> { [INFO] [stderr] | --------------------------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 271 | pub fn inline_space( [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `semantic` is never used [INFO] [stderr] --> src/error.rs:459:12 [INFO] [stderr] | [INFO] [stderr] 402 | impl Errors { [INFO] [stderr] | ----------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 459 | pub fn semantic(&mut self, errors: impl IntoIterator) -> InternalResult [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function `new` is never used [INFO] [stderr] --> src/inference/engine/mod.rs:303:8 [INFO] [stderr] | [INFO] [stderr] 302 | impl<'cfg> InferenceMethod<'cfg> { [INFO] [stderr] | -------------------------------- associated function in this implementation [INFO] [stderr] 303 | fn new(value: impl IntoInferenceMethod<'cfg, M> + 'cfg) -> Self { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: enum `ChildInference` is never used [INFO] [stderr] --> src/inference/engine/mod.rs:315:17 [INFO] [stderr] | [INFO] [stderr] 315 | pub(crate) enum ChildInference<'cfg> { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `dir_prec` is never read [INFO] [stderr] --> src/inference/engine/when.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 23 | struct PredImpl { [INFO] [stderr] | -------- field in this struct [INFO] [stderr] 24 | matches: Test, [INFO] [stderr] 25 | dir_prec: DirPrec, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `direction_precedence` is never used [INFO] [stderr] --> src/inference/engine/when.rs:30:12 [INFO] [stderr] | [INFO] [stderr] 29 | impl InferWhen> { [INFO] [stderr] | ------------------------------------------------------------------ method in this implementation [INFO] [stderr] 30 | pub fn direction_precedence DirectionPrecedence>( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `element` is never used [INFO] [stderr] --> src/inference/engine/when.rs:87:8 [INFO] [stderr] | [INFO] [stderr] 87 | pub fn element() -> InferWhen { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `inline` is never used [INFO] [stderr] --> src/inference/engine/when.rs:95:8 [INFO] [stderr] | [INFO] [stderr] 95 | pub fn inline() -> InferWhen { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `descendant_of` is never used [INFO] [stderr] --> src/inference/engine/when.rs:169:8 [INFO] [stderr] | [INFO] [stderr] 169 | pub fn descendant_of(pred: impl InferencePredicate) -> InferWhen { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `JustBefore` is never constructed [INFO] [stderr] --> src/inference/engine/when.rs:224:9 [INFO] [stderr] | [INFO] [stderr] 224 | JustBefore, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_relative` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: function `just_before` is never used [INFO] [stderr] --> src/inference/engine/when.rs:223:9 [INFO] [stderr] | [INFO] [stderr] 223 | just_before, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_relative` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: struct `JustAfter` is never constructed [INFO] [stderr] --> src/inference/engine/when.rs:231:9 [INFO] [stderr] | [INFO] [stderr] 231 | JustAfter, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_relative` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: function `just_after` is never used [INFO] [stderr] --> src/inference/engine/when.rs:230:9 [INFO] [stderr] | [INFO] [stderr] 230 | just_after, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_relative` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field `errors` is never read [INFO] [stderr] --> src/transform/apply_special_tags.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 20 | struct TransformContext<'cx, 'cfg> { [INFO] [stderr] | ---------------- field in this struct [INFO] [stderr] 21 | config: &'cx OutputConfig<'cfg>, [INFO] [stderr] 22 | errors: &'cx mut Errors, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: methods `src`, `split`, `pre`, and `jump_to_end` are never used [INFO] [stderr] --> src/utils.rs:20:12 [INFO] [stderr] | [INFO] [stderr] 15 | impl<'src> StrCursor<'src> { [INFO] [stderr] | -------------------------- methods in this implementation [INFO] [stderr] ... [INFO] [stderr] 20 | pub fn src(&self) -> &'src str { [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 28 | pub fn split(&self) -> (&'src str, &'src str) { [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 32 | pub fn pre(&self) -> &'src str { [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 40 | pub fn jump_to_end(&mut self) -> &'src str { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `map_with_next` is never used [INFO] [stderr] --> src/utils.rs:151:4 [INFO] [stderr] | [INFO] [stderr] 151 | fn map_with_next<'iter, T, U>( [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `intersperse_with` is never used [INFO] [stderr] --> src/utils.rs:169:8 [INFO] [stderr] | [INFO] [stderr] 169 | pub fn intersperse_with( [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `try_extend` is never used [INFO] [stderr] --> src/utils.rs:185:8 [INFO] [stderr] | [INFO] [stderr] 185 | pub fn try_extend( [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ast.rs:53:19 [INFO] [stderr] | [INFO] [stderr] 53 | pub fn parse(src: &str) -> Result { [INFO] [stderr] | ^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 53 | pub fn parse(src: &str) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `mintyml` (lib) generated 20 warnings (run `cargo fix --lib -p mintyml` to apply 1 suggestion) [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> tests/utils.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | src: &str, [INFO] [stderr] | ^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 11 | ) -> Result, ConvertError)> { [INFO] [stderr] | ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 11 | ) -> Result, ConvertError<'_>)> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> tests/utils.rs:41:10 [INFO] [stderr] | [INFO] [stderr] 41 | src: &str, [INFO] [stderr] | ^^^^ the lifetime is elided here [INFO] [stderr] 42 | cfg: impl Into>>, [INFO] [stderr] 43 | ) -> (Option, ConvertError) { [INFO] [stderr] | ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 43 | ) -> (Option, ConvertError<'_>) { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `mintyml` (test "escape") generated 2 warnings (run `cargo fix --test "escape" -p mintyml` to apply 2 suggestions) [INFO] [stderr] warning: `mintyml` (test "raw") generated 2 warnings (2 duplicates) [INFO] [stderr] warning: `mintyml` (test "multiline") generated 2 warnings (2 duplicates) [INFO] [stderr] warning: `mintyml` (test "text") generated 2 warnings (2 duplicates) [INFO] [stderr] warning: `mintyml` (test "infer") generated 2 warnings (2 duplicates) [INFO] [stderr] warning: `mintyml` (test "error") generated 2 warnings (2 duplicates) [INFO] [stderr] warning: `mintyml` (test "utils") generated 2 warnings (2 duplicates) [INFO] [stderr] warning: `mintyml` (test "comment") generated 2 warnings (2 duplicates) [INFO] [stderr] warning: `mintyml` (test "convert") generated 2 warnings (2 duplicates) [INFO] [stderr] warning: `mintyml` (lib test) generated 20 warnings (20 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mintyml-33ff606c286c06dd) [INFO] [stdout] [INFO] [stdout] running 18 tests [INFO] [stdout] test ast::selectors::test::invalid_selector ... ok [INFO] [stdout] test ast::selectors::test::selector_example ... ok [INFO] [stdout] test ast::selectors::test::selector_example_repeated ... ok [INFO] [stdout] test ast::selectors::test::selector_empty_repeated ... ok [INFO] [stdout] test ast::test::selector_chain_alphanumeric_lexes_before_gt ... ok [INFO] [stdout] test ast::test::selector_chain_non_alphanumeric_before_gt_excluded ... ok [INFO] [stdout] test ast::test::text_segment_can_start_after_whitespace ... ok [INFO] [stdout] test ast::test::empty_line ... ok [INFO] [stdout] test ast::test::text_segment_excludes_line_breaks ... ok [INFO] [stdout] test ast::test::text_segment_non_alphanumeric_before_gt_excluded ... ok [INFO] [stdout] test ast::test::text_segment_cannot_start_with_whitespace ... ok [INFO] [stdout] test ast::test::text_segment_alphanumeric_word_fails_before_gt ... ok [INFO] [stdout] test ast::test::wrapped_line ... ok [INFO] [stdout] test ast::test::right_arrow_node ... ok [INFO] [stdout] test ast::test::ast_demo2 ... ok [INFO] [stdout] test ast::test::multi_paragraph_block ... ok [INFO] [stdout] test ast::test::ast_demo ... ok [INFO] [stdout] test output::output_demo ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stdout] [INFO] [stderr] Running tests/comment.rs (/opt/rustwide/target/debug/deps/comment-f923cb6b0072dda7) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test comment_does_not_split_paragraph ... ok [INFO] [stdout] test comment_does_not_create_paragraph ... ok [INFO] [stdout] test comment_separates_opening_right_angle ... ok [INFO] [stdout] test comment_separates_double_dash ... ok [INFO] [stdout] test comment_separates_triple_dash ... ok [INFO] [stdout] test nested_comment ... ok [INFO] [stdout] test comment_separates_closing_dash ... ok [INFO] [stdout] test comment_separates_opening_right_arrow ... ok [INFO] [stdout] test comment_does_not_escape_html ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] Running tests/convert.rs (/opt/rustwide/target/debug/deps/convert-536c6ecd802ae33b) [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test multiline_code ... ok [INFO] [stdout] test multiline_unescaped ... ok [INFO] [stdout] test multiline_code_after_text ... ok [INFO] [stdout] test multiline_escaped ... ok [INFO] [stdout] test details_infer_summary_with_paragraphs ... ok [INFO] [stdout] test details_infer_summary ... ok [INFO] [stdout] test dl_infer ... ok [INFO] [stdout] test table_infer_inline_with_star ... ok [INFO] [stdout] test table_infer_inline ... ok [INFO] [stdout] test simple_doc_xml ... ok [INFO] [stdout] test special_tags ... ok [INFO] [stdout] test paragraph_infer_inline ... ok [INFO] [stdout] test small_document_with_list ... ok [INFO] [stdout] test simple_doc ... ok [INFO] [stdout] test paragraph_infer_inline_with_attr ... ok [INFO] [stdout] test table_infer_inline_row ... ok [INFO] [stdout] test dl_infer_with_blocks ... ok [INFO] [stdout] test table_infer_inline_all ... ok [INFO] [stdout] test table_infer_inline_with_id ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stderr] Running tests/error.rs (/opt/rustwide/target/debug/deps/error-2b7d8b4885fdb220) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test unclosed_comment ... ok [INFO] [stdout] test unclosed_inline ... ok [INFO] [stdout] test unclosed_block ... ok [INFO] [stdout] test unclosed_special ... ok [INFO] [stdout] test double_unclosed_special ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Running tests/escape.rs (/opt/rustwide/target/debug/deps/escape-26cf31cc935f5710) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test x_letters_multiline ... ok [INFO] [stdout] test u_letters_multiline ... ok [INFO] [stdout] test x_letters ... ok [INFO] [stdout] test u_letters ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/infer.rs (/opt/rustwide/target/debug/deps/infer-6ebc3fb7b8715d67) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test list_with_paragraph_items_after_paragraph ... ok [INFO] [stdout] test table_nested_in_div ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/multiline.rs (/opt/rustwide/target/debug/deps/multiline-484a54f132ef4dea) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test multiline_double_indentation_pretty ... ok [INFO] [stdout] test multiline_code_indentation_pretty ... ok [INFO] [stdout] test multiline_double_indentation ... ok [INFO] [stdout] test multiline_code_indentation ... ok [INFO] [stdout] test multiline_single_indentation ... ok [INFO] [stdout] test multiline_single_indentation_pretty ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/raw.rs (/opt/rustwide/target/debug/deps/raw-0df21ef600a3b6aa) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test infer_style_raw ... ok [INFO] [stdout] test infer_script_raw ... 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] [stderr] Running tests/text.rs (/opt/rustwide/target/debug/deps/text-42cff954336b1b94) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test interpolation_curly_double_follows_single_word ... ok [INFO] [stdout] test interpolation_angle_mod ... ok [INFO] [stdout] test interpolation_angle_qmark ... ok [INFO] [stdout] test interpolation_curly_double ... ok [INFO] [stdout] test interpolation_curly_mod ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/utils.rs (/opt/rustwide/target/debug/deps/utils-1aab17eae2d9257a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests mintyml [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/config.rs - config::OutputConfig<'src>::update (line 85) ... ok [INFO] [stdout] test src/config.rs - config::OutputConfig<'src>::indent (line 123) ... ok [INFO] [stdout] test src/config.rs - config::OutputConfig<'src>::indent (line 106) ... ok [INFO] [stdout] test src/lib.rs - convert_to (line 121) ... ok [INFO] [stdout] test src/lib.rs - convert (line 43) ... ok [INFO] [stdout] test src/lib.rs - convert_forgiving (line 82) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.86s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6b0a76011e0f286d017ea07503f1b242ccf5394bdac1c93aa1f067201ffe6c76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b0a76011e0f286d017ea07503f1b242ccf5394bdac1c93aa1f067201ffe6c76", kill_on_drop: false }` [INFO] [stdout] 6b0a76011e0f286d017ea07503f1b242ccf5394bdac1c93aa1f067201ffe6c76