[INFO] cloning repository https://github.com/rrauch/sia_nfs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rrauch/sia_nfs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frrauch%2Fsia_nfs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frrauch%2Fsia_nfs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f6b063df7408896e9a5ee37e4ad59cee1e502e4b
[INFO] checking rrauch/sia_nfs against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frrauch%2Fsia_nfs" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rrauch/sia_nfs
[INFO] finished tweaking git repo https://github.com/rrauch/sia_nfs
[INFO] tweaked toml for git repo https://github.com/rrauch/sia_nfs written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rrauch/sia_nfs on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rrauch/sia_nfs 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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ead0f1aa152723b475a1ae753b0ee374548038bab2efe402a252a5b6479ae401
[INFO] running `Command { std: "docker" "start" "-a" "ead0f1aa152723b475a1ae753b0ee374548038bab2efe402a252a5b6479ae401", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ead0f1aa152723b475a1ae753b0ee374548038bab2efe402a252a5b6479ae401", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ead0f1aa152723b475a1ae753b0ee374548038bab2efe402a252a5b6479ae401", kill_on_drop: false }`
[INFO] [stdout] ead0f1aa152723b475a1ae753b0ee374548038bab2efe402a252a5b6479ae401
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 06b9d56bd0d4fe120fe09b6618b35f1cfdae82b72c15814907946f622584d6fe
[INFO] running `Command { std: "docker" "start" "-a" "06b9d56bd0d4fe120fe09b6618b35f1cfdae82b72c15814907946f622584d6fe", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling aws-lc-rs v1.16.2
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling rustls v0.23.38
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]     Checking tokio v1.51.1
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling openssl v0.10.77
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking constant_time_eq v0.4.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.39.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling openssl-sys v0.9.113
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking iri-string v0.7.12
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking uuid v1.23.0
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking hybrid-array v0.4.10
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking tagptr v0.2.0
[INFO] [stderr]     Checking moka v0.12.15
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking inout v0.2.2
[INFO] [stderr]     Checking crypto-common v0.2.1
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]    Compiling blake3 v1.8.4
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking hex-conservative v0.2.2
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]     Checking bimap v0.6.3
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking bitcoin_hashes v0.14.1
[INFO] [stderr]     Checking cipher v0.5.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]    Compiling rustls-webpki v0.103.12
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking blake2b_simd v1.0.4
[INFO] [stderr]    Compiling lz4-sys v1.11.1+lz4-1.10.0
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling bigdecimal v0.4.10
[INFO] [stderr]    Compiling reed-solomon-erasure v6.0.0
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]     Checking fs4 v0.9.1
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking bip39 v2.2.2
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking uint v0.10.0
[INFO] [stderr]     Checking lru v0.7.8
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]    Compiling serde_with_macros v3.18.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking mixtrics v0.2.3
[INFO] [stderr]     Checking x25519-dalek v2.0.1
[INFO] [stderr]     Checking foyer-tokio v0.22.3
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]    Compiling sia_core_derive v0.1.0
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]    Compiling io-uring v0.7.12
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]    Compiling bon-macros v3.9.1
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking foyer-common v0.22.3
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking serde_with v3.18.0
[INFO] [stderr]    Compiling ouroboros_macro v0.18.5
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]     Checking sia_mux v0.1.0
[INFO] [stderr]     Checking sia_core v0.3.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking foyer-intrusive-collections v0.10.0-dev
[INFO] [stderr]     Checking bandwidth v0.3.0
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]     Checking bytestream v0.4.1
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]     Checking filetime v0.2.27
[INFO] [stderr]     Checking seize v0.5.1
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking priority-queue v2.7.0
[INFO] [stderr]     Checking mea v0.6.3
[INFO] [stderr]     Checking cmsketch v0.2.4
[INFO] [stderr]    Compiling small_ctor v0.1.2
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking ouroboros v0.18.5
[INFO] [stderr]     Checking papaya v0.2.4
[INFO] [stderr]     Checking core_affinity v0.8.3
[INFO] [stderr]    Compiling synonym v0.1.6
[INFO] [stderr]     Checking fs4 v0.13.1
[INFO] [stderr]     Checking fastant v0.1.11
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling derive-where v1.6.1
[INFO] [stderr]     Checking foyer-memory v0.22.3
[INFO] [stderr]     Checking ct-codecs v1.1.6
[INFO] [stderr]     Checking nfsserve v0.10.2 (https://github.com/rrauch/nfsserve.git?rev=dd37ee7a3457024443adcb5d64927cfd7684d8b8#dd37ee7a)
[INFO] [stderr]     Checking xxhash-rust v0.8.15
[INFO] [stderr]     Checking bytesize v2.3.1
[INFO] [stderr]     Checking bytesize v1.3.3
[INFO] [stderr]     Checking maybe-owned v0.3.4
[INFO] [stderr]    Compiling foyer v0.22.3
[INFO] [stderr]     Checking humantime v2.3.0
[INFO] [stderr]     Checking typed-path v0.12.3
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking bon v3.9.1
[INFO] [stderr]    Compiling sqlx-sqlite v0.8.6
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling cachalot v0.1.0 (/opt/rustwide/workdir/cachalot)
[INFO] [stderr]    Compiling sia_nfs v0.3.0 (/opt/rustwide/workdir/main)
[INFO] [stderr]     Checking lz4 v1.28.1
[INFO] [stderr]     Checking foyer-storage v0.22.3
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.6.2
[INFO] [stderr]     Checking hyper-rustls v0.27.8
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking reqwest v0.13.2
[INFO] [stderr]     Checking sia_storage v0.6.0
[INFO] [stderr]     Checking renterd_client v0.2.0 (https://github.com/rrauch/renterd_client.git?rev=11e947e7861e690c9d36ccf2702e0012c9f97eca#11e947e7)
[INFO] [stderr]     Checking sia-io v0.1.0 (/opt/rustwide/workdir/sia-io)
[INFO] [stdout] warning: type `Backend` is more private than the item `ClientBuilder::<S>::backend`
[INFO] [stdout]    --> sia-io/src/lib.rs:214:1
[INFO] [stdout]     |
[INFO] [stdout] 214 | #[bon]
[INFO] [stdout]     | ^^^^^^ method `ClientBuilder::<S>::backend` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Backend` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> sia-io/src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | pub(crate) enum Backend {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_bounds)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Security` is more private than the item `Veil`
[INFO] [stdout]   --> sia-io/src/confidential.rs:93:1
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub struct Veil<T, S>
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^ struct `Veil` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but trait `Security` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> sia-io/src/confidential.rs:38:1
[INFO] [stdout]    |
[INFO] [stdout] 38 | trait Security: sealed::SecurityLevel {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Security` is more private than the item `Veil<T, S>`
[INFO] [stdout]    --> sia-io/src/confidential.rs:101:1
[INFO] [stdout]     |
[INFO] [stdout] 101 | / impl<T, S> Veil<T, S>
[INFO] [stdout] 102 | | where
[INFO] [stdout] 103 | |     S: Security<SupportedType = T>,
[INFO] [stdout]     | |___________________________________^ implementation `Veil<T, S>` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but trait `Security` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> sia-io/src/confidential.rs:38:1
[INFO] [stdout]     |
[INFO] [stdout]  38 | trait Security: sealed::SecurityLevel {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Allow` is more private than the item `Veil<T, S>`
[INFO] [stdout]    --> sia-io/src/confidential.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | / impl<T, S> Veil<T, S>
[INFO] [stdout] 114 | | where
[INFO] [stdout] 115 | |     S: Security<ExtractPermission = Allow, SupportedType = T>,
[INFO] [stdout]     | |______________________________________________________________^ implementation `Veil<T, S>` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Allow` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> sia-io/src/confidential.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout]  16 | struct Allow;
[INFO] [stdout]     | ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Security` is more private than the item `Veil<T, S>`
[INFO] [stdout]    --> sia-io/src/confidential.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | / impl<T, S> Veil<T, S>
[INFO] [stdout] 114 | | where
[INFO] [stdout] 115 | |     S: Security<ExtractPermission = Allow, SupportedType = T>,
[INFO] [stdout]     | |______________________________________________________________^ implementation `Veil<T, S>` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but trait `Security` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> sia-io/src/confidential.rs:38:1
[INFO] [stdout]     |
[INFO] [stdout]  38 | trait Security: sealed::SecurityLevel {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `renterd::client::Inner` is more private than the item `renterd::client::Client::0`
[INFO] [stdout]   --> sia-io/src/renterd/client.rs:43:19
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub struct Client(pub(crate) Arc<Inner>);
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^ field `renterd::client::Client::0` is reachable at visibility `pub(crate)`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `renterd::client::Inner` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> sia-io/src/renterd/client.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | struct Inner {
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `TryFromInner<Value>` is more private than the item `tagged::FromStrError`
[INFO] [stdout]    --> sia-io/src/tagged.rs:69:1
[INFO] [stdout]     |
[INFO] [stdout]  69 | pub enum FromStrError<Tag, Value: FromStr>
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ enum `tagged::FromStrError` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but trait `TryFromInner<Value>` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> sia-io/src/tagged.rs:134:1
[INFO] [stdout]     |
[INFO] [stdout] 134 | pub(crate) trait TryFromInner<Value> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated type `TryFromInner::Err` is more private than the item `tagged::FromStrError`
[INFO] [stdout]    --> sia-io/src/tagged.rs:69:1
[INFO] [stdout]     |
[INFO] [stdout]  69 | pub enum FromStrError<Tag, Value: FromStr>
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ enum `tagged::FromStrError` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but associated type `TryFromInner::Err` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> sia-io/src/tagged.rs:135:5
[INFO] [stdout]     |
[INFO] [stdout] 135 |     type Err: Display;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated type `TryFromInner::Err` is more private than the item `tagged::FromStrError::InnerError::0`
[INFO] [stdout]    --> sia-io/src/tagged.rs:78:16
[INFO] [stdout]     |
[INFO] [stdout]  78 |     InnerError(<TaggedValue<Tag, Value> as TryFromInner<Value>>::Err),
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `tagged::FromStrError::InnerError::0` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but associated type `TryFromInner::Err` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> sia-io/src/tagged.rs:135:5
[INFO] [stdout]     |
[INFO] [stdout] 135 |     type Err: Display;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `TryFromInner<Value>` is more private than the item `tagged::FromStrError::InnerError::0`
[INFO] [stdout]    --> sia-io/src/tagged.rs:78:16
[INFO] [stdout]     |
[INFO] [stdout]  78 |     InnerError(<TaggedValue<Tag, Value> as TryFromInner<Value>>::Err),
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `tagged::FromStrError::InnerError::0` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but trait `TryFromInner<Value>` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> sia-io/src/tagged.rs:134:1
[INFO] [stdout]     |
[INFO] [stdout] 134 | pub(crate) trait TryFromInner<Value> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `check_object_details` is never used
[INFO] [stdout]   --> sia-io/src/chunk/mod.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl ChunkId {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub(crate) fn check_object_details(&self, object: &Object) -> Result<(), ChunkError> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `backend` is never read
[INFO] [stdout]    --> sia-io/src/object.rs:627:5
[INFO] [stdout]     |
[INFO] [stdout] 624 | pub struct DownloadableObject {
[INFO] [stdout]     |            ------------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 627 |     backend: Backend,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DownloadableObject` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `head` is never used
[INFO] [stdout]    --> sia-io/src/renterd/client.rs:242:19
[INFO] [stdout]     |
[INFO] [stdout] 213 | impl<'a> ApiRequestBuilder<'a> {
[INFO] [stdout]     | ------------------------------ associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 242 |     pub(crate) fn head<T: Into<Cow<'a, str>>>(path: T) -> Self {
[INFO] [stdout]     |                   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Head` is never constructed
[INFO] [stdout]    --> sia-io/src/renterd/client.rs:280:5
[INFO] [stdout]     |
[INFO] [stdout] 275 | pub(crate) enum RequestType {
[INFO] [stdout]     |                 ----------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 280 |     Head,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RequestType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `close` is never used
[INFO] [stdout]    --> sia-io/src/scheduler/mod.rs:225:18
[INFO] [stdout]     |
[INFO] [stdout]  42 | impl<RM: ResourceManager + 'static + Send + Sync> Scheduler<RM> {
[INFO] [stdout]     | --------------------------------------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 225 |     pub async fn close(&self, access_key: &RM::AccessKey) {
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `started` is never read
[INFO] [stdout]   --> sia-io/src/scheduler/resource_manager.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub(crate) struct Context {
[INFO] [stdout]    |                   ------- field in this struct
[INFO] [stdout] 57 |     pub started: SystemTime,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `since` is never used
[INFO] [stdout]   --> sia-io/src/scheduler/resource_manager.rs:83:12
[INFO] [stdout]    |
[INFO] [stdout] 74 | impl Entry {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 83 |     pub fn since(&self) -> SystemTime {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]   --> sia-io/src/confidential.rs:80:26
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub type Confidential<T: Zeroize + Sized> = Veil<T, ConfidentialSecurity<T>>;
[INFO] [stdout]    |                          ^^^^^^^   ^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]    |
[INFO] [stdout]    = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]            see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]    = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout]    = note: `#[warn(type_alias_bounds)]` on by default
[INFO] [stdout] help: remove this bound
[INFO] [stdout]    |
[INFO] [stdout] 80 - pub type Confidential<T: Zeroize + Sized> = Veil<T, ConfidentialSecurity<T>>;
[INFO] [stdout] 80 + pub type Confidential<T> = Veil<T, ConfidentialSecurity<T>>;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]   --> sia-io/src/confidential.rs:84:23
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub type Protected<T: Zeroize + Sized> = Veil<T, ProtectedSecurity<T>>;
[INFO] [stdout]    |                       ^^^^^^^   ^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]    |
[INFO] [stdout]    = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]            see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]    = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout] help: remove this bound
[INFO] [stdout]    |
[INFO] [stdout] 84 - pub type Protected<T: Zeroize + Sized> = Veil<T, ProtectedSecurity<T>>;
[INFO] [stdout] 84 + pub type Protected<T> = Veil<T, ProtectedSecurity<T>>;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]   --> sia-io/src/confidential.rs:88:23
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub type Sensitive<T: Sized> = Veil<T, SensitiveSecurity<T>>;
[INFO] [stdout]    |                       ^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]    |
[INFO] [stdout]    = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]            see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]    = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout] help: remove this bound
[INFO] [stdout]    |
[INFO] [stdout] 88 - pub type Sensitive<T: Sized> = Veil<T, SensitiveSecurity<T>>;
[INFO] [stdout] 88 + pub type Sensitive<T> = Veil<T, SensitiveSecurity<T>>;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Backend` is more private than the item `ClientBuilder::<S>::backend`
[INFO] [stdout]    --> sia-io/src/lib.rs:214:1
[INFO] [stdout]     |
[INFO] [stdout] 214 | #[bon]
[INFO] [stdout]     | ^^^^^^ method `ClientBuilder::<S>::backend` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Backend` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> sia-io/src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | pub(crate) enum Backend {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_bounds)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Security` is more private than the item `Veil`
[INFO] [stdout]   --> sia-io/src/confidential.rs:93:1
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub struct Veil<T, S>
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^ struct `Veil` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but trait `Security` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> sia-io/src/confidential.rs:38:1
[INFO] [stdout]    |
[INFO] [stdout] 38 | trait Security: sealed::SecurityLevel {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Security` is more private than the item `Veil<T, S>`
[INFO] [stdout]    --> sia-io/src/confidential.rs:101:1
[INFO] [stdout]     |
[INFO] [stdout] 101 | / impl<T, S> Veil<T, S>
[INFO] [stdout] 102 | | where
[INFO] [stdout] 103 | |     S: Security<SupportedType = T>,
[INFO] [stdout]     | |___________________________________^ implementation `Veil<T, S>` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but trait `Security` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> sia-io/src/confidential.rs:38:1
[INFO] [stdout]     |
[INFO] [stdout]  38 | trait Security: sealed::SecurityLevel {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Allow` is more private than the item `Veil<T, S>`
[INFO] [stdout]    --> sia-io/src/confidential.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | / impl<T, S> Veil<T, S>
[INFO] [stdout] 114 | | where
[INFO] [stdout] 115 | |     S: Security<ExtractPermission = Allow, SupportedType = T>,
[INFO] [stdout]     | |______________________________________________________________^ implementation `Veil<T, S>` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Allow` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> sia-io/src/confidential.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout]  16 | struct Allow;
[INFO] [stdout]     | ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Security` is more private than the item `Veil<T, S>`
[INFO] [stdout]    --> sia-io/src/confidential.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | / impl<T, S> Veil<T, S>
[INFO] [stdout] 114 | | where
[INFO] [stdout] 115 | |     S: Security<ExtractPermission = Allow, SupportedType = T>,
[INFO] [stdout]     | |______________________________________________________________^ implementation `Veil<T, S>` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but trait `Security` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> sia-io/src/confidential.rs:38:1
[INFO] [stdout]     |
[INFO] [stdout]  38 | trait Security: sealed::SecurityLevel {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `renterd::client::Inner` is more private than the item `renterd::client::Client::0`
[INFO] [stdout]   --> sia-io/src/renterd/client.rs:43:19
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub struct Client(pub(crate) Arc<Inner>);
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^ field `renterd::client::Client::0` is reachable at visibility `pub(crate)`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `renterd::client::Inner` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> sia-io/src/renterd/client.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | struct Inner {
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `TryFromInner<Value>` is more private than the item `tagged::FromStrError`
[INFO] [stdout]    --> sia-io/src/tagged.rs:69:1
[INFO] [stdout]     |
[INFO] [stdout]  69 | pub enum FromStrError<Tag, Value: FromStr>
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ enum `tagged::FromStrError` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but trait `TryFromInner<Value>` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> sia-io/src/tagged.rs:134:1
[INFO] [stdout]     |
[INFO] [stdout] 134 | pub(crate) trait TryFromInner<Value> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated type `TryFromInner::Err` is more private than the item `tagged::FromStrError`
[INFO] [stdout]    --> sia-io/src/tagged.rs:69:1
[INFO] [stdout]     |
[INFO] [stdout]  69 | pub enum FromStrError<Tag, Value: FromStr>
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ enum `tagged::FromStrError` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but associated type `TryFromInner::Err` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> sia-io/src/tagged.rs:135:5
[INFO] [stdout]     |
[INFO] [stdout] 135 |     type Err: Display;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated type `TryFromInner::Err` is more private than the item `tagged::FromStrError::InnerError::0`
[INFO] [stdout]    --> sia-io/src/tagged.rs:78:16
[INFO] [stdout]     |
[INFO] [stdout]  78 |     InnerError(<TaggedValue<Tag, Value> as TryFromInner<Value>>::Err),
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `tagged::FromStrError::InnerError::0` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but associated type `TryFromInner::Err` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> sia-io/src/tagged.rs:135:5
[INFO] [stdout]     |
[INFO] [stdout] 135 |     type Err: Display;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `TryFromInner<Value>` is more private than the item `tagged::FromStrError::InnerError::0`
[INFO] [stdout]    --> sia-io/src/tagged.rs:78:16
[INFO] [stdout]     |
[INFO] [stdout]  78 |     InnerError(<TaggedValue<Tag, Value> as TryFromInner<Value>>::Err),
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `tagged::FromStrError::InnerError::0` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but trait `TryFromInner<Value>` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> sia-io/src/tagged.rs:134:1
[INFO] [stdout]     |
[INFO] [stdout] 134 | pub(crate) trait TryFromInner<Value> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking foyer-cache v0.1.0 (/opt/rustwide/workdir/foyer-cache)
[INFO] [stdout] warning: method `check_object_details` is never used
[INFO] [stdout]   --> sia-io/src/chunk/mod.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl ChunkId {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub(crate) fn check_object_details(&self, object: &Object) -> Result<(), ChunkError> {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `backend` is never read
[INFO] [stdout]    --> sia-io/src/object.rs:627:5
[INFO] [stdout]     |
[INFO] [stdout] 624 | pub struct DownloadableObject {
[INFO] [stdout]     |            ------------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 627 |     backend: Backend,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DownloadableObject` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `head` is never used
[INFO] [stdout]    --> sia-io/src/renterd/client.rs:242:19
[INFO] [stdout]     |
[INFO] [stdout] 213 | impl<'a> ApiRequestBuilder<'a> {
[INFO] [stdout]     | ------------------------------ associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 242 |     pub(crate) fn head<T: Into<Cow<'a, str>>>(path: T) -> Self {
[INFO] [stdout]     |                   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Head` is never constructed
[INFO] [stdout]    --> sia-io/src/renterd/client.rs:280:5
[INFO] [stdout]     |
[INFO] [stdout] 275 | pub(crate) enum RequestType {
[INFO] [stdout]     |                 ----------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 280 |     Head,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RequestType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `close` is never used
[INFO] [stdout]    --> sia-io/src/scheduler/mod.rs:225:18
[INFO] [stdout]     |
[INFO] [stdout]  42 | impl<RM: ResourceManager + 'static + Send + Sync> Scheduler<RM> {
[INFO] [stdout]     | --------------------------------------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 225 |     pub async fn close(&self, access_key: &RM::AccessKey) {
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `started` is never read
[INFO] [stdout]   --> sia-io/src/scheduler/resource_manager.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub(crate) struct Context {
[INFO] [stdout]    |                   ------- field in this struct
[INFO] [stdout] 57 |     pub started: SystemTime,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `since` is never used
[INFO] [stdout]   --> sia-io/src/scheduler/resource_manager.rs:83:12
[INFO] [stdout]    |
[INFO] [stdout] 74 | impl Entry {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 83 |     pub fn since(&self) -> SystemTime {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]   --> sia-io/src/confidential.rs:80:26
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub type Confidential<T: Zeroize + Sized> = Veil<T, ConfidentialSecurity<T>>;
[INFO] [stdout]    |                          ^^^^^^^   ^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]    |
[INFO] [stdout]    = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]            see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]    = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout]    = note: `#[warn(type_alias_bounds)]` on by default
[INFO] [stdout] help: remove this bound
[INFO] [stdout]    |
[INFO] [stdout] 80 - pub type Confidential<T: Zeroize + Sized> = Veil<T, ConfidentialSecurity<T>>;
[INFO] [stdout] 80 + pub type Confidential<T> = Veil<T, ConfidentialSecurity<T>>;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]   --> sia-io/src/confidential.rs:84:23
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub type Protected<T: Zeroize + Sized> = Veil<T, ProtectedSecurity<T>>;
[INFO] [stdout]    |                       ^^^^^^^   ^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]    |
[INFO] [stdout]    = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]            see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]    = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout] help: remove this bound
[INFO] [stdout]    |
[INFO] [stdout] 84 - pub type Protected<T: Zeroize + Sized> = Veil<T, ProtectedSecurity<T>>;
[INFO] [stdout] 84 + pub type Protected<T> = Veil<T, ProtectedSecurity<T>>;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced
[INFO] [stdout]   --> sia-io/src/confidential.rs:88:23
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub type Sensitive<T: Sized> = Veil<T, SensitiveSecurity<T>>;
[INFO] [stdout]    |                       ^^^^^ will not be checked at usage sites of the type alias
[INFO] [stdout]    |
[INFO] [stdout]    = note: this is a known limitation of the type checker that may be lifted in a future edition.
[INFO] [stdout]            see issue #112792 <https://github.com/rust-lang/rust/issues/112792> for more information
[INFO] [stdout]    = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics
[INFO] [stdout] help: remove this bound
[INFO] [stdout]    |
[INFO] [stdout] 88 - pub type Sensitive<T: Sized> = Veil<T, SensitiveSecurity<T>>;
[INFO] [stdout] 88 + pub type Sensitive<T> = Veil<T, SensitiveSecurity<T>>;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `COMPAT_FILE_NAME` is never used
[INFO] [stdout]   --> foyer-cache/src/disk_cache.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | const COMPAT_FILE_NAME: &str = "_sia_cache.ctx";
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MAX_COMPAT_FILE_SIZE` is never used
[INFO] [stdout]   --> foyer-cache/src/disk_cache.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 | const MAX_COMPAT_FILE_SIZE: u64 = 1024 * 10;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `storage_dir`, `content_type`, and `comp_version` are never read
[INFO] [stdout]   --> foyer-cache/src/disk_cache.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct DiskCache<K: StorageKey, V: StorageValue> {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] 22 |     storage_dir: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 23 |     hybrid_cache: HybridCache<K, V>,
[INFO] [stdout] 24 |     content_type: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 25 |     comp_version: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `init`, `check_compat_file`, and `create_compat_file` are never used
[INFO] [stdout]    --> foyer-cache/src/disk_cache.rs:50:18
[INFO] [stdout]     |
[INFO] [stdout]  28 | impl<K: StorageKey, V: StorageValue + Clone> DiskCache<K, V> {
[INFO] [stdout]     | ------------------------------------------------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  50 |     pub async fn init(&mut self) -> Result<(), Error> {
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 |     async fn check_compat_file(&self) -> bool {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |     async fn create_compat_file(&self) -> Result<(), Error> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ContextFileContent` is never constructed
[INFO] [stdout]    --> foyer-cache/src/disk_cache.rs:155:8
[INFO] [stdout]     |
[INFO] [stdout] 155 | struct ContextFileContent<'a> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `read_ctx_file` is never used
[INFO] [stdout]    --> foyer-cache/src/disk_cache.rs:160:10
[INFO] [stdout]     |
[INFO] [stdout] 160 | async fn read_ctx_file(path: PathBuf) -> Option<ContextFileContent<'static>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_compat_file` is never used
[INFO] [stdout]    --> foyer-cache/src/disk_cache.rs:175:10
[INFO] [stdout]     |
[INFO] [stdout] 175 | async fn write_compat_file(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `COMPAT_FILE_NAME` is never used
[INFO] [stdout]   --> foyer-cache/src/disk_cache.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | const COMPAT_FILE_NAME: &str = "_sia_cache.ctx";
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MAX_COMPAT_FILE_SIZE` is never used
[INFO] [stdout]   --> foyer-cache/src/disk_cache.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 | const MAX_COMPAT_FILE_SIZE: u64 = 1024 * 10;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `storage_dir`, `content_type`, and `comp_version` are never read
[INFO] [stdout]   --> foyer-cache/src/disk_cache.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct DiskCache<K: StorageKey, V: StorageValue> {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] 22 |     storage_dir: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 23 |     hybrid_cache: HybridCache<K, V>,
[INFO] [stdout] 24 |     content_type: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 25 |     comp_version: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `init`, `check_compat_file`, and `create_compat_file` are never used
[INFO] [stdout]    --> foyer-cache/src/disk_cache.rs:50:18
[INFO] [stdout]     |
[INFO] [stdout]  28 | impl<K: StorageKey, V: StorageValue + Clone> DiskCache<K, V> {
[INFO] [stdout]     | ------------------------------------------------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  50 |     pub async fn init(&mut self) -> Result<(), Error> {
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 |     async fn check_compat_file(&self) -> bool {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |     async fn create_compat_file(&self) -> Result<(), Error> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ContextFileContent` is never constructed
[INFO] [stdout]    --> foyer-cache/src/disk_cache.rs:155:8
[INFO] [stdout]     |
[INFO] [stdout] 155 | struct ContextFileContent<'a> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `read_ctx_file` is never used
[INFO] [stdout]    --> foyer-cache/src/disk_cache.rs:160:10
[INFO] [stdout]     |
[INFO] [stdout] 160 | async fn read_ctx_file(path: PathBuf) -> Option<ContextFileContent<'static>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_compat_file` is never used
[INFO] [stdout]    --> foyer-cache/src/disk_cache.rs:175:10
[INFO] [stdout]     |
[INFO] [stdout] 175 | async fn write_compat_file(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `started` is never read
[INFO] [stdout]   --> main/src/io_scheduler/resource_manager.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub(crate) struct Context {
[INFO] [stdout]    |                   ------- field in this struct
[INFO] [stdout] 36 |     pub started: SystemTime,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `since` is never used
[INFO] [stdout]   --> main/src/io_scheduler/resource_manager.rs:62:12
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl Entry {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn since(&self) -> SystemTime {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `size` is never used
[INFO] [stdout]    --> main/src/vfs/file_reader/mod.rs:189:12
[INFO] [stdout]     |
[INFO] [stdout]  85 | impl FileReader {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 189 |     pub fn size(&self) -> u64 {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `file_id`, `name`, and `path` are never used
[INFO] [stdout]    --> main/src/vfs/file_writer.rs:121:12
[INFO] [stdout]     |
[INFO] [stdout]  85 | impl FileWriter {
[INFO] [stdout]     | --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 121 |     pub fn file_id(&self) -> ObjectId {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 |     pub fn name(&self) -> &str {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |     pub fn path(&self) -> &str {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `as_root`, `as_bucket`, and `as_object` are never used
[INFO] [stdout]    --> main/src/vfs/inode.rs:85:12
[INFO] [stdout]     |
[INFO] [stdout]  52 | impl Inode {
[INFO] [stdout]     | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  85 |     pub fn as_root(&self) -> Option<&Root> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  93 |     pub fn as_bucket(&self) -> Option<&Bucket> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |     pub fn as_object(&self) -> Option<&Object> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `path` is never used
[INFO] [stdout]    --> main/src/vfs/locking.rs:157:12
[INFO] [stdout]     |
[INFO] [stdout] 156 | impl ReadLock {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] 157 |     pub fn path(&self) -> &str {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `path` is never used
[INFO] [stdout]    --> main/src/vfs/locking.rs:173:12
[INFO] [stdout]     |
[INFO] [stdout] 172 | impl WriteLock {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] 173 |     pub fn path(&self) -> &str {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> main/src/vfs/locking.rs:186:11
[INFO] [stdout]     |
[INFO] [stdout] 186 |     Write(WriteLock),
[INFO] [stdout]     |     ----- ^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 186 -     Write(WriteLock),
[INFO] [stdout] 186 +     Write(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `started` is never read
[INFO] [stdout]   --> main/src/io_scheduler/resource_manager.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub(crate) struct Context {
[INFO] [stdout]    |                   ------- field in this struct
[INFO] [stdout] 36 |     pub started: SystemTime,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `since` is never used
[INFO] [stdout]   --> main/src/io_scheduler/resource_manager.rs:62:12
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl Entry {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn since(&self) -> SystemTime {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `size` is never used
[INFO] [stdout]    --> main/src/vfs/file_reader/mod.rs:189:12
[INFO] [stdout]     |
[INFO] [stdout]  85 | impl FileReader {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 189 |     pub fn size(&self) -> u64 {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `file_id`, `name`, and `path` are never used
[INFO] [stdout]    --> main/src/vfs/file_writer.rs:121:12
[INFO] [stdout]     |
[INFO] [stdout]  85 | impl FileWriter {
[INFO] [stdout]     | --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 121 |     pub fn file_id(&self) -> ObjectId {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 |     pub fn name(&self) -> &str {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |     pub fn path(&self) -> &str {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `as_root`, `as_bucket`, and `as_object` are never used
[INFO] [stdout]    --> main/src/vfs/inode.rs:85:12
[INFO] [stdout]     |
[INFO] [stdout]  52 | impl Inode {
[INFO] [stdout]     | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  85 |     pub fn as_root(&self) -> Option<&Root> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  93 |     pub fn as_bucket(&self) -> Option<&Bucket> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |     pub fn as_object(&self) -> Option<&Object> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `path` is never used
[INFO] [stdout]    --> main/src/vfs/locking.rs:157:12
[INFO] [stdout]     |
[INFO] [stdout] 156 | impl ReadLock {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] 157 |     pub fn path(&self) -> &str {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `path` is never used
[INFO] [stdout]    --> main/src/vfs/locking.rs:173:12
[INFO] [stdout]     |
[INFO] [stdout] 172 | impl WriteLock {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] 173 |     pub fn path(&self) -> &str {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> main/src/vfs/locking.rs:186:11
[INFO] [stdout]     |
[INFO] [stdout] 186 |     Write(WriteLock),
[INFO] [stdout]     |     ----- ^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 186 -     Write(WriteLock),
[INFO] [stdout] 186 +     Write(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
[INFO] running `Command { std: "docker" "inspect" "06b9d56bd0d4fe120fe09b6618b35f1cfdae82b72c15814907946f622584d6fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06b9d56bd0d4fe120fe09b6618b35f1cfdae82b72c15814907946f622584d6fe", kill_on_drop: false }`
[INFO] [stdout] 06b9d56bd0d4fe120fe09b6618b35f1cfdae82b72c15814907946f622584d6fe
