[INFO] cloning repository https://github.com/PowerPals/monorepo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PowerPals/monorepo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPowerPals%2Fmonorepo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPowerPals%2Fmonorepo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0ef776fbe549728ed7c1454841a42cfbc21a395f [INFO] checking PowerPals/monorepo against try#44e31dee3cf6f37b4f652572897bb0eb25c477ee for pr-139763 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPowerPals%2Fmonorepo" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/PowerPals/monorepo on toolchain 44e31dee3cf6f37b4f652572897bb0eb25c477ee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+44e31dee3cf6f37b4f652572897bb0eb25c477ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/PowerPals/monorepo [INFO] finished tweaking git repo https://github.com/PowerPals/monorepo [INFO] tweaked toml for git repo https://github.com/PowerPals/monorepo written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/PowerPals/monorepo 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" "+44e31dee3cf6f37b4f652572897bb0eb25c477ee" "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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+44e31dee3cf6f37b4f652572897bb0eb25c477ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 57699fbccfe9ca1b411e9714ba5102dc19be449b733a2b97c29397934542eaa9 [INFO] running `Command { std: "docker" "start" "-a" "57699fbccfe9ca1b411e9714ba5102dc19be449b733a2b97c29397934542eaa9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "57699fbccfe9ca1b411e9714ba5102dc19be449b733a2b97c29397934542eaa9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57699fbccfe9ca1b411e9714ba5102dc19be449b733a2b97c29397934542eaa9", kill_on_drop: false }` [INFO] [stdout] 57699fbccfe9ca1b411e9714ba5102dc19be449b733a2b97c29397934542eaa9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+44e31dee3cf6f37b4f652572897bb0eb25c477ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a6b55f0847a3aff1ea5aa8e151a75e21bbdad8e14f8b91fe386f11f6c05f94cb [INFO] running `Command { std: "docker" "start" "-a" "a6b55f0847a3aff1ea5aa8e151a75e21bbdad8e14f8b91fe386f11f6c05f94cb", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Checking bytes v1.10.1 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking smallvec v1.15.0 [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Compiling zerocopy v0.8.24 [INFO] [stderr] Compiling anyhow v1.0.97 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Checking http v1.3.1 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking iana-time-zone v0.1.63 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Checking bitflags v2.9.0 [INFO] [stderr] Compiling pq-sys v0.7.1 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling rustversion v1.0.20 [INFO] [stderr] Checking tower-service v0.3.3 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Checking tower-layer v0.3.3 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking socket2 v0.5.9 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling inventory v0.3.20 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking matchit v0.8.4 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking regex-lite v0.1.6 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Compiling winnow v0.7.4 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking tinyvec v1.9.0 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking unicode-properties v0.1.3 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking cpufeatures v0.2.17 [INFO] [stderr] Checking unicode-bidi v0.3.18 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Checking rand v0.9.0 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking unicode-normalization v0.1.24 [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Compiling figment v0.10.19 [INFO] [stderr] Checking whoami v1.6.0 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking stringprep v0.1.5 [INFO] [stderr] Checking scoped-futures v0.1.4 [INFO] [stderr] Checking postgres-protocol v0.6.8 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking tracing-subscriber v0.3.19 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling diesel_table_macro_syntax v0.2.0 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Checking postgres-types v0.2.9 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling structmeta-derive v0.3.0 [INFO] [stderr] Compiling phf_macros v0.11.3 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Checking tokio v1.44.2 [INFO] [stderr] Checking phf v0.11.3 [INFO] [stderr] Checking tsid v0.3.1 [INFO] [stderr] Compiling structmeta v0.3.0 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling dsl_auto_type v0.1.3 [INFO] [stderr] Checking axum-core v0.5.2 [INFO] [stderr] Compiling diesel_derives v2.2.4 [INFO] [stderr] Checking tokio-util v0.7.14 [INFO] [stderr] Checking hyper v1.6.0 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking tokio-postgres v0.7.13 [INFO] [stderr] Checking bb8 v0.8.6 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking hyper-util v0.1.11 [INFO] [stderr] Checking indexmap v2.9.0 [INFO] [stderr] Checking chrono v0.4.40 [INFO] [stderr] Checking serde_path_to_error v0.1.17 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking serde_spanned v0.6.8 [INFO] [stderr] Checking toml_datetime v0.6.8 [INFO] [stderr] Checking mac_address v1.1.8 [INFO] [stderr] Checking serde_yaml v0.9.34+deprecated [INFO] [stderr] Checking toml_edit v0.22.24 [INFO] [stderr] Checking openapiv3-extended v6.0.0 [INFO] [stderr] Checking axum v0.8.3 [INFO] [stderr] Checking diesel v2.2.9 [INFO] [stderr] Checking toml v0.8.20 [INFO] [stderr] Checking migrations_internals v2.2.0 [INFO] [stderr] Compiling migrations_macros v2.2.0 [INFO] [stderr] Checking oasgen-core v0.25.0 [INFO] [stderr] Compiling oasgen-macro v0.25.0 [INFO] [stderr] Checking oasgen v0.25.0 [INFO] [stderr] Checking prefixed-tsid v0.5.0 [INFO] [stderr] Checking diesel_migrations v2.2.0 [INFO] [stderr] Checking powerpals-macaddr v0.1.0 (/opt/rustwide/workdir/packages/macaddr) [INFO] [stderr] Checking diesel-async v0.5.2 [INFO] [stderr] Checking powerpals-tsid v0.1.0 (/opt/rustwide/workdir/packages/tsid) [INFO] [stderr] Checking powerpals-entities v0.1.0 (/opt/rustwide/workdir/packages/entities) [INFO] [stderr] Checking powerpals-migration v0.1.0 (/opt/rustwide/workdir/packages/migration) [INFO] [stdout] error: lifetime may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-async-0.5.2/src/run_query_dsl/mod.rs:792:5 [INFO] [stdout] | [INFO] [stdout] 773 | impl<'b, Changes, Output, Tab, V> UpdateAndFetchResults [INFO] [stdout] | -- lifetime `'b` defined here [INFO] [stdout] ... [INFO] [stdout] 792 | / { [INFO] [stdout] 793 | | diesel::update(changeset) [INFO] [stdout] 794 | | .set(changeset) [INFO] [stdout] 795 | | .get_result(self) [INFO] [stdout] 796 | | .await [INFO] [stdout] 797 | | } [INFO] [stdout] | |_____^ coercion requires that `'b` must outlive `'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation of `run_query_dsl::methods::LoadQuery` is not general enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-async-0.5.2/src/run_query_dsl/mod.rs:792:5 [INFO] [stdout] | [INFO] [stdout] 792 | / { [INFO] [stdout] 793 | | diesel::update(changeset) [INFO] [stdout] 794 | | .set(changeset) [INFO] [stdout] 795 | | .get_result(self) [INFO] [stdout] 796 | | .await [INFO] [stdout] 797 | | } [INFO] [stdout] | |_____^ implementation of `run_query_dsl::methods::LoadQuery` is not general enough [INFO] [stdout] | [INFO] [stdout] = note: `UpdateStatement::Changeset>` must implement `run_query_dsl::methods::LoadQuery<'0, AsyncPgConnection, Output>`, for any lifetime `'0`... [INFO] [stdout] = note: ...but it actually implements `run_query_dsl::methods::LoadQuery<'1, AsyncPgConnection, Output>`, for some specific lifetime `'1` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `diesel-async` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "a6b55f0847a3aff1ea5aa8e151a75e21bbdad8e14f8b91fe386f11f6c05f94cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6b55f0847a3aff1ea5aa8e151a75e21bbdad8e14f8b91fe386f11f6c05f94cb", kill_on_drop: false }` [INFO] [stdout] a6b55f0847a3aff1ea5aa8e151a75e21bbdad8e14f8b91fe386f11f6c05f94cb