[INFO] cloning repository https://github.com/KSXGitHub/sane-fmt
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KSXGitHub/sane-fmt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKSXGitHub%2Fsane-fmt", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKSXGitHub%2Fsane-fmt'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 259e16fb5df18551ed45ce1fe9515c091b36b8a1
[INFO] testing KSXGitHub/sane-fmt against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKSXGitHub%2Fsane-fmt" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/KSXGitHub/sane-fmt
[INFO] finished tweaking git repo https://github.com/KSXGitHub/sane-fmt
[INFO] tweaked toml for git repo https://github.com/KSXGitHub/sane-fmt written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/KSXGitHub/sane-fmt on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/KSXGitHub/sane-fmt 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.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded vte v0.11.1
[INFO] [stderr]   Downloaded similar v2.4.0
[INFO] [stderr]   Downloaded clap_lex v0.7.0
[INFO] [stderr]   Downloaded string_enum v0.4.2
[INFO] [stderr]   Downloaded dprint-core-macros v0.1.0
[INFO] [stderr]   Downloaded pipe-trait v0.4.0
[INFO] [stderr]   Downloaded anstream v0.6.12
[INFO] [stderr]   Downloaded hstr v0.2.7
[INFO] [stderr]   Downloaded clap v4.5.1
[INFO] [stderr]   Downloaded swc_common v0.33.17
[INFO] [stderr]   Downloaded dprint-swc-ext v0.15.1
[INFO] [stderr]   Downloaded cc v1.0.87
[INFO] [stderr]   Downloaded deno_ast v0.34.0
[INFO] [stderr]   Downloaded winnow v0.6.2
[INFO] [stderr]   Downloaded swc_ecma_parser v0.143.3
[INFO] [stderr]   Downloaded clap_builder v4.5.1
[INFO] [stderr]   Downloaded dprint-core v0.66.1
[INFO] [stderr]   Downloaded pretty_assertions v1.4.0
[INFO] [stderr]   Downloaded toml_edit v0.22.6
[INFO] [stderr]   Downloaded clap_complete v4.5.1
[INFO] [stderr]   Downloaded swc_ecma_ast v0.112.2
[INFO] [stderr]   Downloaded anyhow v1.0.80
[INFO] [stderr]   Downloaded strsim v0.11.0
[INFO] [stderr]   Downloaded clap_derive v4.5.0
[INFO] [stderr]   Downloaded deno_terminal v0.1.1
[INFO] [stderr]   Downloaded ast_node v0.9.6
[INFO] [stderr]   Downloaded phf_macros v0.11.2
[INFO] [stderr]   Downloaded swc_visit_macros v0.5.10
[INFO] [stderr]   Downloaded unicode-id v0.3.4
[INFO] [stderr]   Downloaded swc_eq_ignore_macros v0.1.3
[INFO] [stderr]   Downloaded relative-path v1.9.2
[INFO] [stderr]   Downloaded strip-ansi-escapes v0.2.0
[INFO] [stderr]   Downloaded toml v0.8.10
[INFO] [stderr]   Downloaded clap-utilities v0.2.0
[INFO] [stderr]   Downloaded deno_media_type v0.1.2
[INFO] [stderr]   Downloaded is-macro v0.3.5
[INFO] [stderr]   Downloaded better_scoped_tls v0.1.1
[INFO] [stderr]   Downloaded from_variant v0.1.7
[INFO] [stderr]   Downloaded swc_atoms v0.6.5
[INFO] [stderr]   Downloaded pmutil v0.6.1
[INFO] [stderr]   Downloaded swc_macros_common v0.3.9
[INFO] [stderr]   Downloaded swc_visit v0.5.9
[INFO] [stderr]   Downloaded text_lines v0.6.0
[INFO] [stderr]   Downloaded text-block-macros v0.1.1
[INFO] [stderr]   Downloaded vte_generate_state_changes v0.1.1
[INFO] [stderr]   Downloaded dprint-plugin-typescript v0.89.3
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9aa5546167cbd4272a37ba7db907c72aab4f21e798c2f2b1df27a57b79fdc49a
[INFO] running `Command { std: "docker" "start" "-a" "9aa5546167cbd4272a37ba7db907c72aab4f21e798c2f2b1df27a57b79fdc49a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9aa5546167cbd4272a37ba7db907c72aab4f21e798c2f2b1df27a57b79fdc49a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9aa5546167cbd4272a37ba7db907c72aab4f21e798c2f2b1df27a57b79fdc49a", kill_on_drop: false }`
[INFO] [stdout] 9aa5546167cbd4272a37ba7db907c72aab4f21e798c2f2b1df27a57b79fdc49a
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d66c5b1e15e20d5729c44413cb2fddd2dae5dfeb6fc5991526c434efb50dad08
[INFO] running `Command { std: "docker" "start" "-a" "d66c5b1e15e20d5729c44413cb2fddd2dae5dfeb6fc5991526c434efb50dad08", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling cc v1.0.87
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling syn v2.0.50
[INFO] [stderr]    Compiling allocator-api2 v0.2.16
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling better_scoped_tls v0.1.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling ahash v0.8.9
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling unicode-id v0.3.4
[INFO] [stderr]    Compiling zerocopy v0.7.32
[INFO] [stderr]    Compiling anstyle v1.0.6
[INFO] [stderr]    Compiling anstyle-query v1.0.2
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling anyhow v1.0.80
[INFO] [stderr]    Compiling clap_lex v0.7.0
[INFO] [stderr]    Compiling strsim v0.11.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling data-url v0.3.1
[INFO] [stderr]    Compiling thiserror v1.0.57
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling anstream v0.6.12
[INFO] [stderr]    Compiling deno_terminal v0.1.1
[INFO] [stderr]    Compiling bumpalo v3.15.3
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling clap_builder v4.5.1
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]    Compiling pipe-trait v0.4.0
[INFO] [stderr]    Compiling relative-path v1.9.2
[INFO] [stderr]    Compiling similar v2.4.0
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling yansi v0.5.1
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling psm v0.1.21
[INFO] [stderr]    Compiling stacker v0.1.15
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling regex-automata v0.4.5
[INFO] [stderr]    Compiling dprint-core-macros v0.1.0
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling swc_macros_common v0.3.9
[INFO] [stderr]    Compiling pmutil v0.6.1
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling from_variant v0.1.7
[INFO] [stderr]    Compiling swc_eq_ignore_macros v0.1.3
[INFO] [stderr]    Compiling ast_node v0.9.6
[INFO] [stderr]    Compiling string_enum v0.4.2
[INFO] [stderr]    Compiling clap_derive v4.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.57
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling swc_visit_macros v0.5.10
[INFO] [stderr]    Compiling is-macro v0.3.5
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling hstr v0.2.7
[INFO] [stderr]    Compiling clap v4.5.1
[INFO] [stderr]    Compiling clap_complete v4.5.1
[INFO] [stderr]    Compiling clap-utilities v0.2.0
[INFO] [stderr]    Compiling swc_visit v0.5.9
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling swc_atoms v0.6.5
[INFO] [stderr]    Compiling text_lines v0.6.0
[INFO] [stderr]    Compiling indexmap v2.2.3
[INFO] [stderr]    Compiling dprint-core v0.66.1
[INFO] [stderr]    Compiling deno_media_type v0.1.2
[INFO] [stderr]    Compiling swc_common v0.33.17
[INFO] [stderr]    Compiling swc_ecma_ast v0.112.2
[INFO] [stderr]    Compiling swc_ecma_parser v0.143.3
[INFO] [stderr]    Compiling dprint-swc-ext v0.15.1
[INFO] [stderr]    Compiling deno_ast v0.34.0
[INFO] [stderr]    Compiling dprint-plugin-typescript v0.89.3
[INFO] [stderr]    Compiling sane-fmt v0.18.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `file_type` is never read
[INFO] [stdout]   --> src/file_list.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Item {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] 13 |     pub path: PathBuf,
[INFO] [stdout] 14 |     pub file_type: FileType,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `scan` is never used
[INFO] [stdout]  --> src/term/color.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub trait ColorScheme {
[INFO] [stdout]   |           ----------- method in this trait
[INFO] [stdout] 7 |     fn scan(&self) -> Style;
[INFO] [stdout]   |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/act/log_diff.rs:19:64
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn get(details: DetailLevel, log_format: LogFormat, theme: &dyn ColorScheme) -> Act {
[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] 19 | pub fn get(details: DetailLevel, log_format: LogFormat, theme: &dyn ColorScheme) -> Act<'_> {
[INFO] [stdout]    |                                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
[INFO] running `Command { std: "docker" "inspect" "d66c5b1e15e20d5729c44413cb2fddd2dae5dfeb6fc5991526c434efb50dad08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d66c5b1e15e20d5729c44413cb2fddd2dae5dfeb6fc5991526c434efb50dad08", kill_on_drop: false }`
[INFO] [stdout] d66c5b1e15e20d5729c44413cb2fddd2dae5dfeb6fc5991526c434efb50dad08
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d492ad75c69add03db66df9b2b67d0b6a17531f0ba513798e9e62a975986a217
[INFO] running `Command { std: "docker" "start" "-a" "d492ad75c69add03db66df9b2b67d0b6a17531f0ba513798e9e62a975986a217", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling serde_spanned v0.6.5
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.1
[INFO] [stderr]    Compiling winnow v0.6.2
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling text-block-macros v0.1.1
[INFO] [stderr]    Compiling swc_ecma_ast v0.112.2
[INFO] [stderr]    Compiling pretty_assertions v1.4.0
[INFO] [stderr]    Compiling vte v0.11.1
[INFO] [stderr]    Compiling strip-ansi-escapes v0.2.0
[INFO] [stderr]    Compiling toml_edit v0.22.6
[INFO] [stderr]    Compiling tempfile v3.10.0
[INFO] [stderr]    Compiling toml v0.8.10
[INFO] [stderr]    Compiling swc_ecma_parser v0.143.3
[INFO] [stderr]    Compiling dprint-swc-ext v0.15.1
[INFO] [stderr]    Compiling deno_ast v0.34.0
[INFO] [stderr]    Compiling dprint-plugin-typescript v0.89.3
[INFO] [stderr]    Compiling sane-fmt v0.18.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `file_type` is never read
[INFO] [stdout]   --> src/file_list.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Item {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] 13 |     pub path: PathBuf,
[INFO] [stdout] 14 |     pub file_type: FileType,
[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 `file_type` is never read
[INFO] [stdout]   --> src/file_list.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Item {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] 13 |     pub path: PathBuf,
[INFO] [stdout] 14 |     pub file_type: FileType,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `scan` is never used
[INFO] [stdout]  --> src/term/color.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub trait ColorScheme {
[INFO] [stdout]   |           ----------- method in this trait
[INFO] [stdout] 7 |     fn scan(&self) -> Style;
[INFO] [stdout]   |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/act/log_diff.rs:19:64
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn get(details: DetailLevel, log_format: LogFormat, theme: &dyn ColorScheme) -> Act {
[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] 19 | pub fn get(details: DetailLevel, log_format: LogFormat, theme: &dyn ColorScheme) -> Act<'_> {
[INFO] [stdout]    |                                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `scan` is never used
[INFO] [stdout]  --> src/term/color.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub trait ColorScheme {
[INFO] [stdout]   |           ----------- method in this trait
[INFO] [stdout] 7 |     fn scan(&self) -> Style;
[INFO] [stdout]   |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/act/log_diff.rs:19:64
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn get(details: DetailLevel, log_format: LogFormat, theme: &dyn ColorScheme) -> Act {
[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] 19 | pub fn get(details: DetailLevel, log_format: LogFormat, theme: &dyn ColorScheme) -> Act<'_> {
[INFO] [stdout]    |                                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PkgInfo` is never constructed
[INFO] [stdout]  --> tests/package_manifests.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | struct PkgInfo {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustc2pbque/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libpretty_assertions-8a3b6e90641ff523,libdiff-5adcc9066f88c687,libtext_block_macros-967d7fc25eb4442a,libtempfile-9486204575149068,libfastrand-6a93b737e84467bd,librustix-ec2333b7948bfa1d,liblinux_raw_sys-ba6aa3e84a80114c,libsane_fmt-01f5c81ff426c8a4,libyansi-e62c22fe315966bf,libsimilar-be6609ab96e89f65,libdprint_plugin_typescript-dd3219f62a1f7b62,libdeno_ast-3e2118535f67610b,libdeno_media_type-45b88e0d673f24a9,libdata_url-aaef663db29ce8ea,libdprint_swc_ext-ef7a22491821b149,libswc_ecma_parser-fca64806f32342bb,libstacker-e7413c240870b557,libpsm-0a5be1243362a2c0,liblibc-e49ba50c5364dd3c,libtyped_arena-227b90ccf7129d34,libsmartstring-22c3f3785e94a7a7,libstatic_assertions-d1d356821ee16874,libswc_ecma_ast-f9d41dd950e66f82,libbitflags-9b2a2339b65b92ad,libunicode_id-a3efaf388c9d376c,libphf-5f5ff90192720083,libphf_shared-2b8a4972177768cb,libtext_lines-ee999eff071d5e8e,libswc_common-25362acc5888e13e,libbetter_scoped_tls-ca154ae41b072eca,libscoped_tls-641a055daa4c649f,liburl-fa8f292e8ac4e0eb,libidna-f4ed07719708b9af,libunicode_normalization-84606f19cc087924,libtinyvec-b7cceba6a1d4f668,libtinyvec_macros-22f5cf82ed794cca,libunicode_bidi-ac3a9219bb861bd3,libform_urlencoded-9d7b7eb6a56238ab,libpercent_encoding-c20dcfa6171127b3,libsiphasher-f6d08890929f4ef9,libtracing-b4ce4ba834c3ff3e,libpin_project_lite-113a1e575b6168a6,libtracing_core-c8e14aa7ccc2aff8,libnum_bigint-d751bb8f334c290b,libnum_integer-a9dd924dbc287588,libnum_traits-96f903d133460cd0,libswc_atoms-3a90e866fb6ffdd8,libhstr-84f4d5ad06e2b9d6,libsmallvec-e564b35a1736ebcd,libdebug_unreachable-c684b213250cd779,libswc_visit-7a286e67c19bc6f6,libeither-8d96bfca59d57e78,libdeno_terminal-3dab49f22afffffc,libtermcolor-5a869789f060d27b,libanyhow-2dd7867785be8138,libdprint_core-05e1772994f037ef,libbumpalo-b51a7d760d0e1847,librustc_hash-d6d8bfd223b846ad,libunicode_width-5507fec22916776d,libindexmap-9e3f27177ebf4b43,libequivalent-4697057af26b6fb7,libhashbrown-ac7ed28713998919,libahash-ac011e0490bcb5d5,libonce_cell-094b42711f647a4b,libcfg_if-ae53b56998a284ac,libzerocopy-247f2c502793d9a3,liballocator_api2-44bad92af231c548,libserde_json-fb2c5fc7ea330cbc,libitoa-0c029c43d0c61ad2,libryu-511a354c0f34efd6,libserde-dc911d67d1da1169,libtap-d1cea5fb1be96723,librelative_path-3a81829aef5a1025,libclap_utilities-de6d5076e165db6c,libthiserror-850ccd0138d55b05,libpipe_trait-463629a61b27c9df,libclap_complete-658b5a557a86cdc9,libclap-400b314099ab9982,libclap_builder-fc8b6cf88a0d1f67,libstrsim-061990be46641d24,libanstream-a387cc9baf43a397,libanstyle_query-654bc7d47e2a2f4a,libcolorchoice-1fcf5e00170bb3de,libanstyle_parse-78333938d4daa74c,libutf8parse-53d5f962bbfa01c6,libclap_lex-0ea2c456f9e37b35,libanstyle-db270d5a8076997c,libfs_extra-b73294a6db248da5}.rlib" "<sysroot>/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" "/opt/rustwide/target/debug/deps/rustc2pbque/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/psm-469ea46e9b8411a0/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/rules-4dcfb7b0418bc97e" "-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: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sane-fmt` (test "rules") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "d492ad75c69add03db66df9b2b67d0b6a17531f0ba513798e9e62a975986a217", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d492ad75c69add03db66df9b2b67d0b6a17531f0ba513798e9e62a975986a217", kill_on_drop: false }`
[INFO] [stdout] d492ad75c69add03db66df9b2b67d0b6a17531f0ba513798e9e62a975986a217
