[INFO] cloning repository https://github.com/nsaritzky/my-sqlite [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nsaritzky/my-sqlite" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnsaritzky%2Fmy-sqlite", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnsaritzky%2Fmy-sqlite'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 45c08b66a7cd9c6e7c6ffe49ab0040a568cb2d36 [INFO] building nsaritzky/my-sqlite against master#44f415c1d617ebc7b931a243b7b321ef8a6ca47c for pr-142134-abi-ast-error [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnsaritzky%2Fmy-sqlite" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nsaritzky/my-sqlite on toolchain 44f415c1d617ebc7b931a243b7b321ef8a6ca47c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+44f415c1d617ebc7b931a243b7b321ef8a6ca47c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nsaritzky/my-sqlite [INFO] finished tweaking git repo https://github.com/nsaritzky/my-sqlite [INFO] tweaked toml for git repo https://github.com/nsaritzky/my-sqlite written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/nsaritzky/my-sqlite 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" "+44f415c1d617ebc7b931a243b7b321ef8a6ca47c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+44f415c1d617ebc7b931a243b7b321ef8a6ca47c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0ed896fc0ce5132aca14a61f738cd5a95f1520a8bfff81b78aa04447628c864d [INFO] running `Command { std: "docker" "start" "-a" "0ed896fc0ce5132aca14a61f738cd5a95f1520a8bfff81b78aa04447628c864d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0ed896fc0ce5132aca14a61f738cd5a95f1520a8bfff81b78aa04447628c864d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ed896fc0ce5132aca14a61f738cd5a95f1520a8bfff81b78aa04447628c864d", kill_on_drop: false }` [INFO] [stdout] 0ed896fc0ce5132aca14a61f738cd5a95f1520a8bfff81b78aa04447628c864d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+44f415c1d617ebc7b931a243b7b321ef8a6ca47c" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 831791491c9b704cbd2aaa1b6f9b9fe9da7906722835c28631a6de4f016f0b16 [INFO] running `Command { std: "docker" "start" "-a" "831791491c9b704cbd2aaa1b6f9b9fe9da7906722835c28631a6de4f016f0b16", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling syn v1.0.80 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling anyhow v1.0.59 [INFO] [stderr] Compiling peg-runtime v0.7.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling minimal-lexical v0.1.3 [INFO] [stderr] Compiling nom v7.0.0 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling peg-macros v0.7.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling peg v0.7.0 [INFO] [stderr] Compiling thiserror-impl v1.0.32 [INFO] [stderr] Compiling thiserror v1.0.32 [INFO] [stderr] Compiling sqlite-starter-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::cell::RefCell` [INFO] [stdout] --> src/data.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::cell::RefCell; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/parser.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub struct Header { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 25 | pub magic: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 26 | pub page_size: u16, [INFO] [stdout] 27 | pub file_format_write_version: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 28 | pub file_format_read_version: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 29 | pub bytes_reserved_at_end_of_each_page: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 30 | pub max_embedded_payload_fraction: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 31 | pub min_embedded_payload_fraction: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 32 | pub leaf_payload_fraction: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 33 | pub file_change_counter: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 34 | pub database_size_in_pages: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 35 | pub first_freelist_page: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 36 | pub number_of_freelist_pages: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 37 | pub schema_cookie: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 38 | pub schema_format_number: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | pub default_page_cache_size: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 40 | pub largest_root_btree_page_number: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 41 | pub text_encoding: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 42 | pub user_version: u32, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 43 | pub incremental_vacuum_mode: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 44 | pub application_id: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 45 | pub version_valid_for: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 46 | pub sqlite_version_number: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Header` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `first_freeblock_offset`, `cell_content_area_offset`, and `fragmented_free_bytes` are never read [INFO] [stdout] --> src/parser.rs:117:9 [INFO] [stdout] | [INFO] [stdout] 115 | pub struct PageHeader { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 116 | pub page_type: PageType, [INFO] [stdout] 117 | pub first_freeblock_offset: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 118 | pub number_of_cells: u16, [INFO] [stdout] 119 | pub cell_content_area_offset: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 120 | pub fragmented_free_bytes: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PageHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `overflow_page` is never read [INFO] [stdout] --> src/parser.rs:225:9 [INFO] [stdout] | [INFO] [stdout] 222 | pub struct TableLeafCell { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 225 | pub overflow_page: Option, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TableLeafCell` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:53:28 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn parse_header(input: &[u8]) -> ParseResult
{ [INFO] [stdout] | ^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 53 | pub fn parse_header(input: &[u8]) -> ParseResult<'_, Header> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:134:27 [INFO] [stdout] | [INFO] [stdout] 134 | fn parse_page_type(input: &[u8]) -> ParseResult { [INFO] [stdout] | ^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 134 | fn parse_page_type(input: &[u8]) -> ParseResult<'_, PageType> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:149:33 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn parse_page_header(input: &[u8]) -> ParseResult { [INFO] [stdout] | ^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 149 | pub fn parse_page_header(input: &[u8]) -> ParseResult<'_, PageHeader> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:186:35 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn parse_cell_pointers(input: &[u8], number_of_cells: u16) -> ParseResult> { [INFO] [stdout] | ^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 186 | pub fn parse_cell_pointers(input: &[u8], number_of_cells: u16) -> ParseResult<'_, Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:200:18 [INFO] [stdout] | [INFO] [stdout] 200 | fn varint(input: &[u8]) -> ParseResult { [INFO] [stdout] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 200 | fn varint(input: &[u8]) -> ParseResult<'_, i64> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:263:26 [INFO] [stdout] | [INFO] [stdout] 263 | pub fn parse_cell(input: &[u8], page_type: PageType) -> ParseResult { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 263 | pub fn parse_cell(input: &[u8], page_type: PageType) -> ParseResult<'_, Cell> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:348:28 [INFO] [stdout] | [INFO] [stdout] 348 | pub fn parse_record(input: &[u8]) -> ParseResult> { [INFO] [stdout] | ^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 348 | pub fn parse_record(input: &[u8]) -> ParseResult<'_, Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:461:26 [INFO] [stdout] | [INFO] [stdout] 461 | pub fn parse_page(input: &[u8], is_first_page: bool) -> ParseResult { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 461 | pub fn parse_page(input: &[u8], is_first_page: bool) -> ParseResult<'_, Page> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:542:23 [INFO] [stdout] | [INFO] [stdout] 542 | fn parse_where(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ------------------------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 542 | fn parse_where(input: &str) -> ParseResult<'_, WhereClause, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:581:28 [INFO] [stdout] | [INFO] [stdout] 581 | pub fn parse_select(input: &str) -> ParseResult<(Vec<&str>, &str, Option), &str> { [INFO] [stdout] | ^^^^ --------------------------------------------------------- [INFO] [stdout] | | | | | | [INFO] [stdout] | | | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 581 | pub fn parse_select(input: &str) -> ParseResult<'_, (Vec<&str>, &str, Option), &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:600:22 [INFO] [stdout] | [INFO] [stdout] 600 | fn identifier(input: &str) -> ParseResult<&str, &str> { [INFO] [stdout] | ^^^^ ----------------------- [INFO] [stdout] | | | | | [INFO] [stdout] | | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 600 | fn identifier(input: &str) -> ParseResult<'_, &str, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:612:34 [INFO] [stdout] | [INFO] [stdout] 612 | pub fn parse_create_table(input: &str) -> ParseResult, &str> { [INFO] [stdout] | ^^^^ --------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 612 | pub fn parse_create_table(input: &str) -> ParseResult<'_, Vec, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.32s [INFO] running `Command { std: "docker" "inspect" "831791491c9b704cbd2aaa1b6f9b9fe9da7906722835c28631a6de4f016f0b16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "831791491c9b704cbd2aaa1b6f9b9fe9da7906722835c28631a6de4f016f0b16", kill_on_drop: false }` [INFO] [stdout] 831791491c9b704cbd2aaa1b6f9b9fe9da7906722835c28631a6de4f016f0b16 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+44f415c1d617ebc7b931a243b7b321ef8a6ca47c" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e2624bf0a66aaf790fcb4948a1f59954b218e6f6423b90941133f8daafabf3b5 [INFO] running `Command { std: "docker" "start" "-a" "e2624bf0a66aaf790fcb4948a1f59954b218e6f6423b90941133f8daafabf3b5", kill_on_drop: false }` [INFO] [stderr] Compiling sqlite-starter-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::cell::RefCell` [INFO] [stdout] --> src/data.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::cell::RefCell; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `UnspecializedInput` [INFO] [stdout] --> src/parser.rs:640:51 [INFO] [stdout] | [INFO] [stdout] 640 | use nom::{character::complete::alphanumeric1, UnspecializedInput}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/parser.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub struct Header { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 25 | pub magic: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 26 | pub page_size: u16, [INFO] [stdout] 27 | pub file_format_write_version: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 28 | pub file_format_read_version: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 29 | pub bytes_reserved_at_end_of_each_page: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 30 | pub max_embedded_payload_fraction: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 31 | pub min_embedded_payload_fraction: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 32 | pub leaf_payload_fraction: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 33 | pub file_change_counter: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 34 | pub database_size_in_pages: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 35 | pub first_freelist_page: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 36 | pub number_of_freelist_pages: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 37 | pub schema_cookie: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 38 | pub schema_format_number: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | pub default_page_cache_size: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 40 | pub largest_root_btree_page_number: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 41 | pub text_encoding: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 42 | pub user_version: u32, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 43 | pub incremental_vacuum_mode: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 44 | pub application_id: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 45 | pub version_valid_for: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 46 | pub sqlite_version_number: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Header` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `first_freeblock_offset`, `cell_content_area_offset`, and `fragmented_free_bytes` are never read [INFO] [stdout] --> src/parser.rs:117:9 [INFO] [stdout] | [INFO] [stdout] 115 | pub struct PageHeader { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 116 | pub page_type: PageType, [INFO] [stdout] 117 | pub first_freeblock_offset: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 118 | pub number_of_cells: u16, [INFO] [stdout] 119 | pub cell_content_area_offset: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 120 | pub fragmented_free_bytes: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PageHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `overflow_page` is never read [INFO] [stdout] --> src/parser.rs:225:9 [INFO] [stdout] | [INFO] [stdout] 222 | pub struct TableLeafCell { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 225 | pub overflow_page: Option, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TableLeafCell` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:53:28 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn parse_header(input: &[u8]) -> ParseResult
{ [INFO] [stdout] | ^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 53 | pub fn parse_header(input: &[u8]) -> ParseResult<'_, Header> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:134:27 [INFO] [stdout] | [INFO] [stdout] 134 | fn parse_page_type(input: &[u8]) -> ParseResult { [INFO] [stdout] | ^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 134 | fn parse_page_type(input: &[u8]) -> ParseResult<'_, PageType> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:149:33 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn parse_page_header(input: &[u8]) -> ParseResult { [INFO] [stdout] | ^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 149 | pub fn parse_page_header(input: &[u8]) -> ParseResult<'_, PageHeader> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:186:35 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn parse_cell_pointers(input: &[u8], number_of_cells: u16) -> ParseResult> { [INFO] [stdout] | ^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 186 | pub fn parse_cell_pointers(input: &[u8], number_of_cells: u16) -> ParseResult<'_, Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:200:18 [INFO] [stdout] | [INFO] [stdout] 200 | fn varint(input: &[u8]) -> ParseResult { [INFO] [stdout] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 200 | fn varint(input: &[u8]) -> ParseResult<'_, i64> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:263:26 [INFO] [stdout] | [INFO] [stdout] 263 | pub fn parse_cell(input: &[u8], page_type: PageType) -> ParseResult { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 263 | pub fn parse_cell(input: &[u8], page_type: PageType) -> ParseResult<'_, Cell> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:348:28 [INFO] [stdout] | [INFO] [stdout] 348 | pub fn parse_record(input: &[u8]) -> ParseResult> { [INFO] [stdout] | ^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 348 | pub fn parse_record(input: &[u8]) -> ParseResult<'_, Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:461:26 [INFO] [stdout] | [INFO] [stdout] 461 | pub fn parse_page(input: &[u8], is_first_page: bool) -> ParseResult { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 461 | pub fn parse_page(input: &[u8], is_first_page: bool) -> ParseResult<'_, Page> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:542:23 [INFO] [stdout] | [INFO] [stdout] 542 | fn parse_where(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ------------------------------ [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 542 | fn parse_where(input: &str) -> ParseResult<'_, WhereClause, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:581:28 [INFO] [stdout] | [INFO] [stdout] 581 | pub fn parse_select(input: &str) -> ParseResult<(Vec<&str>, &str, Option), &str> { [INFO] [stdout] | ^^^^ --------------------------------------------------------- [INFO] [stdout] | | | | | | [INFO] [stdout] | | | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 581 | pub fn parse_select(input: &str) -> ParseResult<'_, (Vec<&str>, &str, Option), &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:600:22 [INFO] [stdout] | [INFO] [stdout] 600 | fn identifier(input: &str) -> ParseResult<&str, &str> { [INFO] [stdout] | ^^^^ ----------------------- [INFO] [stdout] | | | | | [INFO] [stdout] | | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 600 | fn identifier(input: &str) -> ParseResult<'_, &str, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser.rs:612:34 [INFO] [stdout] | [INFO] [stdout] 612 | pub fn parse_create_table(input: &str) -> ParseResult, &str> { [INFO] [stdout] | ^^^^ --------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 612 | pub fn parse_create_table(input: &str) -> ParseResult<'_, Vec, &str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.15s [INFO] running `Command { std: "docker" "inspect" "e2624bf0a66aaf790fcb4948a1f59954b218e6f6423b90941133f8daafabf3b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2624bf0a66aaf790fcb4948a1f59954b218e6f6423b90941133f8daafabf3b5", kill_on_drop: false }` [INFO] [stdout] e2624bf0a66aaf790fcb4948a1f59954b218e6f6423b90941133f8daafabf3b5