[INFO] fetching crate sqlx-build-trust-sqlite 0.7.9...
[INFO] testing sqlx-build-trust-sqlite-0.7.9 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8
[INFO] extracting crate sqlx-build-trust-sqlite 0.7.9 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate sqlx-build-trust-sqlite 0.7.9
[INFO] finished tweaking crates.io crate sqlx-build-trust-sqlite 0.7.9
[INFO] tweaked toml for crates.io crate sqlx-build-trust-sqlite 0.7.9 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate sqlx-build-trust-sqlite 0.7.9 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 133 packages to latest compatible versions
[INFO] [stderr]       Adding generic-array v0.14.7 (available: v0.14.9)
[INFO] [stderr]       Adding libsqlite3-sys v0.27.0 (available: v0.35.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sqlx-build-trust-core v0.7.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1e899c05c45d23410c64965d19c5a637fcf31c1f49b2a5e446d7d551facb7329
[INFO] running `Command { std: "docker" "start" "-a" "1e899c05c45d23410c64965d19c5a637fcf31c1f49b2a5e446d7d551facb7329", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1e899c05c45d23410c64965d19c5a637fcf31c1f49b2a5e446d7d551facb7329", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e899c05c45d23410c64965d19c5a637fcf31c1f49b2a5e446d7d551facb7329", kill_on_drop: false }`
[INFO] [stdout] 1e899c05c45d23410c64965d19c5a637fcf31c1f49b2a5e446d7d551facb7329
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7538ac6908a814b4bbcaba43edda4e46e45b0ed58af4c9093dd6087e92aecf34
[INFO] running `Command { std: "docker" "start" "-a" "7538ac6908a814b4bbcaba43edda4e46e45b0ed58af4c9093dd6087e92aecf34", kill_on_drop: false }`
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling libsqlite3-sys v0.27.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling sqlformat v0.2.6
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling sqlx-build-trust-core v0.7.9
[INFO] [stderr]    Compiling sqlx-build-trust-sqlite v0.7.9 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/connection/handle.rs:20:39
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub(crate) struct ConnectionHandleRaw(NonNull<sqlite3>);
[INFO] [stdout]    |                   ------------------- ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout]    = note: `ConnectionHandleRaw` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.90s
[INFO] running `Command { std: "docker" "inspect" "7538ac6908a814b4bbcaba43edda4e46e45b0ed58af4c9093dd6087e92aecf34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7538ac6908a814b4bbcaba43edda4e46e45b0ed58af4c9093dd6087e92aecf34", kill_on_drop: false }`
[INFO] [stdout] 7538ac6908a814b4bbcaba43edda4e46e45b0ed58af4c9093dd6087e92aecf34
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 35c0b4694ac5143cb071310fb36437fc34e18d6a603414136048150e0e2641ef
[INFO] running `Command { std: "docker" "start" "-a" "35c0b4694ac5143cb071310fb36437fc34e18d6a603414136048150e0e2641ef", kill_on_drop: false }`
[INFO] [stderr]    Compiling sqlx-build-trust-sqlite v0.7.9 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/connection/handle.rs:20:39
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub(crate) struct ConnectionHandleRaw(NonNull<sqlite3>);
[INFO] [stdout]    |                   ------------------- ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout]    = note: `ConnectionHandleRaw` has derived impls for the traits `Debug` and `Clone`, but these are 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] error[E0608]: cannot index into a value of type `IntMap<ColumnType>`
[INFO] [stdout]     --> src/connection/explain.rs:1477:45
[INFO] [stdout]      |
[INFO] [stdout] 1477 |             root_block_cols[&table_db_block][&0]
[INFO] [stdout]      |                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0608]: cannot index into a value of type `IntMap<ColumnType>`
[INFO] [stdout]     --> src/connection/explain.rs:1484:45
[INFO] [stdout]      |
[INFO] [stdout] 1484 |             root_block_cols[&table_db_block][&1]
[INFO] [stdout]      |                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0608]: cannot index into a value of type `IntMap<ColumnType>`
[INFO] [stdout]     --> src/connection/explain.rs:1491:45
[INFO] [stdout]      |
[INFO] [stdout] 1491 |             root_block_cols[&table_db_block][&2]
[INFO] [stdout]      |                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0608]: cannot index into a value of type `IntMap<ColumnType>`
[INFO] [stdout]     --> src/connection/explain.rs:1502:45
[INFO] [stdout]      |
[INFO] [stdout] 1502 |             root_block_cols[&table_db_block][&0]
[INFO] [stdout]      |                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0608]: cannot index into a value of type `IntMap<ColumnType>`
[INFO] [stdout]     --> src/connection/explain.rs:1509:45
[INFO] [stdout]      |
[INFO] [stdout] 1509 |             root_block_cols[&table_db_block][&1]
[INFO] [stdout]      |                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0608]: cannot index into a value of type `IntMap<ColumnType>`
[INFO] [stdout]     --> src/connection/explain.rs:1520:45
[INFO] [stdout]      |
[INFO] [stdout] 1520 |             root_block_cols[&table_db_block][&0]
[INFO] [stdout]      |                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0608]: cannot index into a value of type `IntMap<ColumnType>`
[INFO] [stdout]     --> src/connection/explain.rs:1527:45
[INFO] [stdout]      |
[INFO] [stdout] 1527 |             root_block_cols[&table_db_block][&1]
[INFO] [stdout]      |                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0608]: cannot index into a value of type `IntMap<ColumnType>`
[INFO] [stdout]     --> src/connection/explain.rs:1538:45
[INFO] [stdout]      |
[INFO] [stdout] 1538 |             root_block_cols[&table_db_block][&0]
[INFO] [stdout]      |                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0608]: cannot index into a value of type `IntMap<ColumnType>`
[INFO] [stdout]     --> src/connection/explain.rs:1545:45
[INFO] [stdout]      |
[INFO] [stdout] 1545 |             root_block_cols[&table_db_block][&1]
[INFO] [stdout]      |                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0608]: cannot index into a value of type `IntMap<ColumnType>`
[INFO] [stdout]     --> src/connection/explain.rs:1552:45
[INFO] [stdout]      |
[INFO] [stdout] 1552 |             root_block_cols[&table_db_block][&2]
[INFO] [stdout]      |                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0608]: cannot index into a value of type `IntMap<ColumnType>`
[INFO] [stdout]     --> src/connection/explain.rs:1563:45
[INFO] [stdout]      |
[INFO] [stdout] 1563 |             root_block_cols[&table_db_block][&0]
[INFO] [stdout]      |                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0608]: cannot index into a value of type `IntMap<ColumnType>`
[INFO] [stdout]     --> src/connection/explain.rs:1570:45
[INFO] [stdout]      |
[INFO] [stdout] 1570 |             root_block_cols[&table_db_block][&1]
[INFO] [stdout]      |                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0608]: cannot index into a value of type `IntMap<ColumnType>`
[INFO] [stdout]     --> src/connection/explain.rs:1581:45
[INFO] [stdout]      |
[INFO] [stdout] 1581 |             root_block_cols[&table_db_block][&0]
[INFO] [stdout]      |                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0608]: cannot index into a value of type `IntMap<ColumnType>`
[INFO] [stdout]     --> src/connection/explain.rs:1588:45
[INFO] [stdout]      |
[INFO] [stdout] 1588 |             root_block_cols[&table_db_block][&1]
[INFO] [stdout]      |                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0608]: cannot index into a value of type `IntMap<ColumnType>`
[INFO] [stdout]     --> src/connection/explain.rs:1599:45
[INFO] [stdout]      |
[INFO] [stdout] 1599 |             root_block_cols[&table_db_block][&0]
[INFO] [stdout]      |                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0608]: cannot index into a value of type `IntMap<ColumnType>`
[INFO] [stdout]     --> src/connection/explain.rs:1606:45
[INFO] [stdout]      |
[INFO] [stdout] 1606 |             root_block_cols[&table_db_block][&1]
[INFO] [stdout]      |                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0608]: cannot index into a value of type `IntMap<ColumnType>`
[INFO] [stdout]     --> src/connection/explain.rs:1613:45
[INFO] [stdout]      |
[INFO] [stdout] 1613 |             root_block_cols[&table_db_block][&2]
[INFO] [stdout]      |                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sqlx-build-trust-sqlite` (lib test) due to 17 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0608`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "35c0b4694ac5143cb071310fb36437fc34e18d6a603414136048150e0e2641ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "35c0b4694ac5143cb071310fb36437fc34e18d6a603414136048150e0e2641ef", kill_on_drop: false }`
[INFO] [stdout] 35c0b4694ac5143cb071310fb36437fc34e18d6a603414136048150e0e2641ef
