[INFO] fetching crate sqlite-decoder 0.1.1... [INFO] building sqlite-decoder-0.1.1 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2 [INFO] extracting crate sqlite-decoder 0.1.1 into /workspace/builds/worker-3-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-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate sqlite-decoder 0.1.1 on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7f0459a431a752c09dfddc70032e55abf5490a4a3dceacc576223638bbbb450a [INFO] running `Command { std: "docker" "start" "-a" "7f0459a431a752c09dfddc70032e55abf5490a4a3dceacc576223638bbbb450a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7f0459a431a752c09dfddc70032e55abf5490a4a3dceacc576223638bbbb450a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f0459a431a752c09dfddc70032e55abf5490a4a3dceacc576223638bbbb450a", kill_on_drop: false }` [INFO] [stdout] 7f0459a431a752c09dfddc70032e55abf5490a4a3dceacc576223638bbbb450a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 534c649b157e2a71d03537bb13d304f74a984e0410322ddf981ceb16398a9075 [INFO] running `Command { std: "docker" "start" "-a" "534c649b157e2a71d03537bb13d304f74a984e0410322ddf981ceb16398a9075", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling sqlite-types v0.1.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling sqlite-decoder v0.1.1 (/opt/rustwide/workdir) [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, [INFO] [stdout] 58 | page_first_overflow: Option, [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] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [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] [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, [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 3.55s [INFO] running `Command { std: "docker" "inspect" "534c649b157e2a71d03537bb13d304f74a984e0410322ddf981ceb16398a9075", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "534c649b157e2a71d03537bb13d304f74a984e0410322ddf981ceb16398a9075", kill_on_drop: false }` [INFO] [stdout] 534c649b157e2a71d03537bb13d304f74a984e0410322ddf981ceb16398a9075 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4150a401eba306c66dac2800d3e329c7380df705f16ea564abb66f0959dfb4e9 [INFO] running `Command { std: "docker" "start" "-a" "4150a401eba306c66dac2800d3e329c7380df705f16ea564abb66f0959dfb4e9", kill_on_drop: false }` [INFO] [stderr] Compiling sqlite-decoder v0.1.1 (/opt/rustwide/workdir) [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, [INFO] [stdout] 58 | page_first_overflow: Option, [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] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [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] [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, [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] [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, [INFO] [stdout] 58 | page_first_overflow: Option, [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, [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.65s [INFO] running `Command { std: "docker" "inspect" "4150a401eba306c66dac2800d3e329c7380df705f16ea564abb66f0959dfb4e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4150a401eba306c66dac2800d3e329c7380df705f16ea564abb66f0959dfb4e9", kill_on_drop: false }` [INFO] [stdout] 4150a401eba306c66dac2800d3e329c7380df705f16ea564abb66f0959dfb4e9