[INFO] cloning repository https://github.com/saworbit/orbit
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/saworbit/orbit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsaworbit%2Forbit", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsaworbit%2Forbit'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 97e2d2fcd8af7f83a6f6b9f9bfede60e2a2311c5
[INFO] testing saworbit/orbit against beta-2025-10-28 for beta-1.92-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsaworbit%2Forbit" "/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/saworbit/orbit
[INFO] finished tweaking git repo https://github.com/saworbit/orbit
[INFO] tweaked toml for git repo https://github.com/saworbit/orbit written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/saworbit/orbit on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/saworbit/orbit 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" "+beta-2025-10-28" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 879bf69a44136f538ecbc3c20911cb1a5147c8f53cbad12c52bfc5a7829b94d9
[INFO] running `Command { std: "docker" "start" "-a" "879bf69a44136f538ecbc3c20911cb1a5147c8f53cbad12c52bfc5a7829b94d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "879bf69a44136f538ecbc3c20911cb1a5147c8f53cbad12c52bfc5a7829b94d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "879bf69a44136f538ecbc3c20911cb1a5147c8f53cbad12c52bfc5a7829b94d9", kill_on_drop: false }`
[INFO] [stdout] 879bf69a44136f538ecbc3c20911cb1a5147c8f53cbad12c52bfc5a7829b94d9
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 49a4c4e614ea72219009df05cb33fa09d882128b24fe021308bb01d6d42d3606
[INFO] running `Command { std: "docker" "start" "-a" "49a4c4e614ea72219009df05cb33fa09d882128b24fe021308bb01d6d42d3606", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.20
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling borrow-or-share v0.2.2
[INFO] [stderr]    Compiling iri-string v0.7.8
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling vsimd v0.8.0
[INFO] [stderr]    Compiling outref v0.5.2
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling clap_builder v4.5.50
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling raw-cpuid v11.6.0
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling constant_time_eq v0.3.1
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling num-cmp v0.1.0
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling cc v1.2.43
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling fraction v0.15.3
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling inotify v0.10.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling quanta v0.12.6
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling memmap2 v0.9.9
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling notify-types v1.0.1
[INFO] [stderr]    Compiling spinning_top v0.3.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling nonzero_ext v0.3.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]    Compiling lz4-sys v1.11.1+lz4-1.10.0
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling no-std-compat v0.4.1
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling notify v7.0.0
[INFO] [stderr]    Compiling sysinfo v0.35.2
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling fancy-regex v0.13.0
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling clap v4.5.50
[INFO] [stderr]    Compiling clap_complete v4.5.59
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling fluent-uri v0.3.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling chrono v0.4.39
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling email_address v0.2.9
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling uuid-simd v0.8.0
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling governor v0.6.3
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling orbit-core-starmap v0.1.0 (/opt/rustwide/workdir/crates/core-starmap)
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling referencing v0.22.3
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling orbit-core-audit v0.1.0 (/opt/rustwide/workdir/crates/core-audit)
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling jsonschema v0.22.3
[INFO] [stderr]    Compiling lz4 v1.28.1
[INFO] [stderr]    Compiling orbit-core-manifest v0.1.0 (/opt/rustwide/workdir/crates/core-manifest)
[INFO] [stderr]    Compiling orbit v0.4.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `log`
[INFO] [stdout]    --> src/core/zero_copy.rs:175:9
[INFO] [stdout]     |
[INFO] [stdout] 175 |     use log::debug;
[INFO] [stdout]     |         ^^^ use of unresolved module or unlinked crate `log`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `log`, use `cargo add log` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PathBuf`
[INFO] [stdout]   --> src/core/file_metadata.rs:13:23
[INFO] [stdout]    |
[INFO] [stdout] 13 | use std::path::{Path, PathBuf};
[INFO] [stdout]    |                       ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `set_file_atime`
[INFO] [stdout]   --> src/core/file_metadata.rs:17:58
[INFO] [stdout]    |
[INFO] [stdout] 17 | use filetime::{FileTime, set_file_times, set_file_mtime, set_file_atime};
[INFO] [stdout]    |                                                          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]   --> src/core/transform.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::collections::HashMap;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Deserialize` and `Serialize`
[INFO] [stdout]   --> src/core/transform.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 | use serde::{Deserialize, Serialize};
[INFO] [stdout]    |             ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `unicode-normalization`
[INFO] [stdout]    --> src/core/transform.rs:289:11
[INFO] [stdout]     |
[INFO] [stdout] 289 |     #[cfg(feature = "unicode-normalization")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `backend-abstraction`, `default`, `delta-manifest`, `extended-metadata`, `full`, `protocols`, `s3-native`, `smb-native`, `ssh-backend`, and `zero-copy`
[INFO] [stdout]     = help: consider adding `unicode-normalization` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `unicode-normalization`
[INFO] [stdout]    --> src/core/transform.rs:296:15
[INFO] [stdout]     |
[INFO] [stdout] 296 |     #[cfg(not(feature = "unicode-normalization"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `backend-abstraction`, `default`, `delta-manifest`, `extended-metadata`, `full`, `protocols`, `s3-native`, `smb-native`, `ssh-backend`, and `zero-copy`
[INFO] [stdout]     = help: consider adding `unicode-normalization` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `OrbitError`
[INFO] [stdout]   --> src/core/metadata_ops.rs:14:20
[INFO] [stdout]    |
[INFO] [stdout] 14 | use crate::error::{OrbitError, Result};
[INFO] [stdout]    |                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `transform_path`
[INFO] [stdout]   --> src/core/metadata_ops.rs:16:67
[INFO] [stdout]    |
[INFO] [stdout] 16 | use crate::core::transform::{TransformConfig, transform_metadata, transform_path};
[INFO] [stdout]    |                                                                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::os::unix::fs::PermissionsExt`
[INFO] [stdout]    --> src/core/disk_guardian.rs:157:13
[INFO] [stdout]     |
[INFO] [stdout] 157 |         use std::os::unix::fs::PermissionsExt;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Duration`
[INFO] [stdout]    --> src/core/zero_copy.rs:377:17
[INFO] [stdout]     |
[INFO] [stdout] 377 | use std::time::{Duration, Instant};
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `debug`
[INFO] [stdout]    --> src/core/zero_copy.rs:379:15
[INFO] [stdout]     |
[INFO] [stdout] 379 | use tracing::{debug, info};
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `FilterDecision`
[INFO] [stdout]   --> src/core/directory.rs:18:33
[INFO] [stdout]    |
[INFO] [stdout] 18 | use super::filter::{FilterList, FilterDecision};
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `OpenOptions`
[INFO] [stdout]   --> src/core/delta/transfer.rs:10:21
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::fs::{File, OpenOptions};
[INFO] [stdout]    |                     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Layer`
[INFO] [stdout]   --> src/logging.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 |     EnvFilter, Layer,
[INFO] [stdout]    |                ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `LogLevel`
[INFO] [stdout]   --> src/logging.rs:15:33
[INFO] [stdout]    |
[INFO] [stdout] 15 | use crate::config::{CopyConfig, LogLevel};
[INFO] [stdout]    |                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/core/file_metadata.rs:308:25
[INFO] [stdout]     |
[INFO] [stdout] 308 |                         OrbitError::MetadataFailed(format!("Failed to set ownership: {}", e))
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<(), _>`, found `OrbitError`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `std::result::Result<(), _>`
[INFO] [stdout]                found enum `OrbitError`
[INFO] [stdout] note: return type inferred to be `std::result::Result<(), _>` here
[INFO] [stdout]    --> src/core/file_metadata.rs:306:36
[INFO] [stdout]     |
[INFO] [stdout] 306 | ...                   return Ok(());
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout] help: try wrapping the expression in `Err`
[INFO] [stdout]     |
[INFO] [stdout] 308 |                         Err(OrbitError::MetadataFailed(format!("Failed to set ownership: {}", e)))
[INFO] [stdout]     |                         ++++                                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error to `OrbitError`
[INFO] [stdout]    --> src/core/file_metadata.rs:309:23
[INFO] [stdout]     |
[INFO] [stdout] 301 |                   chown(dest_path, Some(uid), Some(gid))
[INFO] [stdout]     |                   -------------------------------------- this has type `Result<_, std::io::Error>`
[INFO] [stdout] 302 |                       .map_err(|e| {
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 303 | |                         // Non-fatal warning for permission errors
[INFO] [stdout] 304 | |                         if e.kind() == std::io::ErrorKind::PermissionDenied {
[INFO] [stdout] 305 | |                             tracing::warn!("Permission denied setting ownership for {:?}: requires root", dest_path);
[INFO] [stdout] ...   |
[INFO] [stdout] 308 | |                         OrbitError::MetadataFailed(format!("Failed to set ownership: {}", e))
[INFO] [stdout] 309 | |                     })?;
[INFO] [stdout]     | |                      -^ the trait `std::convert::From<std::result::Result<(), _>>` is not implemented for `OrbitError`
[INFO] [stdout]     | |______________________|
[INFO] [stdout]     |                        this can't be annotated with `?` because it has type `Result<_, std::result::Result<(), _>>`
[INFO] [stdout]     |
[INFO] [stdout] note: `OrbitError` needs to implement `From<std::result::Result<(), _>>`
[INFO] [stdout]    --> src/error.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | pub enum OrbitError {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout]     = help: the following other types implement trait `std::convert::From<T>`:
[INFO] [stdout]               `OrbitError` implements `std::convert::From<serde_json::Error>`
[INFO] [stdout]               `OrbitError` implements `std::convert::From<std::io::Error>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dest_path`
[INFO] [stdout]    --> src/core/file_metadata.rs:317:28
[INFO] [stdout]     |
[INFO] [stdout] 317 |     fn apply_xattrs(&self, dest_path: &Path) -> Result<()> {
[INFO] [stdout]     |                            ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dest_path`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path_str`
[INFO] [stdout]    --> src/core/transform.rs:285:9
[INFO] [stdout]     |
[INFO] [stdout] 285 |     let path_str = path.to_string_lossy();
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_path_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `file_id`
[INFO] [stdout]    --> src/core/enhanced_progress.rs:128:52
[INFO] [stdout]     |
[INFO] [stdout] 128 |                     ProgressEvent::TransferStart { file_id, source, total_bytes, .. } => {
[INFO] [stdout]     |                                                    ^^^^^^^ help: try ignoring the field: `file_id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `source`
[INFO] [stdout]    --> src/core/enhanced_progress.rs:128:61
[INFO] [stdout]     |
[INFO] [stdout] 128 |                     ProgressEvent::TransferStart { file_id, source, total_bytes, .. } => {
[INFO] [stdout]     |                                                             ^^^^^^ help: try ignoring the field: `source: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `total_bytes`
[INFO] [stdout]    --> src/core/enhanced_progress.rs:128:69
[INFO] [stdout]     |
[INFO] [stdout] 128 |                     ProgressEvent::TransferStart { file_id, source, total_bytes, .. } => {
[INFO] [stdout]     |                                                                     ^^^^^^^^^^^ help: try ignoring the field: `total_bytes: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `file_id`
[INFO] [stdout]    --> src/cli_progress.rs:204:48
[INFO] [stdout]     |
[INFO] [stdout] 204 |             ProgressEvent::ChunkVerification { file_id, chunk_id, chunk_size, .. } => {
[INFO] [stdout]     |                                                ^^^^^^^ help: try ignoring the field: `file_id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `file_id`
[INFO] [stdout]    --> src/cli_progress.rs:211:44
[INFO] [stdout]     |
[INFO] [stdout] 211 |             ProgressEvent::ChunkVerified { file_id, chunk_id, digest, .. } => {
[INFO] [stdout]     |                                            ^^^^^^^ help: try ignoring the field: `file_id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `orbit` (lib) due to 3 previous errors; 22 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "49a4c4e614ea72219009df05cb33fa09d882128b24fe021308bb01d6d42d3606", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "49a4c4e614ea72219009df05cb33fa09d882128b24fe021308bb01d6d42d3606", kill_on_drop: false }`
[INFO] [stdout] 49a4c4e614ea72219009df05cb33fa09d882128b24fe021308bb01d6d42d3606
