[INFO] cloning repository https://github.com/hugefiver/logit
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hugefiver/logit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhugefiver%2Flogit", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhugefiver%2Flogit'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] af78f216ffd70784b6280203d06dd5b4530af4b8
[INFO] testing hugefiver/logit against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhugefiver%2Flogit" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hugefiver/logit
[INFO] finished tweaking git repo https://github.com/hugefiver/logit
[INFO] tweaked toml for git repo https://github.com/hugefiver/logit written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hugefiver/logit on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hugefiver/logit already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded term_size v0.3.2
[INFO] [stderr]   Downloaded cc v1.2.60
[INFO] [stderr]   Downloaded clap-cargo v0.18.3
[INFO] [stderr]   Downloaded grep-matcher v0.1.8
[INFO] [stderr]   Downloaded tokei v14.0.0
[INFO] [stderr]   Downloaded table_formatter v0.6.1
[INFO] [stderr]   Downloaded encoding_rs_io v0.1.7
[INFO] [stderr]   Downloaded grep-searcher v0.1.16
[INFO] [stderr]   Downloaded num-format v0.4.4
[INFO] [stderr]   Downloaded regex v1.12.4
[INFO] [stderr]   Downloaded tera v2.0.0
[INFO] [stderr]   Downloaded kasuari v0.4.12
[INFO] [stderr]   Downloaded line-clipping v0.3.7
[INFO] [stderr]   Downloaded euclid v0.22.14
[INFO] [stderr]   Downloaded assert_cmd v2.2.2
[INFO] [stderr]   Downloaded libz-sys v1.1.28
[INFO] [stderr]   Downloaded libgit2-sys v0.18.4+1.9.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 02a4ad9220a7ffa9734cdee7864d2c2fbe51c7967822eda73a1c8d0a69814fb8
[INFO] running `Command { std: "docker" "start" "02a4ad9220a7ffa9734cdee7864d2c2fbe51c7967822eda73a1c8d0a69814fb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "02a4ad9220a7ffa9734cdee7864d2c2fbe51c7967822eda73a1c8d0a69814fb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "02a4ad9220a7ffa9734cdee7864d2c2fbe51c7967822eda73a1c8d0a69814fb8" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "02a4ad9220a7ffa9734cdee7864d2c2fbe51c7967822eda73a1c8d0a69814fb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "02a4ad9220a7ffa9734cdee7864d2c2fbe51c7967822eda73a1c8d0a69814fb8" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling deunicode v1.6.2
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling slug v0.1.6
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling terminal_size v0.4.4
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling humansize v2.1.3
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling libz-sys v1.1.28
[INFO] [stderr]    Compiling libgit2-sys v0.18.4+1.9.3
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling grep-matcher v0.1.8
[INFO] [stderr]    Compiling encoding_rs_io v0.1.7
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling jiff v0.2.24
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]    Compiling etcetera v0.8.0
[INFO] [stderr]    Compiling num-format v0.4.4
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling grep-searcher v0.1.16
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling term_size v0.3.2
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling logit v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling comfy-table v7.2.2
[INFO] [stderr]    Compiling colored v3.1.1
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling derive_arbitrary v1.4.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling arbitrary v1.4.2
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling table_formatter v0.6.1
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]    Compiling env_filter v1.0.1
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling env_logger v0.11.10
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling clap-cargo v0.18.3
[INFO] [stderr]    Compiling globwalk v0.9.1
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling git2 v0.21.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling tera v1.20.1
[INFO] [stderr]    Compiling tokei v14.0.0
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:118:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |     let mut exclude_rules: Vec<exclude::ExcludeRule> = args.exclude.iter()
[INFO] [stdout]     |         ----^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `has_path`, `all_langs_for_repo`, `collect_github_users`, and `resolve_github_user` are never used
[INFO] [stdout]    --> src/exclude.rs:156:12
[INFO] [stdout]     |
[INFO] [stdout]  92 | impl ExcludeRule {
[INFO] [stdout]     | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 156 |     pub fn has_path(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |     pub fn all_langs_for_repo(&self, repo_name: &str) -> Vec<String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 165 |     pub fn collect_github_users(&self) -> Vec<String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 |     pub fn resolve_github_user(&mut self, username: &str, emails: &[String]) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_repo_excluded` is never used
[INFO] [stdout]    --> src/exclude.rs:338:8
[INFO] [stdout]     |
[INFO] [stdout] 338 | pub fn is_repo_excluded(repo_name: &str, rules: &[ExcludeRule]) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `excluded_langs_for_repo` is never used
[INFO] [stdout]    --> src/exclude.rs:342:8
[INFO] [stdout]     |
[INFO] [stdout] 342 | pub fn excluded_langs_for_repo(repo_name: &str, rules: &[ExcludeRule]) -> Vec<String> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `any_path_rules` is never used
[INFO] [stdout]    --> src/exclude.rs:346:8
[INFO] [stdout]     |
[INFO] [stdout] 346 | pub fn any_path_rules(rules: &[ExcludeRule]) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_github_users` is never used
[INFO] [stdout]    --> src/exclude.rs:350:8
[INFO] [stdout]     |
[INFO] [stdout] 350 | pub fn collect_github_users(rules: &[ExcludeRule]) -> Vec<String> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
[INFO] running `Command { std: "docker" "inspect" "02a4ad9220a7ffa9734cdee7864d2c2fbe51c7967822eda73a1c8d0a69814fb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "02a4ad9220a7ffa9734cdee7864d2c2fbe51c7967822eda73a1c8d0a69814fb8" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling assert_cmd v2.2.2
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling terminal_size v0.4.4
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling comfy-table v7.2.2
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]    Compiling env_filter v1.0.1
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]    Compiling env_logger v0.11.10
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]    Compiling globwalk v0.9.1
[INFO] [stderr]    Compiling grep-searcher v0.1.16
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling clap-cargo v0.18.3
[INFO] [stderr]    Compiling tera v1.20.1
[INFO] [stderr]    Compiling tokei v14.0.0
[INFO] [stderr]    Compiling logit v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:118:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |     let mut exclude_rules: Vec<exclude::ExcludeRule> = args.exclude.iter()
[INFO] [stdout]     |         ----^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `has_path`, `all_langs_for_repo`, `collect_github_users`, and `resolve_github_user` are never used
[INFO] [stdout]    --> src/exclude.rs:156:12
[INFO] [stdout]     |
[INFO] [stdout]  92 | impl ExcludeRule {
[INFO] [stdout]     | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 156 |     pub fn has_path(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |     pub fn all_langs_for_repo(&self, repo_name: &str) -> Vec<String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 165 |     pub fn collect_github_users(&self) -> Vec<String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 |     pub fn resolve_github_user(&mut self, username: &str, emails: &[String]) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_repo_excluded` is never used
[INFO] [stdout]    --> src/exclude.rs:338:8
[INFO] [stdout]     |
[INFO] [stdout] 338 | pub fn is_repo_excluded(repo_name: &str, rules: &[ExcludeRule]) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `excluded_langs_for_repo` is never used
[INFO] [stdout]    --> src/exclude.rs:342:8
[INFO] [stdout]     |
[INFO] [stdout] 342 | pub fn excluded_langs_for_repo(repo_name: &str, rules: &[ExcludeRule]) -> Vec<String> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `any_path_rules` is never used
[INFO] [stdout]    --> src/exclude.rs:346:8
[INFO] [stdout]     |
[INFO] [stdout] 346 | pub fn any_path_rules(rules: &[ExcludeRule]) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_github_users` is never used
[INFO] [stdout]    --> src/exclude.rs:350:8
[INFO] [stdout]     |
[INFO] [stdout] 350 | pub fn collect_github_users(rules: &[ExcludeRule]) -> Vec<String> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:118:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |     let mut exclude_rules: Vec<exclude::ExcludeRule> = args.exclude.iter()
[INFO] [stdout]     |         ----^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `collect_github_users` is never used
[INFO] [stdout]    --> src/exclude.rs:165:12
[INFO] [stdout]     |
[INFO] [stdout]  92 | impl ExcludeRule {
[INFO] [stdout]     | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 165 |     pub fn collect_github_users(&self) -> Vec<String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_repo_excluded` is never used
[INFO] [stdout]    --> src/exclude.rs:338:8
[INFO] [stdout]     |
[INFO] [stdout] 338 | pub fn is_repo_excluded(repo_name: &str, rules: &[ExcludeRule]) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `excluded_langs_for_repo` is never used
[INFO] [stdout]    --> src/exclude.rs:342:8
[INFO] [stdout]     |
[INFO] [stdout] 342 | pub fn excluded_langs_for_repo(repo_name: &str, rules: &[ExcludeRule]) -> Vec<String> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `any_path_rules` is never used
[INFO] [stdout]    --> src/exclude.rs:346:8
[INFO] [stdout]     |
[INFO] [stdout] 346 | pub fn any_path_rules(rules: &[ExcludeRule]) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_github_users` is never used
[INFO] [stdout]    --> src/exclude.rs:350:8
[INFO] [stdout]     |
[INFO] [stdout] 350 | pub fn collect_github_users(rules: &[ExcludeRule]) -> Vec<String> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 38.01s
[INFO] running `Command { std: "docker" "inspect" "02a4ad9220a7ffa9734cdee7864d2c2fbe51c7967822eda73a1c8d0a69814fb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "02a4ad9220a7ffa9734cdee7864d2c2fbe51c7967822eda73a1c8d0a69814fb8" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/main.rs:118:9
[INFO] [stderr]     |
[INFO] [stderr] 118 |     let mut exclude_rules: Vec<exclude::ExcludeRule> = args.exclude.iter()
[INFO] [stderr]     |         ----^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `collect_github_users` is never used
[INFO] [stderr]    --> src/exclude.rs:165:12
[INFO] [stderr]     |
[INFO] [stderr]  92 | impl ExcludeRule {
[INFO] [stderr]     | ---------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 165 |     pub fn collect_github_users(&self) -> Vec<String> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `is_repo_excluded` is never used
[INFO] [stderr]    --> src/exclude.rs:338:8
[INFO] [stderr]     |
[INFO] [stderr] 338 | pub fn is_repo_excluded(repo_name: &str, rules: &[ExcludeRule]) -> bool {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `excluded_langs_for_repo` is never used
[INFO] [stderr]    --> src/exclude.rs:342:8
[INFO] [stderr]     |
[INFO] [stderr] 342 | pub fn excluded_langs_for_repo(repo_name: &str, rules: &[ExcludeRule]) -> Vec<String> {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `any_path_rules` is never used
[INFO] [stderr]    --> src/exclude.rs:346:8
[INFO] [stderr]     |
[INFO] [stderr] 346 | pub fn any_path_rules(rules: &[ExcludeRule]) -> bool {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `collect_github_users` is never used
[INFO] [stderr]    --> src/exclude.rs:350:8
[INFO] [stderr]     |
[INFO] [stderr] 350 | pub fn collect_github_users(rules: &[ExcludeRule]) -> Vec<String> {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `logit` (bin "logit" test) generated 6 warnings (run `cargo fix --bin "logit" -p logit --tests` to apply 1 suggestion)
[INFO] [stderr] warning: methods `has_path`, `all_langs_for_repo`, `collect_github_users`, and `resolve_github_user` are never used
[INFO] [stderr]    --> src/exclude.rs:156:12
[INFO] [stderr]     |
[INFO] [stderr]  92 | impl ExcludeRule {
[INFO] [stderr]     | ---------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 156 |     pub fn has_path(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 160 |     pub fn all_langs_for_repo(&self, repo_name: &str) -> Vec<String> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 165 |     pub fn collect_github_users(&self) -> Vec<String> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 182 |     pub fn resolve_github_user(&mut self, username: &str, emails: &[String]) {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `logit` (bin "logit") generated 6 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/logit-648855ca995cde96)
[INFO] [stdout] 
[INFO] [stdout] running 132 tests
[INFO] [stdout] test error::tests::date_parse_error_display ... ok
[INFO] [stdout] test error::tests::git_error_display ... ok
[INFO] [stdout] test error::tests::scanner_error_display ... ok
[INFO] [stdout] test exclude::tests::author_emails_case_insensitive ... ok
[INFO] [stdout] test exclude::tests::author_and_group_matches_commit ... ok
[INFO] [stdout] test exclude::tests::author_emails_match_exact ... ok
[INFO] [stdout] test exclude::tests::author_glob_matches_name ... ok
[INFO] [stdout] test cli::tests::verify_cli ... ok
[INFO] [stdout] test exclude::tests::author_and_group_not_matches ... ok
[INFO] [stdout] test exclude::tests::parse_author_at_shorthand ... ok
[INFO] [stdout] test exclude::tests::parse_and_semantics ... ok
[INFO] [stdout] test exclude::tests::parse_author_glob ... ok
[INFO] [stdout] test exclude::tests::parse_committer_glob ... ok
[INFO] [stdout] test exclude::tests::parse_author_github ... ok
[INFO] [stdout] test exclude::tests::parse_bare_repo ... ok
[INFO] [stdout] test exclude::tests::parse_multiple_repos ... ok
[INFO] [stdout] test exclude::tests::global_rule_matches_all ... ok
[INFO] [stdout] test exclude::tests::parse_repo_with_lang ... ok
[INFO] [stdout] test exclude::tests::parse_global_lang ... ok
[INFO] [stdout] test exclude::tests::parse_global_path ... ok
[INFO] [stdout] test exclude::tests::parse_or_semantics ... ok
[INFO] [stdout] test exclude::tests::parse_repo_with_path ... ok
[INFO] [stdout] test exclude::tests::parse_repo_with_short_lang ... ok
[INFO] [stdout] test exclude::tests::repo_match_prefix ... ok
[INFO] [stdout] test exclude::tests::resolve_github_user_replaces_pattern_with_emails ... ok
[INFO] [stdout] test exclude::tests::repo_match_exact ... ok
[INFO] [stdout] test exclude::tests::path_match_wildcard ... ok
[INFO] [stdout] test filter::tests::match_and_one_fails ... ok
[INFO] [stdout] test filter::tests::match_co_author_name ... ok
[INFO] [stdout] test filter::tests::match_co_author_email ... ok
[INFO] [stdout] test filter::tests::match_and_both_match ... ok
[INFO] [stdout] test filter::tests::match_complex_expr ... ok
[INFO] [stdout] test filter::tests::match_complex_expr_with_or ... ok
[INFO] [stdout] test filter::tests::match_email ... ok
[INFO] [stdout] test filter::tests::match_email_no_match ... ok
[INFO] [stdout] test filter::tests::match_github_identity_map ... ok
[INFO] [stdout] test filter::tests::match_github_no_match ... ok
[INFO] [stdout] test filter::tests::match_github_noreply ... ok
[INFO] [stdout] test filter::tests::match_name_case_insensitive ... ok
[INFO] [stdout] test exclude::tests::path_match_glob ... ok
[INFO] [stdout] test filter::tests::match_or_first_matches ... ok
[INFO] [stdout] test filter::tests::match_or_neither_matches ... ok
[INFO] [stdout] test filter::tests::parse_empty_errors ... ok
[INFO] [stdout] test filter::tests::match_or_second_matches ... ok
[INFO] [stdout] test filter::tests::parse_and ... ok
[INFO] [stdout] test filter::tests::match_name_partial ... ok
[INFO] [stdout] test filter::tests::parse_email ... ok
[INFO] [stdout] test filter::tests::parse_github ... ok
[INFO] [stdout] test filter::tests::parse_prefixed_name ... ok
[INFO] [stdout] test filter::tests::parse_parens ... ok
[INFO] [stdout] test filter::tests::parse_or ... ok
[INFO] [stdout] test filter::tests::parse_simple_name ... ok
[INFO] [stdout] test filter::tests::parse_unmatched_paren_errors ... ok
[INFO] [stdout] test git::author::tests::commit_involves_author_checks_author ... ok
[INFO] [stdout] test git::author::tests::commit_involves_author_checks_co_authors ... ok
[INFO] [stdout] test git::author::tests::commit_involves_author_matches_email_domain ... ok
[INFO] [stdout] test filter::tests::precedence_and_binds_tighter ... ok
[INFO] [stdout] test analyze::tests::test_analyze_empty_paths ... ok
[INFO] [stdout] test error::tests::io_error_from ... ok
[INFO] [stdout] test git::author::tests::extract_single_co_author ... ok
[INFO] [stdout] test git::author::tests::extract_multiple_co_authors ... ok
[INFO] [stdout] test git::author::tests::no_co_authors ... ok
[INFO] [stdout] test lang::tests::apply_to_changes ... ok
[INFO] [stdout] test git::author::tests::extract_co_author_case_insensitive ... ok
[INFO] [stdout] test lang::tests::classify_javascript ... ok
[INFO] [stdout] test lang::tests::classify_makefile ... ok
[INFO] [stdout] test lang::tests::classify_css ... ok
[INFO] [stdout] test lang::tests::classify_markdown ... ok
[INFO] [stdout] test lang::tests::classify_nested_path ... ok
[INFO] [stdout] test lang::tests::classify_python ... ok
[INFO] [stdout] test lang::tests::classify_rust ... ok
[INFO] [stdout] test lang::tests::classify_unknown ... ok
[INFO] [stdout] test output::json::tests::render_scan_json_reports_correct_count ... ok
[INFO] [stdout] test output::json::tests::render_stats_json_contains_expected_keys ... ok
[INFO] [stdout] test output::json::tests::rendered_json_is_valid ... ok
[INFO] [stdout] test output::table::tests::scan_table_contains_paths ... ok
[INFO] [stdout] test output::table::tests::scan_table_empty_returns_no_data ... ok
[INFO] [stdout] test output::table::tests::test_empty_returns_no_data ... ok
[INFO] [stdout] test output::table::tests::test_compact_changes_only_when_adds_dels_adjacent ... ok
[INFO] [stdout] test analyze::tests::test_analyze_bad_repo_error_collected ... ok
[INFO] [stdout] test git::diff::tests::initial_commit_all_additions ... ok
[INFO] [stdout] test output::table::tests::test_group_by_language_format ... ok
[INFO] [stdout] test output::table::tests::test_group_by_author_format ... ok
[INFO] [stdout] test output::table::tests::test_group_by_author_language_tree ... ok
[INFO] [stdout] test output::table::tests::test_group_by_period_format ... ok
[INFO] [stdout] test output::table::tests::test_group_by_repo_format ... ok
[INFO] [stdout] test output::table::tests::test_net_column_signed_colored_output_present ... ok
[INFO] [stdout] test output::table::tests::test_non_compact_keeps_adds_and_dels_headers ... ok
[INFO] [stdout] test output::table::tests::test_period_label_commit_suffix_drops_when_commits_column_selected ... ok
[INFO] [stdout] test git::diff::tests::language_field_is_none ... ok
[INFO] [stdout] test output::table::tests::test_separated_numbers ... ok
[INFO] [stdout] test output::table::tests::test_short_numbers ... ok
[INFO] [stdout] test scanner::tests::empty_directory_returns_empty ... ok
[INFO] [stdout] test analyze::tests::test_analyze_single_repo ... ok
[INFO] [stdout] test git::repo::tests::commit_info_has_parent_oids ... ok
[INFO] [stdout] test git::diff::tests::normal_commit_additions_and_deletions ... ok
[INFO] [stdout] test stats::aggregator::tests::aggregate_by_repo_groups_by_repo_name ... ok
[INFO] [stdout] test stats::aggregator::tests::aggregate_empty_input ... ok
[INFO] [stdout] test stats::aggregator::tests::aggregate_no_filters ... ok
[INFO] [stdout] test stats::aggregator::tests::aggregate_no_lang_falls_back_to_other ... ok
[INFO] [stdout] test scanner::tests::nonexistent_path_returns_error ... ok
[INFO] [stdout] test stats::aggregator::tests::aggregate_totals_merges_co_authored_languages ... ok
[INFO] [stdout] test stats::aggregator::tests::aggregate_with_author_filter ... ok
[INFO] [stdout] test stats::aggregator::tests::aggregate_totals_merges_periods ... ok
[INFO] [stdout] test stats::aggregator::tests::aggregate_with_lang_filter ... ok
[INFO] [stdout] test stats::aggregator::tests::bucket_day ... ok
[INFO] [stdout] test stats::aggregator::tests::bucket_day_end_of_day ... ok
[INFO] [stdout] test scanner::tests::skips_non_repo_directories ... ok
[INFO] [stdout] test git::repo::tests::empty_repo_returns_empty ... ok
[INFO] [stdout] test stats::aggregator::tests::bucket_week ... ok
[INFO] [stdout] test stats::aggregator::tests::bucket_week_year_boundary ... ok
[INFO] [stdout] test stats::models::tests::author_display ... ok
[INFO] [stdout] test stats::aggregator::tests::bucket_month_february ... ok
[INFO] [stdout] test stats::aggregator::tests::filter_excluded_languages_removes_from_periods_totals_and_authors ... ok
[INFO] [stdout] test stats::models::tests::author_matches_name_case_insensitive ... ok
[INFO] [stdout] test stats::models::tests::file_change_display ... ok
[INFO] [stdout] test stats::models::tests::author_matches_partial ... ok
[INFO] [stdout] test stats::models::tests::author_no_match ... ok
[INFO] [stdout] test stats::models::tests::serde_round_trip_period_stats ... ok
[INFO] [stdout] test stats::models::tests::serde_round_trip_commit_stats ... ok
[INFO] [stdout] test stats::aggregator::tests::bucket_month ... ok
[INFO] [stdout] test git::repo::tests::walk_all_commits ... ok
[INFO] [stdout] test stats::models::tests::author_matches_email ... ok
[INFO] [stdout] test analyze::tests::test_analyze_multiple_repos ... ok
[INFO] [stdout] test git::repo::tests::walk_commits_with_since_filter ... ok
[INFO] [stdout] test scanner::tests::results_are_sorted ... ok
[INFO] [stdout] test git::repo::tests::walk_commits_chronological_order ... ok
[INFO] [stdout] test git::diff::tests::delete_file_commit ... ok
[INFO] [stdout] test scanner::tests::does_not_descend_into_repo_subdirs ... ok
[INFO] [stdout] test git::repo::tests::walk_commits_with_until_filter ... ok
[INFO] [stdout] test git::diff::tests::multiple_files_in_commit ... ok
[INFO] [stdout] test scanner::tests::finds_repos_in_nested_structure ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 132 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/fixture_test.rs (/opt/rustwide/target/debug/deps/fixture_test-9eab7d7cee966653)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_fixture_authors ... ok
[INFO] [stdout] test test_fixture_creates_five_commits ... ok
[INFO] [stdout] test test_fixture_co_author_trailer ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "02a4ad9220a7ffa9734cdee7864d2c2fbe51c7967822eda73a1c8d0a69814fb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02a4ad9220a7ffa9734cdee7864d2c2fbe51c7967822eda73a1c8d0a69814fb8", kill_on_drop: false }`
[INFO] [stdout] 02a4ad9220a7ffa9734cdee7864d2c2fbe51c7967822eda73a1c8d0a69814fb8
