[INFO] cloning repository https://github.com/sam-harri/pgrestify
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sam-harri/pgrestify" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsam-harri%2Fpgrestify", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsam-harri%2Fpgrestify'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c65850db7f12028cf88538b616b6afa8a4c80611
[INFO] checking sam-harri/pgrestify against try#6713fa75964eb229409a9c6f6f5c418423e313ff for pr-133502-22
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsam-harri%2Fpgrestify" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sam-harri/pgrestify
[INFO] finished tweaking git repo https://github.com/sam-harri/pgrestify
[INFO] tweaked toml for git repo https://github.com/sam-harri/pgrestify written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sam-harri/pgrestify on toolchain 6713fa75964eb229409a9c6f6f5c418423e313ff
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sam-harri/pgrestify 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" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fa0062038cccca1883ab40fb06cf331b564ca321276bc2ee038a72b89eba7c89
[INFO] running `Command { std: "docker" "start" "-a" "fa0062038cccca1883ab40fb06cf331b564ca321276bc2ee038a72b89eba7c89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa0062038cccca1883ab40fb06cf331b564ca321276bc2ee038a72b89eba7c89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa0062038cccca1883ab40fb06cf331b564ca321276bc2ee038a72b89eba7c89", kill_on_drop: false }`
[INFO] [stdout] fa0062038cccca1883ab40fb06cf331b564ca321276bc2ee038a72b89eba7c89
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7d7342416b95251a63235f0f4e0b4e4f7e9b818ca0d268823c8b5206219fc55b
[INFO] running `Command { std: "docker" "start" "-a" "7d7342416b95251a63235f0f4e0b4e4f7e9b818ca0d268823c8b5206219fc55b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling find-msvc-tools v0.1.3
[INFO] [stderr]     Checking cfg-if v1.0.3
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.104
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling cc v1.2.40
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking hashbrown v0.16.0
[INFO] [stderr]     Checking bitflags v2.9.4
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling wasm-bindgen v0.2.104
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking dotenv v0.15.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking indexmap v2.11.4
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling psm v0.1.27
[INFO] [stderr]    Compiling stacker v0.1.22
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.104
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling recursive-proc-macro-impl v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.104
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]     Checking recursive v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking sqlparser v0.59.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.104
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking js-sys v0.3.81
[INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `OneOrManyWithParensIntoIter<T>: FusedIterator`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.59.0/src/ast/mod.rs:1327:39
[INFO] [stdout]      |
[INFO] [stdout] 1327 | impl<T> core::iter::FusedIterator for OneOrManyWithParensIntoIter<T>
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `OneOrManyWithParensIntoIter<T>: FusedIterator` found
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.59.0/src/ast/mod.rs:1327:1
[INFO] [stdout]      |
[INFO] [stdout] 1327 | / impl<T> core::iter::FusedIterator for OneOrManyWithParensIntoIter<T>
[INFO] [stdout] 1328 | | where
[INFO] [stdout] 1329 | |     core::iter::Once<T>: core::iter::FusedIterator,
[INFO] [stdout] 1330 | |     <Vec<T> as IntoIterator>::IntoIter: core::iter::FusedIterator,
[INFO] [stdout]      | |_________________________________________^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `OneOrManyWithParensIntoIter<T>: ExactSizeIterator`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.59.0/src/ast/mod.rs:1334:43
[INFO] [stdout]      |
[INFO] [stdout] 1334 | impl<T> core::iter::ExactSizeIterator for OneOrManyWithParensIntoIter<T>
[INFO] [stdout]      |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `OneOrManyWithParensIntoIter<T>: ExactSizeIterator` found
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.59.0/src/ast/mod.rs:1334:1
[INFO] [stdout]      |
[INFO] [stdout] 1334 | / impl<T> core::iter::ExactSizeIterator for OneOrManyWithParensIntoIter<T>
[INFO] [stdout] 1335 | | where
[INFO] [stdout] 1336 | |     core::iter::Once<T>: core::iter::ExactSizeIterator,
[INFO] [stdout] 1337 | |     <Vec<T> as IntoIterator>::IntoIter: core::iter::ExactSizeIterator,
[INFO] [stdout]      | |_________________________________________^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.3
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stdout] For more information about this error, try `rustc --explain E0283`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sqlparser` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "7d7342416b95251a63235f0f4e0b4e4f7e9b818ca0d268823c8b5206219fc55b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d7342416b95251a63235f0f4e0b4e4f7e9b818ca0d268823c8b5206219fc55b", kill_on_drop: false }`
[INFO] [stdout] 7d7342416b95251a63235f0f4e0b4e4f7e9b818ca0d268823c8b5206219fc55b
