[INFO] fetching crate mintyml 0.1.19...
[INFO] testing mintyml-0.1.19 against 1.91.0 for beta-1.92-2
[INFO] extracting crate mintyml 0.1.19 into /workspace/builds/worker-2-tc1/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-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate mintyml 0.1.19 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded gramma v0.2.23
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 084a8ec0883ea8a65afad439ba6bcfbd9caff711e10ad0e4a1319fecce3a3f33
[INFO] running `Command { std: "docker" "start" "-a" "084a8ec0883ea8a65afad439ba6bcfbd9caff711e10ad0e4a1319fecce3a3f33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "084a8ec0883ea8a65afad439ba6bcfbd9caff711e10ad0e4a1319fecce3a3f33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "084a8ec0883ea8a65afad439ba6bcfbd9caff711e10ad0e4a1319fecce3a3f33", kill_on_drop: false }`
[INFO] [stdout] 084a8ec0883ea8a65afad439ba6bcfbd9caff711e10ad0e4a1319fecce3a3f33
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ae92fd1e2cf81f132d62593c2eeacf491fc5e6dc5a2beaca546f6dc4913a2950
[INFO] running `Command { std: "docker" "start" "-a" "ae92fd1e2cf81f132d62593c2eeacf491fc5e6dc5a2beaca546f6dc4913a2950", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.83
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]    Compiling smallvec v1.13.2
[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: 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<E>(&mut self, errors: impl IntoIterator<Item = E>) -> 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<impl MethodDefinition<'cfg>> {
[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<M>(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<Test, DirPrec, Data> {
[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<Test, DirPrec, Data> InferWhen<PredImpl<Test, DirPrec, Data>> {
[INFO] [stdout]    | ------------------------------------------------------------------ method in this implementation
[INFO] [stdout] 30 |     pub fn direction_precedence<F: Fn(&Data) -> 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<impl InferencePredicate> {
[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<impl InferencePredicate> {
[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<impl InferencePredicate> {
[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<T>(
[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<T, E>(
[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<Document, ParseError> {
[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<Document, ParseError<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.17s
[INFO] running `Command { std: "docker" "inspect" "ae92fd1e2cf81f132d62593c2eeacf491fc5e6dc5a2beaca546f6dc4913a2950", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae92fd1e2cf81f132d62593c2eeacf491fc5e6dc5a2beaca546f6dc4913a2950", kill_on_drop: false }`
[INFO] [stdout] ae92fd1e2cf81f132d62593c2eeacf491fc5e6dc5a2beaca546f6dc4913a2950
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6095bf72ad762c9840db448193fb68488b7a75a094fb8f35aa073c8c871b0f82
[INFO] running `Command { std: "docker" "start" "-a" "6095bf72ad762c9840db448193fb68488b7a75a094fb8f35aa073c8c871b0f82", 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: 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<E>(&mut self, errors: impl IntoIterator<Item = E>) -> 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<impl MethodDefinition<'cfg>> {
[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<M>(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<Test, DirPrec, Data> {
[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<Test, DirPrec, Data> InferWhen<PredImpl<Test, DirPrec, Data>> {
[INFO] [stdout]    | ------------------------------------------------------------------ method in this implementation
[INFO] [stdout] 30 |     pub fn direction_precedence<F: Fn(&Data) -> 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<impl InferencePredicate> {
[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<impl InferencePredicate> {
[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<impl InferencePredicate> {
[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<T>(
[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<T, E>(
[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<Document, ParseError> {
[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<Document, ParseError<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling mintyml v0.1.19 (/opt/rustwide/workdir)
[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<String, (Option<String>, 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<String, (Option<String>, 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<Option<OutputConfig<'static>>>,
[INFO] [stdout] 43 | ) -> (Option<String>, 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<String>, 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<String, (Option<String>, 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<String, (Option<String>, 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<Option<OutputConfig<'static>>>,
[INFO] [stdout] 43 | ) -> (Option<String>, 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<String>, 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<String, (Option<String>, 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<String, (Option<String>, 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<Option<OutputConfig<'static>>>,
[INFO] [stdout] 43 | ) -> (Option<String>, 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<String>, 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<String, (Option<String>, 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<String, (Option<String>, 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<Option<OutputConfig<'static>>>,
[INFO] [stdout] 43 | ) -> (Option<String>, 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<String>, 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<String, (Option<String>, 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<String, (Option<String>, 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<Option<OutputConfig<'static>>>,
[INFO] [stdout] 43 | ) -> (Option<String>, 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<String>, 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<String, (Option<String>, 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<String, (Option<String>, 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<Option<OutputConfig<'static>>>,
[INFO] [stdout] 43 | ) -> (Option<String>, 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<String>, 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<String, (Option<String>, 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<String, (Option<String>, 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<Option<OutputConfig<'static>>>,
[INFO] [stdout] 43 | ) -> (Option<String>, 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<String>, 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<String, (Option<String>, 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<String, (Option<String>, 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<Option<OutputConfig<'static>>>,
[INFO] [stdout] 43 | ) -> (Option<String>, 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<String>, 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<String, (Option<String>, 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<String, (Option<String>, 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<Option<OutputConfig<'static>>>,
[INFO] [stdout] 43 | ) -> (Option<String>, 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<String>, 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: 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<E>(&mut self, errors: impl IntoIterator<Item = E>) -> 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<impl MethodDefinition<'cfg>> {
[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<M>(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<Test, DirPrec, Data> {
[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<Test, DirPrec, Data> InferWhen<PredImpl<Test, DirPrec, Data>> {
[INFO] [stdout]    | ------------------------------------------------------------------ method in this implementation
[INFO] [stdout] 30 |     pub fn direction_precedence<F: Fn(&Data) -> 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<impl InferencePredicate> {
[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<impl InferencePredicate> {
[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<impl InferencePredicate> {
[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<T>(
[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<T, E>(
[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<Document, ParseError> {
[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<Document, ParseError<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.54s
[INFO] running `Command { std: "docker" "inspect" "6095bf72ad762c9840db448193fb68488b7a75a094fb8f35aa073c8c871b0f82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6095bf72ad762c9840db448193fb68488b7a75a094fb8f35aa073c8c871b0f82", kill_on_drop: false }`
[INFO] [stdout] 6095bf72ad762c9840db448193fb68488b7a75a094fb8f35aa073c8c871b0f82
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1da9aea3d5d7b5aa575dc3ac0c1d1189cb0eea8c9731b3983e9f6bfc80ea2c8f
[INFO] running `Command { std: "docker" "start" "-a" "1da9aea3d5d7b5aa575dc3ac0c1d1189cb0eea8c9731b3983e9f6bfc80ea2c8f", 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: field `combinator` is never read
[INFO] [stderr]   --> src/document/elements.rs:20:12
[INFO] [stderr]    |
[INFO] [stderr] 20 |     Line { combinator: LocationRange },
[INFO] [stderr]    |     ----   ^^^^^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ElementDelimiter` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `block` is never read
[INFO] [stderr]   --> src/document/elements.rs:22:13
[INFO] [stderr]    |
[INFO] [stderr] 22 |     Block { block: LocationRange },
[INFO] [stderr]    |     -----   ^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ElementDelimiter` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `combinator` and `block` are never read
[INFO] [stderr]   --> src/document/elements.rs:25:9
[INFO] [stderr]    |
[INFO] [stderr] 24 |     LineBlock {
[INFO] [stderr]    |     --------- fields in this variant
[INFO] [stderr] 25 |         combinator: LocationRange,
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr] 26 |         block: LocationRange,
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ElementDelimiter` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `range` is never read
[INFO] [stderr]   --> src/document/selectors.rs:82:16
[INFO] [stderr]    |
[INFO] [stderr] 82 |     Wildcard { range: LocationRange },
[INFO] [stderr]    |     --------   ^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr] 
[INFO] [stderr] warning: field `hash` is never read
[INFO] [stderr]    --> src/document/selectors.rs:110:9
[INFO] [stderr]     |
[INFO] [stderr] 109 |     Id {
[INFO] [stderr]     |     -- field in this variant
[INFO] [stderr] 110 |         hash: LocationRange,
[INFO] [stderr]     |         ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `dot` is never read
[INFO] [stderr]    --> src/document/selectors.rs:115:9
[INFO] [stderr]     |
[INFO] [stderr] 114 |     Class {
[INFO] [stderr]     |     ----- field in this variant
[INFO] [stderr] 115 |         dot: LocationRange,
[INFO] [stderr]     |         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `range` is never read
[INFO] [stderr]    --> src/document/selectors.rs:120:9
[INFO] [stderr]     |
[INFO] [stderr] 119 |     Attributes {
[INFO] [stderr]     |     ---------- field in this variant
[INFO] [stderr] 120 |         range: LocationRange,
[INFO] [stderr]     |         ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `range` is never read
[INFO] [stderr]    --> src/document/selectors.rs:127:9
[INFO] [stderr]     |
[INFO] [stderr] 126 | pub struct Attribute<'cfg> {
[INFO] [stderr]     |            --------- field in this struct
[INFO] [stderr] 127 |     pub range: LocationRange,
[INFO] [stderr]     |         ^^^^^
[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<E>(&mut self, errors: impl IntoIterator<Item = E>) -> InternalResult
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `apply_from` is never used
[INFO] [stderr]   --> src/inference/engine/mod.rs:99:8
[INFO] [stderr]    |
[INFO] [stderr] 92 | pub trait MethodDefinition<'cfg, _Bound = &'cfg Self>:
[INFO] [stderr]    |           ---------------- method in this trait
[INFO] [stderr] ...
[INFO] [stderr] 99 |     fn apply_from(self, other: &impl Infer<'cfg>) -> Self::Append<impl MethodDefinition<'cfg>> {
[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<M>(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<Test, DirPrec, Data> {
[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<Test, DirPrec, Data> InferWhen<PredImpl<Test, DirPrec, Data>> {
[INFO] [stderr]    | ------------------------------------------------------------------ method in this implementation
[INFO] [stderr] 30 |     pub fn direction_precedence<F: Fn(&Data) -> 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<impl InferencePredicate> {
[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<impl InferencePredicate> {
[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<impl InferencePredicate> {
[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<T>(
[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<T, E>(
[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<Document, ParseError> {
[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<Document, ParseError<'_>> {
[INFO] [stderr]    |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `mintyml` (lib) generated 29 warnings (run `cargo fix --lib -p mintyml` to apply 1 suggestion)
[INFO] [stderr] warning: `mintyml` (lib test) generated 29 warnings (29 duplicates)
[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<String, (Option<String>, 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<String, (Option<String>, 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<Option<OutputConfig<'static>>>,
[INFO] [stderr] 43 | ) -> (Option<String>, 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<String>, ConvertError<'_>) {
[INFO] [stderr]    |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `mintyml` (test "escape") generated 2 warnings (run `cargo fix --test "escape"` to apply 2 suggestions)
[INFO] [stderr] warning: `mintyml` (test "comment") generated 2 warnings (2 duplicates)
[INFO] [stderr] warning: `mintyml` (test "infer") generated 2 warnings (2 duplicates)
[INFO] [stderr] warning: `mintyml` (test "convert") generated 2 warnings (2 duplicates)
[INFO] [stderr] warning: `mintyml` (test "error") generated 2 warnings (2 duplicates)
[INFO] [stderr] warning: `mintyml` (test "raw") generated 2 warnings (2 duplicates)
[INFO] [stderr] warning: `mintyml` (test "text") generated 2 warnings (2 duplicates)
[INFO] [stderr] warning: `mintyml` (test "utils") generated 2 warnings (2 duplicates)
[INFO] [stderr] warning: `mintyml` (test "multiline") generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mintyml-1c4f56cdda524e27)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test ast::selectors::test::selector_empty_repeated ... ok
[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::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_cannot_start_with_whitespace ... ok
[INFO] [stdout] test ast::test::text_segment_non_alphanumeric_before_gt_excluded ... ok
[INFO] [stdout] test ast::test::right_arrow_node ... ok
[INFO] [stdout] test ast::test::text_segment_alphanumeric_word_fails_before_gt ... ok
[INFO] [stdout] test ast::test::selector_chain_alphanumeric_lexes_before_gt ... ok
[INFO] [stdout] test ast::test::text_segment_excludes_line_breaks ... ok
[INFO] [stdout] test ast::test::wrapped_line ... ok
[INFO] [stdout] test ast::test::multi_paragraph_block ... ok
[INFO] [stdout] test ast::test::ast_demo2 ... 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.08s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/comment.rs (/opt/rustwide/target/debug/deps/comment-a08affdbbdb223a6)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test comment_does_not_split_paragraph ... ok
[INFO] [stdout] test comment_separates_opening_right_angle ... ok
[INFO] [stdout] test comment_separates_double_dash ... ok
[INFO] [stdout] test comment_separates_closing_dash ... ok
[INFO] [stdout] test nested_comment ... ok
[INFO] [stdout] test comment_separates_opening_right_arrow ... ok
[INFO] [stdout] test comment_does_not_create_paragraph ... ok
[INFO] [stdout] test comment_separates_triple_dash ... 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.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/convert.rs (/opt/rustwide/target/debug/deps/convert-1211e4db6c7e36eb)
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test multiline_code ... ok
[INFO] [stdout] test multiline_escaped ... ok
[INFO] [stdout] test multiline_code_after_text ... ok
[INFO] [stdout] test details_infer_summary ... ok
[INFO] [stdout] test multiline_unescaped ... ok
[INFO] [stdout] test details_infer_summary_with_paragraphs ... ok
[INFO] [stdout] test dl_infer ... ok
[INFO] [stdout] test table_infer_inline_with_id ... ok
[INFO] [stdout] test table_infer_inline_row ... ok
[INFO] [stdout] test paragraph_infer_inline_with_attr ... ok
[INFO] [stdout] test table_infer_inline ... ok
[INFO] [stdout] test paragraph_infer_inline ... ok
[INFO] [stdout] test table_infer_inline_with_star ... ok
[INFO] [stdout] test table_infer_inline_all ... ok
[INFO] [stdout] test dl_infer_with_blocks ... ok
[INFO] [stdout] test small_document_with_list ... ok
[INFO] [stdout] test special_tags ... ok
[INFO] [stdout] test simple_doc_xml ... ok
[INFO] [stdout] test simple_doc ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/error.rs (/opt/rustwide/target/debug/deps/error-32aa32b6b318a827)
[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 double_unclosed_special ... ok
[INFO] [stdout] test unclosed_special ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/escape.rs (/opt/rustwide/target/debug/deps/escape-98c65fa589fc0780)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test u_letters_multiline ... ok
[INFO] [stdout] test x_letters_multiline ... ok
[INFO] [stdout] test u_letters ... ok
[INFO] [stdout] test x_letters ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/infer.rs (/opt/rustwide/target/debug/deps/infer-521669ed9c2e93bf)
[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.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/multiline.rs (/opt/rustwide/target/debug/deps/multiline-0f816d9065ed1292)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test multiline_code_indentation_pretty ... ok
[INFO] [stdout] test multiline_code_indentation ... ok
[INFO] [stdout] test multiline_double_indentation ... ok
[INFO] [stdout] test multiline_single_indentation ... ok
[INFO] [stdout] test multiline_single_indentation_pretty ... ok
[INFO] [stdout] test multiline_double_indentation_pretty ... ok
[INFO] [stderr]      Running tests/raw.rs (/opt/rustwide/target/debug/deps/raw-0b48ae33bd610768)
[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] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test infer_script_raw ... ok
[INFO] [stdout] test infer_style_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-c7137bdb0bfb014f)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test interpolation_curly_double_follows_single_word ... ok
[INFO] [stdout] test interpolation_angle_qmark ... ok
[INFO] [stdout] test interpolation_angle_mod ... ok
[INFO] [stdout] test interpolation_curly_mod ... ok
[INFO] [stdout] test interpolation_curly_double ... 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-1f6b1e138885ae1a)
[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 106) ... ok
[INFO] [stdout] test src/lib.rs - convert_forgiving (line 82) ... ok
[INFO] [stdout] test src/lib.rs - convert_to (line 121) ... ok
[INFO] [stdout] test src/config.rs - config::OutputConfig<'src>::indent (line 123) ... ok
[INFO] [stdout] test src/lib.rs - convert (line 43) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.99s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1da9aea3d5d7b5aa575dc3ac0c1d1189cb0eea8c9731b3983e9f6bfc80ea2c8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1da9aea3d5d7b5aa575dc3ac0c1d1189cb0eea8c9731b3983e9f6bfc80ea2c8f", kill_on_drop: false }`
[INFO] [stdout] 1da9aea3d5d7b5aa575dc3ac0c1d1189cb0eea8c9731b3983e9f6bfc80ea2c8f
