[INFO] fetching crate mintyml 0.1.19... [INFO] testing mintyml-0.1.19 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate mintyml 0.1.19 into /workspace/builds/worker-0-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-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate mintyml 0.1.19 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 054a740b4ac7814c9ed2225309de53fb1a988bb155e391e4408dfcdae829c5ea [INFO] running `Command { std: "docker" "start" "-a" "054a740b4ac7814c9ed2225309de53fb1a988bb155e391e4408dfcdae829c5ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "054a740b4ac7814c9ed2225309de53fb1a988bb155e391e4408dfcdae829c5ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "054a740b4ac7814c9ed2225309de53fb1a988bb155e391e4408dfcdae829c5ea", kill_on_drop: false }` [INFO] [stdout] 054a740b4ac7814c9ed2225309de53fb1a988bb155e391e4408dfcdae829c5ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f78251767a5c9c0430736b1d857ba205e1d2a40c078f6429684bed6ffd81bedb [INFO] running `Command { std: "docker" "start" "-a" "f78251767a5c9c0430736b1d857ba205e1d2a40c078f6429684bed6ffd81bedb", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.83 [INFO] [stderr] Compiling unicode-ident v1.0.12 [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 syn v1.0.109 [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(&mut self, errors: impl IntoIterator) -> InternalResult [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `apply_from` is never used [INFO] [stdout] --> src/inference/engine/mod.rs:99:8 [INFO] [stdout] | [INFO] [stdout] 92 | pub trait MethodDefinition<'cfg, _Bound = &'cfg Self>: [INFO] [stdout] | ---------------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 99 | fn apply_from(self, other: &impl Infer<'cfg>) -> Self::Append> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/inference/engine/mod.rs:303:8 [INFO] [stdout] | [INFO] [stdout] 302 | impl<'cfg> InferenceMethod<'cfg> { [INFO] [stdout] | -------------------------------- associated function in this implementation [INFO] [stdout] 303 | fn new(value: impl IntoInferenceMethod<'cfg, M> + 'cfg) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `ChildInference` is never used [INFO] [stdout] --> src/inference/engine/mod.rs:315:17 [INFO] [stdout] | [INFO] [stdout] 315 | pub(crate) enum ChildInference<'cfg> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `dir_prec` is never read [INFO] [stdout] --> src/inference/engine/when.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 23 | struct PredImpl { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 24 | matches: Test, [INFO] [stdout] 25 | dir_prec: DirPrec, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `direction_precedence` is never used [INFO] [stdout] --> src/inference/engine/when.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 29 | impl InferWhen> { [INFO] [stdout] | ------------------------------------------------------------------ method in this implementation [INFO] [stdout] 30 | pub fn direction_precedence DirectionPrecedence>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `element` is never used [INFO] [stdout] --> src/inference/engine/when.rs:87:8 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn element() -> InferWhen { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inline` is never used [INFO] [stdout] --> src/inference/engine/when.rs:95:8 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn inline() -> InferWhen { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `descendant_of` is never used [INFO] [stdout] --> src/inference/engine/when.rs:169:8 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn descendant_of(pred: impl InferencePredicate) -> InferWhen { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `JustBefore` is never constructed [INFO] [stdout] --> src/inference/engine/when.rs:224:9 [INFO] [stdout] | [INFO] [stdout] 224 | JustBefore, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_relative` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `just_before` is never used [INFO] [stdout] --> src/inference/engine/when.rs:223:9 [INFO] [stdout] | [INFO] [stdout] 223 | just_before, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_relative` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `JustAfter` is never constructed [INFO] [stdout] --> src/inference/engine/when.rs:231:9 [INFO] [stdout] | [INFO] [stdout] 231 | JustAfter, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_relative` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `just_after` is never used [INFO] [stdout] --> src/inference/engine/when.rs:230:9 [INFO] [stdout] | [INFO] [stdout] 230 | just_after, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_relative` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `errors` is never read [INFO] [stdout] --> src/transform/apply_special_tags.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 20 | struct TransformContext<'cx, 'cfg> { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 21 | config: &'cx OutputConfig<'cfg>, [INFO] [stdout] 22 | errors: &'cx mut Errors, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `src`, `split`, `pre`, and `jump_to_end` are never used [INFO] [stdout] --> src/utils.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 15 | impl<'src> StrCursor<'src> { [INFO] [stdout] | -------------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 20 | pub fn src(&self) -> &'src str { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | pub fn split(&self) -> (&'src str, &'src str) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | pub fn pre(&self) -> &'src str { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 40 | pub fn jump_to_end(&mut self) -> &'src str { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `map_with_next` is never used [INFO] [stdout] --> src/utils.rs:151:4 [INFO] [stdout] | [INFO] [stdout] 151 | fn map_with_next<'iter, T, U>( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `intersperse_with` is never used [INFO] [stdout] --> src/utils.rs:169:8 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn intersperse_with( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `try_extend` is never used [INFO] [stdout] --> src/utils.rs:185:8 [INFO] [stdout] | [INFO] [stdout] 185 | pub fn try_extend( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ast.rs:53:19 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn parse(src: &str) -> Result { [INFO] [stdout] | ^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 53 | pub fn parse(src: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.93s [INFO] running `Command { std: "docker" "inspect" "f78251767a5c9c0430736b1d857ba205e1d2a40c078f6429684bed6ffd81bedb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f78251767a5c9c0430736b1d857ba205e1d2a40c078f6429684bed6ffd81bedb", kill_on_drop: false }` [INFO] [stdout] f78251767a5c9c0430736b1d857ba205e1d2a40c078f6429684bed6ffd81bedb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8dfd9455577d379e36523ca55a7bbb2f8d63ec1c0d85397653641bdb10b29373 [INFO] running `Command { std: "docker" "start" "-a" "8dfd9455577d379e36523ca55a7bbb2f8d63ec1c0d85397653641bdb10b29373", 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(&mut self, errors: impl IntoIterator) -> InternalResult [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `apply_from` is never used [INFO] [stdout] --> src/inference/engine/mod.rs:99:8 [INFO] [stdout] | [INFO] [stdout] 92 | pub trait MethodDefinition<'cfg, _Bound = &'cfg Self>: [INFO] [stdout] | ---------------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 99 | fn apply_from(self, other: &impl Infer<'cfg>) -> Self::Append> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/inference/engine/mod.rs:303:8 [INFO] [stdout] | [INFO] [stdout] 302 | impl<'cfg> InferenceMethod<'cfg> { [INFO] [stdout] | -------------------------------- associated function in this implementation [INFO] [stdout] 303 | fn new(value: impl IntoInferenceMethod<'cfg, M> + 'cfg) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `ChildInference` is never used [INFO] [stdout] --> src/inference/engine/mod.rs:315:17 [INFO] [stdout] | [INFO] [stdout] 315 | pub(crate) enum ChildInference<'cfg> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling mintyml v0.1.19 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `dir_prec` is never read [INFO] [stdout] --> src/inference/engine/when.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 23 | struct PredImpl { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 24 | matches: Test, [INFO] [stdout] 25 | dir_prec: DirPrec, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `direction_precedence` is never used [INFO] [stdout] --> src/inference/engine/when.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 29 | impl InferWhen> { [INFO] [stdout] | ------------------------------------------------------------------ method in this implementation [INFO] [stdout] 30 | pub fn direction_precedence DirectionPrecedence>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `element` is never used [INFO] [stdout] --> src/inference/engine/when.rs:87:8 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn element() -> InferWhen { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inline` is never used [INFO] [stdout] --> src/inference/engine/when.rs:95:8 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn inline() -> InferWhen { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `descendant_of` is never used [INFO] [stdout] --> src/inference/engine/when.rs:169:8 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn descendant_of(pred: impl InferencePredicate) -> InferWhen { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `JustBefore` is never constructed [INFO] [stdout] --> src/inference/engine/when.rs:224:9 [INFO] [stdout] | [INFO] [stdout] 224 | JustBefore, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_relative` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `just_before` is never used [INFO] [stdout] --> src/inference/engine/when.rs:223:9 [INFO] [stdout] | [INFO] [stdout] 223 | just_before, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_relative` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `JustAfter` is never constructed [INFO] [stdout] --> src/inference/engine/when.rs:231:9 [INFO] [stdout] | [INFO] [stdout] 231 | JustAfter, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_relative` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `just_after` is never used [INFO] [stdout] --> src/inference/engine/when.rs:230:9 [INFO] [stdout] | [INFO] [stdout] 230 | just_after, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_relative` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `errors` is never read [INFO] [stdout] --> src/transform/apply_special_tags.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 20 | struct TransformContext<'cx, 'cfg> { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 21 | config: &'cx OutputConfig<'cfg>, [INFO] [stdout] 22 | errors: &'cx mut Errors, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `src`, `split`, `pre`, and `jump_to_end` are never used [INFO] [stdout] --> src/utils.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 15 | impl<'src> StrCursor<'src> { [INFO] [stdout] | -------------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 20 | pub fn src(&self) -> &'src str { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | pub fn split(&self) -> (&'src str, &'src str) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | pub fn pre(&self) -> &'src str { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 40 | pub fn jump_to_end(&mut self) -> &'src str { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `map_with_next` is never used [INFO] [stdout] --> src/utils.rs:151:4 [INFO] [stdout] | [INFO] [stdout] 151 | fn map_with_next<'iter, T, U>( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `intersperse_with` is never used [INFO] [stdout] --> src/utils.rs:169:8 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn intersperse_with( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `try_extend` is never used [INFO] [stdout] --> src/utils.rs:185:8 [INFO] [stdout] | [INFO] [stdout] 185 | pub fn try_extend( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ast.rs:53:19 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn parse(src: &str) -> Result { [INFO] [stdout] | ^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 53 | pub fn parse(src: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 11 | ) -> Result, ConvertError)> { [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 11 | ) -> Result, ConvertError<'_>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 42 | cfg: impl Into>>, [INFO] [stdout] 43 | ) -> (Option, ConvertError) { [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 43 | ) -> (Option, ConvertError<'_>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 11 | ) -> Result, ConvertError)> { [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 11 | ) -> Result, ConvertError<'_>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 42 | cfg: impl Into>>, [INFO] [stdout] 43 | ) -> (Option, ConvertError) { [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 43 | ) -> (Option, ConvertError<'_>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 11 | ) -> Result, ConvertError)> { [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 11 | ) -> Result, ConvertError<'_>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 42 | cfg: impl Into>>, [INFO] [stdout] 43 | ) -> (Option, ConvertError) { [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 43 | ) -> (Option, ConvertError<'_>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 11 | ) -> Result, ConvertError)> { [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 11 | ) -> Result, ConvertError<'_>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] 42 | cfg: impl Into>>, [INFO] [stdout] 43 | ) -> (Option, ConvertError) { [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 43 | ) -> (Option, ConvertError<'_>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | src: &str, [INFO] [stdout] | ^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 11 | ) -> Result, ConvertError)> { [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 11 | ) -> Result, ConvertError<'_>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> tests/utils.rs: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: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: field `combinator` is never read [INFO] [stdout] --> src/document/elements.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | Line { combinator: LocationRange }, [INFO] [stdout] | ---- ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `ElementDelimiter` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `block` is never read [INFO] [stdout] --> src/document/elements.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | Block { block: LocationRange }, [INFO] [stdout] | ----- ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `ElementDelimiter` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `combinator` and `block` are never read [INFO] [stdout] --> src/document/elements.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 24 | LineBlock { [INFO] [stdout] | --------- fields in this variant [INFO] [stdout] 25 | combinator: LocationRange, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 26 | block: LocationRange, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ElementDelimiter` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `range` is never read [INFO] [stdout] --> src/document/selectors.rs:82:16 [INFO] [stdout] | [INFO] [stdout] 82 | Wildcard { range: LocationRange }, [INFO] [stdout] | -------- ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `hash` is never read [INFO] [stdout] --> src/document/selectors.rs:110:9 [INFO] [stdout] | [INFO] [stdout] 109 | Id { [INFO] [stdout] | -- field in this variant [INFO] [stdout] 110 | hash: LocationRange, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `dot` is never read [INFO] [stdout] --> src/document/selectors.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 114 | Class { [INFO] [stdout] | ----- field in this variant [INFO] [stdout] 115 | dot: LocationRange, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `range` is never read [INFO] [stdout] --> src/document/selectors.rs:120:9 [INFO] [stdout] | [INFO] [stdout] 119 | Attributes { [INFO] [stdout] | ---------- field in this variant [INFO] [stdout] 120 | range: LocationRange, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `range` is never read [INFO] [stdout] --> src/document/selectors.rs:127:9 [INFO] [stdout] | [INFO] [stdout] 126 | pub struct Attribute<'cfg> { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 127 | pub range: LocationRange, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `inline_space` is never used [INFO] [stdout] --> src/document/text.rs:271:12 [INFO] [stdout] | [INFO] [stdout] 124 | impl<'cfg> BuildContext<'_, 'cfg> { [INFO] [stdout] | --------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 271 | pub fn inline_space( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `semantic` is never used [INFO] [stdout] --> src/error.rs:459:12 [INFO] [stdout] | [INFO] [stdout] 402 | impl Errors { [INFO] [stdout] | ----------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 459 | pub fn semantic(&mut self, errors: impl IntoIterator) -> InternalResult [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `apply_from` is never used [INFO] [stdout] --> src/inference/engine/mod.rs:99:8 [INFO] [stdout] | [INFO] [stdout] 92 | pub trait MethodDefinition<'cfg, _Bound = &'cfg Self>: [INFO] [stdout] | ---------------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 99 | fn apply_from(self, other: &impl Infer<'cfg>) -> Self::Append> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/inference/engine/mod.rs:303:8 [INFO] [stdout] | [INFO] [stdout] 302 | impl<'cfg> InferenceMethod<'cfg> { [INFO] [stdout] | -------------------------------- associated function in this implementation [INFO] [stdout] 303 | fn new(value: impl IntoInferenceMethod<'cfg, M> + 'cfg) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `ChildInference` is never used [INFO] [stdout] --> src/inference/engine/mod.rs:315:17 [INFO] [stdout] | [INFO] [stdout] 315 | pub(crate) enum ChildInference<'cfg> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `dir_prec` is never read [INFO] [stdout] --> src/inference/engine/when.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 23 | struct PredImpl { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 24 | matches: Test, [INFO] [stdout] 25 | dir_prec: DirPrec, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `direction_precedence` is never used [INFO] [stdout] --> src/inference/engine/when.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 29 | impl InferWhen> { [INFO] [stdout] | ------------------------------------------------------------------ method in this implementation [INFO] [stdout] 30 | pub fn direction_precedence DirectionPrecedence>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `element` is never used [INFO] [stdout] --> src/inference/engine/when.rs:87:8 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn element() -> InferWhen { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inline` is never used [INFO] [stdout] --> src/inference/engine/when.rs:95:8 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn inline() -> InferWhen { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `descendant_of` is never used [INFO] [stdout] --> src/inference/engine/when.rs:169:8 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn descendant_of(pred: impl InferencePredicate) -> InferWhen { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `JustBefore` is never constructed [INFO] [stdout] --> src/inference/engine/when.rs:224:9 [INFO] [stdout] | [INFO] [stdout] 224 | JustBefore, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_relative` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `just_before` is never used [INFO] [stdout] --> src/inference/engine/when.rs:223:9 [INFO] [stdout] | [INFO] [stdout] 223 | just_before, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_relative` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `JustAfter` is never constructed [INFO] [stdout] --> src/inference/engine/when.rs:231:9 [INFO] [stdout] | [INFO] [stdout] 231 | JustAfter, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_relative` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `just_after` is never used [INFO] [stdout] --> src/inference/engine/when.rs:230:9 [INFO] [stdout] | [INFO] [stdout] 230 | just_after, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_relative` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `errors` is never read [INFO] [stdout] --> src/transform/apply_special_tags.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 20 | struct TransformContext<'cx, 'cfg> { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 21 | config: &'cx OutputConfig<'cfg>, [INFO] [stdout] 22 | errors: &'cx mut Errors, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `src`, `split`, `pre`, and `jump_to_end` are never used [INFO] [stdout] --> src/utils.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 15 | impl<'src> StrCursor<'src> { [INFO] [stdout] | -------------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 20 | pub fn src(&self) -> &'src str { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | pub fn split(&self) -> (&'src str, &'src str) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | pub fn pre(&self) -> &'src str { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 40 | pub fn jump_to_end(&mut self) -> &'src str { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `map_with_next` is never used [INFO] [stdout] --> src/utils.rs:151:4 [INFO] [stdout] | [INFO] [stdout] 151 | fn map_with_next<'iter, T, U>( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `intersperse_with` is never used [INFO] [stdout] --> src/utils.rs:169:8 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn intersperse_with( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `try_extend` is never used [INFO] [stdout] --> src/utils.rs:185:8 [INFO] [stdout] | [INFO] [stdout] 185 | pub fn try_extend( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ast.rs:53:19 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn parse(src: &str) -> Result { [INFO] [stdout] | ^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 53 | pub fn parse(src: &str) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 8.56s [INFO] running `Command { std: "docker" "inspect" "8dfd9455577d379e36523ca55a7bbb2f8d63ec1c0d85397653641bdb10b29373", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8dfd9455577d379e36523ca55a7bbb2f8d63ec1c0d85397653641bdb10b29373", kill_on_drop: false }` [INFO] [stdout] 8dfd9455577d379e36523ca55a7bbb2f8d63ec1c0d85397653641bdb10b29373 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 90f19ad3c75a185f6cac2bebb346fa0ee94abbcb8cc13cb25a2149caaeb2585d [INFO] running `Command { std: "docker" "start" "-a" "90f19ad3c75a185f6cac2bebb346fa0ee94abbcb8cc13cb25a2149caaeb2585d", 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(&mut self, errors: impl IntoIterator) -> 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> { [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 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, 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 "infer") generated 2 warnings (run `cargo fix --test "infer"` to apply 2 suggestions) [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 "escape") generated 2 warnings (2 duplicates) [INFO] [stderr] warning: `mintyml` (test "multiline") 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` (test "text") generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mintyml-2ae8449243b0761f) [INFO] [stdout] [INFO] [stdout] running 18 tests [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::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::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::multi_paragraph_block ... ok [INFO] [stdout] test ast::test::right_arrow_node ... ok [INFO] [stdout] test ast::test::text_segment_cannot_start_with_whitespace ... 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::empty_line ... ok [INFO] [stdout] test ast::test::wrapped_line ... ok [INFO] [stdout] test ast::test::ast_demo2 ... ok [INFO] [stdout] test ast::selectors::test::invalid_selector ... ok [INFO] [stdout] test output::output_demo ... ok [INFO] [stdout] test ast::test::ast_demo ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s [INFO] [stdout] [INFO] [stderr] Running tests/comment.rs (/opt/rustwide/target/debug/deps/comment-e11a030aed0db443) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test comment_separates_triple_dash ... ok [INFO] [stdout] test comment_does_not_split_paragraph ... ok [INFO] [stdout] test comment_separates_closing_dash ... 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_opening_right_arrow ... ok [INFO] [stdout] test comment_does_not_escape_html ... ok [INFO] [stdout] test nested_comment ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s [INFO] [stdout] [INFO] [stderr] Running tests/convert.rs (/opt/rustwide/target/debug/deps/convert-5514bd056839e3c3) [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test multiline_escaped ... ok [INFO] [stdout] test multiline_code_after_text ... ok [INFO] [stdout] test multiline_unescaped ... ok [INFO] [stdout] test multiline_code ... ok [INFO] [stdout] test paragraph_infer_inline ... ok [INFO] [stdout] test details_infer_summary_with_paragraphs ... ok [INFO] [stdout] test dl_infer ... ok [INFO] [stdout] test paragraph_infer_inline_with_attr ... ok [INFO] [stdout] test simple_doc ... ok [INFO] [stdout] test table_infer_inline_with_star ... ok [INFO] [stdout] test details_infer_summary ... ok [INFO] [stdout] test table_infer_inline ... ok [INFO] [stdout] test special_tags ... ok [INFO] [stdout] test table_infer_inline_row ... ok [INFO] [stdout] test dl_infer_with_blocks ... ok [INFO] [stdout] test small_document_with_list ... ok [INFO] [stdout] test table_infer_inline_with_id ... ok [INFO] [stdout] test simple_doc_xml ... ok [INFO] [stdout] test table_infer_inline_all ... ok [INFO] [stderr] Running tests/error.rs (/opt/rustwide/target/debug/deps/error-339a2d1f7c6b77ab) [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s [INFO] [stdout] [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] [stderr] Running tests/escape.rs (/opt/rustwide/target/debug/deps/escape-84a90bb5c5090d07) [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [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.01s [INFO] [stdout] [INFO] [stderr] Running tests/infer.rs (/opt/rustwide/target/debug/deps/infer-08d8e97e551c6fc8) [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.04s [INFO] [stdout] [INFO] [stderr] Running tests/multiline.rs (/opt/rustwide/target/debug/deps/multiline-b22158740464f7e0) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test multiline_single_indentation ... ok [INFO] [stdout] test multiline_single_indentation_pretty ... ok [INFO] [stdout] test multiline_code_indentation ... ok [INFO] [stdout] test multiline_code_indentation_pretty ... ok [INFO] [stdout] test multiline_double_indentation ... ok [INFO] [stdout] test multiline_double_indentation_pretty ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running tests/raw.rs (/opt/rustwide/target/debug/deps/raw-94704da8625e7f31) [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.07s [INFO] [stdout] [INFO] [stderr] Running tests/text.rs (/opt/rustwide/target/debug/deps/text-42696b3cc1987e76) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test interpolation_angle_qmark ... ok [INFO] [stdout] test interpolation_angle_mod ... ok [INFO] [stdout] test interpolation_curly_double_follows_single_word ... 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.06s [INFO] [stdout] [INFO] [stderr] Running tests/utils.rs (/opt/rustwide/target/debug/deps/utils-b896342678dd0973) [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/lib.rs - convert_to (line 121) ... FAILED [INFO] [stdout] test src/lib.rs - convert (line 43) ... FAILED [INFO] [stdout] test src/config.rs - config::OutputConfig<'src>::indent (line 123) ... FAILED [INFO] [stdout] test src/config.rs - config::OutputConfig<'src>::indent (line 106) ... FAILED [INFO] [stdout] test src/lib.rs - convert_forgiving (line 82) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - convert_to (line 121) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc69p3X1/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libmintyml-442dd2cd5b09b322,libgramma-8e0418b93a66d73c,libsmallvec-2e8bea413e02b26b,libeither-6c291e36102ca5de}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc69p3X1/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestD8Adns/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - convert (line 43) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcW7vlTW/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libmintyml-442dd2cd5b09b322,libgramma-8e0418b93a66d73c,libsmallvec-2e8bea413e02b26b,libeither-6c291e36102ca5de}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcW7vlTW/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestxyJhNr/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/config.rs - config::OutputConfig<'src>::indent (line 123) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc3xqszt/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libmintyml-442dd2cd5b09b322,libgramma-8e0418b93a66d73c,libsmallvec-2e8bea413e02b26b,libeither-6c291e36102ca5de}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc3xqszt/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestBncy9T/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/config.rs - config::OutputConfig<'src>::indent (line 106) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcMhLOTi/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libmintyml-442dd2cd5b09b322,libgramma-8e0418b93a66d73c,libsmallvec-2e8bea413e02b26b,libeither-6c291e36102ca5de}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcMhLOTi/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestNQf51k/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - convert_forgiving (line 82) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcRXtNrV/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libmintyml-442dd2cd5b09b322,libgramma-8e0418b93a66d73c,libsmallvec-2e8bea413e02b26b,libeither-6c291e36102ca5de}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcRXtNrV/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctest4amV7i/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/config.rs - config::OutputConfig<'src>::indent (line 106) [INFO] [stdout] src/config.rs - config::OutputConfig<'src>::indent (line 123) [INFO] [stdout] src/lib.rs - convert (line 43) [INFO] [stdout] src/lib.rs - convert_forgiving (line 82) [INFO] [stdout] src/lib.rs - convert_to (line 121) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.69s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "90f19ad3c75a185f6cac2bebb346fa0ee94abbcb8cc13cb25a2149caaeb2585d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90f19ad3c75a185f6cac2bebb346fa0ee94abbcb8cc13cb25a2149caaeb2585d", kill_on_drop: false }` [INFO] [stdout] 90f19ad3c75a185f6cac2bebb346fa0ee94abbcb8cc13cb25a2149caaeb2585d