[INFO] fetching crate asqlite 1.2.0... [INFO] testing asqlite-1.2.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [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 b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f0ec4d52eee8d3230d2f047eaa31c2371717cb24ef7c5e7635c1278443c0a91e [INFO] running `Command { std: "docker" "start" "-a" "f0ec4d52eee8d3230d2f047eaa31c2371717cb24ef7c5e7635c1278443c0a91e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f0ec4d52eee8d3230d2f047eaa31c2371717cb24ef7c5e7635c1278443c0a91e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0ec4d52eee8d3230d2f047eaa31c2371717cb24ef7c5e7635c1278443c0a91e", kill_on_drop: false }` [INFO] [stdout] f0ec4d52eee8d3230d2f047eaa31c2371717cb24ef7c5e7635c1278443c0a91e [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d6d1246d9c9759d7a1f385a7ebfdee62719454d8be475739a5ae41271302888f [INFO] running `Command { std: "docker" "start" "-a" "d6d1246d9c9759d7a1f385a7ebfdee62719454d8be475739a5ae41271302888f", 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 4.05s [INFO] running `Command { std: "docker" "inspect" "d6d1246d9c9759d7a1f385a7ebfdee62719454d8be475739a5ae41271302888f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6d1246d9c9759d7a1f385a7ebfdee62719454d8be475739a5ae41271302888f", kill_on_drop: false }` [INFO] [stdout] d6d1246d9c9759d7a1f385a7ebfdee62719454d8be475739a5ae41271302888f [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 97a3b40d7f905b6f0ebfc91dfde0a645ae11981c51df034a9b8a3ea76f584300 [INFO] running `Command { std: "docker" "start" "-a" "97a3b40d7f905b6f0ebfc91dfde0a645ae11981c51df034a9b8a3ea76f584300", 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 bitflags v2.9.1 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling futures-lite v2.6.0 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling smallvec v1.15.1 [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 async-stream v0.3.6 [INFO] [stderr] Compiling tokio v1.45.1 [INFO] [stderr] Compiling futures-util v0.3.31 [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 24.98s [INFO] running `Command { std: "docker" "inspect" "97a3b40d7f905b6f0ebfc91dfde0a645ae11981c51df034a9b8a3ea76f584300", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97a3b40d7f905b6f0ebfc91dfde0a645ae11981c51df034a9b8a3ea76f584300", kill_on_drop: false }` [INFO] [stdout] 97a3b40d7f905b6f0ebfc91dfde0a645ae11981c51df034a9b8a3ea76f584300 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cc04a4cfef1896798655e68bcbba2569b65cc8299c3ca2f87c57acf227ddc593 [INFO] running `Command { std: "docker" "start" "-a" "cc04a4cfef1896798655e68bcbba2569b65cc8299c3ca2f87c57acf227ddc593", 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.10s [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 utils::hash_deque::tests::push_pop ... ok [INFO] [stdout] test utils::hash_deque::tests::remove ... ok [INFO] [stdout] test macros::params::tests::positional_and_named ... ok [INFO] [stdout] test macros::params::tests::error ... ok [INFO] [stdout] test macros::params::tests::named ... ok [INFO] [stdout] test macros::params::tests::positional ... ok [INFO] [stdout] test utils::vec_arena::tests::test ... ok [INFO] [stdout] test utils::hash_deque::tests::clear ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/blob.rs (/opt/rustwide/target/debug/deps/blob-ee932e9d5c254fd5) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test read ... ok [INFO] [stdout] test write ... ok [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.08s [INFO] [stdout] [INFO] [stderr] Running tests/file.rs (/opt/rustwide/target/debug/deps/file-81db157b4d1b50e7) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test busy_handler ... ok [INFO] [stdout] test query_file ... 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.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] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/rusqlite_compatibility.rs (/opt/rustwide/target/debug/deps/rusqlite_compatibility-cd15e2a85ac0e103) [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.02s [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::new (line 19) ... 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::create (line 70) ... 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::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::execute_batch (line 251) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection::builder (line 86) ... ok [INFO] [stdout] test src/connection/builder.rs - connection::builder::ConnectionBuilder::shared_cache (line 93) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection::execute (line 225) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection (line 30) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection::prepare (line 131) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection::insert (line 283) ... ok [INFO] [stdout] test src/blob.rs - blob::Blob (line 26) ... 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/macros/params.rs - macros::params::params (line 43) ... 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_first (line 352) ... ok [INFO] [stdout] test src/connection/mod.rs - connection::Connection::query (line 314) ... 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 4.13s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "cc04a4cfef1896798655e68bcbba2569b65cc8299c3ca2f87c57acf227ddc593", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc04a4cfef1896798655e68bcbba2569b65cc8299c3ca2f87c57acf227ddc593", kill_on_drop: false }` [INFO] [stdout] cc04a4cfef1896798655e68bcbba2569b65cc8299c3ca2f87c57acf227ddc593