[INFO] fetching crate pircolate 0.2.1...
[INFO] testing pircolate-0.2.1 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate pircolate 0.2.1 into /workspace/builds/worker-6-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-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pircolate 0.2.1 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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-2025-10-28" "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-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a68b1b12c493debc27ce27167958c0b3846a162f5d5a0f886e9ed63f5f8fd26f
[INFO] running `Command { std: "docker" "start" "-a" "a68b1b12c493debc27ce27167958c0b3846a162f5d5a0f886e9ed63f5f8fd26f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a68b1b12c493debc27ce27167958c0b3846a162f5d5a0f886e9ed63f5f8fd26f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a68b1b12c493debc27ce27167958c0b3846a162f5d5a0f886e9ed63f5f8fd26f", kill_on_drop: false }`
[INFO] [stdout] a68b1b12c493debc27ce27167958c0b3846a162f5d5a0f886e9ed63f5f8fd26f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5edc09f9140e34e4ce42b5f33f4bc443d5b7b20cbf4a4e1cb5faf686f2710ee1
[INFO] running `Command { std: "docker" "start" "-a" "5edc09f9140e34e4ce42b5f33f4bc443d5b7b20cbf4a4e1cb5faf686f2710ee1", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[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 0.60s
[INFO] running `Command { std: "docker" "inspect" "5edc09f9140e34e4ce42b5f33f4bc443d5b7b20cbf4a4e1cb5faf686f2710ee1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5edc09f9140e34e4ce42b5f33f4bc443d5b7b20cbf4a4e1cb5faf686f2710ee1", kill_on_drop: false }`
[INFO] [stdout] 5edc09f9140e34e4ce42b5f33f4bc443d5b7b20cbf4a4e1cb5faf686f2710ee1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8587f75b14e1a00280c99487a6fc98d50fe1f61bfb73fb4b6c4bed6a33ec5e84
[INFO] running `Command { std: "docker" "start" "-a" "8587f75b14e1a00280c99487a6fc98d50fe1f61bfb73fb4b6c4bed6a33ec5e84", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition 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 1.01s
[INFO] running `Command { std: "docker" "inspect" "8587f75b14e1a00280c99487a6fc98d50fe1f61bfb73fb4b6c4bed6a33ec5e84", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8587f75b14e1a00280c99487a6fc98d50fe1f61bfb73fb4b6c4bed6a33ec5e84", kill_on_drop: false }`
[INFO] [stdout] 8587f75b14e1a00280c99487a6fc98d50fe1f61bfb73fb4b6c4bed6a33ec5e84
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1c761311baeed315fd1890b3975fffe846b19aed77879fb1e072bee9a3f5e129
[INFO] running `Command { std: "docker" "start" "-a" "1c761311baeed315fd1890b3975fffe846b19aed77879fb1e072bee9a3f5e129", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition 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.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pircolate-a47fa63b3343d87c)
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test command::tests::test_command_match_with_multiple_branches ... ok
[INFO] [stderr]    Doc-tests pircolate
[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_privmsg_command ... ok
[INFO] [stdout] test command::tests::test_server_info_command ... ok
[INFO] [stdout] test message::parser::tests::parse_command ... 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_argument_following_colon ... 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 ... 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_tags ... ok
[INFO] [stdout] test message::parser::tests::parse_command_with_prefix ... ok
[INFO] [stdout] test message::parser::tests::parse_command_with_prefix_and_argument_following_colon ... ok
[INFO] [stdout] test message::parser::tests::parse_command_with_prefix_and_host ... ok
[INFO] [stdout] test command::tests::test_command_match_with_single_branchj ... ok
[INFO] [stdout] test command::tests::test_pong_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_with_510_byte_long_command ... ok
[INFO] [stdout] test message::parser::tests::parse_command_with_512_byte_long_tags ... ok
[INFO] [stdout] test command::tests::test_ping_command ... 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_numeric_welcome ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/command.rs - command::command_match (line 74) ... 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 (line 117) ... ok
[INFO] [stdout] test src/command.rs - command::Ping (line 186) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.68s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1c761311baeed315fd1890b3975fffe846b19aed77879fb1e072bee9a3f5e129", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c761311baeed315fd1890b3975fffe846b19aed77879fb1e072bee9a3f5e129", kill_on_drop: false }`
[INFO] [stdout] 1c761311baeed315fd1890b3975fffe846b19aed77879fb1e072bee9a3f5e129
