[INFO] cloning repository https://github.com/sjtug/rsync-sjtug
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sjtug/rsync-sjtug" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsjtug%2Frsync-sjtug", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsjtug%2Frsync-sjtug'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d5245967a24053d0330dcd52d74215caff9d7b57
[INFO] checking sjtug/rsync-sjtug against 416264364aa47959f5827723e1d7dabc95d0744b for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsjtug%2Frsync-sjtug" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sjtug/rsync-sjtug
[INFO] finished tweaking git repo https://github.com/sjtug/rsync-sjtug
[INFO] tweaked toml for git repo https://github.com/sjtug/rsync-sjtug written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sjtug/rsync-sjtug on toolchain 416264364aa47959f5827723e1d7dabc95d0744b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sjtug/rsync-sjtug 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" "+416264364aa47959f5827723e1d7dabc95d0744b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused field `version` in `workspace.package`
[INFO] [stderr]   --> Cargo.toml:24:1
[INFO] [stderr]    |
[INFO] [stderr] 24 | version = "0.1.0"
[INFO] [stderr]    | ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.version`
[INFO] [stderr] warning: workspace (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f6e6a3cf545db5926cc639a4888210b8ac7cd41039ecee97eb3698becadce13a
[INFO] running `Command { std: "docker" "start" "f6e6a3cf545db5926cc639a4888210b8ac7cd41039ecee97eb3698becadce13a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f6e6a3cf545db5926cc639a4888210b8ac7cd41039ecee97eb3698becadce13a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f6e6a3cf545db5926cc639a4888210b8ac7cd41039ecee97eb3698becadce13a" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f6e6a3cf545db5926cc639a4888210b8ac7cd41039ecee97eb3698becadce13a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f6e6a3cf545db5926cc639a4888210b8ac7cd41039ecee97eb3698becadce13a" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: unused field `version` in `workspace.package`
[INFO] [stderr]   --> Cargo.toml:24:1
[INFO] [stderr]    |
[INFO] [stderr] 24 | version = "0.1.0"
[INFO] [stderr]    | ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.version`
[INFO] [stderr] warning: workspace (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking log v0.4.32
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling cc v1.2.64
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]    Compiling rkyv v0.7.46
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]     Checking cmov v0.5.4
[INFO] [stderr]    Compiling bigdecimal v0.4.10
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking ctutils v0.4.2
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling hybrid-array v0.4.12
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling rand_core v0.10.1
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling seahash v4.1.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling block-buffer v0.12.1
[INFO] [stderr]    Compiling crypto-common v0.2.2
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling hashlink v0.11.1
[INFO] [stderr]    Compiling chacha20 v0.10.0
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling bytestring v1.5.1
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling rand v0.10.1
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]    Compiling hmac v0.13.0
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling md-5 v0.11.0
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling hkdf v0.13.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling whoami v2.1.2
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking rapidhash v4.4.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking tinyvec v1.11.0
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking metrics v0.24.6
[INFO] [stderr]     Checking regex-lite v0.1.9
[INFO] [stderr]     Checking crc-catalog v2.5.0
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking crc v3.4.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling crc32c v0.6.8
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]     Checking rust-ini v0.21.3
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]     Checking rand_xoshiro v0.7.0
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking ordered-float v5.3.0
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking sketches-ddsketch v0.3.1
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking bytesize v2.4.0
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking indenter v0.3.4
[INFO] [stderr]     Checking rustc-demangle v0.1.27
[INFO] [stderr]     Checking quanta v0.12.6
[INFO] [stderr]    Compiling ptr_meta_derive v0.1.4
[INFO] [stderr]    Compiling rkyv_derive v0.7.46
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.49
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]     Checking lockfree-object-pool v0.1.6
[INFO] [stderr]    Compiling ptr_meta v0.1.4
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking url-escape v0.1.1
[INFO] [stderr]    Compiling time-macros v0.2.29
[INFO] [stderr]    Compiling ignore v0.4.26
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling target-features v0.1.6
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling zeroize_derive v1.5.0
[INFO] [stderr]    Compiling derive_arbitrary v1.4.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]     Checking webpki-roots v1.0.8
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]    Compiling doku-derive v0.21.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling proptest-derive v0.5.1
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking uuid v1.23.3
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]    Compiling derive-where v1.6.1
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking mimalloc v0.1.52
[INFO] [stderr]     Checking time v0.3.49
[INFO] [stderr]     Checking sha1 v0.11.0
[INFO] [stderr]    Compiling arc-swap v1.9.1
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]    Compiling sailfish-compiler v0.9.1
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling quote-use-macros v0.7.2
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]    Compiling actix-router v0.5.4
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking quick-xml v0.37.5
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking quick-xml v0.36.2
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking doku v0.21.1
[INFO] [stderr]     Checking metrics-util v0.20.4
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling proc-macro-utils v0.8.0
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]    Compiling quote-use v0.7.2
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking language-tags v0.3.2
[INFO] [stderr]     Checking tracing-error v0.2.1
[INFO] [stderr]     Checking metrics-tracing-context v0.18.1
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling attribute-derive-macro v0.6.1
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]     Checking color-eyre v0.6.5
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking cookie v0.16.2
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling triomphe v0.1.15
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling structmeta-derive v0.3.0
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling filetime v0.2.29
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking impl-more v0.1.9
[INFO] [stderr]    Compiling base62 v2.2.4
[INFO] [stderr]    Compiling normpath v1.5.1
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]    Compiling attribute-derive v0.6.1
[INFO] [stderr]     Checking indicatif v0.17.11
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]    Compiling rust-i18n v3.1.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling structmeta v0.3.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling rstest_macros v0.25.0
[INFO] [stderr]     Checking left-right v0.11.7
[INFO] [stderr]    Compiling sailfish v0.9.1
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]    Compiling metrics-exporter-prometheus v0.18.3
[INFO] [stderr]     Checking inlinable_string v0.1.15
[INFO] [stderr]     Checking hashbag v0.1.13
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]    Compiling sailfish-macros v0.9.1
[INFO] [stderr]     Checking evmap v11.0.0
[INFO] [stderr]     Checking pear v0.2.9
[INFO] [stderr]    Compiling derive-ex v0.1.8
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]     Checking rust-i18n-support v3.1.5
[INFO] [stderr]    Compiling multiversion-macros v0.8.0
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]    Compiling get-size-derive v0.1.3
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling actix-web-lab-derive v0.24.0
[INFO] [stderr]    Compiling lazy-regex-proc_macros v3.6.0
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking serde_html_form v0.2.8
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking mutually_exclusive_features v0.1.0
[INFO] [stderr]    Compiling rsync-fetcher v0.1.0 (/opt/rustwide/workdir/rsync-fetcher)
[INFO] [stderr]    Compiling rsync-gc v0.1.0 (/opt/rustwide/workdir/rsync-gc)
[INFO] [stderr]     Checking tagptr v0.2.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking backon v1.6.0
[INFO] [stderr]     Checking actix-rt v2.11.0
[INFO] [stderr]    Compiling rsync-gateway v0.1.0 (/opt/rustwide/workdir/rsync-gateway)
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]     Checking itoap v1.0.1
[INFO] [stderr]     Checking multiversion v0.8.0
[INFO] [stderr]     Checking actix-server v2.6.0
[INFO] [stderr]     Checking lazy-regex v3.6.0
[INFO] [stderr]     Checking tokio-socks v0.5.3
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking get-size v0.1.4
[INFO] [stderr]     Checking dashmap v6.2.1
[INFO] [stderr]     Checking h2 v0.4.15
[INFO] [stderr]     Checking stubborn-io v0.3.6
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]    Compiling rust-i18n-macro v3.1.5
[INFO] [stderr]     Checking moka v0.12.15
[INFO] [stderr]    Compiling test-strategy v0.4.5
[INFO] [stderr]     Checking scan_fmt v0.2.6
[INFO] [stderr]     Checking md4 v0.10.2
[INFO] [stderr]     Checking futures-timer v3.0.4
[INFO] [stderr]     Checking line-span v0.1.5
[INFO] [stderr]     Checking clean-path v0.2.1
[INFO] [stderr]     Checking unix_mode v0.1.4
[INFO] [stderr]     Checking array-init v2.1.0
[INFO] [stderr]     Checking proptest-arbitrary-interop v0.1.0
[INFO] [stderr]     Checking maplit v1.0.2
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking rstest v0.25.0
[INFO] [stderr]     Checking actix-http v3.12.1
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking actix-web v4.13.0
[INFO] [stderr]     Checking tracing-actix-web v0.7.21
[INFO] [stderr]     Checking actix-web-lab v0.24.3
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking sqlx-core v0.9.0
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking reqsign v0.16.5
[INFO] [stderr]     Checking opendal v0.52.0
[INFO] [stderr]     Checking sqlx-postgres v0.9.0
[INFO] [stderr]    Compiling sqlx-macros-core v0.9.0
[INFO] [stderr]    Compiling workspace-hack v0.1.0 (/opt/rustwide/workdir/workspace-hack)
[INFO] [stderr]    Compiling sqlx-macros v0.9.0
[INFO] [stderr]     Checking sqlx v0.9.0
[INFO] [stderr]     Checking rsync-core v0.1.0 (/opt/rustwide/workdir/rsync-core)
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rsync-core/src/logging/opts.rs:99:13
[INFO] [stdout]    |
[INFO] [stdout] 99 |             bail!("invalid log target: {}", s)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: `#[warn(semicolon_in_expressions_from_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rsync-core/src/logging/opts.rs:99:13
[INFO] [stdout]    |
[INFO] [stdout] 99 |             bail!("invalid log target: {}", s)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: `#[warn(semicolon_in_expressions_from_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rsync-core/src/pg_lock.rs:79:13
[INFO] [stdout]    |
[INFO] [stdout] 79 |             bail!("lock is not acquired by current session")
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rsync-core/src/pg_lock.rs:79:13
[INFO] [stdout]    |
[INFO] [stdout] 79 |             bail!("lock is not acquired by current session")
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> rsync-fetcher/src/rsync/downloader.rs:163:27
[INFO] [stdout]     |
[INFO] [stdout] 163 |                 Err(e) => bail!(e),
[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 a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rsync-gateway/src/listener.rs:87:13
[INFO] [stdout]    |
[INFO] [stdout] 87 |             bail!("listener already started")
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: `#[warn(semicolon_in_expressions_from_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> rsync-fetcher/src/rsync/downloader.rs:163:27
[INFO] [stdout]     |
[INFO] [stdout] 163 |                 Err(e) => bail!(e),
[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 a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> rsync-gateway/src/listener.rs:87:13
[INFO] [stdout]    |
[INFO] [stdout] 87 |             bail!("listener already started")
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: `#[warn(semicolon_in_expressions_from_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<bool>::fetch_update`: renamed to `try_update` for consistency
[INFO] [stdout]   --> rsync-gateway/src/listener.rs:84:14
[INFO] [stdout]    |
[INFO] [stdout] 84 |             .fetch_update(Ordering::SeqCst, Ordering::SeqCst, |_x| Some(true))
[INFO] [stdout]    |              ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 84 -             .fetch_update(Ordering::SeqCst, Ordering::SeqCst, |_x| Some(true))
[INFO] [stdout] 84 +             .try_update(Ordering::SeqCst, Ordering::SeqCst, |_x| Some(true))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<bool>::fetch_update`: renamed to `try_update` for consistency
[INFO] [stdout]   --> rsync-gateway/src/listener.rs:84:14
[INFO] [stdout]    |
[INFO] [stdout] 84 |             .fetch_update(Ordering::SeqCst, Ordering::SeqCst, |_x| Some(true))
[INFO] [stdout]    |              ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 84 -             .fetch_update(Ordering::SeqCst, Ordering::SeqCst, |_x| Some(true))
[INFO] [stdout] 84 +             .try_update(Ordering::SeqCst, Ordering::SeqCst, |_x| Some(true))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `workspace-hack`
[INFO] [stderr]   --> rsync-core/Cargo.toml:52:1
[INFO] [stderr]    |
[INFO] [stderr] 52 | workspace-hack = { version = "0.1.0", path = "../workspace-hack" }
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `workspace-hack`
[INFO] [stderr] warning: `rsync-core` (manifest) generated 1 warning
[INFO] [stderr] warning: unused dependency `actix-router`
[INFO] [stderr]   --> workspace-hack/Cargo.toml:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | actix-router = { version = "0.5.4" }
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `actix-router`
[INFO] [stderr] warning: unused dependency `bstr`
[INFO] [stderr]   --> workspace-hack/Cargo.toml:22:1
[INFO] [stderr]    |
[INFO] [stderr] 22 | bstr = { version = "1.12.1" }
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `bstr`
[INFO] [stderr] warning: unused dependency `bytesize`
[INFO] [stderr]   --> workspace-hack/Cargo.toml:23:1
[INFO] [stderr]    |
[INFO] [stderr] 23 | bytesize = { version = "2.4.0", features = ["serde"] }
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `bytesize`
[INFO] [stderr] warning: unused dependency `clap`
[INFO] [stderr]   --> workspace-hack/Cargo.toml:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | clap = { version = "4.6.1", features = ["derive", "env"] }
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `clap`
[INFO] [stderr] warning: unused dependency `crossbeam-epoch`
[INFO] [stderr]   --> workspace-hack/Cargo.toml:27:1
[INFO] [stderr]    |
[INFO] [stderr] 27 | crossbeam-epoch = { version = "0.9.18" }
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `crossbeam-epoch`
[INFO] [stderr] warning: unused dependency `miniz_oxide`
[INFO] [stderr]    --> workspace-hack/Cargo.toml:122:1
[INFO] [stderr]     |
[INFO] [stderr] 122 | miniz_oxide = { version = "0.8.9", default-features = false, features = ["simd", "with-alloc"] }
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the dependency on `miniz_oxide`
[INFO] [stderr] warning: unused dependency `opendal`
[INFO] [stderr]   --> workspace-hack/Cargo.toml:46:1
[INFO] [stderr]    |
[INFO] [stderr] 46 | opendal = { version = "0.52.0", default-features = false, features = ["layers-metrics", "layers-tracing", "services-s3"] }
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `opendal`
[INFO] [stderr] warning: unused dependency `proc-macro2`
[INFO] [stderr]   --> workspace-hack/Cargo.toml:48:1
[INFO] [stderr]    |
[INFO] [stderr] 48 | proc-macro2 = { version = "1.0.106", features = ["span-locations"] }
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `proc-macro2`
[INFO] [stderr] warning: unused dependency `sqlx-postgres`
[INFO] [stderr]   --> workspace-hack/Cargo.toml:63:1
[INFO] [stderr]    |
[INFO] [stderr] 63 | sqlx-postgres = { version = "0.9.0", default-features = false, features = ["any", "bigdecimal", "chrono", "migrate", "offline"] }
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `sqlx-postgres`
[INFO] [stderr] warning: unused dependency `actix-router`
[INFO] [stderr]   --> workspace-hack/Cargo.toml:73:1
[INFO] [stderr]    |
[INFO] [stderr] 73 | actix-router = { version = "0.5.4" }
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `actix-router`
[INFO] [stderr] warning: unused dependency `bstr`
[INFO] [stderr]   --> workspace-hack/Cargo.toml:76:1
[INFO] [stderr]    |
[INFO] [stderr] 76 | bstr = { version = "1.12.1" }
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `bstr`
[INFO] [stderr] warning: unused dependency `crossbeam-epoch`
[INFO] [stderr]   --> workspace-hack/Cargo.toml:78:1
[INFO] [stderr]    |
[INFO] [stderr] 78 | crossbeam-epoch = { version = "0.9.18" }
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `crossbeam-epoch`
[INFO] [stderr] warning: unused dependency `sqlx-postgres`
[INFO] [stderr]    --> workspace-hack/Cargo.toml:109:1
[INFO] [stderr]     |
[INFO] [stderr] 109 | sqlx-postgres = { version = "0.9.0", default-features = false, features = ["any", "bigdecimal", "chrono", "migrate", "offline"] }
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the dependency on `sqlx-postgres`
[INFO] [stderr] warning: `workspace-hack` (manifest) generated 13 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: rsync-core v0.1.0 (/opt/rustwide/workdir/rsync-core), rsync-fetcher v0.1.0 (/opt/rustwide/workdir/rsync-fetcher), rsync-gateway v0.1.0 (/opt/rustwide/workdir/rsync-gateway)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "f6e6a3cf545db5926cc639a4888210b8ac7cd41039ecee97eb3698becadce13a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6e6a3cf545db5926cc639a4888210b8ac7cd41039ecee97eb3698becadce13a", kill_on_drop: false }`
[INFO] [stdout] f6e6a3cf545db5926cc639a4888210b8ac7cd41039ecee97eb3698becadce13a
