[INFO] fetching crate prsqlite 0.1.0... [INFO] testing prsqlite-0.1.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate prsqlite 0.1.0 into /workspace/builds/worker-0-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-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate prsqlite 0.1.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-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-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 38 packages to latest compatible versions [INFO] [stderr] Adding rusqlite v0.28.0 (available: v0.37.0) [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.17) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 767d72d587a8f284403669ed20a76d1016325d94c2ccc48d51606acf362cf108 [INFO] running `Command { std: "docker" "start" "-a" "767d72d587a8f284403669ed20a76d1016325d94c2ccc48d51606acf362cf108", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "767d72d587a8f284403669ed20a76d1016325d94c2ccc48d51606acf362cf108", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "767d72d587a8f284403669ed20a76d1016325d94c2ccc48d51606acf362cf108", kill_on_drop: false }` [INFO] [stdout] 767d72d587a8f284403669ed20a76d1016325d94c2ccc48d51606acf362cf108 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f57b3a0995016d8f15f28b36d0907c2b3e478829355e00c68b0aed56972ce970 [INFO] running `Command { std: "docker" "start" "-a" "f57b3a0995016d8f15f28b36d0907c2b3e478829355e00c68b0aed56972ce970", kill_on_drop: false }` [INFO] [stderr] Compiling thiserror v1.0.69 [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.48s [INFO] running `Command { std: "docker" "inspect" "f57b3a0995016d8f15f28b36d0907c2b3e478829355e00c68b0aed56972ce970", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f57b3a0995016d8f15f28b36d0907c2b3e478829355e00c68b0aed56972ce970", kill_on_drop: false }` [INFO] [stdout] f57b3a0995016d8f15f28b36d0907c2b3e478829355e00c68b0aed56972ce970 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e89333af8202d1fdafe12067e726cfc942cec2bbc1974af533d8dd7980bbde3e [INFO] running `Command { std: "docker" "start" "-a" "e89333af8202d1fdafe12067e726cfc942cec2bbc1974af533d8dd7980bbde3e", kill_on_drop: false }` [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling libsqlite3-sys v0.25.2 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [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 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 3.93s [INFO] running `Command { std: "docker" "inspect" "e89333af8202d1fdafe12067e726cfc942cec2bbc1974af533d8dd7980bbde3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e89333af8202d1fdafe12067e726cfc942cec2bbc1974af533d8dd7980bbde3e", kill_on_drop: false }` [INFO] [stdout] e89333af8202d1fdafe12067e726cfc942cec2bbc1974af533d8dd7980bbde3e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0b4c7a6703c58df8729f5ad2080b6ea13121ac0cd35c53e8761decf00dffe537 [INFO] running `Command { std: "docker" "start" "-a" "0b4c7a6703c58df8729f5ad2080b6ea13121ac0cd35c53e8761decf00dffe537", 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.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/prsqlite-ca387a3e6f898f26) [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::validate_btree_page_header ... ok [INFO] [stdout] test tests::validate_database_header ... ok [INFO] [stdout] test tests::load_btree_leaf_table_cell ... ok [INFO] [stdout] test tests::parse_sqlite_schema_entry ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [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" "0b4c7a6703c58df8729f5ad2080b6ea13121ac0cd35c53e8761decf00dffe537", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b4c7a6703c58df8729f5ad2080b6ea13121ac0cd35c53e8761decf00dffe537", kill_on_drop: false }` [INFO] [stdout] 0b4c7a6703c58df8729f5ad2080b6ea13121ac0cd35c53e8761decf00dffe537