[INFO] fetching crate sqlite-decoder 0.1.1...
[INFO] building sqlite-decoder-0.1.1 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate sqlite-decoder 0.1.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate sqlite-decoder 0.1.1
[INFO] finished tweaking crates.io crate sqlite-decoder 0.1.1
[INFO] tweaked toml for crates.io crate sqlite-decoder 0.1.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sqlite-decoder 0.1.1 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] [stderr]       Adding nom v7.1.3 (available: v8.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 86cfe10ef131bc96860138349ace287988c33437298a71c7bc52509328add7ef
[INFO] running `Command { std: "docker" "start" "-a" "86cfe10ef131bc96860138349ace287988c33437298a71c7bc52509328add7ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "86cfe10ef131bc96860138349ace287988c33437298a71c7bc52509328add7ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86cfe10ef131bc96860138349ace287988c33437298a71c7bc52509328add7ef", kill_on_drop: false }`
[INFO] [stdout] 86cfe10ef131bc96860138349ace287988c33437298a71c7bc52509328add7ef
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dadc11a235ebcba8265609e1040f575d1fa9728f39e7ac52a80008e1ac1487ad
[INFO] running `Command { std: "docker" "start" "-a" "dadc11a235ebcba8265609e1040f575d1fa9728f39e7ac52a80008e1ac1487ad", kill_on_drop: false }`
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling sqlite-types v0.1.1
[INFO] [stderr]    Compiling sqlite-decoder v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/lib.rs:7:31
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub(crate) struct ParserError(String);
[INFO] [stdout]   |                   ----------- ^^^^^^
[INFO] [stdout]   |                   |
[INFO] [stdout]   |                   field in this struct
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider removing this field
[INFO] [stdout]   = note: `ParserError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `rowid` and `page_first_overflow` are never read
[INFO] [stdout]   --> src/btree.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub struct TableBTreeLeafCell {
[INFO] [stdout]    |            ------------------ fields in this struct
[INFO] [stdout] 55 |     /// A varint which is the integer key, a.k.a. "rowid"
[INFO] [stdout] 56 |     rowid: u64,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 57 |     pub records: Vec<Record>,
[INFO] [stdout] 58 |     page_first_overflow: Option<u32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TableBTreeLeafCell` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `start_first_freeblock`, `start_cell_content_area`, `fragmented_free_bytes_count`, and `right_most_pointer` are never read
[INFO] [stdout]   --> src/btree.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub struct BtreeHeader {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 75 |     page_type: PageType,
[INFO] [stdout] 76 |     start_first_freeblock: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 77 |     cell_count: u16,
[INFO] [stdout] 78 |     start_cell_content_area: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 79 |     fragmented_free_bytes_count: u8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 80 |     right_most_pointer: Option<u32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BtreeHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `header_size` is never used
[INFO] [stdout]    --> src/btree.rs:101:8
[INFO] [stdout]     |
[INFO] [stdout] 100 | impl PageType {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] 101 |     fn header_size(&self) -> u8 {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
[INFO] running `Command { std: "docker" "inspect" "dadc11a235ebcba8265609e1040f575d1fa9728f39e7ac52a80008e1ac1487ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dadc11a235ebcba8265609e1040f575d1fa9728f39e7ac52a80008e1ac1487ad", kill_on_drop: false }`
[INFO] [stdout] dadc11a235ebcba8265609e1040f575d1fa9728f39e7ac52a80008e1ac1487ad
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 74fdb2c83fa823cc7fd66f518147e193293196af4e2af4a11df9d37974c517c2
[INFO] running `Command { std: "docker" "start" "-a" "74fdb2c83fa823cc7fd66f518147e193293196af4e2af4a11df9d37974c517c2", kill_on_drop: false }`
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/lib.rs:7:31
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub(crate) struct ParserError(String);
[INFO] [stdout]   |                   ----------- ^^^^^^
[INFO] [stdout]   |                   |
[INFO] [stdout]   |                   field in this struct
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider removing this field
[INFO] [stdout]   = note: `ParserError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `rowid` and `page_first_overflow` are never read
[INFO] [stdout]   --> src/btree.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub struct TableBTreeLeafCell {
[INFO] [stdout]    |            ------------------ fields in this struct
[INFO] [stdout] 55 |     /// A varint which is the integer key, a.k.a. "rowid"
[INFO] [stdout] 56 |     rowid: u64,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 57 |     pub records: Vec<Record>,
[INFO] [stdout] 58 |     page_first_overflow: Option<u32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TableBTreeLeafCell` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `start_first_freeblock`, `start_cell_content_area`, `fragmented_free_bytes_count`, and `right_most_pointer` are never read
[INFO] [stdout]   --> src/btree.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub struct BtreeHeader {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 75 |     page_type: PageType,
[INFO] [stdout] 76 |     start_first_freeblock: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 77 |     cell_count: u16,
[INFO] [stdout] 78 |     start_cell_content_area: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 79 |     fragmented_free_bytes_count: u8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 80 |     right_most_pointer: Option<u32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BtreeHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `header_size` is never used
[INFO] [stdout]    --> src/btree.rs:101:8
[INFO] [stdout]     |
[INFO] [stdout] 100 | impl PageType {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] 101 |     fn header_size(&self) -> u8 {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling sqlite-decoder v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/lib.rs:7:31
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub(crate) struct ParserError(String);
[INFO] [stdout]   |                   ----------- ^^^^^^
[INFO] [stdout]   |                   |
[INFO] [stdout]   |                   field in this struct
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider removing this field
[INFO] [stdout]   = note: `ParserError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `rowid` and `page_first_overflow` are never read
[INFO] [stdout]   --> src/btree.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub struct TableBTreeLeafCell {
[INFO] [stdout]    |            ------------------ fields in this struct
[INFO] [stdout] 55 |     /// A varint which is the integer key, a.k.a. "rowid"
[INFO] [stdout] 56 |     rowid: u64,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 57 |     pub records: Vec<Record>,
[INFO] [stdout] 58 |     page_first_overflow: Option<u32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TableBTreeLeafCell` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `start_first_freeblock`, `start_cell_content_area`, `fragmented_free_bytes_count`, and `right_most_pointer` are never read
[INFO] [stdout]   --> src/btree.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub struct BtreeHeader {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 75 |     page_type: PageType,
[INFO] [stdout] 76 |     start_first_freeblock: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 77 |     cell_count: u16,
[INFO] [stdout] 78 |     start_cell_content_area: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 79 |     fragmented_free_bytes_count: u8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 80 |     right_most_pointer: Option<u32>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BtreeHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `header_size` is never used
[INFO] [stdout]    --> src/btree.rs:101:8
[INFO] [stdout]     |
[INFO] [stdout] 100 | impl PageType {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] 101 |     fn header_size(&self) -> u8 {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.60s
[INFO] running `Command { std: "docker" "inspect" "74fdb2c83fa823cc7fd66f518147e193293196af4e2af4a11df9d37974c517c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74fdb2c83fa823cc7fd66f518147e193293196af4e2af4a11df9d37974c517c2", kill_on_drop: false }`
[INFO] [stdout] 74fdb2c83fa823cc7fd66f518147e193293196af4e2af4a11df9d37974c517c2
