[INFO] fetching crate codeberg-cli 0.4.3... [INFO] checking codeberg-cli-0.4.3 against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] extracting crate codeberg-cli 0.4.3 into /workspace/builds/worker-1-tc1/source [INFO] validating manifest of crates.io crate codeberg-cli 0.4.3 on toolchain 1f12b9b0fdbe735968ac002792a720f0ba4faca6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-1-tc1/source/rust-toolchain.toml [INFO] started tweaking crates.io crate codeberg-cli 0.4.3 [INFO] finished tweaking crates.io crate codeberg-cli 0.4.3 [INFO] tweaked toml for crates.io crate codeberg-cli 0.4.3 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate crates.io crate codeberg-cli 0.4.3 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" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded newline-converter v0.3.0 [INFO] [stderr] Downloaded soft_assert v0.1.1 [INFO] [stderr] Downloaded webbrowser v1.0.1 [INFO] [stderr] Downloaded clap_complete v4.5.11 [INFO] [stderr] Downloaded comfy-table v7.1.1 [INFO] [stderr] Downloaded forgejo-api v0.3.2 [INFO] [stderr] Downloaded inquire v0.7.5 [INFO] [stderr] Downloaded crossterm v0.25.0 [INFO] [stderr] Downloaded mio v1.0.1 [INFO] [stderr] Downloaded insta v1.39.0 [INFO] [stderr] Downloaded object v0.36.2 [INFO] [stderr] Downloaded libssh2-sys v0.3.0 [INFO] [stderr] Downloaded tokio v1.39.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ce0c53d5f20a6c3361c88af366ad5d864e4ac334d05a629a74ac353a1f175ae3 [INFO] running `Command { std: "docker" "start" "-a" "ce0c53d5f20a6c3361c88af366ad5d864e4ac334d05a629a74ac353a1f175ae3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ce0c53d5f20a6c3361c88af366ad5d864e4ac334d05a629a74ac353a1f175ae3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce0c53d5f20a6c3361c88af366ad5d864e4ac334d05a629a74ac353a1f175ae3", kill_on_drop: false }` [INFO] [stdout] ce0c53d5f20a6c3361c88af366ad5d864e4ac334d05a629a74ac353a1f175ae3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a2e50703c75cbb6854324f96a98561d2eee1398d4737643f55320f150089aae8 [INFO] running `Command { std: "docker" "start" "-a" "a2e50703c75cbb6854324f96a98561d2eee1398d4737643f55320f150089aae8", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Checking bytes v1.6.1 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Checking tower-service v0.3.2 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling cc v1.1.6 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking mio v1.0.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking atomic-waker v1.1.2 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Checking const-random v0.1.18 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Checking tower-layer v0.3.2 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Checking unicode-segmentation v1.11.0 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Checking dlv-list v0.5.2 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking encoding_rs v0.8.34 [INFO] [stderr] Checking hashbrown v0.13.2 [INFO] [stderr] Checking ipnet v2.9.0 [INFO] [stderr] Compiling openssl-sys v0.9.103 [INFO] [stderr] Compiling libz-sys v1.1.18 [INFO] [stderr] Compiling libssh2-sys v0.3.0 [INFO] [stderr] Compiling libgit2-sys v0.17.0+1.8.1 [INFO] [stderr] Compiling portable-atomic v1.7.0 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Checking winnow v0.6.16 [INFO] [stderr] Checking ordered-multimap v0.6.0 [INFO] [stderr] Checking clap_builder v4.5.11 [INFO] [stderr] Checking signal-hook-mio v0.2.3 [INFO] [stderr] Compiling openssl v0.10.66 [INFO] [stderr] Checking rustls-pemfile v1.0.4 [INFO] [stderr] Checking http-body-util v0.1.2 [INFO] [stderr] Checking console v0.15.8 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking rustls-pki-types v1.7.0 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Checking num-conv v0.1.0 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking time-core v0.1.2 [INFO] [stderr] Checking fastrand v2.1.0 [INFO] [stderr] Checking sync_wrapper v0.1.2 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking rustls-pemfile v2.1.2 [INFO] [stderr] Checking crossterm v0.25.0 [INFO] [stderr] Checking rust-ini v0.19.0 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Compiling serde_derive v1.0.204 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Checking tokio v1.39.2 [INFO] [stderr] Compiling clap_derive v4.5.11 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling pest v2.7.11 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking pin-project v1.1.5 [INFO] [stderr] Compiling async-trait v0.1.81 [INFO] [stderr] Checking newline-converter v0.3.0 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Checking convert_case v0.6.0 [INFO] [stderr] Checking fuzzy-matcher v0.3.7 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Compiling pest_meta v2.7.11 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking soft_assert v0.1.1 [INFO] [stderr] Checking base64ct v1.6.0 [INFO] [stderr] Checking home v0.5.9 [INFO] [stderr] Checking sync_wrapper v1.0.1 [INFO] [stderr] Checking unicode-linebreak v0.1.5 [INFO] [stderr] Checking clap v4.5.11 [INFO] [stderr] Checking smawk v0.3.2 [INFO] [stderr] Checking number_prefix v0.4.0 [INFO] [stderr] Checking pathdiff v0.2.1 [INFO] [stderr] Checking dyn-clone v1.0.17 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Checking textwrap v0.16.1 [INFO] [stderr] Checking indicatif v0.17.8 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Compiling pest_generator v2.7.11 [INFO] [stderr] Checking clap_complete v4.5.11 [INFO] [stderr] Compiling derive-new v0.6.0 [INFO] [stderr] Checking dirs v5.0.1 [INFO] [stderr] Checking similar v2.6.0 [INFO] [stderr] Compiling pest_derive v2.7.11 [INFO] [stderr] Checking tokio-util v0.7.11 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking insta v1.39.0 [INFO] [stderr] Checking h2 v0.3.26 [INFO] [stderr] Checking h2 v0.4.5 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Checking url v2.5.2 [INFO] [stderr] Checking serde_spanned v0.6.7 [INFO] [stderr] Checking toml_datetime v0.6.7 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking toml_edit v0.22.17 [INFO] [stderr] Checking deranged v0.3.11 [INFO] [stderr] Checking ron v0.8.1 [INFO] [stderr] Checking hyper v1.4.1 [INFO] [stderr] Checking time v0.3.36 [INFO] [stderr] Checking crossterm v0.27.0 [INFO] [stderr] Checking hyper v0.14.30 [INFO] [stderr] Checking hyper-util v0.1.6 [INFO] [stderr] Checking tempfile v3.10.1 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking json5 v0.4.1 [INFO] [stderr] Checking toml v0.8.16 [INFO] [stderr] Checking comfy-table v7.1.1 [INFO] [stderr] Checking config v0.14.0 [INFO] [stderr] Checking webbrowser v1.0.1 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking inquire v0.7.5 [INFO] [stderr] Checking hyper-tls v0.6.0 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking reqwest v0.12.5 [INFO] [stderr] Checking reqwest v0.11.27 [INFO] [stderr] Checking forgejo-api v0.3.2 [INFO] [stderr] Checking git2 v0.19.0 [INFO] [stderr] Checking codeberg-cli v0.4.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s [INFO] running `Command { std: "docker" "inspect" "a2e50703c75cbb6854324f96a98561d2eee1398d4737643f55320f150089aae8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2e50703c75cbb6854324f96a98561d2eee1398d4737643f55320f150089aae8", kill_on_drop: false }` [INFO] [stdout] a2e50703c75cbb6854324f96a98561d2eee1398d4737643f55320f150089aae8 [INFO] checking codeberg-cli-0.4.3 against try#f9935d29d867449445ee008640ccca1bf1ae0889+rustflags=-Dtail_expr_drop_order for crater-rollup-uwu [INFO] extracting crate codeberg-cli 0.4.3 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate codeberg-cli 0.4.3 on toolchain f9935d29d867449445ee008640ccca1bf1ae0889 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml [INFO] started tweaking crates.io crate codeberg-cli 0.4.3 [INFO] finished tweaking crates.io crate codeberg-cli 0.4.3 [INFO] tweaked toml for crates.io crate codeberg-cli 0.4.3 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate crates.io crate codeberg-cli 0.4.3 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" "+f9935d29d867449445ee008640ccca1bf1ae0889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 706c3e413975e7d0f29082a96e07b1bcfa15e80920f0ab62bf2951b392284413 [INFO] running `Command { std: "docker" "start" "-a" "706c3e413975e7d0f29082a96e07b1bcfa15e80920f0ab62bf2951b392284413", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "706c3e413975e7d0f29082a96e07b1bcfa15e80920f0ab62bf2951b392284413", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "706c3e413975e7d0f29082a96e07b1bcfa15e80920f0ab62bf2951b392284413", kill_on_drop: false }` [INFO] [stdout] 706c3e413975e7d0f29082a96e07b1bcfa15e80920f0ab62bf2951b392284413 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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 -Dtail_expr_drop_order" "-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c19e8fae8751f9f35d4f7b373413cf2dc04adc219e9f0809840a78d8e78e403e [INFO] running `Command { std: "docker" "start" "-a" "c19e8fae8751f9f35d4f7b373413cf2dc04adc219e9f0809840a78d8e78e403e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Checking bytes v1.6.1 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Checking tower-service v0.3.2 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking mio v1.0.1 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Compiling cc v1.1.6 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Checking atomic-waker v1.1.2 [INFO] [stderr] Checking const-random v0.1.18 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Checking unicode-segmentation v1.11.0 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Checking tower-layer v0.3.2 [INFO] [stderr] Checking dlv-list v0.5.2 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking encoding_rs v0.8.34 [INFO] [stderr] Checking hashbrown v0.13.2 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Checking winnow v0.6.16 [INFO] [stderr] Checking ipnet v2.9.0 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Compiling portable-atomic v1.7.0 [INFO] [stderr] Checking clap_builder v4.5.11 [INFO] [stderr] Checking signal-hook-mio v0.2.3 [INFO] [stderr] Compiling openssl-sys v0.9.103 [INFO] [stderr] Compiling libz-sys v1.1.18 [INFO] [stderr] Compiling libssh2-sys v0.3.0 [INFO] [stderr] Compiling libgit2-sys v0.17.0+1.8.1 [INFO] [stderr] Checking ordered-multimap v0.6.0 [INFO] [stderr] Checking rustls-pemfile v1.0.4 [INFO] [stderr] Compiling openssl v0.10.66 [INFO] [stderr] Checking http-body-util v0.1.2 [INFO] [stderr] Checking console v0.15.8 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking time-core v0.1.2 [INFO] [stderr] Checking num-conv v0.1.0 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Checking fastrand v2.1.0 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Checking rustls-pki-types v1.7.0 [INFO] [stderr] Checking sync_wrapper v0.1.2 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking crossterm v0.25.0 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Checking rustls-pemfile v2.1.2 [INFO] [stderr] Checking rust-ini v0.19.0 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Checking fuzzy-matcher v0.3.7 [INFO] [stderr] Checking newline-converter v0.3.0 [INFO] [stderr] Checking convert_case v0.6.0 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking number_prefix v0.4.0 [INFO] [stderr] Checking sync_wrapper v1.0.1 [INFO] [stderr] Checking home v0.5.9 [INFO] [stderr] Checking smawk v0.3.2 [INFO] [stderr] Checking base64ct v1.6.0 [INFO] [stderr] Checking pathdiff v0.2.1 [INFO] [stderr] Checking unicode-linebreak v0.1.5 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Checking dyn-clone v1.0.17 [INFO] [stderr] Checking soft_assert v0.1.1 [INFO] [stderr] Checking indicatif v0.17.8 [INFO] [stderr] Checking textwrap v0.16.1 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Checking dirs v5.0.1 [INFO] [stderr] Checking similar v2.6.0 [INFO] [stderr] Compiling serde_derive v1.0.204 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Checking tokio v1.39.2 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling clap_derive v4.5.11 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling pest v2.7.11 [INFO] [stderr] Checking pin-project v1.1.5 [INFO] [stderr] Compiling async-trait v0.1.81 [INFO] [stderr] Compiling pest_meta v2.7.11 [INFO] [stderr] Compiling derive-new v0.6.0 [INFO] [stderr] Checking insta v1.39.0 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Checking clap v4.5.11 [INFO] [stderr] Checking clap_complete v4.5.11 [INFO] [stderr] Compiling pest_generator v2.7.11 [INFO] [stderr] Compiling pest_derive v2.7.11 [INFO] [stderr] Checking tokio-util v0.7.11 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking h2 v0.3.26 [INFO] [stderr] Checking h2 v0.4.5 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Checking url v2.5.2 [INFO] [stderr] Checking toml_datetime v0.6.7 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking serde_spanned v0.6.7 [INFO] [stderr] Checking deranged v0.3.11 [INFO] [stderr] Checking toml_edit v0.22.17 [INFO] [stderr] Checking ron v0.8.1 [INFO] [stderr] Checking time v0.3.36 [INFO] [stderr] Checking hyper v1.4.1 [INFO] [stderr] Checking crossterm v0.27.0 [INFO] [stderr] Checking tempfile v3.10.1 [INFO] [stderr] Checking toml v0.8.16 [INFO] [stderr] Checking hyper v0.14.30 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking json5 v0.4.1 [INFO] [stderr] Checking hyper-util v0.1.6 [INFO] [stderr] Checking comfy-table v7.1.1 [INFO] [stderr] Checking webbrowser v1.0.1 [INFO] [stderr] Checking config v0.14.0 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking inquire v0.7.5 [INFO] [stderr] Checking hyper-tls v0.6.0 [INFO] [stderr] Checking reqwest v0.12.5 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking reqwest v0.11.27 [INFO] [stderr] Checking forgejo-api v0.3.2 [INFO] [stderr] Checking git2 v0.19.0 [INFO] [stderr] Checking codeberg-cli v0.4.3 (/opt/rustwide/workdir) [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/actions/notification/list.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | #[arg(long, default_values_t = ["Unread", "Pinned"].map(String::from).to_vec())] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/actions/notification/list.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | #[arg(long, default_values_t = ["Unread", "Pinned"].map(String::from).to_vec())] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/actions/repo/info.rs:31:27 [INFO] [stdout] | [INFO] [stdout] 31 | .and_then(|s| parse_owner_and_repo(s).ok()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/render/color.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn mk_color_validator(prompt: Text) -> Text { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 4 | / prompt [INFO] [stdout] 5 | | .with_help_message("(format: #xxxxxx)") [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/types/config.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 86 | let mut config_builder = Config::builder(); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 126 | config_builder.build().map_err(anyhow::Error::from) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/actions/notification/list.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | #[arg(long, default_values_t = ["Unread", "Pinned"].map(String::from).to_vec())] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/actions/notification/list.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | #[arg(long, default_values_t = ["Unread", "Pinned"].map(String::from).to_vec())] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/actions/repo/info.rs:31:27 [INFO] [stdout] | [INFO] [stdout] 31 | .and_then(|s| parse_owner_and_repo(s).ok()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/render/color.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn mk_color_validator(prompt: Text) -> Text { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 4 | / prompt [INFO] [stdout] 5 | | .with_help_message("(format: #xxxxxx)") [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/types/config.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 86 | let mut config_builder = Config::builder(); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 126 | config_builder.build().map_err(anyhow::Error::from) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `codeberg-cli` (lib test) due to 6 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `codeberg-cli` (lib) due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "c19e8fae8751f9f35d4f7b373413cf2dc04adc219e9f0809840a78d8e78e403e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c19e8fae8751f9f35d4f7b373413cf2dc04adc219e9f0809840a78d8e78e403e", kill_on_drop: false }` [INFO] [stdout] c19e8fae8751f9f35d4f7b373413cf2dc04adc219e9f0809840a78d8e78e403e