[INFO] cloning repository https://github.com/klardotsh/what-the-ref
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/klardotsh/what-the-ref" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fklardotsh%2Fwhat-the-ref", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fklardotsh%2Fwhat-the-ref'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 75c672ff691ec1bbb090cdb24055409a3b49f804
[INFO] checking klardotsh/what-the-ref against master#36b21637e93b038453924d3c66821089e71d8baa for pr-143164
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fklardotsh%2Fwhat-the-ref" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/klardotsh/what-the-ref
[INFO] finished tweaking git repo https://github.com/klardotsh/what-the-ref
[INFO] tweaked toml for git repo https://github.com/klardotsh/what-the-ref written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/klardotsh/what-the-ref on toolchain 36b21637e93b038453924d3c66821089e71d8baa
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36b21637e93b038453924d3c66821089e71d8baa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/klardotsh/what-the-ref 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" "+36b21637e93b038453924d3c66821089e71d8baa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded linkify v0.10.0
[INFO] [stderr]   Downloaded mdurl v0.3.1
[INFO] [stderr]   Downloaded markdown-it-front-matter v0.3.0
[INFO] [stderr]   Downloaded feed-rs v1.5.3
[INFO] [stderr]   Downloaded markdown-it v0.6.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+36b21637e93b038453924d3c66821089e71d8baa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 003de8386a452f19009491486901451dd769fadcabcdde7ad70e35e9c08d0bbe
[INFO] running `Command { std: "docker" "start" "-a" "003de8386a452f19009491486901451dd769fadcabcdde7ad70e35e9c08d0bbe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "003de8386a452f19009491486901451dd769fadcabcdde7ad70e35e9c08d0bbe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "003de8386a452f19009491486901451dd769fadcabcdde7ad70e35e9c08d0bbe", kill_on_drop: false }`
[INFO] [stdout] 003de8386a452f19009491486901451dd769fadcabcdde7ad70e35e9c08d0bbe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+36b21637e93b038453924d3c66821089e71d8baa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 312a982cc8b4d87be81f477ec7f7c69ae6a6fed29a9c197c0e62fc092841c8fb
[INFO] running `Command { std: "docker" "start" "-a" "312a982cc8b4d87be81f477ec7f7c69ae6a6fed29a9c197c0e62fc092841c8fb", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.88
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking tinyvec v1.8.0
[INFO] [stderr]    Compiling cc v1.1.30
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking hashbrown v0.15.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking unicode-bidi v0.3.17
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling serde_json v1.0.130
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]     Checking time-core v0.1.2
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking mac v0.1.1
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking num-conv v0.1.0
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking quick-xml v0.32.0
[INFO] [stderr]     Checking phf v0.10.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking dtoa v1.0.9
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]    Compiling unicode-general-category v0.6.0
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking tendril v0.4.3
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking flate2 v1.0.34
[INFO] [stderr]     Checking dtoa-short v0.3.5
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.33
[INFO] [stderr]     Checking utf8-width v0.1.7
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking html-escape v0.2.13
[INFO] [stderr]     Checking servo_arc v0.3.0
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking linkify v0.10.0
[INFO] [stderr]     Checking encoding_rs v0.8.34
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]     Checking winnow v0.6.20
[INFO] [stderr]     Checking entities v1.0.1
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]     Checking idna v0.3.0
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking argparse v0.2.2
[INFO] [stderr]     Checking uuid v1.11.0
[INFO] [stderr]     Checking is-terminal v0.4.13
[INFO] [stderr]    Compiling psm v0.1.23
[INFO] [stderr]    Compiling stacker v0.1.17
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]     Checking siphasher v1.0.1
[INFO] [stderr]     Checking ego-tree v0.6.3
[INFO] [stderr]     Checking regex-automata v0.4.8
[INFO] [stderr]     Checking const_format v0.2.33
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]     Checking quick-xml v0.31.0
[INFO] [stderr]     Checking regex v1.11.0
[INFO] [stderr]     Checking fancy-regex v0.11.0
[INFO] [stderr]     Checking mdurl v0.3.1
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling readonly v0.2.12
[INFO] [stderr]    Compiling maud_macros v0.26.0
[INFO] [stderr]    Compiling html5ever v0.26.0
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking maud v0.26.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling selectors v0.25.0
[INFO] [stderr]    Compiling markup5ever v0.11.0
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking cssparser v0.31.2
[INFO] [stderr]     Checking indexmap v2.6.0
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking string_cache v0.8.7
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking rust-stemmers v1.2.0
[INFO] [stderr]     Checking plist v1.7.0
[INFO] [stderr]     Checking toml_edit v0.22.22
[INFO] [stderr]     Checking feed-rs v1.5.3
[INFO] [stderr]     Checking syntect v5.2.0
[INFO] [stderr]     Checking scraper v0.18.1
[INFO] [stderr]     Checking toml v0.8.19
[INFO] [stderr]     Checking markdown-it v0.6.1
[INFO] [stderr]     Checking markdown-it-front-matter v0.3.0
[INFO] [stderr]     Checking what_the_ref v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]   --> src/term.rs:79:69
[INFO] [stdout]    |
[INFO] [stdout] 79 |             .map_err(|e| RulesetLoadError::MalformedTermFrontMatter((term_path.to_string()), e))
[INFO] [stdout]    |                                                                     ^                     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 79 -             .map_err(|e| RulesetLoadError::MalformedTermFrontMatter((term_path.to_string()), e))
[INFO] [stdout] 79 +             .map_err(|e| RulesetLoadError::MalformedTermFrontMatter(term_path.to_string(), e))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]   --> src/term.rs:79:69
[INFO] [stdout]    |
[INFO] [stdout] 79 |             .map_err(|e| RulesetLoadError::MalformedTermFrontMatter((term_path.to_string()), e))
[INFO] [stdout]    |                                                                     ^                     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 79 -             .map_err(|e| RulesetLoadError::MalformedTermFrontMatter((term_path.to_string()), e))
[INFO] [stdout] 79 +             .map_err(|e| RulesetLoadError::MalformedTermFrontMatter(term_path.to_string(), e))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/ruleset_load_error.rs:7:21
[INFO] [stdout]   |
[INFO] [stdout] 7 |     FilesystemError(std::io::Error),
[INFO] [stdout]   |     --------------- ^^^^^^^^^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `RulesetLoadError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 7 -     FilesystemError(std::io::Error),
[INFO] [stdout] 7 +     FilesystemError(()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/ruleset_load_error.rs:8:26
[INFO] [stdout]   |
[INFO] [stdout] 8 |     DeserializationError(toml::de::Error),
[INFO] [stdout]   |     -------------------- ^^^^^^^^^^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `RulesetLoadError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 8 -     DeserializationError(toml::de::Error),
[INFO] [stdout] 8 +     DeserializationError(()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]  --> src/ruleset_load_error.rs:9:28
[INFO] [stdout]   |
[INFO] [stdout] 9 |     NoSuchRulesetDirectory(String, PathBuf),
[INFO] [stdout]   |     ---------------------- ^^^^^^  ^^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     fields in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `RulesetLoadError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]   |
[INFO] [stdout] 9 -     NoSuchRulesetDirectory(String, PathBuf),
[INFO] [stdout] 9 +     NoSuchRulesetDirectory((), ()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/ruleset_load_error.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 |     MissingHeaderForTerm(String),
[INFO] [stdout]    |     -------------------- ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RulesetLoadError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 12 -     MissingHeaderForTerm(String),
[INFO] [stdout] 12 +     MissingHeaderForTerm(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]   --> src/ruleset_load_error.rs:14:30
[INFO] [stdout]    |
[INFO] [stdout] 14 |     MalformedTermFrontMatter(String, toml::de::Error),
[INFO] [stdout]    |     ------------------------ ^^^^^^  ^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RulesetLoadError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]    |
[INFO] [stdout] 14 -     MalformedTermFrontMatter(String, toml::de::Error),
[INFO] [stdout] 14 +     MalformedTermFrontMatter((), ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/ruleset_load_error.rs:16:26
[INFO] [stdout]    |
[INFO] [stdout] 16 |     MissingHeaderForRule(String),
[INFO] [stdout]    |     -------------------- ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RulesetLoadError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 16 -     MissingHeaderForRule(String),
[INFO] [stdout] 16 +     MissingHeaderForRule(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/ruleset_load_error.rs:20:23
[INFO] [stdout]    |
[INFO] [stdout] 20 |     RuleMissingNumber(String),
[INFO] [stdout]    |     ----------------- ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RulesetLoadError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 20 -     RuleMissingNumber(String),
[INFO] [stdout] 20 +     RuleMissingNumber(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/ruleset_load_error.rs:21:27
[INFO] [stdout]    |
[INFO] [stdout] 21 |     RuleNumberUnparseable(RuleNumberParseError),
[INFO] [stdout]    |     --------------------- ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RulesetLoadError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 21 -     RuleNumberUnparseable(RuleNumberParseError),
[INFO] [stdout] 21 +     RuleNumberUnparseable(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]   --> src/ruleset_load_error.rs:22:31
[INFO] [stdout]    |
[INFO] [stdout] 22 |     NoSuchRuleSourceDirectory(String, PathBuf),
[INFO] [stdout]    |     ------------------------- ^^^^^^  ^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RulesetLoadError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]    |
[INFO] [stdout] 22 -     NoSuchRuleSourceDirectory(String, PathBuf),
[INFO] [stdout] 22 +     NoSuchRuleSourceDirectory((), ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `UnrecognizedRulePrefix` is never constructed
[INFO] [stdout]   --> src/ruleset_load_error.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 6  | pub enum RulesetLoadError {
[INFO] [stdout]    |          ---------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 18 |     UnrecognizedRulePrefix(String, String),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RulesetLoadError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/ruleset_load_error.rs:7:21
[INFO] [stdout]   |
[INFO] [stdout] 7 |     FilesystemError(std::io::Error),
[INFO] [stdout]   |     --------------- ^^^^^^^^^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `RulesetLoadError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 7 -     FilesystemError(std::io::Error),
[INFO] [stdout] 7 +     FilesystemError(()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/ruleset_load_error.rs:8:26
[INFO] [stdout]   |
[INFO] [stdout] 8 |     DeserializationError(toml::de::Error),
[INFO] [stdout]   |     -------------------- ^^^^^^^^^^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `RulesetLoadError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 8 -     DeserializationError(toml::de::Error),
[INFO] [stdout] 8 +     DeserializationError(()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]  --> src/ruleset_load_error.rs:9:28
[INFO] [stdout]   |
[INFO] [stdout] 9 |     NoSuchRulesetDirectory(String, PathBuf),
[INFO] [stdout]   |     ---------------------- ^^^^^^  ^^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     fields in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `RulesetLoadError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]   |
[INFO] [stdout] 9 -     NoSuchRulesetDirectory(String, PathBuf),
[INFO] [stdout] 9 +     NoSuchRulesetDirectory((), ()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/ruleset_load_error.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 |     MissingHeaderForTerm(String),
[INFO] [stdout]    |     -------------------- ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RulesetLoadError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 12 -     MissingHeaderForTerm(String),
[INFO] [stdout] 12 +     MissingHeaderForTerm(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]   --> src/ruleset_load_error.rs:14:30
[INFO] [stdout]    |
[INFO] [stdout] 14 |     MalformedTermFrontMatter(String, toml::de::Error),
[INFO] [stdout]    |     ------------------------ ^^^^^^  ^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RulesetLoadError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]    |
[INFO] [stdout] 14 -     MalformedTermFrontMatter(String, toml::de::Error),
[INFO] [stdout] 14 +     MalformedTermFrontMatter((), ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/ruleset_load_error.rs:16:26
[INFO] [stdout]    |
[INFO] [stdout] 16 |     MissingHeaderForRule(String),
[INFO] [stdout]    |     -------------------- ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RulesetLoadError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 16 -     MissingHeaderForRule(String),
[INFO] [stdout] 16 +     MissingHeaderForRule(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/ruleset_load_error.rs:20:23
[INFO] [stdout]    |
[INFO] [stdout] 20 |     RuleMissingNumber(String),
[INFO] [stdout]    |     ----------------- ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RulesetLoadError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 20 -     RuleMissingNumber(String),
[INFO] [stdout] 20 +     RuleMissingNumber(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/ruleset_load_error.rs:21:27
[INFO] [stdout]    |
[INFO] [stdout] 21 |     RuleNumberUnparseable(RuleNumberParseError),
[INFO] [stdout]    |     --------------------- ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RulesetLoadError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 21 -     RuleNumberUnparseable(RuleNumberParseError),
[INFO] [stdout] 21 +     RuleNumberUnparseable(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]   --> src/ruleset_load_error.rs:22:31
[INFO] [stdout]    |
[INFO] [stdout] 22 |     NoSuchRuleSourceDirectory(String, PathBuf),
[INFO] [stdout]    |     ------------------------- ^^^^^^  ^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RulesetLoadError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]    |
[INFO] [stdout] 22 -     NoSuchRuleSourceDirectory(String, PathBuf),
[INFO] [stdout] 22 +     NoSuchRuleSourceDirectory((), ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `UnrecognizedRulePrefix` is never constructed
[INFO] [stdout]   --> src/ruleset_load_error.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 6  | pub enum RulesetLoadError {
[INFO] [stdout]    |          ---------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 18 |     UnrecognizedRulePrefix(String, String),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RulesetLoadError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.52s
[INFO] running `Command { std: "docker" "inspect" "312a982cc8b4d87be81f477ec7f7c69ae6a6fed29a9c197c0e62fc092841c8fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "312a982cc8b4d87be81f477ec7f7c69ae6a6fed29a9c197c0e62fc092841c8fb", kill_on_drop: false }`
[INFO] [stdout] 312a982cc8b4d87be81f477ec7f7c69ae6a6fed29a9c197c0e62fc092841c8fb
