[INFO] cloning repository https://github.com/MacroFake/houston-tools
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MacroFake/houston-tools" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMacroFake%2Fhouston-tools", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMacroFake%2Fhouston-tools'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d488e6b50c3e52083b8ae0b99a4d97485a1c1fa0
[INFO] building MacroFake/houston-tools against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMacroFake%2Fhouston-tools" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/MacroFake/houston-tools
[INFO] finished tweaking git repo https://github.com/MacroFake/houston-tools
[INFO] tweaked toml for git repo https://github.com/MacroFake/houston-tools written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MacroFake/houston-tools on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MacroFake/houston-tools 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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/serenity-rs/poise.git`
[INFO] [stderr]     Updating git repository `https://github.com/serenity-rs/serenity.git`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ref-cast-impl v1.0.23
[INFO] [stderr]   Downloaded triomphe v0.1.13
[INFO] [stderr]   Downloaded ref-cast v1.0.23
[INFO] [stderr]   Downloaded simdutf8 v0.1.4
[INFO] [stderr]   Downloaded modular-bitfield-impl v0.11.2
[INFO] [stderr]   Downloaded which v6.0.3
[INFO] [stderr]   Downloaded rustls-pki-types v1.8.0
[INFO] [stderr]   Downloaded modular-bitfield v0.11.2
[INFO] [stderr]   Downloaded clap v4.5.17
[INFO] [stderr]   Downloaded binrw_derive v0.14.0
[INFO] [stderr]   Downloaded lzma-rs v0.3.0
[INFO] [stderr]   Downloaded bytemuck v1.18.0
[INFO] [stderr]   Downloaded webpki-roots v0.26.5
[INFO] [stderr]   Downloaded winsafe v0.0.19
[INFO] [stderr]   Downloaded mlua v0.9.9
[INFO] [stderr]   Downloaded binrw v0.14.0
[INFO] [stderr]   Downloaded image v0.25.2
[INFO] [stderr]   Downloaded toml_edit v0.22.21
[INFO] [stderr]   Downloaded config v0.14.0
[INFO] [stderr]   Downloaded lz4-sys v1.11.0
[INFO] [stderr]   Downloaded anyhow v1.0.89
[INFO] [stderr]   Downloaded serde_bare v0.5.0
[INFO] [stderr]   Downloaded async-trait v0.1.82
[INFO] [stderr]   Downloaded ipnet v2.10.0
[INFO] [stderr]   Downloaded wasm-streams v0.4.0
[INFO] [stderr]   Downloaded lua-src v547.0.0
[INFO] [stderr]   Downloaded clap_builder v4.5.17
[INFO] [stderr]   Downloaded simd-json v0.13.10
[INFO] [stderr]   Downloaded pathdiff v0.2.1
[INFO] [stderr]   Downloaded serde_spanned v0.6.7
[INFO] [stderr]   Downloaded trim-in-place v0.1.7
[INFO] [stderr]   Downloaded mlua-sys v0.6.3
[INFO] [stderr]   Downloaded image-webp v0.1.3
[INFO] [stderr]   Downloaded cc v1.1.20
[INFO] [stderr]   Downloaded winres v0.1.12
[INFO] [stderr]   Downloaded halfbrown v0.2.5
[INFO] [stderr]   Downloaded value-trait v0.8.1
[INFO] [stderr]   Downloaded luajit-src v210.5.10+f725e44
[INFO] [stderr]   Downloaded lz4 v1.27.0
[INFO] [stderr]   Downloaded texture2ddecoder v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2e445b21424920ed7292ea66ba65b0ccc3d03ba30eba1cd3694efe088c67eedf
[INFO] running `Command { std: "docker" "start" "-a" "2e445b21424920ed7292ea66ba65b0ccc3d03ba30eba1cd3694efe088c67eedf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2e445b21424920ed7292ea66ba65b0ccc3d03ba30eba1cd3694efe088c67eedf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e445b21424920ed7292ea66ba65b0ccc3d03ba30eba1cd3694efe088c67eedf", kill_on_drop: false }`
[INFO] [stdout] 2e445b21424920ed7292ea66ba65b0ccc3d03ba30eba1cd3694efe088c67eedf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7702e0644d6e1234af6ae26f9932b7bb37568c1a30377368d6a40ef24de69d1b
[INFO] running `Command { std: "docker" "start" "-a" "7702e0644d6e1234af6ae26f9932b7bb37568c1a30377368d6a40ef24de69d1b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling bytes v1.7.2
[INFO] [stderr]    Compiling cc v1.1.20
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling httparse v1.9.4
[INFO] [stderr]    Compiling winnow v0.6.18
[INFO] [stderr]    Compiling lexical-util v0.8.5
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling rustls-pki-types v1.8.0
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling ref-cast v1.0.23
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling indexmap v2.5.0
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling lexical-parse-integer v0.8.6
[INFO] [stderr]    Compiling lexical-write-integer v0.8.5
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling lexical-parse-float v0.8.5
[INFO] [stderr]    Compiling lua-src v547.0.0
[INFO] [stderr]    Compiling lexical-write-float v0.8.5
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling lz4-sys v1.11.0
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling anstream v0.6.15
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling anyhow v1.0.89
[INFO] [stderr]    Compiling data-encoding v2.6.0
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling binrw_derive v0.14.0
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling lexical-core v0.8.5
[INFO] [stderr]    Compiling webpki-roots v0.26.5
[INFO] [stderr]    Compiling bytemuck v1.18.0
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling webpki-roots v0.25.4
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling toml_edit v0.22.21
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling ipnet v2.10.0
[INFO] [stderr]    Compiling binrw v0.14.0
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling simdutf8 v0.1.4
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling serenity v0.12.2 (https://github.com/serenity-rs/serenity.git?rev=d3665b7f25019b0fbf163c38014fe2cd31935416#d3665b7f)
[INFO] [stderr]    Compiling image-webp v0.1.3
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling flate2 v1.0.33
[INFO] [stderr]    Compiling which v6.0.3
[INFO] [stderr]    Compiling luajit-src v210.5.10+f725e44
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling typemap_rev v0.3.0
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling array-init v2.1.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling texture2ddecoder v0.1.1
[INFO] [stderr]    Compiling lzma-rs v0.3.0
[INFO] [stderr]    Compiling mlua-sys v0.6.3
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling bstr v1.10.0
[INFO] [stderr]    Compiling clap_builder v4.5.17
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling houston_app v1.7.2 (/opt/rustwide/workdir/houston_app)
[INFO] [stderr]    Compiling trim-in-place v0.1.7
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling azur_lane_data_collector v1.6.1 (/opt/rustwide/workdir/azur_lane_data_collector)
[INFO] [stderr]    Compiling image v0.25.2
[INFO] [stderr]    Compiling rustc-hash v2.0.0
[INFO] [stderr]    Compiling pathdiff v0.2.1
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling rustls-webpki v0.102.8
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling ref-cast-impl v1.0.23
[INFO] [stderr]    Compiling modular-bitfield-impl v0.11.2
[INFO] [stderr]    Compiling num_enum_derive v0.7.3
[INFO] [stderr]    Compiling async-trait v0.1.82
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling clap_derive v4.5.13
[INFO] [stderr]    Compiling tokio v1.40.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling num_enum v0.7.3
[INFO] [stderr]    Compiling modular-bitfield v0.11.2
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling poise_macros v0.6.1 (https://github.com/serenity-rs/poise.git?rev=575025909b063c3b998659abf9d241c8790404ee#57502590)
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling clap v4.5.17
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling halfbrown v0.2.5
[INFO] [stderr]    Compiling serde_spanned v0.6.7
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling secrecy v0.8.0
[INFO] [stderr]    Compiling serde_cow v0.1.2
[INFO] [stderr]    Compiling serde_bare v0.5.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling value-trait v0.8.1
[INFO] [stderr]    Compiling env_filter v0.1.2
[INFO] [stderr]    Compiling env_logger v0.11.5
[INFO] [stderr]    Compiling tokio-util v0.7.12
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling simd-json v0.13.10
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling utils v4.0.0 (/opt/rustwide/workdir/utils)
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling azur_lane v1.6.1 (/opt/rustwide/workdir/azur_lane)
[INFO] [stderr]    Compiling config v0.14.0
[INFO] [stderr]    Compiling mlua v0.9.9
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling tungstenite v0.21.0
[INFO] [stderr]    Compiling tokio-rustls v0.25.0
[INFO] [stderr]    Compiling tokio-tungstenite v0.21.0
[INFO] [stderr]    Compiling hyper v0.14.30
[INFO] [stderr]    Compiling lz4 v1.27.0
[INFO] [stderr]    Compiling unity_read v3.0.1 (/opt/rustwide/workdir/unity_read)
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> unity_read/src/unity_fs.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |     #[bits = 6]
[INFO] [stdout]    |     ^
[INFO] [stdout] 63 |     compression: Compression,
[INFO] [stdout]    |                            ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 62 ~     [bits = 6]
[INFO] [stdout] 63 ~     compression: Compressio,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> unity_read/src/unity_fs.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 |     #[allow(dead_code)]
[INFO] [stdout]    |     ^
[INFO] [stdout] 65 |     block_directory_merged: bool,
[INFO] [stdout]    |                                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 64 ~     [allow(dead_code)]
[INFO] [stdout] 65 ~     block_directory_merged: boo,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> unity_read/src/unity_fs.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 66 |     blocks_info_at_end: bool,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 66 -     blocks_info_at_end: bool,
[INFO] [stdout] 66 +     locks_info_at_end: boo,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> unity_read/src/unity_fs.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     #[allow(dead_code)]
[INFO] [stdout]    |     ^
[INFO] [stdout] 68 |     old_web_plugin_compatible: bool,
[INFO] [stdout]    |                                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 67 ~     [allow(dead_code)]
[INFO] [stdout] 68 ~     old_web_plugin_compatible: boo,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> unity_read/src/unity_fs.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 |     blocks_info_need_start_pad: bool,
[INFO] [stdout]    |     ^                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 69 -     blocks_info_need_start_pad: bool,
[INFO] [stdout] 69 +     locks_info_need_start_pad: boo,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> unity_read/src/unity_fs.rs:70:5
[INFO] [stdout]    |
[INFO] [stdout] 70 |     #[allow(dead_code)]
[INFO] [stdout]    |     ^
[INFO] [stdout] 71 |     #[doc(hidden)]
[INFO] [stdout] 72 |     pad: B22
[INFO] [stdout]    |            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 70 ~     [allow(dead_code)]
[INFO] [stdout] 71 |     #[doc(hidden)]
[INFO] [stdout] 72 ~     pad: B2
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> unity_read/src/unity_fs.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     #[bits = 6]
[INFO] [stdout]     |     ^
[INFO] [stdout] 105 |     compression: Compression,
[INFO] [stdout]     |                            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 104 ~     [bits = 6]
[INFO] [stdout] 105 ~     compression: Compressio,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> unity_read/src/unity_fs.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 |     #[allow(dead_code)]
[INFO] [stdout]     |     ^
[INFO] [stdout] 107 |     streamed: bool,
[INFO] [stdout]     |                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 106 ~     [allow(dead_code)]
[INFO] [stdout] 107 ~     streamed: boo,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> unity_read/src/unity_fs.rs:299:37
[INFO] [stdout]     |
[INFO] [stdout] 299 | fn decompress_data(compressed_data: &[u8], compression: Compression, size: u32) -> anyhow::Result<Cow<[u8]>> {
[INFO] [stdout]     |                                     ^^^^^ the lifetime is elided here                             ^^^^^^^^^ 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] 299 | fn decompress_data(compressed_data: &[u8], compression: Compression, size: u32) -> anyhow::Result<Cow<'_, [u8]>> {
[INFO] [stdout]     |                                                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> azur_lane_data_collector/src/parse/skill.rs:531:27
[INFO] [stdout]     |
[INFO] [stdout] 531 | fn require_buff_data(lua: &Lua, buff_id: u32) -> LuaResult<LuaTable> {
[INFO] [stdout]     |                           ^^^^ the lifetime is elided here ^^^^^^^^ 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] 531 | fn require_buff_data(lua: &Lua, buff_id: u32) -> LuaResult<LuaTable<'_>> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> azur_lane_data_collector/src/parse/skill.rs:536:28
[INFO] [stdout]     |
[INFO] [stdout] 536 | fn require_skill_data(lua: &Lua, skill_id: u32) -> LuaResult<LuaTable> {
[INFO] [stdout]     |                            ^^^^ the lifetime is elided here  ^^^^^^^^ 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] 536 | fn require_skill_data(lua: &Lua, skill_id: u32) -> LuaResult<LuaTable<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling poise v0.6.1 (https://github.com/serenity-rs/poise.git?rev=575025909b063c3b998659abf9d241c8790404ee#57502590)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> houston_app/src/buttons/mod.rs:56:33
[INFO] [stdout]    |
[INFO] [stdout] 56 |               pub const fn borrow(&self) -> ButtonArgsRef {
[INFO] [stdout]    |                                   ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 75 | / define_button_args! {
[INFO] [stdout] 76 | |     /// Unused button. A sentinel value is used to avoid duplicating custom IDs.
[INFO] [stdout] 77 | |     None(common::None),
[INFO] [stdout] 78 | |     /// Open the ship detail view.
[INFO] [stdout] ...  |
[INFO] [stdout] 95 | |     ViewSearchAugment(azur::search_augment::View),
[INFO] [stdout] 96 | | }
[INFO] [stdout]    | |_- in this macro invocation
[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]    = note: this warning originates in the macro `define_button_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const fn borrow(&self) -> ButtonArgsRef<'_> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> houston_app/src/slashies/calc/mod.rs:95:20
[INFO] [stdout]    |
[INFO] [stdout] 95 | fn eval_text(text: &str) -> Result<f64> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 | fn eval_text(text: &str) -> Result<'_, f64> {
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> houston_app/src/data/mod.rs:95:23
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn app_emojis(&self) -> HAppEmojis {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn app_emojis(&self) -> HAppEmojis<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 10s
[INFO] running `Command { std: "docker" "inspect" "7702e0644d6e1234af6ae26f9932b7bb37568c1a30377368d6a40ef24de69d1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7702e0644d6e1234af6ae26f9932b7bb37568c1a30377368d6a40ef24de69d1b", kill_on_drop: false }`
[INFO] [stdout] 7702e0644d6e1234af6ae26f9932b7bb37568c1a30377368d6a40ef24de69d1b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6016a1d276052872a7682ce624bd0ed6cd531de68de338d164554a7567176e86
[INFO] running `Command { std: "docker" "start" "-a" "6016a1d276052872a7682ce624bd0ed6cd531de68de338d164554a7567176e86", kill_on_drop: false }`
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> unity_read/src/unity_fs.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |     #[bits = 6]
[INFO] [stdout]    |     ^
[INFO] [stdout] 63 |     compression: Compression,
[INFO] [stdout]    |                            ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 62 ~     [bits = 6]
[INFO] [stdout] 63 ~     compression: Compressio,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> unity_read/src/unity_fs.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 |     #[allow(dead_code)]
[INFO] [stdout]    |     ^
[INFO] [stdout] 65 |     block_directory_merged: bool,
[INFO] [stdout]    |                                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 64 ~     [allow(dead_code)]
[INFO] [stdout] 65 ~     block_directory_merged: boo,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> unity_read/src/unity_fs.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 66 |     blocks_info_at_end: bool,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 66 -     blocks_info_at_end: bool,
[INFO] [stdout] 66 +     locks_info_at_end: boo,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> unity_read/src/unity_fs.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     #[allow(dead_code)]
[INFO] [stdout]    |     ^
[INFO] [stdout] 68 |     old_web_plugin_compatible: bool,
[INFO] [stdout]    |                                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 67 ~     [allow(dead_code)]
[INFO] [stdout] 68 ~     old_web_plugin_compatible: boo,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> unity_read/src/unity_fs.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 |     blocks_info_need_start_pad: bool,
[INFO] [stdout]    |     ^                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 69 -     blocks_info_need_start_pad: bool,
[INFO] [stdout] 69 +     locks_info_need_start_pad: boo,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> unity_read/src/unity_fs.rs:70:5
[INFO] [stdout]    |
[INFO] [stdout] 70 |     #[allow(dead_code)]
[INFO] [stdout]    |     ^
[INFO] [stdout] 71 |     #[doc(hidden)]
[INFO] [stdout] 72 |     pad: B22
[INFO] [stdout]    |            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 70 ~     [allow(dead_code)]
[INFO] [stdout] 71 |     #[doc(hidden)]
[INFO] [stdout] 72 ~     pad: B2
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> unity_read/src/unity_fs.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     #[bits = 6]
[INFO] [stdout]     |     ^
[INFO] [stdout] 105 |     compression: Compression,
[INFO] [stdout]     |                            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 104 ~     [bits = 6]
[INFO] [stdout] 105 ~     compression: Compressio,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> unity_read/src/unity_fs.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 |     #[allow(dead_code)]
[INFO] [stdout]     |     ^
[INFO] [stdout] 107 |     streamed: bool,
[INFO] [stdout]     |                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 106 ~     [allow(dead_code)]
[INFO] [stdout] 107 ~     streamed: boo,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling unity_read v3.0.1 (/opt/rustwide/workdir/unity_read)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> unity_read/src/unity_fs.rs:299:37
[INFO] [stdout]     |
[INFO] [stdout] 299 | fn decompress_data(compressed_data: &[u8], compression: Compression, size: u32) -> anyhow::Result<Cow<[u8]>> {
[INFO] [stdout]     |                                     ^^^^^ the lifetime is elided here                             ^^^^^^^^^ 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] 299 | fn decompress_data(compressed_data: &[u8], compression: Compression, size: u32) -> anyhow::Result<Cow<'_, [u8]>> {
[INFO] [stdout]     |                                                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling azur_lane v1.6.1 (/opt/rustwide/workdir/azur_lane)
[INFO] [stderr]    Compiling utils v4.0.0 (/opt/rustwide/workdir/utils)
[INFO] [stderr]    Compiling houston_app v1.7.2 (/opt/rustwide/workdir/houston_app)
[INFO] [stderr]    Compiling azur_lane_data_collector v1.6.1 (/opt/rustwide/workdir/azur_lane_data_collector)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> unity_read/src/unity_fs.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |     #[bits = 6]
[INFO] [stdout]    |     ^
[INFO] [stdout] 63 |     compression: Compression,
[INFO] [stdout]    |                            ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 62 ~     [bits = 6]
[INFO] [stdout] 63 ~     compression: Compressio,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> unity_read/src/unity_fs.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 |     #[allow(dead_code)]
[INFO] [stdout]    |     ^
[INFO] [stdout] 65 |     block_directory_merged: bool,
[INFO] [stdout]    |                                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 64 ~     [allow(dead_code)]
[INFO] [stdout] 65 ~     block_directory_merged: boo,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> unity_read/src/unity_fs.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 66 |     blocks_info_at_end: bool,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 66 -     blocks_info_at_end: bool,
[INFO] [stdout] 66 +     locks_info_at_end: boo,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> unity_read/src/unity_fs.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     #[allow(dead_code)]
[INFO] [stdout]    |     ^
[INFO] [stdout] 68 |     old_web_plugin_compatible: bool,
[INFO] [stdout]    |                                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 67 ~     [allow(dead_code)]
[INFO] [stdout] 68 ~     old_web_plugin_compatible: boo,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> unity_read/src/unity_fs.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 |     blocks_info_need_start_pad: bool,
[INFO] [stdout]    |     ^                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 69 -     blocks_info_need_start_pad: bool,
[INFO] [stdout] 69 +     locks_info_need_start_pad: boo,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> unity_read/src/unity_fs.rs:70:5
[INFO] [stdout]    |
[INFO] [stdout] 70 |     #[allow(dead_code)]
[INFO] [stdout]    |     ^
[INFO] [stdout] 71 |     #[doc(hidden)]
[INFO] [stdout] 72 |     pad: B22
[INFO] [stdout]    |            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 70 ~     [allow(dead_code)]
[INFO] [stdout] 71 |     #[doc(hidden)]
[INFO] [stdout] 72 ~     pad: B2
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> unity_read/src/unity_fs.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     #[bits = 6]
[INFO] [stdout]     |     ^
[INFO] [stdout] 105 |     compression: Compression,
[INFO] [stdout]     |                            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 104 ~     [bits = 6]
[INFO] [stdout] 105 ~     compression: Compressio,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> unity_read/src/unity_fs.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 |     #[allow(dead_code)]
[INFO] [stdout]     |     ^
[INFO] [stdout] 107 |     streamed: bool,
[INFO] [stdout]     |                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 106 ~     [allow(dead_code)]
[INFO] [stdout] 107 ~     streamed: boo,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> unity_read/src/unity_fs.rs:299:37
[INFO] [stdout]     |
[INFO] [stdout] 299 | fn decompress_data(compressed_data: &[u8], compression: Compression, size: u32) -> anyhow::Result<Cow<[u8]>> {
[INFO] [stdout]     |                                     ^^^^^ the lifetime is elided here                             ^^^^^^^^^ 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] 299 | fn decompress_data(compressed_data: &[u8], compression: Compression, size: u32) -> anyhow::Result<Cow<'_, [u8]>> {
[INFO] [stdout]     |                                                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> azur_lane_data_collector/src/parse/skill.rs:531:27
[INFO] [stdout]     |
[INFO] [stdout] 531 | fn require_buff_data(lua: &Lua, buff_id: u32) -> LuaResult<LuaTable> {
[INFO] [stdout]     |                           ^^^^ the lifetime is elided here ^^^^^^^^ 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] 531 | fn require_buff_data(lua: &Lua, buff_id: u32) -> LuaResult<LuaTable<'_>> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> azur_lane_data_collector/src/parse/skill.rs:536:28
[INFO] [stdout]     |
[INFO] [stdout] 536 | fn require_skill_data(lua: &Lua, skill_id: u32) -> LuaResult<LuaTable> {
[INFO] [stdout]     |                            ^^^^ the lifetime is elided here  ^^^^^^^^ 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] 536 | fn require_skill_data(lua: &Lua, skill_id: u32) -> LuaResult<LuaTable<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> houston_app/src/buttons/mod.rs:56:33
[INFO] [stdout]    |
[INFO] [stdout] 56 |               pub const fn borrow(&self) -> ButtonArgsRef {
[INFO] [stdout]    |                                   ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 75 | / define_button_args! {
[INFO] [stdout] 76 | |     /// Unused button. A sentinel value is used to avoid duplicating custom IDs.
[INFO] [stdout] 77 | |     None(common::None),
[INFO] [stdout] 78 | |     /// Open the ship detail view.
[INFO] [stdout] ...  |
[INFO] [stdout] 95 | |     ViewSearchAugment(azur::search_augment::View),
[INFO] [stdout] 96 | | }
[INFO] [stdout]    | |_- in this macro invocation
[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]    = note: this warning originates in the macro `define_button_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const fn borrow(&self) -> ButtonArgsRef<'_> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> houston_app/src/slashies/calc/mod.rs:95:20
[INFO] [stdout]    |
[INFO] [stdout] 95 | fn eval_text(text: &str) -> Result<f64> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 | fn eval_text(text: &str) -> Result<'_, f64> {
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> houston_app/src/data/mod.rs:95:23
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn app_emojis(&self) -> HAppEmojis {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn app_emojis(&self) -> HAppEmojis<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.22s
[INFO] running `Command { std: "docker" "inspect" "6016a1d276052872a7682ce624bd0ed6cd531de68de338d164554a7567176e86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6016a1d276052872a7682ce624bd0ed6cd531de68de338d164554a7567176e86", kill_on_drop: false }`
[INFO] [stdout] 6016a1d276052872a7682ce624bd0ed6cd531de68de338d164554a7567176e86
