[INFO] cloning repository https://github.com/tiburin/on
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tiburin/on" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftiburin%2Fon", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftiburin%2Fon'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8d4fb4559b8719dd2fd2321a0eea051d3ad8d1f8
[INFO] testing tiburin/on against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftiburin%2Fon" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tiburin/on
[INFO] finished tweaking git repo https://github.com/tiburin/on
[INFO] tweaked toml for git repo https://github.com/tiburin/on written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tiburin/on 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] crate git repo https://github.com/tiburin/on already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 1d18aeff86dda0424ebdfe9ef81c9babdb4e3c2add3482dd77a359b565b86a76
[INFO] running `Command { std: "docker" "start" "-a" "1d18aeff86dda0424ebdfe9ef81c9babdb4e3c2add3482dd77a359b565b86a76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d18aeff86dda0424ebdfe9ef81c9babdb4e3c2add3482dd77a359b565b86a76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d18aeff86dda0424ebdfe9ef81c9babdb4e3c2add3482dd77a359b565b86a76", kill_on_drop: false }`
[INFO] [stdout] 1d18aeff86dda0424ebdfe9ef81c9babdb4e3c2add3482dd77a359b565b86a76
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] b7850a33d6bbee804378dbc27e15550d1f3c0aa8e8f036a41e67ec7bbdf6e2b1
[INFO] running `Command { std: "docker" "start" "-a" "b7850a33d6bbee804378dbc27e15550d1f3c0aa8e8f036a41e67ec7bbdf6e2b1", kill_on_drop: false }`
[INFO] [stderr]    Compiling on v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/v1/router.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |     let mut res = &mut self.conn.res;
[INFO] [stdout]    |         ----^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/v1/mod.rs:110:12
[INFO] [stdout]     |
[INFO] [stdout] 110 |   fn parse(&mut self, buffer: &[u8], end: usize) -> Result<&Req, MiError> {
[INFO] [stdout]     |            ^^^^^^^^^                                       ^^^^
[INFO] [stdout]     |            |                                               ||
[INFO] [stdout]     |            |                                               |the same lifetime is hidden here
[INFO] [stdout]     |            the lifetime is elided here                     the same 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] 110 |   fn parse(&mut self, buffer: &[u8], end: usize) -> Result<&Req<'_>, MiError> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/v1/mod.rs:118:13
[INFO] [stdout]     |
[INFO] [stdout] 118 |   fn router(&mut self, storage: Arc<Storage>) -> &Res {
[INFO] [stdout]     |             ^^^^^^^^^                            ^^^^
[INFO] [stdout]     |             |                                    ||
[INFO] [stdout]     |             |                                    |the same lifetime is hidden here
[INFO] [stdout]     |             |                                    the same lifetime is elided here
[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] 118 |   fn router(&mut self, storage: Arc<Storage>) -> &Res<'_> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/v1/parse.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 |   pub fn parse(&mut self, buffer: &[u8]) -> Result<&Req, MiError> {
[INFO] [stdout]    |                ^^^^^^^^^                           ^^^^
[INFO] [stdout]    |                |                                   ||
[INFO] [stdout]    |                |                                   |the same lifetime is hidden here
[INFO] [stdout]    |                |                                   the same lifetime is elided here
[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] 12 |   pub fn parse(&mut self, buffer: &[u8]) -> Result<&Req<'_>, MiError> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/v1/parse.rs:22:13
[INFO] [stdout]    |
[INFO] [stdout] 22 |   fn header(&mut self) -> Result<&Req, MiError> {
[INFO] [stdout]    |             ^^^^^^^^^            ^^^^
[INFO] [stdout]    |             |                    ||
[INFO] [stdout]    |             |                    |the same lifetime is hidden here
[INFO] [stdout]    |             |                    the same lifetime is elided here
[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] 22 |   fn header(&mut self) -> Result<&Req<'_>, MiError> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/v1/parse.rs:51:11
[INFO] [stdout]    |
[INFO] [stdout] 51 |   fn path(&mut self, path: &str) -> Result<&Req, MiError> {
[INFO] [stdout]    |           ^^^^^^^^^                        ^^^^
[INFO] [stdout]    |           |                                ||
[INFO] [stdout]    |           |                                |the same lifetime is hidden here
[INFO] [stdout]    |           |                                the same lifetime is elided here
[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] 51 |   fn path(&mut self, path: &str) -> Result<&Req<'_>, MiError> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
[INFO] running `Command { std: "docker" "inspect" "b7850a33d6bbee804378dbc27e15550d1f3c0aa8e8f036a41e67ec7bbdf6e2b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b7850a33d6bbee804378dbc27e15550d1f3c0aa8e8f036a41e67ec7bbdf6e2b1", kill_on_drop: false }`
[INFO] [stdout] b7850a33d6bbee804378dbc27e15550d1f3c0aa8e8f036a41e67ec7bbdf6e2b1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 507e501c5311827e4cc5bfe7f01c2ac9e613df055d9b83546ab7dfdef7863786
[INFO] running `Command { std: "docker" "start" "-a" "507e501c5311827e4cc5bfe7f01c2ac9e613df055d9b83546ab7dfdef7863786", kill_on_drop: false }`
[INFO] [stderr]    Compiling on v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/v1/router.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |     let mut res = &mut self.conn.res;
[INFO] [stdout]    |         ----^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/v1/mod.rs:110:12
[INFO] [stdout]     |
[INFO] [stdout] 110 |   fn parse(&mut self, buffer: &[u8], end: usize) -> Result<&Req, MiError> {
[INFO] [stdout]     |            ^^^^^^^^^                                       ^^^^
[INFO] [stdout]     |            |                                               ||
[INFO] [stdout]     |            |                                               |the same lifetime is hidden here
[INFO] [stdout]     |            the lifetime is elided here                     the same 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] 110 |   fn parse(&mut self, buffer: &[u8], end: usize) -> Result<&Req<'_>, MiError> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/v1/mod.rs:118:13
[INFO] [stdout]     |
[INFO] [stdout] 118 |   fn router(&mut self, storage: Arc<Storage>) -> &Res {
[INFO] [stdout]     |             ^^^^^^^^^                            ^^^^
[INFO] [stdout]     |             |                                    ||
[INFO] [stdout]     |             |                                    |the same lifetime is hidden here
[INFO] [stdout]     |             |                                    the same lifetime is elided here
[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] 118 |   fn router(&mut self, storage: Arc<Storage>) -> &Res<'_> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/v1/parse.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 |   pub fn parse(&mut self, buffer: &[u8]) -> Result<&Req, MiError> {
[INFO] [stdout]    |                ^^^^^^^^^                           ^^^^
[INFO] [stdout]    |                |                                   ||
[INFO] [stdout]    |                |                                   |the same lifetime is hidden here
[INFO] [stdout]    |                |                                   the same lifetime is elided here
[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] 12 |   pub fn parse(&mut self, buffer: &[u8]) -> Result<&Req<'_>, MiError> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/v1/parse.rs:22:13
[INFO] [stdout]    |
[INFO] [stdout] 22 |   fn header(&mut self) -> Result<&Req, MiError> {
[INFO] [stdout]    |             ^^^^^^^^^            ^^^^
[INFO] [stdout]    |             |                    ||
[INFO] [stdout]    |             |                    |the same lifetime is hidden here
[INFO] [stdout]    |             |                    the same lifetime is elided here
[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] 22 |   fn header(&mut self) -> Result<&Req<'_>, MiError> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/v1/parse.rs:51:11
[INFO] [stdout]    |
[INFO] [stdout] 51 |   fn path(&mut self, path: &str) -> Result<&Req, MiError> {
[INFO] [stdout]    |           ^^^^^^^^^                        ^^^^
[INFO] [stdout]    |           |                                ||
[INFO] [stdout]    |           |                                |the same lifetime is hidden here
[INFO] [stdout]    |           |                                the same lifetime is elided here
[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] 51 |   fn path(&mut self, path: &str) -> Result<&Req<'_>, MiError> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.68s
[INFO] running `Command { std: "docker" "inspect" "507e501c5311827e4cc5bfe7f01c2ac9e613df055d9b83546ab7dfdef7863786", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "507e501c5311827e4cc5bfe7f01c2ac9e613df055d9b83546ab7dfdef7863786", kill_on_drop: false }`
[INFO] [stdout] 507e501c5311827e4cc5bfe7f01c2ac9e613df055d9b83546ab7dfdef7863786
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] a4cf37ec1c1c350a1e345aabbc21c6a1f98410981a4ebbe0fd710f37938190b3
[INFO] running `Command { std: "docker" "start" "-a" "a4cf37ec1c1c350a1e345aabbc21c6a1f98410981a4ebbe0fd710f37938190b3", kill_on_drop: false }`
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stdout] 
[INFO] [stderr]   --> src/v1/router.rs:48:9
[INFO] [stdout] running 20 tests
[INFO] [stderr]    |
[INFO] [stdout] test v1::router::tests::off_file_test ... ok
[INFO] [stderr] 48 |     let mut res = &mut self.conn.res;
[INFO] [stdout] test v1::router::tests::css_file_test ... ok
[INFO] [stderr]    |         ----^^^
[INFO] [stdout] test v1::repo::tests::list_languages_test ... ok
[INFO] [stderr]    |         |
[INFO] [stdout] test v1::router::tests::js_file_test ... ok
[INFO] [stderr]    |         help: remove this `mut`
[INFO] [stdout] test v1::parse::tests::path_test ... ok
[INFO] [stderr]    |
[INFO] [stdout] test v1::store::tests::app_data_exist_errors ... ok
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] test v1::store::tests::app_data_exist_okay ... ok
[INFO] [stderr] 
[INFO] [stdout] test v1::store::tests::process_okay ... ok
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] test v1::store::tests::read_content_okay ... ok
[INFO] [stderr]    --> src/v1/mod.rs:110:12
[INFO] [stdout] test v1::store::tests::read_languages_okay ... ok
[INFO] [stderr]     |
[INFO] [stdout] test v1::store::tests::start_test ... ok
[INFO] [stderr] 110 |   fn parse(&mut self, buffer: &[u8], end: usize) -> Result<&Req, MiError> {
[INFO] [stdout] test v1::store::tests::read_content_errors ... ok
[INFO] [stderr]     |            ^^^^^^^^^                                       ^^^^
[INFO] [stdout] test v1::router::tests::path_not_found_test ... ok
[INFO] [stderr]     |            |                                               ||
[INFO] [stderr]     |            |                                               |the same lifetime is hidden here
[INFO] [stderr]     |            the lifetime is elided here                     the same 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] 110 |   fn parse(&mut self, buffer: &[u8], end: usize) -> Result<&Req<'_>, MiError> {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/v1/mod.rs:118:13
[INFO] [stderr]     |
[INFO] [stderr] 118 |   fn router(&mut self, storage: Arc<Storage>) -> &Res {
[INFO] [stderr]     |             ^^^^^^^^^                            ^^^^
[INFO] [stderr]     |             |                                    ||
[INFO] [stderr]     |             |                                    |the same lifetime is hidden here
[INFO] [stderr]     |             |                                    the same lifetime is elided here
[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] 118 |   fn router(&mut self, storage: Arc<Storage>) -> &Res<'_> {
[INFO] [stderr]     |                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/v1/parse.rs:12:16
[INFO] [stderr]    |
[INFO] [stderr] 12 |   pub fn parse(&mut self, buffer: &[u8]) -> Result<&Req, MiError> {
[INFO] [stderr]    |                ^^^^^^^^^                           ^^^^
[INFO] [stderr]    |                |                                   ||
[INFO] [stderr]    |                |                                   |the same lifetime is hidden here
[INFO] [stderr]    |                |                                   the same lifetime is elided here
[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] 12 |   pub fn parse(&mut self, buffer: &[u8]) -> Result<&Req<'_>, MiError> {
[INFO] [stderr]    |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/v1/parse.rs:22:13
[INFO] [stderr]    |
[INFO] [stderr] 22 |   fn header(&mut self) -> Result<&Req, MiError> {
[INFO] [stderr]    |             ^^^^^^^^^            ^^^^
[INFO] [stderr]    |             |                    ||
[INFO] [stderr]    |             |                    |the same lifetime is hidden here
[INFO] [stderr]    |             |                    the same lifetime is elided here
[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] 22 |   fn header(&mut self) -> Result<&Req<'_>, MiError> {
[INFO] [stderr]    |                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/v1/parse.rs:51:11
[INFO] [stderr]    |
[INFO] [stderr] 51 |   fn path(&mut self, path: &str) -> Result<&Req, MiError> {
[INFO] [stderr]    |           ^^^^^^^^^                        ^^^^
[INFO] [stderr]    |           |                                ||
[INFO] [stderr]    |           |                                |the same lifetime is hidden here
[INFO] [stderr]    |           |                                the same lifetime is elided here
[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] 51 |   fn path(&mut self, path: &str) -> Result<&Req<'_>, MiError> {
[INFO] [stderr]    |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `on` (bin "on" test) generated 6 warnings (run `cargo fix --bin "on" -p on --tests` to apply 6 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/on-625eb3e199aad6c8)
[INFO] [stdout] test v1::store::tests::user_getting_data_errors ... ok
[INFO] [stdout] test v1::tests::conn_parse_test ... ok
[INFO] [stdout] test v1::tests::conn_router_test ... ok
[INFO] [stdout] test v1::tests::conn_test ... ok
[INFO] [stdout] test v1::repo::tests::count_test ... ok
[INFO] [stdout] test v1::store::tests::parse_content_okay ... ok
[INFO] [stdout] test v1::store::tests::parse_content_errors ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a4cf37ec1c1c350a1e345aabbc21c6a1f98410981a4ebbe0fd710f37938190b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a4cf37ec1c1c350a1e345aabbc21c6a1f98410981a4ebbe0fd710f37938190b3", kill_on_drop: false }`
[INFO] [stdout] a4cf37ec1c1c350a1e345aabbc21c6a1f98410981a4ebbe0fd710f37938190b3
