[INFO] fetching crate pircolate 0.2.1...
[INFO] testing pircolate-0.2.1 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate pircolate 0.2.1 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate pircolate 0.2.1
[INFO] finished tweaking crates.io crate pircolate 0.2.1
[INFO] tweaked toml for crates.io crate pircolate 0.2.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pircolate 0.2.1 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 12 packages to latest compatible versions
[INFO] [stderr]       Adding error-chain v0.10.0 (available: v0.12.4)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c2b851ed16fdd13e557f1fae2e83cfe9377ff63613c7e5e020c94383609b6ab8
[INFO] running `Command { std: "docker" "start" "-a" "c2b851ed16fdd13e557f1fae2e83cfe9377ff63613c7e5e020c94383609b6ab8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c2b851ed16fdd13e557f1fae2e83cfe9377ff63613c7e5e020c94383609b6ab8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c2b851ed16fdd13e557f1fae2e83cfe9377ff63613c7e5e020c94383609b6ab8", kill_on_drop: false }`
[INFO] [stdout] c2b851ed16fdd13e557f1fae2e83cfe9377ff63613c7e5e020c94383609b6ab8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d82b02499239ab5929792ca6dd2869bee322cbc4deea5c0302401561c2a1bdb5
[INFO] running `Command { std: "docker" "start" "-a" "d82b02499239ab5929792ca6dd2869bee322cbc4deea5c0302401561c2a1bdb5", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling error-chain v0.10.0
[INFO] [stderr]    Compiling pircolate v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / error_chain! {
[INFO] [stdout]  5 | |     foreign_links {
[INFO] [stdout]  6 | |         Utf8(::std::string::FromUtf8Error);
[INFO] [stdout] ...  |
[INFO] [stdout] 20 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]   --> src/error.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / error_chain! {
[INFO] [stdout]  5 | |     foreign_links {
[INFO] [stdout]  6 | |         Utf8(::std::string::FromUtf8Error);
[INFO] [stdout] ...  |
[INFO] [stdout] 20 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/message/mod.rs:79:21
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn raw_tags(&self) -> TagIter {
[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] 79 |     pub fn raw_tags(&self) -> TagIter<'_> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/message/mod.rs:102:21
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn raw_args(&self) -> ArgumentIter {
[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] 102 |     pub fn raw_args(&self) -> ArgumentIter<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/message/parser.rs:57:22
[INFO] [stdout]    |
[INFO] [stdout] 57 | fn parse_tags(input: &[u8]) -> ParseResult<Option<Vec<TagRange>>> {
[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] 57 | fn parse_tags(input: &[u8]) -> ParseResult<'_, Option<Vec<TagRange>>> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/message/parser.rs:109:24
[INFO] [stdout]     |
[INFO] [stdout] 109 | fn parse_prefix(input: &[u8], mut position: usize) -> ParseResult<Option<PrefixRange>> {
[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] 109 | fn parse_prefix(input: &[u8], mut position: usize) -> ParseResult<'_, Option<PrefixRange>> {
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/message/parser.rs:165:25
[INFO] [stdout]     |
[INFO] [stdout] 165 | fn parse_command(input: &[u8], mut position: usize) -> ParseResult<Range<usize>> {
[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] 165 | fn parse_command(input: &[u8], mut position: usize) -> ParseResult<'_, Range<usize>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/message/parser.rs:190:22
[INFO] [stdout]     |
[INFO] [stdout] 190 | fn parse_args(input: &[u8], mut position: usize) -> ParseResult<Option<Vec<Range<usize>>>> {
[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] 190 | fn parse_args(input: &[u8], mut position: usize) -> ParseResult<'_, Option<Vec<Range<usize>>>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:162:82
[INFO] [stdout]     |
[INFO] [stdout] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stdout]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 182 | / command! { 
[INFO] [stdout] 183 | |     /// Represents a PING command.  The first element is the host.
[INFO] [stdout] 184 | |     ///
[INFO] [stdout] 185 | |     /// # Examples
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |     ("PING" => Ping(host)) 
[INFO] [stdout] 200 | | }
[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: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:162:82
[INFO] [stdout]     |
[INFO] [stdout] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stdout]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 202 | / command! {
[INFO] [stdout] 203 | |     /// Represents a PONG command. The first element is the host.
[INFO] [stdout] 204 | |     ///
[INFO] [stdout] 205 | |     /// # Examples
[INFO] [stdout] ...   |
[INFO] [stdout] 219 | |     ("PONG" => Pong(host))
[INFO] [stdout] 220 | | }
[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: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:162:82
[INFO] [stdout]     |
[INFO] [stdout] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stdout]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 222 | / command! {
[INFO] [stdout] 223 | |     /// Represents a PRIVMSG command.  The first element is the target of the message and
[INFO] [stdout] 224 | |     /// the second eleement is the message.
[INFO] [stdout] 225 | |     ///
[INFO] [stdout] ...   |
[INFO] [stdout] 240 | |     ("PRIVMSG" => PrivMsg(target, message))
[INFO] [stdout] 241 | | }
[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: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:162:82
[INFO] [stdout]     |
[INFO] [stdout] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stdout]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 251 | / command! { 
[INFO] [stdout] 252 | |     /// Represents a WELCOME numeric. The first element is the unsername and the second element is the welcome message.
[INFO] [stdout] 253 | |     ("001" => Welcome(user, message))
[INFO] [stdout] 254 | | }
[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: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:162:82
[INFO] [stdout]     |
[INFO] [stdout] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stdout]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 256 | / command! {
[INFO] [stdout] 257 | |     /// Represents a YOURHOST numeric. The first element is the unsername and the second element is the yourhost message.
[INFO] [stdout] 258 | |     ("002" => YourHost(user, message))
[INFO] [stdout] 259 | | }
[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: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:162:82
[INFO] [stdout]     |
[INFO] [stdout] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stdout]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 261 | / command!{
[INFO] [stdout] 262 | |     /// Represents a CREATED numeric. The first element is the unsername and the second element is the created message.
[INFO] [stdout] 263 | |     ("003" => Created(user, message))
[INFO] [stdout] 264 | | }
[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: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:162:82
[INFO] [stdout]     |
[INFO] [stdout] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stdout]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 266 | / command!{
[INFO] [stdout] 267 | |     /// Represents a MYINFO numeric. The first element is the username and the second element is the server info message.
[INFO] [stdout] 268 | |     ("004" => ServerInfo(user, message))
[INFO] [stdout] 269 | | }
[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: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.89s
[INFO] running `Command { std: "docker" "inspect" "d82b02499239ab5929792ca6dd2869bee322cbc4deea5c0302401561c2a1bdb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d82b02499239ab5929792ca6dd2869bee322cbc4deea5c0302401561c2a1bdb5", kill_on_drop: false }`
[INFO] [stdout] d82b02499239ab5929792ca6dd2869bee322cbc4deea5c0302401561c2a1bdb5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7c0de7ae08d4a9f0a7b12924a8bfd059de9582d22baecd720699a08fa3cac035
[INFO] running `Command { std: "docker" "start" "-a" "7c0de7ae08d4a9f0a7b12924a8bfd059de9582d22baecd720699a08fa3cac035", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / error_chain! {
[INFO] [stdout]  5 | |     foreign_links {
[INFO] [stdout]  6 | |         Utf8(::std::string::FromUtf8Error);
[INFO] [stdout] ...  |
[INFO] [stdout] 20 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]   --> src/error.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / error_chain! {
[INFO] [stdout]  5 | |     foreign_links {
[INFO] [stdout]  6 | |         Utf8(::std::string::FromUtf8Error);
[INFO] [stdout] ...  |
[INFO] [stdout] 20 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/message/mod.rs:79:21
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn raw_tags(&self) -> TagIter {
[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] 79 |     pub fn raw_tags(&self) -> TagIter<'_> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/message/mod.rs:102:21
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn raw_args(&self) -> ArgumentIter {
[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] 102 |     pub fn raw_args(&self) -> ArgumentIter<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/message/parser.rs:57:22
[INFO] [stdout]    |
[INFO] [stdout] 57 | fn parse_tags(input: &[u8]) -> ParseResult<Option<Vec<TagRange>>> {
[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] 57 | fn parse_tags(input: &[u8]) -> ParseResult<'_, Option<Vec<TagRange>>> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/message/parser.rs:109:24
[INFO] [stdout]     |
[INFO] [stdout] 109 | fn parse_prefix(input: &[u8], mut position: usize) -> ParseResult<Option<PrefixRange>> {
[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] 109 | fn parse_prefix(input: &[u8], mut position: usize) -> ParseResult<'_, Option<PrefixRange>> {
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/message/parser.rs:165:25
[INFO] [stdout]     |
[INFO] [stdout] 165 | fn parse_command(input: &[u8], mut position: usize) -> ParseResult<Range<usize>> {
[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] 165 | fn parse_command(input: &[u8], mut position: usize) -> ParseResult<'_, Range<usize>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/message/parser.rs:190:22
[INFO] [stdout]     |
[INFO] [stdout] 190 | fn parse_args(input: &[u8], mut position: usize) -> ParseResult<Option<Vec<Range<usize>>>> {
[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] 190 | fn parse_args(input: &[u8], mut position: usize) -> ParseResult<'_, Option<Vec<Range<usize>>>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:162:82
[INFO] [stdout]     |
[INFO] [stdout] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stdout]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 182 | / command! { 
[INFO] [stdout] 183 | |     /// Represents a PING command.  The first element is the host.
[INFO] [stdout] 184 | |     ///
[INFO] [stdout] 185 | |     /// # Examples
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |     ("PING" => Ping(host)) 
[INFO] [stdout] 200 | | }
[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: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:162:82
[INFO] [stdout]     |
[INFO] [stdout] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stdout]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 202 | / command! {
[INFO] [stdout] 203 | |     /// Represents a PONG command. The first element is the host.
[INFO] [stdout] 204 | |     ///
[INFO] [stdout] 205 | |     /// # Examples
[INFO] [stdout] ...   |
[INFO] [stdout] 219 | |     ("PONG" => Pong(host))
[INFO] [stdout] 220 | | }
[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: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:162:82
[INFO] [stdout]     |
[INFO] [stdout] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stdout]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 222 | / command! {
[INFO] [stdout] 223 | |     /// Represents a PRIVMSG command.  The first element is the target of the message and
[INFO] [stdout] 224 | |     /// the second eleement is the message.
[INFO] [stdout] 225 | |     ///
[INFO] [stdout] ...   |
[INFO] [stdout] 240 | |     ("PRIVMSG" => PrivMsg(target, message))
[INFO] [stdout] 241 | | }
[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: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:162:82
[INFO] [stdout]     |
[INFO] [stdout] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stdout]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 251 | / command! { 
[INFO] [stdout] 252 | |     /// Represents a WELCOME numeric. The first element is the unsername and the second element is the welcome message.
[INFO] [stdout] 253 | |     ("001" => Welcome(user, message))
[INFO] [stdout] 254 | | }
[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: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:162:82
[INFO] [stdout]     |
[INFO] [stdout] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stdout]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 256 | / command! {
[INFO] [stdout] 257 | |     /// Represents a YOURHOST numeric. The first element is the unsername and the second element is the yourhost message.
[INFO] [stdout] 258 | |     ("002" => YourHost(user, message))
[INFO] [stdout] 259 | | }
[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: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:162:82
[INFO] [stdout]     |
[INFO] [stdout] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stdout]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 261 | / command!{
[INFO] [stdout] 262 | |     /// Represents a CREATED numeric. The first element is the unsername and the second element is the created message.
[INFO] [stdout] 263 | |     ("003" => Created(user, message))
[INFO] [stdout] 264 | | }
[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: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:162:82
[INFO] [stdout]     |
[INFO] [stdout] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stdout]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 266 | / command!{
[INFO] [stdout] 267 | |     /// Represents a MYINFO numeric. The first element is the username and the second element is the server info message.
[INFO] [stdout] 268 | |     ("004" => ServerInfo(user, message))
[INFO] [stdout] 269 | | }
[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: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pircolate v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / error_chain! {
[INFO] [stdout]  5 | |     foreign_links {
[INFO] [stdout]  6 | |         Utf8(::std::string::FromUtf8Error);
[INFO] [stdout] ...  |
[INFO] [stdout] 20 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]   --> src/error.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / error_chain! {
[INFO] [stdout]  5 | |     foreign_links {
[INFO] [stdout]  6 | |         Utf8(::std::string::FromUtf8Error);
[INFO] [stdout] ...  |
[INFO] [stdout] 20 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/message/mod.rs:79:21
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn raw_tags(&self) -> TagIter {
[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] 79 |     pub fn raw_tags(&self) -> TagIter<'_> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/message/mod.rs:102:21
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn raw_args(&self) -> ArgumentIter {
[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] 102 |     pub fn raw_args(&self) -> ArgumentIter<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/message/parser.rs:57:22
[INFO] [stdout]    |
[INFO] [stdout] 57 | fn parse_tags(input: &[u8]) -> ParseResult<Option<Vec<TagRange>>> {
[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] 57 | fn parse_tags(input: &[u8]) -> ParseResult<'_, Option<Vec<TagRange>>> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/message/parser.rs:109:24
[INFO] [stdout]     |
[INFO] [stdout] 109 | fn parse_prefix(input: &[u8], mut position: usize) -> ParseResult<Option<PrefixRange>> {
[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] 109 | fn parse_prefix(input: &[u8], mut position: usize) -> ParseResult<'_, Option<PrefixRange>> {
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/message/parser.rs:165:25
[INFO] [stdout]     |
[INFO] [stdout] 165 | fn parse_command(input: &[u8], mut position: usize) -> ParseResult<Range<usize>> {
[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] 165 | fn parse_command(input: &[u8], mut position: usize) -> ParseResult<'_, Range<usize>> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/message/parser.rs:190:22
[INFO] [stdout]     |
[INFO] [stdout] 190 | fn parse_args(input: &[u8], mut position: usize) -> ParseResult<Option<Vec<Range<usize>>>> {
[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] 190 | fn parse_args(input: &[u8], mut position: usize) -> ParseResult<'_, Option<Vec<Range<usize>>>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:162:82
[INFO] [stdout]     |
[INFO] [stdout] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stdout]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 182 | / command! { 
[INFO] [stdout] 183 | |     /// Represents a PING command.  The first element is the host.
[INFO] [stdout] 184 | |     ///
[INFO] [stdout] 185 | |     /// # Examples
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |     ("PING" => Ping(host)) 
[INFO] [stdout] 200 | | }
[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: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:162:82
[INFO] [stdout]     |
[INFO] [stdout] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stdout]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 202 | / command! {
[INFO] [stdout] 203 | |     /// Represents a PONG command. The first element is the host.
[INFO] [stdout] 204 | |     ///
[INFO] [stdout] 205 | |     /// # Examples
[INFO] [stdout] ...   |
[INFO] [stdout] 219 | |     ("PONG" => Pong(host))
[INFO] [stdout] 220 | | }
[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: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:162:82
[INFO] [stdout]     |
[INFO] [stdout] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stdout]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 222 | / command! {
[INFO] [stdout] 223 | |     /// Represents a PRIVMSG command.  The first element is the target of the message and
[INFO] [stdout] 224 | |     /// the second eleement is the message.
[INFO] [stdout] 225 | |     ///
[INFO] [stdout] ...   |
[INFO] [stdout] 240 | |     ("PRIVMSG" => PrivMsg(target, message))
[INFO] [stdout] 241 | | }
[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: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:162:82
[INFO] [stdout]     |
[INFO] [stdout] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stdout]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 251 | / command! { 
[INFO] [stdout] 252 | |     /// Represents a WELCOME numeric. The first element is the unsername and the second element is the welcome message.
[INFO] [stdout] 253 | |     ("001" => Welcome(user, message))
[INFO] [stdout] 254 | | }
[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: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:162:82
[INFO] [stdout]     |
[INFO] [stdout] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stdout]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 256 | / command! {
[INFO] [stdout] 257 | |     /// Represents a YOURHOST numeric. The first element is the unsername and the second element is the yourhost message.
[INFO] [stdout] 258 | |     ("002" => YourHost(user, message))
[INFO] [stdout] 259 | | }
[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: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:162:82
[INFO] [stdout]     |
[INFO] [stdout] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stdout]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 261 | / command!{
[INFO] [stdout] 262 | |     /// Represents a CREATED numeric. The first element is the unsername and the second element is the created message.
[INFO] [stdout] 263 | |     ("003" => Created(user, message))
[INFO] [stdout] 264 | | }
[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: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:162:82
[INFO] [stdout]     |
[INFO] [stdout] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stdout]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 266 | / command!{
[INFO] [stdout] 267 | |     /// Represents a MYINFO numeric. The first element is the username and the second element is the server info message.
[INFO] [stdout] 268 | |     ("004" => ServerInfo(user, message))
[INFO] [stdout] 269 | | }
[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: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.82s
[INFO] running `Command { std: "docker" "inspect" "7c0de7ae08d4a9f0a7b12924a8bfd059de9582d22baecd720699a08fa3cac035", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c0de7ae08d4a9f0a7b12924a8bfd059de9582d22baecd720699a08fa3cac035", kill_on_drop: false }`
[INFO] [stdout] 7c0de7ae08d4a9f0a7b12924a8bfd059de9582d22baecd720699a08fa3cac035
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f4bafab6f876c0d4c3e96a35eaa5f696721dd5292460cdd783d643eea76860ba
[INFO] running `Command { std: "docker" "start" "-a" "f4bafab6f876c0d4c3e96a35eaa5f696721dd5292460cdd783d643eea76860ba", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stderr]   --> src/error.rs:4:1
[INFO] [stderr]    |
[INFO] [stderr]  4 | / error_chain! {
[INFO] [stderr]  5 | |     foreign_links {
[INFO] [stderr]  6 | |         Utf8(::std::string::FromUtf8Error);
[INFO] [stderr] ...  |
[INFO] [stderr] 20 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stderr]   --> src/error.rs:4:1
[INFO] [stderr]    |
[INFO] [stderr]  4 | / error_chain! {
[INFO] [stderr]  5 | |     foreign_links {
[INFO] [stderr]  6 | |         Utf8(::std::string::FromUtf8Error);
[INFO] [stderr] ...  |
[INFO] [stderr] 20 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/message/mod.rs:79:21
[INFO] [stderr]    |
[INFO] [stderr] 79 |     pub fn raw_tags(&self) -> TagIter {
[INFO] [stderr]    |                     ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                     |
[INFO] [stderr]    |                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 79 |     pub fn raw_tags(&self) -> TagIter<'_> {
[INFO] [stderr]    |                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/message/mod.rs:102:21
[INFO] [stderr]     |
[INFO] [stderr] 102 |     pub fn raw_args(&self) -> ArgumentIter {
[INFO] [stderr]     |                     ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 102 |     pub fn raw_args(&self) -> ArgumentIter<'_> {
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/message/parser.rs:57:22
[INFO] [stderr]    |
[INFO] [stderr] 57 | fn parse_tags(input: &[u8]) -> ParseResult<Option<Vec<TagRange>>> {
[INFO] [stderr]    |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                      |
[INFO] [stderr]    |                      the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 57 | fn parse_tags(input: &[u8]) -> ParseResult<'_, Option<Vec<TagRange>>> {
[INFO] [stderr]    |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/message/parser.rs:109:24
[INFO] [stderr]     |
[INFO] [stderr] 109 | fn parse_prefix(input: &[u8], mut position: usize) -> ParseResult<Option<PrefixRange>> {
[INFO] [stderr]     |                        ^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 109 | fn parse_prefix(input: &[u8], mut position: usize) -> ParseResult<'_, Option<PrefixRange>> {
[INFO] [stderr]     |                                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/message/parser.rs:165:25
[INFO] [stderr]     |
[INFO] [stderr] 165 | fn parse_command(input: &[u8], mut position: usize) -> ParseResult<Range<usize>> {
[INFO] [stderr]     |                         ^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 165 | fn parse_command(input: &[u8], mut position: usize) -> ParseResult<'_, Range<usize>> {
[INFO] [stderr]     |                                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/message/parser.rs:190:22
[INFO] [stderr]     |
[INFO] [stderr] 190 | fn parse_args(input: &[u8], mut position: usize) -> ParseResult<Option<Vec<Range<usize>>>> {
[INFO] [stderr]     |                      ^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 190 | fn parse_args(input: &[u8], mut position: usize) -> ParseResult<'_, Option<Vec<Range<usize>>>> {
[INFO] [stderr]     |                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/command.rs:162:82
[INFO] [stderr]     |
[INFO] [stderr] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stderr]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                                                     |
[INFO] [stderr]     |                                                                     the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 182 | / command! { 
[INFO] [stderr] 183 | |     /// Represents a PING command.  The first element is the host.
[INFO] [stderr] 184 | |     ///
[INFO] [stderr] 185 | |     /// # Examples
[INFO] [stderr] ...   |
[INFO] [stderr] 199 | |     ("PING" => Ping(host)) 
[INFO] [stderr] 200 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stderr]     |                                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/command.rs:162:82
[INFO] [stderr]     |
[INFO] [stderr] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stderr]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                                                     |
[INFO] [stderr]     |                                                                     the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 202 | / command! {
[INFO] [stderr] 203 | |     /// Represents a PONG command. The first element is the host.
[INFO] [stderr] 204 | |     ///
[INFO] [stderr] 205 | |     /// # Examples
[INFO] [stderr] ...   |
[INFO] [stderr] 219 | |     ("PONG" => Pong(host))
[INFO] [stderr] 220 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stderr]     |                                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/command.rs:162:82
[INFO] [stderr]     |
[INFO] [stderr] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stderr]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                                                     |
[INFO] [stderr]     |                                                                     the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 222 | / command! {
[INFO] [stderr] 223 | |     /// Represents a PRIVMSG command.  The first element is the target of the message and
[INFO] [stderr] 224 | |     /// the second eleement is the message.
[INFO] [stderr] 225 | |     ///
[INFO] [stderr] ...   |
[INFO] [stderr] 240 | |     ("PRIVMSG" => PrivMsg(target, message))
[INFO] [stderr] 241 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stderr]     |                                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/command.rs:162:82
[INFO] [stderr]     |
[INFO] [stderr] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stderr]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                                                     |
[INFO] [stderr]     |                                                                     the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 251 | / command! { 
[INFO] [stderr] 252 | |     /// Represents a WELCOME numeric. The first element is the unsername and the second element is the welcome message.
[INFO] [stderr] 253 | |     ("001" => Welcome(user, message))
[INFO] [stderr] 254 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stderr]     |                                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/command.rs:162:82
[INFO] [stderr]     |
[INFO] [stderr] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stderr]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                                                     |
[INFO] [stderr]     |                                                                     the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 256 | / command! {
[INFO] [stderr] 257 | |     /// Represents a YOURHOST numeric. The first element is the unsername and the second element is the yourhost message.
[INFO] [stderr] 258 | |     ("002" => YourHost(user, message))
[INFO] [stderr] 259 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stderr]     |                                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/command.rs:162:82
[INFO] [stderr]     |
[INFO] [stderr] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stderr]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                                                     |
[INFO] [stderr]     |                                                                     the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 261 | / command!{
[INFO] [stderr] 262 | |     /// Represents a CREATED numeric. The first element is the unsername and the second element is the created message.
[INFO] [stderr] 263 | |     ("003" => Created(user, message))
[INFO] [stderr] 264 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stderr]     |                                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/command.rs:162:82
[INFO] [stderr]     |
[INFO] [stderr] 162 |               fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name> {
[INFO] [stderr]     |                                                                     --             ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                                                     |
[INFO] [stderr]     |                                                                     the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 266 | / command!{
[INFO] [stderr] 267 | |     /// Represents a MYINFO numeric. The first element is the username and the second element is the server info message.
[INFO] [stderr] 268 | |     ("004" => ServerInfo(user, message))
[INFO] [stderr] 269 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 162 |             fn parse(mut arguments: $crate::command::ArgumentIter<'a>) -> Option<$command_name<'a>> {
[INFO] [stderr]     |                                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `pircolate` (lib) generated 15 warnings (run `cargo fix --lib -p pircolate` to apply 13 suggestions)
[INFO] [stderr] warning: `pircolate` (lib test) generated 15 warnings (15 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pircolate-a32c1db076373dc1)
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test command::tests::test_command_match_with_multiple_branches ... ok
[INFO] [stdout] test command::tests::test_created_command ... ok
[INFO] [stdout] test command::tests::test_names_reply_command ... ok
[INFO] [stdout] test command::tests::test_command_match_with_single_branchj ... ok
[INFO] [stdout] test command::tests::test_ping_command ... ok
[INFO] [stdout] test command::tests::test_pong_command ... ok
[INFO] [stdout] test command::tests::test_privmsg_command ... ok
[INFO] [stdout] test command::tests::test_server_info_command ... ok
[INFO] [stdout] test command::tests::test_welcome_command ... ok
[INFO] [stdout] test command::tests::test_your_host_command ... ok
[INFO] [stdout] test message::parser::tests::parse_command ... ok
[INFO] [stdout] test message::parser::tests::parse_command_with_510_byte_long_command ... ok
[INFO] [stdout] test message::parser::tests::parse_command_with_512_byte_long_tags ... ok
[INFO] [stdout] test message::parser::tests::parse_command_with_argument_following_colon ... ok
[INFO] [stdout] test message::parser::tests::parse_command_with_512_byte_long_tags_and_510_byte_long_command ... ok
[INFO] [stdout] test message::parser::tests::parse_command_with_basic_prefix ... ok
[INFO] [stdout] test message::parser::tests::parse_command_with_multibyte_character_arguments ... ok
[INFO] [stdout] test message::parser::tests::parse_command_with_multiple_arguments_and_argument_following_colon ... ok
[INFO] [stdout] test message::parser::tests::parse_command_with_multiple_arguments ... ok
[INFO] [stdout] test message::parser::tests::parse_command_with_multiple_tags ... ok
[INFO] [stdout] test message::parser::tests::parse_command_with_user_prefix ... ok
[INFO] [stdout] test message::parser::tests::parse_command_with_user_prefix_and_host ... ok
[INFO] [stdout] test message::parser::tests::parse_command_with_prefix_and_argument_following_colon ... ok
[INFO] [stdout] test message::parser::tests::parse_numeric_welcome ... ok
[INFO] [stdout] test message::parser::tests::parse_command_with_prefix_and_host ... ok
[INFO] [stderr]    Doc-tests pircolate
[INFO] [stdout] test message::parser::tests::parse_command_with_prefix ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/command.rs - command::Ping (line 186) ... ok
[INFO] [stdout] test src/command.rs - command::Pong (line 206) ... ok
[INFO] [stdout] test src/command.rs - command::PrivMsg (line 227) ... ok
[INFO] [stdout] test src/command.rs - command::command_match (line 74) ... ok
[INFO] [stdout] test src/command.rs - command::command (line 117) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.78s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f4bafab6f876c0d4c3e96a35eaa5f696721dd5292460cdd783d643eea76860ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f4bafab6f876c0d4c3e96a35eaa5f696721dd5292460cdd783d643eea76860ba", kill_on_drop: false }`
[INFO] [stdout] f4bafab6f876c0d4c3e96a35eaa5f696721dd5292460cdd783d643eea76860ba
