[INFO] fetching crate sqlx-core 0.8.6...
[INFO] testing sqlx-core-0.8.6 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate sqlx-core 0.8.6 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate sqlx-core 0.8.6
[INFO] finished tweaking crates.io crate sqlx-core 0.8.6
[INFO] tweaked toml for crates.io crate sqlx-core 0.8.6 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate sqlx-core 0.8.6 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 336 packages to latest compatible versions
[INFO] [stderr]       Adding async-io v1.13.0 (available: v2.6.0)
[INFO] [stderr]       Adding bit-vec v0.6.3 (available: v0.8.0)
[INFO] [stderr]       Adding hashbrown v0.15.5 (available: v0.16.0)
[INFO] [stderr]       Adding ipnetwork v0.20.0 (available: v0.21.1)
[INFO] [stderr]       Adding webpki-roots v0.26.11 (available: v1.0.3)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded mac_address v1.1.8
[INFO] [stderr]   Downloaded webpki-roots v1.0.3
[INFO] [stderr]   Downloaded aws-lc-sys v0.32.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 25998ff15d515608a1f026d7d3352c132cfb992e8c228870f996cf5316e961c5
[INFO] running `Command { std: "docker" "start" "-a" "25998ff15d515608a1f026d7d3352c132cfb992e8c228870f996cf5316e961c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "25998ff15d515608a1f026d7d3352c132cfb992e8c228870f996cf5316e961c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25998ff15d515608a1f026d7d3352c132cfb992e8c228870f996cf5316e961c5", kill_on_drop: false }`
[INFO] [stdout] 25998ff15d515608a1f026d7d3352c132cfb992e8c228870f996cf5316e961c5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4223aa678a91ab22d3acd25f96322cde72134cf819badd9fed463883905e02df
[INFO] running `Command { std: "docker" "start" "-a" "4223aa678a91ab22d3acd25f96322cde72134cf819badd9fed463883905e02df", kill_on_drop: false }`
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling sqlx-core v0.8.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/query.rs:501:17
[INFO] [stdout]     |
[INFO] [stdout] 501 |     statement: &'q DB::Statement<'q>,
[INFO] [stdout]     |                 ^^               ^^ these lifetimes flow to the output
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 these lifetimes flow to the output
[INFO] [stdout] 502 | ) -> Query<'q, DB, <DB as Database>::Arguments<'_>>
[INFO] [stdout]     |            --                                  -- the lifetimes get resolved as `'q`
[INFO] [stdout]     |            |
[INFO] [stdout]     |            the lifetimes get resolved as `'q`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to consistently use `'q`
[INFO] [stdout]     |
[INFO] [stdout] 502 - ) -> Query<'q, DB, <DB as Database>::Arguments<'_>>
[INFO] [stdout] 502 + ) -> Query<'q, DB, <DB as Database>::Arguments<'q>>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/query_as.rs:388:17
[INFO] [stdout]     |
[INFO] [stdout] 388 |     statement: &'q DB::Statement<'q>,
[INFO] [stdout]     |                 ^^               ^^ these lifetimes flow to the output
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 these lifetimes flow to the output
[INFO] [stdout] 389 | ) -> QueryAs<'q, DB, O, <DB as Database>::Arguments<'_>>
[INFO] [stdout]     |              -- the lifetimes get resolved as `'q`  -- the lifetimes get resolved as `'q`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'q`
[INFO] [stdout]     |
[INFO] [stdout] 389 - ) -> QueryAs<'q, DB, O, <DB as Database>::Arguments<'_>>
[INFO] [stdout] 389 + ) -> QueryAs<'q, DB, O, <DB as Database>::Arguments<'q>>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/query_scalar.rs:367:17
[INFO] [stdout]     |
[INFO] [stdout] 367 |     statement: &'q DB::Statement<'q>,
[INFO] [stdout]     |                 ^^               ^^ these lifetimes flow to the output
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 these lifetimes flow to the output
[INFO] [stdout] 368 | ) -> QueryScalar<'q, DB, O, <DB as Database>::Arguments<'_>>
[INFO] [stdout]     |                  -- the lifetimes get resolved as `'q`  -- the lifetimes get resolved as `'q`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'q`
[INFO] [stdout]     |
[INFO] [stdout] 368 - ) -> QueryScalar<'q, DB, O, <DB as Database>::Arguments<'_>>
[INFO] [stdout] 368 + ) -> QueryScalar<'q, DB, O, <DB as Database>::Arguments<'q>>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.03s
[INFO] running `Command { std: "docker" "inspect" "4223aa678a91ab22d3acd25f96322cde72134cf819badd9fed463883905e02df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4223aa678a91ab22d3acd25f96322cde72134cf819badd9fed463883905e02df", kill_on_drop: false }`
[INFO] [stdout] 4223aa678a91ab22d3acd25f96322cde72134cf819badd9fed463883905e02df
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c0349790b8fa40475bd9e275393b1b2dc10502e08e0e6cea0c02781f4359ce10
[INFO] running `Command { std: "docker" "start" "-a" "c0349790b8fa40475bd9e275393b1b2dc10502e08e0e6cea0c02781f4359ce10", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling parking_lot v0.12.5
[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 futures-intrusive v0.5.0
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling rsa v0.9.8
[INFO] [stderr]    Compiling sqlx-core v0.8.6 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling sqlx-sqlite v0.8.6
[INFO] [stderr]    Compiling sqlx-mysql v0.8.6
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/query.rs:501:17
[INFO] [stdout]     |
[INFO] [stdout] 501 |     statement: &'q DB::Statement<'q>,
[INFO] [stdout]     |                 ^^               ^^ these lifetimes flow to the output
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 these lifetimes flow to the output
[INFO] [stdout] 502 | ) -> Query<'q, DB, <DB as Database>::Arguments<'_>>
[INFO] [stdout]     |            --                                  -- the lifetimes get resolved as `'q`
[INFO] [stdout]     |            |
[INFO] [stdout]     |            the lifetimes get resolved as `'q`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to consistently use `'q`
[INFO] [stdout]     |
[INFO] [stdout] 502 - ) -> Query<'q, DB, <DB as Database>::Arguments<'_>>
[INFO] [stdout] 502 + ) -> Query<'q, DB, <DB as Database>::Arguments<'q>>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/query_as.rs:388:17
[INFO] [stdout]     |
[INFO] [stdout] 388 |     statement: &'q DB::Statement<'q>,
[INFO] [stdout]     |                 ^^               ^^ these lifetimes flow to the output
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 these lifetimes flow to the output
[INFO] [stdout] 389 | ) -> QueryAs<'q, DB, O, <DB as Database>::Arguments<'_>>
[INFO] [stdout]     |              -- the lifetimes get resolved as `'q`  -- the lifetimes get resolved as `'q`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'q`
[INFO] [stdout]     |
[INFO] [stdout] 389 - ) -> QueryAs<'q, DB, O, <DB as Database>::Arguments<'_>>
[INFO] [stdout] 389 + ) -> QueryAs<'q, DB, O, <DB as Database>::Arguments<'q>>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/query_scalar.rs:367:17
[INFO] [stdout]     |
[INFO] [stdout] 367 |     statement: &'q DB::Statement<'q>,
[INFO] [stdout]     |                 ^^               ^^ these lifetimes flow to the output
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 these lifetimes flow to the output
[INFO] [stdout] 368 | ) -> QueryScalar<'q, DB, O, <DB as Database>::Arguments<'_>>
[INFO] [stdout]     |                  -- the lifetimes get resolved as `'q`  -- the lifetimes get resolved as `'q`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'q`
[INFO] [stdout]     |
[INFO] [stdout] 368 - ) -> QueryScalar<'q, DB, O, <DB as Database>::Arguments<'_>>
[INFO] [stdout] 368 + ) -> QueryScalar<'q, DB, O, <DB as Database>::Arguments<'q>>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/query.rs:501:17
[INFO] [stdout]     |
[INFO] [stdout] 501 |     statement: &'q DB::Statement<'q>,
[INFO] [stdout]     |                 ^^               ^^ these lifetimes flow to the output
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 these lifetimes flow to the output
[INFO] [stdout] 502 | ) -> Query<'q, DB, <DB as Database>::Arguments<'_>>
[INFO] [stdout]     |            --                                  -- the lifetimes get resolved as `'q`
[INFO] [stdout]     |            |
[INFO] [stdout]     |            the lifetimes get resolved as `'q`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to consistently use `'q`
[INFO] [stdout]     |
[INFO] [stdout] 502 - ) -> Query<'q, DB, <DB as Database>::Arguments<'_>>
[INFO] [stdout] 502 + ) -> Query<'q, DB, <DB as Database>::Arguments<'q>>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/query_as.rs:388:17
[INFO] [stdout]     |
[INFO] [stdout] 388 |     statement: &'q DB::Statement<'q>,
[INFO] [stdout]     |                 ^^               ^^ these lifetimes flow to the output
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 these lifetimes flow to the output
[INFO] [stdout] 389 | ) -> QueryAs<'q, DB, O, <DB as Database>::Arguments<'_>>
[INFO] [stdout]     |              -- the lifetimes get resolved as `'q`  -- the lifetimes get resolved as `'q`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'q`
[INFO] [stdout]     |
[INFO] [stdout] 389 - ) -> QueryAs<'q, DB, O, <DB as Database>::Arguments<'_>>
[INFO] [stdout] 389 + ) -> QueryAs<'q, DB, O, <DB as Database>::Arguments<'q>>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/query_scalar.rs:367:17
[INFO] [stdout]     |
[INFO] [stdout] 367 |     statement: &'q DB::Statement<'q>,
[INFO] [stdout]     |                 ^^               ^^ these lifetimes flow to the output
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 these lifetimes flow to the output
[INFO] [stdout] 368 | ) -> QueryScalar<'q, DB, O, <DB as Database>::Arguments<'_>>
[INFO] [stdout]     |                  -- the lifetimes get resolved as `'q`  -- the lifetimes get resolved as `'q`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to consistently use `'q`
[INFO] [stdout]     |
[INFO] [stdout] 368 - ) -> QueryScalar<'q, DB, O, <DB as Database>::Arguments<'_>>
[INFO] [stdout] 368 + ) -> QueryScalar<'q, DB, O, <DB as Database>::Arguments<'q>>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4m 09s
[INFO] running `Command { std: "docker" "inspect" "c0349790b8fa40475bd9e275393b1b2dc10502e08e0e6cea0c02781f4359ce10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0349790b8fa40475bd9e275393b1b2dc10502e08e0e6cea0c02781f4359ce10", kill_on_drop: false }`
[INFO] [stdout] c0349790b8fa40475bd9e275393b1b2dc10502e08e0e6cea0c02781f4359ce10
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 35e866bf62bd93cf8a7560776a469f8dd48b7a260572a04ef10c538cf238cf11
[INFO] running `Command { std: "docker" "start" "-a" "35e866bf62bd93cf8a7560776a469f8dd48b7a260572a04ef10c538cf238cf11", kill_on_drop: false }`
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/query.rs:501:17
[INFO] [stderr]     |
[INFO] [stderr] 501 |     statement: &'q DB::Statement<'q>,
[INFO] [stderr]     |                 ^^               ^^ these lifetimes flow to the output
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 these lifetimes flow to the output
[INFO] [stderr] 502 | ) -> Query<'q, DB, <DB as Database>::Arguments<'_>>
[INFO] [stderr]     |            --                                  -- the lifetimes get resolved as `'q`
[INFO] [stderr]     |            |
[INFO] [stderr]     |            the lifetimes get resolved as `'q`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to consistently use `'q`
[INFO] [stderr]     |
[INFO] [stderr] 502 - ) -> Query<'q, DB, <DB as Database>::Arguments<'_>>
[INFO] [stderr] 502 + ) -> Query<'q, DB, <DB as Database>::Arguments<'q>>
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/query_as.rs:388:17
[INFO] [stderr]     |
[INFO] [stderr] 388 |     statement: &'q DB::Statement<'q>,
[INFO] [stderr]     |                 ^^               ^^ these lifetimes flow to the output
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 these lifetimes flow to the output
[INFO] [stderr] 389 | ) -> QueryAs<'q, DB, O, <DB as Database>::Arguments<'_>>
[INFO] [stderr]     |              -- the lifetimes get resolved as `'q`  -- the lifetimes get resolved as `'q`
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to consistently use `'q`
[INFO] [stderr]     |
[INFO] [stderr] 389 - ) -> QueryAs<'q, DB, O, <DB as Database>::Arguments<'_>>
[INFO] [stderr] 389 + ) -> QueryAs<'q, DB, O, <DB as Database>::Arguments<'q>>
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/query_scalar.rs:367:17
[INFO] [stderr]     |
[INFO] [stderr] 367 |     statement: &'q DB::Statement<'q>,
[INFO] [stderr]     |                 ^^               ^^ these lifetimes flow to the output
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 these lifetimes flow to the output
[INFO] [stderr] 368 | ) -> QueryScalar<'q, DB, O, <DB as Database>::Arguments<'_>>
[INFO] [stderr]     |                  -- the lifetimes get resolved as `'q`  -- the lifetimes get resolved as `'q`
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to consistently use `'q`
[INFO] [stderr]     |
[INFO] [stderr] 368 - ) -> QueryScalar<'q, DB, O, <DB as Database>::Arguments<'_>>
[INFO] [stderr] 368 + ) -> QueryScalar<'q, DB, O, <DB as Database>::Arguments<'q>>
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `sqlx-core` (lib) generated 3 warnings
[INFO] [stderr] warning: `sqlx-core` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sqlx_core-15a1130aa11163fc)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test io::read_buf::test_read_buf_bytes_mut ... ok
[INFO] [stdout] test pool::assert_pool_traits ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests sqlx_core
[INFO] [stdout] 
[INFO] [stdout] running 52 tests
[INFO] [stdout] test src/database.rs - database (line 47) ... ignored
[INFO] [stdout] test src/from_row.rs - from_row::FromRow (line 107) ... ignored
[INFO] [stdout] test src/from_row.rs - from_row::FromRow (line 13) ... ignored
[INFO] [stdout] test src/from_row.rs - from_row::FromRow (line 130) ... ignored
[INFO] [stdout] test src/from_row.rs - from_row::FromRow (line 162) ... ignored
[INFO] [stdout] test src/from_row.rs - from_row::FromRow (line 180) ... ignored
[INFO] [stdout] test src/from_row.rs - from_row::FromRow (line 196) ... ignored
[INFO] [stdout] test src/from_row.rs - from_row::FromRow (line 219) ... ignored
[INFO] [stdout] test src/from_row.rs - from_row::FromRow (line 246) ... ignored
[INFO] [stdout] test src/from_row.rs - from_row::FromRow (line 265) ... ignored
[INFO] [stdout] test src/from_row.rs - from_row::FromRow (line 289) ... ignored
[INFO] [stdout] test src/from_row.rs - from_row::FromRow (line 31) ... ignored
[INFO] [stdout] test src/from_row.rs - from_row::FromRow (line 53) ... ignored
[INFO] [stdout] test src/from_row.rs - from_row::FromRow (line 83) ... ignored
[INFO] [stdout] test src/pool/mod.rs - pool (line 29) ... ignored
[INFO] [stdout] test src/pool/mod.rs - pool (line 38) ... ignored
[INFO] [stdout] test src/pool/mod.rs - pool (line 49) ... ignored
[INFO] [stdout] test src/pool/options.rs - pool::options::PoolOptions (line 19) ... ignored
[INFO] [stdout] test src/pool/options.rs - pool::options::PoolOptions (line 26) ... ignored
[INFO] [stdout] test src/pool/options.rs - pool::options::PoolOptions<DB>::after_connect (line 360) - compile ... ok
[INFO] [stdout] test src/pool/mod.rs - pool::Pool<DB>::close_event (line 463) - compile ... ok
[INFO] [stdout] test src/acquire.rs - acquire::Acquire (line 58) ... ok
[INFO] [stdout] test src/decode.rs - decode::Decode (line 19) ... ok
[INFO] [stdout] test src/acquire.rs - acquire::Acquire (line 16) ... ok
[INFO] [stdout] test src/query.rs - query::query (line 550) - compile ... ok
[INFO] [stdout] test src/pool/options.rs - pool::options::PoolOptions<DB>::after_release (line 466) - compile ... ok
[INFO] [stdout] test src/query.rs - query::query (line 610) - compile ... ok
[INFO] [stdout] test src/connection.rs - connection::Connection::transaction (line 87) ... ok
[INFO] [stdout] test src/query_builder.rs - query_builder::QueryBuilder<'args,DB>::push_tuples (line 355) ... ok
[INFO] [stdout] test src/acquire.rs - acquire::Acquire (line 35) ... ok
[INFO] [stdout] test src/query_as.rs - query_as::query_as (line 292) - compile ... FAILED
[INFO] [stdout] test src/query_scalar.rs - query_scalar::query_scalar (line 255) - compile ... ok
[INFO] [stdout] test src/pool/mod.rs - pool::Pool<DB>::close_event (line 491) - compile ... ok
[INFO] [stdout] test src/query_scalar.rs - query_scalar::query_scalar (line 230) - compile ... ok
[INFO] [stdout] test src/query_builder.rs - query_builder::QueryBuilder<'args,DB>::push_values (line 243) ... ok
[INFO] [stdout] test src/pool/options.rs - pool::options::PoolOptions<DB>::before_acquire (line 414) - compile ... ok
[INFO] [stdout] test src/query_scalar.rs - query_scalar::query_scalar (line 204) - compile ... FAILED
[INFO] [stdout] test src/types/mod.rs - types::Type (line 108) ... ignored
[INFO] [stdout] test src/types/mod.rs - types::Type (line 127) ... ignored
[INFO] [stdout] test src/types/mod.rs - types::Type (line 137) ... ignored
[INFO] [stdout] test src/types/mod.rs - types::Type (line 147) ... ignored
[INFO] [stdout] test src/types/mod.rs - types::Type (line 156) ... ignored
[INFO] [stdout] test src/types/mod.rs - types::Type (line 181) ... ignored
[INFO] [stdout] test src/types/mod.rs - types::Type (line 187) ... ignored
[INFO] [stdout] test src/types/mod.rs - types::Type (line 200) ... ignored
[INFO] [stdout] test src/query_builder.rs - query_builder::QueryBuilder<'args,DB>::separated (line 174) ... ok
[INFO] [stdout] test src/query_scalar.rs - query_scalar::query_scalar (line 273) - compile ... ok
[INFO] [stdout] test src/query_scalar.rs - query_scalar::query_scalar (line 296) - compile ... ok
[INFO] [stdout] test src/query_as.rs - query_as::query_as (line 221) - compile ... FAILED
[INFO] [stdout] test src/types/text.rs - types::text::Text (line 31) - compile ... ok
[INFO] [stdout] test src/raw_sql.rs - raw_sql::raw_sql (line 86) - compile ... ok
[INFO] [stdout] test src/transaction.rs - transaction::Transaction (line 65) - compile ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/query_as.rs - query_as::query_as (line 292) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `time`
[INFO] [stdout]  --> src/query_as.rs:297:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use time::OffsetDateTime;
[INFO] [stdout]   |     ^^^^ help: a similar path exists: `std::time`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/query_scalar.rs - query_scalar::query_scalar (line 204) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `uuid`
[INFO] [stdout]  --> src/query_scalar.rs:207:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use uuid::Uuid;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `uuid`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/query_as.rs - query_as::query_as (line 221) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `time`
[INFO] [stdout]   --> src/query_as.rs:241:32
[INFO] [stdout]    |
[INFO] [stdout] 22 | let oldest_user: (i32, String, time::OffsetDateTime) = sqlx::query_as(
[INFO] [stdout]    |                                ^^^^ use of unresolved module or unlinked crate `time`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `time`, use `cargo add time` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout] 2  + use sqlx::types::time;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `time`
[INFO] [stdout]   --> src/query_as.rs:251:41
[INFO] [stdout]    |
[INFO] [stdout] 32 | let maybe_charlie: Option<(i32, String, time::OffsetDateTime)> = sqlx::query_as(
[INFO] [stdout]    |                                         ^^^^ use of unresolved module or unlinked crate `time`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `time`, use `cargo add time` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout] 2  + use sqlx::types::time;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `time`
[INFO] [stdout]   --> src/query_as.rs:260:30
[INFO] [stdout]    |
[INFO] [stdout] 41 | let users: Vec<(i32, String, time::OffsetDateTime)> = sqlx::query_as(
[INFO] [stdout]    |                              ^^^^ use of unresolved module or unlinked crate `time`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `time`, use `cargo add time` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout] 2  + use sqlx::types::time;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/transaction.rs - transaction::Transaction (line 65) stdout ----
[INFO] [stdout] error[E0599]: no method named `begin` found for struct `PgConnection` in the current scope
[INFO] [stdout]   --> src/transaction.rs:71:19
[INFO] [stdout]    |
[INFO] [stdout] 9  | let mut tx = conn.begin().await?;
[INFO] [stdout]    |                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `begin_with` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/connection.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 | /     fn begin_with(
[INFO] [stdout] 60 | |         &mut self,
[INFO] [stdout] 61 | |         statement: impl Into<Cow<'static, str>>,
[INFO] [stdout] 62 | |     ) -> BoxFuture<'_, Result<Transaction<'_, Self::Database>, Error>>
[INFO] [stdout] 63 | |     where
[INFO] [stdout] 64 | |         Self: Sized,
[INFO] [stdout]    | |____________________^
[INFO] [stdout] help: the following traits which provide `begin` are implemented but not in scope; perhaps you want to import one of them
[INFO] [stdout]    |
[INFO] [stdout] 2  + use crate::sqlx_core::acquire::Acquire;
[INFO] [stdout]    |
[INFO] [stdout] 2  + use crate::sqlx_core::connection::Connection;
[INFO] [stdout]    |
[INFO] [stdout] 2  + use sqlx::Acquire;
[INFO] [stdout]    |
[INFO] [stdout] 2  + use sqlx::Connection;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/query_as.rs - query_as::query_as (line 221)
[INFO] [stdout]     src/query_as.rs - query_as::query_as (line 292)
[INFO] [stdout]     src/query_scalar.rs - query_scalar::query_scalar (line 204)
[INFO] [stdout]     src/transaction.rs - transaction::Transaction (line 65)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 21 passed; 4 failed; 27 ignored; 0 measured; 0 filtered out; finished in 2.04s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "35e866bf62bd93cf8a7560776a469f8dd48b7a260572a04ef10c538cf238cf11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "35e866bf62bd93cf8a7560776a469f8dd48b7a260572a04ef10c538cf238cf11", kill_on_drop: false }`
[INFO] [stdout] 35e866bf62bd93cf8a7560776a469f8dd48b7a260572a04ef10c538cf238cf11
