[INFO] fetching crate asqlite 1.2.0... [INFO] testing asqlite-1.2.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate asqlite 1.2.0 into /workspace/builds/worker-7-tc2/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-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate asqlite 1.2.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7aa671bbad2978380cd04246b0317370f046e816399ab69739cb5204c0e74e81 [INFO] running `Command { std: "docker" "start" "-a" "7aa671bbad2978380cd04246b0317370f046e816399ab69739cb5204c0e74e81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7aa671bbad2978380cd04246b0317370f046e816399ab69739cb5204c0e74e81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7aa671bbad2978380cd04246b0317370f046e816399ab69739cb5204c0e74e81", kill_on_drop: false }` [INFO] [stdout] 7aa671bbad2978380cd04246b0317370f046e816399ab69739cb5204c0e74e81 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 46eddca76c84c0625f4048728cca0a2e56406835ab34058f6754e6b0e9eb0250 [INFO] running `Command { std: "docker" "start" "-a" "46eddca76c84c0625f4048728cca0a2e56406835ab34058f6754e6b0e9eb0250", kill_on_drop: false }` [INFO] [stderr] Compiling libsqlite3-sys v0.34.0 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling oneshot v0.1.11 [INFO] [stderr] Compiling rustc-hash v2.1.1 [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.33s [INFO] running `Command { std: "docker" "inspect" "46eddca76c84c0625f4048728cca0a2e56406835ab34058f6754e6b0e9eb0250", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46eddca76c84c0625f4048728cca0a2e56406835ab34058f6754e6b0e9eb0250", kill_on_drop: false }` [INFO] [stdout] 46eddca76c84c0625f4048728cca0a2e56406835ab34058f6754e6b0e9eb0250 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5b8400b033fc3ef9a55134263c4b5755c97801fe6ba97f1bb86c033f5a286e1e [INFO] running `Command { std: "docker" "start" "-a" "5b8400b033fc3ef9a55134263c4b5755c97801fe6ba97f1bb86c033f5a286e1e", kill_on_drop: false }` [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling futures-lite v2.6.0 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [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 tokio-macros v2.5.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling tokio v1.45.1 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stderr] Compiling futures v0.3.31 [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.88s [INFO] running `Command { std: "docker" "inspect" "5b8400b033fc3ef9a55134263c4b5755c97801fe6ba97f1bb86c033f5a286e1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b8400b033fc3ef9a55134263c4b5755c97801fe6ba97f1bb86c033f5a286e1e", kill_on_drop: false }` [INFO] [stdout] 5b8400b033fc3ef9a55134263c4b5755c97801fe6ba97f1bb86c033f5a286e1e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 624f9728148f1cea1d219d3aa0af74c1defbe851839127341fc021b45e223439 [INFO] running `Command { std: "docker" "start" "-a" "624f9728148f1cea1d219d3aa0af74c1defbe851839127341fc021b45e223439", 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.08s [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::empty ... ok [INFO] [stdout] test macros::params::tests::positional ... ok [INFO] [stdout] test utils::hash_deque::tests::remove ... ok [INFO] [stdout] test utils::hash_deque::tests::push_pop ... ok [INFO] [stdout] test macros::params::tests::named ... ok [INFO] [stdout] test utils::vec_arena::tests::test ... ok [INFO] [stdout] test macros::params::tests::positional_and_named ... ok [INFO] [stdout] test macros::params::tests::error ... ok [INFO] [stdout] test utils::hash_deque::tests::clear ... ok [INFO] [stderr] Running tests/blob.rs (/opt/rustwide/target/debug/deps/blob-ee932e9d5c254fd5) [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test write ... ok [INFO] [stdout] test read ... ok [INFO] [stdout] test large ... ok [INFO] [stdout] [INFO] [stderr] Running tests/file.rs (/opt/rustwide/target/debug/deps/file-81db157b4d1b50e7) [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test query_file ... ok [INFO] [stdout] test busy_handler ... ok [INFO] [stderr] Running tests/in_memory.rs (/opt/rustwide/target/debug/deps/in_memory-eba75b448d9039de) [INFO] [stdout] test update_file ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 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 update ... ok [INFO] [stdout] test collation ... ok [INFO] [stdout] test query ... ok [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] [stderr] Running tests/rusqlite_compatibility.rs (/opt/rustwide/target/debug/deps/rusqlite_compatibility-cd15e2a85ac0e103) [INFO] [stdout] running 2 tests [INFO] [stdout] test create_with_rusqlite_query_with_asqlite ... ok [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.02s [INFO] [stdout] [INFO] [stderr] Doc-tests asqlite [INFO] [stdout] [INFO] [stdout] running 22 tests [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::open (line 135) - 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::new (line 19) ... ok [INFO] [stdout] test src/connection/builder.rs - connection::builder::ConnectionBuilder::open_memory (line 192) ... 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::statement_cache_capacity (line 114) ... ok [INFO] [stdout] test src/connection/builder.rs - connection::builder::ConnectionBuilder::write (line 47) ... ok [INFO] [stdout] test src/blob.rs - blob::Blob (line 26) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection (line 30) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection::execute_batch (line 251) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection::insert (line 283) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection::prepare_batch (line 192) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection::query (line 314) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection::builder (line 86) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection::open_blob (line 440) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection::execute (line 225) ... ok [INFO] [stdout] test src/macros/params.rs - macros::params::params (line 11) ... 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/lib.rs - (line 25) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection::prepare (line 131) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.93s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "624f9728148f1cea1d219d3aa0af74c1defbe851839127341fc021b45e223439", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "624f9728148f1cea1d219d3aa0af74c1defbe851839127341fc021b45e223439", kill_on_drop: false }` [INFO] [stdout] 624f9728148f1cea1d219d3aa0af74c1defbe851839127341fc021b45e223439