[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 1.95.0 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-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tiburin/on on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 64b836813805a1597c9109619df05ee136acc44a4430f6d16f62bb2560bfab55
[INFO] running `Command { std: "docker" "start" "-a" "64b836813805a1597c9109619df05ee136acc44a4430f6d16f62bb2560bfab55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "64b836813805a1597c9109619df05ee136acc44a4430f6d16f62bb2560bfab55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64b836813805a1597c9109619df05ee136acc44a4430f6d16f62bb2560bfab55", kill_on_drop: false }`
[INFO] [stdout] 64b836813805a1597c9109619df05ee136acc44a4430f6d16f62bb2560bfab55
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2ea371892a55da2379c9b620d8929379e800eefb22e4479674c77ad5934de544
[INFO] running `Command { std: "docker" "start" "-a" "2ea371892a55da2379c9b620d8929379e800eefb22e4479674c77ad5934de544", 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.92s
[INFO] running `Command { std: "docker" "inspect" "2ea371892a55da2379c9b620d8929379e800eefb22e4479674c77ad5934de544", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ea371892a55da2379c9b620d8929379e800eefb22e4479674c77ad5934de544", kill_on_drop: false }`
[INFO] [stdout] 2ea371892a55da2379c9b620d8929379e800eefb22e4479674c77ad5934de544
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0f511ef18745aa1dd831fb6e1c7461515f7f4e2518437381b1222fde3739de3c
[INFO] running `Command { std: "docker" "start" "-a" "0f511ef18745aa1dd831fb6e1c7461515f7f4e2518437381b1222fde3739de3c", 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.07s
[INFO] running `Command { std: "docker" "inspect" "0f511ef18745aa1dd831fb6e1c7461515f7f4e2518437381b1222fde3739de3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f511ef18745aa1dd831fb6e1c7461515f7f4e2518437381b1222fde3739de3c", kill_on_drop: false }`
[INFO] [stdout] 0f511ef18745aa1dd831fb6e1c7461515f7f4e2518437381b1222fde3739de3c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9bc96d3e9b1517014755bd7e3b7b88795d0af0f6d1867f6bc57d05d68732b5f0
[INFO] running `Command { std: "docker" "start" "-a" "9bc96d3e9b1517014755bd7e3b7b88795d0af0f6d1867f6bc57d05d68732b5f0", kill_on_drop: false }`
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/v1/router.rs:48:9
[INFO] [stderr]    |
[INFO] [stderr] 48 |     let mut res = &mut self.conn.res;
[INFO] [stderr]    |         ----^^^
[INFO] [stderr]    |         |
[INFO] [stderr]    |         help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/v1/mod.rs:110:12
[INFO] [stderr]     |
[INFO] [stderr] 110 |   fn parse(&mut self, buffer: &[u8], end: usize) -> Result<&Req, MiError> {
[INFO] [stderr]     |            ^^^^^^^^^                                       ^^^^
[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.06s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/on-c056b31f838f4120)
[INFO] [stdout] running 20 tests
[INFO] [stdout] test v1::parse::tests::path_test ... ok
[INFO] [stdout] test v1::repo::tests::count_test ... ok
[INFO] [stdout] test v1::router::tests::css_file_test ... ok
[INFO] [stdout] test v1::router::tests::off_file_test ... ok
[INFO] [stdout] test v1::router::tests::js_file_test ... ok
[INFO] [stdout] test v1::store::tests::app_data_exist_okay ... ok
[INFO] [stdout] test v1::store::tests::parse_content_okay ... ok
[INFO] [stdout] test v1::store::tests::read_content_errors ... ok
[INFO] [stdout] test v1::store::tests::app_data_exist_errors ... ok
[INFO] [stdout] test v1::router::tests::path_not_found_test ... ok
[INFO] [stdout] test v1::repo::tests::list_languages_test ... ok
[INFO] [stdout] test v1::store::tests::start_test ... ok
[INFO] [stdout] test v1::store::tests::user_getting_data_errors ... ok
[INFO] [stdout] test v1::store::tests::process_okay ... ok
[INFO] [stdout] test v1::store::tests::read_content_okay ... ok
[INFO] [stdout] test v1::store::tests::read_languages_okay ... 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::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.05s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9bc96d3e9b1517014755bd7e3b7b88795d0af0f6d1867f6bc57d05d68732b5f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9bc96d3e9b1517014755bd7e3b7b88795d0af0f6d1867f6bc57d05d68732b5f0", kill_on_drop: false }`
[INFO] [stdout] 9bc96d3e9b1517014755bd7e3b7b88795d0af0f6d1867f6bc57d05d68732b5f0
