[INFO] fetching crate prsqlite 0.1.0...
[INFO] testing prsqlite-0.1.0 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate prsqlite 0.1.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate prsqlite 0.1.0
[INFO] finished tweaking crates.io crate prsqlite 0.1.0
[INFO] tweaked toml for crates.io crate prsqlite 0.1.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate prsqlite 0.1.0 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 66 packages to latest compatible versions
[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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2a8e77c224097dcbd6c3c4cbb71fe5ad51e9cb9c44a56080ebe7fa5775b8a475
[INFO] running `Command { std: "docker" "start" "-a" "2a8e77c224097dcbd6c3c4cbb71fe5ad51e9cb9c44a56080ebe7fa5775b8a475", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2a8e77c224097dcbd6c3c4cbb71fe5ad51e9cb9c44a56080ebe7fa5775b8a475", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a8e77c224097dcbd6c3c4cbb71fe5ad51e9cb9c44a56080ebe7fa5775b8a475", kill_on_drop: false }`
[INFO] [stdout] 2a8e77c224097dcbd6c3c4cbb71fe5ad51e9cb9c44a56080ebe7fa5775b8a475
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8c8654d65f19843641c4ac56619df14323880abef79003c5f5e2b5ee2fe65071
[INFO] running `Command { std: "docker" "start" "-a" "8c8654d65f19843641c4ac56619df14323880abef79003c5f5e2b5ee2fe65071", kill_on_drop: false }`
[INFO] [stderr]    Compiling prsqlite v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/btree.rs:64:21
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn get_cell(&self, i: u16, header_size: u8) -> BtreeLeafTableCell {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn get_cell(&self, i: u16, header_size: u8) -> BtreeLeafTableCell<'_> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] running `Command { std: "docker" "inspect" "8c8654d65f19843641c4ac56619df14323880abef79003c5f5e2b5ee2fe65071", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c8654d65f19843641c4ac56619df14323880abef79003c5f5e2b5ee2fe65071", kill_on_drop: false }`
[INFO] [stdout] 8c8654d65f19843641c4ac56619df14323880abef79003c5f5e2b5ee2fe65071
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 649da3b44a67a8905d6ce3c9b60ffd684462c89a3f0acf4dc5b5e4e4780b7045
[INFO] running `Command { std: "docker" "start" "-a" "649da3b44a67a8905d6ce3c9b60ffd684462c89a3f0acf4dc5b5e4e4780b7045", kill_on_drop: false }`
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling libsqlite3-sys v0.25.2
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/btree.rs:64:21
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn get_cell(&self, i: u16, header_size: u8) -> BtreeLeafTableCell {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn get_cell(&self, i: u16, header_size: u8) -> BtreeLeafTableCell<'_> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling rusqlite v0.28.0
[INFO] [stderr]    Compiling prsqlite v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/btree.rs:64:21
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn get_cell(&self, i: u16, header_size: u8) -> BtreeLeafTableCell {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn get_cell(&self, i: u16, header_size: u8) -> BtreeLeafTableCell<'_> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.35s
[INFO] running `Command { std: "docker" "inspect" "649da3b44a67a8905d6ce3c9b60ffd684462c89a3f0acf4dc5b5e4e4780b7045", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "649da3b44a67a8905d6ce3c9b60ffd684462c89a3f0acf4dc5b5e4e4780b7045", kill_on_drop: false }`
[INFO] [stdout] 649da3b44a67a8905d6ce3c9b60ffd684462c89a3f0acf4dc5b5e4e4780b7045
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c2cc176fe1810852c1a7bf79b3d16cbb3037b3df5926091ae300fd4c65d2aecc
[INFO] running `Command { std: "docker" "start" "-a" "c2cc176fe1810852c1a7bf79b3d16cbb3037b3df5926091ae300fd4c65d2aecc", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/btree.rs:64:21
[INFO] [stderr]    |
[INFO] [stderr] 64 |     pub fn get_cell(&self, i: u16, header_size: u8) -> BtreeLeafTableCell {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 64 |     pub fn get_cell(&self, i: u16, header_size: u8) -> BtreeLeafTableCell<'_> {
[INFO] [stderr]    |                                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `prsqlite` (lib) generated 1 warning (run `cargo fix --lib -p prsqlite` to apply 1 suggestion)
[INFO] [stderr] warning: `prsqlite` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/prsqlite-6c5fb0c01ab6160c)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test btree::tests::headersize ... ok
[INFO] [stdout] test btree::tests::pagetype ... ok
[INFO] [stdout] test tests::pagesize ... ok
[INFO] [stdout] test tests::parse_sqlite_schema_entry ... ok
[INFO] [stdout] test tests::load_btree_leaf_table_cell ... ok
[INFO] [stdout] test tests::validate_database_header ... ok
[INFO] [stdout] test tests::validate_btree_page_header ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests prsqlite
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c2cc176fe1810852c1a7bf79b3d16cbb3037b3df5926091ae300fd4c65d2aecc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c2cc176fe1810852c1a7bf79b3d16cbb3037b3df5926091ae300fd4c65d2aecc", kill_on_drop: false }`
[INFO] [stdout] c2cc176fe1810852c1a7bf79b3d16cbb3037b3df5926091ae300fd4c65d2aecc
