[INFO] fetching crate asqlite 1.2.0... [INFO] testing asqlite-1.2.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate asqlite 1.2.0 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate asqlite 1.2.0 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate asqlite 1.2.0 [INFO] tweaked toml for crates.io crate asqlite 1.2.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate asqlite 1.2.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate asqlite 1.2.0 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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded oneshot v0.1.11 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 95c7cfdac183f0f106ad0cb081c14223003566ae76ddb15ce2e85c2bb2844efb [INFO] running `Command { std: "docker" "start" "-a" "95c7cfdac183f0f106ad0cb081c14223003566ae76ddb15ce2e85c2bb2844efb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "95c7cfdac183f0f106ad0cb081c14223003566ae76ddb15ce2e85c2bb2844efb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95c7cfdac183f0f106ad0cb081c14223003566ae76ddb15ce2e85c2bb2844efb", kill_on_drop: false }` [INFO] [stdout] 95c7cfdac183f0f106ad0cb081c14223003566ae76ddb15ce2e85c2bb2844efb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 42ee79e46d96b1f09571cb58364bc7333bf13d11ea1d5472590c10fafdde7542 [INFO] running `Command { std: "docker" "start" "-a" "42ee79e46d96b1f09571cb58364bc7333bf13d11ea1d5472590c10fafdde7542", kill_on_drop: false }` [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling oneshot v0.1.11 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling libsqlite3-sys v0.34.0 [INFO] [stderr] Compiling futures-lite v2.6.0 [INFO] [stderr] Compiling asqlite v1.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/connection/mod.rs:157:32 [INFO] [stdout] | [INFO] [stdout] 157 | pub(crate) fn prepare_with(&mut self, sql: &str, cache: bool) -> Prepare { [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] 157 | pub(crate) fn prepare_with(&mut self, sql: &str, cache: bool) -> Prepare<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/connection/mod.rs:179:18 [INFO] [stdout] | [INFO] [stdout] 179 | fn statement(&mut self, statement: impl IntoStatement) -> IntoStatementStruct { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 179 | fn statement(&mut self, statement: impl IntoStatement) -> IntoStatementStruct<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/convert/mod.rs:62:19 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn borrow(&self) -> SqlRef { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn borrow(&self) -> SqlRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/convert/from_row.rs:74:17 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn read(&mut self) -> Result { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 74 | pub fn read(&mut self) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/internal/worker.rs:316:23 [INFO] [stdout] | [INFO] [stdout] 316 | fn statement_next(&mut self, index: StatementIndex) -> Result<(RowReader, Step)> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 316 | fn statement_next(&mut self, index: StatementIndex) -> Result<(RowReader<'_>, Step)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s [INFO] running `Command { std: "docker" "inspect" "42ee79e46d96b1f09571cb58364bc7333bf13d11ea1d5472590c10fafdde7542", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42ee79e46d96b1f09571cb58364bc7333bf13d11ea1d5472590c10fafdde7542", kill_on_drop: false }` [INFO] [stdout] 42ee79e46d96b1f09571cb58364bc7333bf13d11ea1d5472590c10fafdde7542 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cb1bb5a49021c8129697a6abdee1998a8a815a4dd5cada1392416ecdac620e61 [INFO] running `Command { std: "docker" "start" "-a" "cb1bb5a49021c8129697a6abdee1998a8a815a4dd5cada1392416ecdac620e61", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling slab v0.4.10 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [INFO] [stderr] Compiling futures-lite v2.6.0 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling asqlite v1.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling rusqlite v0.36.0 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/connection/mod.rs:157:32 [INFO] [stdout] | [INFO] [stdout] 157 | pub(crate) fn prepare_with(&mut self, sql: &str, cache: bool) -> Prepare { [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] 157 | pub(crate) fn prepare_with(&mut self, sql: &str, cache: bool) -> Prepare<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/connection/mod.rs:179:18 [INFO] [stdout] | [INFO] [stdout] 179 | fn statement(&mut self, statement: impl IntoStatement) -> IntoStatementStruct { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 179 | fn statement(&mut self, statement: impl IntoStatement) -> IntoStatementStruct<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/convert/mod.rs:62:19 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn borrow(&self) -> SqlRef { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn borrow(&self) -> SqlRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/convert/from_row.rs:74:17 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn read(&mut self) -> Result { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 74 | pub fn read(&mut self) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/internal/worker.rs:316:23 [INFO] [stdout] | [INFO] [stdout] 316 | fn statement_next(&mut self, index: StatementIndex) -> Result<(RowReader, Step)> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 316 | fn statement_next(&mut self, index: StatementIndex) -> Result<(RowReader<'_>, Step)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling tokio v1.45.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/connection/mod.rs:157:32 [INFO] [stdout] | [INFO] [stdout] 157 | pub(crate) fn prepare_with(&mut self, sql: &str, cache: bool) -> Prepare { [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] 157 | pub(crate) fn prepare_with(&mut self, sql: &str, cache: bool) -> Prepare<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/connection/mod.rs:179:18 [INFO] [stdout] | [INFO] [stdout] 179 | fn statement(&mut self, statement: impl IntoStatement) -> IntoStatementStruct { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 179 | fn statement(&mut self, statement: impl IntoStatement) -> IntoStatementStruct<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/convert/mod.rs:62:19 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn borrow(&self) -> SqlRef { [INFO] [stdout] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn borrow(&self) -> SqlRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/convert/from_row.rs:74:17 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn read(&mut self) -> Result { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 74 | pub fn read(&mut self) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/internal/worker.rs:316:23 [INFO] [stdout] | [INFO] [stdout] 316 | fn statement_next(&mut self, index: StatementIndex) -> Result<(RowReader, Step)> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 316 | fn statement_next(&mut self, index: StatementIndex) -> Result<(RowReader<'_>, Step)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 26.19s [INFO] running `Command { std: "docker" "inspect" "cb1bb5a49021c8129697a6abdee1998a8a815a4dd5cada1392416ecdac620e61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb1bb5a49021c8129697a6abdee1998a8a815a4dd5cada1392416ecdac620e61", kill_on_drop: false }` [INFO] [stdout] cb1bb5a49021c8129697a6abdee1998a8a815a4dd5cada1392416ecdac620e61 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c1eb5cdf7fde69e39ee8c4dae770fef7e55abd9a92d91efc37726e7f2d554eba [INFO] running `Command { std: "docker" "start" "-a" "c1eb5cdf7fde69e39ee8c4dae770fef7e55abd9a92d91efc37726e7f2d554eba", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/connection/mod.rs:157:32 [INFO] [stderr] | [INFO] [stderr] 157 | pub(crate) fn prepare_with(&mut self, sql: &str, cache: bool) -> Prepare { [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] 157 | pub(crate) fn prepare_with(&mut self, sql: &str, cache: bool) -> Prepare<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/connection/mod.rs:179:18 [INFO] [stderr] | [INFO] [stderr] 179 | fn statement(&mut self, statement: impl IntoStatement) -> IntoStatementStruct { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 179 | fn statement(&mut self, statement: impl IntoStatement) -> IntoStatementStruct<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/convert/mod.rs:62:19 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn borrow(&self) -> SqlRef { [INFO] [stderr] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 62 | pub fn borrow(&self) -> SqlRef<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/convert/from_row.rs:74:17 [INFO] [stderr] | [INFO] [stderr] 74 | pub fn read(&mut self) -> Result { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 74 | pub fn read(&mut self) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/internal/worker.rs:316:23 [INFO] [stderr] | [INFO] [stderr] 316 | fn statement_next(&mut self, index: StatementIndex) -> Result<(RowReader, Step)> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 316 | fn statement_next(&mut self, index: StatementIndex) -> Result<(RowReader<'_>, Step)> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `asqlite` (lib) generated 5 warnings (run `cargo fix --lib -p asqlite` to apply 5 suggestions) [INFO] [stderr] warning: `asqlite` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/asqlite-2db16e8f0c6e6f09) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test macros::params::tests::different_types ... ok [INFO] [stdout] test macros::params::tests::positional ... ok [INFO] [stdout] test macros::params::tests::error ... ok [INFO] [stdout] test utils::hash_deque::tests::clear ... ok [INFO] [stdout] test utils::hash_deque::tests::push_pop ... ok [INFO] [stdout] test utils::hash_deque::tests::remove ... ok [INFO] [stdout] test utils::vec_arena::tests::test ... ok [INFO] [stdout] test macros::params::tests::named ... ok [INFO] [stdout] test macros::params::tests::positional_and_named ... ok [INFO] [stderr] Running tests/blob.rs (/opt/rustwide/target/debug/deps/blob-ee932e9d5c254fd5) [INFO] [stdout] test macros::params::tests::empty ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test read ... ok [INFO] [stdout] test write ... ok [INFO] [stderr] Running tests/file.rs (/opt/rustwide/target/debug/deps/file-81db157b4d1b50e7) [INFO] [stdout] test large ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test busy_handler ... ok [INFO] [stdout] test update_file ... ok [INFO] [stdout] test query_file ... ok [INFO] [stderr] Running tests/in_memory.rs (/opt/rustwide/target/debug/deps/in_memory-eba75b448d9039de) [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test update ... ok [INFO] [stdout] test collation ... ok [INFO] [stdout] test query ... ok [INFO] [stderr] Running tests/rusqlite_compatibility.rs (/opt/rustwide/target/debug/deps/rusqlite_compatibility-cd15e2a85ac0e103) [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test create_with_rusqlite_query_with_asqlite ... ok [INFO] [stderr] Doc-tests asqlite [INFO] [stdout] test create_with_asqlite_query_with_rusqlite ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 22 tests [INFO] [stdout] test src/connection/builder.rs - connection::builder::ConnectionBuilder::open (line 135) - compile ... ok [INFO] [stdout] test src/connection/builder.rs - connection::builder::ConnectionBuilder::open_uri (line 161) - compile ... ok [INFO] [stdout] test src/connection/builder.rs - connection::builder::ConnectionBuilder::shared_cache (line 93) ... ok [INFO] [stdout] test src/connection/builder.rs - connection::builder::ConnectionBuilder::open_memory (line 192) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection (line 30) ... ok [INFO] [stdout] test src/connection/builder.rs - connection::builder::ConnectionBuilder::statement_cache_capacity (line 114) ... ok [INFO] [stdout] test src/connection/builder.rs - connection::builder::ConnectionBuilder::write (line 47) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection::builder (line 86) ... ok [INFO] [stdout] test src/connection/builder.rs - connection::builder::ConnectionBuilder::create (line 70) ... ok [INFO] [stdout] test src/connection/builder.rs - connection::builder::ConnectionBuilder::new (line 19) ... ok [INFO] [stdout] test src/blob.rs - blob::Blob (line 26) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection::query (line 314) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection::execute (line 225) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection::prepare (line 131) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection::prepare_batch (line 192) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection::insert (line 283) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection::execute_batch (line 251) ... ok [INFO] [stdout] test src/macros/params.rs - macros::params::params (line 43) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection::query_first (line 352) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection::open_blob (line 440) ... ok [INFO] [stdout] test src/macros/params.rs - macros::params::params (line 11) ... ok [INFO] [stdout] test src/lib.rs - (line 25) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.27s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c1eb5cdf7fde69e39ee8c4dae770fef7e55abd9a92d91efc37726e7f2d554eba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1eb5cdf7fde69e39ee8c4dae770fef7e55abd9a92d91efc37726e7f2d554eba", kill_on_drop: false }` [INFO] [stdout] c1eb5cdf7fde69e39ee8c4dae770fef7e55abd9a92d91efc37726e7f2d554eba