[INFO] updating cached repository https://github.com/felafax/felafax-gateway [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e13dfd9a86788fe2f521d6951de25c8521ec53a5 [INFO] checking felafax/felafax-gateway/e13dfd9a86788fe2f521d6951de25c8521ec53a5 against try#65132f36b923285d5da381c2fbafee6ce899e841 for pr-132712-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffelafax%2Ffelafax-gateway" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/felafax/felafax-gateway on toolchain 65132f36b923285d5da381c2fbafee6ce899e841 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65132f36b923285d5da381c2fbafee6ce899e841" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/felafax/felafax-gateway [INFO] finished tweaking git repo https://github.com/felafax/felafax-gateway [INFO] tweaked toml for git repo https://github.com/felafax/felafax-gateway written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/felafax/felafax-gateway 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" "+65132f36b923285d5da381c2fbafee6ce899e841" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+65132f36b923285d5da381c2fbafee6ce899e841" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dca608067e356a1a399be15abb62affb9917a4c250405d58d8125bf9ef809fca [INFO] running `Command { std: "docker" "start" "-a" "dca608067e356a1a399be15abb62affb9917a4c250405d58d8125bf9ef809fca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dca608067e356a1a399be15abb62affb9917a4c250405d58d8125bf9ef809fca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dca608067e356a1a399be15abb62affb9917a4c250405d58d8125bf9ef809fca", kill_on_drop: false }` [INFO] [stdout] dca608067e356a1a399be15abb62affb9917a4c250405d58d8125bf9ef809fca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+65132f36b923285d5da381c2fbafee6ce899e841" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 42f7e64055a5c862b72100c20f2e301837766b35b33182f700baaf258decd5de [INFO] running `Command { std: "docker" "start" "-a" "42f7e64055a5c862b72100c20f2e301837766b35b33182f700baaf258decd5de", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Migrating Cargo.toml from 2021 edition to 2024 [INFO] [stderr] Checking felafax-proxy v0.1.0 (/tmp/fixit) [INFO] [stderr] Migrating src/main.rs from 2021 edition to 2024 [INFO] [stderr] Fixed src/handlers/experiment.rs (3 fixes) [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/firestore.rs:214:5 [INFO] [stdout] | [INFO] [stdout] 214 | pub async fn insert_request_log(&self, request_logs: &request_logs::RequestLog) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `for<'de> !: Deserialize<'de>` will fail [INFO] [stdout] --> src/firestore.rs:226:14 [INFO] [stdout] | [INFO] [stdout] 226 | .execute() [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: `--force-warn dependency-on-unit-never-type-fallback` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Fixed src/handlers/openai_proxy.rs (1 fix) [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/firestore.rs:214:5 [INFO] [stdout] | [INFO] [stdout] 214 | pub async fn insert_request_log(&self, request_logs: &request_logs::RequestLog) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `for<'de> !: Deserialize<'de>` will fail [INFO] [stdout] --> src/firestore.rs:226:14 [INFO] [stdout] | [INFO] [stdout] 226 | .execute() [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: `--force-warn dependency-on-unit-never-type-fallback` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.01s [INFO] [stderr] Running `cargo check` to verify 2024 [INFO] [stderr] Checking felafax-proxy v0.1.0 (/tmp/fixit) [INFO] [stdout] error[E0277]: the trait bound `for<'de> !: Deserialize<'de>` is not satisfied [INFO] [stdout] --> src/firestore.rs:226:14 [INFO] [stdout] | [INFO] [stdout] 226 | .execute() [INFO] [stdout] | ^^^^^^^ the trait `for<'de> Deserialize<'de>` is not implemented for `!` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `Deserialize<'de>`: [INFO] [stdout] &'a [u8] [INFO] [stdout] &'a serde_json::value::RawValue [INFO] [stdout] &'a std::path::Path [INFO] [stdout] &'a str [INFO] [stdout] () [INFO] [stdout] (T,) [INFO] [stdout] (T0, T1) [INFO] [stdout] (T0, T1, T2) [INFO] [stdout] and 464 others [INFO] [stdout] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #48950 for more information) [INFO] [stdout] = help: did you intend to use the type `()` here instead? [INFO] [stdout] note: required by a bound in `FirestoreInsertObjExecuteBuilder::<'a, D, T>::execute` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/firestore-0.42.0/src/fluent_api/insert_builder.rs:248:21 [INFO] [stdout] | [INFO] [stdout] 246 | pub async fn execute(self) -> FirestoreResult [INFO] [stdout] | ------- required by a bound in this associated function [INFO] [stdout] 247 | where [INFO] [stdout] 248 | for<'de> O: Deserialize<'de>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ required by this bound in `FirestoreInsertObjExecuteBuilder::<'a, D, T>::execute` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `for<'de> !: Deserialize<'de>` is not satisfied [INFO] [stdout] --> src/firestore.rs:220:9 [INFO] [stdout] | [INFO] [stdout] 220 | / db.fluent() [INFO] [stdout] 221 | | .insert() [INFO] [stdout] 222 | | .into("request_logs") // This is now the name of the subcollection [INFO] [stdout] 223 | | .document_id(&request_logs.request_id) [INFO] [stdout] 224 | | .parent(&customer_doc_ref) [INFO] [stdout] 225 | | .object(request_logs) [INFO] [stdout] 226 | | .execute() [INFO] [stdout] | |______________________^ the trait `for<'de> Deserialize<'de>` is not implemented for `!` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `Deserialize<'de>`: [INFO] [stdout] &'a [u8] [INFO] [stdout] &'a serde_json::value::RawValue [INFO] [stdout] &'a std::path::Path [INFO] [stdout] &'a str [INFO] [stdout] () [INFO] [stdout] (T,) [INFO] [stdout] (T0, T1) [INFO] [stdout] (T0, T1, T2) [INFO] [stdout] and 464 others [INFO] [stdout] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #48950 for more information) [INFO] [stdout] = help: did you intend to use the type `()` here instead? [INFO] [stdout] note: required by a bound in `FirestoreInsertObjExecuteBuilder::<'a, D, T>::execute` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/firestore-0.42.0/src/fluent_api/insert_builder.rs:248:21 [INFO] [stdout] | [INFO] [stdout] 246 | pub async fn execute(self) -> FirestoreResult [INFO] [stdout] | ------- required by a bound in this associated function [INFO] [stdout] 247 | where [INFO] [stdout] 248 | for<'de> O: Deserialize<'de>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ required by this bound in `FirestoreInsertObjExecuteBuilder::<'a, D, T>::execute` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `for<'de> !: Deserialize<'de>` is not satisfied [INFO] [stdout] --> src/firestore.rs:226:14 [INFO] [stdout] | [INFO] [stdout] 226 | .execute() [INFO] [stdout] | ^^^^^^^ the trait `for<'de> Deserialize<'de>` is not implemented for `!` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `Deserialize<'de>`: [INFO] [stdout] &'a [u8] [INFO] [stdout] &'a serde_json::value::RawValue [INFO] [stdout] &'a std::path::Path [INFO] [stdout] &'a str [INFO] [stdout] () [INFO] [stdout] (T,) [INFO] [stdout] (T0, T1) [INFO] [stdout] (T0, T1, T2) [INFO] [stdout] and 464 others [INFO] [stdout] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #48950 for more information) [INFO] [stdout] = help: did you intend to use the type `()` here instead? [INFO] [stdout] note: required by a bound in `FirestoreInsertObjExecuteBuilder::<'a, D, T>::execute` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/firestore-0.42.0/src/fluent_api/insert_builder.rs:248:21 [INFO] [stdout] | [INFO] [stdout] 246 | pub async fn execute(self) -> FirestoreResult [INFO] [stdout] | ------- required by a bound in this associated function [INFO] [stdout] 247 | where [INFO] [stdout] 248 | for<'de> O: Deserialize<'de>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ required by this bound in `FirestoreInsertObjExecuteBuilder::<'a, D, T>::execute` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `for<'de> !: Deserialize<'de>` is not satisfied [INFO] [stdout] --> src/firestore.rs:220:9 [INFO] [stdout] | [INFO] [stdout] 220 | / db.fluent() [INFO] [stdout] 221 | | .insert() [INFO] [stdout] 222 | | .into("request_logs") // This is now the name of the subcollection [INFO] [stdout] 223 | | .document_id(&request_logs.request_id) [INFO] [stdout] 224 | | .parent(&customer_doc_ref) [INFO] [stdout] 225 | | .object(request_logs) [INFO] [stdout] 226 | | .execute() [INFO] [stdout] | |______________________^ the trait `for<'de> Deserialize<'de>` is not implemented for `!` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `Deserialize<'de>`: [INFO] [stdout] &'a [u8] [INFO] [stdout] &'a serde_json::value::RawValue [INFO] [stdout] &'a std::path::Path [INFO] [stdout] &'a str [INFO] [stdout] () [INFO] [stdout] (T,) [INFO] [stdout] (T0, T1) [INFO] [stdout] (T0, T1, T2) [INFO] [stdout] and 464 others [INFO] [stdout] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #48950 for more information) [INFO] [stdout] = help: did you intend to use the type `()` here instead? [INFO] [stdout] note: required by a bound in `FirestoreInsertObjExecuteBuilder::<'a, D, T>::execute` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/firestore-0.42.0/src/fluent_api/insert_builder.rs:248:21 [INFO] [stdout] | [INFO] [stdout] 246 | pub async fn execute(self) -> FirestoreResult [INFO] [stdout] | ------- required by a bound in this associated function [INFO] [stdout] 247 | where [INFO] [stdout] 248 | for<'de> O: Deserialize<'de>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ required by this bound in `FirestoreInsertObjExecuteBuilder::<'a, D, T>::execute` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `felafax-proxy` (bin "felafax-proxy" test) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `felafax-proxy` (bin "felafax-proxy") due to 2 previous errors [INFO] [stderr] error: failed to check after updating to 2024 [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo check --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "42f7e64055a5c862b72100c20f2e301837766b35b33182f700baaf258decd5de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42f7e64055a5c862b72100c20f2e301837766b35b33182f700baaf258decd5de", kill_on_drop: false }` [INFO] [stdout] 42f7e64055a5c862b72100c20f2e301837766b35b33182f700baaf258decd5de