[INFO] cloning repository https://github.com/hsqStephenZhang/git-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hsqStephenZhang/git-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FhsqStephenZhang%2Fgit-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FhsqStephenZhang%2Fgit-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f0040f78c24ff93e60cefe6b989614af8e7761d4
[INFO] testing hsqStephenZhang/git-rs against master#1ef7943ee607160a564655b6596f83670ef95df5 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FhsqStephenZhang%2Fgit-rs" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hsqStephenZhang/git-rs
[INFO] finished tweaking git repo https://github.com/hsqStephenZhang/git-rs
[INFO] tweaked toml for git repo https://github.com/hsqStephenZhang/git-rs written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hsqStephenZhang/git-rs on toolchain 1ef7943ee607160a564655b6596f83670ef95df5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hsqStephenZhang/git-rs 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" "+1ef7943ee607160a564655b6596f83670ef95df5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded simplelog v0.11.0
[INFO] [stderr]   Downloaded libc v0.2.88
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fb832284ea7331e37cd354114e19d5b866b54a8ac9b5a0804c0e23f34bea0317
[INFO] running `Command { std: "docker" "start" "-a" "fb832284ea7331e37cd354114e19d5b866b54a8ac9b5a0804c0e23f34bea0317", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fb832284ea7331e37cd354114e19d5b866b54a8ac9b5a0804c0e23f34bea0317", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb832284ea7331e37cd354114e19d5b866b54a8ac9b5a0804c0e23f34bea0317", kill_on_drop: false }`
[INFO] [stdout] fb832284ea7331e37cd354114e19d5b866b54a8ac9b5a0804c0e23f34bea0317
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bbf05b176988459e8a4c45c87574867d6e936bd4786e450beb602188be902253
[INFO] running `Command { std: "docker" "start" "-a" "bbf05b176988459e8a4c45c87574867d6e936bd4786e450beb602188be902253", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]    Compiling libc v0.2.88
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling nom v7.1.0
[INFO] [stderr]    Compiling cpuid-bool v0.1.2
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling hex-literal v0.3.1
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling sha-1 v0.9.4
[INFO] [stderr]    Compiling flate2 v1.0.20
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling simplelog v0.11.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling structopt v0.3.25
[INFO] [stderr]    Compiling git-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/decode.rs:20:81
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn decode_object<'a, E: ParseError<&'a [u8]>>(content: &'a [u8]) -> IResult<&[u8], Object, E> {
[INFO] [stdout]    |                                                             --                  ^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                                             |
[INFO] [stdout]    |                                                             the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn decode_object<'a, E: ParseError<&'a [u8]>>(content: &'a [u8]) -> IResult<&'a [u8], Object, E> {
[INFO] [stdout]    |                                                                                  ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/decode.rs:25:79
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub fn decode_blob<'a, E: ParseError<&'a [u8]>>(content: &'a [u8]) -> IResult<&[u8], Object, E> {
[INFO] [stdout]    |                                                           --                  ^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                                           |
[INFO] [stdout]    |                                                           the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub fn decode_blob<'a, E: ParseError<&'a [u8]>>(content: &'a [u8]) -> IResult<&'a [u8], Object, E> {
[INFO] [stdout]    |                                                                                ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/decode.rs:35:79
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub fn decode_tree<'a, E: ParseError<&'a [u8]>>(content: &'a [u8]) -> IResult<&[u8], Object, E> {
[INFO] [stdout]    |                                                           --                  ^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                                           |
[INFO] [stdout]    |                                                           the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub fn decode_tree<'a, E: ParseError<&'a [u8]>>(content: &'a [u8]) -> IResult<&'a [u8], Object, E> {
[INFO] [stdout]    |                                                                                ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/decode.rs:60:81
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub fn decode_commit<'a, E: ParseError<&'a [u8]>>(content: &'a [u8]) -> IResult<&[u8], Object, E> {
[INFO] [stdout]    |                                                             --                  ^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                                             |
[INFO] [stdout]    |                                                             the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub fn decode_commit<'a, E: ParseError<&'a [u8]>>(content: &'a [u8]) -> IResult<&'a [u8], Object, E> {
[INFO] [stdout]    |                                                                                  ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.03s
[INFO] running `Command { std: "docker" "inspect" "bbf05b176988459e8a4c45c87574867d6e936bd4786e450beb602188be902253", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bbf05b176988459e8a4c45c87574867d6e936bd4786e450beb602188be902253", kill_on_drop: false }`
[INFO] [stdout] bbf05b176988459e8a4c45c87574867d6e936bd4786e450beb602188be902253
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e9c3a74ee3e1f75b14231b8574d21114df93737c0aa919d0d2ff48fb41bd2566
[INFO] running `Command { std: "docker" "start" "-a" "e9c3a74ee3e1f75b14231b8574d21114df93737c0aa919d0d2ff48fb41bd2566", kill_on_drop: false }`
[INFO] [stderr]    Compiling git-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/decode.rs:20:81
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn decode_object<'a, E: ParseError<&'a [u8]>>(content: &'a [u8]) -> IResult<&[u8], Object, E> {
[INFO] [stdout]    |                                                             --                  ^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                                             |
[INFO] [stdout]    |                                                             the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn decode_object<'a, E: ParseError<&'a [u8]>>(content: &'a [u8]) -> IResult<&'a [u8], Object, E> {
[INFO] [stdout]    |                                                                                  ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/decode.rs:25:79
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub fn decode_blob<'a, E: ParseError<&'a [u8]>>(content: &'a [u8]) -> IResult<&[u8], Object, E> {
[INFO] [stdout]    |                                                           --                  ^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                                           |
[INFO] [stdout]    |                                                           the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub fn decode_blob<'a, E: ParseError<&'a [u8]>>(content: &'a [u8]) -> IResult<&'a [u8], Object, E> {
[INFO] [stdout]    |                                                                                ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/decode.rs:35:79
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub fn decode_tree<'a, E: ParseError<&'a [u8]>>(content: &'a [u8]) -> IResult<&[u8], Object, E> {
[INFO] [stdout]    |                                                           --                  ^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                                           |
[INFO] [stdout]    |                                                           the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub fn decode_tree<'a, E: ParseError<&'a [u8]>>(content: &'a [u8]) -> IResult<&'a [u8], Object, E> {
[INFO] [stdout]    |                                                                                ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/decode.rs:60:81
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub fn decode_commit<'a, E: ParseError<&'a [u8]>>(content: &'a [u8]) -> IResult<&[u8], Object, E> {
[INFO] [stdout]    |                                                             --                  ^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                                             |
[INFO] [stdout]    |                                                             the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub fn decode_commit<'a, E: ParseError<&'a [u8]>>(content: &'a [u8]) -> IResult<&'a [u8], Object, E> {
[INFO] [stdout]    |                                                                                  ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.17s
[INFO] running `Command { std: "docker" "inspect" "e9c3a74ee3e1f75b14231b8574d21114df93737c0aa919d0d2ff48fb41bd2566", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9c3a74ee3e1f75b14231b8574d21114df93737c0aa919d0d2ff48fb41bd2566", kill_on_drop: false }`
[INFO] [stdout] e9c3a74ee3e1f75b14231b8574d21114df93737c0aa919d0d2ff48fb41bd2566
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6fe33fa0890eefbafbdbc2744da940b636c776ade3f6dfc857de9f9ccf8a979c
[INFO] running `Command { std: "docker" "start" "-a" "6fe33fa0890eefbafbdbc2744da940b636c776ade3f6dfc857de9f9ccf8a979c", kill_on_drop: false }`
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser/decode.rs:20:81
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub fn decode_object<'a, E: ParseError<&'a [u8]>>(content: &'a [u8]) -> IResult<&[u8], Object, E> {
[INFO] [stderr]    |                                                             --                  ^^^^^ the same lifetime is elided here
[INFO] [stderr]    |                                                             |
[INFO] [stderr]    |                                                             the lifetime is named 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: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub fn decode_object<'a, E: ParseError<&'a [u8]>>(content: &'a [u8]) -> IResult<&'a [u8], Object, E> {
[INFO] [stderr]    |                                                                                  ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser/decode.rs:25:79
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub fn decode_blob<'a, E: ParseError<&'a [u8]>>(content: &'a [u8]) -> IResult<&[u8], Object, E> {
[INFO] [stderr]    |                                                           --                  ^^^^^ the same lifetime is elided here
[INFO] [stderr]    |                                                           |
[INFO] [stderr]    |                                                           the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub fn decode_blob<'a, E: ParseError<&'a [u8]>>(content: &'a [u8]) -> IResult<&'a [u8], Object, E> {
[INFO] [stderr]    |                                                                                ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser/decode.rs:35:79
[INFO] [stderr]    |
[INFO] [stderr] 35 | pub fn decode_tree<'a, E: ParseError<&'a [u8]>>(content: &'a [u8]) -> IResult<&[u8], Object, E> {
[INFO] [stderr]    |                                                           --                  ^^^^^ the same lifetime is elided here
[INFO] [stderr]    |                                                           |
[INFO] [stderr]    |                                                           the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 35 | pub fn decode_tree<'a, E: ParseError<&'a [u8]>>(content: &'a [u8]) -> IResult<&'a [u8], Object, E> {
[INFO] [stderr]    |                                                                                ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser/decode.rs:60:81
[INFO] [stderr]    |
[INFO] [stderr] 60 | pub fn decode_commit<'a, E: ParseError<&'a [u8]>>(content: &'a [u8]) -> IResult<&[u8], Object, E> {
[INFO] [stderr]    |                                                             --                  ^^^^^ the same lifetime is elided here
[INFO] [stderr]    |                                                             |
[INFO] [stderr]    |                                                             the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 60 | pub fn decode_commit<'a, E: ParseError<&'a [u8]>>(content: &'a [u8]) -> IResult<&'a [u8], Object, E> {
[INFO] [stderr]    |                                                                                  ++
[INFO] [stderr] 
[INFO] [stderr] warning: `git-rs` (bin "git-rs" test) generated 4 warnings (run `cargo fix --bin "git-rs" -p git-rs --tests` to apply 4 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/git_rs-c07e4e6efacb5266)
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test context::tests::test_build_context ... ignored
[INFO] [stdout] test parser::decode::tests::test_decode_header ... ok
[INFO] [stdout] test parser::decode::tests::test_decode_index ... ok
[INFO] [stdout] test parser::decode::tests::test_blob_decode_encode ... ok
[INFO] [stdout] test parser::decode::tests::test_decode_index3 ... ok
[INFO] [stdout] test parser::decode::tests::test_tree_decode_encode ... ok
[INFO] [stdout] test core::tests::test_walk_dir ... ok
[INFO] [stdout] test utils::bytes::tests::t2 ... ok
[INFO] [stdout] test object::tests::test_blob_encode ... ok
[INFO] [stdout] test parser::decode::tests::test_decode_index2 ... ok
[INFO] [stdout] test utils::sha1::tests::test_decode_blob ... ok
[INFO] [stdout] test parser::decode::tests::test_object_decode ... ok
[INFO] [stdout] test parser::decode::tests::test_tree_decode_encode2 ... ok
[INFO] [stdout] test utils::bytes::tests::t1 ... ok
[INFO] [stdout] test utils::sha1::tests::test_sha_name ... ok
[INFO] [stdout] test parser::decode::tests::test_commit_decode_encode ... ok
[INFO] [stdout] test core::working_area::tests::test ... ok
[INFO] [stdout] test utils::sha1::tests::test_encode ... ok
[INFO] [stdout] test parser::decode::tests::test_commit_decode_encode2 ... ok
[INFO] [stdout] test utils::bytes::tests::t3 ... ok
[INFO] [stdout] test utils::path::tests::test1 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 20 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6fe33fa0890eefbafbdbc2744da940b636c776ade3f6dfc857de9f9ccf8a979c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6fe33fa0890eefbafbdbc2744da940b636c776ade3f6dfc857de9f9ccf8a979c", kill_on_drop: false }`
[INFO] [stdout] 6fe33fa0890eefbafbdbc2744da940b636c776ade3f6dfc857de9f9ccf8a979c
