[INFO] cloning repository https://github.com/tkmct/db_tutorial
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tkmct/db_tutorial" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftkmct%2Fdb_tutorial", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftkmct%2Fdb_tutorial'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 51eb3b4bef9a58bb57422533521fb17bf685adf1
[INFO] testing tkmct/db_tutorial against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftkmct%2Fdb_tutorial" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tkmct/db_tutorial
[INFO] finished tweaking git repo https://github.com/tkmct/db_tutorial
[INFO] tweaked toml for git repo https://github.com/tkmct/db_tutorial written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tkmct/db_tutorial on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tkmct/db_tutorial 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.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a4e3694341bc1216840d7d1f65bbb19c7255457dc738b77a2164452006408ead
[INFO] running `Command { std: "docker" "start" "-a" "a4e3694341bc1216840d7d1f65bbb19c7255457dc738b77a2164452006408ead", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a4e3694341bc1216840d7d1f65bbb19c7255457dc738b77a2164452006408ead", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a4e3694341bc1216840d7d1f65bbb19c7255457dc738b77a2164452006408ead", kill_on_drop: false }`
[INFO] [stdout] a4e3694341bc1216840d7d1f65bbb19c7255457dc738b77a2164452006408ead
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 12ae385d3e5d1ee4d73f93924ac7210feea7d324abdef8c6481ddec003e9fb2e
[INFO] running `Command { std: "docker" "start" "-a" "12ae385d3e5d1ee4d73f93924ac7210feea7d324abdef8c6481ddec003e9fb2e", kill_on_drop: false }`
[INFO] [stderr]    Compiling db_tutorial v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `key`
[INFO] [stdout]    --> src/btree.rs:116:34
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn key_duplicated(&self, key: Key) -> bool {
[INFO] [stdout]     |                                  ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (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/table.rs:32:24
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn table_start(&mut self) -> Cursor {
[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] 32 |     pub fn table_start(&mut self) -> Cursor<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/table.rs:39:22
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn table_end(&mut self) -> Cursor {
[INFO] [stdout]    |                      ^^^^^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn table_end(&mut self) -> Cursor<'_> {
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/table.rs:46:23
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn table_find(&mut self, key: u32) -> Cursor {
[INFO] [stdout]    |                       ^^^^^^^^^               ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn table_find(&mut self, key: u32) -> Cursor<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/table.rs:57:27
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn leaf_node_find(&mut self, page_num: usize, key: u32) -> Cursor {
[INFO] [stdout]    |                           ^^^^^^^^^ the lifetime is elided here    ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn leaf_node_find(&mut self, page_num: usize, key: u32) -> Cursor<'_> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `key`
[INFO] [stdout]    --> src/btree.rs:116:34
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn key_duplicated(&self, key: Key) -> bool {
[INFO] [stdout]     |                                  ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `table_end` is never used
[INFO] [stdout]   --> src/table.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl Table {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub fn table_end(&mut self) -> Cursor {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (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/table.rs:32:24
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn table_start(&mut self) -> Cursor {
[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] 32 |     pub fn table_start(&mut self) -> Cursor<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/table.rs:39:22
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn table_end(&mut self) -> Cursor {
[INFO] [stdout]    |                      ^^^^^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn table_end(&mut self) -> Cursor<'_> {
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/table.rs:46:23
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn table_find(&mut self, key: u32) -> Cursor {
[INFO] [stdout]    |                       ^^^^^^^^^               ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn table_find(&mut self, key: u32) -> Cursor<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/table.rs:57:27
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn leaf_node_find(&mut self, page_num: usize, key: u32) -> Cursor {
[INFO] [stdout]    |                           ^^^^^^^^^ the lifetime is elided here    ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn leaf_node_find(&mut self, page_num: usize, key: u32) -> Cursor<'_> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
[INFO] running `Command { std: "docker" "inspect" "12ae385d3e5d1ee4d73f93924ac7210feea7d324abdef8c6481ddec003e9fb2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12ae385d3e5d1ee4d73f93924ac7210feea7d324abdef8c6481ddec003e9fb2e", kill_on_drop: false }`
[INFO] [stdout] 12ae385d3e5d1ee4d73f93924ac7210feea7d324abdef8c6481ddec003e9fb2e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e9d38b8450a11642027713cc1c761546554428b369d49b4ef2acd9079f9a6c94
[INFO] running `Command { std: "docker" "start" "-a" "e9d38b8450a11642027713cc1c761546554428b369d49b4ef2acd9079f9a6c94", kill_on_drop: false }`
[INFO] [stdout] warning: unused variable: `key`
[INFO] [stdout]    --> src/btree.rs:116:34
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn key_duplicated(&self, key: Key) -> bool {
[INFO] [stdout]     |                                  ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (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/table.rs:32:24
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn table_start(&mut self) -> Cursor {
[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] 32 |     pub fn table_start(&mut self) -> Cursor<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/table.rs:39:22
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn table_end(&mut self) -> Cursor {
[INFO] [stdout]    |                      ^^^^^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn table_end(&mut self) -> Cursor<'_> {
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/table.rs:46:23
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn table_find(&mut self, key: u32) -> Cursor {
[INFO] [stdout]    |                       ^^^^^^^^^               ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn table_find(&mut self, key: u32) -> Cursor<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling db_tutorial v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/table.rs:57:27
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn leaf_node_find(&mut self, page_num: usize, key: u32) -> Cursor {
[INFO] [stdout]    |                           ^^^^^^^^^ the lifetime is elided here    ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn leaf_node_find(&mut self, page_num: usize, key: u32) -> Cursor<'_> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `key`
[INFO] [stdout]    --> src/btree.rs:116:34
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn key_duplicated(&self, key: Key) -> bool {
[INFO] [stdout]     |                                  ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `table_end` is never used
[INFO] [stdout]   --> src/table.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl Table {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub fn table_end(&mut self) -> Cursor {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (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/table.rs:32:24
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn table_start(&mut self) -> Cursor {
[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] 32 |     pub fn table_start(&mut self) -> Cursor<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/table.rs:39:22
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn table_end(&mut self) -> Cursor {
[INFO] [stdout]    |                      ^^^^^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn table_end(&mut self) -> Cursor<'_> {
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/table.rs:46:23
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn table_find(&mut self, key: u32) -> Cursor {
[INFO] [stdout]    |                       ^^^^^^^^^               ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn table_find(&mut self, key: u32) -> Cursor<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/table.rs:57:27
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn leaf_node_find(&mut self, page_num: usize, key: u32) -> Cursor {
[INFO] [stdout]    |                           ^^^^^^^^^ the lifetime is elided here    ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn leaf_node_find(&mut self, page_num: usize, key: u32) -> Cursor<'_> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `key`
[INFO] [stdout]    --> src/btree.rs:116:34
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn key_duplicated(&self, key: Key) -> bool {
[INFO] [stdout]     |                                  ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (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/table.rs:32:24
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn table_start(&mut self) -> Cursor {
[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] 32 |     pub fn table_start(&mut self) -> Cursor<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/table.rs:39:22
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn table_end(&mut self) -> Cursor {
[INFO] [stdout]    |                      ^^^^^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn table_end(&mut self) -> Cursor<'_> {
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/table.rs:46:23
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn table_find(&mut self, key: u32) -> Cursor {
[INFO] [stdout]    |                       ^^^^^^^^^               ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn table_find(&mut self, key: u32) -> Cursor<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/table.rs:57:27
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn leaf_node_find(&mut self, page_num: usize, key: u32) -> Cursor {
[INFO] [stdout]    |                           ^^^^^^^^^ the lifetime is elided here    ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn leaf_node_find(&mut self, page_num: usize, key: u32) -> Cursor<'_> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.85s
[INFO] running `Command { std: "docker" "inspect" "e9d38b8450a11642027713cc1c761546554428b369d49b4ef2acd9079f9a6c94", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9d38b8450a11642027713cc1c761546554428b369d49b4ef2acd9079f9a6c94", kill_on_drop: false }`
[INFO] [stdout] e9d38b8450a11642027713cc1c761546554428b369d49b4ef2acd9079f9a6c94
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b00b490b8cc78d5e25f96f9fcd2d4472c83c95e7870778aa792136dac28f3c08
[INFO] running `Command { std: "docker" "start" "-a" "b00b490b8cc78d5e25f96f9fcd2d4472c83c95e7870778aa792136dac28f3c08", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `key`
[INFO] [stderr]    --> src/btree.rs:116:34
[INFO] [stderr]     |
[INFO] [stderr] 116 |     pub fn key_duplicated(&self, key: Key) -> bool {
[INFO] [stderr]     |                                  ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/table.rs:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub fn table_start(&mut self) -> Cursor {
[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] 32 |     pub fn table_start(&mut self) -> Cursor<'_> {
[INFO] [stderr]    |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/table.rs:39:22
[INFO] [stderr]    |
[INFO] [stderr] 39 |     pub fn table_end(&mut self) -> Cursor {
[INFO] [stderr]    |                      ^^^^^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                      |
[INFO] [stderr]    |                      the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 39 |     pub fn table_end(&mut self) -> Cursor<'_> {
[INFO] [stderr]    |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/table.rs:46:23
[INFO] [stderr]    |
[INFO] [stderr] 46 |     pub fn table_find(&mut self, key: u32) -> Cursor {
[INFO] [stderr]    |                       ^^^^^^^^^               ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 46 |     pub fn table_find(&mut self, key: u32) -> Cursor<'_> {
[INFO] [stderr]    |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/table.rs:57:27
[INFO] [stderr]    |
[INFO] [stderr] 57 |     pub fn leaf_node_find(&mut self, page_num: usize, key: u32) -> Cursor {
[INFO] [stderr]    |                           ^^^^^^^^^ the lifetime is elided here    ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 57 |     pub fn leaf_node_find(&mut self, page_num: usize, key: u32) -> Cursor<'_> {
[INFO] [stderr]    |                                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `db_tutorial` (lib) generated 5 warnings (run `cargo fix --lib -p db_tutorial` to apply 5 suggestions)
[INFO] [stderr] warning: method `table_end` is never used
[INFO] [stderr]   --> src/table.rs:39:12
[INFO] [stderr]    |
[INFO] [stderr]  9 | impl Table {
[INFO] [stderr]    | ---------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 39 |     pub fn table_end(&mut self) -> Cursor {
[INFO] [stderr]    |            ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `db_tutorial` (bin "db_tutorial" test) generated 6 warnings (5 duplicates)
[INFO] [stderr] warning: `db_tutorial` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/db_tutorial-1399d5959440ede1)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test btree::tests::test_serialize_to_page ... ok
[INFO] [stdout] test btree::tests::test_serialize_and_deserialize ... ok
[INFO] [stdout] test statement::tests::test_insert_fails_with_too_long_string ... ok
[INFO] [stdout] test statement::tests::test_insert_then_select ... FAILED
[INFO] [stdout] test statement::tests::test_insert_should_sort_keys ... FAILED
[INFO] [stdout] test row::tests::test_serialize_length ... ok
[INFO] [stdout] test statement::tests::test_persistence ... ignored
[INFO] [stdout] test statement::tests::test_insert_with_max_input_length ... FAILED
[INFO] [stdout] test statement::tests::test_table_is_full ... FAILED
[INFO] [stdout] test statement::tests::test_reject_duplicate_key ... FAILED
[INFO] [stdout] test row::tests::test_serialize_row ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- statement::tests::test_insert_then_select stdout ----
[INFO] [stdout] Error: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] 
[INFO] [stdout] ---- statement::tests::test_insert_should_sort_keys stdout ----
[INFO] [stdout] Error: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] 
[INFO] [stdout] ---- statement::tests::test_insert_with_max_input_length stdout ----
[INFO] [stdout] Error: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] 
[INFO] [stdout] ---- statement::tests::test_table_is_full stdout ----
[INFO] [stdout] Error: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] 
[INFO] [stdout] ---- statement::tests::test_reject_duplicate_key stdout ----
[INFO] [stdout] Error: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     statement::tests::test_insert_should_sort_keys
[INFO] [stdout]     statement::tests::test_insert_then_select
[INFO] [stdout]     statement::tests::test_insert_with_max_input_length
[INFO] [stdout]     statement::tests::test_reject_duplicate_key
[INFO] [stdout]     statement::tests::test_table_is_full
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 5 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "b00b490b8cc78d5e25f96f9fcd2d4472c83c95e7870778aa792136dac28f3c08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b00b490b8cc78d5e25f96f9fcd2d4472c83c95e7870778aa792136dac28f3c08", kill_on_drop: false }`
[INFO] [stdout] b00b490b8cc78d5e25f96f9fcd2d4472c83c95e7870778aa792136dac28f3c08
