[INFO] fetching crate sqlite-parser-nom 1.0.0...
[INFO] testing sqlite-parser-nom-1.0.0 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate sqlite-parser-nom 1.0.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate sqlite-parser-nom 1.0.0
[INFO] finished tweaking crates.io crate sqlite-parser-nom 1.0.0
[INFO] tweaked toml for crates.io crate sqlite-parser-nom 1.0.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sqlite-parser-nom 1.0.0 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "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" "+33835004928d3bf65db4d4712e1330766263b0bd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 72 packages to latest compatible versions
[INFO] [stderr]       Adding memmap2 v0.5.10 (available: v0.9.10)
[INFO] [stderr]       Adding nom v7.1.3 (available: v8.0.0)
[INFO] [stderr]       Adding rusqlite v0.28.0 (available: v0.39.0)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.18)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] afaec165852cd8f5238333163fe7c129abd2e1f9de2ddd6658a9678c4164c2e7
[INFO] running `Command { std: "docker" "start" "-a" "afaec165852cd8f5238333163fe7c129abd2e1f9de2ddd6658a9678c4164c2e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "afaec165852cd8f5238333163fe7c129abd2e1f9de2ddd6658a9678c4164c2e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "afaec165852cd8f5238333163fe7c129abd2e1f9de2ddd6658a9678c4164c2e7", kill_on_drop: false }`
[INFO] [stdout] afaec165852cd8f5238333163fe7c129abd2e1f9de2ddd6658a9678c4164c2e7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ab6f140ac9409b36e2945f3e5c5e2b7623f83c2114a92aeea8926da7d0aee367
[INFO] running `Command { std: "docker" "start" "-a" "ab6f140ac9409b36e2945f3e5c5e2b7623f83c2114a92aeea8926da7d0aee367", kill_on_drop: false }`
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling memmap2 v0.5.10
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling sqlite-parser-nom v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:94:21
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub fn get_page(&self, pageno: u32) -> Result<Page, SQLiteError> {
[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] 94 |     pub fn get_page(&self, pageno: u32) -> Result<Page<'_>, SQLiteError> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:19:20
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn database(i: &[u8]) -> IResult<&[u8], Database> {
[INFO] [stdout]    |                    ^^^^^             ^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |                 |
[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] 19 | pub fn database(i: &[u8]) -> IResult<&[u8], Database<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:83:21
[INFO] [stdout]    |
[INFO] [stdout] 83 | pub fn root_page(i: &[u8]) -> IResult<&[u8], Page> {
[INFO] [stdout]    |                     ^^^^^             ^^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |                 |
[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] 83 | pub fn root_page(i: &[u8]) -> IResult<&[u8], Page<'_>> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:89:16
[INFO] [stdout]    |
[INFO] [stdout] 89 | pub fn page(i: &[u8]) -> IResult<&[u8], Page> {
[INFO] [stdout]    |                ^^^^^             ^^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |                 |
[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] 89 | pub fn page(i: &[u8]) -> IResult<&[u8], Page<'_>> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:220:26
[INFO] [stdout]     |
[INFO] [stdout] 220 | fn index_cell_payload(i: &[u8]) -> IResult<&[u8], IndexCellPayload> {
[INFO] [stdout]     |                          ^^^^^             ^^^^^  ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                 |
[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] 220 | fn index_cell_payload(i: &[u8]) -> IResult<&[u8], IndexCellPayload<'_>> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:237:27
[INFO] [stdout]     |
[INFO] [stdout] 237 | fn interior_index_cell(i: &[u8]) -> IResult<&[u8], InteriorIndexCell> {
[INFO] [stdout]     |                           ^^^^^             ^^^^^  ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                 |
[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] 237 | fn interior_index_cell(i: &[u8]) -> IResult<&[u8], InteriorIndexCell<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:318:23
[INFO] [stdout]     |
[INFO] [stdout] 318 | fn leaf_index_cell(i: &[u8]) -> IResult<&[u8], LeafIndexCell> {
[INFO] [stdout]     |                       ^^^^^             ^^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                 |
[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] 318 | fn leaf_index_cell(i: &[u8]) -> IResult<&[u8], LeafIndexCell<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:358:26
[INFO] [stdout]     |
[INFO] [stdout] 358 | fn table_cell_payload(i: &[u8]) -> IResult<&[u8], TableCellPayload> {
[INFO] [stdout]     |                          ^^^^^             ^^^^^  ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                 |
[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] 358 | fn table_cell_payload(i: &[u8]) -> IResult<&[u8], TableCellPayload<'_>> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:373:23
[INFO] [stdout]     |
[INFO] [stdout] 373 | fn leaf_table_cell(i: &[u8]) -> IResult<&[u8], LeafTableCell> {
[INFO] [stdout]     |                       ^^^^^             ^^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                 |
[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] 373 | fn leaf_table_cell(i: &[u8]) -> IResult<&[u8], LeafTableCell<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s
[INFO] running `Command { std: "docker" "inspect" "ab6f140ac9409b36e2945f3e5c5e2b7623f83c2114a92aeea8926da7d0aee367", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab6f140ac9409b36e2945f3e5c5e2b7623f83c2114a92aeea8926da7d0aee367", kill_on_drop: false }`
[INFO] [stdout] ab6f140ac9409b36e2945f3e5c5e2b7623f83c2114a92aeea8926da7d0aee367
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5726200485c2fcbd262add65941066d20175ed5b961a2d5da648fe87f0ec194b
[INFO] running `Command { std: "docker" "start" "-a" "5726200485c2fcbd262add65941066d20175ed5b961a2d5da648fe87f0ec194b", kill_on_drop: false }`
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:94:21
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub fn get_page(&self, pageno: u32) -> Result<Page, SQLiteError> {
[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] 94 |     pub fn get_page(&self, pageno: u32) -> Result<Page<'_>, SQLiteError> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:19:20
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn database(i: &[u8]) -> IResult<&[u8], Database> {
[INFO] [stdout]    |                    ^^^^^             ^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |                 |
[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] 19 | pub fn database(i: &[u8]) -> IResult<&[u8], Database<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:83:21
[INFO] [stdout]    |
[INFO] [stdout] 83 | pub fn root_page(i: &[u8]) -> IResult<&[u8], Page> {
[INFO] [stdout]    |                     ^^^^^             ^^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |                 |
[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] 83 | pub fn root_page(i: &[u8]) -> IResult<&[u8], Page<'_>> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:89:16
[INFO] [stdout]    |
[INFO] [stdout] 89 | pub fn page(i: &[u8]) -> IResult<&[u8], Page> {
[INFO] [stdout]    |                ^^^^^             ^^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |                 |
[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] 89 | pub fn page(i: &[u8]) -> IResult<&[u8], Page<'_>> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:220:26
[INFO] [stdout]     |
[INFO] [stdout] 220 | fn index_cell_payload(i: &[u8]) -> IResult<&[u8], IndexCellPayload> {
[INFO] [stdout]     |                          ^^^^^             ^^^^^  ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                 |
[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] 220 | fn index_cell_payload(i: &[u8]) -> IResult<&[u8], IndexCellPayload<'_>> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:237:27
[INFO] [stdout]     |
[INFO] [stdout] 237 | fn interior_index_cell(i: &[u8]) -> IResult<&[u8], InteriorIndexCell> {
[INFO] [stdout]     |                           ^^^^^             ^^^^^  ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                 |
[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] 237 | fn interior_index_cell(i: &[u8]) -> IResult<&[u8], InteriorIndexCell<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:318:23
[INFO] [stdout]     |
[INFO] [stdout] 318 | fn leaf_index_cell(i: &[u8]) -> IResult<&[u8], LeafIndexCell> {
[INFO] [stdout]     |                       ^^^^^             ^^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                 |
[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] 318 | fn leaf_index_cell(i: &[u8]) -> IResult<&[u8], LeafIndexCell<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:358:26
[INFO] [stdout]     |
[INFO] [stdout] 358 | fn table_cell_payload(i: &[u8]) -> IResult<&[u8], TableCellPayload> {
[INFO] [stdout]     |                          ^^^^^             ^^^^^  ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                 |
[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] 358 | fn table_cell_payload(i: &[u8]) -> IResult<&[u8], TableCellPayload<'_>> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:373:23
[INFO] [stdout]     |
[INFO] [stdout] 373 | fn leaf_table_cell(i: &[u8]) -> IResult<&[u8], LeafTableCell> {
[INFO] [stdout]     |                       ^^^^^             ^^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                 |
[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] 373 | fn leaf_table_cell(i: &[u8]) -> IResult<&[u8], LeafTableCell<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling libsqlite3-sys v0.25.2
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling rusqlite v0.28.0
[INFO] [stderr]    Compiling sqlite-parser-nom v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:94:21
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub fn get_page(&self, pageno: u32) -> Result<Page, SQLiteError> {
[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] 94 |     pub fn get_page(&self, pageno: u32) -> Result<Page<'_>, SQLiteError> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:19:20
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn database(i: &[u8]) -> IResult<&[u8], Database> {
[INFO] [stdout]    |                    ^^^^^             ^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |                 |
[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] 19 | pub fn database(i: &[u8]) -> IResult<&[u8], Database<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:83:21
[INFO] [stdout]    |
[INFO] [stdout] 83 | pub fn root_page(i: &[u8]) -> IResult<&[u8], Page> {
[INFO] [stdout]    |                     ^^^^^             ^^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |                 |
[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] 83 | pub fn root_page(i: &[u8]) -> IResult<&[u8], Page<'_>> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:89:16
[INFO] [stdout]    |
[INFO] [stdout] 89 | pub fn page(i: &[u8]) -> IResult<&[u8], Page> {
[INFO] [stdout]    |                ^^^^^             ^^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |                 |
[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] 89 | pub fn page(i: &[u8]) -> IResult<&[u8], Page<'_>> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:220:26
[INFO] [stdout]     |
[INFO] [stdout] 220 | fn index_cell_payload(i: &[u8]) -> IResult<&[u8], IndexCellPayload> {
[INFO] [stdout]     |                          ^^^^^             ^^^^^  ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                 |
[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] 220 | fn index_cell_payload(i: &[u8]) -> IResult<&[u8], IndexCellPayload<'_>> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:237:27
[INFO] [stdout]     |
[INFO] [stdout] 237 | fn interior_index_cell(i: &[u8]) -> IResult<&[u8], InteriorIndexCell> {
[INFO] [stdout]     |                           ^^^^^             ^^^^^  ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |                 |
[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] 237 | fn interior_index_cell(i: &[u8]) -> IResult<&[u8], InteriorIndexCell<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:318:23
[INFO] [stdout]     |
[INFO] [stdout] 318 | fn leaf_index_cell(i: &[u8]) -> IResult<&[u8], LeafIndexCell> {
[INFO] [stdout]     |                       ^^^^^             ^^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                 |
[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] 318 | fn leaf_index_cell(i: &[u8]) -> IResult<&[u8], LeafIndexCell<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:358:26
[INFO] [stdout]     |
[INFO] [stdout] 358 | fn table_cell_payload(i: &[u8]) -> IResult<&[u8], TableCellPayload> {
[INFO] [stdout]     |                          ^^^^^             ^^^^^  ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                 |
[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] 358 | fn table_cell_payload(i: &[u8]) -> IResult<&[u8], TableCellPayload<'_>> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:373:23
[INFO] [stdout]     |
[INFO] [stdout] 373 | fn leaf_table_cell(i: &[u8]) -> IResult<&[u8], LeafTableCell> {
[INFO] [stdout]     |                       ^^^^^             ^^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                 |
[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] 373 | fn leaf_table_cell(i: &[u8]) -> IResult<&[u8], LeafTableCell<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 16.92s
[INFO] running `Command { std: "docker" "inspect" "5726200485c2fcbd262add65941066d20175ed5b961a2d5da648fe87f0ec194b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5726200485c2fcbd262add65941066d20175ed5b961a2d5da648fe87f0ec194b", kill_on_drop: false }`
[INFO] [stdout] 5726200485c2fcbd262add65941066d20175ed5b961a2d5da648fe87f0ec194b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2420e2b1394ae8e9bd3f04fd00ab562dd21e6048f58b7345b1296ee59e2ca1e0
[INFO] running `Command { std: "docker" "start" "-a" "2420e2b1394ae8e9bd3f04fd00ab562dd21e6048f58b7345b1296ee59e2ca1e0", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:94:21
[INFO] [stderr]    |
[INFO] [stderr] 94 |     pub fn get_page(&self, pageno: u32) -> Result<Page, SQLiteError> {
[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] 94 |     pub fn get_page(&self, pageno: u32) -> Result<Page<'_>, SQLiteError> {
[INFO] [stderr]    |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:19:20
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub fn database(i: &[u8]) -> IResult<&[u8], Database> {
[INFO] [stderr]    |                    ^^^^^             ^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                    |                 |
[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] 19 | pub fn database(i: &[u8]) -> IResult<&[u8], Database<'_>> {
[INFO] [stderr]    |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:83:21
[INFO] [stderr]    |
[INFO] [stderr] 83 | pub fn root_page(i: &[u8]) -> IResult<&[u8], Page> {
[INFO] [stderr]    |                     ^^^^^             ^^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                     |                 |
[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] 83 | pub fn root_page(i: &[u8]) -> IResult<&[u8], Page<'_>> {
[INFO] [stderr]    |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:89:16
[INFO] [stderr]    |
[INFO] [stderr] 89 | pub fn page(i: &[u8]) -> IResult<&[u8], Page> {
[INFO] [stderr]    |                ^^^^^             ^^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                |                 |
[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] 89 | pub fn page(i: &[u8]) -> IResult<&[u8], Page<'_>> {
[INFO] [stderr]    |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:220:26
[INFO] [stderr]     |
[INFO] [stderr] 220 | fn index_cell_payload(i: &[u8]) -> IResult<&[u8], IndexCellPayload> {
[INFO] [stderr]     |                          ^^^^^             ^^^^^  ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |                 |
[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] 220 | fn index_cell_payload(i: &[u8]) -> IResult<&[u8], IndexCellPayload<'_>> {
[INFO] [stderr]     |                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:237:27
[INFO] [stderr]     |
[INFO] [stderr] 237 | fn interior_index_cell(i: &[u8]) -> IResult<&[u8], InteriorIndexCell> {
[INFO] [stderr]     |                           ^^^^^             ^^^^^  ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |                 |
[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] 237 | fn interior_index_cell(i: &[u8]) -> IResult<&[u8], InteriorIndexCell<'_>> {
[INFO] [stderr]     |                                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:318:23
[INFO] [stderr]     |
[INFO] [stderr] 318 | fn leaf_index_cell(i: &[u8]) -> IResult<&[u8], LeafIndexCell> {
[INFO] [stderr]     |                       ^^^^^             ^^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |                 |
[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] 318 | fn leaf_index_cell(i: &[u8]) -> IResult<&[u8], LeafIndexCell<'_>> {
[INFO] [stderr]     |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:358:26
[INFO] [stderr]     |
[INFO] [stderr] 358 | fn table_cell_payload(i: &[u8]) -> IResult<&[u8], TableCellPayload> {
[INFO] [stderr]     |                          ^^^^^             ^^^^^  ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |                 |
[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] 358 | fn table_cell_payload(i: &[u8]) -> IResult<&[u8], TableCellPayload<'_>> {
[INFO] [stderr]     |                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:373:23
[INFO] [stderr]     |
[INFO] [stderr] 373 | fn leaf_table_cell(i: &[u8]) -> IResult<&[u8], LeafTableCell> {
[INFO] [stderr]     |                       ^^^^^             ^^^^^  ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |                 |
[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] 373 | fn leaf_table_cell(i: &[u8]) -> IResult<&[u8], LeafTableCell<'_>> {
[INFO] [stderr]     |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `sqlite-parser-nom` (lib) generated 9 warnings (run `cargo fix --lib -p sqlite-parser-nom` to apply 9 suggestions)
[INFO] [stderr] warning: `sqlite-parser-nom` (lib test) generated 9 warnings (9 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sqlite_parser_nom-8c829691eae351b5)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test be_i48::tests::fails_on_short_input ... ok
[INFO] [stdout] test be_i48::tests::consumes_6_bytes ... ok
[INFO] [stdout] test be_i48::tests::passes_through_rest ... ok
[INFO] [stdout] test varint::tests::ignore_rest ... ok
[INFO] [stdout] test varint::tests::parse_1_byte ... ok
[INFO] [stdout] test varint::tests::parse_2_byte ... ok
[INFO] [stdout] test varint::tests::parse_3_byte ... ok
[INFO] [stdout] test varint::tests::parse_4_byte ... ok
[INFO] [stdout] test varint::tests::parse_5_byte ... ok
[INFO] [stdout] test tests::empty_db ... ok
[INFO] [stdout] test tests::parse_table_content ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests sqlite_parser_nom
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/lib.rs - (line 43) ... ok
[INFO] [stdout] test src/lib.rs - Reader<S>::from_source (line 76) ... ok
[INFO] [stdout] test src/lib.rs - Reader<Vec<u8>>::open_readfile (line 60) ... ok
[INFO] [stdout] test src/lib.rs - Reader<Mmap>::open_mmap (line 44) ... ok
[INFO] [stdout] test src/lib.rs - (line 27) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "2420e2b1394ae8e9bd3f04fd00ab562dd21e6048f58b7345b1296ee59e2ca1e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2420e2b1394ae8e9bd3f04fd00ab562dd21e6048f58b7345b1296ee59e2ca1e0", kill_on_drop: false }`
[INFO] [stdout] 2420e2b1394ae8e9bd3f04fd00ab562dd21e6048f58b7345b1296ee59e2ca1e0
